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 |
|---|---|---|---|---|
.icon-spin {
-webkit-animation: spin 1000ms infinite linear;
animation: spin 1000ms infinite linear;
position: relative;
top: 1px;
display: inline-block;
font-family: '<NAME>';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
@-webkit-... | css/app.css | .icon-spin {
-webkit-animation: spin 1000ms infinite linear;
animation: spin 1000ms infinite linear;
position: relative;
top: 1px;
display: inline-block;
font-family: '<NAME>';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
@-webkit-... | 0.481454 | 0.07373 |
* {
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
padding:0;
margin:0;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
#HIGHSCORE {
position:absolute;
left:50%;
width:250px;
overflow:visible;
margin-left:-175px;
... | gfiles/html5games/hextris/style/style.css | * {
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
padding:0;
margin:0;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
#HIGHSCORE {
position:absolute;
left:50%;
width:250px;
overflow:visible;
margin-left:-175px;
... | 0.211906 | 0.055695 |
@font-face {
font-family: 'Droid Arabic Kufi';
font-style: normal;
font-weight: 400;
src: url(font/DroidKufi-Regular.eot);
src: url(font/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
url(font/DroidKufi-Regular.woff2) format('woff2'),
url(font/DroidKufi-Regular.wof... | docs/style.css | @font-face {
font-family: 'Droid Arabic Kufi';
font-style: normal;
font-weight: 400;
src: url(font/DroidKufi-Regular.eot);
src: url(font/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
url(font/DroidKufi-Regular.woff2) format('woff2'),
url(font/DroidKufi-Regular.wof... | 0.314893 | 0.105717 |
#top > .navbar .dropdown-menu > li > a:hover, #top > .navbar .dropdown-menu > li > a:focus {
background-repeat: repeat-x;
background-image: linear-gradient(to bottom, #EEECEC 0%, #E2E2E2 100%) !important;
}
/*********************************************************/
#wrap {
margin: 0 auto;
}
/* Set the fix... | public/backend/css/bk/main.css | #top > .navbar .dropdown-menu > li > a:hover, #top > .navbar .dropdown-menu > li > a:focus {
background-repeat: repeat-x;
background-image: linear-gradient(to bottom, #EEECEC 0%, #E2E2E2 100%) !important;
}
/*********************************************************/
#wrap {
margin: 0 auto;
}
/* Set the fix... | 0.300746 | 0.058373 |
html {
height: 100%;
}
body {
font-family: 'Oranienbaum', sans-serif;
height: 100%;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
}
header {
position: absolute;
z-index: 1;
-webkit-transition: 1s;
transition: 1... | public/css/app.css | html {
height: 100%;
}
body {
font-family: 'Oranienbaum', sans-serif;
height: 100%;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
}
header {
position: absolute;
z-index: 1;
-webkit-transition: 1s;
transition: 1... | 0.330795 | 0.066965 |
body {
background-color: rgb(243, 243, 243);
margin: 0px;
padding: 0px;
height: 100%;
font-size: 1em;
}
body.book {
margin: 20px;
padding: 20px;
background-color: #fff;
}
.watermark
{
background-image: url(watermark.png);
background-position: center center;
s-background-size: ... | fhir.css | body {
background-color: rgb(243, 243, 243);
margin: 0px;
padding: 0px;
height: 100%;
font-size: 1em;
}
body.book {
margin: 20px;
padding: 20px;
background-color: #fff;
}
.watermark
{
background-image: url(watermark.png);
background-position: center center;
s-background-size: ... | 0.252937 | 0.07393 |
html, body{
height: 100%;
}
#pdfviewer {
position: relative;
height:100%;
width: 70%;
box-shadow: 0px 0px 20px #eeeeee;
padding-left: 6%;
}
#pdfviewer.full{
position: absolute;
left:0px; top:0px; right:0px; bottom: 0px;
height:100%;
width:100%;
z-index:150;
padding-left: 10%;
padding-right: ... | lecturer_view/app/styles/lecturer_view.css | html, body{
height: 100%;
}
#pdfviewer {
position: relative;
height:100%;
width: 70%;
box-shadow: 0px 0px 20px #eeeeee;
padding-left: 6%;
}
#pdfviewer.full{
position: absolute;
left:0px; top:0px; right:0px; bottom: 0px;
height:100%;
width:100%;
z-index:150;
padding-left: 10%;
padding-right: ... | 0.458834 | 0.071074 |
.resource {
width: 49%;
margin: 0 1%;
margin-bottom: 10px;
background: #fff;
height: 270px;
float: left;
padding: 8px 8px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}
.resource-main .resource:nth-child(odd) {
... | purecpp/css/resource.css | .resource {
width: 49%;
margin: 0 1%;
margin-bottom: 10px;
background: #fff;
height: 270px;
float: left;
padding: 8px 8px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}
.resource-main .resource:nth-child(odd) {
... | 0.497559 | 0.097907 |
@font-face {
font-family: 'Keyboard Symbols';
font-weight: 600;
src: url('fonts/Keyboard-Symbols.woff');
}
* {
-moz-box-sizing: border-box;
}
html {
/*
* We define the font size so that 1/32nd of the screen width is one rem.
* We'll change this in landscape mode to be 1/64th of the screen width
*/
... | dev_apps/demo-keyboard/style/keyboard.css | @font-face {
font-family: 'Keyboard Symbols';
font-weight: 600;
src: url('fonts/Keyboard-Symbols.woff');
}
* {
-moz-box-sizing: border-box;
}
html {
/*
* We define the font size so that 1/32nd of the screen width is one rem.
* We'll change this in landscape mode to be 1/64th of the screen width
*/
... | 0.464416 | 0.162015 |
.ec-box{
width: 100%;
height: 566px;
background: linear-gradient(180deg, rgba(211, 211, 211, 0.21) 0%, rgba(66, 62, 62, 0.03) 100%);
border-radius: 8px;
padding:0 10px;
}
@media (min-width: 768px) {
.ec-box{
width: 100%;
height: 566px;
background: linear-gradient(180deg,... | src/views/home.css | .ec-box{
width: 100%;
height: 566px;
background: linear-gradient(180deg, rgba(211, 211, 211, 0.21) 0%, rgba(66, 62, 62, 0.03) 100%);
border-radius: 8px;
padding:0 10px;
}
@media (min-width: 768px) {
.ec-box{
width: 100%;
height: 566px;
background: linear-gradient(180deg,... | 0.578924 | 0.100746 |
body{
margin : 0;
font-family: 'Nanum Gothic', sans-serif;
}
.page_header {
width: 100%;
float: left;
background-color: #24292e;
height: 120px;
}
#header {
width: 100%;
height: 70px;
float: left;
text-align: center;
}
#header_title{
font-size: 80px;
font-family: 'P... | board/static/css/base.css | body{
margin : 0;
font-family: 'Nanum Gothic', sans-serif;
}
.page_header {
width: 100%;
float: left;
background-color: #24292e;
height: 120px;
}
#header {
width: 100%;
height: 70px;
float: left;
text-align: center;
}
#header_title{
font-size: 80px;
font-family: 'P... | 0.38145 | 0.103024 |
input.i-heart-ny,
select.i-heart-ny {
width: 149px;
}
button.i-heart-ny {
background: url(i-heart-ny-icon.gif);
border: 0;
cursor: pointer;
float: left;
height: 20px;
margin-right: 6px;
width: 20px;
}
button.i-heart-ny:hover,
button.i-heart-ny.active {
background-position: 0 20px;
}
div.i-heart-ny {
backgr... | src/css/i-heart-ny.css |
input.i-heart-ny,
select.i-heart-ny {
width: 149px;
}
button.i-heart-ny {
background: url(i-heart-ny-icon.gif);
border: 0;
cursor: pointer;
float: left;
height: 20px;
margin-right: 6px;
width: 20px;
}
button.i-heart-ny:hover,
button.i-heart-ny.active {
background-position: 0 20px;
}
div.i-heart-ny {
backgr... | 0.286768 | 0.099558 |
font-size: 2.5em;
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
#titulo_indice {
font-size: 1.5em;
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
text-align: center;
width:100%;
position:relative;
}
input[type=text] {
border: none;
border-bottom: 1px solid white;
... | css/bpi.css | font-size: 2.5em;
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
#titulo_indice {
font-size: 1.5em;
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
text-align: center;
width:100%;
position:relative;
}
input[type=text] {
border: none;
border-bottom: 1px solid white;
... | 0.434221 | 0.117117 |
:root {
--green-light: #7acc2d;
--white-color: white;
--dark-color: gray;
/* Tipografia */
--normal: 12px;
--subtitulos: 14px;
/* Espaciado */
--space: 10px;
/* Box Shadown */
--box: 0px 0 2px 1px #e6e5e9;
}
/* variables */
html, body {
padding: 0px;
margin: 0px;
font-size: var... | css/estilo.css |
:root {
--green-light: #7acc2d;
--white-color: white;
--dark-color: gray;
/* Tipografia */
--normal: 12px;
--subtitulos: 14px;
/* Espaciado */
--space: 10px;
/* Box Shadown */
--box: 0px 0 2px 1px #e6e5e9;
}
/* variables */
html, body {
padding: 0px;
margin: 0px;
font-size: var... | 0.487795 | 0.117395 |
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');
/*
.main-grid {
display: grid;
grid-template-columns: 1fr 12fr;
}*/
/*Side Drawer*/
.example-container {
width: 100%;
height: 100vh;
/*border: 1px solid rg... | client/src/app/profile/profile.component.css | @import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');
/*
.main-grid {
display: grid;
grid-template-columns: 1fr 12fr;
}*/
/*Side Drawer*/
.example-container {
width: 100%;
height: 100vh;
/*border: 1px solid rg... | 0.255158 | 0.060502 |
.main-header {
background-color: #5691c1;
height: 100%;
background-repeat: no-repeat;
background-position: 50%;
background-size: cover;
position: relative;
margin-bottom: 40px;
}
.main-header:before {
background: linear-gradient(54deg,rgba(66, 142, 241, 0.95) 34%,rgba(193, 67, 252, 0.89... | style.css | .main-header {
background-color: #5691c1;
height: 100%;
background-repeat: no-repeat;
background-position: 50%;
background-size: cover;
position: relative;
margin-bottom: 40px;
}
.main-header:before {
background: linear-gradient(54deg,rgba(66, 142, 241, 0.95) 34%,rgba(193, 67, 252, 0.89... | 0.317426 | 0.080466 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
* {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
box-sizing: border-box;
}
body {
height: 100vh;
display: flex;
flex-direction: column;
}
footer {
margin-top: auto;
backgroun... | public/styles/main.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
* {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
box-sizing: border-box;
}
body {
height: 100vh;
display: flex;
flex-direction: column;
}
footer {
margin-top: auto;
backgroun... | 0.222025 | 0.074568 |
#wrapper > .skip-link:focus {
clip: inherit;
outline: none;
left: 6px;
top: 7px;
height: auto;
width: auto;
display: block;
font-size: 14px;
font-weight: 700;
padding: 15px 23px 14px;
background: #f1f1f1;
color: #0073aa;
z-index: 100000;
line-height: normal;
t... | styles/base.css | #wrapper > .skip-link:focus {
clip: inherit;
outline: none;
left: 6px;
top: 7px;
height: auto;
width: auto;
display: block;
font-size: 14px;
font-weight: 700;
padding: 15px 23px 14px;
background: #f1f1f1;
color: #0073aa;
z-index: 100000;
line-height: normal;
t... | 0.267217 | 0.077657 |
.sw-description-outside-box {
font-weight: 300;
font-size: 18px;
color: #4a4a4a;
padding: 0 0 15px 0;
}
.sw-info {
font-weight: 400;
font-size: 16px;
}
.sw-asset-progress {
margin-top: 20px;
text-align: center;
}
.sw-assets-total {
font-weight: 500;
font-size: 22px;
color: #00aeef;... | src/app/investor/confirm-purchase/confirm-purchase.component.css | .sw-description-outside-box {
font-weight: 300;
font-size: 18px;
color: #4a4a4a;
padding: 0 0 15px 0;
}
.sw-info {
font-weight: 400;
font-size: 16px;
}
.sw-asset-progress {
margin-top: 20px;
text-align: center;
}
.sw-assets-total {
font-weight: 500;
font-size: 22px;
color: #00aeef;... | 0.415136 | 0.111531 |
* {
margin:0;
padding:0;
}
* { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
img {
max-width: 100%;
}
.collapse {
margin:0;
padding:0;
}
body {
-webkit-font-smoothing:antialiased;
-webkit-text-size-adjust:none;
width: 100%!important;
height: 100%;
}
/* -------------------... | core/web/src/main/webapp/css/newsletter/email.css | * {
margin:0;
padding:0;
}
* { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
img {
max-width: 100%;
}
.collapse {
margin:0;
padding:0;
}
body {
-webkit-font-smoothing:antialiased;
-webkit-text-size-adjust:none;
width: 100%!important;
height: 100%;
}
/* -------------------... | 0.182171 | 0.072933 |
#su-header .su-container,
#su-footer .su-container {
margin: 0 auto;
}
#su-header .span2,
#su-footer .span2 {
display: block;
min-height: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#su-header .span10,
#su-footer .span10 {
display: block;
min-height: 1px... | static/css/vendor/su-identity.css | #su-header .su-container,
#su-footer .su-container {
margin: 0 auto;
}
#su-header .span2,
#su-footer .span2 {
display: block;
min-height: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#su-header .span10,
#su-footer .span10 {
display: block;
min-height: 1px... | 0.132515 | 0.050191 |
body, form {
margin: 0;
height: 100%;
}
html
{
height: 100%;
}
body {
background: white;
color: black;
}
select {
font-size: 8pt;
font-family: Verdana, sans-serif;
}
hr {
color: #003399;
height: 2px;
}
table.ibn-toolbar {
background-image: url('../../images/IbnFramework/toolgrad.gi... | Source/Server/WebPortal/Styles/IbnFramework/windows.css | body, form {
margin: 0;
height: 100%;
}
html
{
height: 100%;
}
body {
background: white;
color: black;
}
select {
font-size: 8pt;
font-family: Verdana, sans-serif;
}
hr {
color: #003399;
height: 2px;
}
table.ibn-toolbar {
background-image: url('../../images/IbnFramework/toolgrad.gi... | 0.442637 | 0.081264 |
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Raleway:400,300,700);
@font-face {
font-family: 'codropsicons';
src:url('../fonts/codropsicons/codropsicons.eot');
src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
url('../fonts/codropsicons/codropsicons.w... | mysite/mysite/static/css/demo.css | @import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Raleway:400,300,700);
@font-face {
font-family: 'codropsicons';
src:url('../fonts/codropsicons/codropsicons.eot');
src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
url('../fonts/codropsicons/codropsicons.w... | 0.259544 | 0.053924 |
.ant-form {
font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5;
... | node_modules/antd/lib/form/style/index.css | .ant-form {
font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5;
... | 0.45181 | 0.096791 |
html {
color: #373A3C;
}
body {
display: flex;
flex-direction: column;
font-family: Source Sans Pro !important;
height: 100%;
}
body.p102 .bg-primary {
background-color: #61C126 !important;
}
body.p102 .btn-primary {
background-color: #61C126 !important;
border-color: #61C126 !important;
}
.buttons... | public/css/style-template.css |
html {
color: #373A3C;
}
body {
display: flex;
flex-direction: column;
font-family: Source Sans Pro !important;
height: 100%;
}
body.p102 .bg-primary {
background-color: #61C126 !important;
}
body.p102 .btn-primary {
background-color: #61C126 !important;
border-color: #61C126 !important;
}
.buttons... | 0.333829 | 0.051249 |
@font-face{
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),u... | css/main.css | @font-face{
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),u... | 0.169063 | 0.072243 |
que TODOS os elementos da tela receberão está formatação*/
*{
margin: 0; /*estamos zerando as margens externas dos elementos*/
padding: 0; /*estamos zerando as margens internas dos elementos*/
}
/* Vamos aplicar na tag header cor de fundo e padding*/
body{
background-color: black;
}
... | css/styles.css | que TODOS os elementos da tela receberão está formatação*/
*{
margin: 0; /*estamos zerando as margens externas dos elementos*/
padding: 0; /*estamos zerando as margens internas dos elementos*/
}
/* Vamos aplicar na tag header cor de fundo e padding*/
body{
background-color: black;
}
... | 0.2304 | 0.114939 |
@font-face {
font-family: commodoreFont;
src: url('../assets/fonts/commodore_64/Commodore-Angled-v1.2.ttf');
}
@font-face {
font-family: commodoreFont2;
src: url('../assets/fonts/commodore_64/Commodore-64-v6.3.ttf');
}
body {
}
#root > div > div {
background-color: white;
}
#root > div > div > div::-webkit-... | src/App.global.css | @font-face {
font-family: commodoreFont;
src: url('../assets/fonts/commodore_64/Commodore-Angled-v1.2.ttf');
}
@font-face {
font-family: commodoreFont2;
src: url('../assets/fonts/commodore_64/Commodore-64-v6.3.ttf');
}
body {
}
#root > div > div {
background-color: white;
}
#root > div > div > div::-webkit-... | 0.227899 | 0.072112 |
Base
========================================================================== */
.ts-imageset {
display: grid;
gap: 1rem;
}
/* ==========================================================================
Structure
========================================================================== */
.ts-i... | docs/zh-tw/assets/tocas/imageset.css | Base
========================================================================== */
.ts-imageset {
display: grid;
gap: 1rem;
}
/* ==========================================================================
Structure
========================================================================== */
.ts-i... | 0.507812 | 0.306592 |
@font-face {
font-family: 'SoinSansNeue';
src: url('./fonts/SoinSansNeue-Roman.eot');
src: url('./fonts/SoinSansNeue-Roman.eot?#iefix') format('embedded-opentype'),
url('./fonts/SoinSansNeue-Roman.ttf') format('truetype'),
url('./fonts/SoinSansNeue-Roman.svg#SoinSansNeue-Roman') format('svg'... | css/custom.css | @font-face {
font-family: 'SoinSansNeue';
src: url('./fonts/SoinSansNeue-Roman.eot');
src: url('./fonts/SoinSansNeue-Roman.eot?#iefix') format('embedded-opentype'),
url('./fonts/SoinSansNeue-Roman.ttf') format('truetype'),
url('./fonts/SoinSansNeue-Roman.svg#SoinSansNeue-Roman') format('svg'... | 0.214856 | 0.040941 |
.arrow-left {
border-right-color:#ec5540;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
border-top-color:#ec5540 !important;
}
.buddy_members .popover.top > .arrow:after,
.buddy_carousel .popover.top > .arrow:after {
border-top:10px solid #ec5540 !important;
}
.tp-bullets.simplebullets... | public/ress/front/switcher/css/orange.css | .arrow-left {
border-right-color:#ec5540;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
border-top-color:#ec5540 !important;
}
.buddy_members .popover.top > .arrow:after,
.buddy_carousel .popover.top > .arrow:after {
border-top:10px solid #ec5540 !important;
}
.tp-bullets.simplebullets... | 0.320396 | 0.07889 |
html {
height: 100%;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
letter-spacing: 0.05rem;
text-align: justify;
color: #525252;
height: 100%;
}
textarea {
border-width: 0;
}
.emoji {
height: 2... | src/Swank/Web/Content/css/swank.css | html {
height: 100%;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
letter-spacing: 0.05rem;
text-align: justify;
color: #525252;
height: 100%;
}
textarea {
border-width: 0;
}
.emoji {
height: 2... | 0.28877 | 0.067362 |
@charset "UTF-8";
/* ¯¯¯¯¯¯¯¯¯ *\
PAGINATION
\* ˍˍˍˍˍˍˍˍˍ */
.fr-pagination__link {
--text-spacing: 0;
--title-spacing: 0;
display: inline-flex;
flex-direction: row;
align-items: center;
z-index: 1;
--hover-tint: var(--hover);
font-size: 1rem;
line-height: 1.5rem;
min-height: 2rem;
padding: 0.2... | static/dsfr/dist/component/pagination/pagination.css | @charset "UTF-8";
/* ¯¯¯¯¯¯¯¯¯ *\
PAGINATION
\* ˍˍˍˍˍˍˍˍˍ */
.fr-pagination__link {
--text-spacing: 0;
--title-spacing: 0;
display: inline-flex;
flex-direction: row;
align-items: center;
z-index: 1;
--hover-tint: var(--hover);
font-size: 1rem;
line-height: 1.5rem;
min-height: 2rem;
padding: 0.2... | 0.386763 | 0.057203 |
.slider_container {
margin: 30px auto;
width: 400px;
height: 280px;
position: relative;
border: 20px solid;
border-color: #fff;
border-bottom-width: 100px;
background-color: #f5f5f5;
box-shadow: #666 0 0 5px;
box-sizing: content-box;
}
.slider_container div {
position: ab... | assets/css/slider.css | .slider_container {
margin: 30px auto;
width: 400px;
height: 280px;
position: relative;
border: 20px solid;
border-color: #fff;
border-bottom-width: 100px;
background-color: #f5f5f5;
box-shadow: #666 0 0 5px;
box-sizing: content-box;
}
.slider_container div {
position: ab... | 0.409929 | 0.071235 |
@charset "utf-8";
/* CSS Document */
body {
background-color: transparent;
background-size: 100%;
display:block;
padding: 0;
margin: 0;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 13px;
}
;
a, a:visited {
text-decoration: none;
}
/* wrapper */
#wrapper {
max-width: 100%;
padd... | assets/css/style.css | @charset "utf-8";
/* CSS Document */
body {
background-color: transparent;
background-size: 100%;
display:block;
padding: 0;
margin: 0;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 13px;
}
;
a, a:visited {
text-decoration: none;
}
/* wrapper */
#wrapper {
max-width: 100%;
padd... | 0.170163 | 0.075075 |
body {
background: url("background.png");
}
h1 {
background: rgba(0, 0, 80, 0.6);
border-radius: 10px;
color: white; text-align: center;
text-shadow: 5px 5px 5px #888;
}
img {
border: 0;
}
#screen {
position: absolute;
top: 100px; left: 50px;
background: white;
... | style.css | body {
background: url("background.png");
}
h1 {
background: rgba(0, 0, 80, 0.6);
border-radius: 10px;
color: white; text-align: center;
text-shadow: 5px 5px 5px #888;
}
img {
border: 0;
}
#screen {
position: absolute;
top: 100px; left: 50px;
background: white;
... | 0.505859 | 0.074366 |
.contact-font {
font-size: 14px;
}
.shadow-container{
box-shadow: 0px 10px 12px 4px rgba(0,0,0,0.49);
margin-bottom: -20px;
}
@media screen and (min-width: 0px) and (max-width: 575px){
#southwest_automated{
padding: 20px;
}
#jamieson_fence{
padding: 20px;
}
#where_to_buy{
margin-top: 20... | css/font-responsive.css | .contact-font {
font-size: 14px;
}
.shadow-container{
box-shadow: 0px 10px 12px 4px rgba(0,0,0,0.49);
margin-bottom: -20px;
}
@media screen and (min-width: 0px) and (max-width: 575px){
#southwest_automated{
padding: 20px;
}
#jamieson_fence{
padding: 20px;
}
#where_to_buy{
margin-top: 20... | 0.117851 | 0.082033 |
.mblToggleButton {
position: relative;
padding: 0 10px 0 25px;
height: 29px;
border-width: 1px 1px 1px 1px;
border-style: outset;
font-family: Helvetica;
line-height: 29px;
cursor: pointer;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
margin-top: 8px;
margin-bottom: 8px;
margin-left: 0px... | mobile/themes/windows/ToggleButton.css | .mblToggleButton {
position: relative;
padding: 0 10px 0 25px;
height: 29px;
border-width: 1px 1px 1px 1px;
border-style: outset;
font-family: Helvetica;
line-height: 29px;
cursor: pointer;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
margin-top: 8px;
margin-bottom: 8px;
margin-left: 0px... | 0.35421 | 0.071041 |
*{
margin: 0;
padding: 0;
}
:root{
}
#navbar{
top: 0px;
display:flex ;
position: relative;
align-items: center;
font-family: 'Fredoka One', cursive;
}
#logo{
margin: 15px 13px;
}
#logo img{
height: 137px;
width: 145px;
margin: -25px -3px;
}
#navbar ul{
... | foodweb/css/style.css | *{
margin: 0;
padding: 0;
}
:root{
}
#navbar{
top: 0px;
display:flex ;
position: relative;
align-items: center;
font-family: 'Fredoka One', cursive;
}
#logo{
margin: 15px 13px;
}
#logo img{
height: 137px;
width: 145px;
margin: -25px -3px;
}
#navbar ul{
... | 0.23855 | 0.053354 |
blockquote {
border-left: 4px solid #ccc;
font-style:italic;
}
blockquote {
box-sizing: border-box;
padding:0 10px;
}
footer {
text-align: center;
color:#fff;
}
pre {
border-width:0 0 0 4px;
background: #fff;
}
main p code,
main li code,
main div > code {
font-family: Consolas,Monaco,'Andale Mono'... | docs/homepage.css | blockquote {
border-left: 4px solid #ccc;
font-style:italic;
}
blockquote {
box-sizing: border-box;
padding:0 10px;
}
footer {
text-align: center;
color:#fff;
}
pre {
border-width:0 0 0 4px;
background: #fff;
}
main p code,
main li code,
main div > code {
font-family: Consolas,Monaco,'Andale Mono'... | 0.453262 | 0.113653 |
.messenger {
width: 100%;
height: 90%;
display: flex;
padding-top: 20px;
justify-content: center;
}
.messenger__window {
display: flex;
background-color: white;
width: 100%;
max-width: 935px;
overflow: hidden;
border: 1px solid #dbdbdb;
border-radius: 5px;
}
.messenger_... | pamparam/src/styles/Messenger.css | .messenger {
width: 100%;
height: 90%;
display: flex;
padding-top: 20px;
justify-content: center;
}
.messenger__window {
display: flex;
background-color: white;
width: 100%;
max-width: 935px;
overflow: hidden;
border: 1px solid #dbdbdb;
border-radius: 5px;
}
.messenger_... | 0.519521 | 0.074736 |
*,
*:before,
*:after {
box-sizing: border-box;
}
html {
height: 100%;
}
h1,
h2 {
margin: 0;
}
a {
text-decoration: none;
}
.not-found {
text-align: center;
}
body {
background: #fff;
margin: 0;
height: 100%;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #333333;
}
.contai... | public/client.css | *,
*:before,
*:after {
box-sizing: border-box;
}
html {
height: 100%;
}
h1,
h2 {
margin: 0;
}
a {
text-decoration: none;
}
.not-found {
text-align: center;
}
body {
background: #fff;
margin: 0;
height: 100%;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #333333;
}
.contai... | 0.458834 | 0.078148 |
.lt-ie9 .row { width: 940px; max-width: 100%; min-width: 768px; margin: 0 auto; }
.lt-ie9 .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.lt-ie9 .row.large-collapse .column,
.lt-ie9 .row.large-collapse .columns { padding: 0; }
.lt-ie9 .row .row { width: auto; max-width: none; min-width: 0; ... | css/ltie9.css | .lt-ie9 .row { width: 940px; max-width: 100%; min-width: 768px; margin: 0 auto; }
.lt-ie9 .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.lt-ie9 .row.large-collapse .column,
.lt-ie9 .row.large-collapse .columns { padding: 0; }
.lt-ie9 .row .row { width: auto; max-width: none; min-width: 0; ... | 0.433502 | 0.050988 |
.dataTables_length label {
margin-right: 1rem;
padding-top: 1rem;
}
.dataTables_filter.md-form {
margin-top: 0.55rem;
}
.dataTables_filter.md-form input {
font-weight: 300;
}
.dataTables_wrapper .row {
margin-bottom: 1.5rem;
}
div.dataTables_wrapper div.dataTables_info {
padding-top: 0;
padding-bottom... | legacy/Arts/pastEventsTableSearchSort/pastEventsTableSearchSort.css | .dataTables_length label {
margin-right: 1rem;
padding-top: 1rem;
}
.dataTables_filter.md-form {
margin-top: 0.55rem;
}
.dataTables_filter.md-form input {
font-weight: 300;
}
.dataTables_wrapper .row {
margin-bottom: 1.5rem;
}
div.dataTables_wrapper div.dataTables_info {
padding-top: 0;
padding-bottom... | 0.291485 | 0.076926 |
- - - - - - - - -
com_publications
- - - - - - - - -
*/
.yes,
.enabled,
.writeable,
.public, a.public {
color: green;
}
.no,
.disabled,
.unwriteable,
.registered,
a.registered {
color: red;
}
.special,
a.special {
color: black;
}
.enabled,
.writeable,
.disabled,
.unwriteable {
font... | core/components/com_publications/admin/assets/css/publications.css | - - - - - - - - -
com_publications
- - - - - - - - -
*/
.yes,
.enabled,
.writeable,
.public, a.public {
color: green;
}
.no,
.disabled,
.unwriteable,
.registered,
a.registered {
color: red;
}
.special,
a.special {
color: black;
}
.enabled,
.writeable,
.disabled,
.unwriteable {
font... | 0.367838 | 0.139279 |
footer {
position: relative;
padding-top: 39px;
background: white;
}
footer .menus {
margin-bottom: 45px;
}
footer .copyright {
text-align: center;
color: #a6a6a6;
font-size: 9px;
padding-bottom: 15px;
margin: 0;
}
footer .social-icons {
position: absolute;
top: 0;
wid... | src/Acted/LegalDocsBundle/Resources/public/css/parts/footer.css | footer {
position: relative;
padding-top: 39px;
background: white;
}
footer .menus {
margin-bottom: 45px;
}
footer .copyright {
text-align: center;
color: #a6a6a6;
font-size: 9px;
padding-bottom: 15px;
margin: 0;
}
footer .social-icons {
position: absolute;
top: 0;
wid... | 0.331661 | 0.06216 |
:root
{
--span-color-impact: royalblue;
--span-color-impact-highlight: midnightblue;
--span-color-empower: rgb(255, 70, 70);
--span-color-empower-hightlight: rgb(202, 0, 0);
--intro-text: #8d8d8d;
--intro-name: rgb(99, 98, 98);
}
body
{
margin: 0px;
padding: 0px;
background: #1B1B1B... | index.css | :root
{
--span-color-impact: royalblue;
--span-color-impact-highlight: midnightblue;
--span-color-empower: rgb(255, 70, 70);
--span-color-empower-hightlight: rgb(202, 0, 0);
--intro-text: #8d8d8d;
--intro-name: rgb(99, 98, 98);
}
body
{
margin: 0px;
padding: 0px;
background: #1B1B1B... | 0.627495 | 0.251935 |
.playbox *, .playboximage * {
margin: 0;
border: 0;
padding: 0;
box-sizing: border-box;
}
.playbox, .playboximage {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
overflow: auto;
background-color: rgba(0, 0, 0, .6);
display: none;
gri... | playbox.css | .playbox *, .playboximage * {
margin: 0;
border: 0;
padding: 0;
box-sizing: border-box;
}
.playbox, .playboximage {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
overflow: auto;
background-color: rgba(0, 0, 0, .6);
display: none;
gri... | 0.52342 | 0.100746 |
*{
padding:0;
margin:0;
}
body{
font-family: 'Inter', sans-serif;
font-size: 23px;
}
.nav-link{
padding-left: 3em !important;
}
.bioCage{
align-items: center;
padding-left: 6em;
}
/*Media queries for header */
@media screen and (max-width: 767px){
.bioSection{
flex-di... | styles/style.css | *{
padding:0;
margin:0;
}
body{
font-family: 'Inter', sans-serif;
font-size: 23px;
}
.nav-link{
padding-left: 3em !important;
}
.bioCage{
align-items: center;
padding-left: 6em;
}
/*Media queries for header */
@media screen and (max-width: 767px){
.bioSection{
flex-di... | 0.36625 | 0.092196 |
.nav{
height: 70px;
border-bottom: 1px solid black;
display: flex;
align-items: center;
background-color: rgba(37, 37, 37);
}
.nav-right-items{
color: white;
display: flex;
margin-left: auto;
}
.nav-item{
font-size: 16px;
margin-right: 20px;
color: white;
... | main.css | .nav{
height: 70px;
border-bottom: 1px solid black;
display: flex;
align-items: center;
background-color: rgba(37, 37, 37);
}
.nav-right-items{
color: white;
display: flex;
margin-left: auto;
}
.nav-item{
font-size: 16px;
margin-right: 20px;
color: white;
... | 0.489748 | 0.083255 |
h1 {
font-size: 1.5em;
}
h2 {
font-size: 1.1em;
}
header {
font-size: 1.5em;
margin-top: 1.5em;
margin-bottom: 1.5em;
font-weight: bold;
}
section {
padding: 1.5em;
}
footer {
font-family: "Lucida Sans", sans-serif;
font-size: smaller;
font-weight: normal;
letter-spacing: 0.1em;
margin-top: 1em;... | src/App.css | h1 {
font-size: 1.5em;
}
h2 {
font-size: 1.1em;
}
header {
font-size: 1.5em;
margin-top: 1.5em;
margin-bottom: 1.5em;
font-weight: bold;
}
section {
padding: 1.5em;
}
footer {
font-family: "Lucida Sans", sans-serif;
font-size: smaller;
font-weight: normal;
letter-spacing: 0.1em;
margin-top: 1em;... | 0.5144 | 0.203114 |
li a.lisst{
display: none;
}
[data-notify="progressbar"] {
margin-bottom: 0px;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
height: 5px;
}
/*===================================
= css pc user =
===================================*/
.name-last input[type="text"]{
display: inline-... | public/4edu/css/4edu/mobile.css | li a.lisst{
display: none;
}
[data-notify="progressbar"] {
margin-bottom: 0px;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
height: 5px;
}
/*===================================
= css pc user =
===================================*/
.name-last input[type="text"]{
display: inline-... | 0.205655 | 0.098903 |
.sheet-base {
margin: 0px;
padding: 0px;
width: 100%;
border:solid black 1px;
}
/* Configure the Button Bar */
.buttonbar {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
align-items: flex-start;
padding: 5px 0 0 0;
background: #cdc6b1;
... | Palladium Fantasy 1E/palladium_fantasy_1e.css | .sheet-base {
margin: 0px;
padding: 0px;
width: 100%;
border:solid black 1px;
}
/* Configure the Button Bar */
.buttonbar {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
align-items: flex-start;
padding: 5px 0 0 0;
background: #cdc6b1;
... | 0.307254 | 0.093969 |
:root {
--darkBlue: #132c33;
--deepBlue: #126e82;
--lightBlue: #51c4d3;
--grayBlue: #d8e3e7;
}
body {
margin: 0px;
padding: 0px;
background-color: var(--grayBlue);
}
aside {
flex: 2;
flex-direction: column;
float: left;
height: 100%;
border: 2px solid var(--darkBlue);
... | assets/css/style.css | :root {
--darkBlue: #132c33;
--deepBlue: #126e82;
--lightBlue: #51c4d3;
--grayBlue: #d8e3e7;
}
body {
margin: 0px;
padding: 0px;
background-color: var(--grayBlue);
}
aside {
flex: 2;
flex-direction: column;
float: left;
height: 100%;
border: 2px solid var(--darkBlue);
... | 0.572842 | 0.293594 |
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro|Nunito&display=swap');
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input:focus, textarea:focus, button:focus {
outline: none;
}
/* Firefox */
i... | CyberpunkRED_raycw/cyberpunkred-raycw.css | @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro|Nunito&display=swap');
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input:focus, textarea:focus, button:focus {
outline: none;
}
/* Firefox */
i... | 0.418935 | 0.069258 |
a {
color: #DAA520;
}
a:hover, a:focus {
color: #e4b849;
}
.btn-default {
background-color: #3c3c3c;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
background-color: #444444;
}
.btn-primary,
.btn-primary[disabled],
.btn-primary.disabled {
background-color: #DAA520;
}
.btn-primary:hover, .bt... | public/assets/css/skins/goldenrod.css | a {
color: #DAA520;
}
a:hover, a:focus {
color: #e4b849;
}
.btn-default {
background-color: #3c3c3c;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
background-color: #444444;
}
.btn-primary,
.btn-primary[disabled],
.btn-primary.disabled {
background-color: #DAA520;
}
.btn-primary:hover, .bt... | 0.315314 | 0.156878 |
@charset "UTF-8";
::placeholder {
color: #ffffff;
}
@font-face {
font-family: Muli;
src: url("Muli/Muli-SemiBold.ttf");
}
* {
margin: 0px;
border: 1px solid green;
}
body {
font-family: "Muli", sans-serif;
background-color: #8F57FD;
}
.header {
background-color: #8F57FD;
display: flex;
justify-co... | css/styles.css | @charset "UTF-8";
::placeholder {
color: #ffffff;
}
@font-face {
font-family: Muli;
src: url("Muli/Muli-SemiBold.ttf");
}
* {
margin: 0px;
border: 1px solid green;
}
body {
font-family: "Muli", sans-serif;
background-color: #8F57FD;
}
.header {
background-color: #8F57FD;
display: flex;
justify-co... | 0.373533 | 0.061115 |
@-moz-document regexp(".*anilist.co.*")
{
.site-theme-dark {
--color-background:0, 0, 0;
--color-foreground:31,35,45;
--color-foreground-grey: 25, 29, 38;
--color-foreground-grey-dark:6,12,19;
--color-foreground-blue:15,22,31;
--color-foreground-blue-dark:6,12,19;
--color-text: 230, 230, 230;
--color-text-lig... | data/usercss/171593.user.css | @-moz-document regexp(".*anilist.co.*")
{
.site-theme-dark {
--color-background:0, 0, 0;
--color-foreground:31,35,45;
--color-foreground-grey: 25, 29, 38;
--color-foreground-grey-dark:6,12,19;
--color-foreground-blue:15,22,31;
--color-foreground-blue-dark:6,12,19;
--color-text: 230, 230, 230;
--color-text-lig... | 0.272315 | 0.044869 |
/*---------POPUP CHAT------------*/
/*______________________________*/
/*container principal*/
ul {
list-style:none;
margin-left:0;
padding-left:0;
}
.container-chat{
width:100%;
height:100%;
display: none;
position: fixed;
bottom:0;
right:0;
z-index:10001;
background: rgba(0, 0, 0, 0.9);
}
.popup-me... | css/chat.css | /*---------POPUP CHAT------------*/
/*______________________________*/
/*container principal*/
ul {
list-style:none;
margin-left:0;
padding-left:0;
}
.container-chat{
width:100%;
height:100%;
display: none;
position: fixed;
bottom:0;
right:0;
z-index:10001;
background: rgba(0, 0, 0, 0.9);
}
.popup-me... | 0.329607 | 0.04778 |
:root {
/* Settings */
--spacing: 15px;
--font-size: 1.15rem;
/* Normal Colors */
--background-color: #ECE4B7;
--alt-background-color: #E5D4ED;
--font-color: #023C40;
--alt-font-color: #7E78D2;
--border-color: black;
/* Dark Mode Colors */
--dark-background-color: #212227;
... | css/main.css | :root {
/* Settings */
--spacing: 15px;
--font-size: 1.15rem;
/* Normal Colors */
--background-color: #ECE4B7;
--alt-background-color: #E5D4ED;
--font-color: #023C40;
--alt-font-color: #7E78D2;
--border-color: black;
/* Dark Mode Colors */
--dark-background-color: #212227;
... | 0.55447 | 0.125012 |
#registration_form {
text-align: left;
font-size: 1.5em;
background: /* by <NAME> (design), <NAME>ou (code) */
radial-gradient(black 15%, transparent 16%) 0 0,
radial-gradient(black 15%, transparent 16%) 8px 8px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
radial-gradi... | css/registration.css | #registration_form {
text-align: left;
font-size: 1.5em;
background: /* by <NAME> (design), <NAME>ou (code) */
radial-gradient(black 15%, transparent 16%) 0 0,
radial-gradient(black 15%, transparent 16%) 8px 8px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
radial-gradi... | 0.186799 | 0.093512 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
i,em,strong,u,b{
font-style: normal;
}
img{
border: none;
vertical-align: top;
}
ul,ol{
list-style: none;
}
a{
text-decoration: none;
}
button,input,textarea{
border: none;
outline: none;
}
/*或写成 html:root,因为:root指向的就是html根目录*... | src/main/webapp/css/music.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
i,em,strong,u,b{
font-style: normal;
}
img{
border: none;
vertical-align: top;
}
ul,ol{
list-style: none;
}
a{
text-decoration: none;
}
button,input,textarea{
border: none;
outline: none;
}
/*或写成 html:root,因为:root指向的就是html根目录*... | 0.223801 | 0.048383 |
:root {
--cor0: #f8c408;
--cor1: #ffc211;
--cor2: #ffc30d;
--cor3: #ffd573;
--cor4: #a6a7ad;
--cor5: #232423;
--cor6: #231b29;
--cor6: #e5e6e8;
--cor6: #f6f7f8;
}
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-ser... | css/style.css | :root {
--cor0: #f8c408;
--cor1: #ffc211;
--cor2: #ffc30d;
--cor3: #ffd573;
--cor4: #a6a7ad;
--cor5: #232423;
--cor6: #231b29;
--cor6: #e5e6e8;
--cor6: #f6f7f8;
}
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-ser... | 0.498535 | 0.149625 |
#sidebar {
background-color: #323232
}
/*General sidebar style*/
#sidebar #working-set-header {
background-color: #323232;
color: #aeaeae;
}
/*"Working files" header*/
#sidebar #open-files-container {
background-color: #323232;
color: #aeaeae;
}
/*Working files style*/
/*Project file header*/
#... | themes/idle-fingers.css |
#sidebar {
background-color: #323232
}
/*General sidebar style*/
#sidebar #working-set-header {
background-color: #323232;
color: #aeaeae;
}
/*"Working files" header*/
#sidebar #open-files-container {
background-color: #323232;
color: #aeaeae;
}
/*Working files style*/
/*Project file header*/
#... | 0.319227 | 0.057282 |
.r-catalog-right > .row > .col-6 {
margin-bottom: 26px;
}
#hk_pressroom .hk_product-box {
padding: 0;
margin: 0;
}
#hk_pressroom .hk_product-box .hk_pr_Naam {
/*
visibility: hidden !important;
*/
visibility: visible;
}
#hk_pressroom .hk_product-box .caption img {
cursor: pointer;
}
.container-fluid ... | src/Merchello.FastTrack.Ui/css/vwa_pressroom.css | .r-catalog-right > .row > .col-6 {
margin-bottom: 26px;
}
#hk_pressroom .hk_product-box {
padding: 0;
margin: 0;
}
#hk_pressroom .hk_product-box .hk_pr_Naam {
/*
visibility: hidden !important;
*/
visibility: visible;
}
#hk_pressroom .hk_product-box .caption img {
cursor: pointer;
}
.container-fluid ... | 0.401219 | 0.071559 |
html, body {
background-color: Ivory;
height: 100%;
min-height: 930px;
margin: 0;
padding: 0;
}
h2 {
height: 80px;
width: 100%;
line-height: 80px;
text-align:center;
background-color: LightSkyBlue;
padding: 0;
margin: 0;
margin-bottom: 30px;
}
h4 {
height: 20px;
padd... | styles.css | html, body {
background-color: Ivory;
height: 100%;
min-height: 930px;
margin: 0;
padding: 0;
}
h2 {
height: 80px;
width: 100%;
line-height: 80px;
text-align:center;
background-color: LightSkyBlue;
padding: 0;
margin: 0;
margin-bottom: 30px;
}
h4 {
height: 20px;
padd... | 0.450601 | 0.051893 |
body {
margin: 0;
padding: 0;
font-size: 100%;
color: #ddd;
background: #444;
font-family: Arial, Helvetica, sans-serif
}
a:link {
color: #acf;
}
a:visited {
color: #cbf;
}
table, th, td {
margin: .4em 2.5em .4em 2.5em;
font-size: 1em;
border-collapse: collapse;
border... | style.css | body {
margin: 0;
padding: 0;
font-size: 100%;
color: #ddd;
background: #444;
font-family: Arial, Helvetica, sans-serif
}
a:link {
color: #acf;
}
a:visited {
color: #cbf;
}
table, th, td {
margin: .4em 2.5em .4em 2.5em;
font-size: 1em;
border-collapse: collapse;
border... | 0.540439 | 0.235823 |
body, h1, h2, p, ul, li, a {
margin: 0px;
padding: 0px;
}
body{
font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
color: black;
}
ul{
list-style: none;
}
img{
display: block;
max-width: 100%;
}
*{
box-sizing: border-box;
}
/* Card */
.card-bg{
background: url("/images/pattern-backg... | challenges/order-summary/css/style.css |
body, h1, h2, p, ul, li, a {
margin: 0px;
padding: 0px;
}
body{
font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
color: black;
}
ul{
list-style: none;
}
img{
display: block;
max-width: 100%;
}
*{
box-sizing: border-box;
}
/* Card */
.card-bg{
background: url("/images/pattern-backg... | 0.35031 | 0.066509 |
.home-box {
border-radius: 25px;
}
.big-head {
margin-bottom: -20px;
font-size:165px;
opacity:0.5;
}
.small-head {
color:white;
font-size: 22px;
opacity:0.5;
}
.row-toolbar{
margin: 0px -30px;
display: flex;
}
.row-toolbar-section {
padding: 0px 25px;
display: inherit;
bo... | static/css/basic.css | .home-box {
border-radius: 25px;
}
.big-head {
margin-bottom: -20px;
font-size:165px;
opacity:0.5;
}
.small-head {
color:white;
font-size: 22px;
opacity:0.5;
}
.row-toolbar{
margin: 0px -30px;
display: flex;
}
.row-toolbar-section {
padding: 0px 25px;
display: inherit;
bo... | 0.498535 | 0.14554 |
.mainContainer {
width: 100vw;
display: flex;
flex-direction: column;
align-items: center;
}
.inputContainer {
width: 80vw;
margin: 5vh 0 2vh 0;
display: flex;
justify-content: center;
}
.orderContainer {
width: 100vw;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.sortCortainer ... | src/style/orders.module.css | .mainContainer {
width: 100vw;
display: flex;
flex-direction: column;
align-items: center;
}
.inputContainer {
width: 80vw;
margin: 5vh 0 2vh 0;
display: flex;
justify-content: center;
}
.orderContainer {
width: 100vw;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.sortCortainer ... | 0.251372 | 0.098599 |
* Search page styles
*/
.row.line-spacing-5 {
margin-bottom: 5px;
}
#basic_search_pane {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#advanced_search_toggle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: ce... | static/css/search.css | * Search page styles
*/
.row.line-spacing-5 {
margin-bottom: 5px;
}
#basic_search_pane {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#advanced_search_toggle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: ce... | 0.382487 | 0.054702 |
@charset "utf-8";
body { margin:0; padding:0; width:100%; color:#666666; font:normal 12px/1.8em Arial, Helvetica, sans-serif;}
html { padding:0; margin:0; background:#fff url(../images/blue_ribbon.png) top repeat-x;}
p { margin:0; font:normal 12px/1.8em Arial, Helvetica, sans-serif;}
h1 { font-family: "Verdana", "Helve... | docs/css/style.css | @charset "utf-8";
body { margin:0; padding:0; width:100%; color:#666666; font:normal 12px/1.8em Arial, Helvetica, sans-serif;}
html { padding:0; margin:0; background:#fff url(../images/blue_ribbon.png) top repeat-x;}
p { margin:0; font:normal 12px/1.8em Arial, Helvetica, sans-serif;}
h1 { font-family: "Verdana", "Helve... | 0.359139 | 0.218628 |
.usa-header {
width: 100%;
z-index: 7000;
}
@media screen and (min-width: 951px) {
.usa-header {
border-bottom: 1px solid #aeb0b5;
}
}
.usa-header a {
border-bottom: none;
}
.usa-header .usa-search {
margin-bottom: 1.5rem;
}
@media screen and (min-width: 951px) {
.usa-header .usa-search {
floa... | build/components/raw/header/header.css | .usa-header {
width: 100%;
z-index: 7000;
}
@media screen and (min-width: 951px) {
.usa-header {
border-bottom: 1px solid #aeb0b5;
}
}
.usa-header a {
border-bottom: none;
}
.usa-header .usa-search {
margin-bottom: 1.5rem;
}
@media screen and (min-width: 951px) {
.usa-header .usa-search {
floa... | 0.358578 | 0.110567 |
.pf-c-accordion {
--pf-global--Color--100: var(--pf-global--Color--dark-100);
--pf-global--Color--200: var(--pf-global--Color--dark-200);
--pf-global--BorderColor--100: var(--pf-global--BorderColor--dark-100);
--pf-global--primary-color--100: var(--pf-global--primary-color--dark-100);
--pf-global--link--Color... | 03-HW_ArrayInt/che-dashboard/node_modules/@patternfly/react-core/node_modules/@patternfly/react-styles/css/components/Accordion/accordion.css | .pf-c-accordion {
--pf-global--Color--100: var(--pf-global--Color--dark-100);
--pf-global--Color--200: var(--pf-global--Color--dark-200);
--pf-global--BorderColor--100: var(--pf-global--BorderColor--dark-100);
--pf-global--primary-color--100: var(--pf-global--primary-color--dark-100);
--pf-global--link--Color... | 0.422028 | 0.051487 |
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
@import url('//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css');
body {
color: #5D5F63;
background: #293949;
font-family: 'Open Sans', sans-serif;
padding: 0;
margin: 0;
text-rendering: optimizeLegibility;
-w... | public/css/style1.css | @import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
@import url('//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css');
body {
color: #5D5F63;
background: #293949;
font-family: 'Open Sans', sans-serif;
padding: 0;
margin: 0;
text-rendering: optimizeLegibility;
-w... | 0.293607 | 0.046987 |
{
background-image: url( ../../img/div.gif );
background-position: 21% 0;
background-repeat: repeat-y;
}
#content #dataimport #frame
{
float: right;
width: 78%;
}
#content #dataimport #form
{
float: left;
width: 20%;
}
#content #dataimport #form #navigation
{
border-right: 0;
}
#content #dataimport ... | solr/webapp/web/css/styles/dataimport.css | {
background-image: url( ../../img/div.gif );
background-position: 21% 0;
background-repeat: repeat-y;
}
#content #dataimport #frame
{
float: right;
width: 78%;
}
#content #dataimport #form
{
float: left;
width: 20%;
}
#content #dataimport #form #navigation
{
border-right: 0;
}
#content #dataimport ... | 0.146789 | 0.055387 |
.more { background: url("./images/plus.png") no-repeat left center; width: 17px; height: 17px; display: inline-block; float: right; }
.less { background: url("./images/minus.png") no-repeat left center; width: 17px; height: 17px; display: inline-block; float: right; }
a { position: relative; z-index: 20; text-decoratio... | src/main.css | .more { background: url("./images/plus.png") no-repeat left center; width: 17px; height: 17px; display: inline-block; float: right; }
.less { background: url("./images/minus.png") no-repeat left center; width: 17px; height: 17px; display: inline-block; float: right; }
a { position: relative; z-index: 20; text-decoratio... | 0.590189 | 0.316898 |
.main-wrapper {
background: #ffffff none repeat scroll 0 0;
margin: 0 auto;
overflow-x: hidden;
position: relative;
z-index: 1;
}
.main-wrapper.wrapper-boxed {
background-color: #ffffff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
margin: 0 auto;
max-width: 1200px;
overflow-x: hidden;
... | css/switcher.css | .main-wrapper {
background: #ffffff none repeat scroll 0 0;
margin: 0 auto;
overflow-x: hidden;
position: relative;
z-index: 1;
}
.main-wrapper.wrapper-boxed {
background-color: #ffffff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
margin: 0 auto;
max-width: 1200px;
overflow-x: hidden;
... | 0.363308 | 0.079639 |
#over {
display: none;
background: #000;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.8;
z-index: 999;
}
a, a:visited, a:active{
text-decoration:none;
}
.login_content{
width:450px;
background: transparent;
}
/* lớp login - cửa sổ đăng nhập*/
.log... | Project Lotteria/ci/assets/css/Login.css | #over {
display: none;
background: #000;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.8;
z-index: 999;
}
a, a:visited, a:active{
text-decoration:none;
}
.login_content{
width:450px;
background: transparent;
}
/* lớp login - cửa sổ đăng nhập*/
.log... | 0.274157 | 0.088781 |
*{
margin: 0px;
padding: 0px;
}
body{
background: url("src/bg2.jpg") no-repeat center center/cover;
height: 100vh;
overflow: hidden;
}
/* taskkBar */
.taskbar{
position: absolute;
bottom: 0px;
width: 100vw;
display: flex;
justify-content: center;
background-color: #f3f3f3... | 181 - Windows 11/style.css | *{
margin: 0px;
padding: 0px;
}
body{
background: url("src/bg2.jpg") no-repeat center center/cover;
height: 100vh;
overflow: hidden;
}
/* taskkBar */
.taskbar{
position: absolute;
bottom: 0px;
width: 100vw;
display: flex;
justify-content: center;
background-color: #f3f3f3... | 0.317532 | 0.055234 |
* {
background-color: #0c0c0c;
}
/* FONT by: Google Fonts */
@font-face {
font-family: 'Oxygen';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Oxygen Regular'), local('Oxygen-Regular'), url(https://fonts.gstatic.com/s/oxygen/v9/2sDfZG1Wl4LcnbuKjk0m.woff2) format('woff2')... | stylesheets/styles.guide.css | * {
background-color: #0c0c0c;
}
/* FONT by: Google Fonts */
@font-face {
font-family: 'Oxygen';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Oxygen Regular'), local('Oxygen-Regular'), url(https://fonts.gstatic.com/s/oxygen/v9/2sDfZG1Wl4LcnbuKjk0m.woff2) format('woff2')... | 0.432902 | 0.073796 |
.react-quiz-container,
.questionWrapperBody {
margin: 20px;
width: 100%;
font-family: "Quicksand", sans-serif;
}
.react-quiz-container .startQuizWrapper {
margin-top: 10px;
}
.react-quiz-container .btn {
margin-bottom: 0;
font-weight: 600;
text-align: center;
padding: 11px 12px;
vertical-align: midd... | src/lib/styles.css | .react-quiz-container,
.questionWrapperBody {
margin: 20px;
width: 100%;
font-family: "Quicksand", sans-serif;
}
.react-quiz-container .startQuizWrapper {
margin-top: 10px;
}
.react-quiz-container .btn {
margin-bottom: 0;
font-weight: 600;
text-align: center;
padding: 11px 12px;
vertical-align: midd... | 0.358353 | 0.069668 |
.bbcode-smileys-angry,
.bbcode-smileys-anime,
.bbcode-smileys-bigeyes,
.bbcode-smileys-bigsmile,
.bbcode-smileys-bigwink,
.bbcode-smileys-blue,
.bbcode-smileys-boggle,
.bbcode-smileys-confuse,
.bbcode-smileys-cool,
.bbcode-smileys-evil,
.bbcode-smileys-frown,
.bbcode-smileys-heart,
.bbcode-smileys-irritated... | tools/smiley.css | .bbcode-smileys-angry,
.bbcode-smileys-anime,
.bbcode-smileys-bigeyes,
.bbcode-smileys-bigsmile,
.bbcode-smileys-bigwink,
.bbcode-smileys-blue,
.bbcode-smileys-boggle,
.bbcode-smileys-confuse,
.bbcode-smileys-cool,
.bbcode-smileys-evil,
.bbcode-smileys-frown,
.bbcode-smileys-heart,
.bbcode-smileys-irritated... | 0.343012 | 0.127898 |
body {
font-family: sans-serif;
width: 100vw;
height: 100vh;
margin: 0px;
}
a {
text-decoration: none;
}
label {
display: block;
}
nav a {
display: inline-block;
}
form div {
display: inline-block;
}
#cart-side-bar {
height: calc(100vh - 80px);
width: 30vw;
text-align: center;
position: fix... | public/style.css | body {
font-family: sans-serif;
width: 100vw;
height: 100vh;
margin: 0px;
}
a {
text-decoration: none;
}
label {
display: block;
}
nav a {
display: inline-block;
}
form div {
display: inline-block;
}
#cart-side-bar {
height: calc(100vh - 80px);
width: 30vw;
text-align: center;
position: fix... | 0.682679 | 0.085213 |
position: fixed;
display: flex;
align-items: center;
justify-content: center;
top: 0;
z-index: 90909;
height: 100vh;
width: 100vw;
pointer-events: none;
}
#BIGSURMODAL-CONTAINER.overlay {
background: rgba(255, 255, 255, .5);
pointer-events: all;
}
.BSM-modal {
border-ra... | src/style.css | position: fixed;
display: flex;
align-items: center;
justify-content: center;
top: 0;
z-index: 90909;
height: 100vh;
width: 100vw;
pointer-events: none;
}
#BIGSURMODAL-CONTAINER.overlay {
background: rgba(255, 255, 255, .5);
pointer-events: all;
}
.BSM-modal {
border-ra... | 0.681621 | 0.100304 |
html {
box-sizing: border-box;
font-size: calc(100% + 6 * (100vw - 20em) / 1600);
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
background-color: #111;
color: white;
font: 400 1em/1.5 'Avenir', sans-serif;
font-feature-settings: 'clig', 'calt', 'kern', 'liga';
font-variant: common-ligatures;
displ... | spa/dist/style.css | html {
box-sizing: border-box;
font-size: calc(100% + 6 * (100vw - 20em) / 1600);
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
background-color: #111;
color: white;
font: 400 1em/1.5 'Avenir', sans-serif;
font-feature-settings: 'clig', 'calt', 'kern', 'liga';
font-variant: common-ligatures;
displ... | 0.45181 | 0.082809 |
@font-face {
font-family:'Material Icons';
font-style:normal;
font-weight:400;
src:local('Material Icons'),local(MaterialIcons-Regular),url(fonts/icons.woff2) format("woff2")
}
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: local('Material Icons'), local('MaterialIcons-R... | styles/main.css | @font-face {
font-family:'Material Icons';
font-style:normal;
font-weight:400;
src:local('Material Icons'),local(MaterialIcons-Regular),url(fonts/icons.woff2) format("woff2")
}
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: local('Material Icons'), local('MaterialIcons-R... | 0.260295 | 0.056081 |
.contenedor{
margin-top:0%;
margin-right: auto;
}
* {box-sizing: border-box;}
body {
margin: 0;
font-family: Arial;
}
.header2 {
overflow: hidden;
background-color: #f1f1f1;
padding: 20px 10px;
}
.header2 a {
float: left;
color: black;
text-align: center;
padding: 12px;
text-decoration: ... | public/css/generico.css | .contenedor{
margin-top:0%;
margin-right: auto;
}
* {box-sizing: border-box;}
body {
margin: 0;
font-family: Arial;
}
.header2 {
overflow: hidden;
background-color: #f1f1f1;
padding: 20px 10px;
}
.header2 a {
float: left;
color: black;
text-align: center;
padding: 12px;
text-decoration: ... | 0.371365 | 0.084153 |
[handle="ie11campaign.banner.application_manager.description"],
[handle="ie11campaign.banner.application_manager.description"] + [mtype="group"] a {
color: black;
}
[guielement="widget"] {
border-color: transparent;
}
[guielement="widget_header"],
[guielement="widget_content_area"] {
background: var(-... | src/styles/process-pages.css | [handle="ie11campaign.banner.application_manager.description"],
[handle="ie11campaign.banner.application_manager.description"] + [mtype="group"] a {
color: black;
}
[guielement="widget"] {
border-color: transparent;
}
[guielement="widget_header"],
[guielement="widget_content_area"] {
background: var(-... | 0.322206 | 0.133415 |
@import 'part:@lyra/base/theme/variables-style';
.root {
display: block;
outline: none;
position: relative;
@nest &.disabled {
pointer-events: none;
opacity: 0.5;
}
}
.inner {
composes: root from 'part:@lyra/base/theme/forms/text-input-style';
cursor: default;
@nest &:hover {
box-shadow:... | packages/@lyra/components/src/selects/styles/StyleSelect.css | @import 'part:@lyra/base/theme/variables-style';
.root {
display: block;
outline: none;
position: relative;
@nest &.disabled {
pointer-events: none;
opacity: 0.5;
}
}
.inner {
composes: root from 'part:@lyra/base/theme/forms/text-input-style';
cursor: default;
@nest &:hover {
box-shadow:... | 0.558809 | 0.103703 |
html * {
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0,0,0,0);
tap-highlight-color: rgba(0,0,0,0);
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
}
html {
font-family: 'Lato', Helvetica, sans-serif;
font-weight: 300;
pad... | app/Components/Styles/styles.css | html * {
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0,0,0,0);
tap-highlight-color: rgba(0,0,0,0);
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
}
html {
font-family: 'Lato', Helvetica, sans-serif;
font-weight: 300;
pad... | 0.5083 | 0.065396 |
html {
line-height: 1.4;
font-size: 13px;
}
@media screen and (min-width: 250px) {
html {
font-size: 8px;
}
}
@media screen and (min-width: 620px) {
html {
font-size: 9px;
}
}
@media screen and (min-width: 680px) {
html {
font-size: 10px;
}
}
@media screen and... | app/html/Carousel Template for Bootstrap_files/styles.css | html {
line-height: 1.4;
font-size: 13px;
}
@media screen and (min-width: 250px) {
html {
font-size: 8px;
}
}
@media screen and (min-width: 620px) {
html {
font-size: 9px;
}
}
@media screen and (min-width: 680px) {
html {
font-size: 10px;
}
}
@media screen and... | 0.314156 | 0.130147 |
margin-top: -3px;
}
.footer {
font-size: 10px;
text-align: center;
display: block;
}
.popover-no-padding .popover-content {
padding: 0px; !important;
}
.popover-no-padding .popover {
max-width: 500px;
}
.dropdown-submenu-right > .dropdown-menu {
margin-left: 2px !important;
right: 100% !importan... | truffe2/media/css/truffe.css | margin-top: -3px;
}
.footer {
font-size: 10px;
text-align: center;
display: block;
}
.popover-no-padding .popover-content {
padding: 0px; !important;
}
.popover-no-padding .popover {
max-width: 500px;
}
.dropdown-submenu-right > .dropdown-menu {
margin-left: 2px !important;
right: 100% !importan... | 0.329176 | 0.092074 |
:root {
--hty-primary-color: #0078e7;
--hty-inverse-color: #ff8718;
--hty-success-color: #21ba45;
--hty-warning-color: #f2711c;
--hty-danger-color: #db2828;
--hty-info-color: #42b8dd;
--hty-link-color: #0078e7;
}
.primary {
color: #005eb4;
--blockquote-border-left-color: var(--hty-primary-color);
--... | css/hexo-theme-yun.css | :root {
--hty-primary-color: #0078e7;
--hty-inverse-color: #ff8718;
--hty-success-color: #21ba45;
--hty-warning-color: #f2711c;
--hty-danger-color: #db2828;
--hty-info-color: #42b8dd;
--hty-link-color: #0078e7;
}
.primary {
color: #005eb4;
--blockquote-border-left-color: var(--hty-primary-color);
--... | 0.536556 | 0.148633 |
.aquaBisque3,
.hover_aquaBisque3:hover,
.active_aquaBisque3:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(255, 206, 167, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(255, 180, 116),
inset 0 0em 0.5em 2em rgb(253, 249, 246);
-moz-box-shadow: 0 0.63em 0.... | widgets/common/assets/shadows/aqua/aquaBisque/aquaBisque3.css | .aquaBisque3,
.hover_aquaBisque3:hover,
.active_aquaBisque3:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(255, 206, 167, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(255, 180, 116),
inset 0 0em 0.5em 2em rgb(253, 249, 246);
-moz-box-shadow: 0 0.63em 0.... | 0.357007 | 0.419707 |
body,html {
padding:0px;
margin:0px;
font-family: 'Comfortaa', cursive;
font-weight:bold;
color:#fff;
background:rgb(0, 0, 0);
scroll-behavior: smooth;
}
#loading {
width: 100vw;
height: 100vh;
position: fixed;
background: #000;
z-index: 999;
display: f... | code/1/assets/css/main/index.css | body,html {
padding:0px;
margin:0px;
font-family: 'Comfortaa', cursive;
font-weight:bold;
color:#fff;
background:rgb(0, 0, 0);
scroll-behavior: smooth;
}
#loading {
width: 100vw;
height: 100vh;
position: fixed;
background: #000;
z-index: 999;
display: f... | 0.243732 | 0.059319 |
body{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
overflow-x: hidden;
vertical-align: baseline;
scroll-behavior: smooth;
font-family: 'Lato', sans-serif;
}
.pane{
min-height: 100vh;
min-width: 96vw;
max-height: 100vh;
max-width: 100vw;
margin-bottom: 20px;
... | style.css | body{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
overflow-x: hidden;
vertical-align: baseline;
scroll-behavior: smooth;
font-family: 'Lato', sans-serif;
}
.pane{
min-height: 100vh;
min-width: 96vw;
max-height: 100vh;
max-width: 100vw;
margin-bottom: 20px;
... | 0.322419 | 0.046141 |
@charset "UTF-8";@import url(fontawesome.min.css);@import url("https://fonts.googleapis.com/css?family=Roboto:500,300");body{background:#fff;}
.logo-large{font-family:'Amatic SC', cursive;}
.logo-regular{font-family:'Amatic SC', cursive;font-weight:300;font-size:1.5em;}
body, input, select, textarea{color:#555f66;font-... | css/style.css | @charset "UTF-8";@import url(fontawesome.min.css);@import url("https://fonts.googleapis.com/css?family=Roboto:500,300");body{background:#fff;}
.logo-large{font-family:'Amatic SC', cursive;}
.logo-regular{font-family:'Amatic SC', cursive;font-weight:300;font-size:1.5em;}
body, input, select, textarea{color:#555f66;font-... | 0.267313 | 0.120646 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
}
body {
background: #E5E5E5;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
.navbar {
position: sticky;
background: #E5E5E5;
}
.navbar .nav-container {
max-width: 1400px;
display:... | style.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
}
body {
background: #E5E5E5;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
.navbar {
position: sticky;
background: #E5E5E5;
}
.navbar .nav-container {
max-width: 1400px;
display:... | 0.47658 | 0.110711 |
====================
# Various classes
# Hiding classes
# Background image classes
# Font classes
# Hover classes
# Width classes
# Height classes
# Center align classes
# Text color classes
# Link color classes
# Background color classes
# Background transparent color classes
# Background transparent gradient color cl... | public/assets/css/helper.css | ====================
# Various classes
# Hiding classes
# Background image classes
# Font classes
# Hover classes
# Width classes
# Height classes
# Center align classes
# Text color classes
# Link color classes
# Background color classes
# Background transparent color classes
# Background transparent gradient color cl... | 0.357455 | 0.219045 |