code stringlengths 2k 1.04M | repo_path stringlengths 5 517 | parsed_code stringlengths 0 1.04M | quality_prob float64 0.02 0.95 | learning_prob float64 0.02 0.93 |
|---|---|---|---|---|
body{
font-family: 'Sans', 'Ubuntu', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', sans-serif;
font-size: 1.5em;
}
@media (min-width: 768px) {
.navbar-side .navbar-collapse {
height: auto;
border-top: 0;
box-shadow: none;
max-height: none;
padding-lef... | iAS/static/css/main.css | body{
font-family: 'Sans', 'Ubuntu', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', sans-serif;
font-size: 1.5em;
}
@media (min-width: 768px) {
.navbar-side .navbar-collapse {
height: auto;
border-top: 0;
box-shadow: none;
max-height: none;
padding-lef... | 0.36139 | 0.062103 |
font-family: sans-serif;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article,aside,footer,header,nav,section {
display: block
}
h1 {
font-size: 2em;
margin: .67em 0
}
figcaption,figure,main {
display: block
}
figure {
margin: 1em 40px
}
hr... | templates/websites/travel/css/page.css | font-family: sans-serif;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article,aside,footer,header,nav,section {
display: block
}
h1 {
font-size: 2em;
margin: .67em 0
}
figcaption,figure,main {
display: block
}
figure {
margin: 1em 40px
}
hr... | 0.444806 | 0.101545 |
.MMM-ScreenLogic table.colored .cold-temp {
color: #BCDDFF;
}
.MMM-ScreenLogic table.colored .hot-temp {
color: #FF8E99;
}
.MMM-ScreenLogic td {
width: 33%;
}
.MMM-ScreenLogic .control {
background: #000;
border: 1px solid #6c757d;
font-size: .8rem;
color: #fff;
displ... | screenlogic.css | .MMM-ScreenLogic table.colored .cold-temp {
color: #BCDDFF;
}
.MMM-ScreenLogic table.colored .hot-temp {
color: #FF8E99;
}
.MMM-ScreenLogic td {
width: 33%;
}
.MMM-ScreenLogic .control {
background: #000;
border: 1px solid #6c757d;
font-size: .8rem;
color: #fff;
displ... | 0.314998 | 0.089177 |
body {
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
/* Temp fixes to address */
ul {
line-height: 1.5rem;
}
.hidden { display: none; }
.official-fw {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
color: #16AC5B!important;
}
.custom-fw {
color: blue;
}
.hard-break {
white-space: pre-... | client/app/main/material.css | body {
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
/* Temp fixes to address */
ul {
line-height: 1.5rem;
}
.hidden { display: none; }
.official-fw {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
color: #16AC5B!important;
}
.custom-fw {
color: blue;
}
.hard-break {
white-space: pre-... | 0.373304 | 0.067393 |
height: 120px;
width: 100%;
text-align: center;
}
#content{
// border:1px dashed pink;
width: 100%;
}
#footer{
// border:1px solid black;
height: 400px;
width: 100%;
}
.topmenu *{
padding:0;
margin: 0;
}
.topmenu {
margin: 0 auto;
width: 80%;
min-width: 1200px;
// border: 1px solid red;
}
.ac... | src/css/add.css | height: 120px;
width: 100%;
text-align: center;
}
#content{
// border:1px dashed pink;
width: 100%;
}
#footer{
// border:1px solid black;
height: 400px;
width: 100%;
}
.topmenu *{
padding:0;
margin: 0;
}
.topmenu {
margin: 0 auto;
width: 80%;
min-width: 1200px;
// border: 1px solid red;
}
.ac... | 0.237841 | 0.0584 |
.btn-default {
font-size: 13px;
color: rgba(108, 88, 179, 0.75);
letter-spacing: 1px;
line-height: 15px;
border: 2px solid rgba(160, 160, 160, 0.75);
border-radius: 40px;
background: transparent;
transition: all 0.3s ease 0s;
}
.btn-default:hover {
color: #FFF;
background: rgba(134, 134, 134, 0.75)... | 4/public_html/css/utility.css | .btn-default {
font-size: 13px;
color: rgba(108, 88, 179, 0.75);
letter-spacing: 1px;
line-height: 15px;
border: 2px solid rgba(160, 160, 160, 0.75);
border-radius: 40px;
background: transparent;
transition: all 0.3s ease 0s;
}
.btn-default:hover {
color: #FFF;
background: rgba(134, 134, 134, 0.75)... | 0.459804 | 0.09947 |
.fui-space {
@apply flex;
}
.fui-space-row {
@apply flex flex-row items-center;
}
.fui-space-col {
@apply flex flex-col;
}
.fui-space-y-0 {
@apply space-y-0;
}
/* .fui-space-y-0.5 {
@apply space-y-0.5;
} */
.fui-space-y-1 {
@apply space-y-1;
}
/* .fui-space-y-1.5 {
@apply space-y-1.5;
} */
.fui-space-y... | components/ui/Space/Space.module.css | .fui-space {
@apply flex;
}
.fui-space-row {
@apply flex flex-row items-center;
}
.fui-space-col {
@apply flex flex-col;
}
.fui-space-y-0 {
@apply space-y-0;
}
/* .fui-space-y-0.5 {
@apply space-y-0.5;
} */
.fui-space-y-1 {
@apply space-y-1;
}
/* .fui-space-y-1.5 {
@apply space-y-1.5;
} */
.fui-space-y... | 0.392104 | 0.089018 |
@font-face {
font-family: 'Roboto';
font-weight: 400;
font-style: normal;
src: url('https://fonts.gstatic.com/s/roboto/v15/5YB-ifwqHP20Yn46l_BDhA.eot');
src: url('https://fonts.gstatic.com/s/roboto/v15/5YB-ifwqHP20Yn46l_BDhA.eot?#iefix') format('embedded-opentype'),
local('Roboto'),
local('Roboto-regular'... | docs/guide/src/css/extra.css | @font-face {
font-family: 'Roboto';
font-weight: 400;
font-style: normal;
src: url('https://fonts.gstatic.com/s/roboto/v15/5YB-ifwqHP20Yn46l_BDhA.eot');
src: url('https://fonts.gstatic.com/s/roboto/v15/5YB-ifwqHP20Yn46l_BDhA.eot?#iefix') format('embedded-opentype'),
local('Roboto'),
local('Roboto-regular'... | 0.298594 | 0.098686 |
@font-face {
font-family: 'Futurama';
font-style: normal;
font-weight: normal;
src: url('fonts/fr-bold.woff');
}
body {
align-items: center;
background-color: #007888;
color: #ecf0f1;
display: grid;
font-family: 'Futurama';
font-kerning: auto;
font-size: 16px;
height: 100vh;
justify-content: ... | css/style.css | @font-face {
font-family: 'Futurama';
font-style: normal;
font-weight: normal;
src: url('fonts/fr-bold.woff');
}
body {
align-items: center;
background-color: #007888;
color: #ecf0f1;
display: grid;
font-family: 'Futurama';
font-kerning: auto;
font-size: 16px;
height: 100vh;
justify-content: ... | 0.460046 | 0.075927 |
.csdn-toolbar {
font-size: 12px;
background: #fff;
padding: 0;
color: #999;
border-bottom: 1px solid #e9e9e9;
font-family: "Helvetica", "Tahoma, Arial", "sans-serif";
font-size: 0.75em;
color: #333;
line-height: 1.5em;
}
.csdn-toolbar *,
.csdn-toolbar *:before,
.csdn-toolbar *:after {
-webkit-box-si... | img/cursor_files/index.css | .csdn-toolbar {
font-size: 12px;
background: #fff;
padding: 0;
color: #999;
border-bottom: 1px solid #e9e9e9;
font-family: "Helvetica", "Tahoma, Arial", "sans-serif";
font-size: 0.75em;
color: #333;
line-height: 1.5em;
}
.csdn-toolbar *,
.csdn-toolbar *:before,
.csdn-toolbar *:after {
-webkit-box-si... | 0.452778 | 0.058615 |
.sidescroller {
height: 400px;
background-color: rgb(3, 78, 162);
color: white;
font-size: large;
text-align: center;
}
.sidescroller p {
position: relative;
top: 50%;
}
.flex-container {
max-width: 1080px;
margin: auto;
display: flex;
font-size: 120%;
... | css/main-body.css | .sidescroller {
height: 400px;
background-color: rgb(3, 78, 162);
color: white;
font-size: large;
text-align: center;
}
.sidescroller p {
position: relative;
top: 50%;
}
.flex-container {
max-width: 1080px;
margin: auto;
display: flex;
font-size: 120%;
... | 0.470737 | 0.06276 |
background-color: #000;
//height: 650px;
}
.jimu-widget-panel {
box-shadow: none;
border-radius: 0;
}
.jimu-widget-frame.jimu-container {
background-color: transparent;
padding: 0;
}
.jimu-preload-widget-icon {
display: none;
}
/* header controller */
.jimu-widget-header-controller .container-sectio... | Landsat Viewer/themes/LandsatTheme/styles/default/style.css | background-color: #000;
//height: 650px;
}
.jimu-widget-panel {
box-shadow: none;
border-radius: 0;
}
.jimu-widget-frame.jimu-container {
background-color: transparent;
padding: 0;
}
.jimu-preload-widget-icon {
display: none;
}
/* header controller */
.jimu-widget-header-controller .container-sectio... | 0.22919 | 0.051678 |
element{
--grad:linear-gradient(#E249FA, #6A8BFF);
}
::-webkit-scrollbar {
width: 0px;
}
/* ::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px #2C2C2C;
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
background: linear-gradient(#E249FA, #6A8BFF);
border-radius: 10px;
}
*/
a:link {
color:white;
t... | style.css | element{
--grad:linear-gradient(#E249FA, #6A8BFF);
}
::-webkit-scrollbar {
width: 0px;
}
/* ::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px #2C2C2C;
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
background: linear-gradient(#E249FA, #6A8BFF);
border-radius: 10px;
}
*/
a:link {
color:white;
t... | 0.367384 | 0.118207 |
@font-face {
font-family: 'noto-subset';
src: url('data:application/x-font-woff;charset=utf-8;base64,\
AAEAAAARAQAABAAQR0RFRgWvC0UAAHEsAAAAqEdQT1N3xmfyAABx1AAABKxHU1VCiavRIAAA\
doAAAAKIT1MvMm7xXngAAAGYAAAAYGNtYXABmgFmAAAGSAAAAFRjdnQgPgQbKwAAFbwAAAEs\
ZnBnbZ42GdoAAAacAAAOFWdhc3AAAAAQAABxJAAAAAhnbHlm7YNxgQAAGRQAAFZWa... | kolibri/core/static/assets/fonts/noto-subset.ko.css | @font-face {
font-family: 'noto-subset';
src: url('data:application/x-font-woff;charset=utf-8;base64,\
AAEAAAARAQAABAAQR0RFRgWvC0UAAHEsAAAAqEdQT1N3xmfyAABx1AAABKxHU1VCiavRIAAA\
doAAAAKIT1MvMm7xXngAAAGYAAAAYGNtYXABmgFmAAAGSAAAAFRjdnQgPgQbKwAAFbwAAAEs\
ZnBnbZ42GdoAAAacAAAOFWdhc3AAAAAQAABxJAAAAAhnbHlm7YNxgQAAGRQAAFZWa... | 0.22414 | 0.155912 |
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');
/*font-family: 'Rubik', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Hind', sans-... | public/a_front/css/style.css | @import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');
/*font-family: 'Rubik', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Hind', sans-... | 0.198919 | 0.037679 |
.modal-dialog label, .modal-dialog form label, .modal-dialog form .form-group input, .modal-dialog form .form-group .form-select, .modal-dialog .modal-header .modal-title {
font-family: 'opensans-light-webfont'; }
.modal-dialog .submit-button {
font-family: 'opensans-semibold-webfont'; }
.modal-dialog label, .mod... | client/src/app/modal.css | .modal-dialog label, .modal-dialog form label, .modal-dialog form .form-group input, .modal-dialog form .form-group .form-select, .modal-dialog .modal-header .modal-title {
font-family: 'opensans-light-webfont'; }
.modal-dialog .submit-button {
font-family: 'opensans-semibold-webfont'; }
.modal-dialog label, .mod... | 0.272993 | 0.038647 |
html, body {
margin: 0;
height: 100%;
font-family: "Helvetica Neue", Arial, sans-serif;
background-color: #343a40;
color: #999999;
}
.jumbotron {
background-color: #000000;
}
table.table-bordered > thead > tr > th {
border: 1px solid #000000 !important;
}
table, td {
border: 1px dotte... | server/letsencrypt/css/style-dark.css | html, body {
margin: 0;
height: 100%;
font-family: "Helvetica Neue", Arial, sans-serif;
background-color: #343a40;
color: #999999;
}
.jumbotron {
background-color: #000000;
}
table.table-bordered > thead > tr > th {
border: 1px solid #000000 !important;
}
table, td {
border: 1px dotte... | 0.40439 | 0.110663 |
* {
margin:0;
padding:0;
}
body {
font:.75em Verdana, Arial, Sans-Serif;
color:#272727;
line-height:1.8em;
background:#fff;
}
p {
line-height:1.6em;
margin:0 0 1.4em 1em;
}
a {
color:#F74600;
text-decoration:none;
background:inherit;
}
a:hover {
color:gray;
background:inherit;
}
ul {
list-style:none;
}
li {
margi... | css/style.css | * {
margin:0;
padding:0;
}
body {
font:.75em Verdana, Arial, Sans-Serif;
color:#272727;
line-height:1.8em;
background:#fff;
}
p {
line-height:1.6em;
margin:0 0 1.4em 1em;
}
a {
color:#F74600;
text-decoration:none;
background:inherit;
}
a:hover {
color:gray;
background:inherit;
}
ul {
list-style:none;
}
li {
margi... | 0.424889 | 0.088465 |
body {
background-image: url(paper.png);
background-repeat: repeat;
padding-left: 15px;
padding-right: 15px;
}
#table-of-contents {
display: none;
position: absolute;
background-color: #EEE;
width: 200px;
padding-top: 160px;
overflow: auto;
height: 100%;
}
#main-text {
position: absolute;
ba... | lucid.css | body {
background-image: url(paper.png);
background-repeat: repeat;
padding-left: 15px;
padding-right: 15px;
}
#table-of-contents {
display: none;
position: absolute;
background-color: #EEE;
width: 200px;
padding-top: 160px;
overflow: auto;
height: 100%;
}
#main-text {
position: absolute;
ba... | 0.504883 | 0.095139 |
body{
background:#475f77;
}
.container{
width:600px;
margin:50px auto;
}
.searchbox{
position:relative;
min-width:50px;
width:0%;
height:50px;
float:right;
overflow:hidden;
-webkit-transition: width 0.3s;
-moz-transition: width 0.3s;
-ms-transiti... | index.css | body{
background:#475f77;
}
.container{
width:600px;
margin:50px auto;
}
.searchbox{
position:relative;
min-width:50px;
width:0%;
height:50px;
float:right;
overflow:hidden;
-webkit-transition: width 0.3s;
-moz-transition: width 0.3s;
-ms-transiti... | 0.310799 | 0.074366 |
.sapSuiteUiTFOuterCont {
position: relative;
overflow: hidden;
}
.sapUiMedia-Std-Desktop .sapSuiteUiTFOuterCont {
height: 700px;
width: 1600px;
}
.sapUiMedia-Std-Tablet .sapSuiteUiTFOuterCont {
height: 460px;
width: 1024px;
}
.sapUiMedia-Std-Phone .sapSuiteUiTFOuterCont {
height: 2000px;
width: 360px;
}
.s... | src/org.scn.community.basics/os/sapui5/suite/themes/base/TargetFilter.css |
.sapSuiteUiTFOuterCont {
position: relative;
overflow: hidden;
}
.sapUiMedia-Std-Desktop .sapSuiteUiTFOuterCont {
height: 700px;
width: 1600px;
}
.sapUiMedia-Std-Tablet .sapSuiteUiTFOuterCont {
height: 460px;
width: 1024px;
}
.sapUiMedia-Std-Phone .sapSuiteUiTFOuterCont {
height: 2000px;
width: 360px;
}
.s... | 0.344003 | 0.129375 |
@charset "UTF-8";
/*------------------------------------------------------------------
* Project: Travele
* Author: <NAME>
* URL: https://themeforest.net/user/bosathemes
------------------------------------------------------------------- */
/* --------------------------------------------------... | public/admin_assets/css/style.css | @charset "UTF-8";
/*------------------------------------------------------------------
* Project: Travele
* Author: <NAME>
* URL: https://themeforest.net/user/bosathemes
------------------------------------------------------------------- */
/* --------------------------------------------------... | 0.392453 | 0.070913 |
@charset "utf-8";
/* CSS Document */
*::-moz-selection {
background: #f13f0f none repeat scroll 0 0;
color: #fff;
}
::-moz-selection { background: #f13f0f; color:#fff; text-shadow: none; }
::selection { background:#f13f0f; color:#fff; text-shadow: none; }
body {
background:#fff;
font-family: 'Roboto', sans-ser... | wp-content/themes/ministudio/css/style5589.css | @charset "utf-8";
/* CSS Document */
*::-moz-selection {
background: #f13f0f none repeat scroll 0 0;
color: #fff;
}
::-moz-selection { background: #f13f0f; color:#fff; text-shadow: none; }
::selection { background:#f13f0f; color:#fff; text-shadow: none; }
body {
background:#fff;
font-family: 'Roboto', sans-ser... | 0.234845 | 0.062904 |
/**
*
* Name: IRAN Sans-Serif Font
* Version: 5.0
* Author: <NAME> (<EMAIL>)
* Created on: Dec 25, 2012
* Updated on: Sep 01, 2017
* Website: http://fontiran.com
* Copyright: Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فون... | src/Client/Web/Smart.Client.Web.BlazorUI/Styles/fonts/IRANSans/css/fontiran.css | /**
*
* Name: IRAN Sans-Serif Font
* Version: 5.0
* Author: <NAME> (<EMAIL>)
* Created on: Dec 25, 2012
* Updated on: Sep 01, 2017
* Website: http://fontiran.com
* Copyright: Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فون... | 0.290779 | 0.05455 |
body {
text-align: center;
background: rgba(128, 128, 128, 0.43);
}
.icons {
display: inline-block;
}
td {
text-align: center;
padding: 10px;
}
td a {
text-decoration: none;
font-weight: bold;
}
td a:hover {
text-decoration: underline;
}
i {
background: url(icons.gif) no-repeat;
display: inline-block;
... | WebDesign/Slice&Dice/AdvancedWeb/exercises/exercise-4/style-sprites.css | body {
text-align: center;
background: rgba(128, 128, 128, 0.43);
}
.icons {
display: inline-block;
}
td {
text-align: center;
padding: 10px;
}
td a {
text-decoration: none;
font-weight: bold;
}
td a:hover {
text-decoration: underline;
}
i {
background: url(icons.gif) no-repeat;
display: inline-block;
... | 0.38943 | 0.044473 |
.row {
margin-bottom: 0!important;
}
/*nav-content*/
.nav-content {
height: 40px;
position: relative;
line-height: normal;
background-color:rgb(49,71,127);
}
.tabs{
height: 40px;}
.tabs.tabs-transparent .indicator {
background-color: transparent!important;}
.tab a{
height:40px!important;
line-height:40px!impo... | css/information.css | .row {
margin-bottom: 0!important;
}
/*nav-content*/
.nav-content {
height: 40px;
position: relative;
line-height: normal;
background-color:rgb(49,71,127);
}
.tabs{
height: 40px;}
.tabs.tabs-transparent .indicator {
background-color: transparent!important;}
.tab a{
height:40px!important;
line-height:40px!impo... | 0.296552 | 0.084758 |
.trumbowyg-dropdown-emoji {
width: 265px; }
[dir=ltr] .trumbowyg-dropdown-emoji {
padding: 7px 0 7px 5px; }
[dir=rtl] .trumbowyg-dropdown-emoji {
padding: 7px 5px 7px 0; }
.trumbowyg-dropdown-emoji svg {
display: none !important; }
.trumbowyg-dropdown-emoji button {
display: block;
position: relative;
... | src/OrchardCore.Modules/OrchardCore.Resources/wwwroot/Styles/trumbowyg-plugins.css | .trumbowyg-dropdown-emoji {
width: 265px; }
[dir=ltr] .trumbowyg-dropdown-emoji {
padding: 7px 0 7px 5px; }
[dir=rtl] .trumbowyg-dropdown-emoji {
padding: 7px 5px 7px 0; }
.trumbowyg-dropdown-emoji svg {
display: none !important; }
.trumbowyg-dropdown-emoji button {
display: block;
position: relative;
... | 0.359701 | 0.056679 |
.subtitulo {
font-size: 30px;
font-weight: bold;
text-align: center;
color: #000;
margin: 20px;
text-transform: uppercase;
}
.subtitulo::after {
content: "";
display: block;
width: 100px;
height: 4px;
background-color: #000;
margin: 0 auto;
}
/*botoes de chamada*/
.btn {
border: 2px solid #fec63e;
colo... | site BikeEtec/css/style.css | .subtitulo {
font-size: 30px;
font-weight: bold;
text-align: center;
color: #000;
margin: 20px;
text-transform: uppercase;
}
.subtitulo::after {
content: "";
display: block;
width: 100px;
height: 4px;
background-color: #000;
margin: 0 auto;
}
/*botoes de chamada*/
.btn {
border: 2px solid #fec63e;
colo... | 0.14685 | 0.0686 |
:import {
-st-from: '@flexis/ui/stylable/rel';
-st-default: rel;
}
:import {
-st-from: '../variables.st.css';
-st-named:
sizeScreenMdMax,
sizeScreenMdMin,
fontFamilyMono,
sizeBorderRadius,
durationTransition,
colorWhite,
colorGray0,
colorPink0;
}
:import {
-st-from: '../ToggleNav/ToggleNav.st.css... | src/App/components/TabsNav/TabsNav.st.css | :import {
-st-from: '@flexis/ui/stylable/rel';
-st-default: rel;
}
:import {
-st-from: '../variables.st.css';
-st-named:
sizeScreenMdMax,
sizeScreenMdMin,
fontFamilyMono,
sizeBorderRadius,
durationTransition,
colorWhite,
colorGray0,
colorPink0;
}
:import {
-st-from: '../ToggleNav/ToggleNav.st.css... | 0.507812 | 0.106272 |
display-flex, .form-group, .form-select, .form-radio, .form-textarea, .form-date, .form-radio-item, .form-flex, .form-date-item .select-icon, .form-date-item .select-icon i, #val, #button, .steps ul, .actions ul, .actions ul li a, .title, .number {
display: flex;
display: -webkit-flex; }
/* @extend list-type-ulli;... | public/css/registration.css | display-flex, .form-group, .form-select, .form-radio, .form-textarea, .form-date, .form-radio-item, .form-flex, .form-date-item .select-icon, .form-date-item .select-icon i, #val, #button, .steps ul, .actions ul, .actions ul li a, .title, .number {
display: flex;
display: -webkit-flex; }
/* @extend list-type-ulli;... | 0.197909 | 0.033024 |
.tour-highlight{
/*background: rgba(0, 241, 255, 0.701961);*/
-moz-box-shadow: 0px 0px 7px 0px rgba(0, 241, 255, 0.701961);
-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 241, 255, 0.701961);
-o-box-shadow: 0px 0px 7px 0px rgba(0, 241, 255, 0.701961);
box-shadow: 0px 0px 7px 0px rgba(0, 241, 255, 0.701961);
bo... | tourist.css | .tour-highlight{
/*background: rgba(0, 241, 255, 0.701961);*/
-moz-box-shadow: 0px 0px 7px 0px rgba(0, 241, 255, 0.701961);
-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 241, 255, 0.701961);
-o-box-shadow: 0px 0px 7px 0px rgba(0, 241, 255, 0.701961);
box-shadow: 0px 0px 7px 0px rgba(0, 241, 255, 0.701961);
bo... | 0.290679 | 0.060502 |
div#aiContactSafe_mainbody_1 {
margin-left:auto;
margin-right:auto;
text-align:center;
}
/*
set the width of some of the fields
add here any of the fields of aiContactSafe
// Textbox
div#aiContactSafe_mainbody_1 input#nume_field
// Combobox
div#aiContactSafe_mainbody_1 select#nume_field
// Edit... | english/components/com_aicontactsafe/views/message/tmpl/profile_align_all_center.css | div#aiContactSafe_mainbody_1 {
margin-left:auto;
margin-right:auto;
text-align:center;
}
/*
set the width of some of the fields
add here any of the fields of aiContactSafe
// Textbox
div#aiContactSafe_mainbody_1 input#nume_field
// Combobox
div#aiContactSafe_mainbody_1 select#nume_field
// Edit... | 0.283285 | 0.041423 |
html,
body {
height: 100%;
background-color: #212121;
}
/* Carousel */
.carousel {
height: 100%;
}
.carousel .item {
height: 100%;
}
.carousel .active {
height: 100%;
}
.carousel-inner {
height: 100%;
}
#carousel-bg .item video {
opacity: 0.4;
}
.carousel-full-bg .carousel-caption {
... | web/assets/front/css/style.css | html,
body {
height: 100%;
background-color: #212121;
}
/* Carousel */
.carousel {
height: 100%;
}
.carousel .item {
height: 100%;
}
.carousel .active {
height: 100%;
}
.carousel-inner {
height: 100%;
}
#carousel-bg .item video {
opacity: 0.4;
}
.carousel-full-bg .carousel-caption {
... | 0.349089 | 0.068257 |
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,... | day8/css/index.css | html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,... | 0.442396 | 0.072374 |
width: 15px;height: 17px;
}
.news-section .MuiListItem-root:hover{
background-color: #2a2e32;
}
.MD0{
margin: 0px;
}
.PD16{
padding:16PX;
}
.MP0{
padding-left: 0px !important;
padding-right: 0px!important;
}
.sidebar {
background: #1f2327;
color: #fff;
margin-top: 19px
}
.navbar-toggle {
... | ReactJS_admin_dashboad_with_material_UI/src/assets/css/barchartSidebar.css | width: 15px;height: 17px;
}
.news-section .MuiListItem-root:hover{
background-color: #2a2e32;
}
.MD0{
margin: 0px;
}
.PD16{
padding:16PX;
}
.MP0{
padding-left: 0px !important;
padding-right: 0px!important;
}
.sidebar {
background: #1f2327;
color: #fff;
margin-top: 19px
}
.navbar-toggle {
... | 0.379378 | 0.11141 |
.ply-global-loading {
top: 50%;
left: 50%;
padding: 30px;
width: 60px;
height: 60px;
margin: -100px 0 0 -60px;
z-index: 100000;
position: fixed;
border-radius: 10%;
background-color: rgba(255,255,255,.5);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.ply-loading-spinner {
width: 100%;
height: 100%;
o... | public/vendors/sortable/ply.css | .ply-global-loading {
top: 50%;
left: 50%;
padding: 30px;
width: 60px;
height: 60px;
margin: -100px 0 0 -60px;
z-index: 100000;
position: fixed;
border-radius: 10%;
background-color: rgba(255,255,255,.5);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.ply-loading-spinner {
width: 100%;
height: 100%;
o... | 0.357231 | 0.081996 |
/*adding this for contacts list view*/
.my-custom-scrollbar {
position: relative;
height: 700px;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}
.box {
height: 100px;
width: 200px;
border: 1px solid gray;
overflow: hidden;
overflow-y: auto;
-webkit-box-sizing: bo... | BlazingChat/BlazingChat/Client/Pages/Chat.razor.css | /*adding this for contacts list view*/
.my-custom-scrollbar {
position: relative;
height: 700px;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}
.box {
height: 100px;
width: 200px;
border: 1px solid gray;
overflow: hidden;
overflow-y: auto;
-webkit-box-sizing: bo... | 0.454714 | 0.084568 |
.backgroundimage {
width: 100%; height: 100%; top: 0; left: 0;
background: url(images/1/screen1.jpg) no-repeat center top; position: fixed; z-index: -1;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
filter: blur(12px);
filter: gra... | docs/filmpage1style.css | .backgroundimage {
width: 100%; height: 100%; top: 0; left: 0;
background: url(images/1/screen1.jpg) no-repeat center top; position: fixed; z-index: -1;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
filter: blur(12px);
filter: gra... | 0.38145 | 0.113801 |
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&family=Overpass:ital,wght@0,300;1,200&display=swap");
* {
margin: 0;
padding: 0;
text-transform: capitalize;
text-decoration: none;
scroll-behavior: smooth;
}
:root {
--pink: #fff;
--violet: #9a42ff;
}
/*********************** THIS ... | style.css | @import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&family=Overpass:ital,wght@0,300;1,200&display=swap");
* {
margin: 0;
padding: 0;
text-transform: capitalize;
text-decoration: none;
scroll-behavior: smooth;
}
:root {
--pink: #fff;
--violet: #9a42ff;
}
/*********************** THIS ... | 0.414662 | 0.077448 |
.ke-text {
font-size: 12px;
font-family: "sans serif",tahoma,verdana,helvetica;
}
.ke-icon-source {
background-position: 0px 0px;
width: 16px;
height: 16px;
}
.ke-icon-print {
background-position: 0px -32px;
width: 16px;
height: 16px;
}
.ke-icon-undo {
background-position: 0px -48px;
width: 16px;
height: 16p... | Public/Js/editor/skins/default.css | .ke-text {
font-size: 12px;
font-family: "sans serif",tahoma,verdana,helvetica;
}
.ke-icon-source {
background-position: 0px 0px;
width: 16px;
height: 16px;
}
.ke-icon-print {
background-position: 0px -32px;
width: 16px;
height: 16px;
}
.ke-icon-undo {
background-position: 0px -48px;
width: 16px;
height: 16p... | 0.242206 | 0.074198 |
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;400;900&display=swap');
.App {
display: flex;
flex-direction: column;
justify-content: center;
text-align: left;
height: 100%;
margin: auto;
font-size: 22px;
font-family: 'Prompt', sans-serif;
}
.App-chatroom::-webkit-scrollbar {
... | src/Chatbox.css | @import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;400;900&display=swap');
.App {
display: flex;
flex-direction: column;
justify-content: center;
text-align: left;
height: 100%;
margin: auto;
font-size: 22px;
font-family: 'Prompt', sans-serif;
}
.App-chatroom::-webkit-scrollbar {
... | 0.488771 | 0.065217 |
@font-face {
font-family: "lightHelvetica";
src: url(../resources/HelveticaNeue-UltraLight.ttf);
}
@font-face {
font-family: "thinHelvetica";
src: url(../resources/HelveticaNeue-Thin.ttf);
}
@font-face {
font-family: "boldHelvetica";
src: url(../resources/HelveticaNeue-Bold.ttf);
}
html, body {
height: 10... | website/css/style.css | @font-face {
font-family: "lightHelvetica";
src: url(../resources/HelveticaNeue-UltraLight.ttf);
}
@font-face {
font-family: "thinHelvetica";
src: url(../resources/HelveticaNeue-Thin.ttf);
}
@font-face {
font-family: "boldHelvetica";
src: url(../resources/HelveticaNeue-Bold.ttf);
}
html, body {
height: 10... | 0.369656 | 0.072834 |
html,body{
margin:0px;
paddding:0px;
justify-content:center;
}
header{
background-color: powderblue;
height: 120px;
line-height: 120px;
}
ul{
list-style: none;
}
ul li{
display: inline-block;
}
header nav {
float: right;
}
header nav ul li a{
padding-right: 30px;
... | work.css | html,body{
margin:0px;
paddding:0px;
justify-content:center;
}
header{
background-color: powderblue;
height: 120px;
line-height: 120px;
}
ul{
list-style: none;
}
ul li{
display: inline-block;
}
header nav {
float: right;
}
header nav ul li a{
padding-right: 30px;
... | 0.372391 | 0.06165 |
* {
font-family: 'Montserrat';
}
a.MuiTypography-root.MuiLink-root.MuiLink-underlineHover.makeStyles-linkText-1.MuiTypography-colorInherit {
display: inline-flex;
}
section.javatime,
svg#logo {
background: rgb(5, 109, 194);
padding: 10px;
margin: 10px;
}
/* TITLE LOGO */
svg#logo {
position: ... | public/style.css | * {
font-family: 'Montserrat';
}
a.MuiTypography-root.MuiLink-root.MuiLink-underlineHover.makeStyles-linkText-1.MuiTypography-colorInherit {
display: inline-flex;
}
section.javatime,
svg#logo {
background: rgb(5, 109, 194);
padding: 10px;
margin: 10px;
}
/* TITLE LOGO */
svg#logo {
position: ... | 0.444324 | 0.133952 |
html, body {
font-family: 'Raleway', sans-serif;
font-weight: 100;
margin: 0;
}
.title {
font-size: 60px;
}
.links > a {
color: #f6ffff;
padding: 0 25px;
font-size: 12px;
font-weight: 600;
letter-spacing: .1rem;
text-decoration: none;
text-transform: uppercase;
}
ul {
l... | public/css/welcome.css | html, body {
font-family: 'Raleway', sans-serif;
font-weight: 100;
margin: 0;
}
.title {
font-size: 60px;
}
.links > a {
color: #f6ffff;
padding: 0 25px;
font-size: 12px;
font-weight: 600;
letter-spacing: .1rem;
text-decoration: none;
text-transform: uppercase;
}
ul {
l... | 0.484624 | 0.11353 |
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, ... | markup/book-page-mobile/css/book-style.css | html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, ... | 0.238373 | 0.059265 |
background-color: #FFFFFF;
background-image: none;
position: absolute;
}
#s-66c252c8-1e7c-4aee-a828-bf951def0367 > #alignmentBox {
position: relative;
width: 100%;
height: 100%;
}
#s-66c252c8-1e7c-4aee-a828-bf951def0367 #s-MainPanel {
position: absolute;
top: 75px;
left: 0px;
}
#s-66c252c8-1e7c-4aee-a... | docs/3analisisYPropuestaDeMejora/aplicacion/cazasteroides/resources/screens/66c252c8-1e7c-4aee-a828-bf951def0367-1499285103580.css | background-color: #FFFFFF;
background-image: none;
position: absolute;
}
#s-66c252c8-1e7c-4aee-a828-bf951def0367 > #alignmentBox {
position: relative;
width: 100%;
height: 100%;
}
#s-66c252c8-1e7c-4aee-a828-bf951def0367 #s-MainPanel {
position: absolute;
top: 75px;
left: 0px;
}
#s-66c252c8-1e7c-4aee-a... | 0.396185 | 0.045564 |
BASIC FRAMEWORK OVERRIDES
- Use this section to override basic things
like fonts, base font size, container width, etc.
********************************************/
/***** ===== *****/
/***** Fonts *****/
/***** ===== *****/
html {
font-family: var(--font_sans);
text-rendering: auto;
-webkit-font... | css/style.css |
BASIC FRAMEWORK OVERRIDES
- Use this section to override basic things
like fonts, base font size, container width, etc.
********************************************/
/***** ===== *****/
/***** Fonts *****/
/***** ===== *****/
html {
font-family: var(--font_sans);
text-rendering: auto;
-webkit-font... | 0.196633 | 0.03843 |
.join {
font-size: 120%;
padding-top: 80px;
}
.join-title {
text-align: center;
font-weight: 500;
font-size: 280%;
padding-top: 20px;
}
.join-title a {
text-decoration: none;
}
.join-subtitle {
text-align: center;
font-we... | frontend/static/css/components/auth.css | .join {
font-size: 120%;
padding-top: 80px;
}
.join-title {
text-align: center;
font-weight: 500;
font-size: 280%;
padding-top: 20px;
}
.join-title a {
text-decoration: none;
}
.join-subtitle {
text-align: center;
font-we... | 0.501709 | 0.137156 |
a {
color: #333;
text-decoration: none;
}
.clear {
clear: both;
}
.clear_after {
clear-after: both;
}
.mod-top-bar {
background: #F8F8F8;
height: 80px;
}
.mod-top-bar .center {
margin-left: auto;
margin-right: auto;
overflow: hidden;
width: 1200px;
}
.mod-top-bar .center a.mod-logo {
font-family: ... | public/stylesheets/style.css | a {
color: #333;
text-decoration: none;
}
.clear {
clear: both;
}
.clear_after {
clear-after: both;
}
.mod-top-bar {
background: #F8F8F8;
height: 80px;
}
.mod-top-bar .center {
margin-left: auto;
margin-right: auto;
overflow: hidden;
width: 1200px;
}
.mod-top-bar .center a.mod-logo {
font-family: ... | 0.445288 | 0.148386 |
*, html, body, button, input, textarea, select {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
a {
color: #39464E;
text-decoration: none; }
a:hover {
text-decoration: underline; }
input, textarea, select {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,... | Final Project/index_files/embed-light.css | *, html, body, button, input, textarea, select {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
a {
color: #39464E;
text-decoration: none; }
a:hover {
text-decoration: underline; }
input, textarea, select {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,... | 0.319971 | 0.080502 |
@import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:400,600,700');
html {
height: 100%;
}
.clear {
clear: both;
}
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
.sperator {
height: 30px;
}
header,
section,
footer,
aside,
nav,
main,
article,
figu... | style.css | @import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:400,600,700');
html {
height: 100%;
}
.clear {
clear: both;
}
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
.sperator {
height: 30px;
}
header,
section,
footer,
aside,
nav,
main,
article,
figu... | 0.294316 | 0.060418 |
.latest-post-area {
padding: 35px 0 90px;
}
.latest-post-area .latest-post-header {
text-align: center;
margin-bottom: 68px;
}
.latest-post-header .section-title {}
.latest-post-header p {
color: #383838;
font-size: 14px;
font-weight: 400;
letter-spacing: 0;
line-height: 24px;
ma... | client/src/assets/css/latest-post.css |
.latest-post-area {
padding: 35px 0 90px;
}
.latest-post-area .latest-post-header {
text-align: center;
margin-bottom: 68px;
}
.latest-post-header .section-title {}
.latest-post-header p {
color: #383838;
font-size: 14px;
font-weight: 400;
letter-spacing: 0;
line-height: 24px;
ma... | 0.482429 | 0.151341 |
@font-face {
font-family: 'Source Code Pro';
src: url('SourceCodePro-ExtraLightIt.eot');
src: url('SourceCodePro-ExtraLightIt.eot?#iefix') format('embedded-opentype'),
url('SourceCodePro-ExtraLightIt.woff2') format('woff2'),
url('SourceCodePro-ExtraLightIt.woff') format('woff');
font-wei... | src/assets/fonts/stylesheet.css | @font-face {
font-family: 'Source Code Pro';
src: url('SourceCodePro-ExtraLightIt.eot');
src: url('SourceCodePro-ExtraLightIt.eot?#iefix') format('embedded-opentype'),
url('SourceCodePro-ExtraLightIt.woff2') format('woff2'),
url('SourceCodePro-ExtraLightIt.woff') format('woff');
font-wei... | 0.34798 | 0.067824 |
#bt-navbar {
display: flex;
justify-content: center;
list-style-type: none;
margin: 0;
padding: 5px;
/* border-bottom-style: solid; */
/* border-width: 1px; */
/* background-color: yellow; */
}
.navbar-nav {
padding: 14px 16px;
}
.navbar-links {
/* text-decoration: none; */
font-family: "Hiragi... | bt-site/src/Site.css |
#bt-navbar {
display: flex;
justify-content: center;
list-style-type: none;
margin: 0;
padding: 5px;
/* border-bottom-style: solid; */
/* border-width: 1px; */
/* background-color: yellow; */
}
.navbar-nav {
padding: 14px 16px;
}
.navbar-links {
/* text-decoration: none; */
font-family: "Hiragi... | 0.331661 | 0.045649 |
/* ----------------------------------------------- */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
background-color: #fff;
color: #555;
font-family: 'Lato', 'Arial', sans-serif;
font-weight: 300;
font-size: 20px;
text-rendering: optimizeLegibility;
overflow... | food-landing/resources/css/style.css | /* ----------------------------------------------- */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
background-color: #fff;
color: #555;
font-family: 'Lato', 'Arial', sans-serif;
font-weight: 300;
font-size: 20px;
text-rendering: optimizeLegibility;
overflow... | 0.468061 | 0.078961 |
@import url(code.css);
/* Report listing */
.report #trac-sort-order {
float: right;
font-size: 11px;
font-weight: normal;
}
.report #trac-sort-order a {
background-position: 100% 50%;
background-repeat: no-repeat;
margin-left: 4px;
}
.report #trac-sort-order a.asc {
font-weight: bold;
padd... | tracformatter/trac/htdocs/css/report.css | @import url(code.css);
/* Report listing */
.report #trac-sort-order {
float: right;
font-size: 11px;
font-weight: normal;
}
.report #trac-sort-order a {
background-position: 100% 50%;
background-repeat: no-repeat;
margin-left: 4px;
}
.report #trac-sort-order a.asc {
font-weight: bold;
padd... | 0.358915 | 0.163145 |
@charset "UTF-8";
@font-face {
font-family: PT Sans;
src: url(../fonts/pt-sans-regular.woff) format("woff")
}
@font-face {
font-weight: 700;
font-family: PT Sans;
src: url(../fonts/pt-sans-bold.woff) format("woff")
}
@font-face {
font-style: italic;
font-family: PT Sans;
src: url(../font... | shower/themes/ribbon/styles/screen-16x10.css | @charset "UTF-8";
@font-face {
font-family: PT Sans;
src: url(../fonts/pt-sans-regular.woff) format("woff")
}
@font-face {
font-weight: 700;
font-family: PT Sans;
src: url(../fonts/pt-sans-bold.woff) format("woff")
}
@font-face {
font-style: italic;
font-family: PT Sans;
src: url(../font... | 0.372391 | 0.0704 |
body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:1366px;
margin-left:0;
margin-right:0;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u1464_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1366px;
height:188... | sfcsmViz/files/eventmangage/styles.css | body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:1366px;
margin-left:0;
margin-right:0;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u1464_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1366px;
height:188... | 0.253584 | 0.033337 |
html .mceContentBody {
max-width: 640px;
}
* {
font-family: verdana, arial;
font-size: 1.0em;
border: 0;
color: #111;
line-height: 1.5em;
}
a, a:link, a:visited{
color: #333;
text-decoration: underline;
}
a:hover, a:active {
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
h1 {
fo... | old_site/wp-content/themes/zeebizzcard/editor-style.css | html .mceContentBody {
max-width: 640px;
}
* {
font-family: verdana, arial;
font-size: 1.0em;
border: 0;
color: #111;
line-height: 1.5em;
}
a, a:link, a:visited{
color: #333;
text-decoration: underline;
}
a:hover, a:active {
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
h1 {
fo... | 0.310485 | 0.133868 |
@import 'ads.css';
@import 'article.css';
@import 'area.css';
.column-slider {
padding: 0;
color: #000;
}
.column-slider .col-sm-4,
.column-slider .col-sm-3 {
padding-right: 0;
}
.column-slider .tr-post {
margin-bottom: calc(1.5rem + 2px);
}
.column-slider .tr-post-content {
background-color: #fff;
}
... | fiddles/jquery/fiddle-0069-BootstrapStickyNavBars/assets/css/page/components/column-slider/column-slider.css | @import 'ads.css';
@import 'article.css';
@import 'area.css';
.column-slider {
padding: 0;
color: #000;
}
.column-slider .col-sm-4,
.column-slider .col-sm-3 {
padding-right: 0;
}
.column-slider .tr-post {
margin-bottom: calc(1.5rem + 2px);
}
.column-slider .tr-post-content {
background-color: #fff;
}
... | 0.285372 | 0.064124 |
.v-collapse {
border: 1px solid var(--border-color);
}
.v-collapse .c-item .c-head {
padding: 0 var(--2unit);
height: var(--5unit);
line-height: var(--5unit);
cursor: pointer;
border-bottom: 1px solid var(--border-color);
user-select: none;
}
.v-collapse .c-item .c-head .icon-down-wide {
margin-right: v... | doc/css/lovue.extension.css | .v-collapse {
border: 1px solid var(--border-color);
}
.v-collapse .c-item .c-head {
padding: 0 var(--2unit);
height: var(--5unit);
line-height: var(--5unit);
cursor: pointer;
border-bottom: 1px solid var(--border-color);
user-select: none;
}
.v-collapse .c-item .c-head .icon-down-wide {
margin-right: v... | 0.522202 | 0.077378 |
.device,
.device::before,
.device::after,
.device *,
.device *::before,
.device *::after {
box-sizing: border-box;
display: block;
}
.device {
position: relative;
transform: scale(0.65);
max-width: 100vw;
z-index: 1;
}
.device .device-frame {
z-index: 1;
}
.device .device-content {
background-color:... | src/static/devices.css |
.device,
.device::before,
.device::after,
.device *,
.device *::before,
.device *::after {
box-sizing: border-box;
display: block;
}
.device {
position: relative;
transform: scale(0.65);
max-width: 100vw;
z-index: 1;
}
.device .device-frame {
z-index: 1;
}
.device .device-content {
background-color:... | 0.597608 | 0.053403 |
.anon-card {
max-width: 1200px;
margin: 40px auto;
display: flex;
justify-content: center;
/*align-items: center;*/
background-color: #2e3844;
border-radius: 10px;
box-shadow: 0px 5px 24px 5px #00000042;
}
.anon-card > .anon-img-container {
width: 500px;
/*height:... | src/components/gallery/teddyCard.css | .anon-card {
max-width: 1200px;
margin: 40px auto;
display: flex;
justify-content: center;
/*align-items: center;*/
background-color: #2e3844;
border-radius: 10px;
box-shadow: 0px 5px 24px 5px #00000042;
}
.anon-card > .anon-img-container {
width: 500px;
/*height:... | 0.398758 | 0.063395 |
----------------------------------------------- */
body {
color: #6B6B6B;
word-wrap: break-word;
line-height: 1.7;
font-size: 15px;
}
a {
color: #54397E;
text-decoration: none;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
a:hover,
a:focus {
... | unite/style.css | ----------------------------------------------- */
body {
color: #6B6B6B;
word-wrap: break-word;
line-height: 1.7;
font-size: 15px;
}
a {
color: #54397E;
text-decoration: none;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
a:hover,
a:focus {
... | 0.227641 | 0.087097 |
content: '\e967';
}
#bt_bb > .bt_bb_item_list > .bt_bb_wrap .bt_bb_item.bt_bb_icon.bt_bb_icon_bt_bb_cost_calculator_item:before {
content: '\e902';
}
#bt_bb > .bt_bb_item_list > .bt_bb_wrap .bt_bb_item.bt_bb_icon.bt_bb_icon_bt_cc_separator:before {
content: '\e914';
}
#bt_bb > .bt_bb_item_list >... | wp-content/plugins/bt_cost_calculator/admin_style.css | content: '\e967';
}
#bt_bb > .bt_bb_item_list > .bt_bb_wrap .bt_bb_item.bt_bb_icon.bt_bb_icon_bt_bb_cost_calculator_item:before {
content: '\e902';
}
#bt_bb > .bt_bb_item_list > .bt_bb_wrap .bt_bb_item.bt_bb_icon.bt_bb_icon_bt_cc_separator:before {
content: '\e914';
}
#bt_bb > .bt_bb_item_list >... | 0.353986 | 0.086131 |
@import url('https://fonts.googleapis.com/css?family=Kalam&display=swap');
.charsheet {
box-sizing: content-box;
background-image: url("https://raw.githubusercontent.com/fennelin/roll20-character-sheets/master/Nephilim-Legende/images/background.jpg");
background-size: cover;
font-weight: bold;
min-... | Nephilim-Legende-Selenim/selenim-legende.css | @import url('https://fonts.googleapis.com/css?family=Kalam&display=swap');
.charsheet {
box-sizing: content-box;
background-image: url("https://raw.githubusercontent.com/fennelin/roll20-character-sheets/master/Nephilim-Legende/images/background.jpg");
background-size: cover;
font-weight: bold;
min-... | 0.4917 | 0.131647 |
.main1{
width: 1220px;
height: 190px;
margin: 0 20px;
background-color: #f3f3f3;
}
.main1 li{
float: left;
margin: 10px 9px;
}
.main1 li:nth-child(1),.main1 li:nth-child(5){
margin-top: 0;
}
.main2{
width: 1220px;
line-height: 30px;
margin: 20px auto 0;
}
.main2 a{
color: #000000;
padding: 10px 20px;
}
.mai... | wangye/css/liebiao.css | .main1{
width: 1220px;
height: 190px;
margin: 0 20px;
background-color: #f3f3f3;
}
.main1 li{
float: left;
margin: 10px 9px;
}
.main1 li:nth-child(1),.main1 li:nth-child(5){
margin-top: 0;
}
.main2{
width: 1220px;
line-height: 30px;
margin: 20px auto 0;
}
.main2 a{
color: #000000;
padding: 10px 20px;
}
.mai... | 0.194368 | 0.076304 |
*{
margin: 0;
padding: 0;
list-style: none;
outline: 0;
}
body{
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
overflow-y: auto;
}
#netflix-logo{
height: 45px;
width: 147px;
vertical-align: middle;
text-decoration:... | app/styles/style.css | *{
margin: 0;
padding: 0;
list-style: none;
outline: 0;
}
body{
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
overflow-y: auto;
}
#netflix-logo{
height: 45px;
width: 147px;
vertical-align: middle;
text-decoration:... | 0.315736 | 0.066146 |
@media only screen and (max-width: 480px) {
.hidden-480{
display:none !important;
}
}
@media only screen and (max-width: 320px) {
.hidden-320{
display:none !important;
}
}
@media only screen and (max-width: 767px) {
[class*="vspace"] {
display:block;
}
}
/* ace-nav responsive */
@media only screen and (... | themes/admin/assets/css/uncompressed/ace-responsive.css | @media only screen and (max-width: 480px) {
.hidden-480{
display:none !important;
}
}
@media only screen and (max-width: 320px) {
.hidden-320{
display:none !important;
}
}
@media only screen and (max-width: 767px) {
[class*="vspace"] {
display:block;
}
}
/* ace-nav responsive */
@media only screen and (... | 0.249722 | 0.067577 |
label[for] {
cursor: pointer;
}
label + textarea {
vertical-align: top;
}
fieldset {
/*
Width and min-width are required here to respect 100% textarea max-width within fieldset.
http://codepen.io/tmsdnl/pen/ByqJgO
*/
width: 100%;
min-width: 100%;
padding: 1rem;
border: 1px soli... | site/source/static/css/_forms.css | label[for] {
cursor: pointer;
}
label + textarea {
vertical-align: top;
}
fieldset {
/*
Width and min-width are required here to respect 100% textarea max-width within fieldset.
http://codepen.io/tmsdnl/pen/ByqJgO
*/
width: 100%;
min-width: 100%;
padding: 1rem;
border: 1px soli... | 0.722135 | 0.153771 |
body, div, p, span, span, ul, li, ol, dl, dt, dd {
margin: 0;
padding: 0;
}
body, html {
height: 100%;
width: 100%
}
.t1 {
width: 100%;
height: 100%;
background-image: radial-gradient(ellipse at 50% 70%, hsla(240, 1%, 90%, 1), hsla(225, 8%, 28%, 1));
}
.t2 {
position: relative;
wi... | static_root/css/clock.css | body, div, p, span, span, ul, li, ol, dl, dt, dd {
margin: 0;
padding: 0;
}
body, html {
height: 100%;
width: 100%
}
.t1 {
width: 100%;
height: 100%;
background-image: radial-gradient(ellipse at 50% 70%, hsla(240, 1%, 90%, 1), hsla(225, 8%, 28%, 1));
}
.t2 {
position: relative;
wi... | 0.435661 | 0.121503 |
1. GLOBAL STYLES
- Heading
- List Style
- Links
- Positions
- Title
- Layout
- z-index
- Button
- Animation
- Icons Styles
- Icon With Color
- Icons With Size Variations
- Social Icons
- Icon Hover
- Border
- Page Loader
- Accordion
- Tabs
- BG Image
- Overlay
- Forms
- Text Color
- BG Colo... | public/css/style.css | 1. GLOBAL STYLES
- Heading
- List Style
- Links
- Positions
- Title
- Layout
- z-index
- Button
- Animation
- Icons Styles
- Icon With Color
- Icons With Size Variations
- Social Icons
- Icon Hover
- Border
- Page Loader
- Accordion
- Tabs
- BG Image
- Overlay
- Forms
- Text Color
- BG Colo... | 0.447702 | 0.111822 |
html, body {
height: 95%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, cap... | modules/platform/nuxeo-admin-center/nuxeo-admin-center-core/src/main/resources/skin/resources/css/connect_client_style.css | html, body {
height: 95%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, cap... | 0.342132 | 0.096791 |
html {
scroll-behavior: smooth;
}
nav{
font-family: 'Allerta Stencil', sans-serif;
text-transform: uppercase;
font-size: 15px;
}
/*----------HOME PAGE START ----------*/
#con2019{
/* min-height: calc(100vh); */
background: rgb(255,0,0);
background: linear-gradient(169deg, rgba(255,0,0,.05) ... | assets/css/styles.css | html {
scroll-behavior: smooth;
}
nav{
font-family: 'Allerta Stencil', sans-serif;
text-transform: uppercase;
font-size: 15px;
}
/*----------HOME PAGE START ----------*/
#con2019{
/* min-height: calc(100vh); */
background: rgb(255,0,0);
background: linear-gradient(169deg, rgba(255,0,0,.05) ... | 0.283682 | 0.051154 |
body ::selection { background:#f32a2a; color:white; } body ::-moz-selection { background:#f32a2a; color:white; }
/* Preloader */
.cube {background: #f32a2a;}
/* home */
.home_address a:hover {color: #f32a2a;}
#home .content_overlay{background:rgba(243, 42, 42,.9); }
#home .home_flex{background:rgba(243, 42, 42,.9); }... | assets/css/colors/vegas-slider-color.css | body ::selection { background:#f32a2a; color:white; } body ::-moz-selection { background:#f32a2a; color:white; }
/* Preloader */
.cube {background: #f32a2a;}
/* home */
.home_address a:hover {color: #f32a2a;}
#home .content_overlay{background:rgba(243, 42, 42,.9); }
#home .home_flex{background:rgba(243, 42, 42,.9); }... | 0.251096 | 0.106505 |
@charset "utf-8";
@import url("bootstrap.css");
@import url("bootstrap-responsive.css");
/* V1 - custom Bootstrap - Styles */
body {
/* fonts used are matched to the VersionOne Corporate Website */
/* Segoe UI Weights are Thin: 200, Regular:400, SemiBold: 600, Bold: 800 */
/* the fallback font Lucida Sans Uni... | src/client/app/css/v1-custom-bootstrap.css | @charset "utf-8";
@import url("bootstrap.css");
@import url("bootstrap-responsive.css");
/* V1 - custom Bootstrap - Styles */
body {
/* fonts used are matched to the VersionOne Corporate Website */
/* Segoe UI Weights are Thin: 200, Regular:400, SemiBold: 600, Bold: 800 */
/* the fallback font Lucida Sans Uni... | 0.296145 | 0.048451 |
body {
padding: 0;
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
a {
color: #757575;
text-decoration: none;
}
/*宽度满屏*/
.all_width {
width: 100%;
margin: 0 auto;
background: #fff;
}
... | web-ui/src/main/webapp/static/css/detail.css | body {
padding: 0;
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
a {
color: #757575;
text-decoration: none;
}
/*宽度满屏*/
.all_width {
width: 100%;
margin: 0 auto;
background: #fff;
}
... | 0.418459 | 0.068756 |
----------------------------------- */
html {
font-size: 1em;
}
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
audio,
canvas,
img,
video {
vertical-align: middle;
}
fieldset {
border: 0;
margin: 0;
padding: ... | app/public/stylesheets/main.css | ----------------------------------- */
html {
font-size: 1em;
}
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
audio,
canvas,
img,
video {
vertical-align: middle;
}
fieldset {
border: 0;
margin: 0;
padding: ... | 0.401219 | 0.10217 |
.aquaOrange6,
.hover_aquaOrange6:hover,
.active_aquaOrange6:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(195, 107, 0, .39),
inset 0 -0.5em 0.9em 0 #ff822a,
inset 0 -0.5em 0em 0.65em rgb(144, 81, 0),
inset 0 0em 0.5em 2em rgb(219, 146, 52);
-moz-box-shadow: 0 0.63em 0.75em r... | widgets/common/assets/shadows/aqua/aquaOrange/aquaOrange6.css | .aquaOrange6,
.hover_aquaOrange6:hover,
.active_aquaOrange6:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(195, 107, 0, .39),
inset 0 -0.5em 0.9em 0 #ff822a,
inset 0 -0.5em 0em 0.65em rgb(144, 81, 0),
inset 0 0em 0.5em 2em rgb(219, 146, 52);
-moz-box-shadow: 0 0.63em 0.75em r... | 0.346541 | 0.391988 |
position: absolute;
top: 52%;
left: 50%;
right: 0;
content: "";
text-align: center;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #3498db;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s... | assets/admin/css/custom.css | position: absolute;
top: 52%;
left: 50%;
right: 0;
content: "";
text-align: center;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #3498db;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s... | 0.458591 | 0.085289 |
* {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
scroll-behavior: smooth;
}
.active__image__detail {
border: 2px solid black;
}
.active__size {
background-color: teal;
color: white;
}
.active_star_product {
color: orange;
}
*:focus {
outline: none;
}
.leading-20 ... | public/css/tailwind.css | * {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
scroll-behavior: smooth;
}
.active__image__detail {
border: 2px solid black;
}
.active__size {
background-color: teal;
color: white;
}
.active_star_product {
color: orange;
}
*:focus {
outline: none;
}
.leading-20 ... | 0.61682 | 0.107017 |
.rc-button {
&:not([disabled]):hover {
opacity: 0.6;
}
&--icon > svg {
margin: 0 5px 0 -5px;
font-size: 20px;
fill: currentColor;
.rtl & {
margin: 0 -5px 0 5px;
}
}
position: relative;
display: flex;
height: 40px;
min-height: 40px;
padding: 0 1.5rem;
cursor: pointer;
transition: opaci... | app/theme/client/imports/forms/button.css | .rc-button {
&:not([disabled]):hover {
opacity: 0.6;
}
&--icon > svg {
margin: 0 5px 0 -5px;
font-size: 20px;
fill: currentColor;
.rtl & {
margin: 0 -5px 0 5px;
}
}
position: relative;
display: flex;
height: 40px;
min-height: 40px;
padding: 0 1.5rem;
cursor: pointer;
transition: opaci... | 0.436142 | 0.149314 |
:root{
--yellow:#ee0b0b;
}
*{
font-family: 'Roboto', sans-serif;
margin:0; padding:0;
box-sizing: border-box;
text-decoration: none;
outline: none; border:none;
text-transform: capitalize;
transition:all .2s linear;
}
h1, h3{
font-family: 'Oswald', sans-serif;
}
... | resturant website/style.css | :root{
--yellow:#ee0b0b;
}
*{
font-family: 'Roboto', sans-serif;
margin:0; padding:0;
box-sizing: border-box;
text-decoration: none;
outline: none; border:none;
text-transform: capitalize;
transition:all .2s linear;
}
h1, h3{
font-family: 'Oswald', sans-serif;
}
... | 0.384912 | 0.080177 |
.dashboard-title {
position: absolute;
left: 50%;
transform: translate(-50%);
}
.protective-marking {
position: absolute;
right: 0%;
top: 25%;
}
@charset "UTF-8";
.govuk-link,
.banner > .content > .body a,
.developers-guide a,
.about .markdown a,
.accessibility .markdown a,
.disclaimer .markd... | assets/dashboard.css |
.dashboard-title {
position: absolute;
left: 50%;
transform: translate(-50%);
}
.protective-marking {
position: absolute;
right: 0%;
top: 25%;
}
@charset "UTF-8";
.govuk-link,
.banner > .content > .body a,
.developers-guide a,
.about .markdown a,
.accessibility .markdown a,
.disclaimer .markd... | 0.666822 | 0.244205 |
COLORS
*************/
.share {
display: inline-block;
align-items: center;
margin-left: 12px;
}
.share div {
display: inline-block;
opacity: 1;
text-align: center;
transition: opacity 0.3s ease-in-out;
pointer-events: none;
background-color: #00588E;
border-radius: 5px;
color: #fff;
width:... | public/css/share.css | COLORS
*************/
.share {
display: inline-block;
align-items: center;
margin-left: 12px;
}
.share div {
display: inline-block;
opacity: 1;
text-align: center;
transition: opacity 0.3s ease-in-out;
pointer-events: none;
background-color: #00588E;
border-radius: 5px;
color: #fff;
width:... | 0.625552 | 0.103024 |
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/* ===========navbar start========= */
.Rectangle-2 {
width: 123px;
height: 41px;
border-radius: 5px;
background-color: #ff0000;
}
.Contact-Us {
width: 90px;
height: 24px;
font-family: Roboto... | src/app/supplier-register/supplier-register.component.css | @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/* ===========navbar start========= */
.Rectangle-2 {
width: 123px;
height: 41px;
border-radius: 5px;
background-color: #ff0000;
}
.Contact-Us {
width: 90px;
height: 24px;
font-family: Roboto... | 0.217171 | 0.10923 |
.create-private .invalid-field{
color: #ff7272;
box-shadow: 0px 1px 6px 0px #ff8585 inset;
}
.create-private .invalid-field::placeholder {
color: #ff7272;
}
.create-private .invalid-field:hover {
color: #ff4747;
border: 1px solid #ff4747;
}
.create-private .invalid-field:focus {
outline: none;
border: ... | src/client/components/CreatePrivate.css | .create-private .invalid-field{
color: #ff7272;
box-shadow: 0px 1px 6px 0px #ff8585 inset;
}
.create-private .invalid-field::placeholder {
color: #ff7272;
}
.create-private .invalid-field:hover {
color: #ff4747;
border: 1px solid #ff4747;
}
.create-private .invalid-field:focus {
outline: none;
border: ... | 0.377655 | 0.098123 |
Created on : 2014-7-29, 13:47:09
Author : wing
*/
.bordered {
border: dotted 1px transparent;
}
.admin_left {
width: 16%;
float: left;
height: auto;
min-height: 100px;
border: dotted 1px transparent;
}
.admin_left .pd_side_bar {
width: 100%;
}
.admin_left .pd_side_bar ul {
list-style: none;
... | src/Acme/DemoBundle/Resources/public/css/admin.css | Created on : 2014-7-29, 13:47:09
Author : wing
*/
.bordered {
border: dotted 1px transparent;
}
.admin_left {
width: 16%;
float: left;
height: auto;
min-height: 100px;
border: dotted 1px transparent;
}
.admin_left .pd_side_bar {
width: 100%;
}
.admin_left .pd_side_bar ul {
list-style: none;
... | 0.416085 | 0.114467 |
.oo-ui-icon-edit {
background-image: url('themes/apex/images/icons/edit-ltr.png');
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/apex/images/icons/edit-ltr.svg');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/apex/images/icons... | node_modules/oojs-ui/dist/oojs-ui-apex-icons-editing-core.css | .oo-ui-icon-edit {
background-image: url('themes/apex/images/icons/edit-ltr.png');
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/apex/images/icons/edit-ltr.svg');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/apex/images/icons... | 0.356671 | 0.096365 |
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------... | style.css | >>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------... | 0.399812 | 0.063077 |
0. Normalize
1. Basics
2. Toggle Menu
3. Code Highlighter (Monokai Sublime style)
4. General
5. Post
6. Pagination
7. Footer
8. Media Queries
9. Animations
*/
/* ==========================================================================
0. Normalize.css v2.1.3 | MIT... | content/themes/Gunter/assets/css/screen.css | 0. Normalize
1. Basics
2. Toggle Menu
3. Code Highlighter (Monokai Sublime style)
4. General
5. Post
6. Pagination
7. Footer
8. Media Queries
9. Animations
*/
/* ==========================================================================
0. Normalize.css v2.1.3 | MIT... | 0.426799 | 0.155687 |
.window.focus #main,
.window.focus #editor,
.window.focus #toolbar {
background-color: #282828;
}
.window.focus #main .sidebar,
.window.focus #main .sidebar .footer {
background-color: #282828;
}
.window.focus h1.title {
color: white;
}
.window.focus #main .sidebar .filename,
.window.focus #main .sideba... | app/renderer/focus.css | .window.focus #main,
.window.focus #editor,
.window.focus #toolbar {
background-color: #282828;
}
.window.focus #main .sidebar,
.window.focus #main .sidebar .footer {
background-color: #282828;
}
.window.focus h1.title {
color: white;
}
.window.focus #main .sidebar .filename,
.window.focus #main .sideba... | 0.272993 | 0.046965 |
@font-face{font-family:Icons;src:url(../fonts/open-iconic.eot);
src:url(../fonts/open-iconic.eot?#iconic-sm) format('embedded-opentype'),
url(../fonts/open-iconic.woff) format('woff'),
url(../fonts/open-iconic.ttf) format('truetype'),
url(../fonts/open-iconic.otf) format('opentype'),
url(../fonts/o... | Client/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css |
@font-face{font-family:Icons;src:url(../fonts/open-iconic.eot);
src:url(../fonts/open-iconic.eot?#iconic-sm) format('embedded-opentype'),
url(../fonts/open-iconic.woff) format('woff'),
url(../fonts/open-iconic.ttf) format('truetype'),
url(../fonts/open-iconic.otf) format('opentype'),
url(../fonts/o... | 0.386879 | 0.11928 |
.main {
color: var(--mainColor2);
background-image: url("https://cecati13web.blob.core.windows.net/galeria/background_portada.jpg");
background-position: 50% 60%;
background-repeat: no-repeat;
background-attachment: fixed;
width: 100vw;
display: flex;
flex-direction: column;
align-it... | src/homepage/homePage.css | .main {
color: var(--mainColor2);
background-image: url("https://cecati13web.blob.core.windows.net/galeria/background_portada.jpg");
background-position: 50% 60%;
background-repeat: no-repeat;
background-attachment: fixed;
width: 100vw;
display: flex;
flex-direction: column;
align-it... | 0.764584 | 0.149873 |
html{
height:100%;
}
body{
position:relative;
min-height:100%;
padding:0 20px 260px;
background:#fafaf9;
font-family:Helvetica, Arial, sans-serif;
font-size:14px;
line-height:19px;
font-weight:lighter;
color:#333;
}
* {
margin: 0;
padding: 0;
border: 0;
outline:none;
filter:inherit;
box-sizing:border-bo... | public/examples/css/styles.css | html{
height:100%;
}
body{
position:relative;
min-height:100%;
padding:0 20px 260px;
background:#fafaf9;
font-family:Helvetica, Arial, sans-serif;
font-size:14px;
line-height:19px;
font-weight:lighter;
color:#333;
}
* {
margin: 0;
padding: 0;
border: 0;
outline:none;
filter:inherit;
box-sizing:border-bo... | 0.116613 | 0.043528 |
body, html{
margin:0;
padding: 0;
}
.mainHeader {font-size: 2em; color:#348; margin:20 0 20 0; text-align:center; font-weight:bold;}
h1 {color:#c35; font-size: 1.6em; text-indent: 0px; padding-top:10; margin:100 0 25 0; text-decoration1:underline;}
h2 {color:#c35; font-size: 1.4em; text-indent: 50px; padding-... | docs/main.css | body, html{
margin:0;
padding: 0;
}
.mainHeader {font-size: 2em; color:#348; margin:20 0 20 0; text-align:center; font-weight:bold;}
h1 {color:#c35; font-size: 1.6em; text-indent: 0px; padding-top:10; margin:100 0 25 0; text-decoration1:underline;}
h2 {color:#c35; font-size: 1.4em; text-indent: 50px; padding-... | 0.298287 | 0.123471 |
body {
font-family: helvetica neue, helvetica, liberation sans, arial, sans-serif;
font-size: 14px;
height: 100%
}
.cxtmenu {
font-size: 12px;
width: 50px;
}
/* you can set the disabled style how you like on the text/icon */
.cxtmenu-disabled {
opacity: 0.333;
}
#mainTitle {
width: 100%;
colo... | OFLAT/OFLAT/Formatting.css | body {
font-family: helvetica neue, helvetica, liberation sans, arial, sans-serif;
font-size: 14px;
height: 100%
}
.cxtmenu {
font-size: 12px;
width: 50px;
}
/* you can set the disabled style how you like on the text/icon */
.cxtmenu-disabled {
opacity: 0.333;
}
#mainTitle {
width: 100%;
colo... | 0.330471 | 0.066418 |
.icon {
background-image: url('sprite.png');
}
.icon-minus {
background-position: -0px -0px;
width: 16px;
height: 16px;
}
.icon-wows_sm {
background-position: -0px -16px;
width: 16px;
height: 16px;
}
.icon-R6_sm {
background-position: -0px -32px;
width: 16px;
height: 16px;
}
.icon-aw_sm {
backgro... | extra/sprity/dist/style.css | .icon {
background-image: url('sprite.png');
}
.icon-minus {
background-position: -0px -0px;
width: 16px;
height: 16px;
}
.icon-wows_sm {
background-position: -0px -16px;
width: 16px;
height: 16px;
}
.icon-R6_sm {
background-position: -0px -32px;
width: 16px;
height: 16px;
}
.icon-aw_sm {
backgro... | 0.429669 | 0.040807 |
html {
scroll-behavior: smooth;
@apply !bg-base-200 overflow-x-hidden overflow-y-scroll break-words;
}
::selection {
@apply bg-primary text-primary-content;
}
/* prose */
.prose blockquote {
@apply font-semibold border-l-4 border-base-content text-base-content border-opacity-20 pl-4 pr-4;
}
.prose p {
@a... | src/app.css |
html {
scroll-behavior: smooth;
@apply !bg-base-200 overflow-x-hidden overflow-y-scroll break-words;
}
::selection {
@apply bg-primary text-primary-content;
}
/* prose */
.prose blockquote {
@apply font-semibold border-l-4 border-base-content text-base-content border-opacity-20 pl-4 pr-4;
}
.prose p {
@a... | 0.474144 | 0.047228 |