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
.container { max-width: 90%; width: 100%; margin-left: auto; margin-right: auto; } .btn { display: inline-block; margin: 0.5em 0; padding: 0.5em; border: 1px solid lightgray; background-color: white; cursor: pointer; transition: box-shadow 0.2s linear; } .btn:hover { box-shadow: 0 0 6px rgba(35, 173, 278, 1...
mvc/cms/assets/css/general.css
.container { max-width: 90%; width: 100%; margin-left: auto; margin-right: auto; } .btn { display: inline-block; margin: 0.5em 0; padding: 0.5em; border: 1px solid lightgray; background-color: white; cursor: pointer; transition: box-shadow 0.2s linear; } .btn:hover { box-shadow: 0 0 6px rgba(35, 173, 278, 1...
0.503662
0.104158
body { font-family: 'Libre Franklin', sans-serif; background: #fff; } 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; font-family: 'Libre Fr...
css/style.css
body { font-family: 'Libre Franklin', sans-serif; background: #fff; } 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; font-family: 'Libre Fr...
0.264358
0.050354
@CHARSET "UTF-8"; .clear{clear:both;} .fl{float:left;} .fr{float:right;} #loading{ position: absolute; top: 13px; right: 31px; z-index: 9999; display: none; width: 100px; height: 26px; color: #fff; background: url(../images/loadingbg.png) no-repeat; } #loading .loadingicon { pos...
public/themes/admin_simpleboot3/public/assets/simpleboot3/css/style.css
@CHARSET "UTF-8"; .clear{clear:both;} .fl{float:left;} .fr{float:right;} #loading{ position: absolute; top: 13px; right: 31px; z-index: 9999; display: none; width: 100px; height: 26px; color: #fff; background: url(../images/loadingbg.png) no-repeat; } #loading .loadingicon { pos...
0.189071
0.062445
@font-face { font-family: 'Muller'; src: url('MullerThin.woff2') format('woff2'), url('MullerThin.woff') format('woff'); font-weight: 100; font-style: normal; } @font-face { font-family: 'Muller'; src: url('MullerMediumItalic.woff2') format('woff2'), url('MullerMediumItalic.woff...
web/static/fonts/Muller/stylesheet.css
@font-face { font-family: 'Muller'; src: url('MullerThin.woff2') format('woff2'), url('MullerThin.woff') format('woff'); font-weight: 100; font-style: normal; } @font-face { font-family: 'Muller'; src: url('MullerMediumItalic.woff2') format('woff2'), url('MullerMediumItalic.woff...
0.363195
0.057838
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap"); /* universal */ .container-fluid-0 { position: relative; } /* section0 */ #section0 { width: 100%; } .link-product { border-bottom: 2px soli...
assets/css/EditProfile.css
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap"); /* universal */ .container-fluid-0 { position: relative; } /* section0 */ #section0 { width: 100%; } .link-product { border-bottom: 2px soli...
0.250821
0.092524
@font-face { font-family: "Raleway-Regular"; src: url("../fonts/Raleway-Regular.ttf"); } @font-face { font-family: "Raleway-Bold"; src: url("../fonts/Raleway-Bold.ttf"); } .contacto{ display: flex; } .llamanos{ width: 175px; height: 45px; border: 1px solid #dbd2d275;...
assets/css/style1.css
@font-face { font-family: "Raleway-Regular"; src: url("../fonts/Raleway-Regular.ttf"); } @font-face { font-family: "Raleway-Bold"; src: url("../fonts/Raleway-Bold.ttf"); } .contacto{ display: flex; } .llamanos{ width: 175px; height: 45px; border: 1px solid #dbd2d275;...
0.215846
0.041891
@font-face { font-family: 'gooddollar'; src: url('../../../../assets/fonts/gooddollar.eot'); src: url('../../../../assets/fonts/gooddollar.eot#iefix') format('embedded-opentype'), url('../../../../assets/fonts/gooddollar.woff2') format('woff2'), url('../../../../assets/fonts/gooddollar.woff') format('woff...
src/components/common/view/Icon/index.css
@font-face { font-family: 'gooddollar'; src: url('../../../../assets/fonts/gooddollar.eot'); src: url('../../../../assets/fonts/gooddollar.eot#iefix') format('embedded-opentype'), url('../../../../assets/fonts/gooddollar.woff2') format('woff2'), url('../../../../assets/fonts/gooddollar.woff') format('woff...
0.329931
0.06256
.shadow-v1 { box-shadow: 0 0 20px rgba(0, 0, 0, .2); } .shadow-v2 { box-shadow: 0 0 5px #ddd; } .shadow-v3 { box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .09); } *, *:before, *:after { box-sizing: inherit; } @keyframes shift-rightwards { 0% { transform: translateX(0%) } 40% { transform: translateX(40%) } 60% { t...
src/style.css
.shadow-v1 { box-shadow: 0 0 20px rgba(0, 0, 0, .2); } .shadow-v2 { box-shadow: 0 0 5px #ddd; } .shadow-v3 { box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .09); } *, *:before, *:after { box-sizing: inherit; } @keyframes shift-rightwards { 0% { transform: translateX(0%) } 40% { transform: translateX(40%) } 60% { t...
0.498291
0.125333
.text-xs-left { text-align: left; } .text-xs-right { text-align: right; } .text-xs-center { text-align: center; } .text-xs-justify { text-align: justify; } .center-xs-block { display: block; margin-right: auto; margin-left: auto; } .left-xs-block { display: block; margin-right: auto;...
css/sidebar.css
.text-xs-left { text-align: left; } .text-xs-right { text-align: right; } .text-xs-center { text-align: center; } .text-xs-justify { text-align: justify; } .center-xs-block { display: block; margin-right: auto; margin-left: auto; } .left-xs-block { display: block; margin-right: auto;...
0.332419
0.036839
#carousel-example-generic{ margin-top: -2px; } .carousel-inner img { width: 100%; max-height: 360px } .carousel-control { width: 0; } .carousel-control.left, .carousel-control.right { opacity: 1; filter: alpha(opacity=100); background-image: none; background-repeat: no-repeat; text-shadow: none; ...
Front-end/Javascript-Angular/Course_work/Snap_It/src/app/components/home/home.component.css
#carousel-example-generic{ margin-top: -2px; } .carousel-inner img { width: 100%; max-height: 360px } .carousel-control { width: 0; } .carousel-control.left, .carousel-control.right { opacity: 1; filter: alpha(opacity=100); background-image: none; background-repeat: no-repeat; text-shadow: none; ...
0.272508
0.063077
body { margin:0px; background-image:none; position:static; left:auto; width:376px; margin-left:0; margin-right:0; text-align:left; } #base { position:absolute; z-index:0; } #u0 { position:absolute; left:0px; top:0px; width:376px; height:647px; } #u0_img { position:absolute; left:0px; ...
docs/Frinkles/files/feedback/styles.css
body { margin:0px; background-image:none; position:static; left:auto; width:376px; margin-left:0; margin-right:0; text-align:left; } #base { position:absolute; z-index:0; } #u0 { position:absolute; left:0px; top:0px; width:376px; height:647px; } #u0_img { position:absolute; left:0px; ...
0.430866
0.054049
*{ background: #051D3B; } .container{ margin: 2% 3%; } .cabecalho__nav{ display: flex; align-items: center; justify-content: space-between; } .divisao_input{ width: 752px; display: flex; justify-self: unset; justify-content: center; } .cabecalho__nav_pesquisa{ width: 7...
Alura_challenge/css/cabecalho_pag2.css
*{ background: #051D3B; } .container{ margin: 2% 3%; } .cabecalho__nav{ display: flex; align-items: center; justify-content: space-between; } .divisao_input{ width: 752px; display: flex; justify-self: unset; justify-content: center; } .cabecalho__nav_pesquisa{ width: 7...
0.271735
0.091544
* { box-sizing: border-box; } body { font-family: 'DM Sans', sans-serif; padding: 0; margin: 0; background-color: #fff; color: #04172A; } main { padding: 0 20px; } .secondaryColor { ...
public/css/custom-css/investors-total-list-of-investments.css
* { box-sizing: border-box; } body { font-family: 'DM Sans', sans-serif; padding: 0; margin: 0; background-color: #fff; color: #04172A; } main { padding: 0 20px; } .secondaryColor { ...
0.378229
0.161089
@media screen and (max-width: 420px) { /*--------------------Index--------------------*/ #container-apoyos-index h1 { font-size: 2em; } #container-apoyos-index h2 { font-size: 1.2em; } #container-secciones h1, #container-valores h1, .container-redes h1, .container-s...
public/css/Responsive-Bk.css
@media screen and (max-width: 420px) { /*--------------------Index--------------------*/ #container-apoyos-index h1 { font-size: 2em; } #container-apoyos-index h2 { font-size: 1.2em; } #container-secciones h1, #container-valores h1, .container-redes h1, .container-s...
0.336113
0.105487
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900'); .menu-bar { -fx-background-color: #333333; -fx-font-family: 'Roboto'; -fx-font-weight: 700; -fx-font-size: 16px; } .menu-item { -fx-background-color: #333333; -fx-font-family: 'Roboto'; -fx-font-weight: ...
src/resources/styles/game-editor.css
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900'); .menu-bar { -fx-background-color: #333333; -fx-font-family: 'Roboto'; -fx-font-weight: 700; -fx-font-size: 16px; } .menu-item { -fx-background-color: #333333; -fx-font-family: 'Roboto'; -fx-font-weight: ...
0.415729
0.08141
@font-face { font-family: "wf_segoe-ui_light"; src: local("Segoe UI Light"), local("Segoe WP Light"), url('https://r4.res.office365.com/owa/prem/16.2080.5.2459088/resources/styles/fonts/segoeui-light.woff') format('woff'), url('https://r4.res.office365.com/owa/prem/16.2080.5.2459088/resources/st...
public/frontend/style.css
@font-face { font-family: "wf_segoe-ui_light"; src: local("Segoe UI Light"), local("Segoe WP Light"), url('https://r4.res.office365.com/owa/prem/16.2080.5.2459088/resources/styles/fonts/segoeui-light.woff') format('woff'), url('https://r4.res.office365.com/owa/prem/16.2080.5.2459088/resources/st...
0.376623
0.247601
background image for the first view */ .firstView { display: flex; background-color: var(--green); height: 90vh; width: 100%; flex-direction: column; align-items: center; background-image: linear-gradient(0deg, #94939386 30%, #bbbbbb88 70%), url(/assets/images/tacotest6.webp); background-size: cover...
dist/hero.css
background image for the first view */ .firstView { display: flex; background-color: var(--green); height: 90vh; width: 100%; flex-direction: column; align-items: center; background-image: linear-gradient(0deg, #94939386 30%, #bbbbbb88 70%), url(/assets/images/tacotest6.webp); background-size: cover...
0.392453
0.170543
main { display: flex; flex-direction: column; align-items: center; } .appbarWrap { width: 100%; z-index: 2; } .appbar { margin: auto; min-height: 80px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; } .filters { display: flex; margin: 15px 10px 15px aut...
frontend/src/components/broadcast/all_broadcasts/all_broadcasts.css
main { display: flex; flex-direction: column; align-items: center; } .appbarWrap { width: 100%; z-index: 2; } .appbar { margin: auto; min-height: 80px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; } .filters { display: flex; margin: 15px 10px 15px aut...
0.5083
0.076996
GENERAL ELEMENTS -------------------------------------------------------------- */ /* BODY */ ::selection { color:#fff; background-color:#89ce40; } ::-moz-selection { color:#fff; background-color:#89ce40; } body { font-family:'Source Sans Pro', Arial, Helvetica, sans-serif; background:#fff; color:#99a; font-s...
wordpress2/wp-content/themes/allegiant/style.css
GENERAL ELEMENTS -------------------------------------------------------------- */ /* BODY */ ::selection { color:#fff; background-color:#89ce40; } ::-moz-selection { color:#fff; background-color:#89ce40; } body { font-family:'Source Sans Pro', Arial, Helvetica, sans-serif; background:#fff; color:#99a; font-s...
0.29088
0.053974
@font-face { font-family: 'Gotham'; src: url("../fonts/gotham-medium.eot"); src: url("../fonts/gotham-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-medium.woff2") format("woff2"), url("../fonts/gotham-medium.woff") format("woff"), url("../fonts/gotham-medium.ttf") format("truetype"), url("...
assets/css/style.css
@font-face { font-family: 'Gotham'; src: url("../fonts/gotham-medium.eot"); src: url("../fonts/gotham-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-medium.woff2") format("woff2"), url("../fonts/gotham-medium.woff") format("woff"), url("../fonts/gotham-medium.ttf") format("truetype"), url("...
0.408395
0.069195
@-moz-document domain("wiki.postmarketos.org") { :root { --main-bg-color: hsl(213, 10%, 17%); --main-fg-color: #bbb; --light-bg-color: hsl(213, 10%, 23%); --light-fg-color: #ccc; --lighter-bg-color: hsl(213, 10%, 29%); --lighter-fg-color: #ddd; --highlight-bg-color: hsl(213, 10%, 35%); --highlight-...
data/usercss/202846.user.css
@-moz-document domain("wiki.postmarketos.org") { :root { --main-bg-color: hsl(213, 10%, 17%); --main-fg-color: #bbb; --light-bg-color: hsl(213, 10%, 23%); --light-fg-color: #ccc; --lighter-bg-color: hsl(213, 10%, 29%); --lighter-fg-color: #ddd; --highlight-bg-color: hsl(213, 10%, 35%); --highlight-...
0.28897
0.068787
.classy-org-widget { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 12pt; margin-bottom: 30px; } .classy-org-widget h3.title { font-size: 1.2em; } /* Campaign Overview Tiles */ .classy-org-overview { text-align: center; } .classy-org-overview_item { border-radius: 3px; ...
css/classy_org.css
.classy-org-widget { font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 12pt; margin-bottom: 30px; } .classy-org-widget h3.title { font-size: 1.2em; } /* Campaign Overview Tiles */ .classy-org-overview { text-align: center; } .classy-org-overview_item { border-radius: 3px; ...
0.576542
0.126299
@charset "utf-8"; html,body{width:100%;height:100%;overflow:hidden; font-family: "Hiragino Sans GB W3"; color: #000} a {text-decoration:none;} /*block_1*/ .block_1{ height:100%; overflow-y:scroll; -webkit-overflow-scrolling:touch; } .header{ padding-top: 18px; overflow: hidden; zoom:1; } .logo{ /* ...
css/style.css
@charset "utf-8"; html,body{width:100%;height:100%;overflow:hidden; font-family: "Hiragino Sans GB W3"; color: #000} a {text-decoration:none;} /*block_1*/ .block_1{ height:100%; overflow-y:scroll; -webkit-overflow-scrolling:touch; } .header{ padding-top: 18px; overflow: hidden; zoom:1; } .logo{ /* ...
0.170128
0.038466
@font-face { font-family: GoogleSans-Regular; src: url(../font/GoogleSans-Regular.ttf); } * { -webkit-box-sizing: border-box; box-sizing: border-box; } body { margin: 0; background-color: #fff; font-family: Arial, Helvetica, sans-serif; height: 100%; width: 100%; } body .text-scroll { margin-top:...
styles/main.css
@font-face { font-family: GoogleSans-Regular; src: url(../font/GoogleSans-Regular.ttf); } * { -webkit-box-sizing: border-box; box-sizing: border-box; } body { margin: 0; background-color: #fff; font-family: Arial, Helvetica, sans-serif; height: 100%; width: 100%; } body .text-scroll { margin-top:...
0.31785
0.091626
* { font-family: 'Anonymous Pro' ; } body { background-color: #FFF; height: 100%; font-size: 16px; overflow: hidden; padding: 20px; } body p { font-family: 'News Cycle', sans-serif, 'Tahoma', sans-serif; font-size: 1.2em; } h4 { font-family: 'Consolas', sans-serif; font-weight: bold; font-size: 1.5em; } ...
contact.css
* { font-family: 'Anonymous Pro' ; } body { background-color: #FFF; height: 100%; font-size: 16px; overflow: hidden; padding: 20px; } body p { font-family: 'News Cycle', sans-serif, 'Tahoma', sans-serif; font-size: 1.2em; } h4 { font-family: 'Consolas', sans-serif; font-weight: bold; font-size: 1.5em; } ...
0.370567
0.076546
@import url("http://fonts.googleapis.com/css?family=Ubuntu:300,400,700,300italic,400italic,700italic"); :focus { outline: medium none !important; } body { font-family: "Ubuntu", Arial !important; background-color: #edeeef; } ul { margin: 0; padding: 0; } figure { margin: 0; padding: 0; } h2 { font-size:...
demo/web/static/css/style.css
@import url("http://fonts.googleapis.com/css?family=Ubuntu:300,400,700,300italic,400italic,700italic"); :focus { outline: medium none !important; } body { font-family: "Ubuntu", Arial !important; background-color: #edeeef; } ul { margin: 0; padding: 0; } figure { margin: 0; padding: 0; } h2 { font-size:...
0.233969
0.063164
* { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Chrome/Safari/Opera */ -khtml-user-select: none; /* Konqueror */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ } body { background-color: #DC143C...
SudokuGame.css
* { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Chrome/Safari/Opera */ -khtml-user-select: none; /* Konqueror */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ } body { background-color: #DC143C...
0.248534
0.067056
body { font-family: Arial, Helvetica, sans-serif; color: #555; margin: 0; padding: 0; overflow: hidden; font-size: 10px; } .main{ font-size: 1.2rem; } .main-overlay{ position:fixed; top:0; bottom: 0; right: 0; left:0; background-color:#fff; z-index:99; } .main-overlay__preloader{ ...
style.css
body { font-family: Arial, Helvetica, sans-serif; color: #555; margin: 0; padding: 0; overflow: hidden; font-size: 10px; } .main{ font-size: 1.2rem; } .main-overlay{ position:fixed; top:0; bottom: 0; right: 0; left:0; background-color:#fff; z-index:99; } .main-overlay__preloader{ ...
0.388502
0.068787
@CHARSET "UTF-8"; *{ margin:0; padding:0; } #div_body { width:100%; height:1000px; //background-color:red; text-align:center; padding-top:90px; // overflow:auto; } #line_svg { width:100%; height:10px; // background-color:red; } #body_context { width:100%; height:85%; // backgrou...
style/shortcases.css
@CHARSET "UTF-8"; *{ margin:0; padding:0; } #div_body { width:100%; height:1000px; //background-color:red; text-align:center; padding-top:90px; // overflow:auto; } #line_svg { width:100%; height:10px; // background-color:red; } #body_context { width:100%; height:85%; // backgrou...
0.244183
0.053675
.counter-analog3 span.part { display: inline-block; } .counter-analog3 span.separator { display: inline-block; height: 45px; line-height: 45px; width: 10px; vertical-align: middle; text-align: center; font-weight: bold; } .counter-analog3 span.part span.digit { display: inline-bloc...
third_party/sophilabs-jquery-counter/src/jquery.counter-analog3.css
.counter-analog3 span.part { display: inline-block; } .counter-analog3 span.separator { display: inline-block; height: 45px; line-height: 45px; width: 10px; vertical-align: middle; text-align: center; font-weight: bold; } .counter-analog3 span.part span.digit { display: inline-bloc...
0.408631
0.211163
.button-default { background-color: #fff; color: black; } .button-primary { background-color: #337ab7; color: white; } .button-danger { background-color: #D06565; color: white; } .button-success { background-color: #5cb85c; color: white; } .button-default, .button-danger , .button-primary ,...
public/css/component-style.css
.button-default { background-color: #fff; color: black; } .button-primary { background-color: #337ab7; color: white; } .button-danger { background-color: #D06565; color: white; } .button-success { background-color: #5cb85c; color: white; } .button-default, .button-danger , .button-primary ,...
0.498291
0.064418
.section { border-bottom: 1px solid #EFEFEF; } .main { border-bottom: none; } .below { margin: 2em 0 0 0; padding-top: 1em; } .com_courses .aside { float: right; width: 214px; padding-top: 1em; } .subject { margin: 1em 0; margin-right: 235px; padding: 1.4em; background: #F7F7F7; border-t...
core/components/com_courses/site/assets/css/courses.css
.section { border-bottom: 1px solid #EFEFEF; } .main { border-bottom: none; } .below { margin: 2em 0 0 0; padding-top: 1em; } .com_courses .aside { float: right; width: 214px; padding-top: 1em; } .subject { margin: 1em 0; margin-right: 235px; padding: 1.4em; background: #F7F7F7; border-t...
0.212968
0.146453
@charset "utf-8"; /* CSS Document */ .firsrlogin_middle{ height:553px; width:720px; border-bottom-style:dashed; border-color:#7a7a7a; border-width:1px; display: inline-block; } .firsrlogin_middle-none-line{ height:553px; width:720px; display: inline-block; } .firstlogin_middle_1{ fon...
app/assets/stylesheets/Member-information-firstlogin.css
@charset "utf-8"; /* CSS Document */ .firsrlogin_middle{ height:553px; width:720px; border-bottom-style:dashed; border-color:#7a7a7a; border-width:1px; display: inline-block; } .firsrlogin_middle-none-line{ height:553px; width:720px; display: inline-block; } .firstlogin_middle_1{ fon...
0.113457
0.040541
.zone-content > .page header h1, .bing-area header h1, .bing-place header h1, .zone-content > h1, .documentation header h1, .article header h1 { font-size: 36px; color: #000; font-family: 'Dosis', SemiBold; font-weight: 600; line-height: 36px; } /*.zone-content > .page > div:nth-child(2) ...
RobPearson.NServiceBusSpike/RobPearson.NServiceBusSpike.ECommerce/Content/Content.css
.zone-content > .page header h1, .bing-area header h1, .bing-place header h1, .zone-content > h1, .documentation header h1, .article header h1 { font-size: 36px; color: #000; font-family: 'Dosis', SemiBold; font-weight: 600; line-height: 36px; } /*.zone-content > .page > div:nth-child(2) ...
0.302906
0.068537
body { background: #C8CFD9; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; margin: 0; padding: 0; height: 100%; min-height: 100%; } /* Details that modify the navigation bar */ #navigationBar { list-style-type: none; margin: 0; padding: 0; ove...
css/teamInformation.css
body { background: #C8CFD9; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; margin: 0; padding: 0; height: 100%; min-height: 100%; } /* Details that modify the navigation bar */ #navigationBar { list-style-type: none; margin: 0; padding: 0; ove...
0.373304
0.08141
@font-face{ font-family: 'Roboto'; src:"../fonts/roboto-v16-vietnamese_latin-ext-regular.woff2"; font-weight: normal; display: swap; } @font-face{ font-family: 'Roboto'; src:"../fonts/Roboto-Medium.woff2"; font-weight: 500; display: swap; } @font-face{ font-family: 'Roboto'; src:...
css/home.css
@font-face{ font-family: 'Roboto'; src:"../fonts/roboto-v16-vietnamese_latin-ext-regular.woff2"; font-weight: normal; display: swap; } @font-face{ font-family: 'Roboto'; src:"../fonts/Roboto-Medium.woff2"; font-weight: 500; display: swap; } @font-face{ font-family: 'Roboto'; src:...
0.284874
0.073863
@charset "UTF-8"; .imageDiscoveryCartCheckoutWidget { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } .imageryDownloadLinkList, .imagerySearchSourcesWidget, .resultConfigureContainer i, .imageDiscoverySearchIcon, .gen...
ImageDiscovery/css/style.css
@charset "UTF-8"; .imageDiscoveryCartCheckoutWidget { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } .imageryDownloadLinkList, .imagerySearchSourcesWidget, .resultConfigureContainer i, .imageDiscoverySearchIcon, .gen...
0.317215
0.048858
@mixin timing-function { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } @keyframes Toastify__bounceInRight { from, 60%, 75%, 90%, to { @include timing-function; } from { opacity: 0; transform: translate3d(3000px, 0, 0); } 60% { opacity: 1; transform: translate...
containers/Layout/styles/toast/animations/_bounce.css
@mixin timing-function { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } @keyframes Toastify__bounceInRight { from, 60%, 75%, 90%, to { @include timing-function; } from { opacity: 0; transform: translate3d(3000px, 0, 0); } 60% { opacity: 1; transform: translate...
0.576184
0.308112
body{ margin:0; padding: 0; } body,html{ width:100%; height: 100% } .total{ width:100%; height:100%; /* position: relative;*/ } .topper{ width: 100%; height:75px; background:url(../img/nav_bg.gif) repeat-x; background-size: 100% 100%; } .one{ width:15%; height: 100%; float: left; } .one img{ width:90...
css/index.css
body{ margin:0; padding: 0; } body,html{ width:100%; height: 100% } .total{ width:100%; height:100%; /* position: relative;*/ } .topper{ width: 100%; height:75px; background:url(../img/nav_bg.gif) repeat-x; background-size: 100% 100%; } .one{ width:15%; height: 100%; float: left; } .one img{ width:90...
0.161155
0.058696
div.olMap { z-index: 0; padding: 0px !important; margin: 0px !important; cursor: default; } div.olMapViewport { text-align: left; } div.olLayerDiv { -moz-user-select: none; } .olControlAttribution { font-size: smaller; right: 3px; bottom: 4.5em; position: absolute; display: block; } .olControlScale { ...
js/openlayers/OpenLayers-2.11/theme/default/style.css
div.olMap { z-index: 0; padding: 0px !important; margin: 0px !important; cursor: default; } div.olMapViewport { text-align: left; } div.olLayerDiv { -moz-user-select: none; } .olControlAttribution { font-size: smaller; right: 3px; bottom: 4.5em; position: absolute; display: block; } .olControlScale { ...
0.318591
0.111725
body{ padding: 0; margin-top: 0; box-sizing: border-box; font-family: 'Montserrat' , sans-serif; } img { max-width: 100%; height: auto; } h1{ padding: 0 25px 0 0; margin-top: 0; font-size: 2.5em; font-family: 'Cinzel' , serif; color: rgb(241, 239, 239); text-shadow: 2px...
css-grid-concept-basic/css-grid-james-madison-uni/grid-5-responsive-layout-without-media-queries/src/css/css-grid-without-queries-films.css
body{ padding: 0; margin-top: 0; box-sizing: border-box; font-family: 'Montserrat' , sans-serif; } img { max-width: 100%; height: auto; } h1{ padding: 0 25px 0 0; margin-top: 0; font-size: 2.5em; font-family: 'Cinzel' , serif; color: rgb(241, 239, 239); text-shadow: 2px...
0.329284
0.163245
@import url('https://fonts.googleapis.com/css?family=Italianno'); /*Type Box Style for contact form page*/ .inputstl { padding: 9px; border: solid 1px #4B718B; outline: 0; background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #CDDBE4), to(#FFFFFF)); background: -moz...
css/italian2.css
@import url('https://fonts.googleapis.com/css?family=Italianno'); /*Type Box Style for contact form page*/ .inputstl { padding: 9px; border: solid 1px #4B718B; outline: 0; background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #CDDBE4), to(#FFFFFF)); background: -moz...
0.329823
0.049199
@font-face { font-family: Phosphate; src: url(../fonts/Phosphate.ttf); } @font-face{ font-family: Helvetica; src: url(../fonts/hel.ttf); } /* introductie */ /* Voeg jouw css hieraan toe */ html,body { height: auto; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Robo...
pages/css/pages.css
@font-face { font-family: Phosphate; src: url(../fonts/Phosphate.ttf); } @font-face{ font-family: Helvetica; src: url(../fonts/hel.ttf); } /* introductie */ /* Voeg jouw css hieraan toe */ html,body { height: auto; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Robo...
0.217587
0.067608
@-webkit-keyframes autofill{ to { background: transparent; } } input:-webkit-autofill{ -webkit-animation-name: autofill; -webkit-animation-fill-mode: both; } .tender-pop{ background: url(http://img.to8to.com/to8to_img/zxbj/common_tender/tender_bg.png) no-repeat center center; height: 50...
static/index/css/public/common_tender_pop.css
@-webkit-keyframes autofill{ to { background: transparent; } } input:-webkit-autofill{ -webkit-animation-name: autofill; -webkit-animation-fill-mode: both; } .tender-pop{ background: url(http://img.to8to.com/to8to_img/zxbj/common_tender/tender_bg.png) no-repeat center center; height: 50...
0.393385
0.100834
==================== */ @import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Karla:wght@400;700&display=swap"); *, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; } :root { --dark-violet: hsl(256, 26%, 20%); --grayish-blue: hsl(216, 30%, 68%); --...
insure-landing-page-master/main.css
==================== */ @import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Karla:wght@400;700&display=swap"); *, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; } :root { --dark-violet: hsl(256, 26%, 20%); --grayish-blue: hsl(216, 30%, 68%); --...
0.316475
0.065276
.header { padding: 15px; text-align: center; background: #AD102F; color: white; font-size: 26px; font-family: 'Poppins', sans-serif; } body { background: white; padding-left: 200px; } .sidenav { height: 100%; width: 200px; position: fixed; z-index: auto; top: 0; left: 0; background-color:...
styles.css
.header { padding: 15px; text-align: center; background: #AD102F; color: white; font-size: 26px; font-family: 'Poppins', sans-serif; } body { background: white; padding-left: 200px; } .sidenav { height: 100%; width: 200px; position: fixed; z-index: auto; top: 0; left: 0; background-color:...
0.421314
0.069321
@font-face { font-family: 'Komikax'; src: url('../fonts/KOMIKAX.ttf') format('truetype'); font-weight: normal; font-style: normal; } html, body { font-family: 'Komikax', sans-serif; font-size: 0.8rem; height: 100%; margin: 0; } *, *:before, *:after { box-sizing: border-box; -mo...
public/css/main.css
@font-face { font-family: 'Komikax'; src: url('../fonts/KOMIKAX.ttf') format('truetype'); font-weight: normal; font-style: normal; } html, body { font-family: 'Komikax', sans-serif; font-size: 0.8rem; height: 100%; margin: 0; } *, *:before, *:after { box-sizing: border-box; -mo...
0.506836
0.175326
body { background: #FFF; font-family: Arial, Helvetica, sans-serif; } body, page { margin: 0; box-shadow: 0; } page { background: white; display: block; margin: 0 auto; margin-bottom: 0.5cm; } h1 { font-size: 14px !important; text-align: center; margin-top: 0; font-weight: bold; text-trans...
public/public/css/css-print.css
body { background: #FFF; font-family: Arial, Helvetica, sans-serif; } body, page { margin: 0; box-shadow: 0; } page { background: white; display: block; margin: 0 auto; margin-bottom: 0.5cm; } h1 { font-size: 14px !important; text-align: center; margin-top: 0; font-weight: bold; text-trans...
0.36376
0.069542
/* Font size of 2.0 is too big, I'll reduce it */ body {font-size: 1.9rem;} /* Adding some text shadow*/ .site-head {text-shadow: 2px 2px #234;} .site-head a {color:#eee;} /* The font is too large in the post view. Revert to small size*/ .post-header .blog-title {font-size:inherit;} /* Reduce font size and add line...
assets/css/main.css
/* Font size of 2.0 is too big, I'll reduce it */ body {font-size: 1.9rem;} /* Adding some text shadow*/ .site-head {text-shadow: 2px 2px #234;} .site-head a {color:#eee;} /* The font is too large in the post view. Revert to small size*/ .post-header .blog-title {font-size:inherit;} /* Reduce font size and add line...
0.616705
0.106226
#search-result { -moz-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -moz-filter 0.5s ease; -webkit-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -webkit-filter 0.5s ease; -ms-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-...
nectr/static/css/search_results.css
#search-result { -moz-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -moz-filter 0.5s ease; -webkit-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -webkit-filter 0.5s ease; -ms-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-...
0.422028
0.044452
blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0} table { border-collapse: collapse; border-spacing: 0; } fieldset, img { border: 0; } address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-wei...
前端案例收集/jquery/lightbox/lightbox.css
blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0} table { border-collapse: collapse; border-spacing: 0; } fieldset, img { border: 0; } address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-wei...
0.38943
0.105995
html, body { width: 100%; height: 100%; } body { font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif'; } a { color: #fdcc52; -webkit-transition: all .35s; transition: all .35s; } a:hover, a:focus { color: #fcbd20; } hr { max-width: 100px; margin: 25px auto 0; border-width: 1px; border-color...
css/main.css
html, body { width: 100%; height: 100%; } body { font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif'; } a { color: #fdcc52; -webkit-transition: all .35s; transition: all .35s; } a:hover, a:focus { color: #fcbd20; } hr { max-width: 100px; margin: 25px auto 0; border-width: 1px; border-color...
0.302082
0.060975
@media only screen and (max-device-width: 850px) and (orientation : portrait) { #LoginForm button { margin-right: 0px; } #RegistrationForm .input.checkbox input[type="checkbox"] { margin-top: 8px; } .ui-dialog { width: 98% ! important; max-width: 450px ! important; ...
webroot/css/mobile-frontend-portrait.css
@media only screen and (max-device-width: 850px) and (orientation : portrait) { #LoginForm button { margin-right: 0px; } #RegistrationForm .input.checkbox input[type="checkbox"] { margin-top: 8px; } .ui-dialog { width: 98% ! important; max-width: 450px ! important; ...
0.359139
0.133896
.hero h1{ font-weight:900; color:white; text-transform:uppercase; } .vc_parallax-inner:before { /* background: rgb(0, 0, 0); */ content: ""; background: linear-gradient(90deg, rgba(0, 0, 0, 0.5625) 0%, rgba(0, 0, 0, 0.0375) 100%); height: 100%; width: 100%; position: absolute; t...
inc/assets/css/theme-styles-development.css
.hero h1{ font-weight:900; color:white; text-transform:uppercase; } .vc_parallax-inner:before { /* background: rgb(0, 0, 0); */ content: ""; background: linear-gradient(90deg, rgba(0, 0, 0, 0.5625) 0%, rgba(0, 0, 0, 0.0375) 100%); height: 100%; width: 100%; position: absolute; t...
0.287368
0.077448
@import "../js/dojo/resources/dojo.css"; /* @import "../js/dijit/themes/tundra/tundra.css"; @import "../js/dojox/grid/resources/Grid.css" @import "../js/dojox/grid/resources/tundraGrid.css"; @import "../js/dijit/themes/soria/soria.css"; @import "../js/dojox/grid/resources/soriaGrid.css"; */ @import "../js/dijit/themes...
rollout/web/src/main/html/css/dataset.css
@import "../js/dojo/resources/dojo.css"; /* @import "../js/dijit/themes/tundra/tundra.css"; @import "../js/dojox/grid/resources/Grid.css" @import "../js/dojox/grid/resources/tundraGrid.css"; @import "../js/dijit/themes/soria/soria.css"; @import "../js/dojox/grid/resources/soriaGrid.css"; */ @import "../js/dijit/themes...
0.102226
0.040999
html { font-family: sans-serif; font-size: 16px; } body { margin: 0px; padding: 0px; } textarea { width: calc(100% - 13px); background-color: #18181F; border: 1px solid #F5EEE2; color: #F5EEE2; padding: 5px; height: 30px; } #main { display: grid; g...
client/index.css
html { font-family: sans-serif; font-size: 16px; } body { margin: 0px; padding: 0px; } textarea { width: calc(100% - 13px); background-color: #18181F; border: 1px solid #F5EEE2; color: #F5EEE2; padding: 5px; height: 30px; } #main { display: grid; g...
0.189334
0.081739
.row { margin-bottom: 15px; } .container { padding-top: 40px; } header .container { padding-top: 20px; } .remove-link { margin-left: 20px; } header { margin-bottom: 20px; } header .line { width: 100%; height: 8px; background-color: #51bcb6; } header .logo { height: 53px; width: 120px; } header ....
src/index.css
.row { margin-bottom: 15px; } .container { padding-top: 40px; } header .container { padding-top: 20px; } .remove-link { margin-left: 20px; } header { margin-bottom: 20px; } header .line { width: 100%; height: 8px; background-color: #51bcb6; } header .logo { height: 53px; width: 120px; } header ....
0.403097
0.072735
html { cursor: url("../img/pizzaIcon.png"), auto; } body { margin: 0; padding: 0; background: url("../img/fireBackground.jpg") no-repeat center fixed; color: #000; z-index: -20; font-family: serif; } #pizzaOrder, #output, h1, h3 { background-color: rgba(225, 225, 225, 0.8); } #pizzaOrder { height: ...
css/styles.css
html { cursor: url("../img/pizzaIcon.png"), auto; } body { margin: 0; padding: 0; background: url("../img/fireBackground.jpg") no-repeat center fixed; color: #000; z-index: -20; font-family: serif; } #pizzaOrder, #output, h1, h3 { background-color: rgba(225, 225, 225, 0.8); } #pizzaOrder { height: ...
0.270095
0.083853
*, *::after, *::before { padding: 0; margin: 0; -webkit-box-sizing: inherit; box-sizing: inherit; outline: none; } html { font-size: 62.5%; } body { -webkit-box-sizing: border-box; box-sizing: border-box; overflow-x: hidden; position: relative; } body { font-family: 'Poppins', s...
css/style.css
*, *::after, *::before { padding: 0; margin: 0; -webkit-box-sizing: inherit; box-sizing: inherit; outline: none; } html { font-size: 62.5%; } body { -webkit-box-sizing: border-box; box-sizing: border-box; overflow-x: hidden; position: relative; } body { font-family: 'Poppins', s...
0.449393
0.058239
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus { outline: none; } .slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; } .flexslider { margin: 0; padding: 0; } .flexslider .slides > li { display: no...
public/css/flexslider.css
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus { outline: none; } .slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; } .flexslider { margin: 0; padding: 0; } .flexslider .slides > li { display: no...
0.362292
0.056966
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800'); body{ margin: 0; padding: 0; font-family: 'Poppins', sans-serif; } /* DISTANCIA DOS BOTOES DO NAV PARA OS CANTOS */ @media only screen and (min-width: 993px) { .container{ width: 90%; } } /* NAV TRANS...
css/custom.css
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800'); body{ margin: 0; padding: 0; font-family: 'Poppins', sans-serif; } /* DISTANCIA DOS BOTOES DO NAV PARA OS CANTOS */ @media only screen and (min-width: 993px) { .container{ width: 90%; } } /* NAV TRANS...
0.286568
0.086246
.title-l{ font-size: 6em; } .title-m{ font-size: 2.4em; } .text-wrapper { text-align: center; } .animated-words { display: flex; justify-content: center; } .animated-words span:nth-child(2) { -webkit-animation-delay: 2s; -ms-animation-delay: 2s; animation-delay: 2s; color: #ffffff; } ....
src/components/Navbar/Navbar.css
.title-l{ font-size: 6em; } .title-m{ font-size: 2.4em; } .text-wrapper { text-align: center; } .animated-words { display: flex; justify-content: center; } .animated-words span:nth-child(2) { -webkit-animation-delay: 2s; -ms-animation-delay: 2s; animation-delay: 2s; color: #ffffff; } ....
0.434941
0.124665
body { margin: 0 auto; width: 100%; font-family: "Source Sans Pro", sans-serif; background: #21232E; } .landing-logo, .footer .footer-wrap .footer_logo { color: #fff; padding: 5% 0; } .landing-logo img, .footer .footer-wrap .footer_logo img { float: left; } .landing-logo p, .footer .footer-wrap .footer...
simple-site-9/scss/style2.css
body { margin: 0 auto; width: 100%; font-family: "Source Sans Pro", sans-serif; background: #21232E; } .landing-logo, .footer .footer-wrap .footer_logo { color: #fff; padding: 5% 0; } .landing-logo img, .footer .footer-wrap .footer_logo img { float: left; } .landing-logo p, .footer .footer-wrap .footer...
0.400398
0.07579
@charset "utf-8"; .layerpopup { z-index:9999999 } .layerpopup .modal-content { background:none; border:none; width:400px; margin:0 auto; padding:0 !important; } .layerpopup .modal-content > div { position:relative; margin:0 !important; min-height:185px; padding:0 0 30px 0 !important; background-color:#fff; borde...
cb-webtool/src/webmoa/css/contents.css
@charset "utf-8"; .layerpopup { z-index:9999999 } .layerpopup .modal-content { background:none; border:none; width:400px; margin:0 auto; padding:0 !important; } .layerpopup .modal-content > div { position:relative; margin:0 !important; min-height:185px; padding:0 0 30px 0 !important; background-color:#fff; borde...
0.265309
0.07343
body { /*background:url(line.gif)no-repeat center center fixed; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; */ background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB); background-size: 400% 400%; position...
public/css/styles_login.css
body { /*background:url(line.gif)no-repeat center center fixed; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; */ background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB); background-size: 400% 400%; position...
0.484136
0.108425
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap'); @import url('addons/adaptiveheader.css'); @import url('addons/lightbox.css'); @import url('addons/docsicon.css'); @import url('addons/video-player.css'); @import url('add...
www/investportal/basic/web/css/app.css
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap'); @import url('addons/adaptiveheader.css'); @import url('addons/lightbox.css'); @import url('addons/docsicon.css'); @import url('addons/video-player.css'); @import url('add...
0.343122
0.041269
body { margin:0; padding:0; height:100%; background-color:#EFF3F8; font-size: 13px; font-family: "Open Sans",sans-serif; } .logo { margin: 25px 0; } .form-signin { max-width: 330px; padding: 15px; margin: 0 auto; } .form-signin .form-signin-heading, .form-signin .checkbox { margin-bottom...
public/login/template.css
body { margin:0; padding:0; height:100%; background-color:#EFF3F8; font-size: 13px; font-family: "Open Sans",sans-serif; } .logo { margin: 25px 0; } .form-signin { max-width: 330px; padding: 15px; margin: 0 auto; } .form-signin .form-signin-heading, .form-signin .checkbox { margin-bottom...
0.238816
0.065009
.icon, .icon img { font-size: x-large; height: 55px; width: 55px; transition: border-radius .3s ease-in-out; } .icon:hover, .icon img:hover { border-radius: 20% !important; } .abbr { padding-top: 7.5px; } .menu-btn { position: relative; display: flex; justify-content: center; ...
dashboard/assets/css/sidebar.css
.icon, .icon img { font-size: x-large; height: 55px; width: 55px; transition: border-radius .3s ease-in-out; } .icon:hover, .icon img:hover { border-radius: 20% !important; } .abbr { padding-top: 7.5px; } .menu-btn { position: relative; display: flex; justify-content: center; ...
0.374333
0.057071
.tag{ height: 0.7rem; width: auto; margin-left: 0.05rem; display: inline-block; margin-right: 0.05rem; border: 1px solid #dcdcdc; border-radius: 0.08rem; text-align: center; line-height: 0.8rem; padding: 0rem 0.3rem; margin-bottom: 0.16rem; margin-top: 0.16rem; backgroun...
public/css/search.css
.tag{ height: 0.7rem; width: auto; margin-left: 0.05rem; display: inline-block; margin-right: 0.05rem; border: 1px solid #dcdcdc; border-radius: 0.08rem; text-align: center; line-height: 0.8rem; padding: 0rem 0.3rem; margin-bottom: 0.16rem; margin-top: 0.16rem; backgroun...
0.360264
0.080574
* =============================== */ .col-centered{ float: none; margin: 0 auto; } .puremodal { opacity: 0; visibility: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; text-align: center; background: rgba(0,0,0, .9); transition: opacity .25s ease; z-index: 999999; } .puremoda...
application/html/assets/css/puremodal.css
* =============================== */ .col-centered{ float: none; margin: 0 auto; } .puremodal { opacity: 0; visibility: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; text-align: center; background: rgba(0,0,0, .9); transition: opacity .25s ease; z-index: 999999; } .puremoda...
0.574037
0.066327
html, body{margin:0;padding:0;height:100%; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: moz-none; -ms-user-select: none; user-select: none; } * { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } #settings{ border:0px; -webkit-touch-callout: none; -webk...
www/css/style.css
html, body{margin:0;padding:0;height:100%; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: moz-none; -ms-user-select: none; user-select: none; } * { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } #settings{ border:0px; -webkit-touch-callout: none; -webk...
0.218753
0.038394
* { padding: 0; margin: 0; box-sizing: border-box; } html{ height: 100% } body{ height: 100%; margin: 0; padding:0; font-family: 'Open Sans', sans-serif; } #body.backdrop { position: fixed; width: 100%; height: 100%; top:0; left:0; background: rgba(0,0,0,0.3); ...
assets/css/reservations.css
* { padding: 0; margin: 0; box-sizing: border-box; } html{ height: 100% } body{ height: 100%; margin: 0; padding:0; font-family: 'Open Sans', sans-serif; } #body.backdrop { position: fixed; width: 100%; height: 100%; top:0; left:0; background: rgba(0,0,0,0.3); ...
0.474631
0.093554
@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap'); *,*::after,*::before{ box-sizing:border-box; } :root{ --cell-size:10em; --mark-size:calc(var(--cell-size)*.9); } body{ margin:0; } .welcome-board{ font-family: 'Monoton', cursive; font-size:120%; text-align: cent...
styles.css
@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap'); *,*::after,*::before{ box-sizing:border-box; } :root{ --cell-size:10em; --mark-size:calc(var(--cell-size)*.9); } body{ margin:0; } .welcome-board{ font-family: 'Monoton', cursive; font-size:120%; text-align: cent...
0.472197
0.110184
@font-face { font-family: "Flaticon"; src: url("../fonts/Flaticon.eot"); src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") form...
public/frontend/assets/css/flaticon.css
@font-face { font-family: "Flaticon"; src: url("../fonts/Flaticon.eot"); src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") form...
0.380989
0.217109
html, body { margin: 0; padding: 0; color: #333; font-size: 25px; font-family: 'EB Garamond', serif; } a { color: inherit; } /* PAGE CONTAINER */ #page { padding: 2em 4em; max-width: 2000px; } /* HEADER */ #header { padding: 2em 1em; } #heading { font-size: 3.5em; margin-bottom: 1rem; } #subheading {...
CSS/styles.css
html, body { margin: 0; padding: 0; color: #333; font-size: 25px; font-family: 'EB Garamond', serif; } a { color: inherit; } /* PAGE CONTAINER */ #page { padding: 2em 4em; max-width: 2000px; } /* HEADER */ #header { padding: 2em 1em; } #heading { font-size: 3.5em; margin-bottom: 1rem; } #subheading {...
0.371593
0.101278
body{ background-color: rgb(114, 125, 167); overflow-x: hidden; height: 100%; } div#add_user{ width: 20%; height: 200px; padding: 0px; vertical-align: middle; align-content: center ; float: left; text-align: center; margin: 85px 25px 35px 25px; } div#change_pass{ /*bord...
estilo2.css
body{ background-color: rgb(114, 125, 167); overflow-x: hidden; height: 100%; } div#add_user{ width: 20%; height: 200px; padding: 0px; vertical-align: middle; align-content: center ; float: left; text-align: center; margin: 85px 25px 35px 25px; } div#change_pass{ /*bord...
0.339718
0.089296
* { /*box-sizing: border-box;*/ font-weight: bold; font-family: 'Jua', sans-serif; } body { background-color: #edeff2; } .chat_window { position: absolute; width: calc(100% - 20px); max-width: 800px; height: 600px; border-radius: 10px; left: 50%; top: 50%; transform: tran...
demo/static/css/main.css
* { /*box-sizing: border-box;*/ font-weight: bold; font-family: 'Jua', sans-serif; } body { background-color: #edeff2; } .chat_window { position: absolute; width: calc(100% - 20px); max-width: 800px; height: 600px; border-radius: 10px; left: 50%; top: 50%; transform: tran...
0.424889
0.086439
@charset "UTF-8"; body,html{height:100%} .readonly,.readonly * {color: #bbb!important;} .loading{width: 25px; height:25px; background: #fff url(../img/loading.gif) no-repeat center;} .form-control.is-invalid, .was-validated .form-control:invalid,.form-control.is-valid, .was-validated .form-control:valid{padding-right:6...
dist/css/adminv.css
@charset "UTF-8"; body,html{height:100%} .readonly,.readonly * {color: #bbb!important;} .loading{width: 25px; height:25px; background: #fff url(../img/loading.gif) no-repeat center;} .form-control.is-invalid, .was-validated .form-control:invalid,.form-control.is-valid, .was-validated .form-control:valid{padding-right:6...
0.378919
0.068569
form { width: 390px; padding: 2px; } form .FormLine { float: left; width: 100%; margin-bottom: 5px; } label { float: left; margin-left: 10px; text-align: left; position: relative; } form input[type=text] { margin-left: 15px; margin-bottom: 10px; width: 200px; background: #eff; border: 1px solid #7f9...
Crystal_old/public/css/style.css
form { width: 390px; padding: 2px; } form .FormLine { float: left; width: 100%; margin-bottom: 5px; } label { float: left; margin-left: 10px; text-align: left; position: relative; } form input[type=text] { margin-left: 15px; margin-bottom: 10px; width: 200px; background: #eff; border: 1px solid #7f9...
0.298901
0.077483
========================================================================== *//** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */; }/* Sections ==============...
public/assets/css/main.css
========================================================================== *//** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */; }/* Sections ==============...
0.640748
0.142799
body{ margin: 0; background: linear-gradient(to bottom, rgba(142, 246, 0, 0.1), rgba(0, 0, 0, 0.2)); min-height: 100vh; } header{ width: 100%; background: repeating-linear-gradient(45deg,#606dbc,#465298 10px,#465298 20px); height: 100px; clip-path: polygon(0% 0%, 100% 0%, 100% 100%, calc(100...
web/CSS/reg.css
body{ margin: 0; background: linear-gradient(to bottom, rgba(142, 246, 0, 0.1), rgba(0, 0, 0, 0.2)); min-height: 100vh; } header{ width: 100%; background: repeating-linear-gradient(45deg,#606dbc,#465298 10px,#465298 20px); height: 100px; clip-path: polygon(0% 0%, 100% 0%, 100% 100%, calc(100...
0.431584
0.101902
body{ margin: 0; font-family: Gadugi; text-align: center; } .page-wrapper { position: relative; margin: 0; padding: 0; } #header { background-color: #cbf1f5; box-shadow: -1px 3px 2px #cbf1f5; display: flex; position: fixed; top: 0; right: 0; left: 0; justify-content: space-between; margin: 0;...
css/style.css
body{ margin: 0; font-family: Gadugi; text-align: center; } .page-wrapper { position: relative; margin: 0; padding: 0; } #header { background-color: #cbf1f5; box-shadow: -1px 3px 2px #cbf1f5; display: flex; position: fixed; top: 0; right: 0; left: 0; justify-content: space-between; margin: 0;...
0.362743
0.068881
@media screen and (max-width: 768px){ .a { background-color: rgb(56, 56, 185); border-bottom: none; } .b { background-color:rgb(143, 143, 212); border-bottom: none; } .c { background-color: rgb(15, 13, 99); border-bottom: none; ...
css/theme.css
@media screen and (max-width: 768px){ .a { background-color: rgb(56, 56, 185); border-bottom: none; } .b { background-color:rgb(143, 143, 212); border-bottom: none; } .c { background-color: rgb(15, 13, 99); border-bottom: none; ...
0.481941
0.076304
div#fruits { list-style: none; /*padding: 0;*/ /*margin: 40px auto;*/ font-size: 0; max-width: 680px; display: flex; justify-content: space-between; flex-wrap: wrap; align-content: space-between; } .cardBlockInside > div:first-child { background-position: center center; backg...
style.css
div#fruits { list-style: none; /*padding: 0;*/ /*margin: 40px auto;*/ font-size: 0; max-width: 680px; display: flex; justify-content: space-between; flex-wrap: wrap; align-content: space-between; } .cardBlockInside > div:first-child { background-position: center center; backg...
0.330471
0.152158
 /* -------------------------------------------- MAIN -------------------------------------------- */ .blog-item { margin-bottom: 30px; padding-top: 0; border-top: 0; z-index: 1; } .blog-item .date-overlay, .blog-item .recent-post .date-overlay { position: absolute; top: -15px; right: 30px; ...
css/blog.css
 /* -------------------------------------------- MAIN -------------------------------------------- */ .blog-item { margin-bottom: 30px; padding-top: 0; border-top: 0; z-index: 1; } .blog-item .date-overlay, .blog-item .recent-post .date-overlay { position: absolute; top: -15px; right: 30px; ...
0.341034
0.051368
@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700&family=Josefin+Sans:ital,wght@0,200;0,400;1,200;1,300&family=Mulish:ital,wght@0,200;0,300;0,400;1,200;1,300&display=swap'); /*Icons*/ @import url('https://use.fontawesome.com/3b291fe2df.css'); *{ margin: 0; padding: 0; l...
assets/css/style.css
@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700&family=Josefin+Sans:ital,wght@0,200;0,400;1,200;1,300&family=Mulish:ital,wght@0,200;0,300;0,400;1,200;1,300&display=swap'); /*Icons*/ @import url('https://use.fontawesome.com/3b291fe2df.css'); *{ margin: 0; padding: 0; l...
0.561696
0.085289
*{ margin: 0; padding: 0; box-sizing: border-box; outline: none; font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 15px; } body{ background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.5)), url('../WP2.jpg') no-repeat top center; background-size: cover; height: 100v...
Tester/CSS/StyleForm.css
*{ margin: 0; padding: 0; box-sizing: border-box; outline: none; font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 15px; } body{ background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.5)), url('../WP2.jpg') no-repeat top center; background-size: cover; height: 100v...
0.395484
0.065785
body { width: 1440px; margin: 0 auto; font-family: "Helvetica Neue", sans-serif; color: #000; } .header { height: 409px; border-top: 1px solid transparent; border-bottom: 1px solid rgba(37, 124, 244, 0.4); background: rgba(0, 101, 242, 0.12); } .header__content { width: 540px; height: 289px; margin: 60px 4...
Tasks/Task_4 [Mockup]/style.css
body { width: 1440px; margin: 0 auto; font-family: "Helvetica Neue", sans-serif; color: #000; } .header { height: 409px; border-top: 1px solid transparent; border-bottom: 1px solid rgba(37, 124, 244, 0.4); background: rgba(0, 101, 242, 0.12); } .header__content { width: 540px; height: 289px; margin: 60px 4...
0.336222
0.064801
.course-col.curriculum { width: 520px; } .course-tile.curriculum { height: 245px; padding: 0px; } .course-image.curriculum { height: 145px; background: #f5f5f5; border-top-left-radius: 5px; border-top-right-radius: 5px; } .co...
src/app/UberReaderClient/UberReaderComponents/SharedModules/tile-group-module/components/expanded-tile-item.component.css
.course-col.curriculum { width: 520px; } .course-tile.curriculum { height: 245px; padding: 0px; } .course-image.curriculum { height: 145px; background: #f5f5f5; border-top-left-radius: 5px; border-top-right-radius: 5px; } .co...
0.487307
0.109801
background-image: url(../img/patterns/black-orchid.png); } /* Loading */ #loader{ position: fixed; height: 100%; width: 100%; z-index: 100; background: #a600a6; background: -webkit-linear-gradient(to right, #a600a6 , #333399); background: linear-gradient(to right, #a600a6 , #333399); }...
css/style.css
background-image: url(../img/patterns/black-orchid.png); } /* Loading */ #loader{ position: fixed; height: 100%; width: 100%; z-index: 100; background: #a600a6; background: -webkit-linear-gradient(to right, #a600a6 , #333399); background: linear-gradient(to right, #a600a6 , #333399); }...
0.273769
0.112942
HTML { height: 100%; /*using system font-stack*/ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: calc(16px + (20 - 16) * (100vw - 300px) / (1100 - 300) ); line-height: 1.5; box-sizing: border-box; ...
Styles/Style.css
HTML { height: 100%; /*using system font-stack*/ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: calc(16px + (20 - 16) * (100vw - 300px) / (1100 - 300) ); line-height: 1.5; box-sizing: border-box; ...
0.406744
0.063861
@charset "utf-8"; /*--------------컨텐츠 페이지 공통속성------------------*/ body { background-image: linear-gradient(80deg, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%); } #wrap { border-radius: 45px; background: rgba(255, 255, 255, 0.4); margin: 4% auto 1% auto; padding: 18px; display: flex; justify-cont...
playddit/WebContent/css/style.css
@charset "utf-8"; /*--------------컨텐츠 페이지 공통속성------------------*/ body { background-image: linear-gradient(80deg, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%); } #wrap { border-radius: 45px; background: rgba(255, 255, 255, 0.4); margin: 4% auto 1% auto; padding: 18px; display: flex; justify-cont...
0.301362
0.115661
Content { display: flex; flex-direction: column; align-items: center; font-family: 'Montserrat', sans-serif; } h1,h2,h3,h4 { font-family: 'Roboto', sans-serif; } h1:hover { color: #FF7F2E; } h2:hover { color: #3FC3BF; } hr { display: block; margin-before: 0.5em; margin-after: 0.5em; margin-sta...
style/index.css
Content { display: flex; flex-direction: column; align-items: center; font-family: 'Montserrat', sans-serif; } h1,h2,h3,h4 { font-family: 'Roboto', sans-serif; } h1:hover { color: #FF7F2E; } h2:hover { color: #3FC3BF; } hr { display: block; margin-before: 0.5em; margin-after: 0.5em; margin-sta...
0.475849
0.102844
body { background-color: #e7e8eb; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Microsoft YaHei"; } input, textarea, button, a { outline: 0 none !important; } a { color: #222; outline: none; } a:hover { color: #222; } a[href] { cursor: pointer; } ul, li { padding: 0;...
web/static/admin/css/layout.css
body { background-color: #e7e8eb; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Microsoft YaHei"; } input, textarea, button, a { outline: 0 none !important; } a { color: #222; outline: none; } a:hover { color: #222; } a[href] { cursor: pointer; } ul, li { padding: 0;...
0.318379
0.070977
.page-container { /* border-color: navajowhite; border-style: dotted; */ width: fit-content; display: grid; /* background-color: rgb(18, 11, 31, 0.4); */ grid-template-columns: 0.8fr 3fr; grid-template-rows: auto auto max-content auto max-content auto; grid-template-areas: 'hero-c hero-c' 'bo...
assets/styles/styles.css
.page-container { /* border-color: navajowhite; border-style: dotted; */ width: fit-content; display: grid; /* background-color: rgb(18, 11, 31, 0.4); */ grid-template-columns: 0.8fr 3fr; grid-template-rows: auto auto max-content auto max-content auto; grid-template-areas: 'hero-c hero-c' 'bo...
0.466603
0.055413
body,html { margin:0; padding:0; font-size:100%; width:100%; } h1 { margin:0; padding:1rem; padding-top:2rem; padding-bottom:1.5rem; width:100%; box-sizing:border-box; text-align:center; font-size:2.5rem; font-family:Roboto; font-weight:300; } h2 { margin:0; padding-top:2rem; padding-bottom:2rem; pa...
css/main.css
body,html { margin:0; padding:0; font-size:100%; width:100%; } h1 { margin:0; padding:1rem; padding-top:2rem; padding-bottom:1.5rem; width:100%; box-sizing:border-box; text-align:center; font-size:2.5rem; font-family:Roboto; font-weight:300; } h2 { margin:0; padding-top:2rem; padding-bottom:2rem; pa...
0.345436
0.049681
.header-btn { background-color: #fff; color: #000; font-size: 1.5em; padding: 5px 15px; border-radius: 5px; text-align: center; font-weight: 700; cursor: pointer; } .header-btn a { color: #000; } .header-btn:hover { background-color: #bbb; } .header-btn-secondary { font-si...
resources/css/header.css
.header-btn { background-color: #fff; color: #000; font-size: 1.5em; padding: 5px 15px; border-radius: 5px; text-align: center; font-weight: 700; cursor: pointer; } .header-btn a { color: #000; } .header-btn:hover { background-color: #bbb; } .header-btn-secondary { font-si...
0.470737
0.10393
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,...
css/index.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,...
0.326486
0.077483
.mw_form{ position: relative; clear: both; } .mw_form:after{ content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } /* Contact Form Styles */ .message-sent-icon{ display: block; width:52px; height: 52px; background: url(../img/message-sent.png) no-repeat; ...
userfiles/modules/contact_form/css/style.css
.mw_form{ position: relative; clear: both; } .mw_form:after{ content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } /* Contact Form Styles */ .message-sent-icon{ display: block; width:52px; height: 52px; background: url(../img/message-sent.png) no-repeat; ...
0.223038
0.056914
.container{ padding: 0px; margin: 0px auto; } /* .main_banner{ width: 78%; height: 38%; } */ /* .banner_img{ width: 980px; margin: 0px auto; position: relative; z-index: 50; } */ .banner_heli{ width: 330px; position: fixed; margin-left: -500px; margin-top: -15px; } .banner_car{ w...
css/responsive.css
.container{ padding: 0px; margin: 0px auto; } /* .main_banner{ width: 78%; height: 38%; } */ /* .banner_img{ width: 980px; margin: 0px auto; position: relative; z-index: 50; } */ .banner_heli{ width: 330px; position: fixed; margin-left: -500px; margin-top: -15px; } .banner_car{ w...
0.091722
0.041269