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 |
|---|---|---|---|---|
#u11923_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u11923 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-s... | e4s/shenshen/files/p1c/styles_1.css |
#u11923_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u11923 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
display:flex;
font-family:'微软雅黑';
font-weight:400;
font-style:normal;
font-s... | 0.178347 | 0.039269 |
.language-switcher {
display: flex;
flex-direction: row;
}
.language {
padding: 5px 10px;
color: #fff;
margin-right: 3px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
background: #1f2042;
/* z-i... | web/css/backend-edit.css | .language-switcher {
display: flex;
flex-direction: row;
}
.language {
padding: 5px 10px;
color: #fff;
margin-right: 3px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
background: #1f2042;
/* z-i... | 0.273866 | 0.08819 |
@charset "UTF-8";
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
em,
button {
margin: 0;
padding: 0; }
img,
fieldset {
... | demo/show1/css/main.css | @charset "UTF-8";
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
em,
button {
margin: 0;
padding: 0; }
img,
fieldset {
... | 0.334698 | 0.048496 |
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-family: "Noto Serif JP", serif; }
* {
margin: 0;
padding: 0; }
*,
*:after,
*:before {
-webkit-box-sizing: inherit;
box-sizing: inherit; }
.about {
margin-left: 1rem;
... | dist/css/style.css | html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-family: "Noto Serif JP", serif; }
* {
margin: 0;
padding: 0; }
*,
*:after,
*:before {
-webkit-box-sizing: inherit;
box-sizing: inherit; }
.about {
margin-left: 1rem;
... | 0.435421 | 0.060557 |
.kyselo-content {
margin: 0 auto;
width: 600px;
margin-top: 40px;
}
.kyselo-message {
background-color: #ccc;
padding: 0.3em;
margin-bottom: 0.6em;
}
.kyselo-message-success {
background-color: #4eb255;
}
.kyselo-message-error {
background-color: #f1932d;
}
/* float */
.kyselo-float {
position: fixed;
l... | st/css/kyselo/kyselo.css |
.kyselo-content {
margin: 0 auto;
width: 600px;
margin-top: 40px;
}
.kyselo-message {
background-color: #ccc;
padding: 0.3em;
margin-bottom: 0.6em;
}
.kyselo-message-success {
background-color: #4eb255;
}
.kyselo-message-error {
background-color: #f1932d;
}
/* float */
.kyselo-float {
position: fixed;
l... | 0.314261 | 0.068725 |
body {
background: #282C34;
color: #f0f0f0;
}
a {
color: #10a3cc;
}
a:hover {
color: #64ddff;
text-decoration: none;
}
a:focus {
color: #097a99;
}
a:visited {
color: #10a3cc;
}
textarea {
min-height: 240px;
}
h1 {
color: #91959b;
padding-left: 1em;
position: relative;
font-weight: 300;
l... | assets/css/style.css | body {
background: #282C34;
color: #f0f0f0;
}
a {
color: #10a3cc;
}
a:hover {
color: #64ddff;
text-decoration: none;
}
a:focus {
color: #097a99;
}
a:visited {
color: #10a3cc;
}
textarea {
min-height: 240px;
}
h1 {
color: #91959b;
padding-left: 1em;
position: relative;
font-weight: 300;
l... | 0.528047 | 0.106272 |
*, *:before, *:after {
margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
/* Master Styles */
/* we can take out background transition if desired */
body {
background-color: #1e2f50;
top:0px;
left:0px;
wi... | docs/styles.css | *, *:before, *:after {
margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
/* Master Styles */
/* we can take out background transition if desired */
body {
background-color: #1e2f50;
top:0px;
left:0px;
wi... | 0.425128 | 0.085939 |
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, tfoo... | CSS/3.Layout/3.MembersLogin EXAMPLE/styleExample.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, tfoo... | 0.349533 | 0.106737 |
.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }
.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height:... | public/assets/global/plugins/jquery-nestable/jquery.nestable.css | .dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }
.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height:... | 0.304145 | 0.119382 |
a.to-top-button {
position: fixed;
z-index: 9999;
color: #fff;
padding-top: 2px;
text-align: center;
font-size: 40px;
font-weight: 600;
background-color: rgb(97, 110, 131);
}
a.to-top-button.hide{
display:none;
}
a.to-top-button:not(.filter):hover { background-color: rgb(121, 121, ... | public/vendor/up/css/floating-totop-button.css | a.to-top-button {
position: fixed;
z-index: 9999;
color: #fff;
padding-top: 2px;
text-align: center;
font-size: 40px;
font-weight: 600;
background-color: rgb(97, 110, 131);
}
a.to-top-button.hide{
display:none;
}
a.to-top-button:not(.filter):hover { background-color: rgb(121, 121, ... | 0.52683 | 0.145692 |
body,html {
height: 100%;
width: 100%
}
.navbar-custom,body {
background-color: #a31515
}
.intro,body,html {
width: 100%
}
body {
font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
color: #fff;
webkit-tap-highlight-color: rgba(255,255,255,.2)
}
.btn,.navbar-custom,h1,h2,h3... | docs/landing.css | body,html {
height: 100%;
width: 100%
}
.navbar-custom,body {
background-color: #a31515
}
.intro,body,html {
width: 100%
}
body {
font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
color: #fff;
webkit-tap-highlight-color: rgba(255,255,255,.2)
}
.btn,.navbar-custom,h1,h2,h3... | 0.480722 | 0.074164 |
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-105%, 0, 0);
transform: translate3d(-105%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
from {
-webkit-transform: translate3... | dist/vue-material-components.css | @-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-105%, 0, 0);
transform: translate3d(-105%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
from {
-webkit-transform: translate3... | 0.41182 | 0.207074 |
@media only screen and (max-width: 950px) {
.container,
.span-1,
.span-2,
.span-3,
.span-4,
.span-5,
.span-6,
.span-7,
.span-8,
.span-9,
.span-10,
.span-11,
.span-12,
.span-13,
.span-14,
.span-15,
.span-16,
.span-17,
.span-18,
.span-19,
.span-20,
.span-21,
.span-22,
.span... | data/test/css/2ac44fba86c03002a2ad5c4603c491cb5fe443eeblueprint-responsive.css | @media only screen and (max-width: 950px) {
.container,
.span-1,
.span-2,
.span-3,
.span-4,
.span-5,
.span-6,
.span-7,
.span-8,
.span-9,
.span-10,
.span-11,
.span-12,
.span-13,
.span-14,
.span-15,
.span-16,
.span-17,
.span-18,
.span-19,
.span-20,
.span-21,
.span-22,
.span... | 0.219505 | 0.130729 |
@-moz-document regexp(".*(pawoo\\.net|friends\\.nico|social\\.tchncs\\.de|octodon\\.social|mamot\\.fr|social\\.lou\\.lt).*"), regexp(".*\\.*ma*sto*do*n.*\\.*") {
@media (min-width: 1900px) {
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,... | data/usercss/141884.user.css | @-moz-document regexp(".*(pawoo\\.net|friends\\.nico|social\\.tchncs\\.de|octodon\\.social|mamot\\.fr|social\\.lou\\.lt).*"), regexp(".*\\.*ma*sto*do*n.*\\.*") {
@media (min-width: 1900px) {
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,... | 0.208582 | 0.050098 |
background-color: transparent;
background-image: none;
position: absolute;
}
#s-2cc5f335-0af7-488a-b55e-0a5c60cae180 > #alignmentBox {
position: relative;
margin: 0 auto;
width: 1024px;
min-width: 1024px;
min-height: 768px;
}
#s-2cc5f335-0af7-488a-b55e-0a5c60cae180 #s-Image_1 {
position: absolute;
t... | Project Prototype/Prototype HTML/resources/screens/2cc5f335-0af7-488a-b55e-0a5c60cae180-1507570515312.css | background-color: transparent;
background-image: none;
position: absolute;
}
#s-2cc5f335-0af7-488a-b55e-0a5c60cae180 > #alignmentBox {
position: relative;
margin: 0 auto;
width: 1024px;
min-width: 1024px;
min-height: 768px;
}
#s-2cc5f335-0af7-488a-b55e-0a5c60cae180 #s-Image_1 {
position: absolute;
t... | 0.405213 | 0.048473 |
@font-face {
font-family: SIYUAN_ULTRALKIGHT;
src: url("../font/STHeiti-UltraLight-2.ttc");
}
@font-face {
font-family: SIYUAN_MEDIUM;
src: url("../font/STHeiti-Medium-4.ttc");
}
@font-face {
font-family: SIYUAN_LIGHT;
src: url("../font/STHeiti-Light-3.ttc");
}
* {
margin: 0;
padding... | src/main/webapp/static/css/register.css | @font-face {
font-family: SIYUAN_ULTRALKIGHT;
src: url("../font/STHeiti-UltraLight-2.ttc");
}
@font-face {
font-family: SIYUAN_MEDIUM;
src: url("../font/STHeiti-Medium-4.ttc");
}
@font-face {
font-family: SIYUAN_LIGHT;
src: url("../font/STHeiti-Light-3.ttc");
}
* {
margin: 0;
padding... | 0.380874 | 0.056757 |
.progress [data-toggle="slider"] {
height: 100%;
vertical-align: top;
float: left;
}
.progress[data-slider-container] {
position: relative;
}
.progress[data-slider-container] [data-toggle="slider"] {
position: absolute;
height: 20px;
}
.progress[data-slider-container] [data-toggle="slider-background"] {
posit... | bootstrap-components/css/bootstrap-components.css | .progress [data-toggle="slider"] {
height: 100%;
vertical-align: top;
float: left;
}
.progress[data-slider-container] {
position: relative;
}
.progress[data-slider-container] [data-toggle="slider"] {
position: absolute;
height: 20px;
}
.progress[data-slider-container] [data-toggle="slider-background"] {
posit... | 0.294418 | 0.101768 |
body {
padding-top: 50px;
}
footer {
min-height: 60px;
padding-top: 15px;
color: #fff;
background-color: #000099;
}
mark {
color: #fff;
background-color: #000099;
}
.navbar-inverse {
background-color: #000099;
}
.navbar-brand:link {
font-weight: 800;
text-decoration: none;
background-color: #fff... | src/css/fiba.css | body {
padding-top: 50px;
}
footer {
min-height: 60px;
padding-top: 15px;
color: #fff;
background-color: #000099;
}
mark {
color: #fff;
background-color: #000099;
}
.navbar-inverse {
background-color: #000099;
}
.navbar-brand:link {
font-weight: 800;
text-decoration: none;
background-color: #fff... | 0.46563 | 0.061678 |
body {
font-family: "Open Sans", sans-serif;
color: #444444;
}
a {
color: #5846f9;
}
a:hover {
color: #8577fb;
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Poppins", sans-serif;
}
/*--------------------------------------------------------------
# Preloader
----------------------------... | static/style.css | body {
font-family: "Open Sans", sans-serif;
color: #444444;
}
a {
color: #5846f9;
}
a:hover {
color: #8577fb;
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Poppins", sans-serif;
}
/*--------------------------------------------------------------
# Preloader
----------------------------... | 0.382257 | 0.085901 |
@import url(font-awesome.min.css);
:root {
--main: orange;
--bg:#0b1218;
--bg-body:#131d28;
}
* {
font-family: 'Poppins', sans-serif;
box-sizing: border-box;
text-decoration: none;
list-style-type: none;
margin:0;
padding: 0;
}
input, button {
outline-color: none;
}
#menu-toggle {
display: none;
}
#menu-... | library/css/style.css | @import url(font-awesome.min.css);
:root {
--main: orange;
--bg:#0b1218;
--bg-body:#131d28;
}
* {
font-family: 'Poppins', sans-serif;
box-sizing: border-box;
text-decoration: none;
list-style-type: none;
margin:0;
padding: 0;
}
input, button {
outline-color: none;
}
#menu-toggle {
display: none;
}
#menu-... | 0.21158 | 0.06216 |
@font-face {
font-family: 'CocoSharp';
src: url('./cocosharp/Coco-Sharp-Light-trial.ttf');
font-style: normal;
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: 'CocoSharp';
src: url('./cocosharp/Coco-Sharp-Light-Italic-trial.ttf');
font-style: italic;
font-weight: 400;
font-display... | src/assets/fonts/font.css | @font-face {
font-family: 'CocoSharp';
src: url('./cocosharp/Coco-Sharp-Light-trial.ttf');
font-style: normal;
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: 'CocoSharp';
src: url('./cocosharp/Coco-Sharp-Light-Italic-trial.ttf');
font-style: italic;
font-weight: 400;
font-display... | 0.229794 | 0.054049 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800,300italic,400italic,600italic);
@import url(https://fonts.googleapis.com/css?family=Roboto);
html{
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}
body{
font-family: 'Open Sans', 'Roboto', sans-serif;
font-size: ... | SPA_version/assets/css/styles.css | @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800,300italic,400italic,600italic);
@import url(https://fonts.googleapis.com/css?family=Roboto);
html{
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}
body{
font-family: 'Open Sans', 'Roboto', sans-serif;
font-size: ... | 0.344333 | 0.121321 |
@import url("https://fonts.googleapis.com/css2?family=Cairo&family=Roboto:wght@300&family=Shalimar&display=swap");
:root {
--primaryColor: #371d5c;
--secondaryColor: #f4c371;
--tertiaryColor: #923267;
--fourthColor: #260e42;
--additionalColor: #a9dbce;
--accentColor: #e96aa1;
--accentColorOpague: rgba(23... | src/style.css | @import url("https://fonts.googleapis.com/css2?family=Cairo&family=Roboto:wght@300&family=Shalimar&display=swap");
:root {
--primaryColor: #371d5c;
--secondaryColor: #f4c371;
--tertiaryColor: #923267;
--fourthColor: #260e42;
--additionalColor: #a9dbce;
--accentColor: #e96aa1;
--accentColorOpague: rgba(23... | 0.401923 | 0.081155 |
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap');
/*Whole page*/
.page {
font-family: 'Quicksand', sans-serif;
text-align: center;
position: fixed;
/* Height and width fallback for older browser... | src/css/App.css | @import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap');
/*Whole page*/
.page {
font-family: 'Quicksand', sans-serif;
text-align: center;
position: fixed;
/* Height and width fallback for older browser... | 0.478285 | 0.102664 |
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #D8D8D6;
-ms-transform: rotate(0.0deg);
}
#s-1c49be84-2c6d-4d9c-a197-ebdd23d4c3a6 #s-Label_85 {
-ms-transform: rotate(0.0deg);
}
#s-1c49be84-2c6d-4d9c-a197-ebdd23d4c3a6 #s-Image_33 {
-ms-transform: rotate(0.0deg);
}
#s-1c49be84-2c6d-... | resources/screens/1c49be84-2c6d-4d9c-a197-ebdd23d4c3a6-1415995219533-ie.css | border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #D8D8D6;
-ms-transform: rotate(0.0deg);
}
#s-1c49be84-2c6d-4d9c-a197-ebdd23d4c3a6 #s-Label_85 {
-ms-transform: rotate(0.0deg);
}
#s-1c49be84-2c6d-4d9c-a197-ebdd23d4c3a6 #s-Image_33 {
-ms-transform: rotate(0.0deg);
}
#s-1c49be84-2c6d-... | 0.424054 | 0.17989 |
.tinynav { display: none; }
@media screen and (max-width: 1040px) {
#header:before, #prefooter:after {
display: none;
}
#page, #page:before, #page:after, #footer { width: 990px; }
#nav-wrapper .ribbon-right, #nav-wrapper .ribbon-left { display: none; }
}
/* Smaller than standard 960 (devices an... | wp-content/themes/sugar-and-spice/responsive.css | .tinynav { display: none; }
@media screen and (max-width: 1040px) {
#header:before, #prefooter:after {
display: none;
}
#page, #page:before, #page:after, #footer { width: 990px; }
#nav-wrapper .ribbon-right, #nav-wrapper .ribbon-left { display: none; }
}
/* Smaller than standard 960 (devices an... | 0.335242 | 0.142411 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700');
/* CSS styles for 404 page start */
body {
font-family: 'Open Sans', sans-serif;
}
.bg-cover {
background: url(../images/Error404_cover.jpg);
width: 100vw;
height: 100vh;
background-repeat: no-repeat;
background-size: cover;
... | Design&HTML/19-trade_show_page/assets/css/style2.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700');
/* CSS styles for 404 page start */
body {
font-family: 'Open Sans', sans-serif;
}
.bg-cover {
background: url(../images/Error404_cover.jpg);
width: 100vw;
height: 100vh;
background-repeat: no-repeat;
background-size: cover;
... | 0.301876 | 0.054727 |
html {
height: 100%;
}
body {
background: #fff;
padding: 0;
text-align: center;
font-family: 'Open Sans';
position: relative;
margin: 0;
height: 100%;
-webkit-font-smoothing: antialiased;
text-rendering: optimizelegibility;
}
a {
color: black;
}
.header {
pa... | homework/javascript/2/css/jquery.css | html {
height: 100%;
}
body {
background: #fff;
padding: 0;
text-align: center;
font-family: 'Open Sans';
position: relative;
margin: 0;
height: 100%;
-webkit-font-smoothing: antialiased;
text-rendering: optimizelegibility;
}
a {
color: black;
}
.header {
pa... | 0.351311 | 0.09122 |
@import url(http://fonts.googleapis.com/css?family=Cousine);
@import url(http://fonts.googleapis.com/css?family=Podkova);
/*general*/
body {
font-family: 'Cousine';
background-image: linear-gradient(to bottom, #8DD0DB 0%, #ACDEE3 40%, #ACDEE3 100%);
color: #1C5E64;
font-size: 0.8em;
line-height: 1... | public/assets/css/style.css | @import url(http://fonts.googleapis.com/css?family=Cousine);
@import url(http://fonts.googleapis.com/css?family=Podkova);
/*general*/
body {
font-family: 'Cousine';
background-image: linear-gradient(to bottom, #8DD0DB 0%, #ACDEE3 40%, #ACDEE3 100%);
color: #1C5E64;
font-size: 0.8em;
line-height: 1... | 0.376165 | 0.08292 |
body {
font-weight: 400;
font-size: 1.25rem;
font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@font-face {
font-family: "Inter UI";
font-style: normal;
font-wei... | assets/css/style.css | body {
font-weight: 400;
font-size: 1.25rem;
font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@font-face {
font-family: "Inter UI";
font-style: normal;
font-wei... | 0.47926 | 0.075346 |
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,500,700');
*, *::before, *::after {
box-sizing: border-box;
}
/*Site layout*/
body {
display: grid;
place-items: center;
font-family: IBM Plex Mono;
margin: 10px;
/* overflow-y: hidden; */
}
.site_wrapper {
width: 100%;
min-height: 100vh... | html5/the-sneaker-shop/css/style.css | @import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,500,700');
*, *::before, *::after {
box-sizing: border-box;
}
/*Site layout*/
body {
display: grid;
place-items: center;
font-family: IBM Plex Mono;
margin: 10px;
/* overflow-y: hidden; */
}
.site_wrapper {
width: 100%;
min-height: 100vh... | 0.307982 | 0.079317 |
@charset "UTF-8";
.moover {
position:relative;
}
.moover .moover-slide {
position:absolute;
left:0;
top:0;
display:none;
overflow:hidden;
z-index:100;
}
.moover .moover-active-slide {
display:block;
z-index:90
}
.moover .moover-slide .moover-text, .moover .moover-text > p, .moover .moover-TW, .moover .moover-... | WebRoot/stylesheets/jquery.id.moover-1.5.css | @charset "UTF-8";
.moover {
position:relative;
}
.moover .moover-slide {
position:absolute;
left:0;
top:0;
display:none;
overflow:hidden;
z-index:100;
}
.moover .moover-active-slide {
display:block;
z-index:90
}
.moover .moover-slide .moover-text, .moover .moover-text > p, .moover .moover-TW, .moover .moover-... | 0.26569 | 0.042088 |
@import url("https://fonts.googleapis.com/css?family=Supermercado+One");
/* line 3, ../sass/style.scss */
h1, h2, #sizePicker {
text-align: center;
font-family: 'Supermercado One', cursive;
}
/* line 8, ../sass/style.scss */
p {
text-align: center;
font-family: 'Supermercado One', cursive;
}
/* line 15, ../sa... | effect-master/effect36/stylesheets/style.css | @import url("https://fonts.googleapis.com/css?family=Supermercado+One");
/* line 3, ../sass/style.scss */
h1, h2, #sizePicker {
text-align: center;
font-family: 'Supermercado One', cursive;
}
/* line 8, ../sass/style.scss */
p {
text-align: center;
font-family: 'Supermercado One', cursive;
}
/* line 15, ../sa... | 0.288268 | 0.1126 |
.pt14{padding-top: .35rem!important;}
.bor10{height: .25rem;/*10*/width: 100%;background: #f2f2f2;}
.bor20{height: .5rem;/*20*/width: 100%;background: #f2f2f2;}
.color_FFBD50{color: #FFBD50!important;}
.plr36{padding-left: .9rem;padding-right: .9rem;}
.mlrfu-30{margin-left: -.75rem;width: 108.6%;margin-right: -.75rem... | public/css/ask.css | .pt14{padding-top: .35rem!important;}
.bor10{height: .25rem;/*10*/width: 100%;background: #f2f2f2;}
.bor20{height: .5rem;/*20*/width: 100%;background: #f2f2f2;}
.color_FFBD50{color: #FFBD50!important;}
.plr36{padding-left: .9rem;padding-right: .9rem;}
.mlrfu-30{margin-left: -.75rem;width: 108.6%;margin-right: -.75rem... | 0.239438 | 0.053428 |
::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }
body {
background-color: #fff;
margin: 40px;
font: 13px/20px normal Helvetica, Arial, sans-serif;
color: #4F5155;
}
a {
color: #003399;
background-color: transparent;
font-weight: normal;
}
h... | public/assets/css/default.css | ::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }
body {
background-color: #fff;
margin: 40px;
font: 13px/20px normal Helvetica, Arial, sans-serif;
color: #4F5155;
}
a {
color: #003399;
background-color: transparent;
font-weight: normal;
}
h... | 0.31542 | 0.104752 |
P, OL, UL, DIV, H1, H2, H3, H4, B {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
}
H1 {
font-size: 18px;
font-weight: bold;
color: #333333;
}
H2 {
font-size: 14px;
font-weight: bold;
color: #666666;
}
H3 {
font-size: 12px;
font-weight: bold;
color: #666666;
}
H4 {
fo... | build/reference/files/styleSheet2.css | P, OL, UL, DIV, H1, H2, H3, H4, B {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
}
H1 {
font-size: 18px;
font-weight: bold;
color: #333333;
}
H2 {
font-size: 14px;
font-weight: bold;
color: #666666;
}
H3 {
font-size: 12px;
font-weight: bold;
color: #666666;
}
H4 {
fo... | 0.14137 | 0.14814 |
html, body {
height: 100%;
margin: 0;
}
.font_rubik_extralight {
font-family: rubrik-new,sans-serif;
font-weight: 200;
font-style: normal;
}
.font_rubik_light {
font-family: rubrik-new,sans-serif;
font-weight: 300;
font-style: normal;
}
.font_rubik_regular {
font-family: rubrik-ne... | style.css | html, body {
height: 100%;
margin: 0;
}
.font_rubik_extralight {
font-family: rubrik-new,sans-serif;
font-weight: 200;
font-style: normal;
}
.font_rubik_light {
font-family: rubrik-new,sans-serif;
font-weight: 300;
font-style: normal;
}
.font_rubik_regular {
font-family: rubrik-ne... | 0.705886 | 0.097476 |
:root{
--gray-border: rgb(113,117,119);
--c1: rgb(110,64,170);
--c2: rgb(150,61,179);
--c3: rgb(191,60,175);
--c4: rgb(228,65,157);
--c5: rgb(254,75,131);
--c6: rgb(255,94,99);
--c7: rgb(255,120,71);
--c8: rgb(251,150,51);
--c9: rgb(226,183,47);
--c10: rgb(198,214,60);
--c11: rgb(175,240,91);
};
#layout{
... | client/src/routes/Layout/index.css | :root{
--gray-border: rgb(113,117,119);
--c1: rgb(110,64,170);
--c2: rgb(150,61,179);
--c3: rgb(191,60,175);
--c4: rgb(228,65,157);
--c5: rgb(254,75,131);
--c6: rgb(255,94,99);
--c7: rgb(255,120,71);
--c8: rgb(251,150,51);
--c9: rgb(226,183,47);
--c10: rgb(198,214,60);
--c11: rgb(175,240,91);
};
#layout{
... | 0.345989 | 0.110519 |
* {
box-sizing: border-box;
}
html {
font-weight: 300;
-webkit-font-smoothing: antialiased;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
}
ul {
list-style: none;
word-wrap: break-word;
}
/* Pages */
.pages {
height: 100%;
margin: 0;
padding: 0;
width: 100%;
}
.page {
height: 100%... | public/style.css |
* {
box-sizing: border-box;
}
html {
font-weight: 300;
-webkit-font-smoothing: antialiased;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
}
ul {
list-style: none;
word-wrap: break-word;
}
/* Pages */
.pages {
height: 100%;
margin: 0;
padding: 0;
width: 100%;
}
.page {
height: 100%... | 0.311113 | 0.072472 |
body {
font-family: 'Open Sans', sans-serif;
background-color: #673AB7;
color: white;
}
/* Voting Screen */
.voting {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
flex-direction: column;
user-select: ... | client/src/main.css | body {
font-family: 'Open Sans', sans-serif;
background-color: #673AB7;
color: white;
}
/* Voting Screen */
.voting {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
flex-direction: column;
user-select: ... | 0.527317 | 0.074467 |
html
{
color: #5a4c40;
font-family: "Microsoft Yahei", "微软雅黑", "STHeiti", "黑体", "WenQuanYi Micro Hei";
}
body{
background: url("/Images/background.png") repeat;
}
#wrap
{
padding-top: 26px;
}
#wrap:after {
display: block;
content: "";
clear:both;
}
.wrapper
{
width: 900px;
... | DormTemperature/Content/style.css |
html
{
color: #5a4c40;
font-family: "Microsoft Yahei", "微软雅黑", "STHeiti", "黑体", "WenQuanYi Micro Hei";
}
body{
background: url("/Images/background.png") repeat;
}
#wrap
{
padding-top: 26px;
}
#wrap:after {
display: block;
content: "";
clear:both;
}
.wrapper
{
width: 900px;
... | 0.244904 | 0.045927 |
body,
html,
#container {
width: 100%;
height: 100%;
overflow: hidden;
font-family: "微软雅黑";
}
* {
margin: 0;
padding: 0;
}
.operate {
width: 100%;
position: fixed;
left: 0;
top: 1rem;
z-index: 99999;
padding: 1rem;
font-size: 16px;
display: flex;
justify-content: space-between;
box-sizi... | hybrid/html/css/create-circle-map_baidu.css | body,
html,
#container {
width: 100%;
height: 100%;
overflow: hidden;
font-family: "微软雅黑";
}
* {
margin: 0;
padding: 0;
}
.operate {
width: 100%;
position: fixed;
left: 0;
top: 1rem;
z-index: 99999;
padding: 1rem;
font-size: 16px;
display: flex;
justify-content: space-between;
box-sizi... | 0.415136 | 0.063019 |
.background_floralWhite7,
.hover_background_floralWhite7:hover,
.active_background_floralWhite7:active:hover {
background: #9b6700;
background-image: -moz-linear-gradient(top, rgb(193, 129, 0) 0%, rgb(155, 103, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(1... | widgets/common/assets/gradients/simple/floralWhite/floralWhite7.css | .background_floralWhite7,
.hover_background_floralWhite7:hover,
.active_background_floralWhite7:active:hover {
background: #9b6700;
background-image: -moz-linear-gradient(top, rgb(193, 129, 0) 0%, rgb(155, 103, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(1... | 0.500488 | 0.102215 |
@-moz-document domain("quicktype.io") {
@font-face {
font-family:'Fira Code';
src: url('eot/FiraCode-Light.eot');
src: url('eot/FiraCode-Light.eot') format('embedded-opentype'), url('woff2/FiraCode-Light.woff2') format('woff2'), url('woff/FiraCode-Light.woff') format('woff'), url('ttf/FiraCode-Light.ttf... | data/usercss/159747.user.css | @-moz-document domain("quicktype.io") {
@font-face {
font-family:'Fira Code';
src: url('eot/FiraCode-Light.eot');
src: url('eot/FiraCode-Light.eot') format('embedded-opentype'), url('woff2/FiraCode-Light.woff2') format('woff2'), url('woff/FiraCode-Light.woff') format('woff'), url('ttf/FiraCode-Light.ttf... | 0.306527 | 0.072145 |
body {
margin: 2px 0 0 5px;
padding: 0;
text-align: left;
background: #000;
color: #eef;
font: 8pt/137% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
}
.hide {
display: none;
}
div.clearer {
clear: left;
height: 0;
line-height... | PI2P/docs/themes/console/midnight/console.css |
body {
margin: 2px 0 0 5px;
padding: 0;
text-align: left;
background: #000;
color: #eef;
font: 8pt/137% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
}
.hide {
display: none;
}
div.clearer {
clear: left;
height: 0;
line-height... | 0.334155 | 0.104523 |
background-image: url(../images/crop_close.svg);
}
#crop_done_btn {
background-image: url(../images/crop_done.svg);
}
#crop_change_btn {
background-image: url(../images/crop_change.svg);
}
#crop_rotate_btn {
background-image: url(../images/crop_rotate.svg);
}
#crop_big_btn {
background-image: url(../images/cr... | src/css/photocrop.css | background-image: url(../images/crop_close.svg);
}
#crop_done_btn {
background-image: url(../images/crop_done.svg);
}
#crop_change_btn {
background-image: url(../images/crop_change.svg);
}
#crop_rotate_btn {
background-image: url(../images/crop_rotate.svg);
}
#crop_big_btn {
background-image: url(../images/cr... | 0.319015 | 0.085442 |
body {
background-color: lightsalmon;
}
header{
width: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
top: 0px;
background-color: lightsalmon;
z-index: 2;
}
h1 {
font-size: 200%;
Padding: 20px;
font-family: 'Pacifico', cursive;
}
footer {
width: 960px;
pa... | styles/style.css | body {
background-color: lightsalmon;
}
header{
width: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
top: 0px;
background-color: lightsalmon;
z-index: 2;
}
h1 {
font-size: 200%;
Padding: 20px;
font-family: 'Pacifico', cursive;
}
footer {
width: 960px;
pa... | 0.399343 | 0.05715 |
@font-face {
font-family: Krub;
font-style: italic;
font-weight: 200;
src: local("Krub ExtraLight Italic"),local(Krub-ExtraLightItalic),url(//fonts.gstatic.com/s/krub/v4/sZlGdRyC6CRYbkQiwLBCSoAW.eot?#) format("eot"),url(//fonts.gstatic.com/s/krub/v4/sZlGdRyC6CRYbkQiwLBCRIAS.woff2... | target/main/css/google/krub/index.css | @font-face {
font-family: Krub;
font-style: italic;
font-weight: 200;
src: local("Krub ExtraLight Italic"),local(Krub-ExtraLightItalic),url(//fonts.gstatic.com/s/krub/v4/sZlGdRyC6CRYbkQiwLBCSoAW.eot?#) format("eot"),url(//fonts.gstatic.com/s/krub/v4/sZlGdRyC6CRYbkQiwLBCRIAS.woff2... | 0.172869 | 0.078997 |
.flexnav {
/* Some stylesheet reset */
margin: 0;
padding: 0;
list-style: none;
line-height: 1;
/* Layout */
display: block;
overflow: visible;
width: 100%;
}
/* Clearfix */
.flexnav:after {
content: "";
display: table;
clear: both;
}
/* The button which opens the menu in the mobile view */
.menu-... | public/assets/css/flexnav.css | .flexnav {
/* Some stylesheet reset */
margin: 0;
padding: 0;
list-style: none;
line-height: 1;
/* Layout */
display: block;
overflow: visible;
width: 100%;
}
/* Clearfix */
.flexnav:after {
content: "";
display: table;
clear: both;
}
/* The button which opens the menu in the mobile view */
.menu-... | 0.305801 | 0.043834 |
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-end;
}
#header > * > figure {
margin: 0;
}
#header > * > figure img {
max-height: var(--header-content-height-max);
}
#header > * > nav {
margin: 0;
}
#header > * > nav > ul {
display: flex;
flex-direction: row;
... | styles.css | display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-end;
}
#header > * > figure {
margin: 0;
}
#header > * > figure img {
max-height: var(--header-content-height-max);
}
#header > * > nav {
margin: 0;
}
#header > * > nav > ul {
display: flex;
flex-direction: row;
... | 0.436862 | 0.066176 |
body{
font-family: 'Karla', Arial, Helvetica, sans-serif;
color: #3F4D51;
}
header {
background-image: url('../images/gallery.jpg');
background-size: cover;
background-attachment: no-repeat;
width: 100%;
min-width: 960px;
opacity: 0.8;
height: 380px;
max-height: 380px;
padding: 10px;
box-sizing:... | css/style.css | body{
font-family: 'Karla', Arial, Helvetica, sans-serif;
color: #3F4D51;
}
header {
background-image: url('../images/gallery.jpg');
background-size: cover;
background-attachment: no-repeat;
width: 100%;
min-width: 960px;
opacity: 0.8;
height: 380px;
max-height: 380px;
padding: 10px;
box-sizing:... | 0.265214 | 0.061199 |
@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
* IE on W... | dist/zui.css | @charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
* IE on W... | 0.628065 | 0.100481 |
@charset "utf-8";
/* CSS Document By Fizz Estudio Gráfico - www.fizz.cl */
@import url("font-awesome/css/font-awesome.min.css"); /* Icons */
/*@import url("normalize.css");/* Reset Reloaded + HTML5 baseline */
@import url(https://fonts.googleapis.com/css?family=Just+Another+Hand|Open+Sans:400,300,300italic,400italic,6... | public/front/css/estilos-base.css | @charset "utf-8";
/* CSS Document By Fizz Estudio Gráfico - www.fizz.cl */
@import url("font-awesome/css/font-awesome.min.css"); /* Icons */
/*@import url("normalize.css");/* Reset Reloaded + HTML5 baseline */
@import url(https://fonts.googleapis.com/css?family=Just+Another+Hand|Open+Sans:400,300,300italic,400italic,6... | 0.193071 | 0.048428 |
html {
font-size: 100%;
}
@media (min-width: 0em) {
html {
font-size: 70%;
max-width: 100%;
}
}
@media (min-width: 28em) {
html {
font-size: 80%;
}
}
@media (min-width: 36em) {
html {
font-size: 90%;
max-width: 48rem;
margin: auto;
}
}
@media (min-width: 100em) {
html {
font-... | dist/css/stylesheet.css | html {
font-size: 100%;
}
@media (min-width: 0em) {
html {
font-size: 70%;
max-width: 100%;
}
}
@media (min-width: 28em) {
html {
font-size: 80%;
}
}
@media (min-width: 36em) {
html {
font-size: 90%;
max-width: 48rem;
margin: auto;
}
}
@media (min-width: 100em) {
html {
font-... | 0.391988 | 0.074433 |
@charset "utf-8";
/* Basic Tags */
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select,div { margin:0; padding:0; }
body,input,textarea,select,button,table {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ",
Meiryo, "MS Pゴシック", "MS PGothic... | Ryonkan2-master/src/main/resources/static/common/css/join.css | @charset "utf-8";
/* Basic Tags */
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select,div { margin:0; padding:0; }
body,input,textarea,select,button,table {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ",
Meiryo, "MS Pゴシック", "MS PGothic... | 0.282394 | 0.060335 |
.sf-video {
position: relative;
margin-bottom: 48px;
background: #000;
border-radius: 6px 6px 0 0;
& video {
border-radius: 6px 6px 0 0;
}
}
.sf-video-controls {
position: absolute;
left: 0;
bottom: -47px;
width: 100%;
height: 48px;
margin: 0;
padding: 0 10px;
color: white;
background... | packages/theme-default/src/components/video.css | .sf-video {
position: relative;
margin-bottom: 48px;
background: #000;
border-radius: 6px 6px 0 0;
& video {
border-radius: 6px 6px 0 0;
}
}
.sf-video-controls {
position: absolute;
left: 0;
bottom: -47px;
width: 100%;
height: 48px;
margin: 0;
padding: 0 10px;
color: white;
background... | 0.305076 | 0.120879 |
body {
font-family: 'Roboto Slab', serif; }
body .extender1, body nav ul li a, body footer nav ul li a {
text-decoration: none;
color: #000; }
body .extender2, body nav ul, body footer nav ul {
text-align: center; }
body nav {
font-family: "Roboto Slab", serif;
background: #fff;
border-t... | scss/main.css | body {
font-family: 'Roboto Slab', serif; }
body .extender1, body nav ul li a, body footer nav ul li a {
text-decoration: none;
color: #000; }
body .extender2, body nav ul, body footer nav ul {
text-align: center; }
body nav {
font-family: "Roboto Slab", serif;
background: #fff;
border-t... | 0.383295 | 0.050331 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
/*
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
*/
body {
font-family: 'Roboto', sans-serif;
color: #303030;
background: #f2f2f2;
font-size: 16px;
}
:root{
--main-blue:#1766DC;
--main-blue-2:#2366C9;
--... | modals/full-window/one/style.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
/*
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
*/
body {
font-family: 'Roboto', sans-serif;
color: #303030;
background: #f2f2f2;
font-size: 16px;
}
:root{
--main-blue:#1766DC;
--main-blue-2:#2366C9;
--... | 0.311532 | 0.072145 |
@-moz-document url-prefix("https://canvas.asu.edu"), domain("instructure.com") {
:root {
--main-bg-color: #232323;
--main-txt-color: #c9c9c9;
--main-lnk-color: #419dbded;
--main-row-highlight-color: #404040ba;
--main-dark-highlight-color: #1a1a1a;
}
h1 {
color: #c1c0c0 !important;
font-weight: bold !... | data/usercss/174774.user.css | @-moz-document url-prefix("https://canvas.asu.edu"), domain("instructure.com") {
:root {
--main-bg-color: #232323;
--main-txt-color: #c9c9c9;
--main-lnk-color: #419dbded;
--main-row-highlight-color: #404040ba;
--main-dark-highlight-color: #1a1a1a;
}
h1 {
color: #c1c0c0 !important;
font-weight: bold !... | 0.201185 | 0.058373 |
/*.box_account h3 {*/
/* font-size: 18px;*/
/* font-size: 1.125rem;*/
/* padding-left: 30px;*/
/* height: 30px;*/
/* padding-top: 5px;*/
/* display: inline-block;*/
/* color: #444;*/
/*}*/
/*.box_account h3.client {*/
/* background: url(../img/user.svg) center left no-repeat;*/
/*}*/
/*.box_a... | public/assets/css/user_page.css |
/*.box_account h3 {*/
/* font-size: 18px;*/
/* font-size: 1.125rem;*/
/* padding-left: 30px;*/
/* height: 30px;*/
/* padding-top: 5px;*/
/* display: inline-block;*/
/* color: #444;*/
/*}*/
/*.box_account h3.client {*/
/* background: url(../img/user.svg) center left no-repeat;*/
/*}*/
/*.box_a... | 0.279533 | 0.034914 |
.containerFinalAlerts{
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 10px;
gap: 10px;
/* background-color: aquamarine; */
}
.devicesFinalAlerts{
width: 50%;
display: flex;
flex-direction: column;
/* backg... | Aplicacao/src/Pages/Alerts/FinalAlerts/FinalAlerts.css | .containerFinalAlerts{
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 10px;
gap: 10px;
/* background-color: aquamarine; */
}
.devicesFinalAlerts{
width: 50%;
display: flex;
flex-direction: column;
/* backg... | 0.486088 | 0.095771 |
.innovate {
width: 100%;
margin: 0 auto;
margin-top: 3%;
background: #fff;
}
.innovate .innovate_box {
max-width: 1250px;
margin: 0 auto;
}
.innovate .innovate_box .innovate_a {
width: 100%;
}
.innovate .innovate_box .innovate_a .innovate_a_title {
font-size: 36px;
text-align: cen... | public/html/css/innovate.css | .innovate {
width: 100%;
margin: 0 auto;
margin-top: 3%;
background: #fff;
}
.innovate .innovate_box {
max-width: 1250px;
margin: 0 auto;
}
.innovate .innovate_box .innovate_a {
width: 100%;
}
.innovate .innovate_box .innovate_a .innovate_a_title {
font-size: 36px;
text-align: cen... | 0.609757 | 0.057918 |
.slider-container {
z-index: 1000;
position: absolute;
bottom: 25px;
left: 15%;
width: 60%;
background: rgba(255, 255, 255, 0.75);
padding: 20px;
border-radius: 10px;
height: 30px;
}
body {
font-family: Roboto, sans-serif;
}
.rangeslider-wrap {
padding-top: 100px;
}
.rangesl... | src/slider.css | .slider-container {
z-index: 1000;
position: absolute;
bottom: 25px;
left: 15%;
width: 60%;
background: rgba(255, 255, 255, 0.75);
padding: 20px;
border-radius: 10px;
height: 30px;
}
body {
font-family: Roboto, sans-serif;
}
.rangeslider-wrap {
padding-top: 100px;
}
.rangesl... | 0.523908 | 0.136464 |
.container {
min-height: 100vh;
padding: 0 0.5rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.root {
display: flex;
flex-direction: column;
align-items: center;
margin-right: 25px;
margin-bottom: 10px;
margin-left: 25px;
height: 50%;
border-radiu... | styles/Events.module.css | .container {
min-height: 100vh;
padding: 0 0.5rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.root {
display: flex;
flex-direction: column;
align-items: center;
margin-right: 25px;
margin-bottom: 10px;
margin-left: 25px;
height: 50%;
border-radiu... | 0.548915 | 0.077657 |
body{
font-family: Arial, Helvetica, sans-serif;
width: auto;
margin: auto;
font-size: 18px;
color: #777777;
}
.container-main{
height: auto;
min-height: 100%;
display: block;
margin-top: 0;
margin: auto;
background-image: url("../images/mooning.png");
}
.container-header{... | css/style.css | body{
font-family: Arial, Helvetica, sans-serif;
width: auto;
margin: auto;
font-size: 18px;
color: #777777;
}
.container-main{
height: auto;
min-height: 100%;
display: block;
margin-top: 0;
margin: auto;
background-image: url("../images/mooning.png");
}
.container-header{... | 0.362518 | 0.07658 |
html {
font-size: 62.5%;
box-sizing: border-box;
text-rendering: optimizeLegibility;
scroll-behavior: smooth;
width: 100%;
height: 100%;
}
body {
font-family: 'Inconsolata', monospace;
font-size: 1.6rem;
background-color: #000000;
color: #fff;
margin: 0px;
padding: 0px;
... | style.css | html {
font-size: 62.5%;
box-sizing: border-box;
text-rendering: optimizeLegibility;
scroll-behavior: smooth;
width: 100%;
height: 100%;
}
body {
font-family: 'Inconsolata', monospace;
font-size: 1.6rem;
background-color: #000000;
color: #fff;
margin: 0px;
padding: 0px;
... | 0.69368 | 0.151529 |
@font-face {
font-family: "flaticon-set-carfixing";
src: url("../fonts/flaticons/flaticon-set-carfixing.eot");
src: url("../fonts/flaticons/flaticon-set-carfixing.eot?#iefix") format("embedded-opentype"),
url("../fonts/flaticons/flaticon-set-carfixing.woff") format("woff"),
url("../fonts/flaticons/f... | views/oops/css/flaticon-set-carfixing.css | @font-face {
font-family: "flaticon-set-carfixing";
src: url("../fonts/flaticons/flaticon-set-carfixing.eot");
src: url("../fonts/flaticons/flaticon-set-carfixing.eot?#iefix") format("embedded-opentype"),
url("../fonts/flaticons/flaticon-set-carfixing.woff") format("woff"),
url("../fonts/flaticons/f... | 0.273477 | 0.083217 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* REGRA GLOBAL para RESETAR todas as configurações iniciais do navegador antes de carregar as CSS */
* {
margin: 0;
border: 0;
padding: 0;
box-sizing: border-box;
... | View/css/login.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* REGRA GLOBAL para RESETAR todas as configurações iniciais do navegador antes de carregar as CSS */
* {
margin: 0;
border: 0;
padding: 0;
box-sizing: border-box;
... | 0.334155 | 0.090574 |
* {
margin: 0px;
padding: 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html,body {
height: 100%;
font-size: 12px;
}
/* a标签样式 */
a {
text-decoration: none;
color: #000;
}
/* 清浮动专用 */
.clearfix:before,
.clearfix:after {
content: "";
display: table;
clear: both... | css/mnnu.css | * {
margin: 0px;
padding: 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html,body {
height: 100%;
font-size: 12px;
}
/* a标签样式 */
a {
text-decoration: none;
color: #000;
}
/* 清浮动专用 */
.clearfix:before,
.clearfix:after {
content: "";
display: table;
clear: both... | 0.191744 | 0.063978 |
@font-face {
font-family: "Flaticon";
src: url("../fonts/Flaticon.eot");
src: url("../fonts/Flaticond41dd41d.eot?#iefix") format("embedded-opentype"),
url("../fonts/Flaticon.woff") format("woff"),
url("../fonts/Flaticon.ttf") format("truetype"),
url("../fonts/Flaticon.svg#Flaticon") format("s... | asset/css/flaticon.css | @font-face {
font-family: "Flaticon";
src: url("../fonts/Flaticon.eot");
src: url("../fonts/Flaticond41dd41d.eot?#iefix") format("embedded-opentype"),
url("../fonts/Flaticon.woff") format("woff"),
url("../fonts/Flaticon.ttf") format("truetype"),
url("../fonts/Flaticon.svg#Flaticon") format("s... | 0.336876 | 0.130368 |
*, *::before, *::after {
box-sizing: border-box;
}
body {
margin: 0;
font-family: 'Source Sans Pro', sans-serif;
background-color: #666;
color: white;
font-size: 16px;
text-align: center;
}
.main-header {
margin-top: .5rem;
font-size: 2.75rem;
}
.warning {
font-size: 1.75rem;
... | styles.css | *, *::before, *::after {
box-sizing: border-box;
}
body {
margin: 0;
font-family: 'Source Sans Pro', sans-serif;
background-color: #666;
color: white;
font-size: 16px;
text-align: center;
}
.main-header {
margin-top: .5rem;
font-size: 2.75rem;
}
.warning {
font-size: 1.75rem;
... | 0.556641 | 0.09314 |
@media only screen and (max-height : 1500px) {
}
@media only screen and (max-height : 900px) {
.h-main{
top: calc(55% - 300px);
width: 200px;
left: calc(50% - 100px);
}
.h-txt-1, .h-txt-2{
position: absolute;
font-size: 72px;
font-weight: bold;
... | public/assets/css/media.css | @media only screen and (max-height : 1500px) {
}
@media only screen and (max-height : 900px) {
.h-main{
top: calc(55% - 300px);
width: 200px;
left: calc(50% - 100px);
}
.h-txt-1, .h-txt-2{
position: absolute;
font-size: 72px;
font-weight: bold;
... | 0.419886 | 0.120077 |
*{
margin: 0;
box-sizing: border-box;
}
:root{
--back-main: #444B54;
--section-background: linear-gradient(120deg, #88D6FF 0%, #CFEDFD 100%);
--box-background: #C9ECFF;
--color-button: #44BFFF;
--color-text: #F5FBFF;
--line-border-fill: #44BFFF;
--line-border-empty: #737373;
}
body{
... | Design/Funcionario/Pedidos/Controle_Pedidos/controle_pedidos.css | *{
margin: 0;
box-sizing: border-box;
}
:root{
--back-main: #444B54;
--section-background: linear-gradient(120deg, #88D6FF 0%, #CFEDFD 100%);
--box-background: #C9ECFF;
--color-button: #44BFFF;
--color-text: #F5FBFF;
--line-border-fill: #44BFFF;
--line-border-empty: #737373;
}
body{
... | 0.430985 | 0.066236 |
body{
background: #000016;
}
h1{
color: #02c;
font-family: Bungee;
font-size: 400%;
}
.button-layout{
position: absolute;
top: 5%;
left: 33%;
z-index: 1;
background: #020202;
width: 820px;
height: 820px;
border-width: 0px;
border-radius: 50%;
padding: 12px 12px 12px 12px;
}
.menu{
posi... | css/style.css | body{
background: #000016;
}
h1{
color: #02c;
font-family: Bungee;
font-size: 400%;
}
.button-layout{
position: absolute;
top: 5%;
left: 33%;
z-index: 1;
background: #020202;
width: 820px;
height: 820px;
border-width: 0px;
border-radius: 50%;
padding: 12px 12px 12px 12px;
}
.menu{
posi... | 0.324771 | 0.072538 |
body{
font-family: 'IranianSansRegular';
font-weight: normal;
font-style: normal;
direction: rtl;
background-color: #3FBFBF;
}
.container-login100{
background-color: #3FBFBF;
}
div.row{
margin: auto;
padding-top: 30px;
}
a{
font-family: 'IranianSansRegula... | public/css/main.css | body{
font-family: 'IranianSansRegular';
font-weight: normal;
font-style: normal;
direction: rtl;
background-color: #3FBFBF;
}
.container-login100{
background-color: #3FBFBF;
}
div.row{
margin: auto;
padding-top: 30px;
}
a{
font-family: 'IranianSansRegula... | 0.350088 | 0.11427 |
body{
background-color:#f5f5f5;
}
.box-shadow{
webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
box-shadow: 0 15px 30px rgba(0,0,0,0.1);
-webkit-transform: translate3d(0, -2px, 0);
transform: translate3d(0, -2px, 0);
}
.content-area{
background-color:#fff;
border-radius:5px;
padding:10px;
}... | static/css/common.css | body{
background-color:#f5f5f5;
}
.box-shadow{
webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
box-shadow: 0 15px 30px rgba(0,0,0,0.1);
-webkit-transform: translate3d(0, -2px, 0);
transform: translate3d(0, -2px, 0);
}
.content-area{
background-color:#fff;
border-radius:5px;
padding:10px;
}... | 0.183411 | 0.040503 |
.maindiv{
height: auto;
text-align: left;
width: 100%;
max-width: 800px;
background: #a7a7a700;
display: inline-block;
}
.mainpage{
background:#f6f6f6;
}
body{
text-align: center;
margin: 0px;
}
.topbar{
height: 50px;
width: 100%;
background: #6e6e6e;
position: fixed... | css/ifo.css | .maindiv{
height: auto;
text-align: left;
width: 100%;
max-width: 800px;
background: #a7a7a700;
display: inline-block;
}
.mainpage{
background:#f6f6f6;
}
body{
text-align: center;
margin: 0px;
}
.topbar{
height: 50px;
width: 100%;
background: #6e6e6e;
position: fixed... | 0.590779 | 0.116512 |
.RadInput_Office2007,
.RadInputMgr_Office2007 {
font: normal 12px "Segoe UI", Arial, Helvetica, sans-serif; }
/*textbox states*/
html body .RadInput_Office2007 .riTextBox, html body .RadInputMgr_Office2007 {
border-color: #abc1de;
background: #fff;
color: #333333;
font: normal 12px "Segoe UI", Arial, Helveti... | 1-WebApplication/AdevicoWeb/Graphics/Telerik/Skins/Office2007/Input.Office2007.css | .RadInput_Office2007,
.RadInputMgr_Office2007 {
font: normal 12px "Segoe UI", Arial, Helvetica, sans-serif; }
/*textbox states*/
html body .RadInput_Office2007 .riTextBox, html body .RadInputMgr_Office2007 {
border-color: #abc1de;
background: #fff;
color: #333333;
font: normal 12px "Segoe UI", Arial, Helveti... | 0.372734 | 0.045905 |
:root {
--jsf-main-bg-color: white;
--jsf-modest-bg-color: #dddddd;
--jsf-border-color: lightgray;
--jsf-modest-bg-highlight-color: silver;
--jsf-validation-color: red;
--jsf-main-fg-color: black;
--jsf-description-color: #939393;
background-color: var(--jsf-main-bg-color);
color: var(--jsf-main-fg-co... | packages/vanilla/example/example.css | :root {
--jsf-main-bg-color: white;
--jsf-modest-bg-color: #dddddd;
--jsf-border-color: lightgray;
--jsf-modest-bg-highlight-color: silver;
--jsf-validation-color: red;
--jsf-main-fg-color: black;
--jsf-description-color: #939393;
background-color: var(--jsf-main-bg-color);
color: var(--jsf-main-fg-co... | 0.531209 | 0.113924 |
@font-face {
font-family: 'font-awesome';
src: url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2');
font-weight: normal;
font-style: normal;
}
* {
box-sizing: border-box;
}
body {
font-family: arial;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-ite... | css/index.css | @font-face {
font-family: 'font-awesome';
src: url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2');
font-weight: normal;
font-style: normal;
}
* {
box-sizing: border-box;
}
body {
font-family: arial;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-ite... | 0.230486 | 0.052183 |
body{
width: 1519px;
font-family: "Microsoft Yahei";
margin: 0 auto;
padding: 0;
}
a:link,a:visited{ /*link(超链接初始状态) visited(超链接访问过后状态)*/
text-decoration:none; /*去掉下划线*/
color:#000;
}
a:hover,a:active{ /* hover(鼠标经过状态)active(鼠标点击状态)*/
text-decoration:none;
color: #ff8c00;
}
div{
overflow:hidden;
}... | stimulate-battlefield/css/public.css | body{
width: 1519px;
font-family: "Microsoft Yahei";
margin: 0 auto;
padding: 0;
}
a:link,a:visited{ /*link(超链接初始状态) visited(超链接访问过后状态)*/
text-decoration:none; /*去掉下划线*/
color:#000;
}
a:hover,a:active{ /* hover(鼠标经过状态)active(鼠标点击状态)*/
text-decoration:none;
color: #ff8c00;
}
div{
overflow:hidden;
}... | 0.277963 | 0.07088 |
{
width: 100%;
float: left;
margin-bottom: 20px;
}
.banner {
width: 100%;
height: 390px;
float: left;
overflow: hidden;
/*background: #fff;*/
}
.banner .menu {
float: left;
}
.banner .menu a {
width: 120px;
height: 90px;
margin-bottom: 10px;
display: block;
backgr... | public/client/css/index.css | {
width: 100%;
float: left;
margin-bottom: 20px;
}
.banner {
width: 100%;
height: 390px;
float: left;
overflow: hidden;
/*background: #fff;*/
}
.banner .menu {
float: left;
}
.banner .menu a {
width: 120px;
height: 90px;
margin-bottom: 10px;
display: block;
backgr... | 0.461017 | 0.126758 |
:root {
--colour: hsla(166,10%,80%,1);
--colour-dark: hsla(182,36%,10%,1);
--colour-light: hsla(182,36%,50%,1);
--colour-light-gradient: hsla(182,36%,30%,1);
--colour-pop: hsla(1,1%,96%,1);
--colour-shadow: hsla(1,1%,1%,.5);
--colour-shade: hsla(1,1%,3%,.9);
--colour-notice: hsla(1,1%,80%,.9);
--colo... | front_react/src/assets/colour.css | :root {
--colour: hsla(166,10%,80%,1);
--colour-dark: hsla(182,36%,10%,1);
--colour-light: hsla(182,36%,50%,1);
--colour-light-gradient: hsla(182,36%,30%,1);
--colour-pop: hsla(1,1%,96%,1);
--colour-shadow: hsla(1,1%,1%,.5);
--colour-shade: hsla(1,1%,3%,.9);
--colour-notice: hsla(1,1%,80%,.9);
--colo... | 0.214527 | 0.160759 |
* {
box-sizing: border-box;
}
html {
font-family: 'Jost', sans-serif;
}
body {
margin: 0;
}
header {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
padding: 0.5rem;
background-color: #880017;
color: white;
text-align: center;
margin-bottom: 2rem;
}
section {
width: 90%;
max-width: 40rem;
margin:... | styles.css | * {
box-sizing: border-box;
}
html {
font-family: 'Jost', sans-serif;
}
body {
margin: 0;
}
header {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
padding: 0.5rem;
background-color: #880017;
color: white;
text-align: center;
margin-bottom: 2rem;
}
section {
width: 90%;
max-width: 40rem;
margin:... | 0.582847 | 0.113285 |
body {
background-color: black;
position: relative;
--innerVH: 100vh;
height: var(--innerVH);
}
.wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
display: grid;
place-items: stretch center;
}
#skywalker {
positi... | styles/style.css | body {
background-color: black;
position: relative;
--innerVH: 100vh;
height: var(--innerVH);
}
.wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
display: grid;
place-items: stretch center;
}
#skywalker {
positi... | 0.573201 | 0.118436 |
* {
margin:0;
padding:0;
outline: none; /* định dạng các đường viền bao ngoài */
}
html{
overflow-x:hidden;
} /* khi chiều cao của box không đủ chứa text, thì text vẫn hiển thị trang qua box */
html,body {
height:100%;
-webkit-font-smoothing:antialiased;
}
body {
font:13px/20px "Open Sans... | public/customer/css/customer.css | * {
margin:0;
padding:0;
outline: none; /* định dạng các đường viền bao ngoài */
}
html{
overflow-x:hidden;
} /* khi chiều cao của box không đủ chứa text, thì text vẫn hiển thị trang qua box */
html,body {
height:100%;
-webkit-font-smoothing:antialiased;
}
body {
font:13px/20px "Open Sans... | 0.273089 | 0.08548 |
* {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
}
nav {
background-color: #263238;
width: auto;
padding-top: 15px;
padding-bottom: 15px;
}
nav ul {
margin-top: 0;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15p... | css/global.css | * {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
}
nav {
background-color: #263238;
width: auto;
padding-top: 15px;
padding-bottom: 15px;
}
nav ul {
margin-top: 0;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15p... | 0.615319 | 0.115536 |
.codedemo {
position: relative;
display: flex;
flex-direction: column;
padding: 12px;
box-shadow: 0 0 50px #744e78;
border-radius: 4px;
background-color: #0F182D;
}
.codedemo .notification .button {
font-size: 0.95rem;
}
.codedemo:before {
position: absolute;
top: -60px;
right: 40px;
z-index: ... | with-airtable-prismjs-axios/styles/components/code-demo.css | .codedemo {
position: relative;
display: flex;
flex-direction: column;
padding: 12px;
box-shadow: 0 0 50px #744e78;
border-radius: 4px;
background-color: #0F182D;
}
.codedemo .notification .button {
font-size: 0.95rem;
}
.codedemo:before {
position: absolute;
top: -60px;
right: 40px;
z-index: ... | 0.572364 | 0.105763 |
.SwipeViewsContainer {
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
overflow: hidden;
}
.SwipeViewsHeader {
min-height: 40px;
border-bottom: #F0... | lib/react-swipe-views.css | .SwipeViewsContainer {
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
overflow: hidden;
}
.SwipeViewsHeader {
min-height: 40px;
border-bottom: #F0... | 0.305076 | 0.040238 |
body, html {
margin: 0;
padding: 0;
width: 100%;
background-color: rgba(112, 111, 109, 0.234);
scrollbar-width: none;
-ms-overflow-style: none;
}
::-webkit-scrollbar{
display: none;
}
h1{
font-size: 70px;
}
.arduino{
padding-top: 12%;
width: 100%;
}
.content{
margin: aut... | roboticsStyle.css | body, html {
margin: 0;
padding: 0;
width: 100%;
background-color: rgba(112, 111, 109, 0.234);
scrollbar-width: none;
-ms-overflow-style: none;
}
::-webkit-scrollbar{
display: none;
}
h1{
font-size: 70px;
}
.arduino{
padding-top: 12%;
width: 100%;
}
.content{
margin: aut... | 0.540196 | 0.063135 |
html, body{
margin:0;
font-size: 100%;
font-family: 'Lato', sans-serif;
background: #fff;
}
body a {
text-decoration:none;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
a:hover{
text-decoration:none;
}
input[type="button"],input... | css/w_style.css | html, body{
margin:0;
font-size: 100%;
font-family: 'Lato', sans-serif;
background: #fff;
}
body a {
text-decoration:none;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
a:hover{
text-decoration:none;
}
input[type="button"],input... | 0.289372 | 0.05848 |
position: relative;
width: 100%;
padding-bottom: 56.25%;
z-index: 0;
}
#player-viewer iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
input[type=range].slider {
width: 100%;
background: #868686;
-webkit-appearance: none;
}
input[type=range].sl... | client/src/features/player/YoutubePlayer.css | position: relative;
width: 100%;
padding-bottom: 56.25%;
z-index: 0;
}
#player-viewer iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
input[type=range].slider {
width: 100%;
background: #868686;
-webkit-appearance: none;
}
input[type=range].sl... | 0.386069 | 0.09118 |
.micropages-dark header {
background: #575757;
box-shadow: inset 0px -5px 15px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0px -5px 15px 0px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0px -5px 15px 0px rgba(0, 0, 0, 0.2);
border-bottom: 1px solid #565852;
}
.micropages-dark ... | micropages/static/admin/micropages/css/micropages-dark.css | .micropages-dark header {
background: #575757;
box-shadow: inset 0px -5px 15px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0px -5px 15px 0px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0px -5px 15px 0px rgba(0, 0, 0, 0.2);
border-bottom: 1px solid #565852;
}
.micropages-dark ... | 0.264643 | 0.167593 |
.login-wrapper {
margin-top: 120px;
margin-right: auto;
margin-left: auto;
text-align: center;
margin-left: 270px;
}
.titletext {
font-size: 20px;
font-weight: bold;
margin-left: 20px;
color: #3C74A7;
}
.textlogo {
font-size: 30px;
font-weight: bold;
color: #3C74A7;
}
.h4adjust {
margin: 0;
display: in... | css/main.css | .login-wrapper {
margin-top: 120px;
margin-right: auto;
margin-left: auto;
text-align: center;
margin-left: 270px;
}
.titletext {
font-size: 20px;
font-weight: bold;
margin-left: 20px;
color: #3C74A7;
}
.textlogo {
font-size: 30px;
font-weight: bold;
color: #3C74A7;
}
.h4adjust {
margin: 0;
display: in... | 0.292191 | 0.092688 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Lucida Grande, Helvetica, Helvetica Neue, sans-serif;
}
#tabs {
box-shadow: inset -4px 0 0 rgba(0,0,0,0.3);
background: #252C33;
}
#toolbox-tabs {
overflow-y: auto;
}
.button {
width: 80px;
height: 85px;
padding-bottom: 5px;
-moz-a... | theme/chrome/browser/devtools/app-manager/index.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Lucida Grande, Helvetica, Helvetica Neue, sans-serif;
}
#tabs {
box-shadow: inset -4px 0 0 rgba(0,0,0,0.3);
background: #252C33;
}
#toolbox-tabs {
overflow-y: auto;
}
.button {
width: 80px;
height: 85px;
padding-bottom: 5px;
-moz-a... | 0.368519 | 0.090374 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,300);
@import url(https://fonts.googleapis.com/css?family=Squada+One);
body {
font-family: 'Open Sans', sans-serif;
padding: 10px 10px;
background: #eee url(https://subtlepatterns.com/patterns/extra_clean_paper.png);
line-height: 30px;
}... | style.css | @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,300);
@import url(https://fonts.googleapis.com/css?family=Squada+One);
body {
font-family: 'Open Sans', sans-serif;
padding: 10px 10px;
background: #eee url(https://subtlepatterns.com/patterns/extra_clean_paper.png);
line-height: 30px;
}... | 0.340376 | 0.129458 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700&family=Sriracha&display=swap');
*{
margin: 0;
padding: 0;
}
:root{
--cor1: #262626;
--cor2: #595959;
--cor3: #8C8C8C... | estilos/poemasss.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700&family=Sriracha&display=swap');
*{
margin: 0;
padding: 0;
}
:root{
--cor1: #262626;
--cor2: #595959;
--cor3: #8C8C8C... | 0.275519 | 0.120129 |
canvas {
height: auto;
}
.canvas-container {
position: relative;
min-width: 500px;
margin: 0 auto;
}
#left {
float:left;
}
.myButton {
-moz-box-shadow: 1px -1px 0px 2px #9fb4f2;
-webkit-box-shadow: 1px -1px 0px 2px #9fb4f2;
box-shadow: 1px -1px 0px 2px #9fb4f2;
background:-webkit-gradient(linear, le... | css/StyleSheet1.css | canvas {
height: auto;
}
.canvas-container {
position: relative;
min-width: 500px;
margin: 0 auto;
}
#left {
float:left;
}
.myButton {
-moz-box-shadow: 1px -1px 0px 2px #9fb4f2;
-webkit-box-shadow: 1px -1px 0px 2px #9fb4f2;
box-shadow: 1px -1px 0px 2px #9fb4f2;
background:-webkit-gradient(linear, le... | 0.289171 | 0.132936 |
Cite and Copywrite
Contains copy right
Markup:
<div class="texture_light bg_secondary-1 p_4">
<cite class="c_secondary-1 font_italic font_bold font_n1 p_3 lh_2">© 2015 American College of Cardiology</cite>
</div>
Styleguide Recipes.Footer.Cite
*/
/*
External Nav
Links to acc-websites
... | src/scss/recipes/base/_web-footer.css | Cite and Copywrite
Contains copy right
Markup:
<div class="texture_light bg_secondary-1 p_4">
<cite class="c_secondary-1 font_italic font_bold font_n1 p_3 lh_2">© 2015 American College of Cardiology</cite>
</div>
Styleguide Recipes.Footer.Cite
*/
/*
External Nav
Links to acc-websites
... | 0.332419 | 0.225971 |
main, article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
display: block;
text-align: justify;
}
#container {
width: 100%;
position: relative;
margin: auto;
}
#top li
{
display: inline;
}
nav {
margin: auto;
float: right;
width: 90%;
}
main {
margin: a... | css/style.css |
main, article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
display: block;
text-align: justify;
}
#container {
width: 100%;
position: relative;
margin: auto;
}
#top li
{
display: inline;
}
nav {
margin: auto;
float: right;
width: 90%;
}
main {
margin: a... | 0.229363 | 0.057388 |