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
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } :root { --bg-color: #000; --primary-color: #fff; } body { display: flex; flex-direction: colu...
ApiCorreios/style.css
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } :root { --bg-color: #000; --primary-color: #fff; } body { display: flex; flex-direction: colu...
0.360939
0.075483
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,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure...
public/layout/transfer/css/style.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,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure...
0.272702
0.077868
body { background-color: #202020; } #pageHeader { color: #FFF; background-color: #202020; background: -moz-linear-gradient(top, #101010 0%, #202020 100%); /* FF3.6+ */ background: -webkit-linear-gradient(top, #101010 0%,#202020 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #101010 0...
scribbles/css/effects/dark.css
body { background-color: #202020; } #pageHeader { color: #FFF; background-color: #202020; background: -moz-linear-gradient(top, #101010 0%, #202020 100%); /* FF3.6+ */ background: -webkit-linear-gradient(top, #101010 0%,#202020 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #101010 0...
0.380529
0.085404
* { box-sizing: border-box; } html, body { font-family: Lobster; /* Some normalization */ padding: 0; margin: 0; } .primary { color: #607D8B; } .secondary { color: white; } h1, h2, h3, h4, h5, h6 { margin: 0 15px; } label { font-size: 22px; } #map { width: 100%; height: 100vh; } header { ...
lib/client/css/master.css
* { box-sizing: border-box; } html, body { font-family: Lobster; /* Some normalization */ padding: 0; margin: 0; } .primary { color: #607D8B; } .secondary { color: white; } h1, h2, h3, h4, h5, h6 { margin: 0 15px; } label { font-size: 22px; } #map { width: 100%; height: 100vh; } header { ...
0.54577
0.153391
.text1 { FONT-SIZE: 13px; COLOR: #0f3199; FONT-FAMILY: Times, Courier New, Times New Roman, Arial; TEXT-DECORATION: none } .text2 { FONT-SIZE: 14px; FONT-WEIGHT: bold; COLOR: #0f3199; TEXT-DECORATION: none } .text3 { FONT-SIZE: 25px; FONT-WEIGHT: bold; COLOR: #0f3199; TEXT-DECORATION: none } A:hover { TEX...
src/main/webapp/css/styles.css
.text1 { FONT-SIZE: 13px; COLOR: #0f3199; FONT-FAMILY: Times, Courier New, Times New Roman, Arial; TEXT-DECORATION: none } .text2 { FONT-SIZE: 14px; FONT-WEIGHT: bold; COLOR: #0f3199; TEXT-DECORATION: none } .text3 { FONT-SIZE: 25px; FONT-WEIGHT: bold; COLOR: #0f3199; TEXT-DECORATION: none } A:hover { TEX...
0.258981
0.054904
@media(max-width: 998px) { .theme-preview { max-width: 200px; } } @media(max-width: 798px) { .theme-preview { max-width: 170px; } } @media(max-width: 498px) { .theme-preview { max-width: 150px; } } @media(max-width: 376px) { .page-header { font-size: 90%; } .pull-right { float: none !important; } } ...
public/css/dashboard.css
@media(max-width: 998px) { .theme-preview { max-width: 200px; } } @media(max-width: 798px) { .theme-preview { max-width: 170px; } } @media(max-width: 498px) { .theme-preview { max-width: 150px; } } @media(max-width: 376px) { .page-header { font-size: 90%; } .pull-right { float: none !important; } } ...
0.252108
0.070784
.header1{ position: absolute; left: 250px; bottom: 450px; font-family: arial; font-size: 0.9cm; -webkit-animation: colorchange 20s infinite alternate; } @-webkit-keyframes colorchange { 0% { color: blue; } 10% { color: #8e44ad; } 20% { color: #1abc9c; } 3...
css/styles.css
.header1{ position: absolute; left: 250px; bottom: 450px; font-family: arial; font-size: 0.9cm; -webkit-animation: colorchange 20s infinite alternate; } @-webkit-keyframes colorchange { 0% { color: blue; } 10% { color: #8e44ad; } 20% { color: #1abc9c; } 3...
0.464902
0.160595
body { margin:0 10px; height:100%; font-family:verdana,arial,helvetica,sans-serif; } #menubar { margin-bottom:10px; background-color:#006; color:white; } #infobar { width:300px; position:absolute; top:0; } #mainimg { overflow:auto; position:relative; top:0; } #dropview { margin-left:310px; position:relative; top:0;...
install/XtalPiMS/XtalPiMS_Web/web/css/viewtrialdrops3.css
body { margin:0 10px; height:100%; font-family:verdana,arial,helvetica,sans-serif; } #menubar { margin-bottom:10px; background-color:#006; color:white; } #infobar { width:300px; position:absolute; top:0; } #mainimg { overflow:auto; position:relative; top:0; } #dropview { margin-left:310px; position:relative; top:0;...
0.420957
0.117521
header > h1{ font-family:Impact, Charcoal, sans-serif; color:#ffffff; font-size:50px; background-color:#000033; border-style:solid; border-width:5px; border-color:#ff0000; padding:50px 40px 60px 20px; margin-top:10px; margin-bottom:50px; margin-right:70px; margin-left:30px; width:1000px; height:50px; } m...
css/box.css
header > h1{ font-family:Impact, Charcoal, sans-serif; color:#ffffff; font-size:50px; background-color:#000033; border-style:solid; border-width:5px; border-color:#ff0000; padding:50px 40px 60px 20px; margin-top:10px; margin-bottom:50px; margin-right:70px; margin-left:30px; width:1000px; height:50px; } m...
0.22414
0.052643
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 700; src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/Lato-Bold.ttf') format('truetype'); } @font-face { font-family: 'Lato'; font-style: italic; font-weight: 400; src: local('Lato Italic'), local('Lato-Italic'), url('../fonts...
mediagoblin/static/css/base.css
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 700; src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/Lato-Bold.ttf') format('truetype'); } @font-face { font-family: 'Lato'; font-style: italic; font-weight: 400; src: local('Lato Italic'), local('Lato-Italic'), url('../fonts...
0.232571
0.067824
@import 'assets/icofont.min.css'; body { overflow: hidden; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: #000; color: #fff; } .hidden { opacity: 0; pointer-events: none; } .main { position: relative; width: 100%; height: 100%; transition: opacity 250ms ease; } ....
src/race.css
@import 'assets/icofont.min.css'; body { overflow: hidden; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: #000; color: #fff; } .hidden { opacity: 0; pointer-events: none; } .main { position: relative; width: 100%; height: 100%; transition: opacity 250ms ease; } ....
0.527073
0.138113
html { width: 100%; height: 100%; overflow: hidden; } body { width: 100%; height: 100%; overflow: hidden; font-family: helvetica, arial, "sans-serif"; font-size: 8pt; background: black; color: rgb(255,240,220); } a { color: rgb(255,160,40); text-decoration: none; } h1 { font-weight: bold; } .unselectable { -m...
www/gui2/css/style.css
html { width: 100%; height: 100%; overflow: hidden; } body { width: 100%; height: 100%; overflow: hidden; font-family: helvetica, arial, "sans-serif"; font-size: 8pt; background: black; color: rgb(255,240,220); } a { color: rgb(255,160,40); text-decoration: none; } h1 { font-weight: bold; } .unselectable { -m...
0.321993
0.100834
* { margin: 0; padding: 0; } .container { height: 100%; width: 80%; margin: 0 auto; display: flex; flex-direction: column; } .box { margin: 15px 5px; } header { width: 100%; } main { flex-grow: 1; background-color: #FBFCFC; } footer { background-color: #D7DBDD; b...
EscolaApp_20190702/css/escola.css
* { margin: 0; padding: 0; } .container { height: 100%; width: 80%; margin: 0 auto; display: flex; flex-direction: column; } .box { margin: 15px 5px; } header { width: 100%; } main { flex-grow: 1; background-color: #FBFCFC; } footer { background-color: #D7DBDD; b...
0.372391
0.110136
.hm-t-container{ display: none; } .ft-wrap{ margin-top: 70px; width: 100%; border-top: 1px solid #eeeff2; background: #fff; } .ft-main-box{ width: 1240px; margin: 0 auto; overflow: hidden; } .ft-main{ margin: 35px 0; overflow: hidden; } .ft-main strong{ font-size: 14px; line-height: 30px; } .ft-main li{ ...
public/home/css/app/footer.css
.hm-t-container{ display: none; } .ft-wrap{ margin-top: 70px; width: 100%; border-top: 1px solid #eeeff2; background: #fff; } .ft-main-box{ width: 1240px; margin: 0 auto; overflow: hidden; } .ft-main{ margin: 35px 0; overflow: hidden; } .ft-main strong{ font-size: 14px; line-height: 30px; } .ft-main li{ ...
0.295636
0.105763
.goscale-plugins-videos { } h1 { font-family:Georgia; font-size: 22px; color:#2F2F2F; height:2.5em; margin: 20px auto 0 auto; width: 100%; } .videoListContainer { width: 100%; height: 146px; position: relative; padding: 20px 40px; box-sizing: border-box; } .videoListContainer .arrow { p...
goscale/static/goscale/css/goscale.plugins.videos.css
.goscale-plugins-videos { } h1 { font-family:Georgia; font-size: 22px; color:#2F2F2F; height:2.5em; margin: 20px auto 0 auto; width: 100%; } .videoListContainer { width: 100%; height: 146px; position: relative; padding: 20px 40px; box-sizing: border-box; } .videoListContainer .arrow { p...
0.310172
0.09782
body{ margin:0; padding:0; box-sizing: border-box; background-color: #eee; font-family: 'Lato', sans-serif; } #Header { display: flex; flex-direction: column; align-items: center; padding: 15px 15px 5px 15px; position: fixed; width:93vw; top:0; right:0; left:0; background-color: #eee; ...
index.css
body{ margin:0; padding:0; box-sizing: border-box; background-color: #eee; font-family: 'Lato', sans-serif; } #Header { display: flex; flex-direction: column; align-items: center; padding: 15px 15px 5px 15px; position: fixed; width:93vw; top:0; right:0; left:0; background-color: #eee; ...
0.233881
0.063308
.native-js { visibility: hidden; transition: all .25s ease-in-out; opacity: 0; flex-flow: column nowrap; transform: translateY(calc(100% - 35px)); } .native-show { visibility: visible; position: fixed; width: 100%; bottom: 0; box-shadow: 0 -1px 4px 1px hsla(0, 0%, 0%, .15); opacity: 1; z-index...
docs/css/flexcpc.css
.native-js { visibility: hidden; transition: all .25s ease-in-out; opacity: 0; flex-flow: column nowrap; transform: translateY(calc(100% - 35px)); } .native-show { visibility: visible; position: fixed; width: 100%; bottom: 0; box-shadow: 0 -1px 4px 1px hsla(0, 0%, 0%, .15); opacity: 1; z-index...
0.615781
0.08152
@-moz-document domain("www.theguardian.com") { .content-footer--pillar-news:not(.paid-content) ._underline_1lj47_3, .content-footer--pillar-news:not(.paid-content) .d-show-more-replies__button, .content-footer--pillar-news:not(.paid-content) .d-comment__action, .content-footer--pillar-news:not(.paid-content) .d-...
data/usercss/154284.user.css
@-moz-document domain("www.theguardian.com") { .content-footer--pillar-news:not(.paid-content) ._underline_1lj47_3, .content-footer--pillar-news:not(.paid-content) .d-show-more-replies__button, .content-footer--pillar-news:not(.paid-content) .d-comment__action, .content-footer--pillar-news:not(.paid-content) .d-...
0.139572
0.055592
body { background-color: #f8f8f8; } .loader { position: absolute; left: 50%; top: 50%; z-index: 1; width: 50px; height: 50px; margin: -25px 0 0 -25px; -webkit-animation: spin 2s linear infinite; animation: spin 1s linear infinite; border: 5px solid #f3f3f3; border-top: 5px solid #555; border-...
src/styles.css
body { background-color: #f8f8f8; } .loader { position: absolute; left: 50%; top: 50%; z-index: 1; width: 50px; height: 50px; margin: -25px 0 0 -25px; -webkit-animation: spin 2s linear infinite; animation: spin 1s linear infinite; border: 5px solid #f3f3f3; border-top: 5px solid #555; border-...
0.422147
0.103115
body { background: #5099be url(../img/bg-wall-blue.jpg) repeat-x center top; margin: 0; padding: 0; color: #333; } h1, h2, h3, h4 { font-family: 'Play', sans-serif; } a { color: #fff; } a:hover { color: #fff; } a:active, a:focus { outline: 0; } textarea, input[type="text"], input[type="password"], input[type="d...
assets/bakim/css/style-blue.css
body { background: #5099be url(../img/bg-wall-blue.jpg) repeat-x center top; margin: 0; padding: 0; color: #333; } h1, h2, h3, h4 { font-family: 'Play', sans-serif; } a { color: #fff; } a:hover { color: #fff; } a:active, a:focus { outline: 0; } textarea, input[type="text"], input[type="password"], input[type="d...
0.266548
0.140425
width: 100%; height: 100%; z-index: 99999; top: 0; left: 0; position: fixed; z-index: 999999; margin: 0 auto; display: none; } .loader-wrapper { position: absolute; margin: 0 auto; float: left; margin-top: 64px; margin-left: 46%; } .loader { position:abs...
public/Layout/css/Loader.css
width: 100%; height: 100%; z-index: 99999; top: 0; left: 0; position: fixed; z-index: 999999; margin: 0 auto; display: none; } .loader-wrapper { position: absolute; margin: 0 auto; float: left; margin-top: 64px; margin-left: 46%; } .loader { position:abs...
0.601242
0.067424
:link { color: rgb(110, 0, 110) } :visited { color: rgb(110, 0, 110) } hr { color: rgb(45,0,45); height: 3px; } body { margin-left: 4%; font-family: arial, sans-serif; background: white; margin-right: 2%; } th { font-family: arial, sans-serif; } td { font-family: aria...
ioda/doc/Netlogo-Style.css
:link { color: rgb(110, 0, 110) } :visited { color: rgb(110, 0, 110) } hr { color: rgb(45,0,45); height: 3px; } body { margin-left: 4%; font-family: arial, sans-serif; background: white; margin-right: 2%; } th { font-family: arial, sans-serif; } td { font-family: aria...
0.666605
0.269824
@import url("https://fonts.googleapis.com/css?family=Lilita+One|Poppins&display=swap"); ul { list-style-type: none; } body { overflow: scroll; padding: 15%; padding-top: -20%; color: white; background: #FF3501; font-family: "Lilita One", cursive; } body::-webkit-scrollbar { width: 0em;...
vue_tests/style.css
@import url("https://fonts.googleapis.com/css?family=Lilita+One|Poppins&display=swap"); ul { list-style-type: none; } body { overflow: scroll; padding: 15%; padding-top: -20%; color: white; background: #FF3501; font-family: "Lilita One", cursive; } body::-webkit-scrollbar { width: 0em;...
0.33546
0.070017
.mega-dropdown { position: static !important; } .mega-dropdown-menu { padding: 100px; width: 100%; box-shadow: none; -webkit-box-shadow: none; } .mega-dropdown-menu > li > ul { padding: 0; margin: 0; } .mega-dropdown-menu > li > ul > li { list-style: none; } .mega...
public/css/custom.css
.mega-dropdown { position: static !important; } .mega-dropdown-menu { padding: 100px; width: 100%; box-shadow: none; -webkit-box-shadow: none; } .mega-dropdown-menu > li > ul { padding: 0; margin: 0; } .mega-dropdown-menu > li > ul > li { list-style: none; } .mega...
0.350866
0.076684
@namespace url(http://www.w3.org/1999/xhtml); /* Website Colour Scheme #121414 Basic Background #101010 Border Darkening #202020 Bodrer Highlight #1d1d1d Secondary Background; Information Border Highlight #242424 Secondary Highlight #121212 Thirdary Background #3399ff Hyperlink _1 #66bbff Hyperlink _2 #08080...
data/usercss/127760.user.css
@namespace url(http://www.w3.org/1999/xhtml); /* Website Colour Scheme #121414 Basic Background #101010 Border Darkening #202020 Bodrer Highlight #1d1d1d Secondary Background; Information Border Highlight #242424 Secondary Highlight #121212 Thirdary Background #3399ff Hyperlink _1 #66bbff Hyperlink _2 #08080...
0.222954
0.155367
.wrapper-nav { margin: 0 auto; background: transparent } #header { color: #666; font-weight: 400; font-size: 14px; font-family: Work Sans; letter-spacing: 0.1px } #header .nav-header { font-size: 14px; font-weight: 400; position: relative; background: #fafafa; letter-spacing: 0.5px } @media (max-width: 9...
public/layoutP/css/custom.scss.css
.wrapper-nav { margin: 0 auto; background: transparent } #header { color: #666; font-weight: 400; font-size: 14px; font-family: Work Sans; letter-spacing: 0.1px } #header .nav-header { font-size: 14px; font-weight: 400; position: relative; background: #fafafa; letter-spacing: 0.5px } @media (max-width: 9...
0.216757
0.055234
overflow-y: scroll; max-height: 300px; } .badge-warning { display: inline-block; padding: 0.25em 0.4em; font-size: 75%; font-weight: 700; line-height: 1; /*color: #fff;*/ text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25rem; colo...
web/css/NavbarStyle.css
overflow-y: scroll; max-height: 300px; } .badge-warning { display: inline-block; padding: 0.25em 0.4em; font-size: 75%; font-weight: 700; line-height: 1; /*color: #fff;*/ text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25rem; colo...
0.484136
0.096493
.boxShadow { box-shadow: 0 0 5px #cccccc; -moz-box-shadow: 0 0 5px #CCCCCC; -khtml-box-shadow: 0 0 5px #CCCCCC; } .weibo_type_icon { margin-right: 10px; -webkit-filter: grayscale(100%); -webkit-filter: grayscale(1); filter: grayscale(100%); filter: gray; } .weibo_type_icon:hover { -webkit-filter: none...
Public/Weibo/css/weibo.css
.boxShadow { box-shadow: 0 0 5px #cccccc; -moz-box-shadow: 0 0 5px #CCCCCC; -khtml-box-shadow: 0 0 5px #CCCCCC; } .weibo_type_icon { margin-right: 10px; -webkit-filter: grayscale(100%); -webkit-filter: grayscale(1); filter: grayscale(100%); filter: gray; } .weibo_type_icon:hover { -webkit-filter: none...
0.274643
0.069447
@-moz-document domain("weibo.com") { HTML > BODY[class="B_index L-zh-cn"] > DIV[class="W_miniblog"]:nth-child(1) > DIV[class="W_miniblog_fb"] > DIV[class="W_main"]:nth-child(3) > DIV[class="W_main_bg clearfix"] > DIV[id="plc_main"]:nth-child(2) > DIV[class="W_main_a"]:nth-child(1) > DIV[id="Box_right"][class="W_main...
data/usercss/93629.user.css
@-moz-document domain("weibo.com") { HTML > BODY[class="B_index L-zh-cn"] > DIV[class="W_miniblog"]:nth-child(1) > DIV[class="W_miniblog_fb"] > DIV[class="W_main"]:nth-child(3) > DIV[class="W_main_bg clearfix"] > DIV[id="plc_main"]:nth-child(2) > DIV[class="W_main_a"]:nth-child(1) > DIV[id="Box_right"][class="W_main...
0.233095
0.063135
body, html { width: 100%; height: 100%; } @media(min-width:767px) { .navbar { padding: 20px 0; -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out; -moz-transition: background .5s ease-in-out,padding .5s ease-in-out; transition: background .5s ease-in-ou...
resources/assets/css/all.css
body, html { width: 100%; height: 100%; } @media(min-width:767px) { .navbar { padding: 20px 0; -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out; -moz-transition: background .5s ease-in-out,padding .5s ease-in-out; transition: background .5s ease-in-ou...
0.494873
0.050611
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Poppins:wght@200&display=swap'); /* font-family: 'Playfair Display', serif; font-family: 'Poppins', sans-serif; */ body { overflow-x: hidden; background: white; } h1 { font-family: 'Playfair Display', serif!important; ...
style.css
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Poppins:wght@200&display=swap'); /* font-family: 'Playfair Display', serif; font-family: 'Poppins', sans-serif; */ body { overflow-x: hidden; background: white; } h1 { font-family: 'Playfair Display', serif!important; ...
0.391639
0.072014
@font-face { font-family: 'Gotham Pro'; src: url('../fonts/GothamPro-BoldItalic.eot'); src: local('Gotham Pro Bold Italic'), local('GothamPro-BoldItalic'), url('../fonts/GothamPro-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamPro-BoldItalic.woff') format('woff'), url('../fonts/Gotham...
AppReact/src/assets/css/hud.css
@font-face { font-family: 'Gotham Pro'; src: url('../fonts/GothamPro-BoldItalic.eot'); src: local('Gotham Pro Bold Italic'), local('GothamPro-BoldItalic'), url('../fonts/GothamPro-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamPro-BoldItalic.woff') format('woff'), url('../fonts/Gotham...
0.22919
0.079531
.wrapper, .main-sidebar, .left-side { background-color: #222d32; } .user-panel > .info, .user-panel > .info > a { color: #fff; } .sidebar-menu > li.header { color: #4b646f; background: #1a2226; } .sidebar-menu > li > a { border-right: 3px solid transparent; } .sidebar-menu > li > .treeview-menu ...
public/backend/css/colors/green.css
.wrapper, .main-sidebar, .left-side { background-color: #222d32; } .user-panel > .info, .user-panel > .info > a { color: #fff; } .sidebar-menu > li.header { color: #4b646f; background: #1a2226; } .sidebar-menu > li > a { border-right: 3px solid transparent; } .sidebar-menu > li > .treeview-menu ...
0.449151
0.086593
.title-1 { text-transform: capitalize; font-weight: 400; font-size: 30px; padding-top: 15px; padding-bottom: 15px; } /* ----- Section----- */ .section__content { position: relative; margin: 0 auto; z-index: 1; } .section__content--p30 { padding: 0 30px; } @media (max-width: 991p...
public/css/realtime-dashboard/realtime-dashboard.css
.title-1 { text-transform: capitalize; font-weight: 400; font-size: 30px; padding-top: 15px; padding-bottom: 15px; } /* ----- Section----- */ .section__content { position: relative; margin: 0 auto; z-index: 1; } .section__content--p30 { padding: 0 30px; } @media (max-width: 991p...
0.568775
0.078819
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-font-smoothing: antialiased;} body, html { font-size: 15px; padding: 0; margin: 0;} /* Clearfix hack by <NAME>: http://nicolasgallagher.com/micro-clearfix-hack/ */ .clearfix:before, .clearfix:after { cont...
public/css/custom.css
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-font-smoothing: antialiased;} body, html { font-size: 15px; padding: 0; margin: 0;} /* Clearfix hack by <NAME>: http://nicolasgallagher.com/micro-clearfix-hack/ */ .clearfix:before, .clearfix:after { cont...
0.338296
0.082697
tr{ font-size: 14px} table{ border-style: solid; border-width: thin; border-collapse:none; border-spacing: 0px; text-align: center; border-collapse: collapse; border-bottom-style:inherit; border-left-style: hidden; border-right-style: hidden; } .dropbtn { background-color: #fff; ...
css/table.css
tr{ font-size: 14px} table{ border-style: solid; border-width: thin; border-collapse:none; border-spacing: 0px; text-align: center; border-collapse: collapse; border-bottom-style:inherit; border-left-style: hidden; border-right-style: hidden; } .dropbtn { background-color: #fff; ...
0.442396
0.071819
@import "menu.css"; /*____________________________________________________________________*/ header, header .header-content{ position:relative; width:100%; text-align:center; /* border: 1px solid red;*/ } body, html{ ...
public/css/productos.css
@import "menu.css"; /*____________________________________________________________________*/ header, header .header-content{ position:relative; width:100%; text-align:center; /* border: 1px solid red;*/ } body, html{ ...
0.097444
0.046249
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700;900&display=swap); body { font-family: "Poppins", sans-serif; background-color: #F9F9F9; font-size: 16px; } a { transition: all ease 0.3s; } .logoLogin { max-width: 100%; } .bglogin { background-color: #dad8d8; background-ima...
public/css/main.css
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700;900&display=swap); body { font-family: "Poppins", sans-serif; background-color: #F9F9F9; font-size: 16px; } a { transition: all ease 0.3s; } .logoLogin { max-width: 100%; } .bglogin { background-color: #dad8d8; background-ima...
0.313945
0.098339
:root { --response-label-padding: 5px; --response-maker-width: 40px; --response-marker-height: 30px; --response-vBar-offset: 65px; --response-bar-thickness: 25px; --response-min-opacity: 0.4; } .group-bg-gradient-1 { background-image: linear-gradient(var(--group-1-primary), rgba(var(--grou...
src/customElements/ResponseWidget.css
:root { --response-label-padding: 5px; --response-maker-width: 40px; --response-marker-height: 30px; --response-vBar-offset: 65px; --response-bar-thickness: 25px; --response-min-opacity: 0.4; } .group-bg-gradient-1 { background-image: linear-gradient(var(--group-1-primary), rgba(var(--grou...
0.751101
0.14557
.browsehappy { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } body { font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif; } /* Space out content a bit */ h1 { font-family: 'Sacramento', cursive; font-size: 72px; } h2 { font-size: 3rem; } h3 { font-size: 2.8re...
styles/main.css
.browsehappy { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } body { font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif; } /* Space out content a bit */ h1 { font-family: 'Sacramento', cursive; font-size: 72px; } h2 { font-size: 3rem; } h3 { font-size: 2.8re...
0.425247
0.074939
.section_content { float: left; width: 550px; } .section_content > h2 { display: table-cell; width: 10%; height: 55px; padding-left: 20px; border-bottom: 1px solid #e3e4e8; line-height: 55px; vertical-align: middle; } .section_content > h2, .section_content .delete_profile { ba...
Epam.Task9/Epam.Task9.VK/css/section_content.css
.section_content { float: left; width: 550px; } .section_content > h2 { display: table-cell; width: 10%; height: 55px; padding-left: 20px; border-bottom: 1px solid #e3e4e8; line-height: 55px; vertical-align: middle; } .section_content > h2, .section_content .delete_profile { ba...
0.496094
0.151781
@font-face{ font-family:Lao UI; src:url(../fonts/LaoUI.ttf)} /*================================ ELEMENTS ================================*/ body { font-family:georgia,serif; /*background:#e6d1bc;*/ background:#f2f2f2; } a:hover, a:visited, a:focus { text-decoration:none; } /*=====================...
public/css/style.css
@font-face{ font-family:Lao UI; src:url(../fonts/LaoUI.ttf)} /*================================ ELEMENTS ================================*/ body { font-family:georgia,serif; /*background:#e6d1bc;*/ background:#f2f2f2; } a:hover, a:visited, a:focus { text-decoration:none; } /*=====================...
0.239972
0.056029
@charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Bebas+Neue&family=Licorice&display=swap'); @font-face { font-family: 'Titulo'; src: url('../fontes/GuldScript_PersonalUseOnly.ttf') format(truetype); } :root { --cor0: #ffffff; --cor1: #ffe5d9ab; --cor2: #FFCA...
meus desafios/desafio_fabi/style/style.css
@charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Bebas+Neue&family=Licorice&display=swap'); @font-face { font-family: 'Titulo'; src: url('../fontes/GuldScript_PersonalUseOnly.ttf') format(truetype); } :root { --cor0: #ffffff; --cor1: #ffe5d9ab; --cor2: #FFCA...
0.38943
0.128744
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900"); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: "Poppins", sans-serif; color: #c4c3ca; background-color: #1f2029; } .container { max-width: 1200px; margin: 0 auto; } .container > h1 { pa...
BITMART/public/css/cart.css
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900"); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: "Poppins", sans-serif; color: #c4c3ca; background-color: #1f2029; } .container { max-width: 1200px; margin: 0 auto; } .container > h1 { pa...
0.422981
0.084947
:root { --quad: cubic-bezier(0.48, 0.04, 0.52, 0.96); --quart: cubic-bezier(0.76, 0.00, 0.24, 1.00); --quint: cubic-bezier(0.84, 0.00, 0.16, 1.00); --color-bg: #323232; --color-selected: #46a0f5; --color-border: #3e3e3e; --color-hover: #292929; --color-dark: #2b2b2b; --color-night: #1f1f1f; --color-...
client/style.css
:root { --quad: cubic-bezier(0.48, 0.04, 0.52, 0.96); --quart: cubic-bezier(0.76, 0.00, 0.24, 1.00); --quint: cubic-bezier(0.84, 0.00, 0.16, 1.00); --color-bg: #323232; --color-selected: #46a0f5; --color-border: #3e3e3e; --color-hover: #292929; --color-dark: #2b2b2b; --color-night: #1f1f1f; --color-...
0.38318
0.20044
* { padding:0; margin:0; font-size:12px; } a{ color:#333; } ul li{ height:25px; } /*------- Prompt Style -------*/ .popup_prompt{ border:1px solid #909090; background:#FFF; } .popup_prompt .popup_header{ } .popup_prompt h1 { height:25px; margin:1px; font-size:13px; color:#F4793A; font-weight:bold; tex...
myweb/mydreamer/ui/widget/popup_helper/css/Popup.css
* { padding:0; margin:0; font-size:12px; } a{ color:#333; } ul li{ height:25px; } /*------- Prompt Style -------*/ .popup_prompt{ border:1px solid #909090; background:#FFF; } .popup_prompt .popup_header{ } .popup_prompt h1 { height:25px; margin:1px; font-size:13px; color:#F4793A; font-weight:bold; tex...
0.18407
0.042424
:root { --font-Crete: "Crete Round", serif; --font-Inter: "Inter", sans-serif; --font-Poppins: "Poppins", sans-serif; --font-Robot: "Roboto", sans-serif; --color-text: #fff5e1; } * { margin: 0; padding: 0; box-sizing: content-box; } body { font-family: var(--font-Inter); } /* Pop up styles */ .pop...
style.css
:root { --font-Crete: "Crete Round", serif; --font-Inter: "Inter", sans-serif; --font-Poppins: "Poppins", sans-serif; --font-Robot: "Roboto", sans-serif; --color-text: #fff5e1; } * { margin: 0; padding: 0; box-sizing: content-box; } body { font-family: var(--font-Inter); } /* Pop up styles */ .pop...
0.451568
0.108779
@charset "utf-8"; /* CSS Document */ @media only screen and ( max-width: 768px) and ( min-width: 0px) { .top_block, .list_mails { text-align: center; } .nav-pills>li { float: right; } .top_block .list_social, .nav-pills>li { float: none; display: inline-bloc...
public/user/ar/css/responsive.css
@charset "utf-8"; /* CSS Document */ @media only screen and ( max-width: 768px) and ( min-width: 0px) { .top_block, .list_mails { text-align: center; } .nav-pills>li { float: right; } .top_block .list_social, .nav-pills>li { float: none; display: inline-bloc...
0.331444
0.084455
@import url('../generales/variables.css'); * { font-family: var(--text-font) } .publicidad > h1 { margin-top: 5.5%; text-align: center; } .publicidad > p{ text-align: center; } .publicidad .prioridades { display: flex; justify-content: space-evenly; width: 70%; margin-left: 15%; ...
css/especificos/publicidad.css
@import url('../generales/variables.css'); * { font-family: var(--text-font) } .publicidad > h1 { margin-top: 5.5%; text-align: center; } .publicidad > p{ text-align: center; } .publicidad .prioridades { display: flex; justify-content: space-evenly; width: 70%; margin-left: 15%; ...
0.515376
0.161287
body{font-family: SourceHanSans;} .two-banner-description{font-size: 50px; margin: 0 auto 40px auto; font-weight: bold; pointer-events: none; color: #333; text-align: center;position: relative; letter-spacing: 4px;-webkit-user-select:none;-moz-user-select:none; -ms-user-select:none;user-select:none; } .two-banner-t...
css/two/two.css
body{font-family: SourceHanSans;} .two-banner-description{font-size: 50px; margin: 0 auto 40px auto; font-weight: bold; pointer-events: none; color: #333; text-align: center;position: relative; letter-spacing: 4px;-webkit-user-select:none;-moz-user-select:none; -ms-user-select:none;user-select:none; } .two-banner-t...
0.31732
0.072571
:root { --primary-color: #2875d9; } @font-face { font-family: 'Computer Modern'; font-style: normal; font-weight: normal; src: url('./paper/cmunrm.ttf'); } @font-face { font-family: 'Computer Modern'; font-style: italic; font-weight: normal; src: url('./paper/cmunti.ttf'); } @font-face { font-family: 'Comp...
paper.css
:root { --primary-color: #2875d9; } @font-face { font-family: 'Computer Modern'; font-style: normal; font-weight: normal; src: url('./paper/cmunrm.ttf'); } @font-face { font-family: 'Computer Modern'; font-style: italic; font-weight: normal; src: url('./paper/cmunti.ttf'); } @font-face { font-family: 'Comp...
0.303319
0.132683
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* Horizontal enabled */ .autorepeatbutton-up[orient="horizontal"], .scrollbutton-up[orient="horizontal"] { list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp.gif"); -moz-image-region: auto; /* cut off inheritance */ }...
ElasticWolf.app/Contents/Frameworks/XUL.framework/Versions/13.0/chrome/toolkit/skin/classic/global/scrollbox.css
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* Horizontal enabled */ .autorepeatbutton-up[orient="horizontal"], .scrollbutton-up[orient="horizontal"] { list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp.gif"); -moz-image-region: auto; /* cut off inheritance */ }...
0.314156
0.09886
body { width: 100%; height: 100%; margin: 0; } .landing-div { width: 100%; min-height: 100%; margin: 0; background-color: #333433; overflow: auto; /*background-color: #333333;*/ } .logo-div { width: 100%; height: 6.875rem; max-width: 25rem; margin: 4.375rem 0 0 4.37...
src/css/custom.css
body { width: 100%; height: 100%; margin: 0; } .landing-div { width: 100%; min-height: 100%; margin: 0; background-color: #333433; overflow: auto; /*background-color: #333333;*/ } .logo-div { width: 100%; height: 6.875rem; max-width: 25rem; margin: 4.375rem 0 0 4.37...
0.532911
0.092565
body { margin: 0; padding: 0; font-family: sans-serif; background-color: #fafafa; } nav.navbar { background-color: #42A5F5; } .hidden { visibility: hidden; } .cloud_container { transition: opacity 1.15s ease-in-out; position: relative; display: flex; z-index: 00000000000; ...
src/style/style.css
body { margin: 0; padding: 0; font-family: sans-serif; background-color: #fafafa; } nav.navbar { background-color: #42A5F5; } .hidden { visibility: hidden; } .cloud_container { transition: opacity 1.15s ease-in-out; position: relative; display: flex; z-index: 00000000000; ...
0.51879
0.092893
@charset "UTF8"; @font-face { font-family: "IDroid"; src: url("../fontes/idroid.otf") format("opentype"); font-weight: normal; font-style: normal; } :root { --cor0: #91AD9E; --cor1: #8deeb8; --cor2: #84E1AD; --cor3: #3AD17E; --cor4: #007910; --cor5: #185533; } body { backg...
ex/ex025/estilo/style.css
@charset "UTF8"; @font-face { font-family: "IDroid"; src: url("../fontes/idroid.otf") format("opentype"); font-weight: normal; font-style: normal; } :root { --cor0: #91AD9E; --cor1: #8deeb8; --cor2: #84E1AD; --cor3: #3AD17E; --cor4: #007910; --cor5: #185533; } body { backg...
0.414425
0.115511
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; } /** * Basic styling */ body { font: 400 16px/1.5 "PT Sans", Helvetica, Arial, sans-serif; color: #111; background-color: #fdfdfd; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern"...
_site/css/style.css
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; } /** * Basic styling */ body { font: 400 16px/1.5 "PT Sans", Helvetica, Arial, sans-serif; color: #111; background-color: #fdfdfd; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern"...
0.45181
0.101545
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed&display=swap'); :root { --header-height: 3rem; --font-semi: 600; } /*===== COLORS =====*/ :root { --first-color: #845fe6; --second-color: #525252; --third-color: #444444; --fourth-color: #f3f3f3; --fifth-color: #FFD875; --sixth-col...
css/style.css
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed&display=swap'); :root { --header-height: 3rem; --font-semi: 600; } /*===== COLORS =====*/ :root { --first-color: #845fe6; --second-color: #525252; --third-color: #444444; --fourth-color: #f3f3f3; --fifth-color: #FFD875; --sixth-col...
0.37777
0.09426
.App { width: 85%; margin: 10vh auto; text-align: center; box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.5); border-radius: 4px; background-color: #fafafa; padding-bottom: 120px; } .panel { height: 95px; width: 100%; background-color: #ffffff; display: flex; justify-content: space-between; padding: 5...
src/styles/App.css
.App { width: 85%; margin: 10vh auto; text-align: center; box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.5); border-radius: 4px; background-color: #fafafa; padding-bottom: 120px; } .panel { height: 95px; width: 100%; background-color: #ffffff; display: flex; justify-content: space-between; padding: 5...
0.38168
0.08548
* { color: #4f01ef; box-sizing: border-box; font-family: Ubuntu, Helvetica, Verdana, Arial, sans-serif; font-weight: bold; background-color: #f9f9f900; } body { padding: 20px; } h1 { padding: 1rem 0; text-align: center; } hr { margin: 1rem 0; } .container1 > *, .container2 > *, .container3 > *, .conta...
layout/css/layout.css
* { color: #4f01ef; box-sizing: border-box; font-family: Ubuntu, Helvetica, Verdana, Arial, sans-serif; font-weight: bold; background-color: #f9f9f900; } body { padding: 20px; } h1 { padding: 1rem 0; text-align: center; } hr { margin: 1rem 0; } .container1 > *, .container2 > *, .container3 > *, .conta...
0.328745
0.157202
#logo{ width: 105px; height: 50px; } .nav-item{ font-size: 18px; font-family: Lucida Console; text-transform: uppercase; font-weight: bold; } main nav{ background: #1f1f1f; } /*----------------------x------------------------navbar------------------------x----------------------*/ /*--------------------------...
css/style.css
#logo{ width: 105px; height: 50px; } .nav-item{ font-size: 18px; font-family: Lucida Console; text-transform: uppercase; font-weight: bold; } main nav{ background: #1f1f1f; } /*----------------------x------------------------navbar------------------------x----------------------*/ /*--------------------------...
0.235196
0.066478
.st_seat_lay_row #c1[type="checkbox"] + label:before { content:"1"; } .st_seat_lay_row #c2[type="checkbox"] + label:before { content:"2"; } .st_seat_lay_row #c3[type="checkbox"] + label:before { content:"3"; } .st_seat_lay_row #c4[type="checkbox"] + label:before { content:"4"; } .st_seat_lay_row #c5[type="checkbox"...
public/frontend/css/seat.css
.st_seat_lay_row #c1[type="checkbox"] + label:before { content:"1"; } .st_seat_lay_row #c2[type="checkbox"] + label:before { content:"2"; } .st_seat_lay_row #c3[type="checkbox"] + label:before { content:"3"; } .st_seat_lay_row #c4[type="checkbox"] + label:before { content:"4"; } .st_seat_lay_row #c5[type="checkbox"...
0.212069
0.104477
* { margin: 0; padding: 0; box-sizing: border-box; } .container { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; height: 100vh; background-color: white; } /* Posicionamos el header arriba a la derecha */ .header { position: a...
css/style.css
* { margin: 0; padding: 0; box-sizing: border-box; } .container { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; height: 100vh; background-color: white; } /* Posicionamos el header arriba a la derecha */ .header { position: a...
0.474875
0.096238
body { background-color: rgb(25, 25, 25); position: relative; --nodes-size: 70px; } /* ----------------------------------------------------------------- */ /* Settings Menu */ /* ----------------------------------------------------------------- */ div#settings { height: 100vh; width: 250px; position: fix...
CONTENT/Resources/visualizations/Linked-List-Visualization/css/style.css
body { background-color: rgb(25, 25, 25); position: relative; --nodes-size: 70px; } /* ----------------------------------------------------------------- */ /* Settings Menu */ /* ----------------------------------------------------------------- */ div#settings { height: 100vh; width: 250px; position: fix...
0.396769
0.076098
@charset "utf-8"; /* CSS Document */ @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); body { background-color: #f6f5f5; margin: 0px; padding: 0px; font-family: 'Montserrat', sans-serif; } ul { list-style: none; } a { text-decoration: none; } section { wid...
css/style.css
@charset "utf-8"; /* CSS Document */ @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); body { background-color: #f6f5f5; margin: 0px; padding: 0px; font-family: 'Montserrat', sans-serif; } ul { list-style: none; } a { text-decoration: none; } section { wid...
0.378115
0.072999
body { font-size:20px; font-family: 'Roboto'; color: #fff; text-align:center; background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('http://i67.tinypic.com/33y2be1.png') no-repeat center center fixed; /* background: url('http://wallup.net/wp-content/uploads/2015/12/32043-NBA-bask...
stylesheets/funStatsStyles.css
body { font-size:20px; font-family: 'Roboto'; color: #fff; text-align:center; background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('http://i67.tinypic.com/33y2be1.png') no-repeat center center fixed; /* background: url('http://wallup.net/wp-content/uploads/2015/12/32043-NBA-bask...
0.400398
0.118003
.glow { display: inline-block; opacity: 1; box-shadow: inset 0px 0px 1px transparent; transform: translateZ(0px); transition-property: opacity; transition-duration: 0.3s; -webkit-transform: translateZ(0); -webkit-transition-duration: 0.3s; -webkit-transition-property: opacity; } .glow:hover { opacity: 0.7; box-sh...
app/assets/sass/intranet/responsive.css
.glow { display: inline-block; opacity: 1; box-shadow: inset 0px 0px 1px transparent; transform: translateZ(0px); transition-property: opacity; transition-duration: 0.3s; -webkit-transform: translateZ(0); -webkit-transition-duration: 0.3s; -webkit-transition-property: opacity; } .glow:hover { opacity: 0.7; box-sh...
0.304352
0.088623
.main-body { min-height: 40em; } .browser-min-width{ min-width: 1000px; } table.table-list tr.active > td { background-color: #eee; } ul.side-list > .active:hover > a, ul.rack-list > .active:hover > a, ul.venture-list > .active:hover > a { background-color: #ddd; } ul.side-list > .active > a, ul.rack-...
src/ralph/ui/static/ui/custom.css
.main-body { min-height: 40em; } .browser-min-width{ min-width: 1000px; } table.table-list tr.active > td { background-color: #eee; } ul.side-list > .active:hover > a, ul.rack-list > .active:hover > a, ul.venture-list > .active:hover > a { background-color: #ddd; } ul.side-list > .active > a, ul.rack-...
0.506103
0.103295
@-moz-document url-prefix("http://www.tumblr.com"), url-prefix('https://www.tumblr.com') { body { background: none center center #333 no-repeat fixed !important; } #left_column, #right_column {background-color: transparent !important;} div.l-content.l-content.l-content { background: url('http://static.tum...
data/usercss/70078.user.css
@-moz-document url-prefix("http://www.tumblr.com"), url-prefix('https://www.tumblr.com') { body { background: none center center #333 no-repeat fixed !important; } #left_column, #right_column {background-color: transparent !important;} div.l-content.l-content.l-content { background: url('http://static.tum...
0.361841
0.052207
.menutop {z-index:1;} .menutop li {height: auto;margin: 0;padding: 0;position: relative;list-style: none;} .menutop em {font-size: 80%;font-weight: normal;display: block;font-style: normal;} .menutop li .item, .menutop li.active .item {display: block;margin: 0;text-decoration: none;float: none;width: auto;} .menutop li...
public/joomsource/fusionmenu.css
.menutop {z-index:1;} .menutop li {height: auto;margin: 0;padding: 0;position: relative;list-style: none;} .menutop em {font-size: 80%;font-weight: normal;display: block;font-style: normal;} .menutop li .item, .menutop li.active .item {display: block;margin: 0;text-decoration: none;float: none;width: auto;} .menutop li...
0.330039
0.126111
* css3 圆角边框 */ /** * 页面通用半透明背景 */ /** * 容器垂直居中实现 */ .vertical-center { display: box; box-align: center; display: -webkit-box; -webkit-box-align: center; display: -moz-box; -moz-box-align: center; display: -o-box; -o-box-align: center; } /** * 水平居中容器实现 */ .align-center { display: box; box-pac...
Public/static/css/building.css
* css3 圆角边框 */ /** * 页面通用半透明背景 */ /** * 容器垂直居中实现 */ .vertical-center { display: box; box-align: center; display: -webkit-box; -webkit-box-align: center; display: -moz-box; -moz-box-align: center; display: -o-box; -o-box-align: center; } /** * 水平居中容器实现 */ .align-center { display: box; box-pac...
0.205535
0.061621
.container{ font-family: 'Calibri'; color: #2d2d2d; border: 1px solid #D5DBE7; border-radius: 15px; border-collapse: collapse; } td{ padding: 4px; } input{ position: relative; width: 80%; } .image-icon{ display:inline-block; vertical-align: middle; border: 1px solid #C3C7C...
regular/HTML/03. Forms and Frames/homeWork/grid-component/style.css
.container{ font-family: 'Calibri'; color: #2d2d2d; border: 1px solid #D5DBE7; border-radius: 15px; border-collapse: collapse; } td{ padding: 4px; } input{ position: relative; width: 80%; } .image-icon{ display:inline-block; vertical-align: middle; border: 1px solid #C3C7C...
0.348867
0.12638
.menu { list-style: none; border-bottom: 0.1em solid black; margin-bottom: 2em; padding: 0 0 0.5em; } .menu:before { content: "["; } .menu:after { content: "]"; } .menu > li { display: inline; } .menu > li + li:before { content: "|"; padding-right: 0.3em; } /* seed css ^ */ .view-frame { disp...
assets/css/app.css
.menu { list-style: none; border-bottom: 0.1em solid black; margin-bottom: 2em; padding: 0 0 0.5em; } .menu:before { content: "["; } .menu:after { content: "]"; } .menu > li { display: inline; } .menu > li + li:before { content: "|"; padding-right: 0.3em; } /* seed css ^ */ .view-frame { disp...
0.379953
0.099908
@charset "UTF-8"; @font-face { font-family: "darkish"; src:url("../fonts/darkish.eot"); src:url("../fonts/darkish.eot?#iefix") format("embedded-opentype"), url("../fonts/darkish.woff") format("woff"), url("../fonts/darkish.ttf") format("truetype"), url("../fonts/darkish.svg#darkish") format("svg"); ...
src/Darkish/WebsiteBundle/Resources/public/stylesheets/dk-font.css
@charset "UTF-8"; @font-face { font-family: "darkish"; src:url("../fonts/darkish.eot"); src:url("../fonts/darkish.eot?#iefix") format("embedded-opentype"), url("../fonts/darkish.woff") format("woff"), url("../fonts/darkish.ttf") format("truetype"), url("../fonts/darkish.svg#darkish") format("svg"); ...
0.267504
0.067026
.row{ margin-right: 0px; margin-left: 0px; } #np .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { display: block !important; } #np .owl-prev { float: left; padding: 0px 15px 5px; color: #fff; background: #3bb7e7; border-radius: 3px; margin: 20px; } #np...
assets/css/custom.css
.row{ margin-right: 0px; margin-left: 0px; } #np .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { display: block !important; } #np .owl-prev { float: left; padding: 0px 15px 5px; color: #fff; background: #3bb7e7; border-radius: 3px; margin: 20px; } #np...
0.437343
0.120879
.paratext { font-size: .8rem; margin-right: 2rem; } .containerBox{ display: flex; flex-direction: row; font-size: .8rem; } .dropdown-content{ width: 1000%; padding: 50px; } .dropdown-content li { list-style-type: none; } .dropbtn { color: white; padding: ...
Asset/css/styles.css
.paratext { font-size: .8rem; margin-right: 2rem; } .containerBox{ display: flex; flex-direction: row; font-size: .8rem; } .dropdown-content{ width: 1000%; padding: 50px; } .dropdown-content li { list-style-type: none; } .dropbtn { color: white; padding: ...
0.502197
0.097691
Layout -------------------------------------- */ /* -------------------------------------- Typography -------------------------------------- */ body{ -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; } .well .page-header { margin-top:0; } .well .page-header h1{ margin-top:0;...
includes/css/styles.css
Layout -------------------------------------- */ /* -------------------------------------- Typography -------------------------------------- */ body{ -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; } .well .page-header { margin-top:0; } .well .page-header h1{ margin-top:0;...
0.127422
0.051106
.ui-theme {background: url("themes.png") no-repeat top left;display: block;} .ui-theme.ui-theme-afterdark{ background-position: 0 0; width: 30px; height: 25px; } .ui-theme.ui-theme-afternoon{ background-position: 0 -75px; width: 30px; height: 25px; } .ui-theme.ui-theme-afterwork{ background-position: 0 -150px; width: 3...
src/main/webapp/themes.css
.ui-theme {background: url("themes.png") no-repeat top left;display: block;} .ui-theme.ui-theme-afterdark{ background-position: 0 0; width: 30px; height: 25px; } .ui-theme.ui-theme-afternoon{ background-position: 0 -75px; width: 30px; height: 25px; } .ui-theme.ui-theme-afterwork{ background-position: 0 -150px; width: 3...
0.3295
0.043285
.dashboard-statistics{ display:flex; margin: 20px 0; flex-wrap: wrap; } .statistics-item{ display: inline-flex; margin: 10px 30px 10px 0; } .statistics-item img{ /* width: 40px; */ height: 50px; } .statistics-item:last-child{ mar...
app/public/css/objects/statistics.css
.dashboard-statistics{ display:flex; margin: 20px 0; flex-wrap: wrap; } .statistics-item{ display: inline-flex; margin: 10px 30px 10px 0; } .statistics-item img{ /* width: 40px; */ height: 50px; } .statistics-item:last-child{ mar...
0.405684
0.103885
@font-face { font-family: 'Lato-regular'; src: url('../fonts/Lato-Regular.eot'); /* IE9 Compat Modes */ src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/Lato-Regular...
www/css/style.css
@font-face { font-family: 'Lato-regular'; src: url('../fonts/Lato-Regular.eot'); /* IE9 Compat Modes */ src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/Lato-Regular...
0.268174
0.061452
body { margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; min-height: 100vh; background: linear-gradient(to bottom, black, #00076F,#44008B, #9F45B0, #E54ED0); font-family:'Montserrat', sans-serif; text-align: center; } .btn { border: 2px ...
assets/css/style.css
body { margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; min-height: 100vh; background: linear-gradient(to bottom, black, #00076F,#44008B, #9F45B0, #E54ED0); font-family:'Montserrat', sans-serif; text-align: center; } .btn { border: 2px ...
0.369201
0.110471
body{background:#f0f0f0;font-family:"\5fae\8f6f\96c5\9ed1";} .body{overflow:hidden;} .header{position:fixed;display:table;width:100%;height:51px;border-top:1px solid #f25b22;left:0;bottom:0;background:#fff;z-index:9;table-layout:fixed;} .header .cell{vertical-align:top;padding:6px 5px;color:#52596b;} .header .valign-m{...
front/stylesheets/wshop-0.css
body{background:#f0f0f0;font-family:"\5fae\8f6f\96c5\9ed1";} .body{overflow:hidden;} .header{position:fixed;display:table;width:100%;height:51px;border-top:1px solid #f25b22;left:0;bottom:0;background:#fff;z-index:9;table-layout:fixed;} .header .cell{vertical-align:top;padding:6px 5px;color:#52596b;} .header .valign-m{...
0.185762
0.041696
@CHARSET "UTF-8"; @font-face { font-family: leaguegothic; src: url('/fonts/leaguegothic-regular-webfont.ttf'); } body{ font-family: "Helvetica"; } div.menu{ display: table; width: 300px; margin-left: auto; margin-right: auto; float: none; } div.table{ display: table; width: 300px; margin-left: auto; mar...
Season 2013/Mexico/Projects/Equipo3_StockIn/Codigo/stockin/war/css/start.css
@CHARSET "UTF-8"; @font-face { font-family: leaguegothic; src: url('/fonts/leaguegothic-regular-webfont.ttf'); } body{ font-family: "Helvetica"; } div.menu{ display: table; width: 300px; margin-left: auto; margin-right: auto; float: none; } div.table{ display: table; width: 300px; margin-left: auto; mar...
0.237222
0.060335
.btn:focus, .btn:active { outline: none !important; } .form-inline .form-group { margin-left: 0; margin-right: 0; } .glyphicon-spin { -webkit-animation: spin 1000ms infinite linear; animation: spin 1000ms infinite linear; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg...
lib/css/style.css
.btn:focus, .btn:active { outline: none !important; } .form-inline .form-group { margin-left: 0; margin-right: 0; } .glyphicon-spin { -webkit-animation: spin 1000ms infinite linear; animation: spin 1000ms infinite linear; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg...
0.411466
0.060391
.background_glossyMidnightBlue6, .hover_background_glossyMidnightBlue6:hover, .active_background_glossyMidnightBlue6:active:hover { background: #2424a0; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); b...
widgets/common/assets/gradients/glossy/glossyMidnightBlue/glossyMidnightBlue6.css
.background_glossyMidnightBlue6, .hover_background_glossyMidnightBlue6:hover, .active_background_glossyMidnightBlue6:active:hover { background: #2424a0; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); b...
0.424412
0.082291
.halfViewer{ position: absolute; right: 0; bottom: 0; margin: 5px 5px 5px 5px; width: 60%; height: 70%; z-index: 4000; border: 1px solid #ccc; /*overflow-x: scroll; overflow-y: hidden;*/ box-shadow: -2px -2px 13px #333; } .fullViewer{ position: fixed; /*left: 0;*/ ...
public/css/consultation/viewer.css
.halfViewer{ position: absolute; right: 0; bottom: 0; margin: 5px 5px 5px 5px; width: 60%; height: 70%; z-index: 4000; border: 1px solid #ccc; /*overflow-x: scroll; overflow-y: hidden;*/ box-shadow: -2px -2px 13px #333; } .fullViewer{ position: fixed; /*left: 0;*/ ...
0.39129
0.080574
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { background-color: #fff; color: #333; font-family: 'Roboto', sans-serif; margin: 0; padding: 0; } input:focus { outline: none; } header { overflow: hidden; padding: 40px; } header h1 { color: #60311b; font-size:...
demo/public/stylesheets/demo.css
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { background-color: #fff; color: #333; font-family: 'Roboto', sans-serif; margin: 0; padding: 0; } input:focus { outline: none; } header { overflow: hidden; padding: 40px; } header h1 { color: #60311b; font-size:...
0.58522
0.12213
.started { color: red; font-weight: bold; } [state=started] { color: red; font-weight: bold; } /**** tasklist ****/ /* 残りタスク数 */ #Area_NumberOfTasks { background-color: #999999; color: #FFFFFF; font-size: 14pt; border: none; clear: both; } #Area_NumberOfTasks div { margin...
www/css/style.css
.started { color: red; font-weight: bold; } [state=started] { color: red; font-weight: bold; } /**** tasklist ****/ /* 残りタスク数 */ #Area_NumberOfTasks { background-color: #999999; color: #FFFFFF; font-size: 14pt; border: none; clear: both; } #Area_NumberOfTasks div { margin...
0.390708
0.131982
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700); /* * Main.less * Main Design for theme * This file contains information about the Structure of the theme. * * Index: * * • Pre Requisite/CSS * • Top Bar * • Top Menu * • Search Bar * • Social Icons * • Masthead a.k.a Header * • Slider...
wp-content/themes/white/assets/css/main.css
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700); /* * Main.less * Main Design for theme * This file contains information about the Structure of the theme. * * Index: * * • Pre Requisite/CSS * • Top Bar * • Top Menu * • Search Bar * • Social Icons * • Masthead a.k.a Header * • Slider...
0.293303
0.044556
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&family=Nunito:wght@400;700&display=swap'); * { margin: 0; padding: 0; border: 0; box-sizing: border-box; } body { width: 100%; height: 100%; } ...
css/style.css
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&family=Nunito:wght@400;700&display=swap'); * { margin: 0; padding: 0; border: 0; box-sizing: border-box; } body { width: 100%; height: 100%; } ...
0.300232
0.068662
body { background: rgb(0, 0, 0) url(../img/background.jpg) no-repeat fixed center; font-family: 'Press Start 2P', cursive; color: #00ccff; } .btn.green-button { background-color: #00ccff; color: black; border: 1px solid #00ccff; } .btn.green-button:hover { background-color: #00ADD8; bo...
css/style.css
body { background: rgb(0, 0, 0) url(../img/background.jpg) no-repeat fixed center; font-family: 'Press Start 2P', cursive; color: #00ccff; } .btn.green-button { background-color: #00ccff; color: black; border: 1px solid #00ccff; } .btn.green-button:hover { background-color: #00ADD8; bo...
0.400046
0.088741
b{ font-weight: 700; } a{ text-decoration: none; color: #333; } p,label{ font-size: 14px; /*font-family: 'Open Sans' !important;*/ color: #333 !important; margin-bottom: 0; line-height: 1; } h1,h2,h3,h4,h5{ margin-top: 10px !important; margin-bottom: 10px !important; /*fo...
public/css/custom.css
b{ font-weight: 700; } a{ text-decoration: none; color: #333; } p,label{ font-size: 14px; /*font-family: 'Open Sans' !important;*/ color: #333 !important; margin-bottom: 0; line-height: 1; } h1,h2,h3,h4,h5{ margin-top: 10px !important; margin-bottom: 10px !important; /*fo...
0.231093
0.082328
@font-face { font-family: "Playfair Display"; font-weight: 400; font-style: normal; font-display: swap; src: local("Playfair Display"), url("../fonts/playfair-display-v22-cyrillic-regular.woff2") format("woff2"), url("../fonts/playfair-display-v22-cyrillic-regular.woff") format("woff"); } @font-fac...
css/style.css
@font-face { font-family: "Playfair Display"; font-weight: 400; font-style: normal; font-display: swap; src: local("Playfair Display"), url("../fonts/playfair-display-v22-cyrillic-regular.woff2") format("woff2"), url("../fonts/playfair-display-v22-cyrillic-regular.woff") format("woff"); } @font-fac...
0.37777
0.072637
@import url("https://use.typekit.net/kyz0ydh.css"); /* styles */ :root { --blue: #34495e; --green: #e74c3c; --yellow: #C9C243; --orange: #FFA644; --red: #3498db; --card-bg:#17141d; --text-normal:white; --hover-gradient:linear-gradient(90deg,#ff8a00,#e52e71); } body { background: none; font-fam...
css/cardview.css
@import url("https://use.typekit.net/kyz0ydh.css"); /* styles */ :root { --blue: #34495e; --green: #e74c3c; --yellow: #C9C243; --orange: #FFA644; --red: #3498db; --card-bg:#17141d; --text-normal:white; --hover-gradient:linear-gradient(90deg,#ff8a00,#e52e71); } body { background: none; font-fam...
0.254046
0.089216
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, tfoot, ...
docs/css/style.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, tfoot, ...
0.387343
0.067087
* { margin: 0; padding: 0; } body { background-size: 100%; display: grid; font-family: 'Source Sans Pro', sans-serif; grid-template-rows: 7(1fr); height: 100vh; width: 99vw; } /* MENU */ .dropMenu { font-size: 1.3em; list-style: none; text-align: center; } .menu li { d...
JQUERY/Projeto Covid/css/index.css
* { margin: 0; padding: 0; } body { background-size: 100%; display: grid; font-family: 'Source Sans Pro', sans-serif; grid-template-rows: 7(1fr); height: 100vh; width: 99vw; } /* MENU */ .dropMenu { font-size: 1.3em; list-style: none; text-align: center; } .menu li { d...
0.428114
0.132038
.main-div{ display: flex; margin: 0 1rem; height: auto; justify-content: center; } .proj-description { margin-right: 1rem; } .proj-description > span{ color: #1c2b40; font-weight: 600; font-size: 1.3125rem; } .separator{ border-left: 3px solid #e5e5e5; margin: 2em 0; paddi...
web/src/components/views/CreateProject/createProject.css
.main-div{ display: flex; margin: 0 1rem; height: auto; justify-content: center; } .proj-description { margin-right: 1rem; } .proj-description > span{ color: #1c2b40; font-weight: 600; font-size: 1.3125rem; } .separator{ border-left: 3px solid #e5e5e5; margin: 2em 0; paddi...
0.394434
0.137967
.sbox .txt,.sbox .selt .sval, .rbox .e strong,.rbox .e label,.rbox .e i, .xbox .face .name,.xbox .face .p,.xbox .face .icons, .xname span, .ibox .e .txt,.ibox .e label, .pname .txt,.pbox .e, .abox .aname{overflow:hidden;text-overflow:ellipsis;white-space:nowrap} /* .sbox .e.e_ta label,input[type="date"],input[typ...
public/css/resume.css
.sbox .txt,.sbox .selt .sval, .rbox .e strong,.rbox .e label,.rbox .e i, .xbox .face .name,.xbox .face .p,.xbox .face .icons, .xname span, .ibox .e .txt,.ibox .e label, .pname .txt,.pbox .e, .abox .aname{overflow:hidden;text-overflow:ellipsis;white-space:nowrap} /* .sbox .e.e_ta label,input[type="date"],input[typ...
0.18188
0.073796
@media (max-width:1199px){ .footer-area .footer-top .widget-link { padding: 0px 42px 0px 37px; } .footer-area .footer-top .widget-news { padding-left: 2px; } .footer-area .footer-top .recent-widget li .recent-post-text{ width: 68%; } .footer-area .footer-top .recent-w...
public/css/responsive.css
@media (max-width:1199px){ .footer-area .footer-top .widget-link { padding: 0px 42px 0px 37px; } .footer-area .footer-top .widget-news { padding-left: 2px; } .footer-area .footer-top .recent-widget li .recent-post-text{ width: 68%; } .footer-area .footer-top .recent-w...
0.277571
0.073596
@import url(https://fonts.googleapis.com/css?family=Lato:300,400); *, *:before, *:after { box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } html { background: #012 url('../images/backgro...
css/main.css
@import url(https://fonts.googleapis.com/css?family=Lato:300,400); *, *:before, *:after { box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } html { background: #012 url('../images/backgro...
0.265595
0.063948
.hero-image{ background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); width: 100%; height: 50vh; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; filter: brightness(60%); object-fit: cover; } body { background: #F2F1ED; f...
styles/main.css
.hero-image{ background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); width: 100%; height: 50vh; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; filter: brightness(60%); object-fit: cover; } body { background: #F2F1ED; f...
0.47025
0.106458