code stringlengths 2k 1.04M | repo_path stringlengths 5 517 | parsed_code stringlengths 0 1.04M | quality_prob float64 0.02 0.95 | learning_prob float64 0.02 0.93 |
|---|---|---|---|---|
body {
font-family: 'Open Sans', "Bitstream Vera", "Vera", "Trebuchet MS", sans-serif;
padding: 0;
margin: 0;
color: #777777;
line-height: 1.6;
background-color: #FAFAFA;
}
div.contents {
display: grid;
grid-template-columns: 20em auto;
grid-template-rows: 2.6em auto 4em;
backgr... | static/css/style.css | body {
font-family: 'Open Sans', "Bitstream Vera", "Vera", "Trebuchet MS", sans-serif;
padding: 0;
margin: 0;
color: #777777;
line-height: 1.6;
background-color: #FAFAFA;
}
div.contents {
display: grid;
grid-template-columns: 20em auto;
grid-template-rows: 2.6em auto 4em;
backgr... | 0.518059 | 0.167763 |
.pastel-red {
background-color: #FFA07A;
}
.pure-red {
background-color: #FF6347;
}
.pastel-green {
background-color: #98FB98;
}
.pure-green {
background-color: #3CB371;
}
.pastel-yellow {
background-color: #F0E68C;
}
.pure-yellow {
background-color: #FEE364;
}
.pastel-orange {
backgr... | public/css/style.css |
.pastel-red {
background-color: #FFA07A;
}
.pure-red {
background-color: #FF6347;
}
.pastel-green {
background-color: #98FB98;
}
.pure-green {
background-color: #3CB371;
}
.pastel-yellow {
background-color: #F0E68C;
}
.pure-yellow {
background-color: #FEE364;
}
.pastel-orange {
backgr... | 0.559771 | 0.147617 |
@import url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.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... | public/assets/css/data_up_load/data_up_load.css | @import url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.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... | 0.343012 | 0.106412 |
body{
margin:0;
font-family: 'Times New Roman', sans-serif;
background: #ffbf80;
}
body a{
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration:none;
outline:none;
}
h1,h2,h3,h4,h5,h6{
margin:0;
}
p{
margin:0;
}
ul... | css/style.css | body{
margin:0;
font-family: 'Times New Roman', sans-serif;
background: #ffbf80;
}
body a{
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration:none;
outline:none;
}
h1,h2,h3,h4,h5,h6{
margin:0;
}
p{
margin:0;
}
ul... | 0.304559 | 0.05328 |
.md-layout {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex: 1;
flex: 1;
}
.md-row {
-ms-flex-direction: row;
flex-direction: row;
}
.md-column {
-ms-flex-direction: column;
flex-direction: col... | dist/components/mdLayout/index.css | .md-layout {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex: 1;
flex: 1;
}
.md-row {
-ms-flex-direction: row;
flex-direction: row;
}
.md-column {
-ms-flex-direction: column;
flex-direction: col... | 0.619471 | 0.052425 |
footer {
background-color: var(--dark-gray-1);
}
.firstSection {
display: flex;
padding: 40px 25px 100px 25px;
margin: 0 auto;
max-width: 1366px;
}
.logoImage {
width: 25%;
margin: 0 25px;
display: flex;
justify-content: center;
align-items: center;
}
.navFooter ul li {
padding: 0 0 10px 0;
}
... | src/components/footer/footer.module.css | footer {
background-color: var(--dark-gray-1);
}
.firstSection {
display: flex;
padding: 40px 25px 100px 25px;
margin: 0 auto;
max-width: 1366px;
}
.logoImage {
width: 25%;
margin: 0 25px;
display: flex;
justify-content: center;
align-items: center;
}
.navFooter ul li {
padding: 0 0 10px 0;
}
... | 0.361503 | 0.147402 |
:root {
--interface-size: 1;
--obs-background: #3a393a;
}
*:focus {outline:none !important}
/*OBS*/
body.browser-source.lower-thirds{
overflow:hidden;
}
.panel {
background: var(--obs-background);
color: var(--main-color);
font:normal 12px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", ... | common/css/style-control_panel.css | :root {
--interface-size: 1;
--obs-background: #3a393a;
}
*:focus {outline:none !important}
/*OBS*/
body.browser-source.lower-thirds{
overflow:hidden;
}
.panel {
background: var(--obs-background);
color: var(--main-color);
font:normal 12px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", ... | 0.321141 | 0.121061 |
@charset "UTF-8";
/*
Theme Name: XeoryBase
Theme URI: http://xeory.jp/
Description: Xeoryベーステーマ
Author: バズ部
Author URI: http://bazubu.com/
*/
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,... | public/css/content/themes/xeory_base/base.css | @charset "UTF-8";
/*
Theme Name: XeoryBase
Theme URI: http://xeory.jp/
Description: Xeoryベーステーマ
Author: バズ部
Author URI: http://bazubu.com/
*/
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,... | 0.361841 | 0.108283 |
root {display: block;}
html, body, div, label, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, th, td ,img,textarea{border: 0px;margin: 0px;outline: 0px;padding: 0px;}
fieldset, img { border: 0; }
img { display:inline-block; }
:focus { outline: 0; }
li {display: list-it... | public/shop/css/style.css | root {display: block;}
html, body, div, label, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, th, td ,img,textarea{border: 0px;margin: 0px;outline: 0px;padding: 0px;}
fieldset, img { border: 0; }
img { display:inline-block; }
:focus { outline: 0; }
li {display: list-it... | 0.329715 | 0.178705 |
@font-face {
font-family: "iconfont"; /* Project id 2870365 */
src: url('iconfont.woff2?t=1640312324096') format('woff2'),
url('iconfont.woff?t=1640312324096') format('woff'),
url('iconfont.ttf?t=1640312324096') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px... | examples/css/iconfont/iconfont.css | @font-face {
font-family: "iconfont"; /* Project id 2870365 */
src: url('iconfont.woff2?t=1640312324096') format('woff2'),
url('iconfont.woff?t=1640312324096') format('woff'),
url('iconfont.ttf?t=1640312324096') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px... | 0.319227 | 0.098166 |
==================================================
1. Typography
2. Global Styles
3. Top Bar
4. Header area
5. Slider
6. Call to action
7. Features
8. Facts
9. Services
10. Project area
11. Content area
12. Testimonial
13. Subscribe area
14. News section
15. Footer
16. Sub Pages... | public/fe/css/style.css | ==================================================
1. Typography
2. Global Styles
3. Top Bar
4. Header area
5. Slider
6. Call to action
7. Features
8. Facts
9. Services
10. Project area
11. Content area
12. Testimonial
13. Subscribe area
14. News section
15. Footer
16. Sub Pages... | 0.190272 | 0.078254 |
html {
/* In order for the print stylesheet to work, the font size must be over 16px
so that the page fills up the whole printed area. It is a bit hacky, but
until a more elegant solution is found, this will be here.
20px is a easily divisible number and makes the paper size end up as a
... | public/papper.css | html {
/* In order for the print stylesheet to work, the font size must be over 16px
so that the page fills up the whole printed area. It is a bit hacky, but
until a more elegant solution is found, this will be here.
20px is a easily divisible number and makes the paper size end up as a
... | 0.435661 | 0.241713 |
body {
font-size: .9rem;
color: #333;
}
@media (min-width: 1200px) {
.container {
max-width: 1400px;
}
}
.client-header {
padding-top: 10px;
}
.top-contact-info, .top-contact-info-2 {
font-size: 14px;
line-height: 41px;
}
.top-contact-info a {
margin-left: 10px;
color: #333... | raw_file/teacher/JU CSE Teachers/www.juniv.edu/client-v2/css/client-style.css | body {
font-size: .9rem;
color: #333;
}
@media (min-width: 1200px) {
.container {
max-width: 1400px;
}
}
.client-header {
padding-top: 10px;
}
.top-contact-info, .top-contact-info-2 {
font-size: 14px;
line-height: 41px;
}
.top-contact-info a {
margin-left: 10px;
color: #333... | 0.484624 | 0.090695 |
@-moz-document domain("messenger.com") {
/* I might or might not have used following style under following licenses
https://creativecommons.org/licenses/by-sa/2.0/
https://creativecommons.org/licenses/by-nc-sa/2.0/
https://userstyles.org/styles/112722/messenger-com-dark - Facebook Messenger - The dark side - CC ... | data/usercss/138128.user.css | @-moz-document domain("messenger.com") {
/* I might or might not have used following style under following licenses
https://creativecommons.org/licenses/by-sa/2.0/
https://creativecommons.org/licenses/by-nc-sa/2.0/
https://userstyles.org/styles/112722/messenger-com-dark - Facebook Messenger - The dark side - CC ... | 0.304662 | 0.113703 |
@charset "UTF-8";
/* CSS Document */
h1,h2,h3,.cardo{font-family: Marvel, sans-serif;}
.logoContainer{font-family: Marvel, sans-serif; text-align:center;margin:auto}
.makersMark{margin:1.5em auto;font-family: Marvel, sans-serif; text-align:center;}
.testimonials{ margin:0 auto;}
.ui-content{ background-image:url(../im... | _/Chapter 3/css/custom.css | @charset "UTF-8";
/* CSS Document */
h1,h2,h3,.cardo{font-family: Marvel, sans-serif;}
.logoContainer{font-family: Marvel, sans-serif; text-align:center;margin:auto}
.makersMark{margin:1.5em auto;font-family: Marvel, sans-serif; text-align:center;}
.testimonials{ margin:0 auto;}
.ui-content{ background-image:url(../im... | 0.193871 | 0.085748 |
.header {
width: 100%;
height: 15%;
color: #ffffff;
background: #f9f6f6;
display: grid;
grid-template-rows: 1fr 0.2fr;
position: relative;
}
.header::after {
content: '';
background-image: url('../../assets/palm-tree.png');
background-size: cover;
position: absolute;
bottom: -5%;
left: 50%;
... | src/components/Header/Header.module.css | .header {
width: 100%;
height: 15%;
color: #ffffff;
background: #f9f6f6;
display: grid;
grid-template-rows: 1fr 0.2fr;
position: relative;
}
.header::after {
content: '';
background-image: url('../../assets/palm-tree.png');
background-size: cover;
position: absolute;
bottom: -5%;
left: 50%;
... | 0.467089 | 0.143338 |
@charset "UTF-8";
/* https://piccalil.li/blog/a-modern-css-reset/ (modified)*/
/* Box sizing rules */
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
/* Make base font-size 100% of browser font-size */
font-size: 100%;
}
::selection {
/* Optional */
/* It can be really hard to read highlighted tex... | first-paint/src/v3/css/index-min.css | @charset "UTF-8";
/* https://piccalil.li/blog/a-modern-css-reset/ (modified)*/
/* Box sizing rules */
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
/* Make base font-size 100% of browser font-size */
font-size: 100%;
}
::selection {
/* Optional */
/* It can be really hard to read highlighted tex... | 0.616359 | 0.071364 |
@font-face {
font-family: "mario";
src: url("./fonts/mario2.ttf") format("woff");
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
/* font-family: mario; */
font-family: Helvetica, sans-serif;
}
body {
color: rgb(72, 72, 72);
background-color: ghostwhite;
min-width: 1300px;
}
label {
displa... | public/style.css | @font-face {
font-family: "mario";
src: url("./fonts/mario2.ttf") format("woff");
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
/* font-family: mario; */
font-family: Helvetica, sans-serif;
}
body {
color: rgb(72, 72, 72);
background-color: ghostwhite;
min-width: 1300px;
}
label {
displa... | 0.35354 | 0.065485 |
.container {
min-height: calc(100vh - 64px);
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
max-width: 90vw;
margin: auto;
}
.main {
max-width: 540px;
padding-top: 2rem;
flex: 1;
}
.footer {
max-width: 540px;
color: #808080;
margin: 4em 0;
display: flex;
justify-... | examples/with-clerk/styles/Home.module.css | .container {
min-height: calc(100vh - 64px);
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
max-width: 90vw;
margin: auto;
}
.main {
max-width: 540px;
padding-top: 2rem;
flex: 1;
}
.footer {
max-width: 540px;
color: #808080;
margin: 4em 0;
display: flex;
justify-... | 0.586049 | 0.107531 |
@import url(https://fonts.googleapis.com/css?family=Orbitron:400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek,vietnamese);
@import url(https://font... | public/styles/main.css | @import url(https://fonts.googleapis.com/css?family=Orbitron:400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek,vietnamese);
@import url(https://font... | 0.379953 | 0.118589 |
@font-face {
font-family: 'DS-Digital';
/*src: url('../fonts/segment7/Segment7Standard.otf') format('otf');*/
src: url('../fonts/Segment7Standard.woff') format('woff'), url('../fonts/Segment7Standard.eot'), url('../fonts/Segment7Standard.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-styl... | chatbot/static/pump/css/style.css | @font-face {
font-family: 'DS-Digital';
/*src: url('../fonts/segment7/Segment7Standard.otf') format('otf');*/
src: url('../fonts/Segment7Standard.woff') format('woff'), url('../fonts/Segment7Standard.eot'), url('../fonts/Segment7Standard.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-styl... | 0.396068 | 0.052255 |
:root {
--white: #fff;
--black: #282828;
--logo-blue: #4285f4;
--logo-green: #0f9d58;
--logo-red: #faceca;
--logo-yellow: #fbbc04;
--gray-secondary: #777777;
--main-shadow: 0.3rem 0.3rem 0.6rem 0rem rgba(0, 0, 0, 0.205);
--nav-shadow: 0rem 0.1rem 1.6rem 0rem rgba(0, 0, 0, 0.164);
--side-nav-shadow: ... | Styles/TeamPage.css | :root {
--white: #fff;
--black: #282828;
--logo-blue: #4285f4;
--logo-green: #0f9d58;
--logo-red: #faceca;
--logo-yellow: #fbbc04;
--gray-secondary: #777777;
--main-shadow: 0.3rem 0.3rem 0.6rem 0rem rgba(0, 0, 0, 0.205);
--nav-shadow: 0rem 0.1rem 1.6rem 0rem rgba(0, 0, 0, 0.164);
--side-nav-shadow: ... | 0.40157 | 0.148109 |
body {
background: #f2f2f2;
}
ul, section, section2 {
position: relative;
-webkit-transform: rotate(-35deg) skew(20deg, 5deg);
transform: rotate(-35deg) skew(20deg, 5deg);
}
/*Start of Nav CSS*/
.list-item {
background: #000;
color: #575757;
text-align: center;
height: 2.5em;
width: 4em;
ve... | css/style.css | body {
background: #f2f2f2;
}
ul, section, section2 {
position: relative;
-webkit-transform: rotate(-35deg) skew(20deg, 5deg);
transform: rotate(-35deg) skew(20deg, 5deg);
}
/*Start of Nav CSS*/
.list-item {
background: #000;
color: #575757;
text-align: center;
height: 2.5em;
width: 4em;
ve... | 0.457864 | 0.114517 |
.immersive_slider {
background: #160129;
max-width: 100%;
height: 480px;
opacity: .9;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
position: relative;
overflow: hidden;
}
.immersive_slider .is-slide {
display: table;
height: 100%;
width: 100%;
b... | public/site/css/immersive-slider.css | .immersive_slider {
background: #160129;
max-width: 100%;
height: 480px;
opacity: .9;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
position: relative;
overflow: hidden;
}
.immersive_slider .is-slide {
display: table;
height: 100%;
width: 100%;
b... | 0.334372 | 0.091788 |
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);
/*
* 2.0 Global Style
*/
html {
font-family: "Roboto", sans-serif;
font-size: 20px;
scroll-behavior: smooth;
}
body {
color: #4e4e4e;
font-family: "Roboto", sans-serif;
font-weight: 300;
line-height: 1.6;
posi... | assets/css/main.css | @import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);
/*
* 2.0 Global Style
*/
html {
font-family: "Roboto", sans-serif;
font-size: 20px;
scroll-behavior: smooth;
}
body {
color: #4e4e4e;
font-family: "Roboto", sans-serif;
font-weight: 300;
line-height: 1.6;
posi... | 0.405802 | 0.095941 |
.container {
top: 20%;
justify-content: space-around;
}
#containerquestion {
position: absolute;
top: 20%;
width: 50%;
display: flex;
flex-flow: row;
display: grid;
grid-template-columns: auto auto auto auto;
justify-content: space-around;
display: none;
}
#time {
posit... | Trochoi/game.css | .container {
top: 20%;
justify-content: space-around;
}
#containerquestion {
position: absolute;
top: 20%;
width: 50%;
display: flex;
flex-flow: row;
display: grid;
grid-template-columns: auto auto auto auto;
justify-content: space-around;
display: none;
}
#time {
posit... | 0.514644 | 0.103386 |
.tooltipped {
position: relative
}
.tooltipped::after {
position: absolute;
z-index: 1000000;
display: none;
padding: .5em .75em;
font: normal normal 11px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
-webkit-font-smo... | frontend/resources/clipboard/tooltips.css | .tooltipped {
position: relative
}
.tooltipped::after {
position: absolute;
z-index: 1000000;
display: none;
padding: .5em .75em;
font: normal normal 11px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
-webkit-font-smo... | 0.665411 | 0.108543 |
.ui-dialog
{
position: absolute;
width: 300px;
overflow: hidden;
background-color: #ffffff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.3);
*border: 1px solid #999;
/* IE6-7 */
-webkit-border-radius: 6px !important;
-moz-border-radius: 6px !important;
border-radius: 6px !important... | src/Cwp/UtilBundle/Resources/public/assets/jui/css/jquery.ui.dialog.css | .ui-dialog
{
position: absolute;
width: 300px;
overflow: hidden;
background-color: #ffffff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.3);
*border: 1px solid #999;
/* IE6-7 */
-webkit-border-radius: 6px !important;
-moz-border-radius: 6px !important;
border-radius: 6px !important... | 0.168104 | 0.05375 |
body {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
line-height: 1;
}
textarea {
background: transparent;
border: none;
resize: none;
color: #000000;
padding: 10px;
font-size: 30px;
border: 2px solid black;
}
textarea:focus {
background-color: white;
}... | assets/CSS/style.css | body {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
line-height: 1;
}
textarea {
background: transparent;
border: none;
resize: none;
color: #000000;
padding: 10px;
font-size: 30px;
border: 2px solid black;
}
textarea:focus {
background-color: white;
}... | 0.354657 | 0.139514 |
.shoppingCart {
background: #F3F3F3;
}
.shoppingCart .shopName {
margin-left: 12px;
position: relative;
border-bottom: 1px solid #DBDBDB;
padding: 12px 0;
}
.shoppingCart .circle {
width: 16px;
height: 16px;
border-radius: 50%;
border: 1px solid #CFCFCF;
position: absolute;
... | thems/default/static/css/ShoppingCart.css | .shoppingCart {
background: #F3F3F3;
}
.shoppingCart .shopName {
margin-left: 12px;
position: relative;
border-bottom: 1px solid #DBDBDB;
padding: 12px 0;
}
.shoppingCart .circle {
width: 16px;
height: 16px;
border-radius: 50%;
border: 1px solid #CFCFCF;
position: absolute;
... | 0.468061 | 0.086555 |
.syntaxhighlighter {
background-color: #272822 !important;
}
.syntaxhighlighter .line.alt1 {
background-color: none !important;
}
.syntaxhighlighter .line.alt2 {
background-color: none !important;
}
/* sh styles */
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
backgroun... | css/shThemeMonokai.css | .syntaxhighlighter {
background-color: #272822 !important;
}
.syntaxhighlighter .line.alt1 {
background-color: none !important;
}
.syntaxhighlighter .line.alt2 {
background-color: none !important;
}
/* sh styles */
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
backgroun... | 0.254509 | 0.135604 |
@media (min-width: 1200px) and (max-width: 1399px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
.main-header .logo {
margin: 20px 0 20px 20px;
}
#mynav ul li a {
font-size: 17px;
line-height: 15px;
}
#left-slide {
top: 135px;
width: 12%;
}
#left-slide ul li a {
position:... | public/frontend/css/responsive.css | @media (min-width: 1200px) and (max-width: 1399px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
.main-header .logo {
margin: 20px 0 20px 20px;
}
#mynav ul li a {
font-size: 17px;
line-height: 15px;
}
#left-slide {
top: 135px;
width: 12%;
}
#left-slide ul li a {
position:... | 0.231267 | 0.098123 |
text-align: center;
position: relative;
margin-top: 20px
}
#msform fieldset {
background: white;
border: 0 none;
border-radius: 0.5rem;
box-sizing: border-box;
width: 100%;
margin: 0;
padding-bottom: 20px;
position: relative
}
.form-card {
text-align: left
}
#msform fi... | public/credit-gym/formcss.css | text-align: center;
position: relative;
margin-top: 20px
}
#msform fieldset {
background: white;
border: 0 none;
border-radius: 0.5rem;
box-sizing: border-box;
width: 100%;
margin: 0;
padding-bottom: 20px;
position: relative
}
.form-card {
text-align: left
}
#msform fi... | 0.481454 | 0.088623 |
::-webkit-scrollbar { /* for Mac OS X support of baron scrollbar*/
width: 0;
}
.ui-resizable-helper {
background-color: #292438;
border-right: 3px solid #373248;
opacity: .5;
min-width: 200px;
}
.ui-resizable-ghost {
opacity: 0 !important;
}
* {
margin: 0;
padding: 0;
-moz-box-sizing: border-box;
... | public/css/style.css | ::-webkit-scrollbar { /* for Mac OS X support of baron scrollbar*/
width: 0;
}
.ui-resizable-helper {
background-color: #292438;
border-right: 3px solid #373248;
opacity: .5;
min-width: 200px;
}
.ui-resizable-ghost {
opacity: 0 !important;
}
* {
margin: 0;
padding: 0;
-moz-box-sizing: border-box;
... | 0.302391 | 0.048654 |
:root{
--primary-color: #1a8cff;
}
.container{
position: fixed;
top: 0;
width: 100%;
background-color: #fff;
}
.block_container{
padding-top: 10vh;
}
.results_list_container{
height: 100%;
width: 80%;
margin-top: 0%;
margin-left: 10%;
left: 0;
display: flex;
flex-d... | app/static/navbar_styles.css | :root{
--primary-color: #1a8cff;
}
.container{
position: fixed;
top: 0;
width: 100%;
background-color: #fff;
}
.block_container{
padding-top: 10vh;
}
.results_list_container{
height: 100%;
width: 80%;
margin-top: 0%;
margin-left: 10%;
left: 0;
display: flex;
flex-d... | 0.520984 | 0.104798 |
.version.payment /* version checker */
{
color: #000017;
background-color: #FBFDD6;
}
.html
{
background-color: #000000;
}
#page
{
z-index: 1;
width: 960px;
min-height: 799.95px;
background-image: none;
border-style: none;
border-color: #000000;
background-color: transparent;
padding-bottom: 0px;
margin-l... | css/payment.css | .version.payment /* version checker */
{
color: #000017;
background-color: #FBFDD6;
}
.html
{
background-color: #000000;
}
#page
{
z-index: 1;
width: 960px;
min-height: 799.95px;
background-image: none;
border-style: none;
border-color: #000000;
background-color: transparent;
padding-bottom: 0px;
margin-l... | 0.270191 | 0.056107 |
@charset "utf-8";
/*header*/
.header{
width: 100%;
height: auto;
/* border: 1px solid; */
position: absolute;
left: 0;
top: 0;
z-index: 999;
position: fixed;
background-color: #fff;
opacity: 1;
}
.header .inner-header{
width: 100%;
height: auto;
... | css/common/header.css | @charset "utf-8";
/*header*/
.header{
width: 100%;
height: auto;
/* border: 1px solid; */
position: absolute;
left: 0;
top: 0;
z-index: 999;
position: fixed;
background-color: #fff;
opacity: 1;
}
.header .inner-header{
width: 100%;
height: auto;
... | 0.211417 | 0.037821 |
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap");
@keyframes lds-ripp... | src/styles/css/style.css | @charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap");
@keyframes lds-ripp... | 0.528047 | 0.082401 |
:root {
--font-stack: "Fira Mono","DejaVu Sans Mono","Inconsolata",monospace;
/*
- border on .CodeMirror, .inlineExample
- border on .check
- border on .progressStep
- box-shadow on .highlight.emphasize:not(:hover)::before
- bg on .modal
- text in .instructionsWidget
- border around ui-dialog
... | css/overrides/editor.css | :root {
--font-stack: "Fira Mono","DejaVu Sans Mono","Inconsolata",monospace;
/*
- border on .CodeMirror, .inlineExample
- border on .check
- border on .progressStep
- box-shadow on .highlight.emphasize:not(:hover)::before
- bg on .modal
- text in .instructionsWidget
- border around ui-dialog
... | 0.285472 | 0.126165 |
@charset "UTF-8";
@import "jquery-ui/jquery-ui.css";
/*
Setting up some basics here
*/
html {
width: 100%;
height:100%;
}
body {
font-family:Myriad, Myriad Pro, Tahoma, Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
width: 100%;
height:100%;
display:block;
}
/*body:not(.active){
opac... | themes/whitespace/theme.css | @charset "UTF-8";
@import "jquery-ui/jquery-ui.css";
/*
Setting up some basics here
*/
html {
width: 100%;
height:100%;
}
body {
font-family:Myriad, Myriad Pro, Tahoma, Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
width: 100%;
height:100%;
display:block;
}
/*body:not(.active){
opac... | 0.321247 | 0.099383 |
.caps{
font-variant: small-caps;
font-family: 'Sedan SC 400';
text-transform: capitalize;
}
.big-caps{
font-size: 29px;
font-weight: 500;
}
.small-caps{
font-size: 17px;
font-weight: 500;
}
.flex-cat{
transition: background-color 0.7s;
cursor: pointer;
}
.flex-cat:hover{
background-... | public/assets/css/blog1.css | .caps{
font-variant: small-caps;
font-family: 'Sedan SC 400';
text-transform: capitalize;
}
.big-caps{
font-size: 29px;
font-weight: 500;
}
.small-caps{
font-size: 17px;
font-weight: 500;
}
.flex-cat{
transition: background-color 0.7s;
cursor: pointer;
}
.flex-cat:hover{
background-... | 0.523177 | 0.108425 |
@media screen
and (min-width: 601px)
and (max-width: 960px) {
/*
-----------------------------------------------
Sections Grid CSS - Fluid
-----------------------------------------------
Site Name
file: css/text.css
author: <NAME>
date: 2 July 2010
-----------------------------------------------
... | public/css/chassis/_sections-fluid.css | @media screen
and (min-width: 601px)
and (max-width: 960px) {
/*
-----------------------------------------------
Sections Grid CSS - Fluid
-----------------------------------------------
Site Name
file: css/text.css
author: <NAME>
date: 2 July 2010
-----------------------------------------------
... | 0.448909 | 0.059949 |
.trigger {width:40px; height:40px; position:fixed; left:0; top:5px; background:#bbb; color:#fff; border-radius:0 5px 5px 0;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
}
.trigger label {display:block; width:40px; height:40px; position:absolute; left:0; top:0; background:ur... | storefront-ui/thirdparty/cssplay/catalog-menu.css | .trigger {width:40px; height:40px; position:fixed; left:0; top:5px; background:#bbb; color:#fff; border-radius:0 5px 5px 0;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
}
.trigger label {display:block; width:40px; height:40px; position:absolute; left:0; top:0; background:ur... | 0.31563 | 0.104067 |
@font-face {
font-family: "caldera-forms";
src: url("fonts/caldera-forms.eot?7moc5h");
src: url("fonts/caldera-forms.eot?#iefix7moc5h") format("embedded-opentype"),
url("fonts/caldera-forms.woff?7moc5h") format("woff"),
url("fonts/caldera-forms.ttf?7moc5h") format("truetype"),
url("fonts/caldera-forms.svg?7moc... | plugins/caldera-forms/assets/css/admin.css | @font-face {
font-family: "caldera-forms";
src: url("fonts/caldera-forms.eot?7moc5h");
src: url("fonts/caldera-forms.eot?#iefix7moc5h") format("embedded-opentype"),
url("fonts/caldera-forms.woff?7moc5h") format("woff"),
url("fonts/caldera-forms.ttf?7moc5h") format("truetype"),
url("fonts/caldera-forms.svg?7moc... | 0.190498 | 0.180107 |
.badge {
padding: 4px 10px;
border-radius: 3px;
background: #323232;
text-transform: uppercase;
font-size: 13px;
line-height: 20px;
font-weight: 700;
color: #ffffff;
letter-spacing: .05em;
}
.badge:hover {
color: #ffffff;
background: #41A451;
}
.badge:focus, .badge:active {... | css/post.css | .badge {
padding: 4px 10px;
border-radius: 3px;
background: #323232;
text-transform: uppercase;
font-size: 13px;
line-height: 20px;
font-weight: 700;
color: #ffffff;
letter-spacing: .05em;
}
.badge:hover {
color: #ffffff;
background: #41A451;
}
.badge:focus, .badge:active {... | 0.63375 | 0.241903 |
body::-webkit-scrollbar {
width: 5px; }
body::-webkit-scrollbar-track {
background: #000000;
-webkit-box-shadow: inset 0 0 6px #000000; }
body::-webkit-scrollbar-thumb {
background-color: #666666;
outline: 1px solid #000000; }
.add-1s {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-web... | app/css/style.css | body::-webkit-scrollbar {
width: 5px; }
body::-webkit-scrollbar-track {
background: #000000;
-webkit-box-shadow: inset 0 0 6px #000000; }
body::-webkit-scrollbar-thumb {
background-color: #666666;
outline: 1px solid #000000; }
.add-1s {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-web... | 0.302906 | 0.0666 |
input.number_range_filter,
input.date_range_filter {
width: 20px;
font-size: 8px;
}
/* .protein-th {
background-color: #98df8a;
}
.pdb-th {
background-color: #aec7e8;
}
.seq-th {
background-color: #FFEEA0;
}
.parts-th {
background-color: #ff9896;
}
.parts2-th {
background-color: #ff9896;
}
.pa... | static/home/css/construct_browser.css | input.number_range_filter,
input.date_range_filter {
width: 20px;
font-size: 8px;
}
/* .protein-th {
background-color: #98df8a;
}
.pdb-th {
background-color: #aec7e8;
}
.seq-th {
background-color: #FFEEA0;
}
.parts-th {
background-color: #ff9896;
}
.parts2-th {
background-color: #ff9896;
}
.pa... | 0.583678 | 0.112503 |
html, body {
/* Background Styling */
/* The *background* took place of the *background-image* */
/* applying a linear gradient with the proper rgb's allowed me to apply an opacity to the background without affecting the rest of the html page */
/* background-image: url(http://www.lol-wallpapers.com/wp-... | 01. Coding From Scratch/ID Card/style.css | html, body {
/* Background Styling */
/* The *background* took place of the *background-image* */
/* applying a linear gradient with the proper rgb's allowed me to apply an opacity to the background without affecting the rest of the html page */
/* background-image: url(http://www.lol-wallpapers.com/wp-... | 0.542863 | 0.099865 |
margin-bottom: 4rem;
margin-top: 0; }
#main_footer {
position: fixed;
left: 0;
right: 0;
bottom: 0;
height: 2rem;
line-height: 2rem;
padding: 0 1rem;
display: flex;
align-content: center;
font-size: 10pt; }
/* Loading animation */
.loading-dual-ring {
display: inline-block;
width: 64px;
... | app/YtManagerApp/static/YtManagerApp/css/style.css | margin-bottom: 4rem;
margin-top: 0; }
#main_footer {
position: fixed;
left: 0;
right: 0;
bottom: 0;
height: 2rem;
line-height: 2rem;
padding: 0 1rem;
display: flex;
align-content: center;
font-size: 10pt; }
/* Loading animation */
.loading-dual-ring {
display: inline-block;
width: 64px;
... | 0.477311 | 0.062388 |
*,
*:after,
*:before {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.mah-header {
margin-top: 100px;
font-size: 35px;
color: #04aa6d;
font-weight: bold;
}
.page_content {
position: relative;
align-content: center;
}
.menu {
text-decoration: none;
gap: 2em;
padding:... | code/assets/css/home.css | *,
*:after,
*:before {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.mah-header {
margin-top: 100px;
font-size: 35px;
color: #04aa6d;
font-weight: bold;
}
.page_content {
position: relative;
align-content: center;
}
.menu {
text-decoration: none;
gap: 2em;
padding:... | 0.541409 | 0.164081 |
@charset "utf-8";
/* login-register.css
* Date:2019-06-10 11:00
* writer:luolili
*/
/*******header*******/
.main-header{width:100%;min-width:1000px;height:80px;background-color:#fff;}
.header-box{width: 1000px;height: 80px;margin: 0 auto;box-sizing: border-box;position: relative;}
.header-brand{height: 8... | static/oldCss/login-register.css | @charset "utf-8";
/* login-register.css
* Date:2019-06-10 11:00
* writer:luolili
*/
/*******header*******/
.main-header{width:100%;min-width:1000px;height:80px;background-color:#fff;}
.header-box{width: 1000px;height: 80px;margin: 0 auto;box-sizing: border-box;position: relative;}
.header-brand{height: 8... | 0.277669 | 0.044266 |
html {
font-size: 62.5%;
color: #222;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
ul {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
/* 工具样式 */
.center-block {
display: block;
marfin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
f... | src/css/main.css | html {
font-size: 62.5%;
color: #222;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
ul {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
/* 工具样式 */
.center-block {
display: block;
marfin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
f... | 0.414899 | 0.091544 |
.cui-ecommerce-dashboard-info {
margin-bottom: 30px;
}
.cui-ecommerce-dashboard-info__title {
font-size: 16px;
font-weight: 700;
color: #24222f;
margin-bottom: 15px;
margin-top: 10px;
}
.cui-ecommerce-dashboard-info__description {
font-size: 24px;
}
.cui-ecommerce-dashboard-info__block .n... | resources/vendor/cleanui/build/assets/common/css/source/pages/ecommerce.css | .cui-ecommerce-dashboard-info {
margin-bottom: 30px;
}
.cui-ecommerce-dashboard-info__title {
font-size: 16px;
font-weight: 700;
color: #24222f;
margin-bottom: 15px;
margin-top: 10px;
}
.cui-ecommerce-dashboard-info__description {
font-size: 24px;
}
.cui-ecommerce-dashboard-info__block .n... | 0.421195 | 0.075721 |
@font-face {
font-family: 'HelveticaNeueLTStdHv';
src: url('../font/HelveticaNeueLTStdHv.eot');
src: url('../font/HelveticaNeueLTStdHv.svg#HelveticaNeueLTStdHv') format('svg'),
url('../font/HelveticaNeueLTStdHv.woff2') format('woff2'),
url('../font/HelveticaNeueLTStdHv.woff') format('woff'),
... | posterlover/css/index.css | @font-face {
font-family: 'HelveticaNeueLTStdHv';
src: url('../font/HelveticaNeueLTStdHv.eot');
src: url('../font/HelveticaNeueLTStdHv.svg#HelveticaNeueLTStdHv') format('svg'),
url('../font/HelveticaNeueLTStdHv.woff2') format('woff2'),
url('../font/HelveticaNeueLTStdHv.woff') format('woff'),
... | 0.190799 | 0.048699 |
*{padding: 0; margin: 0;}
ul{list-style-type: none;list-style: none;}
img{border: none;}
a{text-decoration: none;}
[v-cloak] {
display: none;
}
.pointer{cursor: pointer;}
.hide{display: none;}
.tc{text-align: center !important;}
.tr{text-align: right !important;}
.tl{text-align: left !important;}
/*定位*/
.pr{posi... | dist/css/base.css | *{padding: 0; margin: 0;}
ul{list-style-type: none;list-style: none;}
img{border: none;}
a{text-decoration: none;}
[v-cloak] {
display: none;
}
.pointer{cursor: pointer;}
.hide{display: none;}
.tc{text-align: center !important;}
.tr{text-align: right !important;}
.tl{text-align: left !important;}
/*定位*/
.pr{posi... | 0.158012 | 0.092196 |
@-moz-document domain("bikerornot.com")
/* =========================================================== */
/* v.1.2e Update to Remove the new Trending links section */
/* =========================================================== */
{
/* ================= Main body stuff ======================= */
body... | data/usercss/53913.user.css | @-moz-document domain("bikerornot.com")
/* =========================================================== */
/* v.1.2e Update to Remove the new Trending links section */
/* =========================================================== */
{
/* ================= Main body stuff ======================= */
body... | 0.148602 | 0.057812 |
.container {
position: relative;
width: 1024px;
height: 800px;
margin: 0 auto;
}
.container .nav_box {
width: 100%;
height: 130px;
}
.container .nav_box .nav_tit {
width: 100%;
height: 45px;
background: url(../img/top.jpg) no-repeat center;
box-shadow: 0 0 10px #BBBBBB;
text-align: center;
posi... | public/static/index/index1.css | .container {
position: relative;
width: 1024px;
height: 800px;
margin: 0 auto;
}
.container .nav_box {
width: 100%;
height: 130px;
}
.container .nav_box .nav_tit {
width: 100%;
height: 45px;
background: url(../img/top.jpg) no-repeat center;
box-shadow: 0 0 10px #BBBBBB;
text-align: center;
posi... | 0.40698 | 0.059374 |
.comment-toggle {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.comment-toggle .comment-toggle-input {
display: none
}
.comment-toggle .comment-toggle-input:checked+.comment-toggle-icon {
background-color: #2aa0ff
}
.comment-toggle .comment-toggle-input:checked+.comment-toggle-icon:before {
marg... | web/css/disqus-proxy.css | .comment-toggle {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.comment-toggle .comment-toggle-input {
display: none
}
.comment-toggle .comment-toggle-input:checked+.comment-toggle-icon {
background-color: #2aa0ff
}
.comment-toggle .comment-toggle-input:checked+.comment-toggle-icon:before {
marg... | 0.272315 | 0.078078 |
*{
margin:0;
padding: 0;
text-decoration:none;
font-family: 'Ubuntu', sans-serif;
box-sizing:border-box;
}
html{
scroll-behavior: smooth;
}
::selection{
background-color: #48dbfb60;
}
::-webkit-scrollbar{
width: 10px;
background-color: #f1f1f1;
}
::-webkit-scroll... | mcleandavid/css/style.css |
*{
margin:0;
padding: 0;
text-decoration:none;
font-family: 'Ubuntu', sans-serif;
box-sizing:border-box;
}
html{
scroll-behavior: smooth;
}
::selection{
background-color: #48dbfb60;
}
::-webkit-scrollbar{
width: 10px;
background-color: #f1f1f1;
}
::-webkit-scroll... | 0.257672 | 0.045884 |
html {
font-family: sans-serif; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0;
}
/* HTML5 display definitions
========================================================================== */
... | css/style.css | html {
font-family: sans-serif; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0;
}
/* HTML5 display definitions
========================================================================== */
... | 0.588061 | 0.145297 |
.menu-wrap {
position: fixed;
top: 0;
left: 0;
z-index: 1;
}
.menu-wrap .toggler {
position: absolute;
top: 0;
left: 0;
z-index: 2;
cursor: pointer;
width: 50px;
height: 50px;
opacity: 0;
}
/* Hamburger-box */
/* CSS for checkbox */
.menu-wrap .hamburger {
position: absolute;
top: 0;
le... | hamburger-menu/css/menu.css | .menu-wrap {
position: fixed;
top: 0;
left: 0;
z-index: 1;
}
.menu-wrap .toggler {
position: absolute;
top: 0;
left: 0;
z-index: 2;
cursor: pointer;
width: 50px;
height: 50px;
opacity: 0;
}
/* Hamburger-box */
/* CSS for checkbox */
.menu-wrap .hamburger {
position: absolute;
top: 0;
le... | 0.433981 | 0.052522 |
.yellow {
color: #ff0
}
.orange {
color: #f15e22
}
.orange2 {
color: #ffc807
}
.white {
color: #fff
}
.gray {
color: #a1a1a1
}
#section1 .slogan-head {
position: absolute;
z-index: 5;
/*width: 100%;*/
top: 220px;
text-align: center;
padding: 0 50px;
color: #fff
}
ul li {
list-style: none
}
button:fo... | resources/front_end/css/index.css | .yellow {
color: #ff0
}
.orange {
color: #f15e22
}
.orange2 {
color: #ffc807
}
.white {
color: #fff
}
.gray {
color: #a1a1a1
}
#section1 .slogan-head {
position: absolute;
z-index: 5;
/*width: 100%;*/
top: 220px;
text-align: center;
padding: 0 50px;
color: #fff
}
ul li {
list-style: none
}
button:fo... | 0.358129 | 0.122418 |
html { min-height: 100%; position: relative; }
body {
font: normal 16px 'Open Sans', sans-serif;
margin-bottom: 300px;
color: #4c4c4c;
background-image: url('../images/bg1.png');
background-repeat: repeat;
}
header {
position: relative;
z-index: 3;
background-color:#2f353e;
/*height: 50px;*/
}
#banner-conta... | css/style.css | html { min-height: 100%; position: relative; }
body {
font: normal 16px 'Open Sans', sans-serif;
margin-bottom: 300px;
color: #4c4c4c;
background-image: url('../images/bg1.png');
background-repeat: repeat;
}
header {
position: relative;
z-index: 3;
background-color:#2f353e;
/*height: 50px;*/
}
#banner-conta... | 0.273186 | 0.080249 |
.optionsBody {
padding: 0;
text-align: left;
}
.optionsBody table {
margin: -24px -2px 0;
/*-12px -2px 0*/
}
select,
.optionsBody input[type="text"],
.optionsBody input[type="number"] {
width: 210px;
margin: 0;
height: 100%;
min-height: 32px;
background-color: var(... | options.css | .optionsBody {
padding: 0;
text-align: left;
}
.optionsBody table {
margin: -24px -2px 0;
/*-12px -2px 0*/
}
select,
.optionsBody input[type="text"],
.optionsBody input[type="number"] {
width: 210px;
margin: 0;
height: 100%;
min-height: 32px;
background-color: var(... | 0.330255 | 0.154121 |
@font-face {
font-family: 'Atma';
font-style: normal;
font-weight: 400;
src: url('../fonts/atma-v6-latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/atma-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/atma-v6-latin-regular... | docs/assets/theme.css | @font-face {
font-family: 'Atma';
font-style: normal;
font-weight: 400;
src: url('../fonts/atma-v6-latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/atma-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/atma-v6-latin-regular... | 0.478529 | 0.083928 |
[data-md-color-scheme="slate"] {
--md-hue: 210;
}
:root {
/* Color schema based on Arista Color Schema */
/* Default color shades */
--md-default-fg-color: #000000;
--md-default-fg-color--light: #a1a0a0;
--md-default-fg-color--lighter: #FFFFFF;
--md-default-fg-color--lightest: ... | ansible_collections/arista/cvp/docs/stylesheets/extra.material.css | [data-md-color-scheme="slate"] {
--md-hue: 210;
}
:root {
/* Color schema based on Arista Color Schema */
/* Default color shades */
--md-default-fg-color: #000000;
--md-default-fg-color--light: #a1a0a0;
--md-default-fg-color--lighter: #FFFFFF;
--md-default-fg-color--lightest: ... | 0.501221 | 0.054349 |
@import '..';
:root {
--list-padding-large: 1rem;
--list-padding-small: 0.75rem;
--list-disabled: {
color: var(--c-font-disabled);
outline-color: #eee;
fill: var(--c-font-disabled);
background-color: transparent;
}
}
.clickable {
@apply --clickable;
}
.disabled {
/*
* TODO(mc, 2019-07... | components/src/lists/lists.css | @import '..';
:root {
--list-padding-large: 1rem;
--list-padding-small: 0.75rem;
--list-disabled: {
color: var(--c-font-disabled);
outline-color: #eee;
fill: var(--c-font-disabled);
background-color: transparent;
}
}
.clickable {
@apply --clickable;
}
.disabled {
/*
* TODO(mc, 2019-07... | 0.278453 | 0.087175 |
div.category-menu {
height: 100px;
margin: auto;
margin-top: 40px;
position: relative;
width: 1000px;
}
div.category-menu div.main-category {
display: flex;
flex-direction: row;
justify-content: center;
}
div.category-menu div.main-category div.item {
cursor: pointer;
margin: 0 20px;
position: relative;
w... | assets/css/style.css | div.category-menu {
height: 100px;
margin: auto;
margin-top: 40px;
position: relative;
width: 1000px;
}
div.category-menu div.main-category {
display: flex;
flex-direction: row;
justify-content: center;
}
div.category-menu div.main-category div.item {
cursor: pointer;
margin: 0 20px;
position: relative;
w... | 0.200245 | 0.041559 |
.banner{
position: relative;
}
.banner:before{
content: "";
display: block;
padding-top:39%;
}
.banner div{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
transition: all 1.5s;
opacity: 0;
}
.banner div.active{
opacity: 1;
}
.banner img{
display: block;
}
.tailgate {
background: #F2F2F2;
}
... | css/index.css |
.banner{
position: relative;
}
.banner:before{
content: "";
display: block;
padding-top:39%;
}
.banner div{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
transition: all 1.5s;
opacity: 0;
}
.banner div.active{
opacity: 1;
}
.banner img{
display: block;
}
.tailgate {
background: #F2F2F2;
}
... | 0.196132 | 0.139484 |
@import url("https://fonts.googleapis.com/css?family=Open+Sans:600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:600&display=swap");
* {
box-sizing: border-box;
font-family: "Open Sans", sans-serif;
margin: 0;
padding: 0;
}
.header{
height: 80px;
background-col... | style.css | @import url("https://fonts.googleapis.com/css?family=Open+Sans:600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:600&display=swap");
* {
box-sizing: border-box;
font-family: "Open Sans", sans-serif;
margin: 0;
padding: 0;
}
.header{
height: 80px;
background-col... | 0.462716 | 0.130092 |
body {
font-family: 'Source Sans Pro', serif;
font-size: 20px;
color: #434343;
}
p {
line-height: 1.5;
margin: 30px 0;
}
p a {
text-decoration: underline;
}
li a {
text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Source Sans Pro', sans-serif;
font-weight: 800;
}
a {
color: #4343... | css/clean-blog.css | body {
font-family: 'Source Sans Pro', serif;
font-size: 20px;
color: #434343;
}
p {
line-height: 1.5;
margin: 30px 0;
}
p a {
text-decoration: underline;
}
li a {
text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Source Sans Pro', sans-serif;
font-weight: 800;
}
a {
color: #4343... | 0.411111 | 0.071949 |
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0px;
padding:0px;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img {
border:0;
}
address,caption,cite,code,dfn,th,var {
font-style:normal;
font-weight:normal;
}
ul {
list-style:none;
}... | zenario_custom/templates/grid_templates/skins/blackdog/editable_css/0.reset.css | body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0px;
padding:0px;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img {
border:0;
}
address,caption,cite,code,dfn,th,var {
font-style:normal;
font-weight:normal;
}
ul {
list-style:none;
}... | 0.123948 | 0.059237 |
@font-face {
font-family: 'icomoon';
src:url('../fonts/icomoon.eot');
src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
url('../fonts/icomoon.woff') format('woff'),
url('../fonts/icomoon.ttf') format('truetype'),
url('../fonts/icomoon.svg#icomoon') format('svg');
font-weight: normal;
font-s... | css/component.css | @font-face {
font-family: 'icomoon';
src:url('../fonts/icomoon.eot');
src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
url('../fonts/icomoon.woff') format('woff'),
url('../fonts/icomoon.ttf') format('truetype'),
url('../fonts/icomoon.svg#icomoon') format('svg');
font-weight: normal;
font-s... | 0.261991 | 0.060059 |
* {
box-sizing: border-box;
}
html {
font-weight: 300;
-webkit-font-smoothing: antialiased;
}
html, input {
font-family:
"HelveticaNeue-Light",
"Helvetica Neue Light",
"Helvetica Neue",
Helvetica,
Arial,
"Lucida Grande",
sans-serif;
}
html, body {
height: 100%;
margin: 0;
pa... | examples/chat/public/style.css | * {
box-sizing: border-box;
}
html {
font-weight: 300;
-webkit-font-smoothing: antialiased;
}
html, input {
font-family:
"HelveticaNeue-Light",
"Helvetica Neue Light",
"Helvetica Neue",
Helvetica,
Arial,
"Lucida Grande",
sans-serif;
}
html, body {
height: 100%;
margin: 0;
pa... | 0.252108 | 0.079746 |
* {
margin:0!important;
padding:0!important;
}
body {
font-family:Arial, sans-serif!important;
font-size:12px!important;
}
img {
border:none!important;
}
#notice {
padding:.5em!important;
}
h1 {
display:none!important;
font-size:17px !importnat;
text-align:center!important;
}
h2 {
font-size:16px!important;
margin:... | style/mobile.css | * {
margin:0!important;
padding:0!important;
}
body {
font-family:Arial, sans-serif!important;
font-size:12px!important;
}
img {
border:none!important;
}
#notice {
padding:.5em!important;
}
h1 {
display:none!important;
font-size:17px !importnat;
text-align:center!important;
}
h2 {
font-size:16px!important;
margin:... | 0.332419 | 0.04531 |
body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:1462px;
margin-left:0;
margin-right:0;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u3149_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1208px;
height:848px;
background:inh... | Document/网页原型/Asset1.8/files/资产详情_减少/styles.css | body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:1462px;
margin-left:0;
margin-right:0;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u3149_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1208px;
height:848px;
background:inh... | 0.292797 | 0.040807 |
body,html {
height:100%;
width:100%;
}
body {
background:#f5f5f5;
font-family:Verdana, Geneva, Tahoma, sans-serif;
}
/* Specifically Targeting the Main Header (not to be confused with headers within cards) */
body > header {
background:#eee;
border-bottom:1px solid #ddd;
over... | css/style.css | body,html {
height:100%;
width:100%;
}
body {
background:#f5f5f5;
font-family:Verdana, Geneva, Tahoma, sans-serif;
}
/* Specifically Targeting the Main Header (not to be confused with headers within cards) */
body > header {
background:#eee;
border-bottom:1px solid #ddd;
over... | 0.381796 | 0.071041 |
* {
transition: all 250ms ease;
}
body {
background: url('../../img/bg.jpg') no-repeat right bottom fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
/*color: #FFF;*/
}
#loader {
color: #369;
font-size: 5rem;
... | app/css/style.css | * {
transition: all 250ms ease;
}
body {
background: url('../../img/bg.jpg') no-repeat right bottom fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
/*color: #FFF;*/
}
#loader {
color: #369;
font-size: 5rem;
... | 0.517815 | 0.144149 |
.container {
width: 80%;
margin: 100px auto 0;
padding-bottom: 100px;
display: grid;
grid-gap: 30px;
grid-template-columns: 400px auto;
}
/*pictures for authors*/
.pic_container {
width: 90%;
height: 450px;
display: grid;
grid-gap: 5px;
grid-template-areas:'TL TR'
... | src/components/shared/Authors.module.css | .container {
width: 80%;
margin: 100px auto 0;
padding-bottom: 100px;
display: grid;
grid-gap: 30px;
grid-template-columns: 400px auto;
}
/*pictures for authors*/
.pic_container {
width: 90%;
height: 450px;
display: grid;
grid-gap: 5px;
grid-template-areas:'TL TR'
... | 0.438545 | 0.088229 |
.help-block.with-errors {
color: #ff5050;
margin-top: 2px;
min-height: 13px;
font-size: 13px;
line-height: 13px;
}
.help-block.with-errors ul {
list-style: none;
padding-left: 0px;
margin: 0;
}
.d-none {
display: none;
}
.bb-form .likeinput,
.bb-form select,
.bb-form input {
border: 1px solid #ccc... | assets/css/buybay.css | .help-block.with-errors {
color: #ff5050;
margin-top: 2px;
min-height: 13px;
font-size: 13px;
line-height: 13px;
}
.help-block.with-errors ul {
list-style: none;
padding-left: 0px;
margin: 0;
}
.d-none {
display: none;
}
.bb-form .likeinput,
.bb-form select,
.bb-form input {
border: 1px solid #ccc... | 0.332744 | 0.074736 |
* {
font-size:13.5px;
padding: 0 0 0 0;
margin:0 auto;
}
*, *:hover, *:focus, *.active {
text-decoration: none;
outline:none;
list-style-type:none;
}
body, html {
font-family:'Helvetica Neue Light', sans-serif;
line-height: 1.3;
z-index:0;
}
i, b, span, p, thead, tbody, td, tr, th, code, pre, nav, ... | src/helper.css | * {
font-size:13.5px;
padding: 0 0 0 0;
margin:0 auto;
}
*, *:hover, *:focus, *.active {
text-decoration: none;
outline:none;
list-style-type:none;
}
body, html {
font-family:'Helvetica Neue Light', sans-serif;
line-height: 1.3;
z-index:0;
}
i, b, span, p, thead, tbody, td, tr, th, code, pre, nav, ... | 0.487795 | 0.094761 |
* {margin: 0; padding: 0;}
.boltgallery {
width: 100%;
}
.boltgallery ul {
overflow: hidden;
}
/*Image styles*/
.boltgallery ul li {
float: left;
padding: 2px;
margin: 10px;
background: #fff;
list-style-type: none;
position: relative;
cursor: pointer;
}
.boltgallery ul li img:hover {
opacity: 0.9;
}
/*... | boltgallery.css | * {margin: 0; padding: 0;}
.boltgallery {
width: 100%;
}
.boltgallery ul {
overflow: hidden;
}
/*Image styles*/
.boltgallery ul li {
float: left;
padding: 2px;
margin: 10px;
background: #fff;
list-style-type: none;
position: relative;
cursor: pointer;
}
.boltgallery ul li img:hover {
opacity: 0.9;
}
/*... | 0.406509 | 0.118589 |
.bc-content {
width: 1024px;
height: 500px;
margin: auto;
margin-top: 15px;
position: relative;
/*background: #784134;*/
}
/*box-left */
.bc-content .box-left {
width: 150px;
height: 500px;
position: relative;
float: left;
}
.bc-content .box-left ul li {
display: block;
width: 130px;
height: 70px;
... | css/blockchain.css | .bc-content {
width: 1024px;
height: 500px;
margin: auto;
margin-top: 15px;
position: relative;
/*background: #784134;*/
}
/*box-left */
.bc-content .box-left {
width: 150px;
height: 500px;
position: relative;
float: left;
}
.bc-content .box-left ul li {
display: block;
width: 130px;
height: 70px;
... | 0.424173 | 0.062417 |
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,700&family=Rubik:wght@512&display=swap');
body {
font-family: 'Arimo', sans-serif;
direction: rtl;
border: 2px solid white; /* to fix some bug in google chrome idk */
}
@keyframes expandBorder {
from {
box-shadow: 0 ... | styles/popup.css | @import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,700&family=Rubik:wght@512&display=swap');
body {
font-family: 'Arimo', sans-serif;
direction: rtl;
border: 2px solid white; /* to fix some bug in google chrome idk */
}
@keyframes expandBorder {
from {
box-shadow: 0 ... | 0.400515 | 0.097048 |
html *
{
font-family: Tahoma, Helvetica, sans-serif;
font-size: 12px;
}
body {
text-align: center;
}
.error {
color: red;
}
.ok {
color: green;
}
.textAlignLeft {
text-align: left;
}
.jwalaTable {
display:table;
width:100%;
}
.jwalaRow {
width:100%;
display:table-row;
}
.jwalaRowConte... | jwala-webapp/src/main/webapp/resources/css/jwala.css | html *
{
font-family: Tahoma, Helvetica, sans-serif;
font-size: 12px;
}
body {
text-align: center;
}
.error {
color: red;
}
.ok {
color: green;
}
.textAlignLeft {
text-align: left;
}
.jwalaTable {
display:table;
width:100%;
}
.jwalaRow {
width:100%;
display:table-row;
}
.jwalaRowConte... | 0.524882 | 0.137648 |
/* TABLE OF CONTENTS
1. Basic
2. Container
3. Columns
4. Typography
5. Links
6. Buttons
7. Preloader
8. Forms
9. Lists
10. Code
11. Tables
12. Alignment
13. Text Formating
14. Blockquote
15. Animations
*/
/* 1. Basic */
html {
margin-right: 0!important;
}
body {
margin: 0;
padding: 0;
border: none;... | css/glitche-basic.css | /* TABLE OF CONTENTS
1. Basic
2. Container
3. Columns
4. Typography
5. Links
6. Buttons
7. Preloader
8. Forms
9. Lists
10. Code
11. Tables
12. Alignment
13. Text Formating
14. Blockquote
15. Animations
*/
/* 1. Basic */
html {
margin-right: 0!important;
}
body {
margin: 0;
padding: 0;
border: none;... | 0.219003 | 0.05455 |
html {
scroll-behavior: smooth;
overflow-x: hidden;
}
body {
margin-top: 73px;
font-family: 'Itim', cursive;
overflow-x: hidden;
}
.section-heading {
border-left: 10px solid orange;
padding: 10px 20px;
font-weight: 700;
}
/* Navbar */
.icon {
width: 7%;
... | public/css/vaccine_info_styles.css | html {
scroll-behavior: smooth;
overflow-x: hidden;
}
body {
margin-top: 73px;
font-family: 'Itim', cursive;
overflow-x: hidden;
}
.section-heading {
border-left: 10px solid orange;
padding: 10px 20px;
font-weight: 700;
}
/* Navbar */
.icon {
width: 7%;
... | 0.347094 | 0.060947 |
body {
font-size: 9pt;
line-height: 1.25em;
}
#skel-panels-pageWrapper {
padding-top: 40px;
}
/* Header */
#header-wrapper {
}
#header {
display: none;
}
/*********************************************************************************/
/* UI ... | css/style-mobile.css | body {
font-size: 9pt;
line-height: 1.25em;
}
#skel-panels-pageWrapper {
padding-top: 40px;
}
/* Header */
#header-wrapper {
}
#header {
display: none;
}
/*********************************************************************************/
/* UI ... | 0.327023 | 0.043711 |
.reportDetail_patientInfo, .reportDetail_con, .reportDetail_foot {
width: 100%;
height: 100%;
}
/* 一, 病人信息 */
.reportDetail_patientInfo {
/* 字体 */
font-size: 14px;
}
/* 左侧 */
.repDet_patientWrap {
width: 70%;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.repDet_patientWra... | src/assets/style/css/ReportDetail.css | .reportDetail_patientInfo, .reportDetail_con, .reportDetail_foot {
width: 100%;
height: 100%;
}
/* 一, 病人信息 */
.reportDetail_patientInfo {
/* 字体 */
font-size: 14px;
}
/* 左侧 */
.repDet_patientWrap {
width: 70%;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.repDet_patientWra... | 0.168139 | 0.048316 |
/* »» ROBOTO FONT and »» RUBIK FONT (Combined) */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Rubik:wght@300;400;500;700&display=swap");
* {
margin: 0;
padding: 0;
}
/* ------------ VARIBLES --------------- */
:root {
/* FONTS */
--rubik: "Rubik", sans-serif;
--ro... | css/styles.css |
/* »» ROBOTO FONT and »» RUBIK FONT (Combined) */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Rubik:wght@300;400;500;700&display=swap");
* {
margin: 0;
padding: 0;
}
/* ------------ VARIBLES --------------- */
:root {
/* FONTS */
--rubik: "Rubik", sans-serif;
--ro... | 0.328637 | 0.053576 |
a {
color: #fff;
text-decoration: none;
}
a:hover {
color: #fff;
text-decoration: none;
}
/*--choice modal1--*/
.openbtn{
margin-top:80px;
}
.modal-header {
padding: 15px;
border-bottom: none;
}
.modal-title{
font-weight:bold;
}
.modal-body.choice-modal{
position: relative;
paddin... | static/css/profile.css | a {
color: #fff;
text-decoration: none;
}
a:hover {
color: #fff;
text-decoration: none;
}
/*--choice modal1--*/
.openbtn{
margin-top:80px;
}
.modal-header {
padding: 15px;
border-bottom: none;
}
.modal-title{
font-weight:bold;
}
.modal-body.choice-modal{
position: relative;
paddin... | 0.42656 | 0.105257 |
.viewport {
width: 960px;
margin: auto;
}
.header {
width: 960px;
position: relative;
padding: 2px;
margin: 2px 0 10px 0;
}
.header h1 {
color: green;
font-size: 40px;
font-weight: bolder;
}
.header span {
color: green;
font-size: 16px;
font-weight: bolder;
}
.links {
position: absolute;
right: 20px;
... | gallery/gallery.css | .viewport {
width: 960px;
margin: auto;
}
.header {
width: 960px;
position: relative;
padding: 2px;
margin: 2px 0 10px 0;
}
.header h1 {
color: green;
font-size: 40px;
font-weight: bolder;
}
.header span {
color: green;
font-size: 16px;
font-weight: bolder;
}
.links {
position: absolute;
right: 20px;
... | 0.365683 | 0.10885 |
.admin-panel{
height: 100vh;
width: 100%;
background-color: #5d5d5d;
display: flex;
justify-content: center;
align-items: center;
box-shadow: inset 0px 0px 100px 0px #333333;
-webkit-box-shadow: inset 0px 0px 100px 0px #333333;
-moz-box-shadow: inset 0px 0px 100px 0px #333333;
... | static/css/admin.css | .admin-panel{
height: 100vh;
width: 100%;
background-color: #5d5d5d;
display: flex;
justify-content: center;
align-items: center;
box-shadow: inset 0px 0px 100px 0px #333333;
-webkit-box-shadow: inset 0px 0px 100px 0px #333333;
-moz-box-shadow: inset 0px 0px 100px 0px #333333;
... | 0.313945 | 0.067393 |
.nq-button::-moz-focus-inner,
.nq-button-s::-moz-focus-inner {
border: 0;
}
.nq-button {
position: relative;
height: 7.5rem;
line-height: 2.5rem;
background-image: var(--nimiq-blue-bg);
color: var(--nimiq-white);
font-size: 2rem;
font-weight: bold;
text-transform: uppercase;
let... | src/buttons.css | .nq-button::-moz-focus-inner,
.nq-button-s::-moz-focus-inner {
border: 0;
}
.nq-button {
position: relative;
height: 7.5rem;
line-height: 2.5rem;
background-image: var(--nimiq-blue-bg);
color: var(--nimiq-white);
font-size: 2rem;
font-weight: bold;
text-transform: uppercase;
let... | 0.564339 | 0.063048 |
body {
background: white;
background-color: white;
width: 800px;
margin-left: auto;
margin-right: auto;
text-align: justify;
}
h1,h2,h3,h4,h5,h6 {
font-family: Arial, Helvetica, sans-serif;
color: rgb(153,51,51); /* mit red */
}
todo {
display: none;
}
a:not(.image) {
color: rgb(153,51,51); /* mi... | drake/solvers/BMI/doc/UserGuide.css | body {
background: white;
background-color: white;
width: 800px;
margin-left: auto;
margin-right: auto;
text-align: justify;
}
h1,h2,h3,h4,h5,h6 {
font-family: Arial, Helvetica, sans-serif;
color: rgb(153,51,51); /* mit red */
}
todo {
display: none;
}
a:not(.image) {
color: rgb(153,51,51); /* mi... | 0.543106 | 0.195844 |
position: absolute;
left: 0;
width: 100%;
z-index: 15000;
text-align: center;
line-height: 0;
}
#ux-lightbox img {
width: auto;
height: auto;
}
#ux-lightbox a img {
border: none;
}
#ux-lightbox-outerImageContainer {
position: relative;
background-color: #f3efec;
width:... | examples/lightbox/lightbox.css | position: absolute;
left: 0;
width: 100%;
z-index: 15000;
text-align: center;
line-height: 0;
}
#ux-lightbox img {
width: auto;
height: auto;
}
#ux-lightbox a img {
border: none;
}
#ux-lightbox-outerImageContainer {
position: relative;
background-color: #f3efec;
width:... | 0.762424 | 0.121712 |
* {
padding: 0px;
margin: 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
font-family: 'Montserrat', sans-serif;
font-size: 14px;
color: #000;
font-weight: normal;
}
input, select, textarea {
font-family: 'Montserrat', sa... | public/assets/css/global.css | * {
padding: 0px;
margin: 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
font-family: 'Montserrat', sans-serif;
font-size: 14px;
color: #000;
font-weight: normal;
}
input, select, textarea {
font-family: 'Montserrat', sa... | 0.338077 | 0.145692 |
body {
padding: 0px 0px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}
.header {
padding: 5px;
overflow:hidden;
margin: -10px 0px 10px -10px;
padding: 8px 30px 5px 0px;
text-shadow: 0 1px 0 #fff;
border-bottom: 1px solid #e5e5e5;
min-width: 1000px;
background... | public/stylesheets/style.css | body {
padding: 0px 0px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}
.header {
padding: 5px;
overflow:hidden;
margin: -10px 0px 10px -10px;
padding: 8px 30px 5px 0px;
text-shadow: 0 1px 0 #fff;
border-bottom: 1px solid #e5e5e5;
min-width: 1000px;
background... | 0.285073 | 0.122209 |
@font-face {
font-family: 'Dosis';
font-style: normal;
font-weight: 400;
src: local('Dosis Regular'), local('Dosis-Regular'), url(http://fonts.gstatic.com/s/dosis/v6/RlBXAIuiO5GvH9-0-JbBlw.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/*... | webui/assets/css.css | @font-face {
font-family: 'Dosis';
font-style: normal;
font-weight: 400;
src: local('Dosis Regular'), local('Dosis-Regular'), url(http://fonts.gstatic.com/s/dosis/v6/RlBXAIuiO5GvH9-0-JbBlw.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/*... | 0.349089 | 0.158142 |
.navbar{
min-height: 100px;
}
.panel {
box-shadow: 0 1px 1px rgba(0,0,0,0);
border: 0px solid transparent;
}
#logo_header {
display: block;
position: absolute;
width: auto;
height:60px;
top: 25px;
left: 10%;
}
.title_name{
margin-top: 40px;
}
.label_icon{
color... | public/css/main.css | .navbar{
min-height: 100px;
}
.panel {
box-shadow: 0 1px 1px rgba(0,0,0,0);
border: 0px solid transparent;
}
#logo_header {
display: block;
position: absolute;
width: auto;
height:60px;
top: 25px;
left: 10%;
}
.title_name{
margin-top: 40px;
}
.label_icon{
color... | 0.26693 | 0.101278 |