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
*{ margin: 0; padding: 0; box-sizing: border-box; } a { color: inherit; text-decoration: none; } .visually__hidden { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; } .wrapper{ padding: 27px;...
submissions/Zihfred/google pop-up/style.css
*{ margin: 0; padding: 0; box-sizing: border-box; } a { color: inherit; text-decoration: none; } .visually__hidden { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; } .wrapper{ padding: 27px;...
0.489259
0.08698
body { /*background-color: #887244;*/ background-color: #3cad7e; font-family: 'Arial', sans-serif; } /* Default custom select styles */ .text__center { text-align: center; } div.cs-select { position: relative; z-index: 100; display: inline-block; width: 100%; max-width: 500px; ...
wwwroot/css/select.css
body { /*background-color: #887244;*/ background-color: #3cad7e; font-family: 'Arial', sans-serif; } /* Default custom select styles */ .text__center { text-align: center; } div.cs-select { position: relative; z-index: 100; display: inline-block; width: 100%; max-width: 500px; ...
0.534127
0.08389
@charset "utf-8"; html,body{ font-family: "Segoe UI", Tahoma, Geneva, sans-serif; font-size: 16px; min-width: 770px; -webkit-user-select: none; } body{ display: none; } a:link { color: #1771d6 !important; text-decoration: none; } a:visited { color: #1771d6 !important; text-decorat...
extension/info.css
@charset "utf-8"; html,body{ font-family: "Segoe UI", Tahoma, Geneva, sans-serif; font-size: 16px; min-width: 770px; -webkit-user-select: none; } body{ display: none; } a:link { color: #1771d6 !important; text-decoration: none; } a:visited { color: #1771d6 !important; text-decorat...
0.101523
0.033717
# Element --------------------------------------------------------------*/ html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see...
wishwa kings fc/ownweb/wp-content/plugins/essential-content-types/admin/css/testimonial-shortcode.css
# Element --------------------------------------------------------------*/ html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see...
0.475362
0.113089
@import url(https://fonts.googleapis.com/css?family=Exo:100, 200, 400); @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:700, 400, 300); body { /* background-color: #c4dfe6 !important; */ background-image: url('../bilder/8f2e7f8c.png') !important; } /*removes all rounded corners in bootstrap b...
public/styles.css
@import url(https://fonts.googleapis.com/css?family=Exo:100, 200, 400); @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:700, 400, 300); body { /* background-color: #c4dfe6 !important; */ background-image: url('../bilder/8f2e7f8c.png') !important; } /*removes all rounded corners in bootstrap b...
0.312475
0.067793
@media (min-width:416px) { #alphabet { width:405px; margin:0 auto; padding-top:1rem; display:flex; justify-content:center; flex-wrap:wrap; } } @media (max-width:415px) { .small-wrap { transform:scale(0.6); } #alphabet { width:405px; margin:0 auto; padding-top:1rem; ...
Games/arch888/main.css
@media (min-width:416px) { #alphabet { width:405px; margin:0 auto; padding-top:1rem; display:flex; justify-content:center; flex-wrap:wrap; } } @media (max-width:415px) { .small-wrap { transform:scale(0.6); } #alphabet { width:405px; margin:0 auto; padding-top:1rem; ...
0.52902
0.047758
@font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: local('Roboto Light'), local('Roboto-Light'), url(resources/font/roboto-light.ttf) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EF...
source/css/text-config.css
@font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: local('Roboto Light'), local('Roboto-Light'), url(resources/font/roboto-light.ttf) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EF...
0.313105
0.120827
.ipnrm { font-family: sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.2; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: n...
gta360/public/ipanorama/ipanorama.css
.ipnrm { font-family: sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.2; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: n...
0.347426
0.062646
* { margin: 0; padding: 0; box-sizing: border-box; } img { display: block; max-width: 100%; height: auto; margin: auto; } ul { list-style: none; } a { text-decoration: none; } input { outline: none; } .main { margin-bottom: 1.875rem; } .container { max-width: 56.25rem; min-width: 20rem; padding: 0 1...
demo/css/styles.css
* { margin: 0; padding: 0; box-sizing: border-box; } img { display: block; max-width: 100%; height: auto; margin: auto; } ul { list-style: none; } a { text-decoration: none; } input { outline: none; } .main { margin-bottom: 1.875rem; } .container { max-width: 56.25rem; min-width: 20rem; padding: 0 1...
0.372734
0.06724
html { background-image: url('/icons/forestbridge.jpg'); background-size: cover; background-position: center; background-attachment: fixed; margin: 0; } body { margin: 0; font-size: medium; font-family: "Open Sans", sans-serif; line-height: 1.25; } h1 { font-size: larger; } a { ...
css/main.css
html { background-image: url('/icons/forestbridge.jpg'); background-size: cover; background-position: center; background-attachment: fixed; margin: 0; } body { margin: 0; font-size: medium; font-family: "Open Sans", sans-serif; line-height: 1.25; } h1 { font-size: larger; } a { ...
0.459076
0.096578
html, body { height: 100%; width: 100%; margin: 0; padding: 0; background-color: #333; color:white; font-family: 'Bellefair', serif; } #top { text-align: center; margin: 0 auto; } #top{ font-size: 2em; font-family: 'Bellefair', serif; } #content, #searchContent { margin-top: 100px; fo...
hosted/style.css
html, body { height: 100%; width: 100%; margin: 0; padding: 0; background-color: #333; color:white; font-family: 'Bellefair', serif; } #top { text-align: center; margin: 0 auto; } #top{ font-size: 2em; font-family: 'Bellefair', serif; } #content, #searchContent { margin-top: 100px; fo...
0.294621
0.072112
@import "font.css"; @import "pattern.css"; @import "header-menu.css"; @import "variables.css"; @import "loader.css"; body { width: 100vw; height: 100vh; margin: 0px; background-color: #252525; color: white; display: flex; } header { position: fixed; overflow: hidden; width: 100px; height: 100vh; z-inde...
css/user.css
@import "font.css"; @import "pattern.css"; @import "header-menu.css"; @import "variables.css"; @import "loader.css"; body { width: 100vw; height: 100vh; margin: 0px; background-color: #252525; color: white; display: flex; } header { position: fixed; overflow: hidden; width: 100px; height: 100vh; z-inde...
0.261991
0.061819
---------------------*/ .header_play_scrubber { display: inline-block; width: 0; background: transparent; height: auto; vertical-align: middle; border-radius: 0; margin-left: 6px; text-align: left; visibility:hidden; opacity:0; -webkit-transition:visibility .1s ease, opacity 4s ease...
sites/CodeCanyon/v. 2/Script/template/original/css/header-mini-player.css
---------------------*/ .header_play_scrubber { display: inline-block; width: 0; background: transparent; height: auto; vertical-align: middle; border-radius: 0; margin-left: 6px; text-align: left; visibility:hidden; opacity:0; -webkit-transition:visibility .1s ease, opacity 4s ease...
0.320183
0.06357
.navbar a.nav-1{ font-family: Viga; font-size: 30px; color: white; } .navbar .navbar-nav{ margin-right: 20px; } .nav-link{ margin-right: 40px; } header.utama{ background-image: url(img/latar.jpg); /* width: 1366px; */ background-size: cover; height: 695px; margin-to...
style.css
.navbar a.nav-1{ font-family: Viga; font-size: 30px; color: white; } .navbar .navbar-nav{ margin-right: 20px; } .nav-link{ margin-right: 40px; } header.utama{ background-image: url(img/latar.jpg); /* width: 1366px; */ background-size: cover; height: 695px; margin-to...
0.260295
0.064949
html, body { color: #222; font-family: Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif; margin: 0; padding: 0; text-decoration: none; } body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; ...
MxWeiXinPF.Web/templatesstore/css/cate16_4.css
html, body { color: #222; font-family: Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif; margin: 0; padding: 0; text-decoration: none; } body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; ...
0.520009
0.072112
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section...
css/style.css
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section...
0.337313
0.060919
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); * { letter-spacing: 0rem; margin: 0; padding: 0; box-sizing: border-box; } .navbar { top: 0; left: 0; position: fixed; width: 100%; background: rgba(66, 156, 86, 0.733); height: 8vh; display: flex; flex-direction:...
portfolio/src/main/webapp/style.css
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); * { letter-spacing: 0rem; margin: 0; padding: 0; box-sizing: border-box; } .navbar { top: 0; left: 0; position: fixed; width: 100%; background: rgba(66, 156, 86, 0.733); height: 8vh; display: flex; flex-direction:...
0.511717
0.07989
@charset "utf-8"; /* * * CSS - VLUTE - ĐẠI HỌC SƯ PHẠM KỸ THUẬT VĨNH LONG * Author: <NAME> * Facebook: https://facebook.com/ly.ngothanh * Flickr: https://www.flickr.com/lythanhngo * 500px: https://500px.com/alphotographyvn * Mail: <EMAIL> * Phone: +841214967197 * Orther: Students of Vinh Long Universit...
admin/css/style.css
@charset "utf-8"; /* * * CSS - VLUTE - ĐẠI HỌC SƯ PHẠM KỸ THUẬT VĨNH LONG * Author: <NAME> * Facebook: https://facebook.com/ly.ngothanh * Flickr: https://www.flickr.com/lythanhngo * 500px: https://500px.com/alphotographyvn * Mail: <EMAIL> * Phone: +841214967197 * Orther: Students of Vinh Long Universit...
0.413714
0.184694
@import url(http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css); @import url(https://file.myfontastic.com/yrZemENu9rx4QK9rcRvPrF/icons.css); /* line 7, ../sass/home.scss */ .carrusel .carousel-indicators { position: absolute; bottom: 10px; right: 30px; z-index: 15; width: 10px; padding-left:...
wp-content/themes/eco-theme/eco-style/stylesheets/home.css
@import url(http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css); @import url(https://file.myfontastic.com/yrZemENu9rx4QK9rcRvPrF/icons.css); /* line 7, ../sass/home.scss */ .carrusel .carousel-indicators { position: absolute; bottom: 10px; right: 30px; z-index: 15; width: 10px; padding-left:...
0.2587
0.046335
body{font-size:14px;background:#fff;margin:0; padding:0; outline:0;} .header{} .nav { font-family: 'Arvo', serif; background: #000; max-width: 100%; height: 37px; margin-left: 680px; margin-top: 15px; } .nav ul { margin:0; padding:0; list-style:none; } .nav ul li { float: left; text-align: left; } .nav ul l...
style.css
body{font-size:14px;background:#fff;margin:0; padding:0; outline:0;} .header{} .nav { font-family: 'Arvo', serif; background: #000; max-width: 100%; height: 37px; margin-left: 680px; margin-top: 15px; } .nav ul { margin:0; padding:0; list-style:none; } .nav ul li { float: left; text-align: left; } .nav ul l...
0.292696
0.055158
.html { height: 100%; } .body { min-height: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .address { margin: 0; font-style: normal; } .blockquote { margin: 0; } .button { -webkit-box-sizing: border-box; display: inline-block; box-sizing: border-box; padding: 0; ...
nondestructive-reset.css
.html { height: 100%; } .body { min-height: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .address { margin: 0; font-style: normal; } .blockquote { margin: 0; } .button { -webkit-box-sizing: border-box; display: inline-block; box-sizing: border-box; padding: 0; ...
0.402275
0.06389
.widget{ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; width: 240px; height: 172px; position: relative; } div#widget { margin-bottom: 40px; } .inboxsdk__sidebar { height: 100% !important; min-height: 1000px !important; } ...
style.css
.widget{ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; width: 240px; height: 172px; position: relative; } div#widget { margin-bottom: 40px; } .inboxsdk__sidebar { height: 100% !important; min-height: 1000px !important; } ...
0.362518
0.075312
* { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; height: 100vh; flex-flow: column; font-size: 18px; font-family: 'Ropa Sans', sans-serif; } .header { background: #352D4D; color: #92E0A9; height: 5rem; display: flex; flex-direction: row; ...
funcionesEstadisticas/estadistica.css
* { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; height: 100vh; flex-flow: column; font-size: 18px; font-family: 'Ropa Sans', sans-serif; } .header { background: #352D4D; color: #92E0A9; height: 5rem; display: flex; flex-direction: row; ...
0.542379
0.111822
.modal, .contentContainer { display: none; position: absolute; top: 30px; left: 50%; width: 360px; margin-left: -205px; padding: 0px 24px 20px; background: #ffffff; border-radius: 10px; /*border: 1px solid #cccccc;*/ box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.6); z-index:...
www/css/modal.css
.modal, .contentContainer { display: none; position: absolute; top: 30px; left: 50%; width: 360px; margin-left: -205px; padding: 0px 24px 20px; background: #ffffff; border-radius: 10px; /*border: 1px solid #cccccc;*/ box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.6); z-index:...
0.341253
0.057256
position: fixed; top: 0%; right: 0%; bottom: 0%; left: 0%; z-index: -1; } #timeout, #colortime, #refresh { position: absolute; left: 25%; z-index: 4; } #sub { position: absolute; left: 5%; z-index: 4; } .ui-widget-content { text-align: center; } .ui-dialog .ui-dial...
mvp/djfulcrum/static/djfulcrum/map.css
position: fixed; top: 0%; right: 0%; bottom: 0%; left: 0%; z-index: -1; } #timeout, #colortime, #refresh { position: absolute; left: 25%; z-index: 4; } #sub { position: absolute; left: 5%; z-index: 4; } .ui-widget-content { text-align: center; } .ui-dialog .ui-dial...
0.234582
0.094469
body,html { width:100%; height:100%; margin:0; padding:0; font-family: Verdana; } #map { background:#CCCCCC; top:0; left:0; bottom:0; right:316px; position:absolute; border-right:solid 1px #000000; } /* Added by ddiotte Nov. 19, 2015*/ #checkboxes { position: absolute; top: 30px; right: 350px...
css/map.css
body,html { width:100%; height:100%; margin:0; padding:0; font-family: Verdana; } #map { background:#CCCCCC; top:0; left:0; bottom:0; right:316px; position:absolute; border-right:solid 1px #000000; } /* Added by ddiotte Nov. 19, 2015*/ #checkboxes { position: absolute; top: 30px; right: 350px...
0.255715
0.062991
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("tieba.baidu.com") { a, a:visited { color: #CCC } .wrap1, .skin_normal .wrap1 { background-color: #2D2D2D; color: #CCC } .skin_normal .wrap2 { background: transparent } .content { background: transparent; border: 0 } .page-con...
data/usercss/109695.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("tieba.baidu.com") { a, a:visited { color: #CCC } .wrap1, .skin_normal .wrap1 { background-color: #2D2D2D; color: #CCC } .skin_normal .wrap2 { background: transparent } .content { background: transparent; border: 0 } .page-con...
0.382026
0.122917
* { padding: 0; margin: 0; box-sizing: border-box; list-style: none; font-family: 'Poppins', sans-serif; } body { background: #0DC0C0; } .resume_body { min-height: 100vh; width: 66.6%; margin: 2rem auto; display: grid; grid-template-columns: repeat(7, 1fr); word-break: break-word; } .left_sid...
style.css
* { padding: 0; margin: 0; box-sizing: border-box; list-style: none; font-family: 'Poppins', sans-serif; } body { background: #0DC0C0; } .resume_body { min-height: 100vh; width: 66.6%; margin: 2rem auto; display: grid; grid-template-columns: repeat(7, 1fr); word-break: break-word; } .left_sid...
0.587825
0.103612
.fl, .flot_gauche { float: left; } /*.flot_gauche sert pour le zCode */ .fr, .flot_droite { float: right;} /*.flot_droite sert pour le zCode */ .dnone{ display: none; } .dinline{ display: inline; } .dblock{ display: block; } .orange, .couleur_valid { color: #EC7600; } .noir { color: black; } .marron { color: maroon...
assets/zcode.css
.fl, .flot_gauche { float: left; } /*.flot_gauche sert pour le zCode */ .fr, .flot_droite { float: right;} /*.flot_droite sert pour le zCode */ .dnone{ display: none; } .dinline{ display: inline; } .dblock{ display: block; } .orange, .couleur_valid { color: #EC7600; } .noir { color: black; } .marron { color: maroon...
0.510496
0.150185
.question{ padding-bottom: 10px; } .question-box{ } .question-header{ } .question-header-hide-show-button{ position: relative; top: 50%; } .question-content{ font-size: 16px; padding: 10px; } .question-footer-btns{ } .question-footer{ padding-top: 0px; padding-bottom: 0px; } .question-footer-react...
public/css/question-box.css
.question{ padding-bottom: 10px; } .question-box{ } .question-header{ } .question-header-hide-show-button{ position: relative; top: 50%; } .question-content{ font-size: 16px; padding: 10px; } .question-footer-btns{ } .question-footer{ padding-top: 0px; padding-bottom: 0px; } .question-footer-react...
0.294418
0.118385
@-webkit-keyframes slide-in-bottom { 0% { -webkit-transform: translateY(1000px); transform: translateY(1000px); opacity: 0; } 100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } } @-webkit-keyframes slide-ou...
bldc/public/css/acess.css
@-webkit-keyframes slide-in-bottom { 0% { -webkit-transform: translateY(1000px); transform: translateY(1000px); opacity: 0; } 100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } } @-webkit-keyframes slide-ou...
0.295636
0.052473
.page-header.navbar{ direction:ltr; } .page-header.navbar .page-logo{ direction: ltr; float: left; /* width: 195px !important; */ } @media screen and (max-width:992px){ .page-header.navbar .page-logo{ float: left; width: 195px !important; } } .page-header.navbar .menu-toggler...
public/assets/css/custom-ltr.css
.page-header.navbar{ direction:ltr; } .page-header.navbar .page-logo{ direction: ltr; float: left; /* width: 195px !important; */ } @media screen and (max-width:992px){ .page-header.navbar .page-logo{ float: left; width: 195px !important; } } .page-header.navbar .menu-toggler...
0.23231
0.114467
html,body { height: 100%; width: 100% } .slider { height: 100%; width: 100%; position: relative; transition: transform linear 0.5s; } .slider > div { position: absolute; height: 100%; width: 100%; transition: all linear 0.5s; display: flex; display: -webkit-flex; tex...
assets/style.css
html,body { height: 100%; width: 100% } .slider { height: 100%; width: 100%; position: relative; transition: transform linear 0.5s; } .slider > div { position: absolute; height: 100%; width: 100%; transition: all linear 0.5s; display: flex; display: -webkit-flex; tex...
0.380644
0.095898
html { box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; font-size: 14px; } .nav-list { display: flex; justify-content: flex-end; align-items: center; } .list-item { margin-left: 20px; list-style: none; } .nav-link { color: rgb(112, 108, 108); text-decoration: none; } .list-item...
submissions/yulyasystem/html-css-pop-up/style.css
html { box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; font-size: 14px; } .nav-list { display: flex; justify-content: flex-end; align-items: center; } .list-item { margin-left: 20px; list-style: none; } .nav-link { color: rgb(112, 108, 108); text-decoration: none; } .list-item...
0.445047
0.077973
.calendar { height : 110px; overflow : hidden; position : relative; box-sizing : content-box; } .calendar.stretch { /* 手机性能问题 -webkit-animation : stretchCalendar 500ms steps(14) 1; */ height : 290px; } @-webkit-keyframes stretchCalendar { from { height : 110px; } to { height : 285px; } } .calendar .cal...
www/common/css/time.css
.calendar { height : 110px; overflow : hidden; position : relative; box-sizing : content-box; } .calendar.stretch { /* 手机性能问题 -webkit-animation : stretchCalendar 500ms steps(14) 1; */ height : 290px; } @-webkit-keyframes stretchCalendar { from { height : 110px; } to { height : 285px; } } .calendar .cal...
0.200793
0.101812
a:active,a:focus {outline:0;} table.contentpaneopen {width:100%;} li.sigFreeClear {clear:both;float:none!important;height:0!important;line-height:0!important;border:none!important;background:none!important;width:auto;margin:0!important;padding:0!important;} /* Container */ ul.sigFreeClassic {margin:8px auto!important;...
src/joomla/plugins/content/jw_sig/jw_sig/tmpl/Classic/css/template.css
a:active,a:focus {outline:0;} table.contentpaneopen {width:100%;} li.sigFreeClear {clear:both;float:none!important;height:0!important;line-height:0!important;border:none!important;background:none!important;width:auto;margin:0!important;padding:0!important;} /* Container */ ul.sigFreeClassic {margin:8px auto!important;...
0.279238
0.096323
@font-face { font-family: 'FuturisCyrillic'; src: url('../fonts/futuriscyrillic.eot'); src: url('../fonts/futuriscyrillic.eot') format('embedded-opentype'), url('../fonts/futuriscyrillic.woff2') format('woff2'), url('../fonts/futuriscyrillic.woff') format('woff'), url('../fonts/futuriscyrillic.ttf') format('tr...
public/css/styles-main.css
@font-face { font-family: 'FuturisCyrillic'; src: url('../fonts/futuriscyrillic.eot'); src: url('../fonts/futuriscyrillic.eot') format('embedded-opentype'), url('../fonts/futuriscyrillic.woff2') format('woff2'), url('../fonts/futuriscyrillic.woff') format('woff'), url('../fonts/futuriscyrillic.ttf') format('tr...
0.237664
0.038575
body { background-image: url(https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcoolbackgrounds.io%2Fimages%2Fbackgrounds%2Fblack%2Fblack-trianglify-b6181ec2.jpg&f=1&nofb=1); background-size: cover; background-attachment: fixed; background-repeat: no-repeat; max-width: 100%; overflow-x:...
css/index.css
body { background-image: url(https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcoolbackgrounds.io%2Fimages%2Fbackgrounds%2Fblack%2Fblack-trianglify-b6181ec2.jpg&f=1&nofb=1); background-size: cover; background-attachment: fixed; background-repeat: no-repeat; max-width: 100%; overflow-x:...
0.731634
0.207696
body, html { margin: 0; height: 100%; background-color: whitesmoke; font-family: "Century Gothic"; } * { font-family: "Century Gothic"; } a { text-decoration: none; color: white; } ::-webkit-scrollbar { width: 2px; } ::-webkit-scrollbar-thumb { border-width: 1px 1px 1px 2px; ...
public/css/main.css
body, html { margin: 0; height: 100%; background-color: whitesmoke; font-family: "Century Gothic"; } * { font-family: "Century Gothic"; } a { text-decoration: none; color: white; } ::-webkit-scrollbar { width: 2px; } ::-webkit-scrollbar-thumb { border-width: 1px 1px 1px 2px; ...
0.46952
0.079139
|| CSS TABLE CONTENT || ======================================= ======================================= 1. GENERAL ======================================= ======================================= 2. HEADING & TITLE ======================================= ======================================= 3. TEXT & PARAGRA...
MediaStore/technical_media/css/style/File_style.css
|| CSS TABLE CONTENT || ======================================= ======================================= 1. GENERAL ======================================= ======================================= 2. HEADING & TITLE ======================================= ======================================= 3. TEXT & PARAGRA...
0.478773
0.137735
body{ font-family: 'Manjari', sans-serif; color: #15203B; font-size: 14px; background-image: linear-gradient(179deg, #8C9EC0 20%, #dfdfdf 30%); background-position: center; } h2 { text-align: center; font-family: 'Manjari', sans-serif; font-size: 16px; color:#15203B; margin: 0; } ...
public/css/additem.css
body{ font-family: 'Manjari', sans-serif; color: #15203B; font-size: 14px; background-image: linear-gradient(179deg, #8C9EC0 20%, #dfdfdf 30%); background-position: center; } h2 { text-align: center; font-family: 'Manjari', sans-serif; font-size: 16px; color:#15203B; margin: 0; } ...
0.298287
0.088112
* For browsers who knows media queries */ /*** start copy of https://moodle.org/plugins/view.php?plugin=theme_standard_fluid ***/ @media screen and (max-width : 1200px) { #page-content{ min-width: 320px; /* 900px; */ } } /************** 2 Column **************/ @media screen and (min-width:541px) a...
moodle/theme/simple/style/fluid.css
* For browsers who knows media queries */ /*** start copy of https://moodle.org/plugins/view.php?plugin=theme_standard_fluid ***/ @media screen and (max-width : 1200px) { #page-content{ min-width: 320px; /* 900px; */ } } /************** 2 Column **************/ @media screen and (min-width:541px) a...
0.543106
0.061621
body { background-image: url('https://images.unsplash.com/photo-1492892132812-a00a8b245c45?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80'); background-repeat: no-repeat; background-size: cover; background-position: center; min-height: 100vh; ba...
todo/style.css
body { background-image: url('https://images.unsplash.com/photo-1492892132812-a00a8b245c45?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80'); background-repeat: no-repeat; background-size: cover; background-position: center; min-height: 100vh; ba...
0.486088
0.141875
.verticalTree * { margin: 0; padding: 0; } .verticalTree { display: table; } .verticalTree ul { padding-top: 20px; position: relative; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; } .verticalTree li { float: left; text-align: center; list-...
Heatmap/makeTree.css
.verticalTree * { margin: 0; padding: 0; } .verticalTree { display: table; } .verticalTree ul { padding-top: 20px; position: relative; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; } .verticalTree li { float: left; text-align: center; list-...
0.527073
0.116136
body{ padding-right: 0px !important; } .help-inline { color: red !important; background-color: #FFF; } .field_title{ font-size: 13px; font-family:Arial; width: 300px; margin-top: 10px } .form_error{ font-size: 13px; font-family:Arial; color:red; font-style:italic } .form-grou...
assets/portal-side/css/custom.css
body{ padding-right: 0px !important; } .help-inline { color: red !important; background-color: #FFF; } .field_title{ font-size: 13px; font-family:Arial; width: 300px; margin-top: 10px } .form_error{ font-size: 13px; font-family:Arial; color:red; font-style:italic } .form-grou...
0.386185
0.096068
@charset "UTF-8"; /*网格系统*/ /* * @param {array} 支持生成多个类 */ /* line 6, ../../sass/sass/page/salary.scss */ .pageTitle .tolead { border: 1px solid #f77f3b; color: #f77f3b; } /* line 11, ../../sass/sass/page/salary.scss */ .salaryList .pageSearch { line-height: 36px; } /* line 13, ../../sass/sass/page/salary.scs...
Application/static/Home/css/page/salary.css
@charset "UTF-8"; /*网格系统*/ /* * @param {array} 支持生成多个类 */ /* line 6, ../../sass/sass/page/salary.scss */ .pageTitle .tolead { border: 1px solid #f77f3b; color: #f77f3b; } /* line 11, ../../sass/sass/page/salary.scss */ .salaryList .pageSearch { line-height: 36px; } /* line 13, ../../sass/sass/page/salary.scs...
0.128717
0.037503
------------------------------------------------ Page Menu -----------------------------------------------------------------*/ #page-menu, #page-menu-wrap { position: relative; height: 44px; line-height: 44px; text-shadow: 1px 1px 1px rgba(0,0,0,0.1); } #page-menu-wrap { z-index: 99; background-color: #1ABC9C;...
public/css/imports/header.css
------------------------------------------------ Page Menu -----------------------------------------------------------------*/ #page-menu, #page-menu-wrap { position: relative; height: 44px; line-height: 44px; text-shadow: 1px 1px 1px rgba(0,0,0,0.1); } #page-menu-wrap { z-index: 99; background-color: #1ABC9C;...
0.269806
0.03359
body{ overflow: hidden; } #player{ float: left; display: inline-block; height: 100%; width: 50%; } #playlist{ height: 450px; float: right; display: inline-block; border: solid; width: 47%; overflow-y: scroll; } #playlist table{ table-layout: fixed; width: 100%; font-size: 11px; } #pl...
app/css/mainStyles.css
body{ overflow: hidden; } #player{ float: left; display: inline-block; height: 100%; width: 50%; } #playlist{ height: 450px; float: right; display: inline-block; border: solid; width: 47%; overflow-y: scroll; } #playlist table{ table-layout: fixed; width: 100%; font-size: 11px; } #pl...
0.261142
0.044639
* { margin: 0; padding: 0; box-sizing: border-box; } img { display: block; max-width: 100%; height: auto; } picture { display: block; } a { display: block; } .container { min-width: 320px; max-width: 960px; margin: 0 auto; } ul { list-style: none; } .header { ba...
module-09-classwork/css/styles.css
* { margin: 0; padding: 0; box-sizing: border-box; } img { display: block; max-width: 100%; height: auto; } picture { display: block; } a { display: block; } .container { min-width: 320px; max-width: 960px; margin: 0 auto; } ul { list-style: none; } .header { ba...
0.515132
0.118564
body { font-family: 'Avenir LT Std'; overflow-x: hidden; } a { color: #4a90e2; } .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full...
src/assets/css/main.css
body { font-family: 'Avenir LT Std'; overflow-x: hidden; } a { color: #4a90e2; } .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full...
0.496338
0.101189
@font-face { font-family: font; src: url(hywh_thin.ttf); } html, body, #map { height: 100%; } .leaflet-control-layers-expanded { padding: 0px; margin: 0px; width: 260px; } .leaflet-control-layers { position: absolute; top: 0; /* right: 0px; */ right: -1000px; } /* 地图筛选器样式 */ .hd...
paimonmap/css/test.css
@font-face { font-family: font; src: url(hywh_thin.ttf); } html, body, #map { height: 100%; } .leaflet-control-layers-expanded { padding: 0px; margin: 0px; width: 260px; } .leaflet-control-layers { position: absolute; top: 0; /* right: 0px; */ right: -1000px; } /* 地图筛选器样式 */ .hd...
0.237664
0.108566
.gridrow { width: 100%; margin: 0 auto; } .lista { width: 75.6px; height: 107px; flex-grow: 0; margin: 0 31.4px 0 0; } .product-card1 { position: relative; background-color: none; } .navZippy { width: 100px; height: 14px; margin: 0 37px 0 0; font-family: CentraNo2; font-size: 12px; font-w...
css/_shopcart.css
.gridrow { width: 100%; margin: 0 auto; } .lista { width: 75.6px; height: 107px; flex-grow: 0; margin: 0 31.4px 0 0; } .product-card1 { position: relative; background-color: none; } .navZippy { width: 100px; height: 14px; margin: 0 37px 0 0; font-family: CentraNo2; font-size: 12px; font-w...
0.375592
0.094218
@font-face{ src: url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap'); font-family: 'Poppins', sans-serif; } html{ margin: 0; font-family: 'Poppins', sans-serif; } body{ margin: 0; width: 100vw; height: 100vh; background-color: #EEFCFA; } .back{ displa...
css/index.css
@font-face{ src: url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap'); font-family: 'Poppins', sans-serif; } html{ margin: 0; font-family: 'Poppins', sans-serif; } body{ margin: 0; width: 100vw; height: 100vh; background-color: #EEFCFA; } .back{ displa...
0.409339
0.087837
body{ background-image: url("img/bgimage.jpg") ; background-size:100%; } /*changes the header background color*/ .navbar-custom{ background-color:#000; } .navbar-custom .navbar-brand{ color:#BA0303; } /*changes the color of the links in the header*/ .navbar-custom .nav-link{ c...
client_side/style.css
body{ background-image: url("img/bgimage.jpg") ; background-size:100%; } /*changes the header background color*/ .navbar-custom{ background-color:#000; } .navbar-custom .navbar-brand{ color:#BA0303; } /*changes the color of the links in the header*/ .navbar-custom .nav-link{ c...
0.330147
0.054651
.vc_row-full-width.row_overlay, .vc_row.row_overlay,.themesflat-hover .item-hover { position: relative; } .themesflat_enable_slider { position: relative; } .vc_row-full-width .row_overlay, .vc_row .row_overlay { width: 100%; height: 100%; left: 0; top: 0; position: absolute;...
public/wp-content/plugins/themesflat/assets/css/shortcodes.css
.vc_row-full-width.row_overlay, .vc_row.row_overlay,.themesflat-hover .item-hover { position: relative; } .themesflat_enable_slider { position: relative; } .vc_row-full-width .row_overlay, .vc_row .row_overlay { width: 100%; height: 100%; left: 0; top: 0; position: absolute;...
0.397938
0.077832
* { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: Ubuntu, 'times new roman', times, roman, serif; } /* flex styles */ .d_flex { display: flex; align-items: center; justify-content: space-between; } .reverse { flex-direction: column; } /* text colors and font size*/ .available...
style.css
* { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: Ubuntu, 'times new roman', times, roman, serif; } /* flex styles */ .d_flex { display: flex; align-items: center; justify-content: space-between; } .reverse { flex-direction: column; } /* text colors and font size*/ .available...
0.432303
0.111628
.topmatter { /* display: none*/ } .title-box { display: flex; } .title-box .title-box-left img { width: 5.0rem; /*height: 6.0rem;*/ } .title-box .title-box-right { padding: 0.5rem; } p.package-version { color: gray; font-size: .435rem; font-weight: bold; } p.package-version::befo...
AXE-Profile.instrdst/Contents/Documentation/package-doc.css
.topmatter { /* display: none*/ } .title-box { display: flex; } .title-box .title-box-left img { width: 5.0rem; /*height: 6.0rem;*/ } .title-box .title-box-right { padding: 0.5rem; } p.package-version { color: gray; font-size: .435rem; font-weight: bold; } p.package-version::befo...
0.472927
0.080937
html{color:#000;background:#FFF;} legend{color:#000;} table{border-collapse:collapse;border-spacing:0;} fieldset,img{border:0;} abbr,acronym{border:0;font-variant:normal;} q:before,q:after{content:'';} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} del,ins{text-decoration:none;} li{list-style:none;} body,div,dl,...
bugle_project/static/css/main.css
html{color:#000;background:#FFF;} legend{color:#000;} table{border-collapse:collapse;border-spacing:0;} fieldset,img{border:0;} abbr,acronym{border:0;font-variant:normal;} q:before,q:after{content:'';} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} del,ins{text-decoration:none;} li{list-style:none;} body,div,dl,...
0.290377
0.085289
@charset "UTF-8"; @font-face { font-family: "idroid"; src: url(fontes/idroid.otf); } body{ font-family: Arial, Helvetica, sans-serif; background-color: #84e1ad; margin: 0px; } header{ background-image: linear-gradient(to bottom, #3CD782, #175231); height: 152px; margin: 0px; box-sh...
desafios/m2d010/style.css
@charset "UTF-8"; @font-face { font-family: "idroid"; src: url(fontes/idroid.otf); } body{ font-family: Arial, Helvetica, sans-serif; background-color: #84e1ad; margin: 0px; } header{ background-image: linear-gradient(to bottom, #3CD782, #175231); height: 152px; margin: 0px; box-sh...
0.404272
0.114517
body { font-family: 'Josefin Sans', sans-serif; } /* Estilo Vista Monitor */ .contenedorPrincipal { margin-top: 80px; margin-top: 153px; } .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-...
css/index.css
body { font-family: 'Josefin Sans', sans-serif; } /* Estilo Vista Monitor */ .contenedorPrincipal { margin-top: 80px; margin-top: 153px; } .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-...
0.236164
0.047847
*{ box-sizing: border-box; font-family: 'Tomorrow'; } html, body{ display: flex; flex-direction: column; font-weight: bold; margin:0; max-height: 100%; background-color: darkgray; } .headline{ display: flex; width: 100%; max-height: 100px; color: white...
genius/src/style.css
*{ box-sizing: border-box; font-family: 'Tomorrow'; } html, body{ display: flex; flex-direction: column; font-weight: bold; margin:0; max-height: 100%; background-color: darkgray; } .headline{ display: flex; width: 100%; max-height: 100px; color: white...
0.513181
0.055797
html, body { height: 100%; /* Hides scroll bar */ overflow: auto; } body { overflow: auto; } .rightpane { overflow-y: scroll; } .columns.panes { /* Always display flex, even on mobile, not std Bulma setting */ display: flex; height: 100%; } .wrapper { height: 100%; display: flex;...
client/static/custom.css
html, body { height: 100%; /* Hides scroll bar */ overflow: auto; } body { overflow: auto; } .rightpane { overflow-y: scroll; } .columns.panes { /* Always display flex, even on mobile, not std Bulma setting */ display: flex; height: 100%; } .wrapper { height: 100%; display: flex;...
0.486819
0.078325
.width-full { -ms-flex-positive: 1; flex-grow: 1; } body, html { color: #FAFAFA; font-family: 'Roboto', sans-serif; } .display-4, h1 { font-weight: 300; } @media (min-width: 1200px) { .display-4, h1 { font-size: 112.99999995px; } } @media (min-width: 1580px) { .display-4, h1 { font-size:...
dist/css/form.min.css
.width-full { -ms-flex-positive: 1; flex-grow: 1; } body, html { color: #FAFAFA; font-family: 'Roboto', sans-serif; } .display-4, h1 { font-weight: 300; } @media (min-width: 1200px) { .display-4, h1 { font-size: 112.99999995px; } } @media (min-width: 1580px) { .display-4, h1 { font-size:...
0.330903
0.097219
color: #fff; border: #BD5D38; font-size: 20px; font: bold; } .btn-outline-warning{ border: #BD5D38 solid 2px; } .myinfo{ font: bold; font-size: 20px; } #info{ margin-top: 10px; text-decoration: none; color: #8A99AA; } .card{ margin-bottom: 10px; animation: card 0.5s cubi...
css/style.css
color: #fff; border: #BD5D38; font-size: 20px; font: bold; } .btn-outline-warning{ border: #BD5D38 solid 2px; } .myinfo{ font: bold; font-size: 20px; } #info{ margin-top: 10px; text-decoration: none; color: #8A99AA; } .card{ margin-bottom: 10px; animation: card 0.5s cubi...
0.299925
0.095941
@-moz-keyframes charlieeee { from { background-position:top left; } to {background-position:top right; } } @-webkit-keyframes charlieeee { from { background-position:top left; } to { background-position:top right; } } @-o-keyframes charlieeee { from { background-position:top left; } to { background...
static/css/rainbows.css
@-moz-keyframes charlieeee { from { background-position:top left; } to {background-position:top right; } } @-webkit-keyframes charlieeee { from { background-position:top left; } to { background-position:top right; } } @-o-keyframes charlieeee { from { background-position:top left; } to { background...
0.401453
0.137041
body{ font-family: 'Open Sans',sans-serif; text-shadow: rgba(0,0,0,.01) 0 0 1px; background-color:lightgray; margin:0; } a{ color: #000; } a:hover{ color: #000; } .code { background-color: #d2d2d2; border-radius: 3px; padding: 1px; } .editPostButton { color: block; float: left; ...
web/css/style.css
body{ font-family: 'Open Sans',sans-serif; text-shadow: rgba(0,0,0,.01) 0 0 1px; background-color:lightgray; margin:0; } a{ color: #000; } a:hover{ color: #000; } .code { background-color: #d2d2d2; border-radius: 3px; padding: 1px; } .editPostButton { color: block; float: left; ...
0.24608
0.048926
p.break { font-family: Arial, Helvetica, sans-serif; font-size: 80%; border-top: thin solid silver; color: gray; } tei-byline { display: block; text-align: center; } tei-closer { display: block; } tei-closer>tei-salute { display: block; } tei-closer>tei-signed { display: block; text-align: right; } ...
tei_preview_lrbs/css/tei.css
p.break { font-family: Arial, Helvetica, sans-serif; font-size: 80%; border-top: thin solid silver; color: gray; } tei-byline { display: block; text-align: center; } tei-closer { display: block; } tei-closer>tei-salute { display: block; } tei-closer>tei-signed { display: block; text-align: right; } ...
0.300232
0.085327
.jloading { background: rgb(98, 135, 172); border-bottom-color: rgb(83, 119, 157); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(83, 119, 157); border-left-style: solid; border-left-width: 1px; color: white; filter: alpha(opacity = 70); left...
biapp-frs-web/target/biapp-frs-web/css/classics/temp/template.css
.jloading { background: rgb(98, 135, 172); border-bottom-color: rgb(83, 119, 157); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(83, 119, 157); border-left-style: solid; border-left-width: 1px; color: white; filter: alpha(opacity = 70); left...
0.456652
0.153264
.border_radius_4 { -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; } .border_radius_5 { -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; } .border_radius_6 { -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; } ...
theme/frontend/default/style/default/css/common.css
.border_radius_4 { -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; } .border_radius_5 { -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; } .border_radius_6 { -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; } ...
0.173113
0.080285
.table > tbody > tr > td, .table > thead > tr > th{ vertical-align: middle; } .actions a, .actions i{ color: #fff!important; } div.user-action .btn{ margin: 5px!important; } .input-large { width: 383px!important; } .select2-container--bootstrap .select2-results__group{ background-color: #eee; ...
public/assets/layouts/layout/css/custom_bak.css
.table > tbody > tr > td, .table > thead > tr > th{ vertical-align: middle; } .actions a, .actions i{ color: #fff!important; } div.user-action .btn{ margin: 5px!important; } .input-large { width: 383px!important; } .select2-container--bootstrap .select2-results__group{ background-color: #eee; ...
0.299208
0.092442
@import"reset.css"; @import"grid.css"; @import url(http://fonts.googleapis.com/css?family=Noto+Sans); /* Getting the new tags to behave */ article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video { ...
instrukcija/css/style.css
@import"reset.css"; @import"grid.css"; @import url(http://fonts.googleapis.com/css?family=Noto+Sans); /* Getting the new tags to behave */ article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video { ...
0.205615
0.042842
.page-intro { height: 200px; } .page-intro h1 { font-size: 30px; line-height: 1.2em; color: #333; } .page-intro h5 { font-weight: 400; } #user-image { height: 215px; border-radius: 50%; margin-top: -210px; float: right; } .user-data { padding-top: 50px; } .user-data i { f...
web/bundles/hub/css/logged.css
.page-intro { height: 200px; } .page-intro h1 { font-size: 30px; line-height: 1.2em; color: #333; } .page-intro h5 { font-weight: 400; } #user-image { height: 215px; border-radius: 50%; margin-top: -210px; float: right; } .user-data { padding-top: 50px; } .user-data i { f...
0.175538
0.085862
.adm-block { display: block; width: 99%; border-radius: 6px; padding-left: 10px; margin-bottom: 1em; border: 1px solid; border-left-width: 4px; box-shadow: 2px 2px 6px #cdcdcd; } .adm-heading { display: block; font-weight: bold; font-size: 0.9em; height: 1.8em; paddi...
flexmark-ext-admonition/src/main/resources/admonition.css
.adm-block { display: block; width: 99%; border-radius: 6px; padding-left: 10px; margin-bottom: 1em; border: 1px solid; border-left-width: 4px; box-shadow: 2px 2px 6px #cdcdcd; } .adm-heading { display: block; font-weight: bold; font-size: 0.9em; height: 1.8em; paddi...
0.557604
0.202089
*{ margin: 0; padding: 0; /*避免点击a标签或者注册了click事件的元素时产生高亮*/ -webkit-tap-highlight-color:rgba(255,255,255,0); /*阻止长按图片之后呼出菜单提示复制的行为 -webkit-touch-callout:none; */ } html{ font-size: calc(100vw/7.5); } body{ font-size: 0.28rem; } body,html{ font-family: "Microsoft YaHei"; background: #f5f5f5; wi...
css/zy_common.css
*{ margin: 0; padding: 0; /*避免点击a标签或者注册了click事件的元素时产生高亮*/ -webkit-tap-highlight-color:rgba(255,255,255,0); /*阻止长按图片之后呼出菜单提示复制的行为 -webkit-touch-callout:none; */ } html{ font-size: calc(100vw/7.5); } body{ font-size: 0.28rem; } body,html{ font-family: "Microsoft YaHei"; background: #f5f5f5; wi...
0.197328
0.036118
:root{ --column-width: 280px; --wide-column-width: 384px; --gutter: 32px; --content-width: calc(var(--column-width)*4 + var(--gutter)*3); --light-dark: #333; --strong-dark: #222; --gradient-golden: linear-gradient(90deg, goldenrod, rgb(233, 139, 17)); --gradient-dark: linear-gradient(167deg, #222, #0...
woeclipse/static/css/navbar.css
:root{ --column-width: 280px; --wide-column-width: 384px; --gutter: 32px; --content-width: calc(var(--column-width)*4 + var(--gutter)*3); --light-dark: #333; --strong-dark: #222; --gradient-golden: linear-gradient(90deg, goldenrod, rgb(233, 139, 17)); --gradient-dark: linear-gradient(167deg, #222, #0...
0.512205
0.108945
@font-face { font-family: 'Century Gothic'; src: url('../font/Century-Gothic.eot') format('embedded-opentype'); /* IE9 Compat Modes */ src: url('../font/Century-Gothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/Century-Gothic.woff') format('woff'), /* Modern Browsers */ url('../font/Cent...
public/css/style.css
@font-face { font-family: 'Century Gothic'; src: url('../font/Century-Gothic.eot') format('embedded-opentype'); /* IE9 Compat Modes */ src: url('../font/Century-Gothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/Century-Gothic.woff') format('woff'), /* Modern Browsers */ url('../font/Cent...
0.262086
0.049108
@import url("https://p.typekit.net/p.css?s=1&k=sfe7mtq&ht=tk&f=34664.34666.40444.40446.40448&a=12969165&app=typekit&e=css"); @font-face { font-family:"halyard-display"; src:url("https://use.typekit.net/af/25d0fd/00000000000000003b9b224d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=...
public/template/img/paule_files/sfe7mtq.css
@import url("https://p.typekit.net/p.css?s=1&k=sfe7mtq&ht=tk&f=34664.34666.40444.40446.40448&a=12969165&app=typekit&e=css"); @font-face { font-family:"halyard-display"; src:url("https://use.typekit.net/af/25d0fd/00000000000000003b9b224d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=...
0.342901
0.160727
@font-face { font-family: "Flaticon"; src: url("flaticon.eot"); src: url("flaticon.eot#iefix") format("embedded-opentype"), url("flaticon.woff") format("woff"), url("flaticon.ttf") format("truetype"), url("flaticon.svg") format("svg"); font-weight: normal; font-style: normal; } [class^="flaticon-"]:before, [cla...
app/assets/svg/birthday-party/flaticon.css
@font-face { font-family: "Flaticon"; src: url("flaticon.eot"); src: url("flaticon.eot#iefix") format("embedded-opentype"), url("flaticon.woff") format("woff"), url("flaticon.ttf") format("truetype"), url("flaticon.svg") format("svg"); font-weight: normal; font-style: normal; } [class^="flaticon-"]:before, [cla...
0.332744
0.360095
.contact-button{ position: fixed; right: 100px; top: 50%; transform: translateY(-50%); z-index: 3; } .contact-button a{ display: block; width: 100px; height: 100px; } .contact-button a img{ width: 100%; } /*联系我们结束*/ .video{ overflow: hidden; position: relative; } .video_mask{ position: absolute;...
dist/css/index.css
.contact-button{ position: fixed; right: 100px; top: 50%; transform: translateY(-50%); z-index: 3; } .contact-button a{ display: block; width: 100px; height: 100px; } .contact-button a img{ width: 100%; } /*联系我们结束*/ .video{ overflow: hidden; position: relative; } .video_mask{ position: absolute;...
0.336876
0.071397
========================================================================== */ html, body { background-image: linear-gradient(to right, #222233, #243b55 ); font-size: 15px; color: #565656; width: 100%; padding: 0; margin-left: 0; margin-right: 0; font-family: 'roboto', sans-serif; ...
full-page/assets/css/style.css
========================================================================== */ html, body { background-image: linear-gradient(to right, #222233, #243b55 ); font-size: 15px; color: #565656; width: 100%; padding: 0; margin-left: 0; margin-right: 0; font-family: 'roboto', sans-serif; ...
0.402275
0.06885
@font-face { font-family: 'Open Sans Light'; src: url('../fonts/OpenSans-Light.ttf'); src: url('../fonts/OpenSans-Light.ttf') format('truetype'); } @font-face { font-family: 'Open Sans Regular'; src: url('../fonts/OpenSans-Regular.ttf'); src: url('../fonts/OpenSans-Regular.ttf') format('truetyp...
css/main.css
@font-face { font-family: 'Open Sans Light'; src: url('../fonts/OpenSans-Light.ttf'); src: url('../fonts/OpenSans-Light.ttf') format('truetype'); } @font-face { font-family: 'Open Sans Regular'; src: url('../fonts/OpenSans-Regular.ttf'); src: url('../fonts/OpenSans-Regular.ttf') format('truetyp...
0.376509
0.089097
body { margin: 0px; background: #A9A9A9; } footer { background: #A9A9A9; height: 100px; } nav { background-color: #696969; height: 55px; } nav ul { background-color: #696969; } a { display: inline-block; text-decoration: none; color: white; padding: 10px; font-family: sans-ser...
css.css
body { margin: 0px; background: #A9A9A9; } footer { background: #A9A9A9; height: 100px; } nav { background-color: #696969; height: 55px; } nav ul { background-color: #696969; } a { display: inline-block; text-decoration: none; color: white; padding: 10px; font-family: sans-ser...
0.287168
0.040465
body{ font-family: Rokkitt,Rockwell; padding:0; margin:0; font-size: 15px; -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; } input, select, textarea, button{font-family:inherit;} h1,h2,h3, .title{ text-align: center; marg...
CharacterSheet.css
body{ font-family: Rokkitt,Rockwell; padding:0; margin:0; font-size: 15px; -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; } input, select, textarea, button{font-family:inherit;} h1,h2,h3, .title{ text-align: center; marg...
0.202325
0.049428
body { background-color: #000000 !important; color: #fdfdfd !important; } .info { background-color: #FFFFCC; border: 1px solid #FFFF00; padding: 3px; margin-bottom: 3px; margin-top: 3px; color: #000000; } .success { background-color: #CCFF99; border: 1px solid #336600; paddi...
annotationweb/static/annotationweb/style_dark.css
body { background-color: #000000 !important; color: #fdfdfd !important; } .info { background-color: #FFFFCC; border: 1px solid #FFFF00; padding: 3px; margin-bottom: 3px; margin-top: 3px; color: #000000; } .success { background-color: #CCFF99; border: 1px solid #336600; paddi...
0.314577
0.087798
* { margin:0; padding:0; } .mod:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } div.clearBox { clear:both; } body { font-family:"Helvetica Neue", Arial, sans-serif; font-weight:300; color:#333; } a { text-decoration:none; } a img { ...
src/main/webapp/static/css/equivalence.css
* { margin:0; padding:0; } .mod:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } div.clearBox { clear:both; } body { font-family:"Helvetica Neue", Arial, sans-serif; font-weight:300; color:#333; } a { text-decoration:none; } a img { ...
0.40592
0.118411
*{ padding:0px; margin:0px; } body{ width:100%; height:100%; margin:auto; box-shadow:10px 10x 40px grey } header{ border-bottom:1px solid #133783; height:82px; background:#415e9b; } .header-block{ width:992px; margin:0 auto; padding-top:20px; } .logo{ width:50%; float:left; } .face...
Facebook/dalpat.css
*{ padding:0px; margin:0px; } body{ width:100%; height:100%; margin:auto; box-shadow:10px 10x 40px grey } header{ border-bottom:1px solid #133783; height:82px; background:#415e9b; } .header-block{ width:992px; margin:0 auto; padding-top:20px; } .logo{ width:50%; float:left; } .face...
0.167151
0.049382
@-ms-viewport { width: device-width; } @media screen and (max-width: 480px) { html, body { min-width: 320px; } } html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { background: #1b1f22; } body.is-preload *, body.is-preload *:before, body.is-preload *:after { ...
public/assets/css/layout/xsmall.css
@-ms-viewport { width: device-width; } @media screen and (max-width: 480px) { html, body { min-width: 320px; } } html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { background: #1b1f22; } body.is-preload *, body.is-preload *:before, body.is-preload *:after { ...
0.499268
0.064624
@font-face { font-family: 'icomoon'; src: url('fonts/icomoon%EF%B9%96sxs35a.eot'); src: url('fonts/icomoon%EF%B9%96sxs35a.eot#iefix') format('embedded-opentype'), url('fonts/icomoon%EF%B9%96sxs35a.ttf') format('truetype'), url('fonts/icomoon%EF%B9%96sxs35a.woff') format('woff'), url('fonts/icomoon%E...
public/assets/vendors/icomoon-icons/style.css
@font-face { font-family: 'icomoon'; src: url('fonts/icomoon%EF%B9%96sxs35a.eot'); src: url('fonts/icomoon%EF%B9%96sxs35a.eot#iefix') format('embedded-opentype'), url('fonts/icomoon%EF%B9%96sxs35a.ttf') format('truetype'), url('fonts/icomoon%EF%B9%96sxs35a.woff') format('woff'), url('fonts/icomoon%E...
0.274254
0.10711
.main-div{ color:white; user-select:none; height: 100%; overflow: auto; } .header{ display: flex; justify-content: center; }.header h1{ min-height: 100px; font-family: 'Merriweather Sans', sans-serif; font-size: 5em; padding-top: 10px; margin-top: 25px; margin-bottom: 10px; color: #44c767;...
ngKnowSong/src/app/component/game-history/game-history.component.css
.main-div{ color:white; user-select:none; height: 100%; overflow: auto; } .header{ display: flex; justify-content: center; }.header h1{ min-height: 100px; font-family: 'Merriweather Sans', sans-serif; font-size: 5em; padding-top: 10px; margin-top: 25px; margin-bottom: 10px; color: #44c767;...
0.383872
0.075653
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, ...
src/styles/styles.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.397237
0.068506
.container { margin: 0 auto; width: 90%; } .section-divider { width: 100%; } /* HEADER */ header { display: flex; flex-direction: row; justify-content: space-between; } h1 { font-size: 2.5em; font-family: 'Yellowtail', cursive; } h2 { font-family: 'Nova Mono', monospace; ...
style.css
.container { margin: 0 auto; width: 90%; } .section-divider { width: 100%; } /* HEADER */ header { display: flex; flex-direction: row; justify-content: space-between; } h1 { font-size: 2.5em; font-family: 'Yellowtail', cursive; } h2 { font-family: 'Nova Mono', monospace; ...
0.268654
0.051368
body { background: #333; /* overflow: hidden;*/ } #app { background: blue; width: 100%; height: 100%; min-height: 100%; position: absolute; } #header { background: black; color: white; /* position: fixed;*/ width: 100%; } #header #logo { padding: 10px 10px 5px; } #cont...
static/css/ux-design.css
body { background: #333; /* overflow: hidden;*/ } #app { background: blue; width: 100%; height: 100%; min-height: 100%; position: absolute; } #header { background: black; color: white; /* position: fixed;*/ width: 100%; } #header #logo { padding: 10px 10px 5px; } #cont...
0.404978
0.060114
display: none; position: fixed; bottom: 20px; right: 10px; z-index: 99; font-size: 15px; border: none; outline: none; background-color: rgb(73, 9, 223); color: white; cursor: pointer; padding: 15px; height:50px; width:55px; border-radius: 10px; } #myBt...
project/static/assets/css/style.css
display: none; position: fixed; bottom: 20px; right: 10px; z-index: 99; font-size: 15px; border: none; outline: none; background-color: rgb(73, 9, 223); color: white; cursor: pointer; padding: 15px; height:50px; width:55px; border-radius: 10px; } #myBt...
0.311008
0.102979
@import url("https://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope|Special+Elite|Work+Sans:500"); /* Pips Pool */ @import url(https://chainsawxiv.github.io/DST/common/css/csx_exalted_common.css); div.ds_aithanir_brimstone .pips_pool { position: relative; z-index: 2; float: right; top: 3px; height:...
sheets/aithanir_brimstone/styles/sheet.css
@import url("https://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope|Special+Elite|Work+Sans:500"); /* Pips Pool */ @import url(https://chainsawxiv.github.io/DST/common/css/csx_exalted_common.css); div.ds_aithanir_brimstone .pips_pool { position: relative; z-index: 2; float: right; top: 3px; height:...
0.408631
0.199678
@-webkit-keyframes spinner{0% { -webkit-transform: rotate(0deg); }50% { -webkit-transform: rotate(180deg); }100% { -webkit-transform: rotate(360deg); }} @-webkit-keyframes loading{0% { -webkit-transform: rotate(0deg); }50% { -webkit-transform: rotate(180deg); }100% { -webkit-transform: rotate(360deg); }} #e_popup_mask...
style/public.css
@-webkit-keyframes spinner{0% { -webkit-transform: rotate(0deg); }50% { -webkit-transform: rotate(180deg); }100% { -webkit-transform: rotate(360deg); }} @-webkit-keyframes loading{0% { -webkit-transform: rotate(0deg); }50% { -webkit-transform: rotate(180deg); }100% { -webkit-transform: rotate(360deg); }} #e_popup_mask...
0.296756
0.052303
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); #details-page { padding-top: 60px; padding-bottom: 50px; box-shadow: 0px 0px 10px 2px rgb(111, 44, 122); } #details-page>h1 { font-size: 44px; text-align: center; color: white; margin-top: -1em; margin-bottom:...
JS-WEB/exams/art-gallery/src/static/css/details.css
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); #details-page { padding-top: 60px; padding-bottom: 50px; box-shadow: 0px 0px 10px 2px rgb(111, 44, 122); } #details-page>h1 { font-size: 44px; text-align: center; color: white; margin-top: -1em; margin-bottom:...
0.325199
0.086864
body { color:#333!important; font-family: 'Montserrat', sans-serif!important; font-size:13px!important; background:#fff !important; } h1, h2, h3, h4, h5, p, ul, li { margin:0px!important; padding:0px!important; } a { color:#333!important; cursor:pointer; text-decoration:none!important; } a:active { box-shadow...
frontend/css/custom_styles.css
body { color:#333!important; font-family: 'Montserrat', sans-serif!important; font-size:13px!important; background:#fff !important; } h1, h2, h3, h4, h5, p, ul, li { margin:0px!important; padding:0px!important; } a { color:#333!important; cursor:pointer; text-decoration:none!important; } a:active { box-shadow...
0.237841
0.042206
@import url('https://fonts.googleapis.com/css?family=Amiri:700'); @import url('https://fonts.googleapis.com/css?family=Open+Sans'); html, body { height: 100%; font-family: Amiri; } html[dir="rtl"]{ font-family: 'Amiri', serif; } .wrap { min-height: 100%; height: auto; margin: 0 auto -60px; ...
frontend/web/css/site.css
@import url('https://fonts.googleapis.com/css?family=Amiri:700'); @import url('https://fonts.googleapis.com/css?family=Open+Sans'); html, body { height: 100%; font-family: Amiri; } html[dir="rtl"]{ font-family: 'Amiri', serif; } .wrap { min-height: 100%; height: auto; margin: 0 auto -60px; ...
0.409103
0.088426
.carousel,.carousel .carousel-inner,.carousel .carousel-inner .active,.carousel .carousel-inner .carousel-item,.view,body,html{height:100%}.navbar{background-color:rgba(0,0,0,.2)}.page-footer,.top-nav-collapse{background-color:#1C2331}@media only screen and (max-width:768px){.navbar{background-color:#1C2331}} .flip-c...
css/style.min.css
.carousel,.carousel .carousel-inner,.carousel .carousel-inner .active,.carousel .carousel-inner .carousel-item,.view,body,html{height:100%}.navbar{background-color:rgba(0,0,0,.2)}.page-footer,.top-nav-collapse{background-color:#1C2331}@media only screen and (max-width:768px){.navbar{background-color:#1C2331}} .flip-c...
0.283087
0.076511
*{margin: 0; padding: 0; border: 0; outline: 0;} html, body { height: 100%; /*Prevent highlight/selection on drag*/ user-select: none; } body { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif; color: #3F4A62; background-color: #ECF0F3; display: flex...
style.css
*{margin: 0; padding: 0; border: 0; outline: 0;} html, body { height: 100%; /*Prevent highlight/selection on drag*/ user-select: none; } body { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif; color: #3F4A62; background-color: #ECF0F3; display: flex...
0.276593
0.073596