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 { color: #000; margin: 0; font-family: "Quicksand"; } body h1 { font-family: "Karla"; } .navbar { display: inline-block; width: 100%; margin: 0 0 1.25em 0; background: #E8E8E8; border-bottom: 0.5px solid lightgrey; } .navbar ul li { list-style: none; display: inline-block; padd...
app/styles/style.css
body { color: #000; margin: 0; font-family: "Quicksand"; } body h1 { font-family: "Karla"; } .navbar { display: inline-block; width: 100%; margin: 0 0 1.25em 0; background: #E8E8E8; border-bottom: 0.5px solid lightgrey; } .navbar ul li { list-style: none; display: inline-block; padd...
0.444806
0.076926
*{margin:0 ;padding:0;} h1,h2,h3,h4,h5,h6,ul,li,p{margin: 0;padding:0px;} li{list-style: none;float:left;} a{text-decoration: none;} .row{ margin:0px; padding:0px; } body{background:#CCC;} /*Bắt đầu CSS cho phần header-menu */ .container-max{ max-width: 1020px; margin-top:20px; } .header-top{ background: #fff; } ...
admin_php/style.css
*{margin:0 ;padding:0;} h1,h2,h3,h4,h5,h6,ul,li,p{margin: 0;padding:0px;} li{list-style: none;float:left;} a{text-decoration: none;} .row{ margin:0px; padding:0px; } body{background:#CCC;} /*Bắt đầu CSS cho phần header-menu */ .container-max{ max-width: 1020px; margin-top:20px; } .header-top{ background: #fff; } ...
0.20347
0.065425
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap'); *{ margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } body{ back...
style.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap'); *{ margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } body{ back...
0.276593
0.053255
@font-face { font-family: 'inconsolata'; src: url('inconsolatalgc-webfont.eot'); src: url('inconsolatalgc-webfont.eot?#iefix') format('embedded-opentype'), url('inconsolatalgc-webfont.woff') format('woff'), url('inconsolatalgc-webfont.ttf') format('truetype'), url('inconsolatalgc-...
documentation/tutorial/tutorial-html/src/main/resources/fonts/fonts.css
@font-face { font-family: 'inconsolata'; src: url('inconsolatalgc-webfont.eot'); src: url('inconsolatalgc-webfont.eot?#iefix') format('embedded-opentype'), url('inconsolatalgc-webfont.woff') format('woff'), url('inconsolatalgc-webfont.ttf') format('truetype'), url('inconsolatalgc-...
0.163212
0.04365
.sidebar { @apply flex-shrink-0 overflow-hidden p-4 pt-8 border-r border-none z-50; transition: width var(--transition); } .sidebar.open { width: var(--sidebar-open-w); /* transition: padding-left var(--transition); */ /* @apply pl-8; */ } .sidebar.closed { width: var...
src/components/css/Sidebar.css
.sidebar { @apply flex-shrink-0 overflow-hidden p-4 pt-8 border-r border-none z-50; transition: width var(--transition); } .sidebar.open { width: var(--sidebar-open-w); /* transition: padding-left var(--transition); */ /* @apply pl-8; */ } .sidebar.closed { width: var...
0.544317
0.099865
@font-face { font-family: "NYT"; src: url("fonts/Chomsky.woff") format('woff'); } html { font-size: 20px; } /* HEADER */ nav { top: 0; position: fixed; width: 100%; background-color: #fff; display: flex; justify-content: space-around; border-bottom: 1px solid lightgray; padding: 0.5rem 0; } ....
styles.css
@font-face { font-family: "NYT"; src: url("fonts/Chomsky.woff") format('woff'); } html { font-size: 20px; } /* HEADER */ nav { top: 0; position: fixed; width: 100%; background-color: #fff; display: flex; justify-content: space-around; border-bottom: 1px solid lightgray; padding: 0.5rem 0; } ....
0.508544
0.073198
body { background: #F3F7FB; margin: 0; overflow: hidden; font-family: Arial, sans-serif; } .block_select { float: left; background: #393484; background: #012E67; height: 100vh; width: 80px; display: flex; justify-content: center; align-items: center; } a { text-deco...
src/backend/website/static/website/base.css
body { background: #F3F7FB; margin: 0; overflow: hidden; font-family: Arial, sans-serif; } .block_select { float: left; background: #393484; background: #012E67; height: 100vh; width: 80px; display: flex; justify-content: center; align-items: center; } a { text-deco...
0.533397
0.088978
*:focus { outline: none; } .container { max-width: 900px; margin: 0 auto; min-height: 100%; } .tableHeader { max-width: 900px; width: 100%; display: flex; justify-content: space-between; align-items: center; background-color: #315481; background-image: linear-gradient(to top, #0052d4, #4364f7, #6fb1fc); b...
imports/ui/Styles/tableWrapper.css
*:focus { outline: none; } .container { max-width: 900px; margin: 0 auto; min-height: 100%; } .tableHeader { max-width: 900px; width: 100%; display: flex; justify-content: space-between; align-items: center; background-color: #315481; background-image: linear-gradient(to top, #0052d4, #4364f7, #6fb1fc); b...
0.345436
0.065276
@font-face { font-family: 'Nunito Sans'; font-style: normal; font-weight: 300; src: local(''), url('../fonts/nunito-sans-v6-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/nunito-sans-v6-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3....
css/app.css
@font-face { font-family: 'Nunito Sans'; font-style: normal; font-weight: 300; src: local(''), url('../fonts/nunito-sans-v6-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/nunito-sans-v6-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3....
0.382026
0.052207
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Shrikhand:wght@100;200;300;400;500&display=swap"); /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /** * P. Personnal settings. *...
public/css/styles.css
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Shrikhand:wght@100;200;300;400;500&display=swap"); /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /** * P. Personnal settings. *...
0.5769
0.062933
body{ margin: 0 10px; padding: 10px 40px; } nav{ align-items: center; width: 100%; display: flex; justify-content: space-around; padding-top: 20px; border-bottom: 1px solid black; } nav .logo{ display: flex; justify-content: space-between; align-items: center; } nav .logo .lo...
style.css
body{ margin: 0 10px; padding: 10px 40px; } nav{ align-items: center; width: 100%; display: flex; justify-content: space-around; padding-top: 20px; border-bottom: 1px solid black; } nav .logo{ display: flex; justify-content: space-between; align-items: center; } nav .logo .lo...
0.421195
0.108425
* { margin:0px; padding:0px; list-style:none; border:0px; font-family:"微软雅黑","宋体",Arial, Helvetica, sans-serif; font-size:13px; } html, body { width: 100%; height: 100%; } html { overflow-y:scroll; } body { background-color:#ffffff; background-repeat:no-repeat; background-position: center top; } hr { width...
load/mycss/reset.css
* { margin:0px; padding:0px; list-style:none; border:0px; font-family:"微软雅黑","宋体",Arial, Helvetica, sans-serif; font-size:13px; } html, body { width: 100%; height: 100%; } html { overflow-y:scroll; } body { background-color:#ffffff; background-repeat:no-repeat; background-position: center top; } hr { width...
0.19216
0.072276
@font-face { font-family: "Flaticon"; src: url("../fonts/Flaticon.eot"); src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), ...
public/frontend/css/flaticon.css
@font-face { font-family: "Flaticon"; src: url("../fonts/Flaticon.eot"); src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), ...
0.296043
0.149252
@keyframes spin { from { transform: rotate(0turn); } to { transform: rotate(1turn); } } .player { display: grid; grid-template-columns: auto auto; grid-template-areas: 'time' 'controls'; width: max-content; padding: 2rem 3rem; margin-top: 2rem; border-radiu...
app/styles/remix/player.css
@keyframes spin { from { transform: rotate(0turn); } to { transform: rotate(1turn); } } .player { display: grid; grid-template-columns: auto auto; grid-template-areas: 'time' 'controls'; width: max-content; padding: 2rem 3rem; margin-top: 2rem; border-radiu...
0.595257
0.235086
header { grid-area: header; } nav { grid-area: nav; } .navbar { display: none; grid-area: navbar; } button a { color: white; } /**** Attributes ****/ .card { padding: 13px; border: solid black 1px; border-radius: 13px; margin: 13px; background: white; text-align: center; } .chatbox { heig...
client/src/css/Game.css
header { grid-area: header; } nav { grid-area: nav; } .navbar { display: none; grid-area: navbar; } button a { color: white; } /**** Attributes ****/ .card { padding: 13px; border: solid black 1px; border-radius: 13px; margin: 13px; background: white; text-align: center; } .chatbox { heig...
0.503662
0.183667
width: 100%; height: 100%; padding-top: 50px; } #carLicenseBox{ width: 80%; /*height: 100%;*/ border: 1px solid #cccccc; border-radius: 10px; margin: 0 auto; padding-bottom: 20px; overflow: hidden; background-color: #ffffff; } #carLicenseBox .carLicenseTitle{ width: 100%; height: 70px; ba...
public/html/car/css/index.css
width: 100%; height: 100%; padding-top: 50px; } #carLicenseBox{ width: 80%; /*height: 100%;*/ border: 1px solid #cccccc; border-radius: 10px; margin: 0 auto; padding-bottom: 20px; overflow: hidden; background-color: #ffffff; } #carLicenseBox .carLicenseTitle{ width: 100%; height: 70px; ba...
0.178311
0.034262
.brand { font-weight: bold; font-size: 21px; } .site-header { position: relative; background-color: #def7ff; } .site-header__start { display: flex; align-items: center; } .site-header__end { display: flex; align-items: center; } .site-header__wrapper { display: flex; justify-content: space-betwe...
css/header-4.css
.brand { font-weight: bold; font-size: 21px; } .site-header { position: relative; background-color: #def7ff; } .site-header__start { display: flex; align-items: center; } .site-header__end { display: flex; align-items: center; } .site-header__wrapper { display: flex; justify-content: space-betwe...
0.565659
0.07117
*{ margin:0; padding:0; -moz-box-sizing: border-box; box-sizing: border-box; } #page { min-height: 100%; display : table; width: 100%; position: relative; } body,html{ font-family: Verdana, Calibri, sans serif; margin: 0px; padding: 0px; height: 100%; } footer ...
web/css/style.css
*{ margin:0; padding:0; -moz-box-sizing: border-box; box-sizing: border-box; } #page { min-height: 100%; display : table; width: 100%; position: relative; } body,html{ font-family: Verdana, Calibri, sans serif; margin: 0px; padding: 0px; height: 100%; } footer ...
0.279828
0.047009
html { background-color: rgb(18, 26, 47); font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif; } body { background-color: rgb(18, 26, 47); font-size: 14px; margin: 0 } a, a>* { text-decoration: none } .center { text-align: center; } .base { margin: 10px ...
Public/base.css
html { background-color: rgb(18, 26, 47); font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif; } body { background-color: rgb(18, 26, 47); font-size: 14px; margin: 0 } a, a>* { text-decoration: none } .center { text-align: center; } .base { margin: 10px ...
0.425605
0.089733
/*This is main CSS file that contains custom style rules used in this template*/ /*-------------------------------------------------------------------------------------------------------------------------------*/ /* Template Name: Eventine */ /* Version: 1.0 Initial Release*/ /* Build Date: 30-07-2017*/ /* Author:...
css/styles.css
/*This is main CSS file that contains custom style rules used in this template*/ /*-------------------------------------------------------------------------------------------------------------------------------*/ /* Template Name: Eventine */ /* Version: 1.0 Initial Release*/ /* Build Date: 30-07-2017*/ /* Author:...
0.256925
0.033463
@charset "UTF-8"; /* Copyright (c) 2015 ptt.cc */ /* Licensed under The MIT License. */ /* Desktop */ @media screen and (min-width: 800px) { .bbs-screen, #topbar, #navigation, .action-bar, #article-polling { min-width: 600px; max-width: 1200px; } .bbs-content, #article-polling { f...
pages/ptt/M.1538373690.A.72D_files/bbs-custom.css
@charset "UTF-8"; /* Copyright (c) 2015 ptt.cc */ /* Licensed under The MIT License. */ /* Desktop */ @media screen and (min-width: 800px) { .bbs-screen, #topbar, #navigation, .action-bar, #article-polling { min-width: 600px; max-width: 1200px; } .bbs-content, #article-polling { f...
0.540439
0.107391
a { color: brown; text-decoration: none; } a.hover:hover { color: #fff; background-color: brown; text-decoration: none; } .brand-logo { max-width: 3rem; } .sub-logo { max-width: 3rem; } .carousel-text { font-size: 0.6rem; } .brand-text { font-size: 0.7rem; } .thm-text { color: brown; } .thm-b...
assets/css/main.css
a { color: brown; text-decoration: none; } a.hover:hover { color: #fff; background-color: brown; text-decoration: none; } .brand-logo { max-width: 3rem; } .sub-logo { max-width: 3rem; } .carousel-text { font-size: 0.6rem; } .brand-text { font-size: 0.7rem; } .thm-text { color: brown; } .thm-b...
0.52902
0.127816
.table-responsive{ overflow-x: auto!important; } #block_mysubmenu{ margin-left: 0px !important; } .lien_accueil span{ margin-left: 11px; } tr th { width : 18% !important; } .lien_profil{ font-weight: bold; color: black; } #button_add { padding-left:0 !important; width: 30% !importa...
src/HomeConstruct/FoBundle/Resources/public/css/layout_build.css
.table-responsive{ overflow-x: auto!important; } #block_mysubmenu{ margin-left: 0px !important; } .lien_accueil span{ margin-left: 11px; } tr th { width : 18% !important; } .lien_profil{ font-weight: bold; color: black; } #button_add { padding-left:0 !important; width: 30% !importa...
0.332744
0.100348
.background00 { background-color: white; box-shadow: 0px 2.5px 10px rgba(0, 0, 0, 0.212); width: 550px; height: 400px; border-radius: 5px; position: relative; top: 22vh; margin: 0 auto; z-index: -1; } input#dn { font: normal 10pt Yu Gothic; width: 100px; height...
ex002/style.css
.background00 { background-color: white; box-shadow: 0px 2.5px 10px rgba(0, 0, 0, 0.212); width: 550px; height: 400px; border-radius: 5px; position: relative; top: 22vh; margin: 0 auto; z-index: -1; } input#dn { font: normal 10pt Yu Gothic; width: 100px; height...
0.627837
0.281464
.app-2rEoOp { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: var(--background-tertiary); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; fl...
web/style.css
.app-2rEoOp { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: var(--background-tertiary); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; fl...
0.327561
0.07221
:root { /* * <NAME> (border-radius) */ /* Tamanhos de Bordas */ --border-radius: 8px; --border-radius-half: calc(var(--border-radius)/2); --border-radius-double: calc(var(--border-radius)*2); /* Borda arredondada em uma quina única */ --border-radius-1: var(--border-radius) 0 0 0; --border-radi...
server/public/stylesheets/tokens/borders.css
:root { /* * <NAME> (border-radius) */ /* Tamanhos de Bordas */ --border-radius: 8px; --border-radius-half: calc(var(--border-radius)/2); --border-radius-double: calc(var(--border-radius)*2); /* Borda arredondada em uma quina única */ --border-radius-1: var(--border-radius) 0 0 0; --border-radi...
0.355999
0.450601
.elem-wrapper { float: left; clear: both; display:table; } .connection-div { height:100%; display:table-cell; vertical-align:top; } .connection-div .connection-tracer { border-left: solid 1px black; border-bottom: solid 1px black; float: right; width: 22px; ...
ConfigurationTool/src/app/configurationeditor/featureselectionelem/feature-selection-elem.component.css
.elem-wrapper { float: left; clear: both; display:table; } .connection-div { height:100%; display:table-cell; vertical-align:top; } .connection-div .connection-tracer { border-left: solid 1px black; border-bottom: solid 1px black; float: right; width: 22px; ...
0.425128
0.132767
.firebaseui-flag-KY { background-position: -0px -0px; } .firebaseui-flag-AC { background-position: -0px -14px; } .firebaseui-flag-AE { background-position: -0px -28px; } .firebaseui-flag-AF { background-position: -0px -42px; } .firebaseui-flag-AG { background-position: -0px -56px; } .firebaseui-flag-AI { ba...
stylesheet/flags.css
.firebaseui-flag-KY { background-position: -0px -0px; } .firebaseui-flag-AC { background-position: -0px -14px; } .firebaseui-flag-AE { background-position: -0px -28px; } .firebaseui-flag-AF { background-position: -0px -42px; } .firebaseui-flag-AG { background-position: -0px -56px; } .firebaseui-flag-AI { ba...
0.238816
0.039602
.Header-Container { width: 100%; height: 371px; height: 280px; background: url('/image/fondos/bg_header.jpg') center no-repeat; border-bottom: 9px solid #df3c86; background-size: cover; } .Header-Logo { width: 537px; height: 178px; margin: 0px auto; background-size: 100% 100%; ...
public/css/style.css
.Header-Container { width: 100%; height: 371px; height: 280px; background: url('/image/fondos/bg_header.jpg') center no-repeat; border-bottom: 9px solid #df3c86; background-size: cover; } .Header-Logo { width: 537px; height: 178px; margin: 0px auto; background-size: 100% 100%; ...
0.297878
0.051415
:root { --background-color: #0e3249; --border-color: #7591AD; --text-color: #2980b9; --color1: #EC3E27; --color2: #fd79a8; --color3: #0984e3; --color4: #00b894; --color5: #fdcb6e; --color6: #e056fd; --color7: #F97F51; --color8: #BDC581; } * { margin: 0; padding: 0; }...
text-effect-5/css/style.css
:root { --background-color: #0e3249; --border-color: #7591AD; --text-color: #2980b9; --color1: #EC3E27; --color2: #fd79a8; --color3: #0984e3; --color4: #00b894; --color5: #fdcb6e; --color6: #e056fd; --color7: #F97F51; --color8: #BDC581; } * { margin: 0; padding: 0; }...
0.58818
0.193204
body { font-size:12px;font-family:verdana,Helvetica,sans-serif; } iframe { margin-left: auto; /* Automatic margin from left */ margin-right: auto; width:100%; } #frmAction { margin-top:30px; } #frmData { position:relative; } table { font-size:12px;font-family:verdana,Helvetica,sans-serif;borde...
src/php/tranCSS-srcFile.css
body { font-size:12px;font-family:verdana,Helvetica,sans-serif; } iframe { margin-left: auto; /* Automatic margin from left */ margin-right: auto; width:100%; } #frmAction { margin-top:30px; } #frmData { position:relative; } table { font-size:12px;font-family:verdana,Helvetica,sans-serif;borde...
0.303009
0.050051
.container { margin-right: auto; margin-left: auto; padding-left: 10px; padding-right: 10px; } .container:before, .container:after { content: " "; display: table; } .container:after { clear: both; } /* @media (min-width: 768px) { .container { width: 740px; } } @media (min-widt...
css/main.css
.container { margin-right: auto; margin-left: auto; padding-left: 10px; padding-right: 10px; } .container:before, .container:after { content: " "; display: table; } .container:after { clear: both; } /* @media (min-width: 768px) { .container { width: 740px; } } @media (min-widt...
0.329607
0.071884
.sk-folding-cube { height: 60px; margin: 200px auto; width: 60px; position: relative; -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); } .sk-folding-cube .sk-cube { float: left; width: 50%; height: 50%; position: relative; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); ...
generators/app/templates/dist/css/main-7ae52d.css
.sk-folding-cube { height: 60px; margin: 200px auto; width: 60px; position: relative; -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); } .sk-folding-cube .sk-cube { float: left; width: 50%; height: 50%; position: relative; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); ...
0.374676
0.097262
@import "global/variables.css"; @import "global/global.css"; @import "icons/icons.css"; @import "tabbar/tabbar.css"; @import "navbar/navbar.css"; @import "personalbar/personalbar.css"; @import "popup/popup.css"; @import "urlbar/urlbar.css"; @import "findbar/findbar.css"; @import "vars.css"; /* show bookmarks toolbar o...
firefox/chrome/userChrome.css
@import "global/variables.css"; @import "global/global.css"; @import "icons/icons.css"; @import "tabbar/tabbar.css"; @import "navbar/navbar.css"; @import "personalbar/personalbar.css"; @import "popup/popup.css"; @import "urlbar/urlbar.css"; @import "findbar/findbar.css"; @import "vars.css"; /* show bookmarks toolbar o...
0.180395
0.038683
@charset "utf-8"; @media (grifo) { /* _|_|_| _| _|_| _| _| _|_| _| _|_| _| _|_| _|_| _| _|_|_|_| _| _| _| _| _| _| _| _| _| _|_|_| _| _| _| _|_| ...
source/styles/reset.css
@charset "utf-8"; @media (grifo) { /* _|_|_| _| _|_| _| _| _|_| _| _|_| _| _|_| _|_| _| _|_|_|_| _| _| _| _| _| _| _| _| _| _|_|_| _| _| _| _|_| ...
0.260578
0.086748
*, *::before, *::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { background-color: #FDCA40; font-family: 'Lato', sans-serif; color: #31393C; margin: 0; } a { color: inherit; text-decoration: none; } .main-container { padding-r...
css/styles.css
*, *::before, *::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { background-color: #FDCA40; font-family: 'Lato', sans-serif; color: #31393C; margin: 0; } a { color: inherit; text-decoration: none; } .main-container { padding-r...
0.380529
0.052887
html { font-family: 'Source Sans Pro', sans-serif; } body { color: #292929; font-size: 0.9em; font-weight: 400; line-height: 1.4; } p { margin: 0; font-size: 0.9em; } a { font-weight: 700; text-decoration: none; color: #ff5722; } h1 { font-size: 2.5em; font-weight: 70...
css/main.css
html { font-family: 'Source Sans Pro', sans-serif; } body { color: #292929; font-size: 0.9em; font-weight: 400; line-height: 1.4; } p { margin: 0; font-size: 0.9em; } a { font-weight: 700; text-decoration: none; color: #ff5722; } h1 { font-size: 2.5em; font-weight: 70...
0.486575
0.108708
.disapproved { display: grid; padding: 2rem; grid-row-gap: 2rem; margin: auto; width: 100vw; max-width: 900px; background-color: var(--darkest); color: #fff; text-align: center; box-shadow: 0 0 30px -10px #666; } .disapproved p { font-size: 2em; } .disapproved p + p { font-size: 1em; } .disap...
css/portal.css
.disapproved { display: grid; padding: 2rem; grid-row-gap: 2rem; margin: auto; width: 100vw; max-width: 900px; background-color: var(--darkest); color: #fff; text-align: center; box-shadow: 0 0 30px -10px #666; } .disapproved p { font-size: 2em; } .disapproved p + p { font-size: 1em; } .disap...
0.504394
0.199269
.divName{ position: absolute; left: 175px; top: 40px; height: 30px; width: 200px; background-color: transparent; text-align: center; font-size: 60px; font-family: cutive,tangerine,helvetica; color: rgb(150,110,150); } .divFirstName{ position: absolute; left: 141px; ...
project_code/stylesheet.css
.divName{ position: absolute; left: 175px; top: 40px; height: 30px; width: 200px; background-color: transparent; text-align: center; font-size: 60px; font-family: cutive,tangerine,helvetica; color: rgb(150,110,150); } .divFirstName{ position: absolute; left: 141px; ...
0.532182
0.076408
.had_menu { left: -300% !important; width: 900% !important; box-shadow: 6px 7px 18px #8888 } .title1 { color: #77a83b; margin: 0 15px; padding: 10px 0; border-bottom: 1px solid #ffd925; } .menu-col li { padding: 5px 0; } .toast { padding: 20px; background-color: #0088CC; bo...
frontend/web/css/mega-menu.css
.had_menu { left: -300% !important; width: 900% !important; box-shadow: 6px 7px 18px #8888 } .title1 { color: #77a83b; margin: 0 15px; padding: 10px 0; border-bottom: 1px solid #ffd925; } .menu-col li { padding: 5px 0; } .toast { padding: 20px; background-color: #0088CC; bo...
0.265976
0.145874
.container { width: 100%; } @media (min-width: 576px) { .container { width: 540px; } } @media (min-width: 768px) { .container { width: 720px; } } @media (min-width: 992px) { .container { width: 960px; } } @media (min-width: 1200px) { .container { widt...
resources/css/custom.css
.container { width: 100%; } @media (min-width: 576px) { .container { width: 540px; } } @media (min-width: 768px) { .container { width: 720px; } } @media (min-width: 992px) { .container { width: 960px; } } @media (min-width: 1200px) { .container { widt...
0.430387
0.083404
@import url("https://fonts.googleapis.com/css2?family=Mulish&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; } .cards { padding: 6%; display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 323px)); column-gap: 4%; row-gap: 6%; font-family: ...
src/styles/ClubsPage.css
@import url("https://fonts.googleapis.com/css2?family=Mulish&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; } .cards { padding: 6%; display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 323px)); column-gap: 4%; row-gap: 6%; font-family: ...
0.376623
0.145905
display: none; animation: unset; } #sepiaFW-alwaysOn-avatar { background: #181818; background: url(../img/avatars/Proto_v1.svg); background-repeat: no-repeat; background-size: 77%; background-position: center; width: 276px; height: 276px; left: calc(50% - 133px); top: calc(50...
www/css/sepiaFW-avatar-proto.css
display: none; animation: unset; } #sepiaFW-alwaysOn-avatar { background: #181818; background: url(../img/avatars/Proto_v1.svg); background-repeat: no-repeat; background-size: 77%; background-position: center; width: 276px; height: 276px; left: calc(50% - 133px); top: calc(50...
0.396068
0.058265
body { font: 14px/28px helvetica,"&#24494; &#36719; &#38597; &#40657; ",arial; color: #333 } body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,img,button { padding: 0; margin: 0 } html { -webkit-text-size-adjust: none } a { text-decoration: none; color: #333 } img { border: 0 } ul,ol,l...
public/css/mindex.min.css
body { font: 14px/28px helvetica,"&#24494; &#36719; &#38597; &#40657; ",arial; color: #333 } body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,img,button { padding: 0; margin: 0 } html { -webkit-text-size-adjust: none } a { text-decoration: none; color: #333 } img { border: 0 } ul,ol,l...
0.313
0.080069
.site-training{ width: 100vw; height: auto; display: table; position: relative; margin: 0; padding: 0; background-color: #f8f8f8; text-align: center; } .training-block{ background-color: #05bca9; padding-bottom: 20px; } .training-block > h1{ margin: 0; padding-top: 100px; padding-bottom: 20px; ...
web/css/training.css
.site-training{ width: 100vw; height: auto; display: table; position: relative; margin: 0; padding: 0; background-color: #f8f8f8; text-align: center; } .training-block{ background-color: #05bca9; padding-bottom: 20px; } .training-block > h1{ margin: 0; padding-top: 100px; padding-bottom: 20px; ...
0.357231
0.141934
@charset "utf-8"; html,body{ width: 100%; height: 100%; } .content{ width: 100%; height: 100%; display: flex; flex-direction: column; align-items:center; background: #f1f1f1; } /*=============头部==========*/ header{ width: 100%; height: 0.9rem; display: flex; justify-content: center; align-items: center; ...
F-data/css/F-data.css
@charset "utf-8"; html,body{ width: 100%; height: 100%; } .content{ width: 100%; height: 100%; display: flex; flex-direction: column; align-items:center; background: #f1f1f1; } /*=============头部==========*/ header{ width: 100%; height: 0.9rem; display: flex; justify-content: center; align-items: center; ...
0.341034
0.043265
.navbar-custom { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 13px; color: #606060; } /* Telefone e Whatsapp */ .box-whats-and-call{ background-image: url('/img/barra-whatsapp.png'); background-size: 100% auto; display: inline-block; } /* Section Empreendimento */ .tit...
public/css/business-page.css
.navbar-custom { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 13px; color: #606060; } /* Telefone e Whatsapp */ .box-whats-and-call{ background-image: url('/img/barra-whatsapp.png'); background-size: 100% auto; display: inline-block; } /* Section Empreendimento */ .tit...
0.365343
0.112016
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@800&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@800&display=swap'); h3{ color: red; font-family: Shippori Mincho; } .G1{ color: green; } .tips{ font-family: Shippori Mincho; f...
game-reviews/src/components/Navbar.css
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@800&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@800&display=swap'); h3{ color: red; font-family: Shippori Mincho; } .G1{ color: green; } .tips{ font-family: Shippori Mincho; f...
0.538012
0.112795
body{overflow-x:hidden;font-family:"Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif} .text-muted{color:#777} /*.text-primary{color:#fed136}*/ .text-primary{color:#008000} p{font-size:14px;line-height:1.75} p.large{font-size:16px} a,a:hover,a:focus,a:active,a.active{outline:0} /*a{color:#fed136}*/ a{color:#008...
css/agency.css
body{overflow-x:hidden;font-family:"Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif} .text-muted{color:#777} /*.text-primary{color:#fed136}*/ .text-primary{color:#008000} p{font-size:14px;line-height:1.75} p.large{font-size:16px} a,a:hover,a:focus,a:active,a.active{outline:0} /*a{color:#fed136}*/ a{color:#008...
0.166066
0.042503
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } html { height: 100%; } body { padding: 0; margin: 0; font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Gen...
public/css/style.css
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } html { height: 100%; } body { padding: 0; margin: 0; font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Gen...
0.310694
0.105211
html, body { min-height: 100%; } body { padding: 0; margin: 0; padding-top: 0px; margin: 0 auto; max-width: 480px; } body.home { } a, a:hover, a:active { text-decoration: none; color: #08c; } .container { margin: 0 10px; margin-bottom: 12px; padding: 0; width: auto; position: relative; } /*****************...
huodong/jeewx-boot-module-shaketicket/src/main/resources/content/shaketicket/default/css/site.css
html, body { min-height: 100%; } body { padding: 0; margin: 0; padding-top: 0px; margin: 0 auto; max-width: 480px; } body.home { } a, a:hover, a:active { text-decoration: none; color: #08c; } .container { margin: 0 10px; margin-bottom: 12px; padding: 0; width: auto; position: relative; } /*****************...
0.270769
0.053428
font-size: 14px; line-height: 12px; } #history-requests .requestNum { vertical-align: top; font-size: 12px; margin-left: -5px; } #history-requests ul{ margin-left: 0px; } #history-requests ul li { list-style-type: none; margin-bottom: 15px; padding: 10px 19px; } #history-requests .loading { width: 1...
src/content/css/restclient.history.css
font-size: 14px; line-height: 12px; } #history-requests .requestNum { vertical-align: top; font-size: 12px; margin-left: -5px; } #history-requests ul{ margin-left: 0px; } #history-requests ul li { list-style-type: none; margin-bottom: 15px; padding: 10px 19px; } #history-requests .loading { width: 1...
0.362518
0.062732
.dropdown-menu { background-clip: padding-box; background-color: #fff; border: 1px solid rgba(0,0,0,0.2); border-radius: 6px; box-shadow: 0 5px 10px rgba(0,0,0,0.2); display: none; float: left; left: 0; list-style: none outside none; margin: 2px 0 0; min-width: 160px; padding: 5px 0; position:...
public/css/components/datepicker.css
.dropdown-menu { background-clip: padding-box; background-color: #fff; border: 1px solid rgba(0,0,0,0.2); border-radius: 6px; box-shadow: 0 5px 10px rgba(0,0,0,0.2); display: none; float: left; left: 0; list-style: none outside none; margin: 2px 0 0; min-width: 160px; padding: 5px 0; position:...
0.355551
0.084153
* ELEMENTS */ * { touch-action: manipulation; /* turns off zoom */ box-sizing: border-box; } body { margin: 0; padding: 0; width: 100%; height: 100%; background-color: #EDF0F1; } h1 { font-family: "work-sans"; font-weight: 700; font-style: normal; font-size: 70px; color: white; margin: 0; } h2...
ref/css/smallscreen.css
* ELEMENTS */ * { touch-action: manipulation; /* turns off zoom */ box-sizing: border-box; } body { margin: 0; padding: 0; width: 100%; height: 100%; background-color: #EDF0F1; } h1 { font-family: "work-sans"; font-weight: 700; font-style: normal; font-size: 70px; color: white; margin: 0; } h2...
0.337422
0.101589
@import url('https://fonts.googleapis.com/css2?family=Bigelow+Rules&family=Cinzel:wght@400;500;600;700;800&family=Leckerli+One&family=Nanum+Myeongjo:wght@400;700&family=Raleway:wght@100;200;300&display=swap'); *{ margin: 0; padding: 0; box-sizing: border-box; } :root{ --ff-primary:'Raleway'; --ff-seconda...
style.css
@import url('https://fonts.googleapis.com/css2?family=Bigelow+Rules&family=Cinzel:wght@400;500;600;700;800&family=Leckerli+One&family=Nanum+Myeongjo:wght@400;700&family=Raleway:wght@100;200;300&display=swap'); *{ margin: 0; padding: 0; box-sizing: border-box; } :root{ --ff-primary:'Raleway'; --ff-seconda...
0.474631
0.071526
.flat-row{clear:both;display:block;position:relative;padding:80px 0;} .flat-row.no-padding{padding:0;} .flat-row.no-padding-bottom{padding-bottom:0;} .flat-row.padding-top{padding:95px 0 0;} .flat-divider{width:100%;position:relative;} .flat-divider.d13px{height:13px;} .flat-divider.d15px{height:15px;} .flat-divider.d2...
public/css/shortcodes.css
.flat-row{clear:both;display:block;position:relative;padding:80px 0;} .flat-row.no-padding{padding:0;} .flat-row.no-padding-bottom{padding-bottom:0;} .flat-row.padding-top{padding:95px 0 0;} .flat-divider{width:100%;position:relative;} .flat-divider.d13px{height:13px;} .flat-divider.d15px{height:15px;} .flat-divider.d2...
0.142739
0.054349
.creator-btn{ margin-top: 5px; box-shadow: 0 0 3px rgba(0,0,0,0.32), 0 0 2px rgba(0,0,0,0.32); color: #7f7f7f; transition: all 0.4s ease; cursor: pointer; display: inline-block; font-size: 15px; border-radius: 15px; background-position: center; } .creator-btn:hover{ ...
css/forms.css
.creator-btn{ margin-top: 5px; box-shadow: 0 0 3px rgba(0,0,0,0.32), 0 0 2px rgba(0,0,0,0.32); color: #7f7f7f; transition: all 0.4s ease; cursor: pointer; display: inline-block; font-size: 15px; border-radius: 15px; background-position: center; } .creator-btn:hover{ ...
0.386763
0.098339
@media (max-width: 1200px) { .player_detail .player_info{ padding: 20px 30px; } .player_detail .player_photo{ width: 290px; } body.boxed #wrapper{ max-width: 960px; } .vc_league_table .sp-data-table thead th, .vc_league_table .sp-data-table tbody td{ paddin...
web/templateFoot/cdn.champion.stylemixthemes.com/wp-content/themes/champion/assets/css/mobile.css
@media (max-width: 1200px) { .player_detail .player_info{ padding: 20px 30px; } .player_detail .player_photo{ width: 290px; } body.boxed #wrapper{ max-width: 960px; } .vc_league_table .sp-data-table thead th, .vc_league_table .sp-data-table tbody td{ paddin...
0.324985
0.054424
Main layout styles =========================================================*/ h1 { font-family: 'Oswald', sans-serif; font-size: 4em; font-weight: 400; margin: 0 0 20px; text-align: center; text-shadow: 1px 1px 0 #fff, 2px 2px 0 #bbb; } hr { border-top: 1px solid #ccc; border-bottom: 1px so...
protected/public/css/style.css
Main layout styles =========================================================*/ h1 { font-family: 'Oswald', sans-serif; font-size: 4em; font-weight: 400; margin: 0 0 20px; text-align: center; text-shadow: 1px 1px 0 #fff, 2px 2px 0 #bbb; } hr { border-top: 1px solid #ccc; border-bottom: 1px so...
0.274351
0.098686
body { background-color: #f6f8fb; } .feature-box { margin: 21px 0px; padding: 13px; background: white; border-radius: 4px; background-color: #ffffff; background-size: cover; box-shadow: 0 1px 3px rgba(0,0,0,0.13); } /* Table design */ .summary-table { table-layout: fixed; white-space: nowrap; wid...
dashboard/covid-19-dashboard/covid-dashboard.css
body { background-color: #f6f8fb; } .feature-box { margin: 21px 0px; padding: 13px; background: white; border-radius: 4px; background-color: #ffffff; background-size: cover; box-shadow: 0 1px 3px rgba(0,0,0,0.13); } /* Table design */ .summary-table { table-layout: fixed; white-space: nowrap; wid...
0.46393
0.138782
@font-face { font-family: BowhouseLight; font-weight: bold; src: url("fonts/Bowhouse-Light.woff") format("woff"); } @font-face { font-family: AdventProThin; font-weight: bold; src: url("fonts/AdventPro/AdventPro-Thin.ttf") format('truetype'); } body { margin:0; background: rgb(42,42,46); /*background-...
newpage.css
@font-face { font-family: BowhouseLight; font-weight: bold; src: url("fonts/Bowhouse-Light.woff") format("woff"); } @font-face { font-family: AdventProThin; font-weight: bold; src: url("fonts/AdventPro/AdventPro-Thin.ttf") format('truetype'); } body { margin:0; background: rgb(42,42,46); /*background-...
0.328853
0.054424
@charset "UTF-8"; .magnum .inner { margin-left: auto; margin-right: auto; width: 37.5vw; } .magnum .cont01 { background: #6c227b; } .magnum .tit .inner, .magnum .cont03 .inner, .magnum .cont04 .inner, .magnum .cont05 .inner { position: absolute; height: 100%; left: 0; right: 0; top: 0; margin: 0 au...
portfolio/magnum/w/asset/css/magnum.css
@charset "UTF-8"; .magnum .inner { margin-left: auto; margin-right: auto; width: 37.5vw; } .magnum .cont01 { background: #6c227b; } .magnum .tit .inner, .magnum .cont03 .inner, .magnum .cont04 .inner, .magnum .cont05 .inner { position: absolute; height: 100%; left: 0; right: 0; top: 0; margin: 0 au...
0.470737
0.110231
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("nnm.ru"){ body{ margin:0px !important; } #body{ margin-top:-20px !important; margin-bottom:30px !important; width:100% !important; float:none !important; } #page { posit...
data/usercss/9489.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("nnm.ru"){ body{ margin:0px !important; } #body{ margin-top:-20px !important; margin-bottom:30px !important; width:100% !important; float:none !important; } #page { posit...
0.142351
0.120026
.card { display: flex !; border-radius: 15px; margin: 0 auto!important; padding: 20px 20px 20px 20px; max-width: 700px !important; } .card .book-img { width: 137px; } .card .book-picture { width: 137px; height: 200px; border-radius: 15px; float: left; } .card .book-detail { display: inline-block; ...
frontend/pro-libra/src/components/Bookcard/Bookcard.css
.card { display: flex !; border-radius: 15px; margin: 0 auto!important; padding: 20px 20px 20px 20px; max-width: 700px !important; } .card .book-img { width: 137px; } .card .book-picture { width: 137px; height: 200px; border-radius: 15px; float: left; } .card .book-detail { display: inline-block; ...
0.256459
0.081813
.item-wrapper { vertical-align: top !important; white-space: normal !important; position: relative !important; color: rgb(72, 72, 72) !important; height: 100% !important; margin-bottom: 4px !important; border-width: 1px !important; border-style: solid !important; border-color: rgb(235, 235, 235) !impo...
app/containers/HomePage/styles.css
.item-wrapper { vertical-align: top !important; white-space: normal !important; position: relative !important; color: rgb(72, 72, 72) !important; height: 100% !important; margin-bottom: 4px !important; border-width: 1px !important; border-style: solid !important; border-color: rgb(235, 235, 235) !impo...
0.416085
0.060557
html { --blue: rgb(1, 163, 164); --white: #ffffff; --yellow: rgb(254, 202, 87); --red: rgb(255, 107, 107); color: var(--black); font-size: 18px; font-family: 'Inconsolata', 'Montserrat Alternates', sans-serif; } h1 { font-weight: 400; font-size: 2em; } h3 { font-size: 1em; font-weight: 400; } h4 { font-s...
public/css/style.css
html { --blue: rgb(1, 163, 164); --white: #ffffff; --yellow: rgb(254, 202, 87); --red: rgb(255, 107, 107); color: var(--black); font-size: 18px; font-family: 'Inconsolata', 'Montserrat Alternates', sans-serif; } h1 { font-weight: 400; font-size: 2em; } h3 { font-size: 1em; font-weight: 400; } h4 { font-s...
0.319758
0.098512
* { box-sizing: border-box; margin: 0px; } body { background-color: whitesmoke; font-family: 'Roboto'; } #header { display: grid; grid-template-columns: 1fr 2fr; grid-template-rows: 90px; position: fixed; z-index: 5; background-color: lightgray; } #header-img { width: 50%;...
Responsive_Web_Design_Projects/3.Product_landing_page/style.css
* { box-sizing: border-box; margin: 0px; } body { background-color: whitesmoke; font-family: 'Roboto'; } #header { display: grid; grid-template-columns: 1fr 2fr; grid-template-rows: 90px; position: fixed; z-index: 5; background-color: lightgray; } #header-img { width: 50%;...
0.421909
0.171408
@font-face { font-family: myFirstFont; src: url(fonts/KozGoPr6N-Light.otf); } #loginLogo{ height: 30px; margin: auto; } #addA{ background-color: #00aef0; color: white; padding-left: 2em; padding-right: 2em; } .TButton{ background-color: #7a7d82; color: white; font-s...
public/assets/css/simple-sidebar.css
@font-face { font-family: myFirstFont; src: url(fonts/KozGoPr6N-Light.otf); } #loginLogo{ height: 30px; margin: auto; } #addA{ background-color: #00aef0; color: white; padding-left: 2em; padding-right: 2em; } .TButton{ background-color: #7a7d82; color: white; font-s...
0.216177
0.118131
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,...
Merb Columns/css/merb-column.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,...
0.223801
0.061961
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; } body, input, textarea, select, button, table { border-collapse: collapse; border-spacing: 0; } body { font: normal 1em/1.25em 'microsoft Yahei',Ver...
static/css/style.css
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; } body, input, textarea, select, button, table { border-collapse: collapse; border-spacing: 0; } body { font: normal 1em/1.25em 'microsoft Yahei',Ver...
0.360939
0.063453
@import url('https://fonts.googleapis.com/css?family=Open+Sans'); /* Important Colors: Gray: #3f3f3f, #939594 Black: #11120c White: #fff Yellow: #ffb200, #e2d459 */ .sheet-bastionland-background { background: #11120c; width: 840px; } .sheet-bastionland-infoavailable:after { display: inline-block; m...
Electric Bastionland/ElectricBastionland.css
@import url('https://fonts.googleapis.com/css?family=Open+Sans'); /* Important Colors: Gray: #3f3f3f, #939594 Black: #11120c White: #fff Yellow: #ffb200, #e2d459 */ .sheet-bastionland-background { background: #11120c; width: 840px; } .sheet-bastionland-infoavailable:after { display: inline-block; m...
0.439988
0.091707
 html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr { margin:0; padding:0; } html,body { height:100%; width:100%; overflow:hidden; } body { background-color:#fff; color:#333; font-size:14px; overflow:hidden; ...
css/layout.css
 html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr { margin:0; padding:0; } html,body { height:100%; width:100%; overflow:hidden; } body { background-color:#fff; color:#333; font-size:14px; overflow:hidden; ...
0.177134
0.075721
.fa.fa-pull-left,.fa.pull-left{margin-right:.3em} .fa,.fa-stack{display:inline-block} .fa-fw,.fa-li{text-align:center} @font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0)format('embedded-opentype'),url(../fonts/fontawesome-webfont...
css/font-awesome.min.css
.fa.fa-pull-left,.fa.pull-left{margin-right:.3em} .fa,.fa-stack{display:inline-block} .fa-fw,.fa-li{text-align:center} @font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0)format('embedded-opentype'),url(../fonts/fontawesome-webfont...
0.418222
0.081776
.mapSideNav .ant-drawer-body { padding: 0; overflow: hidden; } .mapSideNav .ant-drawer-content { overflow: hidden; } .openDrawer { display: flex; position: fixed; z-index: 1000; background: #fff; left: 10px; top: 8px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); } .SideNav { d...
src/App/Map/components/SideNav/styles.css
.mapSideNav .ant-drawer-body { padding: 0; overflow: hidden; } .mapSideNav .ant-drawer-content { overflow: hidden; } .openDrawer { display: flex; position: fixed; z-index: 1000; background: #fff; left: 10px; top: 8px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); } .SideNav { d...
0.501221
0.101991
@charset "utf-8"; body{ margin: 0; font-family: 'Segoe UI',SegoeUI,'Microsoft YaHei',微软雅黑,"Helvetica Neue",Helvetica,Arial,sans-serif; min-width: 320px; color: #000; background-color: #fff; } a{ color: #000; text-decoration: none; } ul{ list-style: none; } /* 页首 */ .nav-wrap{ width: ...
css/style.css
@charset "utf-8"; body{ margin: 0; font-family: 'Segoe UI',SegoeUI,'Microsoft YaHei',微软雅黑,"Helvetica Neue",Helvetica,Arial,sans-serif; min-width: 320px; color: #000; background-color: #fff; } a{ color: #000; text-decoration: none; } ul{ list-style: none; } /* 页首 */ .nav-wrap{ width: ...
0.255251
0.06389
topbar { display: block; position: relative; left: 0; background-color: #1177ff; color: #ffffff; height: 3em; width: 100%; z-index: 0; } topbar > span { display: block; position: absolute; top: 5px; right: 15px; height: calc(100% - 10px); ...
App/css/home.css
topbar { display: block; position: relative; left: 0; background-color: #1177ff; color: #ffffff; height: 3em; width: 100%; z-index: 0; } topbar > span { display: block; position: absolute; top: 5px; right: 15px; height: calc(100% - 10px); ...
0.714528
0.13109
.at-form { float: none; margin: auto; overflow: auto; margin-top: 20px; margin-bottom: 20px; border-radius: 10px; padding: 15px; } .at-form p { font-size: 15px; line-height: 20px; } .at-title h3 { margin-top: 0px; margin-bottom: 10px; font-size: 18px; font-weight: 800; text-align: center; } ...
lib/at_foundation.css
.at-form { float: none; margin: auto; overflow: auto; margin-top: 20px; margin-bottom: 20px; border-radius: 10px; padding: 15px; } .at-form p { font-size: 15px; line-height: 20px; } .at-title h3 { margin-top: 0px; margin-bottom: 10px; font-size: 18px; font-weight: 800; text-align: center; } ...
0.35209
0.090776
:root { /* color variables */ --c-titles: #212121; --c-text: #848484; --c-accent: #f84b6e; --c-gradient: transparent linear-gradient(180deg, #ff7d68 0%, #f84b6e 100%) 0% 0% no-repeat; /* font variables */ --f-regular: 'inter-regular', sans-serif; --f-semibold: 'inter-semibold'...
landing_TiendaNube/main.css
:root { /* color variables */ --c-titles: #212121; --c-text: #848484; --c-accent: #f84b6e; --c-gradient: transparent linear-gradient(180deg, #ff7d68 0%, #f84b6e 100%) 0% 0% no-repeat; /* font variables */ --f-regular: 'inter-regular', sans-serif; --f-semibold: 'inter-semibold'...
0.367611
0.08152
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-family: 'Open Sans', sans-serif; font-size: 100%; font-size: 1em; line-height: 1; height: 100%; margin: 0; padding: 0; } @media screen and (max-width: 767px) { html { font-si...
katie.css
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-family: 'Open Sans', sans-serif; font-size: 100%; font-size: 1em; line-height: 1; height: 100%; margin: 0; padding: 0; } @media screen and (max-width: 767px) { html { font-si...
0.18374
0.087369
* { margin: 0; padding: 0; } html, body { font-family: verdana, arial; font-size: 10px; color: #ddd; padding: 10px; margin: 0 auto; /*height: 100%;*/ background: #222222; /* Old browsers */ /*background: -moz-linear-gradient(top, #222222 0%, #333333 42%, #0a0105 100%); *//* FF3....
project/css/editor.css
* { margin: 0; padding: 0; } html, body { font-family: verdana, arial; font-size: 10px; color: #ddd; padding: 10px; margin: 0 auto; /*height: 100%;*/ background: #222222; /* Old browsers */ /*background: -moz-linear-gradient(top, #222222 0%, #333333 42%, #0a0105 100%); *//* FF3....
0.297878
0.091544
* { margin: 5px; padding: 5px; font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; text-decoration: none; list-style: none; } @font-face { font-family: "Droid Sans"; src: url(fonts/DroidSans.ttf) format("truetype"); } @font-face { font-family: "Droid Sans"; font...
src/css/style.css
* { margin: 5px; padding: 5px; font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; text-decoration: none; list-style: none; } @font-face { font-family: "Droid Sans"; src: url(fonts/DroidSans.ttf) format("truetype"); } @font-face { font-family: "Droid Sans"; font...
0.26827
0.085939
@charset "utf-8"; /*! * Neo v1.0.0 * Copyright 2013-2014 YokCreative * Designed and built using Boostrap 3.0 & FontAwesome Icons * If you can't find style assignments here, please check theme.less */ @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,200,600,700,900,400italic); @import...
resources/app_Source/Theme/css/boostrap-overrides.css
@charset "utf-8"; /*! * Neo v1.0.0 * Copyright 2013-2014 YokCreative * Designed and built using Boostrap 3.0 & FontAwesome Icons * If you can't find style assignments here, please check theme.less */ @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,200,600,700,900,400italic); @import...
0.379723
0.042603
@charset "utf-8"; /* ### 기본 스타일 커스터마이징 시작 ### */ /* 게시판 버튼 */ /* 목록 버튼 */ #bo_gall a.btn_b01 {} #bo_gall a.btn_b01:focus, #bo_gall .btn_b01:hover {} #bo_gall a.btn_b02 {} #bo_gall a.btn_b02:focus, #bo_gall .btn_b02:hover {} #bo_gall a.btn_admin {} /* 관리자 전용 버튼 */ #bo_gall a.btn_admin:focus, #bo_gall a.btn_admin:hover...
julie/mobile/skin/board/gallery/style.css
@charset "utf-8"; /* ### 기본 스타일 커스터마이징 시작 ### */ /* 게시판 버튼 */ /* 목록 버튼 */ #bo_gall a.btn_b01 {} #bo_gall a.btn_b01:focus, #bo_gall .btn_b01:hover {} #bo_gall a.btn_b02 {} #bo_gall a.btn_b02:focus, #bo_gall .btn_b02:hover {} #bo_gall a.btn_admin {} /* 관리자 전용 버튼 */ #bo_gall a.btn_admin:focus, #bo_gall a.btn_admin:hover...
0.185578
0.06663
body { background: #91c5ff url("../images/bg.png") repeat-x; font-family: "Droid Sans", "Helvetica", "Myriad", "Myriad Pro", "Tahoma", "Liberation Sans", "Bitstream Vera Sans", "Sans"; font-size: 16px; margin: 0; } a { color: #970; text-decoration: none; /* fix links without href attr */ ...
teerace/static/css/base.css
body { background: #91c5ff url("../images/bg.png") repeat-x; font-family: "Droid Sans", "Helvetica", "Myriad", "Myriad Pro", "Tahoma", "Liberation Sans", "Bitstream Vera Sans", "Sans"; font-size: 16px; margin: 0; } a { color: #970; text-decoration: none; /* fix links without href attr */ ...
0.365796
0.173884
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap'); /*===================================== Typography ==============================...
public/assets/css/content/style.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap'); /*===================================== Typography ==============================...
0.338077
0.063077
html { background: #fff; } body { margin: 0; padding: 0; font: 12px /15px Arial, Helvetica, sans-serif; background: #fff url(../images/back.jpg) repeat-x; } body#content { font: 12px /15px Arial, Helvetica, sans-serif !important; background-image: none; } body#content .structuredcontent td, body#con...
test-data/pages/catalog-16-17-ci-103_files/screen.css
html { background: #fff; } body { margin: 0; padding: 0; font: 12px /15px Arial, Helvetica, sans-serif; background: #fff url(../images/back.jpg) repeat-x; } body#content { font: 12px /15px Arial, Helvetica, sans-serif !important; background-image: none; } body#content .structuredcontent td, body#con...
0.214938
0.051083
@import url('https://fonts.googleapis.com/css?family=Alegreya|Muli&display=swap'); :root { --text-dark: hsl(0, 0%, 13%); --text-normal: hsl(0, 0%, 29%); --text-light: hsl(0, 0%, 45%); --white: hsl(0, 0%, 100%); --off-white: hsl(0, 0%, 99%); --grey-050: #F7F7F7; --grey-100: #E1E1E1; --grey-200: #CFCFC...
src/styles/index.css
@import url('https://fonts.googleapis.com/css?family=Alegreya|Muli&display=swap'); :root { --text-dark: hsl(0, 0%, 13%); --text-normal: hsl(0, 0%, 29%); --text-light: hsl(0, 0%, 45%); --white: hsl(0, 0%, 100%); --off-white: hsl(0, 0%, 99%); --grey-050: #F7F7F7; --grey-100: #E1E1E1; --grey-200: #CFCFC...
0.305179
0.069954
@import url('https://fonts.googleapis.com/css2?family=Mallanna&family=Sree+Krushnadevaraya&display=swap'); .bibleBag{ /* Black background with opacity */ width:100% } .biblepage{ width:100vw; height:100auto; padding-top: 25px ; padding-bottom: 100px; } .bibleBg img{ object-fit: cover; ...
static/bible.css
@import url('https://fonts.googleapis.com/css2?family=Mallanna&family=Sree+Krushnadevaraya&display=swap'); .bibleBag{ /* Black background with opacity */ width:100% } .biblepage{ width:100vw; height:100auto; padding-top: 25px ; padding-bottom: 100px; } .bibleBg img{ object-fit: cover; ...
0.44553
0.090494
.money{ font-weight: bold; font-size: 21px; color:#bf2546; } .carousel-control-next-icon{ background-color: #bf2546!important; } .carousel-control-prev-icon{ background-color:#bf2546!important; } .controlCarrusel{ z-index: 3; } .imagenCarrusel{ max-width: 100%; max-height: 100%; position: absolute;...
public/css/producto.css
.money{ font-weight: bold; font-size: 21px; color:#bf2546; } .carousel-control-next-icon{ background-color: #bf2546!important; } .carousel-control-prev-icon{ background-color:#bf2546!important; } .controlCarrusel{ z-index: 3; } .imagenCarrusel{ max-width: 100%; max-height: 100%; position: absolute;...
0.30054
0.066025
body { margin: 20px; padding: 0; color: #000; font-family: tahoma,arial,sans-serif; font-size: 11px; background-color: #0e82cb; } form { margin: 0; padding: 0; } img { border-style: none; border-color: inherit; border-width: medium; } hr { border: none; height: 1px; ...
AWAPI_Admin/admin/css/all.css
body { margin: 20px; padding: 0; color: #000; font-family: tahoma,arial,sans-serif; font-size: 11px; background-color: #0e82cb; } form { margin: 0; padding: 0; } img { border-style: none; border-color: inherit; border-width: medium; } hr { border: none; height: 1px; ...
0.354992
0.071494
.navbar{ padding: 0!important; background-color: #f19f1f; margin-right:0!important; height: 70px; display: block; } .navbar-collapse{ float: right; } .navbar .navbar-brand{ height: 100%; padding: 0; float: left; } .navbar-brand img{ height: 100%; } .nav-item{ padding: 15px 20px; -moz-transition: al...
css/navigation.css
.navbar{ padding: 0!important; background-color: #f19f1f; margin-right:0!important; height: 70px; display: block; } .navbar-collapse{ float: right; } .navbar .navbar-brand{ height: 100%; padding: 0; float: left; } .navbar-brand img{ height: 100%; } .nav-item{ padding: 15px 20px; -moz-transition: al...
0.185541
0.044723
width: 100%; padding: 100px 0 0 0; } .project-view-title { font-size: 20px; margin: 0; } #project-card-list-wrapper { width: 100%; height: 300px; display: flex; flex-direction: row; } .project-detail-card { box-sizing: border-box; width: 500px; height: 100%; border: solid 0.3px rgba(169,157,...
src/components/Mypage/css/projectView.css
width: 100%; padding: 100px 0 0 0; } .project-view-title { font-size: 20px; margin: 0; } #project-card-list-wrapper { width: 100%; height: 300px; display: flex; flex-direction: row; } .project-detail-card { box-sizing: border-box; width: 500px; height: 100%; border: solid 0.3px rgba(169,157,...
0.39222
0.075653
html { font-size: 10px; } body { background: #fff; font-family: Georgia, 'Droid Serif', Times, 'Times New Roman', serif; font-size: 165%; color: #1d1d1d; border-top: 0.6em solid #6fa5e7; /*border-bottom: 0.6em solid #6fa5e7;*/ min-height: 100%; } a:link { color: #4881c7; text-d...
demo/css/style.css
html { font-size: 10px; } body { background: #fff; font-family: Georgia, 'Droid Serif', Times, 'Times New Roman', serif; font-size: 165%; color: #1d1d1d; border-top: 0.6em solid #6fa5e7; /*border-bottom: 0.6em solid #6fa5e7;*/ min-height: 100%; } a:link { color: #4881c7; text-d...
0.446253
0.087136
@font-face { font-family: 'yekan'; font-style: normal; font-weight: 300; src: url('yekan.eot?#') format('embedded-opentype'), url(yekan.woff) format('woff'), url(yekan.ttf) format('truetype'); } @font-face { font-family: "IRANSans"; src: url(Iransans-Light.eot); src: url(Iransan...
public/css/admin.css
@font-face { font-family: 'yekan'; font-style: normal; font-weight: 300; src: url('yekan.eot?#') format('embedded-opentype'), url(yekan.woff) format('woff'), url(yekan.ttf) format('truetype'); } @font-face { font-family: "IRANSans"; src: url(Iransans-Light.eot); src: url(Iransan...
0.305905
0.100481
@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital@1&family=Oleo+Script:wght@400;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital@1&family=Oleo+Script&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Inknut+Antiqua:wght@600&famil...
index.css
@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital@1&family=Oleo+Script:wght@400;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital@1&family=Oleo+Script&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Inknut+Antiqua:wght@600&famil...
0.510252
0.138782
body.no-paperkit .paperkit-space, body.no-paperkit .paperkit-paper, body.no-paperkit #paperkit-next-button, body.no-paperkit #paperkit-back-button { display: none; } .paperkit-space { position: relative; margin-bottom: 64px; min-height: 96px } .paperkit-space:not(.paper-style) { color: white; } .paperkit-spac...
web/resources/spec/style.css
body.no-paperkit .paperkit-space, body.no-paperkit .paperkit-paper, body.no-paperkit #paperkit-next-button, body.no-paperkit #paperkit-back-button { display: none; } .paperkit-space { position: relative; margin-bottom: 64px; min-height: 96px } .paperkit-space:not(.paper-style) { color: white; } .paperkit-spac...
0.460046
0.064447
.custom-navbar{ border-radius: 0px; } .logo-background{ background-image: url("../images/logo.png"); background-repeat: no-repeat; background-size: auto; height: 50px; width: 50px ; padding-left: 15px; padding-right: 15px; margin-left: 40px; margin-right: 40px; background-siz...
public/css/custom.css
.custom-navbar{ border-radius: 0px; } .logo-background{ background-image: url("../images/logo.png"); background-repeat: no-repeat; background-size: auto; height: 50px; width: 50px ; padding-left: 15px; padding-right: 15px; margin-left: 40px; margin-right: 40px; background-siz...
0.433742
0.116865
.h_panel, .login_banner { width: 1130px; margin: 0 auto; } .h_logo { width: 200px; height: 98px; background: url(https://account.xiaomi.com/static/res/7f6f2f5/account-static/respassport/acc-2014/img/mistore_logo.png) no-repeat; } .h_logo a { display: block; height: 98px; text-indent: -...
src/styles/Account.css
.h_panel, .login_banner { width: 1130px; margin: 0 auto; } .h_logo { width: 200px; height: 98px; background: url(https://account.xiaomi.com/static/res/7f6f2f5/account-static/respassport/acc-2014/img/mistore_logo.png) no-repeat; } .h_logo a { display: block; height: 98px; text-indent: -...
0.310276
0.129375
body[data-theme-mode='dark'] { /* figma CSS 自定义属性 */ --bg-primary-btn: #18a0fb; --bg-toolbar: #2c2c2c; --bg-toolbar-hover: #000; --bg-toolbar-active: #18a0fb; --bg-toolbar-selection: #18a0fb; --fg-toolbar: hsla(0, 0%, 100%, 0.8); --fg-toolbar-hover: #fff; --fg-toolbar-active: #fff; ...
css/theme.dark.css
body[data-theme-mode='dark'] { /* figma CSS 自定义属性 */ --bg-primary-btn: #18a0fb; --bg-toolbar: #2c2c2c; --bg-toolbar-hover: #000; --bg-toolbar-active: #18a0fb; --bg-toolbar-selection: #18a0fb; --fg-toolbar: hsla(0, 0%, 100%, 0.8); --fg-toolbar-hover: #fff; --fg-toolbar-active: #fff; ...
0.242116
0.061227
body{ width: 100%; background: #F3F3F3; } header{ height: 51px; background: #FFF; border-bottom: 1px solid #F3F3F3; position: relative; text-align: center; } header img{ height: 15px; position: absolute; left: 15px; top: 20px; } header p{ font-size: 16px; line-height: 51px; ...
css/underway.css
body{ width: 100%; background: #F3F3F3; } header{ height: 51px; background: #FFF; border-bottom: 1px solid #F3F3F3; position: relative; text-align: center; } header img{ height: 15px; position: absolute; left: 15px; top: 20px; } header p{ font-size: 16px; line-height: 51px; ...
0.446012
0.072999