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
.full-right { float: right; } .tr-modal { width: 40%; height: 100%; max-height: 100%; margin: 0 auto; display: none; position: fixed; top: 15%; bottom: 25%; left: 0; right: 0; transform: translate(-50%, -50%, -50%, -50%); z-index: 20; } .overlay ~ .tr-title { background: #fff; } .overlay ~ .tr...
assets/css/estilo.modal.css
.full-right { float: right; } .tr-modal { width: 40%; height: 100%; max-height: 100%; margin: 0 auto; display: none; position: fixed; top: 15%; bottom: 25%; left: 0; right: 0; transform: translate(-50%, -50%, -50%, -50%); z-index: 20; } .overlay ~ .tr-title { background: #fff; } .overlay ~ .tr...
0.4917
0.155335
* { box-sizing: border-box; font-family: 'Lato', sans-serif; } body { background: #F1F1F1; margin: 50px; } h1 { font-weight: 600; font-size: 20px; color: #031424; margin: 50px 0; } h2 { font-weight: 600; font-size: 18px; color: #031424; margin: 20px 0; } .sidebar { background-color: #FFF; ...
angular-websockets-client/src/styles.css
* { box-sizing: border-box; font-family: 'Lato', sans-serif; } body { background: #F1F1F1; margin: 50px; } h1 { font-weight: 600; font-size: 20px; color: #031424; margin: 50px 0; } h2 { font-weight: 600; font-size: 18px; color: #031424; margin: 20px 0; } .sidebar { background-color: #FFF; ...
0.381335
0.120284
body { margin: 0; padding: 0; overflow: hidden; } body, html { height: 100%; } #app-container { height: 100%; overflow: auto; } .window-is-maximized #app-container { overflow: hidden; } .pw-selected-to-edit { border:2px solid #ffff00 !important; outline:2px solid #006600 !important; ...
source/css/core/power_ui_core.css
body { margin: 0; padding: 0; overflow: hidden; } body, html { height: 100%; } #app-container { height: 100%; overflow: auto; } .window-is-maximized #app-container { overflow: hidden; } .pw-selected-to-edit { border:2px solid #ffff00 !important; outline:2px solid #006600 !important; ...
0.424173
0.10217
*{ padding: 0px; margin: 0px; box-sizing: border-box; border-radius: 5px; } body{ background-color: gray; display: flex; justify-content: center; align-items: center; height: 100vh; text-align: center; } .container{ position: relative; background-color:green; paddin...
UI/reset.css
*{ padding: 0px; margin: 0px; box-sizing: border-box; border-radius: 5px; } body{ background-color: gray; display: flex; justify-content: center; align-items: center; height: 100vh; text-align: center; } .container{ position: relative; background-color:green; paddin...
0.47658
0.076236
@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css"); @import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700&display=swap"); /*----------------------- Global Styles --------------------------*/ body { font-family: "Roboto", sans-serif; color: #52555a; background-color:...
styles/polkastats.css
@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css"); @import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700&display=swap"); /*----------------------- Global Styles --------------------------*/ body { font-family: "Roboto", sans-serif; color: #52555a; background-color:...
0.331877
0.077239
@media only screen and (max-width: 375px){ /*--General styling--*/ *{ margin: 0px; } /*--Header styling--*/ #header-name{ font-size: 30px; padding: 20px 15px 20px; z-index: 3; } #header-img{ z-index: 2; } /*--Navigation styling--*/ .navigation-menu{ p...
styles/index-media-style.css
@media only screen and (max-width: 375px){ /*--General styling--*/ *{ margin: 0px; } /*--Header styling--*/ #header-name{ font-size: 30px; padding: 20px 15px 20px; z-index: 3; } #header-img{ z-index: 2; } /*--Navigation styling--*/ .navigation-menu{ p...
0.240953
0.060891
.ant-layout { background: #fff; } .layout-content { /* padding: 0px 21px 24px 21px; */ /* padding: 24px; */ background-color: #eaf0f7; min-height: 700px; /* border-top: 1px solid rgba(233, 233, 233, 1); */ /* box-shadow: 0px 0px 5px 3px #d6d6d6; */ } .layout-content>div { width: 100%; height: 100%; ...
src/display/modules/Home/index.css
.ant-layout { background: #fff; } .layout-content { /* padding: 0px 21px 24px 21px; */ /* padding: 24px; */ background-color: #eaf0f7; min-height: 700px; /* border-top: 1px solid rgba(233, 233, 233, 1); */ /* box-shadow: 0px 0px 5px 3px #d6d6d6; */ } .layout-content>div { width: 100%; height: 100%; ...
0.304662
0.047603
input::placeholder{ color: rgb(218, 95, 95) } .jumbo { position: relative; overflow: hidden; height: 1000px; background-color: black; } .jumbo2 { position: fixed; top: 0; z-index: 100; width: 100vw; overflow: hidden; min-height: 0px; background-color: black; } .jumbo i...
src/App.css
input::placeholder{ color: rgb(218, 95, 95) } .jumbo { position: relative; overflow: hidden; height: 1000px; background-color: black; } .jumbo2 { position: fixed; top: 0; z-index: 100; width: 100vw; overflow: hidden; min-height: 0px; background-color: black; } .jumbo i...
0.548794
0.102125
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:200"); html, body, div, span, h1, h3, p, a, img, strong, ul, li, footer, header, section { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } footer, header, section { display: block; } body {...
exam-problems/2020-08-12/02. Photography/styles.css
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:200"); html, body, div, span, h1, h3, p, a, img, strong, ul, li, footer, header, section { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } footer, header, section { display: block; } body {...
0.417628
0.090253
body { font-family: Arial; padding: 50px; background: #f1f1f1; } /* Header/Blog Title */ .header { padding: 30px; font-size: 40px; text-align: center; background: white; } /* Create two unequal columns that floats next to each other */ /* Left column */ .leftcolumn { float: left; width: 100%; } art...
index.css
body { font-family: Arial; padding: 50px; background: #f1f1f1; } /* Header/Blog Title */ .header { padding: 30px; font-size: 40px; text-align: center; background: white; } /* Create two unequal columns that floats next to each other */ /* Left column */ .leftcolumn { float: left; width: 100%; } art...
0.409929
0.079567
body:not(.cart-visible) #embedded-cart { display: none; } [data-embed] { text-align: center; } .editor-block-styles__item-preview .editor-block-preview__content [data-embed='button'] { white-space: nowrap; } img { vertical-align: middle; max-width: 100%; transition: opacity 0.2s ease; } img.is-loading { o...
selz-ecommerce/dist/css/block-editor.css
body:not(.cart-visible) #embedded-cart { display: none; } [data-embed] { text-align: center; } .editor-block-styles__item-preview .editor-block-preview__content [data-embed='button'] { white-space: nowrap; } img { vertical-align: middle; max-width: 100%; transition: opacity 0.2s ease; } img.is-loading { o...
0.501709
0.052522
body { background-image: url("../images/background_image_salmon.jpg"); background-attachment: fixed; } nav { font-family: 'Cabin Sketch', cursive; height: 200px; background: rgba(56, 51, 51, 0.7); padding-bottom: 40px; border: 2px solid black; width: 100%; } nav a { cursor: pointer; } n...
css/style.css
body { background-image: url("../images/background_image_salmon.jpg"); background-attachment: fixed; } nav { font-family: 'Cabin Sketch', cursive; height: 200px; background: rgba(56, 51, 51, 0.7); padding-bottom: 40px; border: 2px solid black; width: 100%; } nav a { cursor: pointer; } n...
0.305283
0.066934
.tit , .num , .unit , .qushi-1 span{ color: rgb(255, 255, 255) !important; } .g-main { color: rgb(57, 64, 67); } .g-main * { box-sizing: border-box; } .m-tongji { background-color: rgb(245, 245, 246); padding-top: 9px; padding-bottom: 50px; } .m-tongji .wrap { width: 1150px; margin: 0px auto; background-color: rgb(25...
src/main/resources/static/css/fangjia/fangjia.css
.tit , .num , .unit , .qushi-1 span{ color: rgb(255, 255, 255) !important; } .g-main { color: rgb(57, 64, 67); } .g-main * { box-sizing: border-box; } .m-tongji { background-color: rgb(245, 245, 246); padding-top: 9px; padding-bottom: 50px; } .m-tongji .wrap { width: 1150px; margin: 0px auto; background-color: rgb(25...
0.474144
0.12847
body {color: #909091;} h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color:#3c3c3c; text-decoration:none;} /* #Footer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ #footer-top .twtr-tweets .twtr-tweet-text p{color:#9e9e9e !important;} #footer-middle{color:#878787;} #footer-bottom a, #footer-b...
Web-PageTemplate/chahua3111/layout/styles/colors.css
body {color: #909091;} h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color:#3c3c3c; text-decoration:none;} /* #Footer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ #footer-top .twtr-tweets .twtr-tweet-text p{color:#9e9e9e !important;} #footer-middle{color:#878787;} #footer-bottom a, #footer-b...
0.169166
0.145297
.img-circle { display:inline; border-radius: 50%; margin-bottom: 10px; margin-top: 10px; padding: 0; background-color: #e4e5e2; z-index: 500; box-shadow: 0 0 16px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3); } ...
source/css/index.css
.img-circle { display:inline; border-radius: 50%; margin-bottom: 10px; margin-top: 10px; padding: 0; background-color: #e4e5e2; z-index: 500; box-shadow: 0 0 16px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3); } ...
0.189071
0.126569
width: 100%; height: 100%; display: none; position: fixed; z-index: 100; background: var(--color-selected-tab); } #sa-title { width: 100%; margin: 5px 0 10px; display: block; text-align: center; } #sa-column-left { float: left; } #sa-content>.column-right { margin-righ...
xpi/dlg-save-as.css
width: 100%; height: 100%; display: none; position: fixed; z-index: 100; background: var(--color-selected-tab); } #sa-title { width: 100%; margin: 5px 0 10px; display: block; text-align: center; } #sa-column-left { float: left; } #sa-content>.column-right { margin-righ...
0.581422
0.093927
img[src='/static/cms/equipment/24222.png'], img[src='/static/cms/equipment/24221.png'], img[src='/static/cms/equipment/13838.png'], img[src='/static/cms/equipment/13830.png'], img[src='/static/cms/equipment/13846.png'], img[src='/static/cms/equipment/1553.png'], img[src='/static/cms/equipment/1552.png'], img[src...
data/usercss/168085.user.css
img[src='/static/cms/equipment/24222.png'], img[src='/static/cms/equipment/24221.png'], img[src='/static/cms/equipment/13838.png'], img[src='/static/cms/equipment/13830.png'], img[src='/static/cms/equipment/13846.png'], img[src='/static/cms/equipment/1553.png'], img[src='/static/cms/equipment/1552.png'], img[src...
0.062481
0.128936
@font-face { font-family: anton; src: url('../fonts/anton-2.ttf'); } @font-face { font-family: bitwise; src: url('../fonts/bitwise.ttf'); } :root { /* cores */ --Azul-Escuro: #000d63; --azul-claro: #084cb9; --Laranjado: #E66D22; --laranjaClaro: #ff8d47a6; --cinza: #0D0D0D; ...
desafio/Nerds-Oficial/assets/css/sobre.css
@font-face { font-family: anton; src: url('../fonts/anton-2.ttf'); } @font-face { font-family: bitwise; src: url('../fonts/bitwise.ttf'); } :root { /* cores */ --Azul-Escuro: #000d63; --azul-claro: #084cb9; --Laranjado: #E66D22; --laranjaClaro: #ff8d47a6; --cinza: #0D0D0D; ...
0.327453
0.07072
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700'); @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i'); @import url('https://fonts.googleapis.com/css?family=Raleway:200,400,600,700,900&display=...
public/assets/css/style.css
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700'); @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i'); @import url('https://fonts.googleapis.com/css?family=Raleway:200,400,600,700,900&display=...
0.282592
0.045863
@charset "UTF-8"; @font-face { font-family:"../fonts/FonteLogo"; src: url("computer-font.ttf") } @font-face { font-family:"FonteDois"; src: url("../fonts/bubblegum-sans-regular.otf") } @import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap'); /*------------Formatação Fotos-------------*/ ...
css/fotos.css
@charset "UTF-8"; @font-face { font-family:"../fonts/FonteLogo"; src: url("computer-font.ttf") } @font-face { font-family:"FonteDois"; src: url("../fonts/bubblegum-sans-regular.otf") } @import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap'); /*------------Formatação Fotos-------------*/ ...
0.196017
0.061003
.entry-main-title{ font-size:36px; font-weight:bold; text-transform: uppercase; padding:20px; text-align:center; color:brown; background-color: #ffffff; } .main-title-section-wrap{ border:3px solid brown; padding:5px; } .entry-main-nav{ background-color: brown; padding:5px;...
public/css/entry.css
.entry-main-title{ font-size:36px; font-weight:bold; text-transform: uppercase; padding:20px; text-align:center; color:brown; background-color: #ffffff; } .main-title-section-wrap{ border:3px solid brown; padding:5px; } .entry-main-nav{ background-color: brown; padding:5px;...
0.518059
0.06989
:root { --blue: #007bff; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545; --orange: #fd7e14; --yellow: #ffc107; --green: #28a745; --teal: #20c997; --cyan: #17a2b8; --white: #fff; --gray: #6c757d; --gray-dark: #343a40; --primary: #007bff; --secondary: #6c757d; --success: #28a745; -...
assets/css/main_desktop.css
:root { --blue: #007bff; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545; --orange: #fd7e14; --yellow: #ffc107; --green: #28a745; --teal: #20c997; --cyan: #17a2b8; --white: #fff; --gray: #6c757d; --gray-dark: #343a40; --primary: #007bff; --secondary: #6c757d; --success: #28a745; -...
0.363986
0.113973
body{ font-size: 16px; font-weight: 300; line-height:28px; font-family: 'Montserrat', sans-serif; } @font-face { font-family: 'MoolBoran'; src: url('../fonts/MoolBoran.eot?#iefix') format('embedded-opentype'), url('../fonts/MoolBoran.woff') format('woff'), url('../fonts/MoolBoran.ttf') format('truetype'), url('.....
system/static/frontend/css/style.css
body{ font-size: 16px; font-weight: 300; line-height:28px; font-family: 'Montserrat', sans-serif; } @font-face { font-family: 'MoolBoran'; src: url('../fonts/MoolBoran.eot?#iefix') format('embedded-opentype'), url('../fonts/MoolBoran.woff') format('woff'), url('../fonts/MoolBoran.ttf') format('truetype'), url('.....
0.398641
0.052961
:root{ /* page colors */ --vivid: #149414; --dark: #0e6b0e; --light: #649568; --lighter: #9ccc9c; --bg: #2b5329; /* page vital size */ --page-min-height: 1330px; --center-field-top: 194px; --sections-top-margin: 220px; /* image frame */ --frame-top-v: -185.1px; --frame-left-v: 33.6%; --frame-top-h: calc...
resume/static/style/hacker/main.css
:root{ /* page colors */ --vivid: #149414; --dark: #0e6b0e; --light: #649568; --lighter: #9ccc9c; --bg: #2b5329; /* page vital size */ --page-min-height: 1330px; --center-field-top: 194px; --sections-top-margin: 220px; /* image frame */ --frame-top-v: -185.1px; --frame-left-v: 33.6%; --frame-top-h: calc...
0.293202
0.082401
html, body { height: 100%; font-size: 0px; } body { margin: 0px; padding: 0px; } * { box-sizing: border-box; } a { text-decoration: none; } div.container { max-width: 1140px; margin: 0 auto; } section.main { width: 100%; background: rgba(239, 240, 242, 0.99); padding-top: 64px; padding-bottom: 196px; }...
landing_styles.css
html, body { height: 100%; font-size: 0px; } body { margin: 0px; padding: 0px; } * { box-sizing: border-box; } a { text-decoration: none; } div.container { max-width: 1140px; margin: 0 auto; } section.main { width: 100%; background: rgba(239, 240, 242, 0.99); padding-top: 64px; padding-bottom: 196px; }...
0.289071
0.07703
background-color:#eeeeee; width:118px; height:130px; float:left; } #menu { width:1200px; height:150px; float:left; text-align:center; } #menu ul{ list-style: none; text-align:center; } #menu li{ text-align:center; float: left; ...
applications/fest/static/css/layout_principal.css
background-color:#eeeeee; width:118px; height:130px; float:left; } #menu { width:1200px; height:150px; float:left; text-align:center; } #menu ul{ list-style: none; text-align:center; } #menu li{ text-align:center; float: left; ...
0.197058
0.061312
* 1. Change the default font family in all browsers (opinionated). * 2. Prevent adjustments of font size after orientation changes in IE and iOS. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove the margin in all brows...
sleek.css
* 1. Change the default font family in all browsers (opinionated). * 2. Prevent adjustments of font size after orientation changes in IE and iOS. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove the margin in all brows...
0.596786
0.135089
html { background-color: #e4ffe0; font-family: 'Ubuntu', sans-serif; font-size: 18px; } .page { margin: 5%; overflow-y: auto; } .pageTitle { font-size: 1.25rem; text-align: center; word-spacing: 1rem; letter-spacing: 0.5rem; margin-bottom: 1rem; } .gridContainer { display: grid; opacity: 1; ...
projects-demos/Employee-directory/css/style.css
html { background-color: #e4ffe0; font-family: 'Ubuntu', sans-serif; font-size: 18px; } .page { margin: 5%; overflow-y: auto; } .pageTitle { font-size: 1.25rem; text-align: center; word-spacing: 1rem; letter-spacing: 0.5rem; margin-bottom: 1rem; } .gridContainer { display: grid; opacity: 1; ...
0.547222
0.154153
body.largetable-noscroll { overflow: hidden; } .largetable { position: relative; } .largetable-scroller { max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; z-index: 0; } .largetable:before, .largetable:after { content: ""; position: absolute; top: 0; bottom: 0; width: 0; } .largetable...
largetable.css
body.largetable-noscroll { overflow: hidden; } .largetable { position: relative; } .largetable-scroller { max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; z-index: 0; } .largetable:before, .largetable:after { content: ""; position: absolute; top: 0; bottom: 0; width: 0; } .largetable...
0.316053
0.136349
body { font-style: Optima, sans-serif; } .result { margin: 25px; display: grid; grid-gap: 22px; grid-template-areas: "filter filter filter filter filter filter filter" "param param joy anger disgust sad fear" "tone tone news news news news news"; } .result > .result_filter { grid-area: fil...
src/client/components/style/Result.css
body { font-style: Optima, sans-serif; } .result { margin: 25px; display: grid; grid-gap: 22px; grid-template-areas: "filter filter filter filter filter filter filter" "param param joy anger disgust sad fear" "tone tone news news news news news"; } .result > .result_filter { grid-area: fil...
0.660829
0.082512
body { background-color: #f4f4f4; } .container { width: 90%; margin: auto; overflow: hidden; } /* Navigation */ .uk-navbar-nav { background-color: #497C92; width: 100%; } .uk-navbar-nav li a { color: #fff; font-family: 'Arial'; font-weight: bold; } .uk-button-get-start { ...
public/css/style.css
body { background-color: #f4f4f4; } .container { width: 90%; margin: auto; overflow: hidden; } /* Navigation */ .uk-navbar-nav { background-color: #497C92; width: 100%; } .uk-navbar-nav li a { color: #fff; font-family: 'Arial'; font-weight: bold; } .uk-button-get-start { ...
0.345657
0.077343
body { /*background: #7C3293; !* fallback for old browsers *!*/ /*background: -webkit-linear-gradient(to right, #7C3293, #42538D); !* Chrome 10-25, Safari 5.1-6 *!*/ background: linear-gradient(to right, #852897, #007aff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } .contain...
static/css/home.css
body { /*background: #7C3293; !* fallback for old browsers *!*/ /*background: -webkit-linear-gradient(to right, #7C3293, #42538D); !* Chrome 10-25, Safari 5.1-6 *!*/ background: linear-gradient(to right, #852897, #007aff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } .contain...
0.458106
0.081923
.projetos { background: #171717; color: #ffffff; } .projetos .container { padding: 7.5rem 1.25rem; position: relative; grid-template-columns: 2fr 1fr; } .projetos .container .subtitle { color: #000000; max-width: 5ch; order: 2; } .projetos--text { color: #a3a3a3; } .projetos--...
css/modules/projects.css
.projetos { background: #171717; color: #ffffff; } .projetos .container { padding: 7.5rem 1.25rem; position: relative; grid-template-columns: 2fr 1fr; } .projetos .container .subtitle { color: #000000; max-width: 5ch; order: 2; } .projetos--text { color: #a3a3a3; } .projetos--...
0.397704
0.061396
.AppContent{ display: flex; align-items: center; background-color: #ffffff; flex-direction: column; justify-content: center; height: 100vh; } /* app header */ .AppContent header{ display: flex; align-items: center; justify-content: space-between; background-color: #BCEBCB; ...
src/styles/App.css
.AppContent{ display: flex; align-items: center; background-color: #ffffff; flex-direction: column; justify-content: center; height: 100vh; } /* app header */ .AppContent header{ display: flex; align-items: center; justify-content: space-between; background-color: #BCEBCB; ...
0.403567
0.060585
.matching-page { display: flex; flex-direction: row; justify-content: space-between; width: 75%; margin: 37px auto 0px auto; font-family: Noto Sans KR; } .left-side { display: flex; flex-direction: column; flex: 1; margin-right: 30px; } .content-header { display: flex; ...
Code_Hunter/wanted/static/css/matching.css
.matching-page { display: flex; flex-direction: row; justify-content: space-between; width: 75%; margin: 37px auto 0px auto; font-family: Noto Sans KR; } .left-side { display: flex; flex-direction: column; flex: 1; margin-right: 30px; } .content-header { display: flex; ...
0.433981
0.140307
.g-planfeature{ &__chart{ /*padding: 5rem;*/ &__row{ list-style-type: none; margin-top:-2px; display: flex; /*padding:1rem 2rem;*/ &__cell{ position: relative; display: inline-block; padding: 1.5rem 2rem; vertical-align: top; /*border-top:1...
assets/css/partials/planfeature-chart.css
.g-planfeature{ &__chart{ /*padding: 5rem;*/ &__row{ list-style-type: none; margin-top:-2px; display: flex; /*padding:1rem 2rem;*/ &__cell{ position: relative; display: inline-block; padding: 1.5rem 2rem; vertical-align: top; /*border-top:1...
0.444083
0.061031
body{ background: #242426; /* Old browsers */ position: fixed; width: 100%; height: 100%; left: 0; top: 0; } .calculator-background{ position: absolute; left: 35%; top: 20%; background-color: lightblue; border: 1px solid black; border-radius: 5%; width: 35vw; height...
project7/main.css
body{ background: #242426; /* Old browsers */ position: fixed; width: 100%; height: 100%; left: 0; top: 0; } .calculator-background{ position: absolute; left: 35%; top: 20%; background-color: lightblue; border: 1px solid black; border-radius: 5%; width: 35vw; height...
0.587707
0.089614
@import url(https://fonts.googleapis.com/css?family=Niconne); /* latin-ext */ @font-face { font-family: 'Niconne'; font-style: normal; font-weight: 400; src: local("Niconne"), local("Niconne-Regular"), url(https://fonts.gstatic.com/s/niconne/v9/w8gaH2QvRug1_rTfnQKn2W4O.woff2) format("woff2"); unicode-range: U...
public/css/stylesheet.css
@import url(https://fonts.googleapis.com/css?family=Niconne); /* latin-ext */ @font-face { font-family: 'Niconne'; font-style: normal; font-weight: 400; src: local("Niconne"), local("Niconne-Regular"), url(https://fonts.gstatic.com/s/niconne/v9/w8gaH2QvRug1_rTfnQKn2W4O.woff2) format("woff2"); unicode-range: U...
0.312895
0.068195
@import url(http://fonts.googleapis.com/css?family=Montserrat); @import url(http://fonts.googleapis.com/css?family=Ubuntu); body{ margin:0; font-family: 'Ubuntu', sans-serif; } /*frame*/ header{ width:100%; height:auto; } main{ margin-top: 10px; margin-bottom: 10px; width: 100%; } footer{ width:100%; height...
public/idiotproof/idiotproof.basic.css
@import url(http://fonts.googleapis.com/css?family=Montserrat); @import url(http://fonts.googleapis.com/css?family=Ubuntu); body{ margin:0; font-family: 'Ubuntu', sans-serif; } /*frame*/ header{ width:100%; height:auto; } main{ margin-top: 10px; margin-bottom: 10px; width: 100%; } footer{ width:100%; height...
0.221098
0.044785
.external-loader { height: 70px; width: 70px; border-radius: 100%; background: radial-gradient(at top, white, blueviolet); animation-name: loader; animation-iteration-count: infinite; animation-duration: 1s; animation-direction: normal; } .internal-loader { height: 60px; widt...
src/ex11_html-css-advanced/task-01.css
.external-loader { height: 70px; width: 70px; border-radius: 100%; background: radial-gradient(at top, white, blueviolet); animation-name: loader; animation-iteration-count: infinite; animation-duration: 1s; animation-direction: normal; } .internal-loader { height: 60px; widt...
0.765155
0.210279
body { font-family: "Open Sans", Arial, sans-serif; color: #999; } p, li, li a { color: #999; } a { color: #4fd2c2; text-decoration: none; } a, a:focus, a:hover, a:active { outline: 0 !important; } a:focus { text-decoration: none; } a:hover { color: #4fd2c2; text-decoration: underline; } /* Default h...
public/App/assets/css/rtl/app.style-rtl.css
body { font-family: "Open Sans", Arial, sans-serif; color: #999; } p, li, li a { color: #999; } a { color: #4fd2c2; text-decoration: none; } a, a:focus, a:hover, a:active { outline: 0 !important; } a:focus { text-decoration: none; } a:hover { color: #4fd2c2; text-decoration: underline; } /* Default h...
0.342242
0.139309
body { font-family: 'Mada', sans-serif; background-color: rgb(0,0,60); color: rgb(247,188,136); min-width: 1100px; } header { display: flex; flex-direction: column; align-items: center; padding: 20px; } #title { font-family: 'Luckiest Guy', cursive; font-size: 52px; color: rgb(247, 188, 136); } ...
assets/ballernoi.css
body { font-family: 'Mada', sans-serif; background-color: rgb(0,0,60); color: rgb(247,188,136); min-width: 1100px; } header { display: flex; flex-direction: column; align-items: center; padding: 20px; } #title { font-family: 'Luckiest Guy', cursive; font-size: 52px; color: rgb(247, 188, 136); } ...
0.485112
0.066266
div.tiqitCalendar { background-color: white; border: black outset 1px; position: fixed; font-size: 90%; -moz-border-radius: 10px; } div.tiqitCalendarShadow { opacity: 0.4; position: fixed; background-color: black; -moz-border-radius: 10px; bor...
static/styles/calendar.css
div.tiqitCalendar { background-color: white; border: black outset 1px; position: fixed; font-size: 90%; -moz-border-radius: 10px; } div.tiqitCalendarShadow { opacity: 0.4; position: fixed; background-color: black; -moz-border-radius: 10px; bor...
0.389895
0.092033
/* Document ======== */ /** Use a better box model (opinionated). */ *, ::before, ::after { box-sizing: border-box; } /** Use a more readable tab size (opinionated). */ html { -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; } /** 1. Correct the line height in all browsers. 2. Prevent adjustments of font ...
static/css/style.css
/* Document ======== */ /** Use a better box model (opinionated). */ *, ::before, ::after { box-sizing: border-box; } /** Use a more readable tab size (opinionated). */ html { -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; } /** 1. Correct the line height in all browsers. 2. Prevent adjustments of font ...
0.622804
0.096238
@charset "UTF-8"; /* CSS Document */ #aso_2021container { width: 100vw; transform: translateX(-40px); } #aso_2021container img { width: 100%; } .aso_base_headline div{ font-size: 2.5vw; font-weight: bold; padding-top: 8vw; ...
cssjs/aso_2020pc_itempage.css
@charset "UTF-8"; /* CSS Document */ #aso_2021container { width: 100vw; transform: translateX(-40px); } #aso_2021container img { width: 100%; } .aso_base_headline div{ font-size: 2.5vw; font-weight: bold; padding-top: 8vw; ...
0.478285
0.065665
body { margin: 0; padding: 0; font-family: 'Roboto Slab', sans-serif; } .wrapper { width: 80%; max-width: 1200px; margin: 0 auto; } h1 { font-size: 3em; } h3 { font-size: 2em; } hr { margin: 40px 0; border-width: 1px 0 0 0; border-style: solid; border-color: #ccc; } ...
demo/demo.css
body { margin: 0; padding: 0; font-family: 'Roboto Slab', sans-serif; } .wrapper { width: 80%; max-width: 1200px; margin: 0 auto; } h1 { font-size: 3em; } h3 { font-size: 2em; } hr { margin: 40px 0; border-width: 1px 0 0 0; border-style: solid; border-color: #ccc; } ...
0.430866
0.116739
.navbar-relative-bottom { z-index: 0; } /* google viz editor */ .google-visualization-charteditor-dialog div { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } .google-visualization-charteditor-dialog table { border-collapse: separate; } #google-visua...
webapp/styles/callimachus-query-vizeditor.css
.navbar-relative-bottom { z-index: 0; } /* google viz editor */ .google-visualization-charteditor-dialog div { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } .google-visualization-charteditor-dialog table { border-collapse: separate; } #google-visua...
0.175821
0.064329
@import "../common/sc.var.css"; @import "../mixins/sc.mixins.util.css"; @component-namespace sc { /* 内容 */ @b theme { @when standard { padding: 15px; .el-row:first-child { height: 36px; overflow:hidden; margin-bottom: var(--content-padding-verticle); .el-form { text-align: right; ...
src/styles/postcss/window/sc.window.curd.css
@import "../common/sc.var.css"; @import "../mixins/sc.mixins.util.css"; @component-namespace sc { /* 内容 */ @b theme { @when standard { padding: 15px; .el-row:first-child { height: 36px; overflow:hidden; margin-bottom: var(--content-padding-verticle); .el-form { text-align: right; ...
0.112759
0.063628
@media only screen and (max-width: 1100px) { .site-nav ul { display: grid; grid-template-columns: 1fr; } .site-nav ul li { border-left: 1px dotted white; border-bottom-left-radius: 1rem; border-top-right-radius: 1rem; } .site-nav ul li { text-align...
Web/MovieCatalogAspNetCore.Web/wwwroot/css/_responsive-index.css
@media only screen and (max-width: 1100px) { .site-nav ul { display: grid; grid-template-columns: 1fr; } .site-nav ul li { border-left: 1px dotted white; border-bottom-left-radius: 1rem; border-top-right-radius: 1rem; } .site-nav ul li { text-align...
0.380529
0.185154
.tasks-pane { display: flex; flex-direction: column; width: var(--primary-large-width); margin-top: var(--primary-height); } /* TasksHeader Start */ .tasks-header { display: flex; align-items: center; height: var(--primary-medium-height); border-bottom: 1px solid white; font-weight: bold; font-size...
src/TasksPane/index.css
.tasks-pane { display: flex; flex-direction: column; width: var(--primary-large-width); margin-top: var(--primary-height); } /* TasksHeader Start */ .tasks-header { display: flex; align-items: center; height: var(--primary-medium-height); border-bottom: 1px solid white; font-weight: bold; font-size...
0.358129
0.150903
*{ font-family: 'Quicksand', sans-serif; } #logo{ margin-top: 18%; } #mouse{ margin-top: 6%; margin-bottom: 6%; } #mouse { animation: bounce 3s infinite; } @keyframes bounce { from { transform: translateY(0px); } to { transform: translateY(-50px); } } .home { background-image: url("....
css/styles.css
*{ font-family: 'Quicksand', sans-serif; } #logo{ margin-top: 18%; } #mouse{ margin-top: 6%; margin-bottom: 6%; } #mouse { animation: bounce 3s infinite; } @keyframes bounce { from { transform: translateY(0px); } to { transform: translateY(-50px); } } .home { background-image: url("....
0.468061
0.121607
*{ margin:0; padding:0; } body{ background-color: #252838; } header{ display: flex; justify-content: space-between; padding:70px 150px; } .title{ display: flex; } header img{ width:60px; } h1{ font-family: Arial, Helvetica, sans-serif; color:white; } h1 span{ color:#2059a3; marg...
style.css
*{ margin:0; padding:0; } body{ background-color: #252838; } header{ display: flex; justify-content: space-between; padding:70px 150px; } .title{ display: flex; } header img{ width:60px; } h1{ font-family: Arial, Helvetica, sans-serif; color:white; } h1 span{ color:#2059a3; marg...
0.340705
0.078219
@import url('https://fonts.googleapis.com/css?family=Arvo:400,700'); .af-view .anima-overlay { position : absolute; opacity : 0; display : none; top : 0; width : 100%; height : 100%; } .af-view .af-class-bp2-home { width ...
examples/sketch/public/css/home.css
@import url('https://fonts.googleapis.com/css?family=Arvo:400,700'); .af-view .anima-overlay { position : absolute; opacity : 0; display : none; top : 0; width : 100%; height : 100%; } .af-view .af-class-bp2-home { width ...
0.401923
0.066116
.ko-progress-circle { margin: 20px auto; width: 290px; height: 290px; position: relative; background-color: #d9d9d9; border-radius: 50%; } .ko-progress-circle .ko-progress-circle__slice, .ko-progress-circle .ko-progress-circle__fill { width: 290px; height: 290px; position: absolute; -webkit-backface...
public/Web/assets/css/progress-circle.css
.ko-progress-circle { margin: 20px auto; width: 290px; height: 290px; position: relative; background-color: #d9d9d9; border-radius: 50%; } .ko-progress-circle .ko-progress-circle__slice, .ko-progress-circle .ko-progress-circle__fill { width: 290px; height: 290px; position: absolute; -webkit-backface...
0.450359
0.060474
.mpc-animation{opacity:0} .mpc-no-transition,.velocity-animating,.velocity-animating .mpc-transition{-webkit-transition:none!important;transition:none!important} .mpc-transition{-webkit-transition:all .25s;transition:all .25s} .mpc-display--block{display:block!important} .mpc-effect--circle::before,.mpc-effect--shine::...
public/front/wp-content/updraft/plugins-old/mpc-massive/assets/css/mpc-main.min.css
.mpc-animation{opacity:0} .mpc-no-transition,.velocity-animating,.velocity-animating .mpc-transition{-webkit-transition:none!important;transition:none!important} .mpc-transition{-webkit-transition:all .25s;transition:all .25s} .mpc-display--block{display:block!important} .mpc-effect--circle::before,.mpc-effect--shine::...
0.430028
0.032253
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap'); :root{ --green: #64942e; --dark-color: #0f8757; --black: #444; --light-color: #666; --border: .1rem solid rgba(0,0,0, .1); --border-hover: .1rem solid var(--black); --box-shadow:0 .5rem 1r...
css/style.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap'); :root{ --green: #64942e; --dark-color: #0f8757; --black: #444; --light-color: #666; --border: .1rem solid rgba(0,0,0, .1); --border-hover: .1rem solid var(--black); --box-shadow:0 .5rem 1r...
0.417034
0.047758
*, *:before, *:after { /* font-size: 16px; */ box-sizing: border-box; padding: 0; margin: 0; outline: none; } body { background-color: #f2f2f2; -webkit-text-size-adjust: none; } input[type="submit"], button { appearance: none; -webkit-appearance: none !important; -webkit-border-radius: 0; } .pa...
css/main.css
*, *:before, *:after { /* font-size: 16px; */ box-sizing: border-box; padding: 0; margin: 0; outline: none; } body { background-color: #f2f2f2; -webkit-text-size-adjust: none; } input[type="submit"], button { appearance: none; -webkit-appearance: none !important; -webkit-border-radius: 0; } .pa...
0.303422
0.068725
.mfp-bg{top: 0;left: 0;width: 100%;height: 100%;z-index: 1042;overflow: hidden;position: fixed;background: #0b0b0b;opacity: 0.8;filter: alpha(opacity=80);} .mfp-wrap{top: 0;left: 0;width: 100%;height: 100%;z-index: 1043;position: fixed;outline: none !important;-webkit-backface-visibility: hidden;} .mfp-container{text-a...
public/static/css/magnific-popup.css
.mfp-bg{top: 0;left: 0;width: 100%;height: 100%;z-index: 1042;overflow: hidden;position: fixed;background: #0b0b0b;opacity: 0.8;filter: alpha(opacity=80);} .mfp-wrap{top: 0;left: 0;width: 100%;height: 100%;z-index: 1043;position: fixed;outline: none !important;-webkit-backface-visibility: hidden;} .mfp-container{text-a...
0.336767
0.042424
.custom-radio input { display: none; } .radio-btn { margin: 5px; width: 130px; height: 150px; border: 3px solid transparent; display: inline-block; border-radius: 10px; position: relative; text-align: center; box-shadow: 0 0 20px #c3c3c367; cursor: pointer; } .radio-btn > i { color: #ffffff; ...
client/src/innovation_components/Pages/InnovationThree.css
.custom-radio input { display: none; } .radio-btn { margin: 5px; width: 130px; height: 150px; border: 3px solid transparent; display: inline-block; border-radius: 10px; position: relative; text-align: center; box-shadow: 0 0 20px #c3c3c367; cursor: pointer; } .radio-btn > i { color: #ffffff; ...
0.389779
0.080069
body { background-color: #292b2f; font-size: 20px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } section { display: flex; flex-direction: column; justify-content: center; align-items: cen...
style.css
body { background-color: #292b2f; font-size: 20px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } section { display: flex; flex-direction: column; justify-content: center; align-items: cen...
0.445288
0.12817
#s-lg-guide-tabs { border-bottom: none; border-radius: 5px 5px 0 0; } #s-lg-tabs-container ul.nav.nav-stacked > li { margin-left: 5px; margin-right: 5px; } #s-lg-tabs-container ul.nav > li { margin-top: 0px; } #s-lg-tabs-container ul.nav > li > a, #s-lg-tabs-container ul.nav > li > a > span { background-color: var(-...
sites/libguides/restyle.css
#s-lg-guide-tabs { border-bottom: none; border-radius: 5px 5px 0 0; } #s-lg-tabs-container ul.nav.nav-stacked > li { margin-left: 5px; margin-right: 5px; } #s-lg-tabs-container ul.nav > li { margin-top: 0px; } #s-lg-tabs-container ul.nav > li > a, #s-lg-tabs-container ul.nav > li > a > span { background-color: var(-...
0.276495
0.048586
body { /*background: url("{{app_root}}{{static_url("img/blackleather.jpg")}}") repeat;*/ /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1em;*/ background: #fff; } h1 { font-weight: normal; font-size: 4em; padding: 0; margin: 0; } #html_body { ...
search/static/css/search.css
body { /*background: url("{{app_root}}{{static_url("img/blackleather.jpg")}}") repeat;*/ /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1em;*/ background: #fff; } h1 { font-weight: normal; font-size: 4em; padding: 0; margin: 0; } #html_body { ...
0.465873
0.088978
* { padding: 0; margin: 0; box-sizing: border-box; } :root { --bright-green-color: #59e72e; --dark-green-color: #34a73e; --dark-grey-color: #333; } body { height: 100%; padding: 0; margin: 0; font-family: sans-serif; } h2 { font-size: 3rem; } ::marker { font-size: 2rem; } .body-text::placeh...
public/stylesheets/style.css
* { padding: 0; margin: 0; box-sizing: border-box; } :root { --bright-green-color: #59e72e; --dark-green-color: #34a73e; --dark-grey-color: #333; } body { height: 100%; padding: 0; margin: 0; font-family: sans-serif; } h2 { font-size: 3rem; } ::marker { font-size: 2rem; } .body-text::placeh...
0.530723
0.095265
.itg-page { padding-left: 4px; padding-right: 4px; margin-block-end: 2em; } .itg-container { position: relative; vertical-align: top; box-sizing: border-box; margin: 0 auto; width: 100%; } .itg-container:after, .itg-row:after, .itg-page:after, .u-cf { content: ''; display: table;...
views/src/styles.common.css
.itg-page { padding-left: 4px; padding-right: 4px; margin-block-end: 2em; } .itg-container { position: relative; vertical-align: top; box-sizing: border-box; margin: 0 auto; width: 100%; } .itg-container:after, .itg-row:after, .itg-page:after, .u-cf { content: ''; display: table;...
0.455441
0.16455
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } html, body { display: grid; height: 100%; width: 100%; place-items: center; background: -webkit-linear-gradient(left, #04152c, #1...
public/css/index.css
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } html, body { display: grid; height: 100%; width: 100%; place-items: center; background: -webkit-linear-gradient(left, #04152c, #1...
0.359926
0.077553
body { background-color: #fff !important; } /*Body Text Color End*/ .tg-btn:after, .tg-tabs-nav li input[type="radio"]:checked + label .tg-category-name:after, .tg-tabs-nav li label:hover .tg-category-name:after, .tg-tabs-nav li label:before, .tg-searchform .form-group button[type="submit"], .tg-listing-views li.a...
public/css/inline.css
body { background-color: #fff !important; } /*Body Text Color End*/ .tg-btn:after, .tg-tabs-nav li input[type="radio"]:checked + label .tg-category-name:after, .tg-tabs-nav li label:hover .tg-category-name:after, .tg-tabs-nav li label:before, .tg-searchform .form-group button[type="submit"], .tg-listing-views li.a...
0.39712
0.060891
body { font-family: Roboto,"Helvetica Neue",Arial,sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #2b313f; text-align: left; background-color: #f9fcff; font-size:16px; } h1 { font-size:2.5rem; font-weight:normal; } h2 { font-size:1.6rem; font-weight:normal...
css/main.css
body { font-family: Roboto,"Helvetica Neue",Arial,sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #2b313f; text-align: left; background-color: #f9fcff; font-size:16px; } h1 { font-size:2.5rem; font-weight:normal; } h2 { font-size:1.6rem; font-weight:normal...
0.293506
0.121634
.messagesDialog .dijitDialogPaneContent { background-color: #efe; } .samplePropertyEditor, .sampleQueryInputArea { display: table; } .samplePropertyEditor .dijitTextBox, .sampleQueryInputArea .dijitTextBox { display: table-cell; } .samplePropertyEditor .dijitButton, .sampleQueryInputArea .dijitButton { display: ...
samplePlugin/src/com/ibm/ecm/extension/sample/WebContent/SamplePlugin.css
.messagesDialog .dijitDialogPaneContent { background-color: #efe; } .samplePropertyEditor, .sampleQueryInputArea { display: table; } .samplePropertyEditor .dijitTextBox, .sampleQueryInputArea .dijitTextBox { display: table-cell; } .samplePropertyEditor .dijitButton, .sampleQueryInputArea .dijitButton { display: ...
0.339499
0.063337
/** * 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 ========================================================================== */ /** * Remov...
docs/styles/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 ========================================================================== */ /** * Remov...
0.713032
0.112308
html { background: #557585; } .login { margin: 20% auto; width: 434px; padding: 10px; border-radius: 10px; border: 7px solid rgba(255,255,255,0.4); } .login h1 { margin: -10px -10px 0 -10px; line-height: 50px; font-size: 24px; font-weight: bold; text-align: center; text-s...
html5/templates/login/site.css
html { background: #557585; } .login { margin: 20% auto; width: 434px; padding: 10px; border-radius: 10px; border: 7px solid rgba(255,255,255,0.4); } .login h1 { margin: -10px -10px 0 -10px; line-height: 50px; font-size: 24px; font-weight: bold; text-align: center; text-s...
0.386763
0.128963
.menu, .menuActive { width: 36px; height: 36px; padding: 0; margin: 0; outline: none; position: relative; border: none; background: none; cursor: pointer; -webkit-appearence: none; -webkit-tap-highlight-color: transparent; } .menuSvg { width: 64px; height: 48px; top: -6px; left: -14px; s...
src/components/extendedMenu/extendedMenu.module.css
.menu, .menuActive { width: 36px; height: 36px; padding: 0; margin: 0; outline: none; position: relative; border: none; background: none; cursor: pointer; -webkit-appearence: none; -webkit-tap-highlight-color: transparent; } .menuSvg { width: 64px; height: 48px; top: -6px; left: -14px; s...
0.343342
0.047206
.indent { padding-left: 20px; } .react-dropdown { position: relative; display: inline-block; width: 100%; box-sizing: border-box; border: 1px solid #3e3e40; cursor: pointer; } .react-dropdown .results-container { display: none; background: #FFFFFF; font-weight: bold; color: #000000; ...
dist/index.es.css
.indent { padding-left: 20px; } .react-dropdown { position: relative; display: inline-block; width: 100%; box-sizing: border-box; border: 1px solid #3e3e40; cursor: pointer; } .react-dropdown .results-container { display: none; background: #FFFFFF; font-weight: bold; color: #000000; ...
0.481698
0.066995
* { box-sizing: border-box; margin: auto; } /*Header*/ .head1 { display: flex; justify-content: space-between; /*horizontal adjustment*/ background-color: whitesmoke; } #brand { padding: 5px; width: 40%; ...
assets/styles.css
* { box-sizing: border-box; margin: auto; } /*Header*/ .head1 { display: flex; justify-content: space-between; /*horizontal adjustment*/ background-color: whitesmoke; } #brand { padding: 5px; width: 40%; ...
0.324556
0.074231
@charset "UTF-8"; @font-face { font-family: tic; src: url(https://cdn.tianyancha.com/web-require-js/public/fonts/tic-fcd4dd5fa5.eot); src: url(https://cdn.tianyancha.com/web-require-js/public/fonts/tic-fcd4dd5fa5.eot#iefix) format("embedded-opentype"), url(https://cdn.tianyancha.com/web-require-js/public/fo...
src/tyc-css/font.css
@charset "UTF-8"; @font-face { font-family: tic; src: url(https://cdn.tianyancha.com/web-require-js/public/fonts/tic-fcd4dd5fa5.eot); src: url(https://cdn.tianyancha.com/web-require-js/public/fonts/tic-fcd4dd5fa5.eot#iefix) format("embedded-opentype"), url(https://cdn.tianyancha.com/web-require-js/public/fo...
0.435301
0.212722
.paper-item { margin-bottom: 4em; background-color: #FFFFFF; borderr: 1px solid blue; } .paper-item > div { display: flex; flex-wrap: wrap; } .paper-item-big-img { width: 100%; display: block; margin-bottom: 0.5em; } .paper-item-big-img > img { width: 100%; display: block; max-height: 200px; } .paper-it...
public/res/css/paper-item.css
.paper-item { margin-bottom: 4em; background-color: #FFFFFF; borderr: 1px solid blue; } .paper-item > div { display: flex; flex-wrap: wrap; } .paper-item-big-img { width: 100%; display: block; margin-bottom: 0.5em; } .paper-item-big-img > img { width: 100%; display: block; max-height: 200px; } .paper-it...
0.251464
0.086942
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700&subset=cyrillic,cyrillic-ext,latin,greek-ext,greek,latin-ext,vietnamese"); /*@import url('https://fonts.googleapis.com/css?family=Cinzel+Decorative');*/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,...
public/css/template.css
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700&subset=cyrillic,cyrillic-ext,latin,greek-ext,greek,latin-ext,vietnamese"); /*@import url('https://fonts.googleapis.com/css?family=Cinzel+Decorative');*/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,...
0.358802
0.098123
*{ box-sizing: border-box; } body{ margin: 0; padding: 0; } .main-header { background: url(../img/image\ 5.svg) no-repeat center center; } .main-content-text { background: rgb(255, 255, 255, 0.6); /* Цвет фона */ padding: 5px; /* Поля вокруг текста */ width: 80%; margin-top: 10%; text-alig...
public/css/food.css
*{ box-sizing: border-box; } body{ margin: 0; padding: 0; } .main-header { background: url(../img/image\ 5.svg) no-repeat center center; } .main-content-text { background: rgb(255, 255, 255, 0.6); /* Цвет фона */ padding: 5px; /* Поля вокруг текста */ width: 80%; margin-top: 10%; text-alig...
0.290679
0.07843
@font-face { src: url("/ui/fonts/ubuntu/UbuntuMono-B.ttf"); } @font-face { src: url("/ui/fonts/opensans/OpenSans-Regular.ttf"); } @font-face { src: url("/ui/fonts/opensans/OpenSans-SemiBold.ttf"); } .root { -fx-control-width: 180; -fx-control-medium-width: 200; -fx-control-bid-width: 240; ...
src/main/resources/ui/css/base.css
@font-face { src: url("/ui/fonts/ubuntu/UbuntuMono-B.ttf"); } @font-face { src: url("/ui/fonts/opensans/OpenSans-Regular.ttf"); } @font-face { src: url("/ui/fonts/opensans/OpenSans-SemiBold.ttf"); } .root { -fx-control-width: 180; -fx-control-medium-width: 200; -fx-control-bid-width: 240; ...
0.284775
0.044681
@charset "utf-8"; /* CSS Document */ @import url("common.css"); .paddingleft10 { padding-left:10px;} .width147 { width: 147px !important;} .width160 { width: 250px !important;} .width159 { width: 159px !important;} .width225 { width: 225px !important;} .width262 { width: 262px !important;} .width320 { width: 320p...
css/registration.css
@charset "utf-8"; /* CSS Document */ @import url("common.css"); .paddingleft10 { padding-left:10px;} .width147 { width: 147px !important;} .width160 { width: 250px !important;} .width159 { width: 159px !important;} .width225 { width: 225px !important;} .width262 { width: 262px !important;} .width320 { width: 320p...
0.221772
0.14817
@media (min-width:1001px){ /*banner*/ .banner{ width:1200px; margin:0 auto; height:490px} .banNr{ padding-top:156px; padding-left:15px;} .banNrT{ font-size:38px; line-height:50px;margin-bottom:10px;} .banNr p{ font-size:18px; line-height:33px;} .ButAN{font-size:16px; width:196px; line-height:44px; height:44px;bo...
template/index2/assets/css/index1200.css
@media (min-width:1001px){ /*banner*/ .banner{ width:1200px; margin:0 auto; height:490px} .banNr{ padding-top:156px; padding-left:15px;} .banNrT{ font-size:38px; line-height:50px;margin-bottom:10px;} .banNr p{ font-size:18px; line-height:33px;} .ButAN{font-size:16px; width:196px; line-height:44px; height:44px;bo...
0.146331
0.108661
#sideNav { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; right: 0; bottom: 0; background-color: #e7e7e7; transition: 0.5s; padding-top: 60px; } #sideNav a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: #000000; display: block; tra...
src/App.css
#sideNav { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; right: 0; bottom: 0; background-color: #e7e7e7; transition: 0.5s; padding-top: 60px; } #sideNav a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: #000000; display: block; tra...
0.263789
0.126111
span>i{ color: white; } #AppContainer{ display: grid; grid-template-columns: 1fr; grid-template-rows:7% auto 13%; } .chatInfo{ display: flex; background-color: rgb(2, 25, 56); height: 50px; align-items: center; /* position: fixed; width: 415px; */ } .backArrow{ pa...
assets/css/chat.css
span>i{ color: white; } #AppContainer{ display: grid; grid-template-columns: 1fr; grid-template-rows:7% auto 13%; } .chatInfo{ display: flex; background-color: rgb(2, 25, 56); height: 50px; align-items: center; /* position: fixed; width: 415px; */ } .backArrow{ pa...
0.625324
0.198122
*,ul,li{margin: 0;padding: 0;} body{font-size: 54px;color: #fff;width: 100%;height: 100%;font-family: "微软雅黑"} .clearfix:after{content: "";display: block;height: 0;overflow: hidden;visibility: hidden;clear: both;} .pull-left{float: left;} .pull-right{float: right;} img{display: inline-block;} a{display: block;text-decor...
public/take2/style11.css
*,ul,li{margin: 0;padding: 0;} body{font-size: 54px;color: #fff;width: 100%;height: 100%;font-family: "微软雅黑"} .clearfix:after{content: "";display: block;height: 0;overflow: hidden;visibility: hidden;clear: both;} .pull-left{float: left;} .pull-right{float: right;} img{display: inline-block;} a{display: block;text-decor...
0.291485
0.080973
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"; body { font-family: 'Poppins', sans-serif; background: #f6f6f6; } p { font-family: 'Poppins', sans-serif; font-size: 1.1em; font-weight: 300; line-height: 1.7em; color: #999; } a, a:hover, a:focus { color: i...
app/static/css/styles.css
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"; body { font-family: 'Poppins', sans-serif; background: #f6f6f6; } p { font-family: 'Poppins', sans-serif; font-size: 1.1em; font-weight: 300; line-height: 1.7em; color: #999; } a, a:hover, a:focus { color: i...
0.574872
0.102305
@import url("https://fonts.googleapis.com/css2?family=Georama:wght@300&display=swap"); body { background: linear-gradient(to right, #171617, #151415); height: 100vh; } div#quote-box { box-shadow: 1px 1px 3px 1px #020102, -1px -1px 3px 1px #020102; -webkit-box-shadow: 1px 1px 3px 1px #020102, -1px -1px 3px 1px ...
Front End Development Libraries/Random Quote Machine/dist/style.css
@import url("https://fonts.googleapis.com/css2?family=Georama:wght@300&display=swap"); body { background: linear-gradient(to right, #171617, #151415); height: 100vh; } div#quote-box { box-shadow: 1px 1px 3px 1px #020102, -1px -1px 3px 1px #020102; -webkit-box-shadow: 1px 1px 3px 1px #020102, -1px -1px 3px 1px ...
0.31384
0.111967
body, html, .row{ width: 100%; max-height: 100%; margin: 0; padding: 0; overflow: hidden; font-family: 'Open Sans', sans-serif; } .flex-container { display: flex; flex-direction: column; } .fill { height: 100%; margin: 0 0 0 0; padding: 0; width: 100% } #app_container { width: 10...
app/css/custom.css
body, html, .row{ width: 100%; max-height: 100%; margin: 0; padding: 0; overflow: hidden; font-family: 'Open Sans', sans-serif; } .flex-container { display: flex; flex-direction: column; } .fill { height: 100%; margin: 0 0 0 0; padding: 0; width: 100% } #app_container { width: 10...
0.249905
0.042483
section.form { background-color: white; padding: 32px 24px; margin: 32px auto; box-shadow: 2px 2px 2px -4px rgba(60, 60, 60, 0.9); border: 1px solid #efefef; border-radius: 4px; max-width: 700px; width: 90%; } section.form .header h3 { font-size: 14px; line-height: 24px; l...
works/modulo07/public/styles/products.css
section.form { background-color: white; padding: 32px 24px; margin: 32px auto; box-shadow: 2px 2px 2px -4px rgba(60, 60, 60, 0.9); border: 1px solid #efefef; border-radius: 4px; max-width: 700px; width: 90%; } section.form .header h3 { font-size: 14px; line-height: 24px; l...
0.494873
0.133754
html { height: 100%; width: 100%; } body { background: #000; background-position: left; background-size: contain; font-size: 16px; color: #FFF; } h1, h2, h3, h4, h5 { font-family: 'Open Sans', sans-serif; } h1, h2 { text-transform: uppercase; text-shadow: 0 0 0.3em rgba(250, 250, 250, 0.7); ani...
css/custom.css
html { height: 100%; width: 100%; } body { background: #000; background-position: left; background-size: contain; font-size: 16px; color: #FFF; } h1, h2, h3, h4, h5 { font-family: 'Open Sans', sans-serif; } h1, h2 { text-transform: uppercase; text-shadow: 0 0 0.3em rgba(250, 250, 250, 0.7); ani...
0.606498
0.074299
html, body, #root, .App { width: 100%; min-height: 100vh; color: #313a52; font-weight: 400; } .content { display: flex; padding: 2.5rem 3.5rem; } .nav-content { padding-left: 3.5rem; padding-right: 3.5rem; } /* Footer WIP */ .footer { position: sticky; bottom: 0; left: 0; width: 100%; back...
packages/extension/public/style/reef-styles.css
html, body, #root, .App { width: 100%; min-height: 100vh; color: #313a52; font-weight: 400; } .content { display: flex; padding: 2.5rem 3.5rem; } .nav-content { padding-left: 3.5rem; padding-right: 3.5rem; } /* Footer WIP */ .footer { position: sticky; bottom: 0; left: 0; width: 100%; back...
0.532668
0.085671
@charset "utf-8"; /* Template Name: OnlineFolio Author: <a href="http://www.os-templates.com/">OS Templates</a> Author URI: http://www.os-templates.com/ Licence: Free to use under our free template licence terms Licence URI: http://www.os-templates.com/template-terms File: Layout CSS */ @import url("navi.css"); @impor...
reverb-apps/resources/css/layout.css
@charset "utf-8"; /* Template Name: OnlineFolio Author: <a href="http://www.os-templates.com/">OS Templates</a> Author URI: http://www.os-templates.com/ Licence: Free to use under our free template licence terms Licence URI: http://www.os-templates.com/template-terms File: Layout CSS */ @import url("navi.css"); @impor...
0.255622
0.070848
body { font-family: Helvetica, Arial, sans-serif !important; font-weight: 400; } .span8 *:not(h1) { line-height: 1.7 !important; } code { color: #666; border: 0 !important; border-radius: 0 !important; background-color: #eee !important; white-space: normal; } .container-fluid { max-width: 1300px !important...
css/custom.css
body { font-family: Helvetica, Arial, sans-serif !important; font-weight: 400; } .span8 *:not(h1) { line-height: 1.7 !important; } code { color: #666; border: 0 !important; border-radius: 0 !important; background-color: #eee !important; white-space: normal; } .container-fluid { max-width: 1300px !important...
0.301979
0.071656
------------------------- */ @media (max-width: 767px) { .sdcol-label{ text-align: left; } .nav.navbar-nav.pull-right{ float: none !important; } .sdbox-col { padding-top: 15px; padding-left: 15px; } .page-container { margin: 0 !important; /*padding: 0 !important;*...
backend/themes/admin/assets/css/layout-responsive.css
------------------------- */ @media (max-width: 767px) { .sdcol-label{ text-align: left; } .nav.navbar-nav.pull-right{ float: none !important; } .sdbox-col { padding-top: 15px; padding-left: 15px; } .page-container { margin: 0 !important; /*padding: 0 !important;*...
0.322953
0.067639
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Ubuntu:wght@300;400;500&display=swap'); *{ font-family: 'Poppins', sans-serif; margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; } html{ scroll-behavior: smooth; } .max-width{ max-wi...
style.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Ubuntu:wght@300;400;500&display=swap'); *{ font-family: 'Poppins', sans-serif; margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; } html{ scroll-behavior: smooth; } .max-width{ max-wi...
0.323915
0.066025
* { margin: 0; padding: 0; } /* GENERAL STYLES */ body { background-color: #f7f7f7; color: #131313; display: flex; flex-direction: column; font-family: 'Source Sans Pro', sans-serif; font-size: 18px; height: 100%; } html { height: 100%; } /* LAYOUT */ .container { margin: 0 auto; max-width: 1120px; width:...
css/styles.css
* { margin: 0; padding: 0; } /* GENERAL STYLES */ body { background-color: #f7f7f7; color: #131313; display: flex; flex-direction: column; font-family: 'Source Sans Pro', sans-serif; font-size: 18px; height: 100%; } html { height: 100%; } /* LAYOUT */ .container { margin: 0 auto; max-width: 1120px; width:...
0.277082
0.068382
.mentor-style { background-color: #ffffff; margin-top: 200px; } .box-small { display: inline-block; vertical-align: top; width: 50px; height: 50px; background: #ffffff; margin: 5px; } .content { display: inline-block; vertical-align: top; } .title, .sub-title { margin: 0; padding: 3px 10px 3px 0...
alpha/app/static/styles.css
.mentor-style { background-color: #ffffff; margin-top: 200px; } .box-small { display: inline-block; vertical-align: top; width: 50px; height: 50px; background: #ffffff; margin: 5px; } .content { display: inline-block; vertical-align: top; } .title, .sub-title { margin: 0; padding: 3px 10px 3px 0...
0.45423
0.144089
::-webkit-scrollbar{display: none;} .imgload{ width: 1px; height: 1px; opacity: 0; position: absolute; left: 0; top:0;} .main_sec .compete_list_wrap{width:1120px;} .main_sec .compete_list.gridtab{width:1060px;} .main_sec.strategy.type_new .compete_list.gridtab dt{ transform:translateY(20px);-webkit-transfo...
html/css/index.css
::-webkit-scrollbar{display: none;} .imgload{ width: 1px; height: 1px; opacity: 0; position: absolute; left: 0; top:0;} .main_sec .compete_list_wrap{width:1120px;} .main_sec .compete_list.gridtab{width:1060px;} .main_sec.strategy.type_new .compete_list.gridtab dt{ transform:translateY(20px);-webkit-transfo...
0.332744
0.054224
.aboutTitleFlag { color: #85a6c7; margin-top: 20px; font-family: cursive, Arial, Helvetica, sans-serif; } .toggleFlag, body .container-page, body .modal-body { /* Hide default HTML checkbox */ /* The slider */ /* Rounded sliders */ } .toggleFlag .switch, body .container-page .switch, body .modal-body .swi...
style.css
.aboutTitleFlag { color: #85a6c7; margin-top: 20px; font-family: cursive, Arial, Helvetica, sans-serif; } .toggleFlag, body .container-page, body .modal-body { /* Hide default HTML checkbox */ /* The slider */ /* Rounded sliders */ } .toggleFlag .switch, body .container-page .switch, body .modal-body .swi...
0.324663
0.037292
html{ height: 100%; font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif; font-size: 14px; } body{ height: 100%; display: flex; flex-direction: column; background-color: #f6f8f9; background-image: url("brushed-alum.png"); margin: 0; } .scro...
Day5/webviews/asset/index.css
html{ height: 100%; font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif; font-size: 14px; } body{ height: 100%; display: flex; flex-direction: column; background-color: #f6f8f9; background-image: url("brushed-alum.png"); margin: 0; } .scro...
0.369429
0.074332
html{ height: 100%; } input:focus { background-color: #e0e0e0; } body{ margin: 0; min-width: 1300px; -webkit-user-select: none; user-select: none; -moz-user-select: none; } .inputError{ border:1px solid red; } .star{ color: #ffd500; text-shadow: 1px 1px 1px #000; font-siz...
www/public/JudgeOnline.css
html{ height: 100%; } input:focus { background-color: #e0e0e0; } body{ margin: 0; min-width: 1300px; -webkit-user-select: none; user-select: none; -moz-user-select: none; } .inputError{ border:1px solid red; } .star{ color: #ffd500; text-shadow: 1px 1px 1px #000; font-siz...
0.337531
0.065905
@charset "utf-8"; /*banner*/ .banner { height:175px;background:url(../../img/xzjy/banner.jpg) center 0 no-repeat;color:#fff; padding-top:35px; margin-bottom:37px; min-width:1200px;} .banner h2{ color:#fff; font-size:42px; line-height:80px; font-weight:normal} .banner h3{color:#fff; font-size:20px; font-weight:normal} ...
css/xzjy/joblist.css
@charset "utf-8"; /*banner*/ .banner { height:175px;background:url(../../img/xzjy/banner.jpg) center 0 no-repeat;color:#fff; padding-top:35px; margin-bottom:37px; min-width:1200px;} .banner h2{ color:#fff; font-size:42px; line-height:80px; font-weight:normal} .banner h3{color:#fff; font-size:20px; font-weight:normal} ...
0.341802
0.1844