code
stringlengths
2k
1.04M
repo_path
stringlengths
5
517
parsed_code
stringlengths
0
1.04M
quality_prob
float64
0.02
0.95
learning_prob
float64
0.02
0.93
body{ font-family: sans-serif; } h1 { font-family: 'Courier New', Courier, monospace; } h2{ font-family: 'Courier New', Courier, monospace; } th { background: lightgray; } body, html { height: 150%; } td{ vertical-align: top; text-align: left; } td#work{ background-color: lightpink; } td#Math{...
styles/style.css
body{ font-family: sans-serif; } h1 { font-family: 'Courier New', Courier, monospace; } h2{ font-family: 'Courier New', Courier, monospace; } th { background: lightgray; } body, html { height: 150%; } td{ vertical-align: top; text-align: left; } td#work{ background-color: lightpink; } td#Math{...
0.544317
0.107017
form { /*background: transparent url(http://parentnode.local/img/temp-input.png) repeat-y top left;*/ } fieldset {border: none; display: block;} div.field {padding: 0 68px 15px; position: relative; font-size: 0; z-index: 1;} /* INLINE LABELS */ div.field label {display: none;} /* BASIC FORM INPUTS */ div.field inp...
www/css/lib/desktop/s-form.css
form { /*background: transparent url(http://parentnode.local/img/temp-input.png) repeat-y top left;*/ } fieldset {border: none; display: block;} div.field {padding: 0 68px 15px; position: relative; font-size: 0; z-index: 1;} /* INLINE LABELS */ div.field label {display: none;} /* BASIC FORM INPUTS */ div.field inp...
0.178562
0.130479
@import url('https://fonts.googleapis.com/css?family=Lato|Skranji:wght@700&display=swap'); /* font-family: 'Lato', sans-serif; font-family: 'Skranji', cursive; */ /*----------------- BACKGROUND ------------------*/ .charsheet { background-image: url("https://github.com/Roll20/roll20-character-sheets/blob/master...
Escape from Dino Island/DinoIsland.css
@import url('https://fonts.googleapis.com/css?family=Lato|Skranji:wght@700&display=swap'); /* font-family: 'Lato', sans-serif; font-family: 'Skranji', cursive; */ /*----------------- BACKGROUND ------------------*/ .charsheet { background-image: url("https://github.com/Roll20/roll20-character-sheets/blob/master...
0.482917
0.097476
.height-full { height: 100%; } .wrapper--pt { padding-top: 80px; } .mw-100 { min-width: 100px; } .btn--sm { padding: 12px 10px; } .flex-auto { flex: auto; } .justify-end { justify-content: flex-end; } .justify-center { justify-content: center; } .mw-480 { ...
web/app/themes/agentboost/assets/css/main-bravo.css
.height-full { height: 100%; } .wrapper--pt { padding-top: 80px; } .mw-100 { min-width: 100px; } .btn--sm { padding: 12px 10px; } .flex-auto { flex: auto; } .justify-end { justify-content: flex-end; } .justify-center { justify-content: center; } .mw-480 { ...
0.337422
0.051534
* { margin: 0; padding: 0; } body { width: 100%; height: 100%; z-index: 0; font-family: "Lato", sans-serif; font-size: 16px; line-height: 1.5em; color: #D8D8D8; background-color: #252525; } h1, h2 { font-family: "Roboto", sans-serif; font-size: 2.5em; font-weight: normal; text-align: cente...
stylesheets/style.css
* { margin: 0; padding: 0; } body { width: 100%; height: 100%; z-index: 0; font-family: "Lato", sans-serif; font-size: 16px; line-height: 1.5em; color: #D8D8D8; background-color: #252525; } h1, h2 { font-family: "Roboto", sans-serif; font-size: 2.5em; font-weight: normal; text-align: cente...
0.48438
0.088072
@media (max-width: 1800px) { .header-top-area { max-width: 1550px; } .slider-active:hover .slick-arrow.slick-next { left: auto; right: 10px; } .slider-active:hover .slick-arrow.slick-prev { left: 10px; } .adopt-active .slick-arrow { left: 0; opacity: 0; } .adopt-active .slick-arrow.slick-next { ...
public/frontend/css/responsive.css
@media (max-width: 1800px) { .header-top-area { max-width: 1550px; } .slider-active:hover .slick-arrow.slick-next { left: auto; right: 10px; } .slider-active:hover .slick-arrow.slick-prev { left: 10px; } .adopt-active .slick-arrow { left: 0; opacity: 0; } .adopt-active .slick-arrow.slick-next { ...
0.426919
0.08152
* { font: 1em/1.3 Arial, Helvetica, sans-serif; } * */* Todos los párrafos de la pagina */ p { color: #555; } /* Solo los párrafos contenidos en #primero Cuando te encuentres un id llamado primero y te encuentres un párrafo, le vas a ponber un color con código x todo el párrafo completito se trata como azúl, pero ...
fonts/css/estilos2.css
* { font: 1em/1.3 Arial, Helvetica, sans-serif; } * */* Todos los párrafos de la pagina */ p { color: #555; } /* Solo los párrafos contenidos en #primero Cuando te encuentres un id llamado primero y te encuentres un párrafo, le vas a ponber un color con código x todo el párrafo completito se trata como azúl, pero ...
0.223292
0.487063
:root { --accent: #0088CC; --accent-dark: rgba(48, 55, 87, 1); --danger: #F22222; } html, body, #root { height: 100%; overflow-x: hidden; min-width: 375px; } main { min-height: 100%; } .modal *:not(.no_flex):not(span):not(button), .App *:not(.no_flex):not(span):not(h4):not(a) { display: flex; } body...
src/index.css
:root { --accent: #0088CC; --accent-dark: rgba(48, 55, 87, 1); --danger: #F22222; } html, body, #root { height: 100%; overflow-x: hidden; min-width: 375px; } main { min-height: 100%; } .modal *:not(.no_flex):not(span):not(button), .App *:not(.no_flex):not(span):not(h4):not(a) { display: flex; } body...
0.481454
0.112405
.Login_Logo_Openbravo { width: 260px; height: 70px; background: url(OpenbravoWithVesion_Logo.png) no-repeat center center; } tr.Login_Logo_SourceForge_Field { /*display: none;*/ } tr.Login_Logo_Support_Field { /*display: none;*/ } td.Login_Logo_SourceForge_Container_Cell { border: 0px none; vertical-al...
web/images/Logos.css
.Login_Logo_Openbravo { width: 260px; height: 70px; background: url(OpenbravoWithVesion_Logo.png) no-repeat center center; } tr.Login_Logo_SourceForge_Field { /*display: none;*/ } tr.Login_Logo_Support_Field { /*display: none;*/ } td.Login_Logo_SourceForge_Container_Cell { border: 0px none; vertical-al...
0.322739
0.123075
.noJS{ display: block !important; } #navbar, #desk-content{ display:none;} #noJS-menu, #mobile-content{ display: block;} /***MENU TESTING****/ #noJS-menu #nav-collapsed ul { padding: 0; margin: 0; background: #fff; float: left; width:100%; } #noJS-menu #nav-collapsed li { float: left; display: inline...
app/assets/publications/css/noscript.css
.noJS{ display: block !important; } #navbar, #desk-content{ display:none;} #noJS-menu, #mobile-content{ display: block;} /***MENU TESTING****/ #noJS-menu #nav-collapsed ul { padding: 0; margin: 0; background: #fff; float: left; width:100%; } #noJS-menu #nav-collapsed li { float: left; display: inline...
0.193948
0.050847
* { padding: 0; margin: 0; box-sizing: border-box; font-family: "IBM Plex Sans", sans-serif; scroll-behavior: smooth; } @keyframes animate { 0% { transform: scale(0); } 100% { transform: scale(1); } } h1, h2, h3, h4, h5, h6 { color: #222; font-weight: 700; } a { text-decoration: none; ...
css/style.css
* { padding: 0; margin: 0; box-sizing: border-box; font-family: "IBM Plex Sans", sans-serif; scroll-behavior: smooth; } @keyframes animate { 0% { transform: scale(0); } 100% { transform: scale(1); } } h1, h2, h3, h4, h5, h6 { color: #222; font-weight: 700; } a { text-decoration: none; ...
0.486088
0.091504
body{ font-family: "Arial", "sans-serif"; font-size: 1rem; max-width: 1080px; /* reasonable line wrapping */ margin: 0 auto; /* centers content container */ } dt { font-size: 1rem; width: 6rem; float: left; margin-left: 1rem; ...
static/css/cv-web.css
body{ font-family: "Arial", "sans-serif"; font-size: 1rem; max-width: 1080px; /* reasonable line wrapping */ margin: 0 auto; /* centers content container */ } dt { font-size: 1rem; width: 6rem; float: left; margin-left: 1rem; ...
0.530723
0.07072
.chat { background: #fbfbfb; } .chat .item { display: flex; align-items: center; } .chat .item>.content { flex: 1; } .chat .item .top { display: flex; align-items: center; justify-content: space-between; padding: 3px 0; border-bottom: 2px solid #f9f9f9; } .chat .item .top .headline ...
public/css/chat.css
.chat { background: #fbfbfb; } .chat .item { display: flex; align-items: center; } .chat .item>.content { flex: 1; } .chat .item .top { display: flex; align-items: center; justify-content: space-between; padding: 3px 0; border-bottom: 2px solid #f9f9f9; } .chat .item .top .headline ...
0.433742
0.069954
@media only screen and (max-width: 1200px){ body { overflow-x:hidden; } .main-header .cart-box{ margin-left: 15px; } .main-menu .navigation > li{ margin-left: 18px; } .main-header .cart-box:before{ display: none; } .about-section .img-box{ margin: 0px; top: 35px; } .main-footer .service-wideget...
assets/css/responsive.css
@media only screen and (max-width: 1200px){ body { overflow-x:hidden; } .main-header .cart-box{ margin-left: 15px; } .main-menu .navigation > li{ margin-left: 18px; } .main-header .cart-box:before{ display: none; } .about-section .img-box{ margin: 0px; top: 35px; } .main-footer .service-wideget...
0.092924
0.058453
margin: 0; padding: 0; } #cobalt, #cobalt-out { background-color: #000; background-color: rgba(0,0,0,0.7); border-radius: 20px; box-shadow: rgba(255, 255, 255, 0.5) 1px 1px 5px; -moz-border-radius: 20px; -webkit-border-radius: 20px; -webkit-box-shadow: rgba(255, 255, 255, 0.5) 1px 1px 5px; posit...
app/sites/all/modules/contrib/cobalt/css/cobalt.css
margin: 0; padding: 0; } #cobalt, #cobalt-out { background-color: #000; background-color: rgba(0,0,0,0.7); border-radius: 20px; box-shadow: rgba(255, 255, 255, 0.5) 1px 1px 5px; -moz-border-radius: 20px; -webkit-border-radius: 20px; -webkit-box-shadow: rgba(255, 255, 255, 0.5) 1px 1px 5px; posit...
0.271541
0.082143
@font-face { font-family: 'laundry'; src: url('fonts/laundry.eot?p32t4o'); src: url('fonts/laundry.eot?p32t4o#iefix') format('embedded-opentype'), url('fonts/laundry.ttf?p32t4o') format('truetype'), url('fonts/laundry.woff?p32t4o') format('woff'), url('fonts/laundry.svg?p32t4o#laundry') format('svg'...
fonts/style.css
@font-face { font-family: 'laundry'; src: url('fonts/laundry.eot?p32t4o'); src: url('fonts/laundry.eot?p32t4o#iefix') format('embedded-opentype'), url('fonts/laundry.ttf?p32t4o') format('truetype'), url('fonts/laundry.woff?p32t4o') format('woff'), url('fonts/laundry.svg?p32t4o#laundry') format('svg'...
0.251648
0.11422
@font-face { font-family: montserrat-light; src: url(/fonts/Montserrat-Light.otf?f5e955efb2bef154ac6dd150903f2d45); } @font-face { font-family: montserrat-bold; src: url(/fonts/Montserrat-Bold.otf?5a6aef823dd8d1b22aacd78aebb653d6); } @font-face { font-family: montserrat-hairline; src: url(/fonts/Montserra...
public/css/app.css
@font-face { font-family: montserrat-light; src: url(/fonts/Montserrat-Light.otf?f5e955efb2bef154ac6dd150903f2d45); } @font-face { font-family: montserrat-bold; src: url(/fonts/Montserrat-Bold.otf?5a6aef823dd8d1b22aacd78aebb653d6); } @font-face { font-family: montserrat-hairline; src: url(/fonts/Montserra...
0.23292
0.064036
body { margin: 10px; background-color: #fff5ef; } h1 { font-family: "Times New Roman"; font-size: 30px; font-weight: bold; text-align: center; } h1.header { color: #722f1a; margin-bottom: 30px; } h4 { font-family: "Times New Roman"; font-size: 26px; font-weight: bold; margin-top: 12px; marg...
css/styles.css
body { margin: 10px; background-color: #fff5ef; } h1 { font-family: "Times New Roman"; font-size: 30px; font-weight: bold; text-align: center; } h1.header { color: #722f1a; margin-bottom: 30px; } h4 { font-family: "Times New Roman"; font-size: 26px; font-weight: bold; margin-top: 12px; marg...
0.429071
0.079854
body { margin: 0 !important; padding: 0 !important; font-family: "Ubuntu", sans-serif; color: #fafafa; background-color: #232323; overflow-x: hidden !important; transition: all 0.3s ease-out; } @media screen and (max-width: 375px) { body { overflow-x: hidden !important; } } @media screen and (ma...
client/src/index.css
body { margin: 0 !important; padding: 0 !important; font-family: "Ubuntu", sans-serif; color: #fafafa; background-color: #232323; overflow-x: hidden !important; transition: all 0.3s ease-out; } @media screen and (max-width: 375px) { body { overflow-x: hidden !important; } } @media screen and (ma...
0.477554
0.081374
a.btn{ color: #fff !important; cursor: pointer; } table.table-top td span { border: 1px solid #000; padding: 0px 10px 0px 5px; margin-right: -1px; } table.table-top td span:first-child{ border:none } table.table-top td { display: flex; margin-right: 15px; } table.table-top td:last-child { ...
css/style.css
a.btn{ color: #fff !important; cursor: pointer; } table.table-top td span { border: 1px solid #000; padding: 0px 10px 0px 5px; margin-right: -1px; } table.table-top td span:first-child{ border:none } table.table-top td { display: flex; margin-right: 15px; } table.table-top td:last-child { ...
0.25174
0.068756
.title{ text-align: center;} .title-one{color: #333333;font-size: 33px;} .title-one i{display: inline-block; width: 43px; height: 16px; background: url("title_icon_01.png") no-repeat; margin: 0 34px -5px 34px;} .title-two{color: #999999; font-size: 18px;} .past-activity .slidetxtbox .bd ul li.two .title-one i{ width: ...
images/hqc_3.css
.title{ text-align: center;} .title-one{color: #333333;font-size: 33px;} .title-one i{display: inline-block; width: 43px; height: 16px; background: url("title_icon_01.png") no-repeat; margin: 0 34px -5px 34px;} .title-two{color: #999999; font-size: 18px;} .past-activity .slidetxtbox .bd ul li.two .title-one i{ width: ...
0.241937
0.093595
.fullscreen-modal-email-preview { margin: 30px; max-width: 100%; } .fullscreen-modal-email-preview .modal-content { position: relative; overflow: scroll; height: 100%; padding: 0; } .fullscreen-modal-email-preview .modal-body { margin: 0; } .gh-pe-header { position: sticky; top: 0...
app/styles/layouts/preview-email.css
.fullscreen-modal-email-preview { margin: 30px; max-width: 100%; } .fullscreen-modal-email-preview .modal-content { position: relative; overflow: scroll; height: 100%; padding: 0; } .fullscreen-modal-email-preview .modal-body { margin: 0; } .gh-pe-header { position: sticky; top: 0...
0.492676
0.085061
* { font-family: 'PT Sans', sans-serif; } html { scroll-behavior: smooth; } @media screen and (prefers-reduced-motion: reduce) { html { scroll-behavior: smooth; } } html, body { overflow-x: hidden; } h1, h2, h3, h4, h5, h6, a, p, li, small { color: #666; fon...
css/main.css
* { font-family: 'PT Sans', sans-serif; } html { scroll-behavior: smooth; } @media screen and (prefers-reduced-motion: reduce) { html { scroll-behavior: smooth; } } html, body { overflow-x: hidden; } h1, h2, h3, h4, h5, h6, a, p, li, small { color: #666; fon...
0.455683
0.116387
.dash { display: flex; flex-wrap: wrap; min-height: 100vh; background-image: linear-gradient(110.27deg, #3e00a3 0%, #05000e 100%); font-family: "Noto Sans JP", sans-serif !important; } .login-nav { padding-top: 20px; } .dash .login-nav span { display: flex; } .dash .create { width: 200px; background: linear...
src/pages/Dashboard/Dashboard.css
.dash { display: flex; flex-wrap: wrap; min-height: 100vh; background-image: linear-gradient(110.27deg, #3e00a3 0%, #05000e 100%); font-family: "Noto Sans JP", sans-serif !important; } .login-nav { padding-top: 20px; } .dash .login-nav span { display: flex; } .dash .create { width: 200px; background: linear...
0.354768
0.077239
* { margin: 0; padding: 0; font-family: Raleway, sans-serif; box-sizing: border-box; } main { max-width: 756px; margin: auto; } .flex { display: flex; flex-wrap: wrap; justify-content: center; } .form-control { height: 5rem; width: 320px; display: flex; justify-content: space-around; alig...
php_sample/src-js/static/score_speech/css/django_sample.css
* { margin: 0; padding: 0; font-family: Raleway, sans-serif; box-sizing: border-box; } main { max-width: 756px; margin: auto; } .flex { display: flex; flex-wrap: wrap; justify-content: center; } .form-control { height: 5rem; width: 320px; display: flex; justify-content: space-around; alig...
0.435902
0.074231
* { font-family: Open Sans; } .read-row { position: absolute; width: 419px; top: 125px; text-align: center; font-size: 48px; margin: auto; } .sess-row { position: absolute; width: 419px; top: 69px; text-align: center; font-size: 30px; font-family: Railway; margin: auto; } .btn, .btn:hover ...
style.css
* { font-family: Open Sans; } .read-row { position: absolute; width: 419px; top: 125px; text-align: center; font-size: 48px; margin: auto; } .sess-row { position: absolute; width: 419px; top: 69px; text-align: center; font-size: 30px; font-family: Railway; margin: auto; } .btn, .btn:hover ...
0.458349
0.066448
.bold_text { font-weight:bold; color:#323232; } .inactive_text { font-family: Arial, Helvetica, sans-serif; color:#A0A0A0; } .active_text { font-family: Arial, Helvetica, sans-serif; color:#323232; font-style:normal; } .title { color:#1F768E; font-size:16px; font-weight:bold; text-align:left; } .error { ...
app/assets/stylesheets/HelpCenter.css
.bold_text { font-weight:bold; color:#323232; } .inactive_text { font-family: Arial, Helvetica, sans-serif; color:#A0A0A0; } .active_text { font-family: Arial, Helvetica, sans-serif; color:#323232; font-style:normal; } .title { color:#1F768E; font-size:16px; font-weight:bold; text-align:left; } .error { ...
0.263505
0.089296
div.scalr-ui-farmselroles-blocks { float: left; position: absolute; height: 130px; } /* Add button */ div.scalr-ui-farmselroles-add { left: 0px; width: 40px; cursor: pointer; border-width: 1px; border-style: none solid none none; border-color: #8DB2E3; background-color: #D9EAFD; background-image: url('/ui/i...
www/ui/js/ui/farms/builder/selroles.css
div.scalr-ui-farmselroles-blocks { float: left; position: absolute; height: 130px; } /* Add button */ div.scalr-ui-farmselroles-add { left: 0px; width: 40px; cursor: pointer; border-width: 1px; border-style: none solid none none; border-color: #8DB2E3; background-color: #D9EAFD; background-image: url('/ui/i...
0.376394
0.052449
body { /* Take up the full page */ width: 100%; height: 100%; margin: 0px; background-color: #999; touch-action: none; } /* Override default container style to remove 3D effect */ .Container { border: none; box-shadow: none; } /* Override default edit box style to remove 3D effect ...
vis/Styles/Remotery.css
body { /* Take up the full page */ width: 100%; height: 100%; margin: 0px; background-color: #999; touch-action: none; } /* Override default container style to remove 3D effect */ .Container { border: none; box-shadow: none; } /* Override default edit box style to remove 3D effect ...
0.441191
0.092565
.jpslitslider .sl-slider-wrapper { width: 100%; height: 600px; overflow: hidden; position: relative; } .jpslitslider .sl-slider h2 { position: relative; z-index: 100; text-shadow: 0 -1px 0 rgba(0,0,0,0.2); padding:1% 1%; letter-spacing:2px; } .jpslitslider .sl-slider .text-container { position...
fake_files/slitslider.css
.jpslitslider .sl-slider-wrapper { width: 100%; height: 600px; overflow: hidden; position: relative; } .jpslitslider .sl-slider h2 { position: relative; z-index: 100; text-shadow: 0 -1px 0 rgba(0,0,0,0.2); padding:1% 1%; letter-spacing:2px; } .jpslitslider .sl-slider .text-container { position...
0.271831
0.059237
*:focus {outline: none;} /* === Form Typography === */ body {font: 14px/21px "Verdana", "Lucida Grande", "Lucida Sans Unicode", sans-serif;} .contact_form h2, .contact_form label {font-family:Georgia, Times, "Times New Roman", serif;} .form_hint, .required_notification {font-size: 11px;} html { background-color: ...
src/AppBundle/Resources/public/css/style.css
*:focus {outline: none;} /* === Form Typography === */ body {font: 14px/21px "Verdana", "Lucida Grande", "Lucida Sans Unicode", sans-serif;} .contact_form h2, .contact_form label {font-family:Georgia, Times, "Times New Roman", serif;} .form_hint, .required_notification {font-size: 11px;} html { background-color: ...
0.310276
0.0729
.CodeMirror{ background-color:#fff; width:100%; height: auto; } .codemirror-wrapper { border: 1px solid #dddddd; flex-wrap: wrap; } .codemirror-wrapper .codemirror-toolbar{ padding:8px; background-color: #f7f5f3; border-bottom: 1px solid #ddd; height:41px; width:100%; } .codemirror-wrapper ....
server/nitro/src/css/plugins/codemirror/codemirror_custom.css
.CodeMirror{ background-color:#fff; width:100%; height: auto; } .codemirror-wrapper { border: 1px solid #dddddd; flex-wrap: wrap; } .codemirror-wrapper .codemirror-toolbar{ padding:8px; background-color: #f7f5f3; border-bottom: 1px solid #ddd; height:41px; width:100%; } .codemirror-wrapper ....
0.33546
0.051154
@-moz-document domain("cryptowat.ch") { header#header { visibility: hidden; display: none; } main#marketview { top: 0px !important; } #marketview { bottom: 0px !important; } #viewport #chart-navigation { height: 15px; } .footer-dropup .option, .header-dropdown .option { font-size...
data/usercss/120785.user.css
@-moz-document domain("cryptowat.ch") { header#header { visibility: hidden; display: none; } main#marketview { top: 0px !important; } #marketview { bottom: 0px !important; } #viewport #chart-navigation { height: 15px; } .footer-dropup .option, .header-dropdown .option { font-size...
0.138287
0.054149
height: 100vh; width: 100%; } .file-upload { background-color: #333333; padding: 5%; height: 100%; } .file-upload-btn { width: 100%; margin: 0; color: #fff; background: #1FB264; border: none; padding: 10px; border-radius: 4px; border-bottom: 4px solid #15824B; t...
css/file-upload.css
height: 100vh; width: 100%; } .file-upload { background-color: #333333; padding: 5%; height: 100%; } .file-upload-btn { width: 100%; margin: 0; color: #fff; background: #1FB264; border: none; padding: 10px; border-radius: 4px; border-bottom: 4px solid #15824B; t...
0.452294
0.066721
html, body{ font-size: 100%; background: #fff; font-family: 'Open Sans', sans-serif; } .body { background-color: #bbb; } p{ margin:0; } h1,h2,h3,h4,h5,h6{ font-family: 'Lato', sans-serif; margin:0; } .container--head { background: #184896; } .bt-enlace { color: grey; padding: 10px; cursor: ...
public/css/global.css
html, body{ font-size: 100%; background: #fff; font-family: 'Open Sans', sans-serif; } .body { background-color: #bbb; } p{ margin:0; } h1,h2,h3,h4,h5,h6{ font-family: 'Lato', sans-serif; margin:0; } .container--head { background: #184896; } .bt-enlace { color: grey; padding: 10px; cursor: ...
0.414188
0.059921
body{ background-color: black; color: white; } #mainSVG { position: absolute; } .jumbotron { background-color: rgb(64, 64, 64); } .txtTitreAxe0{ fill:rgb(3, 246, 162); } .txtTitreAxe90{ fill:rgb(252, 161, 205); } .txtTitreAxe180{ fill:rgb(84, 214, 255); } .txtTitreAxe270{ fill:rgb(173, ...
asset/css/cartoaffect.css
body{ background-color: black; color: white; } #mainSVG { position: absolute; } .jumbotron { background-color: rgb(64, 64, 64); } .txtTitreAxe0{ fill:rgb(3, 246, 162); } .txtTitreAxe90{ fill:rgb(252, 161, 205); } .txtTitreAxe180{ fill:rgb(84, 214, 255); } .txtTitreAxe270{ fill:rgb(173, ...
0.392919
0.108992
*{margin:0;padding:0;} *,*:focus { outline: none; } textarea{ outline:none;resize:none; } html,body{height:100%;} body { position:fixed; top:0; bottom:0; left:0; right:0; /*background: #c30e2e;#0147A7*/ color: #333; margin:0; padding:0; font-family:"Microsoft Yahei"; font-size:14px; } .boxes{ position: re...
src/public/css/styles.css
*{margin:0;padding:0;} *,*:focus { outline: none; } textarea{ outline:none;resize:none; } html,body{height:100%;} body { position:fixed; top:0; bottom:0; left:0; right:0; /*background: #c30e2e;#0147A7*/ color: #333; margin:0; padding:0; font-family:"Microsoft Yahei"; font-size:14px; } .boxes{ position: re...
0.192615
0.045416
.loading-page { position: fixed; left: calc(50% - 100px); top: calc(50% - 112px); z-index: 1000; } .spinner-grow { color: #311D40; width: 10rem; height: 10rem; } .spinner-text { color: #311D40; margin-left: 35px; } .loading-holder { background: transparent; width: 100%; height: 100%; } /* Pa...
aws-sam-client/app/styles/app.css
.loading-page { position: fixed; left: calc(50% - 100px); top: calc(50% - 112px); z-index: 1000; } .spinner-grow { color: #311D40; width: 10rem; height: 10rem; } .spinner-text { color: #311D40; margin-left: 35px; } .loading-holder { background: transparent; width: 100%; height: 100%; } /* Pa...
0.538255
0.138637
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'poppins', sans-serif; } .body { display: block; } .intro { background-image: url(images/background/h_img.jpg); background-position: center center; background-size: cover; background-repeat: no-repeat; text-align: center; color: white; padd...
index.css
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'poppins', sans-serif; } .body { display: block; } .intro { background-image: url(images/background/h_img.jpg); background-position: center center; background-size: cover; background-repeat: no-repeat; text-align: center; color: white; padd...
0.355439
0.069069
.insa-logo{ height: 40px; } .cc-link{ text-decoration: underline; cursor: pointer; } .cc-link:hover{ color: #d6d6d6; } /* The Modal (background) */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 100px; /* Location of the box */ ...
css/main.css
.insa-logo{ height: 40px; } .cc-link{ text-decoration: underline; cursor: pointer; } .cc-link:hover{ color: #d6d6d6; } /* The Modal (background) */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 100px; /* Location of the box */ ...
0.448185
0.089534
.Calc{ width: 60%; padding:10px 20px 30px 20px; margin: 10px; border: 0.5px solid #fff; text-align: center; color: #fff; } .Calc{ background-color:#000; -webkit-box-shadow: 0 6px 6px -8px black; -moz-box-shadow: 0 6px 6px -8px black; box-shadow: 0 6px 6px -8px black; } ...
src/components/calculator/calculator.style.css
.Calc{ width: 60%; padding:10px 20px 30px 20px; margin: 10px; border: 0.5px solid #fff; text-align: center; color: #fff; } .Calc{ background-color:#000; -webkit-box-shadow: 0 6px 6px -8px black; -moz-box-shadow: 0 6px 6px -8px black; box-shadow: 0 6px 6px -8px black; } ...
0.534612
0.068444
html { width: 100%; height: 100%; } body { width: 100%; height: 100%; background: #f8f8f8 repeat scroll 0 0; -webkit-tap-highlight-color: transparent; color: #fff; /*#b0b0b0*/ /*dcdcdc*/ /*f8f8f8*/ } .ui-page { top: 0; left: 0; width: 100%; height: 100%; dis...
src/css/style.css
html { width: 100%; height: 100%; } body { width: 100%; height: 100%; background: #f8f8f8 repeat scroll 0 0; -webkit-tap-highlight-color: transparent; color: #fff; /*#b0b0b0*/ /*dcdcdc*/ /*f8f8f8*/ } .ui-page { top: 0; left: 0; width: 100%; height: 100%; dis...
0.362743
0.077903
* { margin: 0; padding: 0; box-sizing: border-box; } body { width: 100%; height: 6715px; } /* Header */ .header { display: flex; justify-content: flex-start; align-items: center; width: 100%; height: 92px; } .mobile-nav { display: flex; justify-content: space-between; width: 100%; } .desk...
style.css
* { margin: 0; padding: 0; box-sizing: border-box; } body { width: 100%; height: 6715px; } /* Header */ .header { display: flex; justify-content: flex-start; align-items: center; width: 100%; height: 92px; } .mobile-nav { display: flex; justify-content: space-between; width: 100%; } .desk...
0.450601
0.071982
input[type='file'] { color: transparent; } .fileUpload { position: relative; overflow: hidden; margin:0; width: 100%; text-align: center; } .fileUpload > span { border: 1px solid #e0e0e0; border-radius: 5px; float: left; line-height: 35px; width: 144px; color: #e0e0e0; background: #0...
assets/css/front-end/customOLD.css
input[type='file'] { color: transparent; } .fileUpload { position: relative; overflow: hidden; margin:0; width: 100%; text-align: center; } .fileUpload > span { border: 1px solid #e0e0e0; border-radius: 5px; float: left; line-height: 35px; width: 144px; color: #e0e0e0; background: #0...
0.396302
0.105625
@import url("https://fonts.googleapis.com/css2?family=Courgette&display=swap"); @import url("https://fonts.googleapis.com/css?family=Libre+Baskerville&display=swap"); @import url("https://fonts.googleapis.com/css?family=Inter&display=swap"); :root { --fin-black: rgba(26, 26, 26, 1); --fin-black-transparent: rg...
angularfrontend/src/styles.css
@import url("https://fonts.googleapis.com/css2?family=Courgette&display=swap"); @import url("https://fonts.googleapis.com/css?family=Libre+Baskerville&display=swap"); @import url("https://fonts.googleapis.com/css?family=Inter&display=swap"); :root { --fin-black: rgba(26, 26, 26, 1); --fin-black-transparent: rg...
0.483405
0.14554
.loader { --loading-color: var(--agnostic-loading-color, var(--agnostic-dark)); --loading-size: var(--fluid-16); --loading-size-small: var(--fluid-12); --loading-size-large: var(--fluid-18); position: relative; box-sizing: border-box; animation: blink 1s infinite; animation-delay: 250ms; /* Make up ...
agnostic-react/src/loader.css
.loader { --loading-color: var(--agnostic-loading-color, var(--agnostic-dark)); --loading-size: var(--fluid-16); --loading-size-small: var(--fluid-12); --loading-size-large: var(--fluid-18); position: relative; box-sizing: border-box; animation: blink 1s infinite; animation-delay: 250ms; /* Make up ...
0.650134
0.153676
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 100; src: local('Lato Hairline'), local('Lato-Hairline'), url(../fonts/lato/GtRkRNTnri0g82CjKnEB0Q.woff2) format('woff2'), url(../fonts/lato/boeCNmOCCh-EWFLSfVffDg.woff) format('woff'); } @font-face { font-family: 'Lato'; font-style: normal;...
all-hugo-themes/hugo-theme-persona/static/static/css/lato-font.css
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 100; src: local('Lato Hairline'), local('Lato-Hairline'), url(../fonts/lato/GtRkRNTnri0g82CjKnEB0Q.woff2) format('woff2'), url(../fonts/lato/boeCNmOCCh-EWFLSfVffDg.woff) format('woff'); } @font-face { font-family: 'Lato'; font-style: normal;...
0.266357
0.067056
body{ margin: 0; padding: 0; background-image: url("back.jpg"); background-repeat: no-repeat; background-size: auto; background-color: rgba(0, 0, 0, 0.4); } nav { background-color: rgba(0, 0, 0, 0.4); height: 70px; width: 100%; } nav ul { padding: 0px; margin: 0px; text-align:...
style.css
body{ margin: 0; padding: 0; background-image: url("back.jpg"); background-repeat: no-repeat; background-size: auto; background-color: rgba(0, 0, 0, 0.4); } nav { background-color: rgba(0, 0, 0, 0.4); height: 70px; width: 100%; } nav ul { padding: 0px; margin: 0px; text-align:...
0.378229
0.054904
a { color: #252525; opacity: .95; text-decoration: underline; } a:hover { color: #000000; opacity: 1; } code { background-color: #fff; border-radius: 3px; border: 1px solid rgba(0,0,0,.1); padding: 2px 4px; color: #9b1b56; } .h-link:after { content: "\f0c1"; ...
documentation/assets/css/style.css
a { color: #252525; opacity: .95; text-decoration: underline; } a:hover { color: #000000; opacity: 1; } code { background-color: #fff; border-radius: 3px; border: 1px solid rgba(0,0,0,.1); padding: 2px 4px; color: #9b1b56; } .h-link:after { content: "\f0c1"; ...
0.462473
0.11004
.listwrap { overflow-x: hidden; } .listwrap .list { width: 100%; background: #fff; margin: 0 auto; } .listwrap .list .listnavwrap { width: 100%; height: 33px; border-top: 1px solid rgba(0, 0, 0, 0.17); border-bottom: 1px solid rgba(0, 0, 0, 0.1); background: #fafafa; } .listwrap .list .listnavwrap ...
src/css/4.list.css
.listwrap { overflow-x: hidden; } .listwrap .list { width: 100%; background: #fff; margin: 0 auto; } .listwrap .list .listnavwrap { width: 100%; height: 33px; border-top: 1px solid rgba(0, 0, 0, 0.17); border-bottom: 1px solid rgba(0, 0, 0, 0.1); background: #fafafa; } .listwrap .list .listnavwrap ...
0.499512
0.037012
body { font-family: Verdana,Helvetica,Arial,sans-serif; margin: 0; padding: 0; } .left { float: left; } .right { float: right; } .clear { clear: both; } #main-outer { margin: 0; padding: 0; font-family: Arial,sans-serif; background: #fff; color: #000; } /* Main content */ #main-body ...
web/src/main/webapp/a51.css
body { font-family: Verdana,Helvetica,Arial,sans-serif; margin: 0; padding: 0; } .left { float: left; } .right { float: right; } .clear { clear: both; } #main-outer { margin: 0; padding: 0; font-family: Arial,sans-serif; background: #fff; color: #000; } /* Main content */ #main-body ...
0.515376
0.135175
.edit-num{ position: static; width: 439px; height: 23px; left: 24px; top: 24px; /* Text/Semibold/500 */ font-family: Montserrat; font-style: normal; font-weight: 600; font-size: 18px; line-height: 130%; /* or 23px */ display: flex; align-items: center; /* Color/Dark Grey/500 */ color: #263643; /* Inside Auto...
src/app/modules/shared/components/edit-phone-number-dialog/edit-phone-number-dialog.component.css
.edit-num{ position: static; width: 439px; height: 23px; left: 24px; top: 24px; /* Text/Semibold/500 */ font-family: Montserrat; font-style: normal; font-weight: 600; font-size: 18px; line-height: 130%; /* or 23px */ display: flex; align-items: center; /* Color/Dark Grey/500 */ color: #263643; /* Inside Auto...
0.391057
0.078642
border: 2px goldenrod solid; padding: 20px; margin: 20px; font-size: 30px; } #buttonns { z-index: 10; } #button-instruction:hover { background-color: white; } #button-script:hover { background-color: white; } #button-instruction { background-color: green; font-family: monospace; margin-bottom: 20...
css/indexstyle.css
border: 2px goldenrod solid; padding: 20px; margin: 20px; font-size: 30px; } #buttonns { z-index: 10; } #button-instruction:hover { background-color: white; } #button-script:hover { background-color: white; } #button-instruction { background-color: green; font-family: monospace; margin-bottom: 20...
0.502441
0.112308
.vat, .vat_ > * { vertical-align: top; } .vab, .vab_ > * { vertical-align: bottom; } .vam, .vam_ > * { vertical-align: middle; } /*align End*/ /*background Start*/ .bgn { background: none !important; } /*background End*/ /*border Start*/ .bdn { border: none !important; } /*border End*/ /**box-sizing Star...
dist/style.css
.vat, .vat_ > * { vertical-align: top; } .vab, .vab_ > * { vertical-align: bottom; } .vam, .vam_ > * { vertical-align: middle; } /*align End*/ /*background Start*/ .bgn { background: none !important; } /*background End*/ /*border Start*/ .bdn { border: none !important; } /*border End*/ /**box-sizing Star...
0.687315
0.088465
.cssload-container{ display: block; margin-top:-1px; margin-left: calc(50% - 29px ); width:97px; position: absolute; z-index: 999; } .cssload-loading i{ width: 9px; height: 9px; display: inline-block; border-radius: 50%; background: rgba(135, 219, 255, 0.97); } .cssload-loading i:first-child{ opacity...
js/dest/package/loading.css
.cssload-container{ display: block; margin-top:-1px; margin-left: calc(50% - 29px ); width:97px; position: absolute; z-index: 999; } .cssload-loading i{ width: 9px; height: 9px; display: inline-block; border-radius: 50%; background: rgba(135, 219, 255, 0.97); } .cssload-loading i:first-child{ opacity...
0.159087
0.0537
background: #F9F9F9; border: 1px solid #AAAAAA; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); display: table; /*font-size: 95%;*/ margin-bottom: 1em; padding: 10px; position: relative; width: auto; } .ez-toc-widget-container { /*padding: 0...
plugins/easy-table-of-contents/assets/css/screen.css
background: #F9F9F9; border: 1px solid #AAAAAA; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); display: table; /*font-size: 95%;*/ margin-bottom: 1em; padding: 10px; position: relative; width: auto; } .ez-toc-widget-container { /*padding: 0...
0.179315
0.070017
.mod_navbar { border-bottom: 1px solid #e1e1e1; -webkit-box-shadow: 1px 0 3px #eee,inset 0 0 3px #fff; box-shadow: 1px 0 3px #eee,inset 0 0 3px #fff; padding: 0 15px; position: absolute; top: 0px; left:0; width: 100%; background-color: #f9f9f7; z-index: 3; height: ...
web/css/console-task.css
.mod_navbar { border-bottom: 1px solid #e1e1e1; -webkit-box-shadow: 1px 0 3px #eee,inset 0 0 3px #fff; box-shadow: 1px 0 3px #eee,inset 0 0 3px #fff; padding: 0 15px; position: absolute; top: 0px; left:0; width: 100%; background-color: #f9f9f7; z-index: 3; height: ...
0.332852
0.108283
* { box-sizing: border-box; } html, body { width: 100%; margin: 0; padding: 0; background-color: #ffffff; color: #424242; font-family: "Roboto Mono", monospace; } /* MODULES */ .profile { display: flex; justify-content: center; align-content: center; flex-direction: column; margin-top: 80px; }...
public/css/main.css
* { box-sizing: border-box; } html, body { width: 100%; margin: 0; padding: 0; background-color: #ffffff; color: #424242; font-family: "Roboto Mono", monospace; } /* MODULES */ .profile { display: flex; justify-content: center; align-content: center; flex-direction: column; margin-top: 80px; }...
0.50293
0.089574
body { font-family: "Open Sans", sans-serif; color: #444444; } /* a { color: #00a8e9; } */ a:hover { color: #34e5a6; text-decoration: none; } h1, h2, h3, h4, h5, h6 { font-family: "Montserrat", sans-serif; } /*----------------------------------------------...
resources/public/assets/css/invoice.css
body { font-family: "Open Sans", sans-serif; color: #444444; } /* a { color: #00a8e9; } */ a:hover { color: #34e5a6; text-decoration: none; } h1, h2, h3, h4, h5, h6 { font-family: "Montserrat", sans-serif; } /*----------------------------------------------...
0.389663
0.078536
@import '../variables.css'; :root { --brand-color: #61dafb; } .root { background: fff; color: #fff; } header { width: 100%; background: #fff; z-index: 100; position: relative } .cmn { position: absolute; margin-left: -9999px; visibility: hidden } .cmn+label { display: inline-block; position:...
src/components/Header/Header.css
@import '../variables.css'; :root { --brand-color: #61dafb; } .root { background: fff; color: #fff; } header { width: 100%; background: #fff; z-index: 100; position: relative } .cmn { position: absolute; margin-left: -9999px; visibility: hidden } .cmn+label { display: inline-block; position:...
0.368065
0.052863
*, :after, :before { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; } body { display: block; margin: 0px; } a { color: #0856e6; } .header { background-color: #000000; display: flex; /* padding-left: 20%; */ padding-top: 1rem; padding-bottom: 1rem; min-height: 60px; } .lo...
styles/style.css
*, :after, :before { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; } body { display: block; margin: 0px; } a { color: #0856e6; } .header { background-color: #000000; display: flex; /* padding-left: 20%; */ padding-top: 1rem; padding-bottom: 1rem; min-height: 60px; } .lo...
0.354657
0.064359
canvas { display: block; margin: auto; } #confetti { opacity: 0.9; position: absolute; left: 0; top: 0; } body { background-color: lightblue; color: white; margin: 0; padding: 0; font-family: "Open Sans"; } #pictures { display: -webkit-flex; display: -ms-flexbox; display: flex; height: ...
css/app.css
canvas { display: block; margin: auto; } #confetti { opacity: 0.9; position: absolute; left: 0; top: 0; } body { background-color: lightblue; color: white; margin: 0; padding: 0; font-family: "Open Sans"; } #pictures { display: -webkit-flex; display: -ms-flexbox; display: flex; height: ...
0.461988
0.085023
.jSheetControls_loc { border-width: 0px ! important; background: none ! important; width: 35px; text-align: right; } .jSheetControls_formula { width: 99%; height: 17px; } .jSheetControls_formulaParent { border: none ! important; } .jSheetControls, .jSheetControls table { padding: 0px...
lib/node_modules/es_prototype_client/jquery.sheet.css
.jSheetControls_loc { border-width: 0px ! important; background: none ! important; width: 35px; text-align: right; } .jSheetControls_formula { width: 99%; height: 17px; } .jSheetControls_formulaParent { border: none ! important; } .jSheetControls, .jSheetControls table { padding: 0px...
0.237753
0.052231
@font-face { font-family: Roboto; src: url("/fonts/Roboto-Regular.woff2?v=1.1.0") format("woff2"), url("/fonts/Roboto-Regular.woff?v=1.1.0") format("woff"), url("/fonts/Roboto-Regular.ttf?v=1.1.0") format("truetype"); font-weight: 400; font-style: normal; } @font-face { font-family: Roboto; src: url("/fonts...
contents/css/main.css
@font-face { font-family: Roboto; src: url("/fonts/Roboto-Regular.woff2?v=1.1.0") format("woff2"), url("/fonts/Roboto-Regular.woff?v=1.1.0") format("woff"), url("/fonts/Roboto-Regular.ttf?v=1.1.0") format("truetype"); font-weight: 400; font-style: normal; } @font-face { font-family: Roboto; src: url("/fonts...
0.320183
0.064447
:root { --mariner: #2577c1; --ocean-green: #409e72; --port-gore: #1c1a4c; --tussock: #be8e3a; --pomegranate: #f44336; --pomegranate-dark: #a12a22; --sandybrown: #f8ac51; --pumpkin: #ed5c35; /* --mariner: rgba(#2577c1, 0.99); --ocean-green: rgba(#409e72, 0.99); --port-gore: rgba(#1c1a4c, 0.99); --tus...
src/css/site.css
:root { --mariner: #2577c1; --ocean-green: #409e72; --port-gore: #1c1a4c; --tussock: #be8e3a; --pomegranate: #f44336; --pomegranate-dark: #a12a22; --sandybrown: #f8ac51; --pumpkin: #ed5c35; /* --mariner: rgba(#2577c1, 0.99); --ocean-green: rgba(#409e72, 0.99); --port-gore: rgba(#1c1a4c, 0.99); --tus...
0.270866
0.149935
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,900"); html { -webkit-box-sizing: border-box; box-sizing: border-box; } *, *:before, *:after { -webkit-box-sizing: inherit; box-sizing: inherit; } *:focus { outline: none; } body { margin: 0; padding: 0; line-height: 1; font-family...
frontend/src/App.css
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,900"); html { -webkit-box-sizing: border-box; box-sizing: border-box; } *, *:before, *:after { -webkit-box-sizing: inherit; box-sizing: inherit; } *:focus { outline: none; } body { margin: 0; padding: 0; line-height: 1; font-family...
0.348313
0.051035
@charset "utf-8"; /* ========================================================================== Base ========================================================================== */ @import url("http://fonts.googleapis.com/css?family=Open%20Sans:400,700"); body { color: #000; font-family: "Open Sans", "Helvet...
public/assets/css/app.css
@charset "utf-8"; /* ========================================================================== Base ========================================================================== */ @import url("http://fonts.googleapis.com/css?family=Open%20Sans:400,700"); body { color: #000; font-family: "Open Sans", "Helvet...
0.301876
0.051678
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@900&display=swap'); .badge-success { box-shadow: 0px 0px 10px 0px rgb(6, 214, 44); } .badge-info { box-shadow: 0px 0px 10px 0px #5c7cfa; } .badge-link { box-shadow: 0px 0px 10px 0px #6669ff; } .badge-primary { box-shadow: 0px 0px 10px 0px ...
apps/core/static/css/custom.css
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@900&display=swap'); .badge-success { box-shadow: 0px 0px 10px 0px rgb(6, 214, 44); } .badge-info { box-shadow: 0px 0px 10px 0px #5c7cfa; } .badge-link { box-shadow: 0px 0px 10px 0px #6669ff; } .badge-primary { box-shadow: 0px 0px 10px 0px ...
0.386648
0.229244
* { margin: 0; padding: 0; } body { background: #fff; /*background-image: url(/images/gridbg.gif);*/ color: #333; font-size: 13px; line-height: 18px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; padding-bottom: 54px; } #page { margin: 0 auto; padding: 0; width: 60%; } a { ...
public/stylesheets/default.css
* { margin: 0; padding: 0; } body { background: #fff; /*background-image: url(/images/gridbg.gif);*/ color: #333; font-size: 13px; line-height: 18px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; padding-bottom: 54px; } #page { margin: 0 auto; padding: 0; width: 60%; } a { ...
0.180937
0.053034
body{ background-image: url("../images/bgl.jpg") ; background-position: center; background-repeat: no-repeat; background-size: cover; } .navbar a{ color: black } .navbar{ background-image: linear-gradient(to right, rgb(245, 217, 212),rgb(68, 131, 226)); opacity: .8; } *{ ...
src/main/webapp/css/Infocus.css
body{ background-image: url("../images/bgl.jpg") ; background-position: center; background-repeat: no-repeat; background-size: cover; } .navbar a{ color: black } .navbar{ background-image: linear-gradient(to right, rgb(245, 217, 212),rgb(68, 131, 226)); opacity: .8; } *{ ...
0.344333
0.068631
.new_type label { display: inline-block; margin-right: 3%; } .tb_form > .h_auto { visibility: hidden; min-height: auto; } .tb_form > .h_auto > div { padding: 0; } .h_auto .gs_wrap { position: relative; overflow: hidden; } .h_auto .gs_list { height: auto; margin-top: 0; paddin...
public/angel_mobile/customer/css/newgame.css
.new_type label { display: inline-block; margin-right: 3%; } .tb_form > .h_auto { visibility: hidden; min-height: auto; } .tb_form > .h_auto > div { padding: 0; } .h_auto .gs_wrap { position: relative; overflow: hidden; } .h_auto .gs_list { height: auto; margin-top: 0; paddin...
0.575707
0.12943
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700); /* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: <NAME> - http://richclarkdesign.com Twitter: @rich_clark */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cit...
examples/css/style.css
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700); /* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: <NAME> - http://richclarkdesign.com Twitter: @rich_clark */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cit...
0.378689
0.129403
.bread-map { width: 100%; } li { font-size: 12px; } .bread { width: 1190px; height: 22px; margin: 0 auto; padding: 20px 0; } .bread li { float: left; list-style: none; position: relative; margin-right: 25px; height: 22px; line-height: 22px; color: #aaa; curso...
src/css/details.css
.bread-map { width: 100%; } li { font-size: 12px; } .bread { width: 1190px; height: 22px; margin: 0 auto; padding: 20px 0; } .bread li { float: left; list-style: none; position: relative; margin-right: 25px; height: 22px; line-height: 22px; color: #aaa; curso...
0.334698
0.089058
.header-section { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; background-size: cover; background-position: center; height: 650px; padding-top: 133px; margin-top: -133px; @media (max-width: 780px) { height: 500px;...
src/components/shared/header/_styles.css
.header-section { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; background-size: cover; background-position: center; height: 650px; padding-top: 133px; margin-top: -133px; @media (max-width: 780px) { height: 500px;...
0.550124
0.082846
/** * 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 ========================================================================== */ /** * R...
build/css/styles.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 ========================================================================== */ /** * R...
0.676299
0.120957
@import url(https://fonts.googleapis.com/css?family=Montserrat);@font-face { font-family: "ws-ctrl-bootstrap"; src: url("ws-ctrl-bootstrap.eot"); src: url("ws-ctrl-bootstrap.eot#iefix") format("embedded-opentype"), url("ws-ctrl-bootstrap.woff") format("woff"), url("ws-ctrl-bootstrap.ttf") format("truetype"), ...
engine1/style.css
@import url(https://fonts.googleapis.com/css?family=Montserrat);@font-face { font-family: "ws-ctrl-bootstrap"; src: url("ws-ctrl-bootstrap.eot"); src: url("ws-ctrl-bootstrap.eot#iefix") format("embedded-opentype"), url("ws-ctrl-bootstrap.woff") format("woff"), url("ws-ctrl-bootstrap.ttf") format("truetype"), ...
0.157137
0.053206
*, ::before, ::after { margin: 0; padding: 0; box-sizing: border-box; } :root { --wrapper-color: rgb(240, 235, 235); --background-color: #afdbe6ec; --btn-color: #38beb1; --btn-white-color: #f7f1e3; --fail-color: #fc5c65; --correct-color: #49e697; } body { font-family: "Montserrat...
style.css
*, ::before, ::after { margin: 0; padding: 0; box-sizing: border-box; } :root { --wrapper-color: rgb(240, 235, 235); --background-color: #afdbe6ec; --btn-color: #38beb1; --btn-white-color: #f7f1e3; --fail-color: #fc5c65; --correct-color: #49e697; } body { font-family: "Montserrat...
0.355663
0.051391
body{background: #EFEFEF;color: black;margin: 0;} *{margin: 0;padding: 0;} a{color: inherit;text-decoration: none;} hr{height: 0;border: none;border-top: 1px solid #DEDEDE;} main{margin-top: -350px;} ul,ol{list-style: none;} h1,h2,h3,h4,h5,h6{font-weight: normal;} .clearfix::after{content: '';display: block;clear: both...
main.css
body{background: #EFEFEF;color: black;margin: 0;} *{margin: 0;padding: 0;} a{color: inherit;text-decoration: none;} hr{height: 0;border: none;border-top: 1px solid #DEDEDE;} main{margin-top: -350px;} ul,ol{list-style: none;} h1,h2,h3,h4,h5,h6{font-weight: normal;} .clearfix::after{content: '';display: block;clear: both...
0.276593
0.062904
.modal-overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; display: flex; justify-content: center; height: 100%; z-index: 10; overflow: auto; padding: 15px; background-color: rgba(96, 96, 96, 0.65); } .modal-form { position: relative; width: 100%; max-width: 430px; top: 50%...
static/css/form.css
.modal-overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; display: flex; justify-content: center; height: 100%; z-index: 10; overflow: auto; padding: 15px; background-color: rgba(96, 96, 96, 0.65); } .modal-form { position: relative; width: 100%; max-width: 430px; top: 50%...
0.37605
0.059894
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap'); .buttonContainer { /* background-color: white; */ padding: 0.5em 1em; /* border-radius: 5px; */ /* box-shadow: -1px 0px 5px 5px #F4f5fa; */ background-color: antiquewhite; } button { height: 30px; } #pop...
frontend/src/containers/NewPost.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap'); .buttonContainer { /* background-color: white; */ padding: 0.5em 1em; /* border-radius: 5px; */ /* box-shadow: -1px 0px 5px 5px #F4f5fa; */ background-color: antiquewhite; } button { height: 30px; } #pop...
0.31363
0.063424
text-align: center; padding: 10px; color: white; height: 64px; } html { background-color: #678e6c; } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } #map { width: 100%; height: calc(100% - 64px); background-color: #f1f1f1; } ...
src/css/map.css
text-align: center; padding: 10px; color: white; height: 64px; } html { background-color: #678e6c; } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } #map { width: 100%; height: calc(100% - 64px); background-color: #f1f1f1; } ...
0.47025
0.082107
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); /*border-radius: 10px;*/ background-color: #F5F5F5; } ::-webkit-scrollbar { width: 8px; background-color: #F5F5F5; } ::-webkit-scrollbar-thumb { /*border-radius: 10px;*/ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); bac...
assets/app/css/styles.css
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); /*border-radius: 10px;*/ background-color: #F5F5F5; } ::-webkit-scrollbar { width: 8px; background-color: #F5F5F5; } ::-webkit-scrollbar-thumb { /*border-radius: 10px;*/ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); bac...
0.228759
0.061791
body { font-family: 'Noto Sans TC', sans-serif; } h1, h2, h3, h4, h5, h6 { font-family: 'Noto Sans TC', sans-serif; text-transform: none; } .subheading { font-family: 'Noto Sans TC', sans-serif; font-size: 1.2rem; text-transform: none; letter-spacing: -0.05rem; } h1 .text-primary { font-size: 3rem; letter-s...
css/myresume.css
body { font-family: 'Noto Sans TC', sans-serif; } h1, h2, h3, h4, h5, h6 { font-family: 'Noto Sans TC', sans-serif; text-transform: none; } .subheading { font-family: 'Noto Sans TC', sans-serif; font-size: 1.2rem; text-transform: none; letter-spacing: -0.05rem; } h1 .text-primary { font-size: 3rem; letter-s...
0.327883
0.06357
:root { --font-weight-bold: 700; --font-size-ratio-xs: .75; --font-size-xs: calc(var(--font-size) * var(--font-size-ratio-xs)); --line-height-xs: var(--line-height); --font-size-ratio-s: .9; --font-size-s: calc(var(--font-size) * var(--font-size-ratio-s)); --line-height-s: var(--li...
Front-end/CSS/Experiment-1/generic/_text.css
:root { --font-weight-bold: 700; --font-size-ratio-xs: .75; --font-size-xs: calc(var(--font-size) * var(--font-size-ratio-xs)); --line-height-xs: var(--line-height); --font-size-ratio-s: .9; --font-size-s: calc(var(--font-size) * var(--font-size-ratio-s)); --line-height-s: var(--li...
0.435902
0.195345
.b-catalog_entry .cover .image-decor img[alt*="Hachiman Hikigaya"], .b-db_entry > .c-image img[alt*="Hachiman Hikigaya"], .p-profiles-show .cc-favourites img[alt*="Hachiman Hikigaya"], .p-profiles-favourites .cc-favourites:last-child img[alt*="Hachiman Hikigaya"], .b-catalog_entry-tooltip img[alt*="Hachiman Hikigay...
import/other/posters.css
.b-catalog_entry .cover .image-decor img[alt*="Hachiman Hikigaya"], .b-db_entry > .c-image img[alt*="Hachiman Hikigaya"], .p-profiles-show .cc-favourites img[alt*="Hachiman Hikigaya"], .p-profiles-favourites .cc-favourites:last-child img[alt*="Hachiman Hikigaya"], .b-catalog_entry-tooltip img[alt*="Hachiman Hikigay...
0.197251
0.274054
.table-layout { width: 100%; height: 100%; display: table; } .sidebar { padding: 0; display: table; height: 100%; max-width: 350px; width: 200px; overflow: hidden; float: left; border-right: #f2f2f2 1px solid; background-color: #FFF; word-wrap: normal; -webkit-tr...
public/css/page/admin.css
.table-layout { width: 100%; height: 100%; display: table; } .sidebar { padding: 0; display: table; height: 100%; max-width: 350px; width: 200px; overflow: hidden; float: left; border-right: #f2f2f2 1px solid; background-color: #FFF; word-wrap: normal; -webkit-tr...
0.397354
0.120698
body { background-color: #666666; background-image: url('/img/body-bg.png'); background-repeat: repeat; } .contain { position:fixed; left:50%; top:50%; margin-left:-175px; margin-top:-300px; width:300px; height:300px; padding:25px; } .logre { padding:25px; backgrou...
source/public/css/userlayout.css
body { background-color: #666666; background-image: url('/img/body-bg.png'); background-repeat: repeat; } .contain { position:fixed; left:50%; top:50%; margin-left:-175px; margin-top:-300px; width:300px; height:300px; padding:25px; } .logre { padding:25px; backgrou...
0.426799
0.09739
body { font-size: 8pt; font-family: "Helvetica", "Arial", "Liberation Sans", sans-serif; color: black; background-color: #fff; /* Colour outside of slide */ } div.presentation, div.slide { background-color: white; /* colour of the slide */ } div.slide h1, div.slide h2, div.slide h3, div.slide h4, div.slide ...
theme/css/print-3-per-page.css
body { font-size: 8pt; font-family: "Helvetica", "Arial", "Liberation Sans", sans-serif; color: black; background-color: #fff; /* Colour outside of slide */ } div.presentation, div.slide { background-color: white; /* colour of the slide */ } div.slide h1, div.slide h2, div.slide h3, div.slide h4, div.slide ...
0.390011
0.087603
 /* links ********************************************/ a:link { color: #1010C6; } a:hover { color: #0088FF; } a:visited { color: #00AA00; } /* predefined classes (alphabetically) *************/ body { color: #444444; /* dark grey text */ background-color: #FFFFFF; font-family: Verdana, Arial...
docs/styleSheet.css
 /* links ********************************************/ a:link { color: #1010C6; } a:hover { color: #0088FF; } a:visited { color: #00AA00; } /* predefined classes (alphabetically) *************/ body { color: #444444; /* dark grey text */ background-color: #FFFFFF; font-family: Verdana, Arial...
0.380183
0.100746
body { padding-top: 50px; padding-bottom: 20px; font-family: 'Source Sans Pro', sans-serif; font-weight: 300; background: #f7f7f7; } /* Set padding to keep content from hitting the edges */ .body-content { padding-left: 15px; padding-right: 15px; padding-top: 60px; padding-bottom: ...
EventHub/Content/Site.css
body { padding-top: 50px; padding-bottom: 20px; font-family: 'Source Sans Pro', sans-serif; font-weight: 300; background: #f7f7f7; } /* Set padding to keep content from hitting the edges */ .body-content { padding-left: 15px; padding-right: 15px; padding-top: 60px; padding-bottom: ...
0.465145
0.107907
.renta-media-map { position: relative; } .distritos { fill: #473a5f; stroke: #81165a; stroke-opacity: .1; cursor: pointer; transition: all .3s ease-in; } #map { width: 100%; height: 100vh; position: relative; margin: auto; svg { position: absolute; width: 100%; height: 100%; } } ...
src/css/_renta.css
.renta-media-map { position: relative; } .distritos { fill: #473a5f; stroke: #81165a; stroke-opacity: .1; cursor: pointer; transition: all .3s ease-in; } #map { width: 100%; height: 100vh; position: relative; margin: auto; svg { position: absolute; width: 100%; height: 100%; } } ...
0.594787
0.111483
html,body,header { height: 100%; } :focus { outline-style: none; outline-width: 0px !important; outline-color: none !important; } .main-homepage { height: 100%; } .main-about-me { height: auto; min-height: 100vh; } .main-programming { height: auto; min-height: 100vh; } .main-self-development { h...
storage/app/public/bootstrap/css/mystyle.css
html,body,header { height: 100%; } :focus { outline-style: none; outline-width: 0px !important; outline-color: none !important; } .main-homepage { height: 100%; } .main-about-me { height: auto; min-height: 100vh; } .main-programming { height: auto; min-height: 100vh; } .main-self-development { h...
0.284576
0.050191
@charset "utf-8"; #search-area { background-color: #EEE; padding: 2px 5px; margin: 5px; width: 850px; border: 1px solid #999; border-radius: 3px; -moz-border-radius: 3px; } #indicator-wrapper { display: inline-block; width: 16px; height: 11px; } #indicator { display: none;...
tracportal/htdocs/css/project_list.css
@charset "utf-8"; #search-area { background-color: #EEE; padding: 2px 5px; margin: 5px; width: 850px; border: 1px solid #999; border-radius: 3px; -moz-border-radius: 3px; } #indicator-wrapper { display: inline-block; width: 16px; height: 11px; } #indicator { display: none;...
0.445771
0.136148
html { font-family:sans-serif; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; box-sizing:border-box; height:100% } * { margin:0; padding:0 } *, :after, :before { box-sizing:inherit } a, abbr, acronym, address, applet, big, blockquote, body, button, caption, cite, code, dd, del, dfn, div, dl, dt, em, ...
static/css/vendor/thingsthat.com/0.styles.7f76b7b0.css
html { font-family:sans-serif; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; box-sizing:border-box; height:100% } * { margin:0; padding:0 } *, :after, :before { box-sizing:inherit } a, abbr, acronym, address, applet, big, blockquote, body, button, caption, cite, code, dd, del, dfn, div, dl, dt, em, ...
0.492676
0.127056
body { font: RobotoDraft, 'Helvetica Neue', Helvetica, Arial; padding-top: 0; background-color: rgb(229, 229, 229); } .header { position: fixed; width: 100%; height: 100px; top: 0; z-index: 1; padding-top: 12px; padding-left: 12px; padding-right: 12px; background-color: rgb(3, 169, 244); bo...
src/static/css/screen.css
body { font: RobotoDraft, 'Helvetica Neue', Helvetica, Arial; padding-top: 0; background-color: rgb(229, 229, 229); } .header { position: fixed; width: 100%; height: 100px; top: 0; z-index: 1; padding-top: 12px; padding-left: 12px; padding-right: 12px; background-color: rgb(3, 169, 244); bo...
0.449393
0.121764
.charsheet { background: black; width: 840px; } .sheet-banner-content { margin: 0 auto; padding: 100px; } .sheet-top_half { background: black; width: 840px; border-radius: 15px; box-shadow: inset 0px 0px 10px white, inset 0px 0px 8px white, inset 0px 0px 4px white; padding: 2px; margin-right: auto; margin...
Cyberpunk 2020/Cyberpunk2020.css
.charsheet { background: black; width: 840px; } .sheet-banner-content { margin: 0 auto; padding: 100px; } .sheet-top_half { background: black; width: 840px; border-radius: 15px; box-shadow: inset 0px 0px 10px white, inset 0px 0px 8px white, inset 0px 0px 4px white; padding: 2px; margin-right: auto; margin...
0.447702
0.112356
.references-citations { margin: 1.5em; font-size: 90%; line-height: 1.5em; } .references-citations h2 { font-size: 120%; margin: 0 0 .25em 0; font-weight: bold; } .arrow { width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; } .arrow .up { bo...
src/App.css
.references-citations { margin: 1.5em; font-size: 90%; line-height: 1.5em; } .references-citations h2 { font-size: 120%; margin: 0 0 .25em 0; font-weight: bold; } .arrow { width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; } .arrow .up { bo...
0.555315
0.139367
@font-face { font-family: 'Brush Script MT'; src: url("../font/brush-script-mt/brush_script_mt_kursiv.ttf") format("truetype"); } @font-face { font-family: 'BRUSHSCI'; src: url("../font/brush-script-mt/BRUSHSCI.ttf") format("truetype"); } @font-face { font-family: 'Oswald'; src: url("../font/Oswald1/Oswald-...
css/style.css
@font-face { font-family: 'Brush Script MT'; src: url("../font/brush-script-mt/brush_script_mt_kursiv.ttf") format("truetype"); } @font-face { font-family: 'BRUSHSCI'; src: url("../font/brush-script-mt/BRUSHSCI.ttf") format("truetype"); } @font-face { font-family: 'Oswald'; src: url("../font/Oswald1/Oswald-...
0.236869
0.055952
.ui.card>.content, .ui.cards>.card>.content { border-top: none; } .ui.active.dimmer.modals.transition { display: flex !important; display: -ms-flexbox !important; } .visible.transition { display: block!important; visibility: visible!important; } .ui.teal.image.header { padding-bottom: 10px !impor...
frontend/src/vistyle.css
.ui.card>.content, .ui.cards>.card>.content { border-top: none; } .ui.active.dimmer.modals.transition { display: flex !important; display: -ms-flexbox !important; } .visible.transition { display: block!important; visibility: visible!important; } .ui.teal.image.header { padding-bottom: 10px !impor...
0.377426
0.065575
*, *::before, *::after { box-sizing: inherit; } html { box-sizing: border-box; font-size: 10px; line-height: 1.42857143; -webkit-tap-highlight-color: transparent; } body { background: #fff; color: #333; font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Hiragin...
modules/admin/assets/css/base.css
*, *::before, *::after { box-sizing: inherit; } html { box-sizing: border-box; font-size: 10px; line-height: 1.42857143; -webkit-tap-highlight-color: transparent; } body { background: #fff; color: #333; font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Hiragin...
0.333069
0.055926