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
.nimpic { position: relative; display: block; background-repeat: no-repeat; background-size: cover; background-position: center; overflow: hidden; text-indent: -1000px; background-color: #ccc; transition: height 0.5s ease-in-out; min-height: 100px; /* Careful not to use height, a...
src/nimblepic.css
.nimpic { position: relative; display: block; background-repeat: no-repeat; background-size: cover; background-position: center; overflow: hidden; text-indent: -1000px; background-color: #ccc; transition: height 0.5s ease-in-out; min-height: 100px; /* Careful not to use height, a...
0.506591
0.079746
* { -moz-box-sizing: border-box; box-sizing: border-box; } html { height: 100%; scroll-behavior: smooth; } body { min-height: 100%; margin: 0; position: relative; padding-bottom: 7rem; } h1, p { text-align: center; } h2, h3{ text-align: center; te...
public/css/style.css
* { -moz-box-sizing: border-box; box-sizing: border-box; } html { height: 100%; scroll-behavior: smooth; } body { min-height: 100%; margin: 0; position: relative; padding-bottom: 7rem; } h1, p { text-align: center; } h2, h3{ text-align: center; te...
0.419886
0.060696
div.emp_modal .modal-header{ background: rgba(0, 0, 0, 0.21); text-align: center; border-radius: 6px; } ul#eticsoftMP_cardList { margin:0; } div.emp_modal .modal-content{ background-color: #ffffffe6; text-align: center; border-radius: .6rem; } div.emp_modal .modal-body{ background-color: #ffffff...
views/css/masterpass.css
div.emp_modal .modal-header{ background: rgba(0, 0, 0, 0.21); text-align: center; border-radius: 6px; } ul#eticsoftMP_cardList { margin:0; } div.emp_modal .modal-content{ background-color: #ffffffe6; text-align: center; border-radius: .6rem; } div.emp_modal .modal-body{ background-color: #ffffff...
0.346541
0.095518
@charset "utf-8"; /*LME 实现了左边栏菜单,菜单中有些链接,*/ /*这些链接大多是根据一级标题来生成的。*/ /*这个边栏可以在 Markdown 文件中以注释的方式指定,*/ /*也可以在“Html 编译选项”中指定强制编译。*/ /*但前提是当前文档中必须存在一级标题(H1)。*/ #left_menu { margin: 0; /*取消外间距*/ padding: 0; /*取消内间距*/ position...
adaptor-ftdc/doc/html/menu_dark.css
@charset "utf-8"; /*LME 实现了左边栏菜单,菜单中有些链接,*/ /*这些链接大多是根据一级标题来生成的。*/ /*这个边栏可以在 Markdown 文件中以注释的方式指定,*/ /*也可以在“Html 编译选项”中指定强制编译。*/ /*但前提是当前文档中必须存在一级标题(H1)。*/ #left_menu { margin: 0; /*取消外间距*/ padding: 0; /*取消内间距*/ position...
0.160727
0.0704
@charset "UTF-8"; @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: url('../fonts/roboto-v15-latin-regular.eot'); /* IE9 Compat Modes */ src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-I...
src/shared/primeng/primeng-master/showcase/resources/css/site.css
@charset "UTF-8"; @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: url('../fonts/roboto-v15-latin-regular.eot'); /* IE9 Compat Modes */ src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-I...
0.209874
0.071332
Author: 8cr14mov Purpose: Darken, blend, and clean Rarbg to facilitate a more satisfying user experience. */ @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("rarbg.to") { body { background: #17181A !important; color: #797979; } * { border: none !important; } td.he...
data/usercss/132236.user.css
Author: 8cr14mov Purpose: Darken, blend, and clean Rarbg to facilitate a more satisfying user experience. */ @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("rarbg.to") { body { background: #17181A !important; color: #797979; } * { border: none !important; } td.he...
0.334263
0.140366
@import "../mixins/_focus.css"; @import "../mixins/_shadow.css"; :root { --ck-widget-outline-thickness: 3px; --ck-widget-handler-icon-size: 16px; --ck-widget-handler-animation-duration: 200ms; --ck-widget-handler-animation-curve: ease; --ck-color-widget-blurred-border: hsl(0, 0%, 87%); --ck-color-widget-hover-b...
packages/ckeditor5-theme-lark/theme/ckeditor5-widget/widget.css
@import "../mixins/_focus.css"; @import "../mixins/_shadow.css"; :root { --ck-widget-outline-thickness: 3px; --ck-widget-handler-icon-size: 16px; --ck-widget-handler-animation-duration: 200ms; --ck-widget-handler-animation-curve: ease; --ck-color-widget-blurred-border: hsl(0, 0%, 87%); --ck-color-widget-hover-b...
0.580828
0.076236
a, a:focus, a:hover { color: #fff; } /* Custom default button */ .btn-default { color: #fff; text-shadow: none; /* Prevent inheritence from `body` */ background-color: transparent; border: 2px solid #fff; border-radius: 20px; padding: 0.5rem 2rem; } .btn-default:hover, .btn-default:focus { backgroun...
styles/main.css
a, a:focus, a:hover { color: #fff; } /* Custom default button */ .btn-default { color: #fff; text-shadow: none; /* Prevent inheritence from `body` */ background-color: transparent; border: 2px solid #fff; border-radius: 20px; padding: 0.5rem 2rem; } .btn-default:hover, .btn-default:focus { backgroun...
0.507324
0.066146
@-moz-document url-prefix("https://www.google.com"), url-prefix("http://www.google.com"), url-prefix("https://www.google.co.il"), url-prefix("https://www.google.co.uk"), url-prefix("https://www.google.ru"), url-prefix("http://www.google.co.il"), url-prefix("http://www.google.co.uk"), url-prefix("http://www.google.ru"),...
data/usercss/197697.user.css
@-moz-document url-prefix("https://www.google.com"), url-prefix("http://www.google.com"), url-prefix("https://www.google.co.il"), url-prefix("https://www.google.co.uk"), url-prefix("https://www.google.ru"), url-prefix("http://www.google.co.il"), url-prefix("http://www.google.co.uk"), url-prefix("http://www.google.ru"),...
0.290578
0.334943
@font-face{ src: url("../fuentes/ballpark.ttf"); font-family: "ballpark"; } @font-face{ src: url("../fuentes/dayrom.eot"); font-family: "dayrom"; } body{ background-color: bisque; } #cabecera{ border: transparent; width: 999px; height: 150px; } h1{ font-family: "ballpark"; } #malet...
CSS/PracticaObligatoria.css
@font-face{ src: url("../fuentes/ballpark.ttf"); font-family: "ballpark"; } @font-face{ src: url("../fuentes/dayrom.eot"); font-family: "dayrom"; } body{ background-color: bisque; } #cabecera{ border: transparent; width: 999px; height: 150px; } h1{ font-family: "ballpark"; } #malet...
0.210198
0.083367
--- extension: css filter: erb layout: nil # no layout color: background: "#FFFFFF" foreground: "#000000" border: "#ddd" header: "#d00d1e" # header: "#111111" # link: "#125AA7" link: "#d00d1e" link-hover: "#000" blockquote: "#666" box-bg: "#eee" highlight...
www/content/css/site.css
--- extension: css filter: erb layout: nil # no layout color: background: "#FFFFFF" foreground: "#000000" border: "#ddd" header: "#d00d1e" # header: "#111111" # link: "#125AA7" link: "#d00d1e" link-hover: "#000" blockquote: "#666" box-bg: "#eee" highlight...
0.316581
0.10793
body { font-size:16px; } .App { text-align: left; } h3 { font-weight:normal !important; } .hidden-li { list-style: none; padding-left:0px; } .no-underline { text-decoration: none; } .app-theme-choices li { padding:10px 0; } .narrow-screen { display:none; } .app-title { font-size:1em; } .app-t...
src/App.css
body { font-size:16px; } .App { text-align: left; } h3 { font-weight:normal !important; } .hidden-li { list-style: none; padding-left:0px; } .no-underline { text-decoration: none; } .app-theme-choices li { padding:10px 0; } .narrow-screen { display:none; } .app-title { font-size:1em; } .app-t...
0.565299
0.081046
=========================================== */ @font-face { font-family: "Noto Serif"; src: url("src/NotoSerifJP-Medium.woff") format("woff"), url("src/NotoSerifJP-Medium.otf") format("opentype"); font-weight: normal; font-style : normal; } @font-face { font-family: "Noto Sans"; src: url("src/NotoSans...
data/others/plugin/tempura_theme_dark/css/others.css
=========================================== */ @font-face { font-family: "Noto Serif"; src: url("src/NotoSerifJP-Medium.woff") format("woff"), url("src/NotoSerifJP-Medium.otf") format("opentype"); font-weight: normal; font-style : normal; } @font-face { font-family: "Noto Sans"; src: url("src/NotoSans...
0.36625
0.10393
table.jCalendar { border: 1px solid #383838; background: #aaa; border-collapse: separate; border-spacing: 0; width: 100%; } table.jCalendar th { background-color: #f5f5f5; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #ececec)); background-image: -webkit-...
assets/datepicker/styles/datePicker.css
table.jCalendar { border: 1px solid #383838; background: #aaa; border-collapse: separate; border-spacing: 0; width: 100%; } table.jCalendar th { background-color: #f5f5f5; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #ececec)); background-image: -webkit-...
0.290276
0.200851
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600&display=swap'); * { box-sizing: content-box; padding: 0; margin: 0; } body { height: 100vh; width: 100vw; background-image: url("images/bg-pattern-desktop.svg"); background-repeat: no-repeat; background-size: cover; }...
style.css
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600&display=swap'); * { box-sizing: content-box; padding: 0; margin: 0; } body { height: 100vh; width: 100vw; background-image: url("images/bg-pattern-desktop.svg"); background-repeat: no-repeat; background-size: cover; }...
0.337749
0.086016
.sns-board-page .sns-top-group .fui-cell { padding:.3rem; } .sns-board-page .sns-top-group:before{ display: none; } .sns-board-page .sns-top-group .fui-cell:after { display: none; } .sns-board-page .sns-top-group .fui-cell .fui-cell-info { font-size:0.65rem; } .sns-board-page .fui-card{ margin:.5rem ...
addons/ewei_shopv2/plugin/sns/template/mobile/default/images/common.css
.sns-board-page .sns-top-group .fui-cell { padding:.3rem; } .sns-board-page .sns-top-group:before{ display: none; } .sns-board-page .sns-top-group .fui-cell:after { display: none; } .sns-board-page .sns-top-group .fui-cell .fui-cell-info { font-size:0.65rem; } .sns-board-page .fui-card{ margin:.5rem ...
0.530723
0.045058
html { font-size: 62.5%; background-color: #ddd1c1; } h2 { font-size: 3.2rem; } h3 { font-size: 2.8rem; } h4 { font-size: 1.5rem; } h1 { font-size: 3.6rem; } .NavBar { display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 100%; margin: 0% auto; padding...
css/index.css
html { font-size: 62.5%; background-color: #ddd1c1; } h2 { font-size: 3.2rem; } h3 { font-size: 2.8rem; } h4 { font-size: 1.5rem; } h1 { font-size: 3.6rem; } .NavBar { display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 100%; margin: 0% auto; padding...
0.533884
0.103612
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after { top: 8px; bottom: auto; font-family: "Google Roboto"; } .table-tools .btn-group { margin-...
app-ui/src/main/webapp/themes/bootstrap-material-design/css/bootstrap.mod.css
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after { top: 8px; bottom: auto; font-family: "Google Roboto"; } .table-tools .btn-group { margin-...
0.389895
0.137475
@charset 'UTF-8';body{font-family:Adobe Clean UI,Myriad Pro,Arial,sans-serif;font-size:12pt;margin:0;padding:0;} body *{line-height:150%;} form,#searching_message,.loadSearch,#mnemonic,#searchbar,#content_wrapper{font-size:67%;} h1.contentHead{font-size:79%;} div#content_wrapper div dl,div#content_wrapper div div,div#c...
specs/as3-language-reference/chcsearchlight.css
@charset 'UTF-8';body{font-family:Adobe Clean UI,Myriad Pro,Arial,sans-serif;font-size:12pt;margin:0;padding:0;} body *{line-height:150%;} form,#searching_message,.loadSearch,#mnemonic,#searchbar,#content_wrapper{font-size:67%;} h1.contentHead{font-size:79%;} div#content_wrapper div dl,div#content_wrapper div div,div#c...
0.130106
0.034068
.effeckt-page-transition.effeckt-page-transition-animating { visibility: visible; } .animation-delay-100 { -webkit-animation-delay: 0.1s; -o-animation-delay: 0.1s; animation-delay: 0.1s; } .animation-delay-180 { -webkit-animation-delay: 0.18s; -o-animation-delay: 0.18s; animation-delay: 0.18s; } .anima...
css/modules/page-transitions.autoprefixed.css
.effeckt-page-transition.effeckt-page-transition-animating { visibility: visible; } .animation-delay-100 { -webkit-animation-delay: 0.1s; -o-animation-delay: 0.1s; animation-delay: 0.1s; } .animation-delay-180 { -webkit-animation-delay: 0.18s; -o-animation-delay: 0.18s; animation-delay: 0.18s; } .anima...
0.533397
0.08292
* { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } body { width: 100%; height: 100%; position: relative; font-family: "Varela Round"; } .dFlex, nav, nav ul, .main_content, .main_content .card, .main_content .card .card_header, .btn, .footer, .footer .social, ....
src/App.css
* { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } body { width: 100%; height: 100%; position: relative; font-family: "Varela Round"; } .dFlex, nav, nav ul, .main_content, .main_content .card, .main_content .card .card_header, .btn, .footer, .footer .social, ....
0.334155
0.042503
div.floating-action-menu > .action-menu { visibility: hidden; transform: translateY(65px); opacity: 0; max-height: 0; overflow: hidden; transition: all 300ms linear; /* background-color: black; */ padding: 5px 0px 5px 5px; /*top,right,bottom,left*/ } div.floating-action-menu.active > .action-menu { v...
html/script/css/floatingActionMenu.css
div.floating-action-menu > .action-menu { visibility: hidden; transform: translateY(65px); opacity: 0; max-height: 0; overflow: hidden; transition: all 300ms linear; /* background-color: black; */ padding: 5px 0px 5px 5px; /*top,right,bottom,left*/ } div.floating-action-menu.active > .action-menu { v...
0.248808
0.071461
#admin{width:390px;height:288px;margin: 50px auto;} #login #logo{display:block;width: 400px;height: 100px;background:url(../images/login.png) no-repeat left top;margin:0 auto;} #logo h1{display:none;} .login_form .user, .login_form .password{width:40px;height:40px;float:left;} .login_form p{width:386px;margin:30px auto...
admin/style.css
#admin{width:390px;height:288px;margin: 50px auto;} #login #logo{display:block;width: 400px;height: 100px;background:url(../images/login.png) no-repeat left top;margin:0 auto;} #logo h1{display:none;} .login_form .user, .login_form .password{width:40px;height:40px;float:left;} .login_form p{width:386px;margin:30px auto...
0.1679
0.070272
* { margin: 0; padding: 0; text-decoration: none; color: inherit; } body { width: 100%; min-width: 1080px; font-family: "Poppins", sans-serif; } .section-aboutus { width: 100%; height: 700px; background: linear-gradient(180deg, #151531 0%, #421a92 100%); background-po...
public/css/aboutus.css
* { margin: 0; padding: 0; text-decoration: none; color: inherit; } body { width: 100%; min-width: 1080px; font-family: "Poppins", sans-serif; } .section-aboutus { width: 100%; height: 700px; background: linear-gradient(180deg, #151531 0%, #421a92 100%); background-po...
0.61115
0.099208
.tab {height: 35px; margin:10px 0 0 0;background:#eee;border-bottom: 1px solid #d7dde6;} .tab ul{ height: 35px;} .tab ul li{ float:left; height:30px; border: 1px solid #d7dde6; background: #f6f6f6; font-size: 14px; line-height: 30px; margin: 4px 0 0 10px; display: inline; cursor: pointer; white-space: nowrap ; pad...
public/Public/static/weixin/css/cymain.css
.tab {height: 35px; margin:10px 0 0 0;background:#eee;border-bottom: 1px solid #d7dde6;} .tab ul{ height: 35px;} .tab ul li{ float:left; height:30px; border: 1px solid #d7dde6; background: #f6f6f6; font-size: 14px; line-height: 30px; margin: 4px 0 0 10px; display: inline; cursor: pointer; white-space: nowrap ; pad...
0.250271
0.182899
@import url(https://fonts.googleapis.com/css?family=Lobster|Raleway); .app { background: #fafffd; color: #342e37; font: 400 1rem/1 "Raleway", sans-serif; min-height: 100vh; } .app__header { background: #342e37; left: 0; margin: 0 auto; padding: 1.25rem 0; position: fi...
src/containers/App.css
@import url(https://fonts.googleapis.com/css?family=Lobster|Raleway); .app { background: #fafffd; color: #342e37; font: 400 1rem/1 "Raleway", sans-serif; min-height: 100vh; } .app__header { background: #342e37; left: 0; margin: 0 auto; padding: 1.25rem 0; position: fi...
0.277963
0.059565
.formErrors, .formErrorsDisplay { color: red; border: 1px solid red; } .formErrors { background: #fee; display: none; } .fielderror { border: 1px solid red; background: #fee; } .fielderror-msg { color: #f44167; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { c...
www/css/main.css
.formErrors, .formErrorsDisplay { color: red; border: 1px solid red; } .formErrors { background: #fee; display: none; } .fielderror { border: 1px solid red; background: #fee; } .fielderror-msg { color: #f44167; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { c...
0.273866
0.083778
.link-preview-container { display: inline-block; position: relative; } .link-preview-container img { display: none; position: absolute; object-fit: cover; border-radius: 2px; top: 1.5em; left: calc(50% - 200px); width: 400px; height: 300px; z-index: 9; border: 1px solid ...
themes/notion.css
.link-preview-container { display: inline-block; position: relative; } .link-preview-container img { display: none; position: absolute; object-fit: cover; border-radius: 2px; top: 1.5em; left: calc(50% - 200px); width: 400px; height: 300px; z-index: 9; border: 1px solid ...
0.534855
0.096408
.stage, .stage .picture-wrapper .picture { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } body { margin: 0; } .stage { background-color: #DAD3D1; } .stage .picture-wrapper { position: absolute; top: 50%; left: 50%; width: 600px; height: 300px; transform: tran...
public/content/picture/style.css
.stage, .stage .picture-wrapper .picture { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } body { margin: 0; } .stage { background-color: #DAD3D1; } .stage .picture-wrapper { position: absolute; top: 50%; left: 50%; width: 600px; height: 300px; transform: tran...
0.549157
0.063511
input.add-remove[type=checkbox]{ display:none; } input.add-remove[type=checkbox] + label{ width:16px; height:16px; display:inline-block; position:relative; } input.add-remove[type=checkbox] + label:before { content:""; left: 50%; width: 10%; margin-left: -5%; position:absolute; z-index:-...
styles.css
input.add-remove[type=checkbox]{ display:none; } input.add-remove[type=checkbox] + label{ width:16px; height:16px; display:inline-block; position:relative; } input.add-remove[type=checkbox] + label:before { content:""; left: 50%; width: 10%; margin-left: -5%; position:absolute; z-index:-...
0.254139
0.062274
.u-section-1 { background-image: none; min-height: 822px; } .u-section-1 .u-shape-1 { width: calc(((100% - 1140px) / 2) + 595px); height: 831px; margin: 1px auto 0 0; } .u-section-1 .u-layout-wrap-1 { width: 1140px; margin: -746px auto 47px calc(((100% - 1140px) / 2) + -12px); } .u-section-1 .u-layout-...
public/About.css
.u-section-1 { background-image: none; min-height: 822px; } .u-section-1 .u-shape-1 { width: calc(((100% - 1140px) / 2) + 595px); height: 831px; margin: 1px auto 0 0; } .u-section-1 .u-layout-wrap-1 { width: 1140px; margin: -746px auto 47px calc(((100% - 1140px) / 2) + -12px); } .u-section-1 .u-layout-...
0.382718
0.08266
body{ background: #ecf0f4; } .mlr_15{ margin: 0px -15px; } @font-face { font-family: 'CoHeadlineW23-ArabicBold'; src: url('CoHeadlineW23ArabicBold.ttf'); } .ff-arabic{ font-family: "CoHeadlineW23-ArabicBold"!important; text-shadow: 0px 0px 0px rgba(0,0,0,0.3); } .ff-tahoma{ font-family: "Tahoma", Sans...
assets/lib/style.css
body{ background: #ecf0f4; } .mlr_15{ margin: 0px -15px; } @font-face { font-family: 'CoHeadlineW23-ArabicBold'; src: url('CoHeadlineW23ArabicBold.ttf'); } .ff-arabic{ font-family: "CoHeadlineW23-ArabicBold"!important; text-shadow: 0px 0px 0px rgba(0,0,0,0.3); } .ff-tahoma{ font-family: "Tahoma", Sans...
0.307254
0.102439
.blog-container { display: -webkit-flex; display: -ms-flexbox; display: flex; margin: 1rem; padding: 1rem; } .blog-listing { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; } .blog-container ul.blog-posts { display: -webkit-flex; display: -ms-flexbox; display: flex; -w...
react-blog-posts-redux/src/components/BlogPosts.css
.blog-container { display: -webkit-flex; display: -ms-flexbox; display: flex; margin: 1rem; padding: 1rem; } .blog-listing { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; } .blog-container ul.blog-posts { display: -webkit-flex; display: -ms-flexbox; display: flex; -w...
0.271155
0.052376
/* We set !important because sometimes static is added inline */ position: relative !important; padding-bottom: 92px; } .jetpack-sso .message { margin-top: 20px; } .jetpack-sso #login .message:first-child, .jetpack-sso #login h1 + .message { margin-top: 0; } .jetpack-sso-repositioned #loginform { padding-botto...
plugins/jetpack/modules/sso/jetpack-sso-login-rtl.css
/* We set !important because sometimes static is added inline */ position: relative !important; padding-bottom: 92px; } .jetpack-sso .message { margin-top: 20px; } .jetpack-sso #login .message:first-child, .jetpack-sso #login h1 + .message { margin-top: 0; } .jetpack-sso-repositioned #loginform { padding-botto...
0.247896
0.041269
.animation01{ position: absolute; width: 100%; height: 100%; } .border_box{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 15vw; height: 15vw; } .line{ display: block; position: absolute; right: 0; bottom: 0; background-color: #8...
css/splash.css
.animation01{ position: absolute; width: 100%; height: 100%; } .border_box{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 15vw; height: 15vw; } .line{ display: block; position: absolute; right: 0; bottom: 0; background-color: #8...
0.884258
0.141163
:root{ --primary-color: #321f28; --secondary-color: #734046; --tertiary-color: #a05344; --quaternary-color: #e79e4f; --title-size: 4rem; --subtitle-size: 2.2rem; --body-size: 1.8rem; --small-text-size: 1.4rem; } /* Establezco variables para utilizarlas mas adelante en la pagin...
codigo_comentado/style.css
:root{ --primary-color: #321f28; --secondary-color: #734046; --tertiary-color: #a05344; --quaternary-color: #e79e4f; --title-size: 4rem; --subtitle-size: 2.2rem; --body-size: 1.8rem; --small-text-size: 1.4rem; } /* Establezco variables para utilizarlas mas adelante en la pagin...
0.32306
0.219003
*, *::after, *::before { margin: 0; padding: 0; box-sizing: inherit; } html { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; box-sizing: border-box; scroll-behavior: smooth; } .nav-wrapper { background: #085394;...
playground/twindleco/Twindle-web-Teampage/style.css
*, *::after, *::before { margin: 0; padding: 0; box-sizing: inherit; } html { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; box-sizing: border-box; scroll-behavior: smooth; } .nav-wrapper { background: #085394;...
0.453988
0.066691
@font-face { font-family: 'HK-Grotesk'; src: url("./assets/HKGrotesk-Regular.otf") format('opentype'); } body, html{ width: 100%; height: 100%; margin: 0px; color: white; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvet...
style.css
@font-face { font-family: 'HK-Grotesk'; src: url("./assets/HKGrotesk-Regular.otf") format('opentype'); } body, html{ width: 100%; height: 100%; margin: 0px; color: white; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvet...
0.455925
0.097562
*, ::before, ::after { box-sizing: border-box; background-repeat: no-repeat; } ::before, ::after { vertical-align: inherit; text-decoration: inherit; } a:active, label:active { background-color: transparent; } html { font-size: 13px; word-break: break-word; cursor: default; font-family: -apple-syst...
release/site/0.1.x/.dist/css/luda-default.css
*, ::before, ::after { box-sizing: border-box; background-repeat: no-repeat; } ::before, ::after { vertical-align: inherit; text-decoration: inherit; } a:active, label:active { background-color: transparent; } html { font-size: 13px; word-break: break-word; cursor: default; font-family: -apple-syst...
0.413951
0.061059
a { color: #e87722; text-decoration: none; -webkit-transition: color 0.5s ease-out; -moz-transition: color 0.5s ease-out; -o-transition: color 0.5s ease-out; -ms-transition: color 0.5s ease-out; transition: color 0.5s ease-out; } a:visited { color: #e87722; } a:hover { color: #479dff; text...
main.css
a { color: #e87722; text-decoration: none; -webkit-transition: color 0.5s ease-out; -moz-transition: color 0.5s ease-out; -o-transition: color 0.5s ease-out; -ms-transition: color 0.5s ease-out; transition: color 0.5s ease-out; } a:visited { color: #e87722; } a:hover { color: #479dff; text...
0.25174
0.106877
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("http://www.google.com/notebook/"), url-prefix("http://google.com/notebook/") { /* removes all images of card edges, corners etc. */ .qa, .ra, .ua, .va, .wa, .na, .xa, .gb, .hb, .ib, .jb, .kb, .lb, .mb { background-image: none !import...
data/usercss/2149.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("http://www.google.com/notebook/"), url-prefix("http://google.com/notebook/") { /* removes all images of card edges, corners etc. */ .qa, .ra, .ua, .va, .wa, .na, .xa, .gb, .hb, .ib, .jb, .kb, .lb, .mb { background-image: none !import...
0.308815
0.074433
body{background:#f7f7f7;} /*基本资料*/ .mydata,.basicWrapp{margin:100px auto 40px auto;overflow:hidden;zoom:1;} .singleWrapper .mydata h3{text-align:center;} .mydata,.basicWrapp .basicForm,.bindaccount{background:#fff;border:1px solid #e0e0e0;border-radius:3px;padding:15px;} .basicWrapp h3,.farivate h3,.mydata h3{color:#30...
Public/css/basic.css
body{background:#f7f7f7;} /*基本资料*/ .mydata,.basicWrapp{margin:100px auto 40px auto;overflow:hidden;zoom:1;} .singleWrapper .mydata h3{text-align:center;} .mydata,.basicWrapp .basicForm,.bindaccount{background:#fff;border:1px solid #e0e0e0;border-radius:3px;padding:15px;} .basicWrapp h3,.farivate h3,.mydata h3{color:#30...
0.126003
0.052449
@font-face { font-family: "Sahitya-Regular"; src: url("/static/fonts/Sahitya-Regular.ttf") format("opentype"); } @font-face { font-family: "Sahitya-Bold"; src: url("/static/fonts/Sahitya-Bold.ttf") format("opentype"); font-weight: bold; } @font-face { font-family: 'Sansation'; src: url(/static/fonts/San...
static/styles/BasicStyle.css
@font-face { font-family: "Sahitya-Regular"; src: url("/static/fonts/Sahitya-Regular.ttf") format("opentype"); } @font-face { font-family: "Sahitya-Bold"; src: url("/static/fonts/Sahitya-Bold.ttf") format("opentype"); font-weight: bold; } @font-face { font-family: 'Sansation'; src: url(/static/fonts/San...
0.26693
0.06486
.dashboard #content { width: 500px; } .dashboard .module { margin-bottom: 3px; } .dashboard .module:last-child { margin-bottom: 0; } /* Dashboard Group Collapsible ------------------------------------------------------------------------------------------------------ */ .dashboard .group-collapsible { ...
grappelli/media/css/dashboard.css
.dashboard #content { width: 500px; } .dashboard .module { margin-bottom: 3px; } .dashboard .module:last-child { margin-bottom: 0; } /* Dashboard Group Collapsible ------------------------------------------------------------------------------------------------------ */ .dashboard .group-collapsible { ...
0.171928
0.111096
@charset "UTF-8"; .help-block { color: red; } #comic_user-error-character { margin-top: 5px; margin-bottom: 10px; color: red; } #comic_user-error-character-same { margin-top: 5px; margin-bottom: 10px; color: red; } .ajax_increase_quantity { height: 42px; background: transparent; box-shadow: none;...
public/theme/css/style.css
@charset "UTF-8"; .help-block { color: red; } #comic_user-error-character { margin-top: 5px; margin-bottom: 10px; color: red; } #comic_user-error-character-same { margin-top: 5px; margin-bottom: 10px; color: red; } .ajax_increase_quantity { height: 42px; background: transparent; box-shadow: none;...
0.311951
0.053354
body{ width: 960px; height: 100% } h1{ font-family: 'Indie Flower', cursive; font-size: 50px; margin: 20px; text-align: center; color: #00C1D4; text-transform: uppercase; padding: 20px; font-weight: bold; } h3{ font-family: 'Caveat', cursive; font-family: 'Indie Flower',...
css/page2new.css
body{ width: 960px; height: 100% } h1{ font-family: 'Indie Flower', cursive; font-size: 50px; margin: 20px; text-align: center; color: #00C1D4; text-transform: uppercase; padding: 20px; font-weight: bold; } h3{ font-family: 'Caveat', cursive; font-family: 'Indie Flower',...
0.577376
0.111048
html, body { height : 100%; margin : 0; padding : 0; overflow : hidden; } body { font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif; } /* ================================================== href ================================================== */ a { text-decoration : unde...
stub/editor/editor.css
html, body { height : 100%; margin : 0; padding : 0; overflow : hidden; } body { font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif; } /* ================================================== href ================================================== */ a { text-decoration : unde...
0.31321
0.099339
.mole-modal { display: none; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; padding: 0.5em 3em; background-color: rgba(0, 0, 0, 0.7); font-size: 0.9em; } .mole-modal p { margin: 0 0 0.5em 0; } .mole-title-chunks { position: relative; top: -8em; z-index: 1; margin: 0;...
style.css
.mole-modal { display: none; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; padding: 0.5em 3em; background-color: rgba(0, 0, 0, 0.7); font-size: 0.9em; } .mole-modal p { margin: 0 0 0.5em 0; } .mole-title-chunks { position: relative; top: -8em; z-index: 1; margin: 0;...
0.635901
0.124505
.users-av-wraper{ position: relative; width: 630px; min-height:100%; background: #f7f7f7; padding: 10px; overflow-x: hidden; overflow-y: auto; font-size:13px } .users-av-wraper > form > div{ position: relative; padding: 15px 0 0 15px } .users-av-wraper > form > div:first-child{ ...
public/css/users.css
.users-av-wraper{ position: relative; width: 630px; min-height:100%; background: #f7f7f7; padding: 10px; overflow-x: hidden; overflow-y: auto; font-size:13px } .users-av-wraper > form > div{ position: relative; padding: 15px 0 0 15px } .users-av-wraper > form > div:first-child{ ...
0.343452
0.07353
.feedbacks{ position: relative; z-index: 0; padding: 100px 0; min-width: $wrapper-width; } .feedbacks-list{ font-size: 0; cursor: move; padding: 0 100px; &__txt{ display: inline-block; vertical-align: middle; font-size: 20px; width: 500px; } &_...
generators/app/templates/src/css/modules/components/feedback.css
.feedbacks{ position: relative; z-index: 0; padding: 100px 0; min-width: $wrapper-width; } .feedbacks-list{ font-size: 0; cursor: move; padding: 0 100px; &__txt{ display: inline-block; vertical-align: middle; font-size: 20px; width: 500px; } &_...
0.605566
0.097347
* { box-sizing: border-box; font-family:'Times New Roman', Times, serif; } /* ====================================Known Talent Upper Section CCS==================================== */ .wave-container { background-size: cover; width: 100%; position: relative; overflow: hidden; min-height: 25vh; margin-bo...
css/talentknown.css
* { box-sizing: border-box; font-family:'Times New Roman', Times, serif; } /* ====================================Known Talent Upper Section CCS==================================== */ .wave-container { background-size: cover; width: 100%; position: relative; overflow: hidden; min-height: 25vh; margin-bo...
0.3512
0.086593
@import url("https://fonts.googleapis.com/css?family=Roboto:500"); .btn-share { --btn-color: #275efe; position: relative; padding: 16px 32px; font-family: Roboto, sans-serif; font-weight: 500; font-size: 16px; line-height: 1; color: white; background: none; border: none; outline: none;...
css/button.css
@import url("https://fonts.googleapis.com/css?family=Roboto:500"); .btn-share { --btn-color: #275efe; position: relative; padding: 16px 32px; font-family: Roboto, sans-serif; font-weight: 500; font-size: 16px; line-height: 1; color: white; background: none; border: none; outline: none;...
0.412294
0.064183
margin-top: 56px; } button { cursor: pointer; } .edit{ color: lightseagreen; } #sidebar-wrapper { min-height: 100vh; margin-left: -15rem; -webkit-transition: margin .25s ease-out; -moz-transition: margin .25s ease-out; -o-transition: margin .25s ease-out; transition: margin .25s ease-out...
public/css/student.css
margin-top: 56px; } button { cursor: pointer; } .edit{ color: lightseagreen; } #sidebar-wrapper { min-height: 100vh; margin-left: -15rem; -webkit-transition: margin .25s ease-out; -moz-transition: margin .25s ease-out; -o-transition: margin .25s ease-out; transition: margin .25s ease-out...
0.348313
0.060808
.wrap {padding-bottom: 30px;position: relative;} .dropdown-menu > li > a >span {margin-right: 5px;} /* 边栏 */ .side .list-text{line-height:30px} /* align the logout "link" (button in form) of the navbar */ .nav > li > form {padding: 8px;} .nav > li > form > button:hover {text-decoration: none;} @media(max-width:768p...
web/css/app.css
.wrap {padding-bottom: 30px;position: relative;} .dropdown-menu > li > a >span {margin-right: 5px;} /* 边栏 */ .side .list-text{line-height:30px} /* align the logout "link" (button in form) of the navbar */ .nav > li > form {padding: 8px;} .nav > li > form > button:hover {text-decoration: none;} @media(max-width:768p...
0.268749
0.052328
@tailwind base; @tailwind components; @tailwind utilities; @layer base { @font-face { font-family: 'Noto Sans Bengali', 'Siyam Rupali', 'Kalpurush', 'SolaimanLipi'; unicode-range: U+0980-09FF /* Bangla Range (source: http://www.unicode.org/charts/PDF/U0980.pdf) */ } } @layer utilities ...
src/tailwindcss/main.css
@tailwind base; @tailwind components; @tailwind utilities; @layer base { @font-face { font-family: 'Noto Sans Bengali', 'Siyam Rupali', 'Kalpurush', 'SolaimanLipi'; unicode-range: U+0980-09FF /* Bangla Range (source: http://www.unicode.org/charts/PDF/U0980.pdf) */ } } @layer utilities ...
0.591487
0.143487
body { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 0; } p { font-size: 1.3em; } #generators-container { float:left; width: 100%; margin-left: auto; margin-right: auto; } svg > path { fill: #fff; } .header { float: left; width: 100%; color: #fff; padding: 8px; padding-...
resources/public/css/style.css
body { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 0; } p { font-size: 1.3em; } #generators-container { float:left; width: 100%; margin-left: auto; margin-right: auto; } svg > path { fill: #fff; } .header { float: left; width: 100%; color: #fff; padding: 8px; padding-...
0.564579
0.076649
*{margin: 0; padding: 0;} body{ background-color: #9193ff; } #topo{ width: 100%; height: auto; } #imagem_center{ width: 250px; height: 200px; margin-left: 35em; margin-right: auto; align-items: center; } #menu{ list-style: none ; border: 1px solid rgb(0, 0, 0); float: left; padding-left: 4%; }...
Fatec/Primeiro_Semestre/Web_desenvolvimento/Aula_9_HTML/css/estilo.css
*{margin: 0; padding: 0;} body{ background-color: #9193ff; } #topo{ width: 100%; height: auto; } #imagem_center{ width: 250px; height: 200px; margin-left: 35em; margin-right: auto; align-items: center; } #menu{ list-style: none ; border: 1px solid rgb(0, 0, 0); float: left; padding-left: 4%; }...
0.336113
0.062388
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap"); :root { --primary: #028090; --secondary: #fafcff; --danger: #f45b69; --info: #114b5f; } body { font-family: "Poppins", sans-serif; } .rounded-8 { border-radius: 8px; } .background-home-50vh { background: url(/st...
static/css/styles.css
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap"); :root { --primary: #028090; --secondary: #fafcff; --danger: #f45b69; --info: #114b5f; } body { font-family: "Poppins", sans-serif; } .rounded-8 { border-radius: 8px; } .background-home-50vh { background: url(/st...
0.314261
0.08218
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap'); body{ margin: 0; padding: 0; box-sizing: border-box; font-family: "Montserrat", sans-serif; line-height: 1.75; } h1, h2 { font-weight: 700; margin: 0; padding: 5px; } h1 {font-size: 3rem; } h2 {te...
week1/resume.css
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap'); body{ margin: 0; padding: 0; box-sizing: border-box; font-family: "Montserrat", sans-serif; line-height: 1.75; } h1, h2 { font-weight: 700; margin: 0; padding: 5px; } h1 {font-size: 3rem; } h2 {te...
0.429908
0.110952
body{ background-color: #F1B157; } /* navigation bar */ .navbar-nav{ text-align: center; background-color: #8F1A24; box-shadow: 0px -20px 5px 20px #333333; padding: 10px; font-size: 0; position: sticky; z-index: 2; top:0; } .navbar-nav ul { margin: 0; padding-left: 0%; text-align: left; ...
public/css/style.css
body{ background-color: #F1B157; } /* navigation bar */ .navbar-nav{ text-align: center; background-color: #8F1A24; box-shadow: 0px -20px 5px 20px #333333; padding: 10px; font-size: 0; position: sticky; z-index: 2; top:0; } .navbar-nav ul { margin: 0; padding-left: 0%; text-align: left; ...
0.3027
0.065845
body { background: #FFF; font-family: 'Open Sans', Microsoft YaHei, Arial, Verdana, sans-serif; font-size: 18px; position: relative; } /* start templatemo page container */ @media (min-width: 768px) { .container { width: 700px; margin-top: 20px;} } @media (min-width: 992px) { .container { width: 900px; margin-to...
remote/Summary/AnnualSummary/resources/css/main.css
body { background: #FFF; font-family: 'Open Sans', Microsoft YaHei, Arial, Verdana, sans-serif; font-size: 18px; position: relative; } /* start templatemo page container */ @media (min-width: 768px) { .container { width: 700px; margin-top: 20px;} } @media (min-width: 992px) { .container { width: 900px; margin-to...
0.177241
0.042543
.Cal__Day__root { display: inline-block; box-sizing: border-box; width: 14.28571%; list-style: none; font-size: 16px; text-align: center; cursor: pointer; user-select: none; } .Cal__Day__root.Cal__Day__enabled.Cal__Day__highlighted, .Cal__Day__root.Cal__Day__enabled:active, .Cal__Day__root.Cal__Day__e...
styles.css
.Cal__Day__root { display: inline-block; box-sizing: border-box; width: 14.28571%; list-style: none; font-size: 16px; text-align: center; cursor: pointer; user-select: none; } .Cal__Day__root.Cal__Day__enabled.Cal__Day__highlighted, .Cal__Day__root.Cal__Day__enabled:active, .Cal__Day__root.Cal__Day__e...
0.597256
0.059129
* { margin: 0px; padding: 0px; list-style: none; text-decoration: none; color: black; } html { background-color: snow; } img { object-fit: contain; } /*헤더 시작*/ header { display: flex; flex-direction: column; } /*로그인 들어있는 div*/ .top { display: flex; background-color: coral; justify-content: flex...
public/css/index.css
* { margin: 0px; padding: 0px; list-style: none; text-decoration: none; color: black; } html { background-color: snow; } img { object-fit: contain; } /*헤더 시작*/ header { display: flex; flex-direction: column; } /*로그인 들어있는 div*/ .top { display: flex; background-color: coral; justify-content: flex...
0.210523
0.080466
body, html { min-height: 100%; height: 100%; margin: 0; padding: 0; } body { background-color: #fff; color: #555; font: 400 14px Arial, Helvetica, sans-serif; } a img { border-width: 0; } p code, li code { font-weight: 700; color: #000; } pre code { background: transparent; } header, nav, sec...
docs/_assets/stylesheets/styles.css
body, html { min-height: 100%; height: 100%; margin: 0; padding: 0; } body { background-color: #fff; color: #555; font: 400 14px Arial, Helvetica, sans-serif; } a img { border-width: 0; } p code, li code { font-weight: 700; color: #000; } pre code { background: transparent; } header, nav, sec...
0.360377
0.063948
html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } html, body { width: 100%; height: 100%; margin: 0; padding: 0; } body { background: #ffffff url('../img/aurora.jpg'); /* Background pattern from Subtle Patterns */ /*background-size: auto 150%; */ fon...
css/app.css
html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } html, body { width: 100%; height: 100%; margin: 0; padding: 0; } body { background: #ffffff url('../img/aurora.jpg'); /* Background pattern from Subtle Patterns */ /*background-size: auto 150%; */ fon...
0.573798
0.122313
html, body, #cesium_container { width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; font-family: sans-serif; background: #000; } .button_table { position: absolute; border-collapse: separate; border-spacing: 7px; width: 200px; } .logo { position: relativ...
client/index.css
html, body, #cesium_container { width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; font-family: sans-serif; background: #000; } .button_table { position: absolute; border-collapse: separate; border-spacing: 7px; width: 200px; } .logo { position: relativ...
0.617282
0.098252
@font-face { font-family: Noway; src: url(assets/noway-regular-webfont.woff); } @font-face { font-family: "Gotham Bold"; src: url(assets/gotham_bold.woff2); } * { margin: 0; padding: 0; box-sizing: border-box; } svg { pointer-events: none; } body { height: 100vh; margin: 0; padding: 0; width...
style.css
@font-face { font-family: Noway; src: url(assets/noway-regular-webfont.woff); } @font-face { font-family: "Gotham Bold"; src: url(assets/gotham_bold.woff2); } * { margin: 0; padding: 0; box-sizing: border-box; } svg { pointer-events: none; } body { height: 100vh; margin: 0; padding: 0; width...
0.312685
0.069985
*{ margin:0; padding:0; } body{ font-size:12px; color:#444444; background-color:#ffffff; } ul{ list-style-type:none; } a:link, a:visited, a:hover, a:active{ text-decoration:none; color:#444444; } .clear{ clear:both; } /*헤더*/ header{ height:140px; width:100%; } /*header #top{ width:990px; mar...
center.css
*{ margin:0; padding:0; } body{ font-size:12px; color:#444444; background-color:#ffffff; } ul{ list-style-type:none; } a:link, a:visited, a:hover, a:active{ text-decoration:none; color:#444444; } .clear{ clear:both; } /*헤더*/ header{ height:140px; width:100%; } /*header #top{ width:990px; mar...
0.211091
0.064683
.rc-checkbox { white-space: nowrap; cursor: pointer; outline: none; display: inline-block; position: relative; line-height: 1; vertical-align: middle; } .rc-checkbox:hover .rc-checkbox-inner, .rc-checkbox-input:focus + .rc-checkbox-inner { border-color: #3dbcf6; } .rc-checkbox-inner { position: relati...
node_modules/rc-checkbox/assets/index.css
.rc-checkbox { white-space: nowrap; cursor: pointer; outline: none; display: inline-block; position: relative; line-height: 1; vertical-align: middle; } .rc-checkbox:hover .rc-checkbox-inner, .rc-checkbox-input:focus + .rc-checkbox-inner { border-color: #3dbcf6; } .rc-checkbox-inner { position: relati...
0.48121
0.082475
body { color: #9a9a9a; font-family: "微软雅黑",Arial,sans-serif; font-size: 12px; line-height: 1.42857; } h1,h2{ color: #c30005; font-family: "Advent Pro",sans-serif; font-size: 18px; font-weight: 700; margin: 0 0 17px; text-transform: uppercase; } #shipping-existing select{ height:...
public/static/view_res/home/css/checkout.css
body { color: #9a9a9a; font-family: "微软雅黑",Arial,sans-serif; font-size: 12px; line-height: 1.42857; } h1,h2{ color: #c30005; font-family: "Advent Pro",sans-serif; font-size: 18px; font-weight: 700; margin: 0 0 17px; text-transform: uppercase; } #shipping-existing select{ height:...
0.426322
0.109468
html, body { height: 100%; align-items: baseline; } .content{ padding-left: 200px; } #editor { margin-left: 200px !important; vertical-align: top; padding-right: 14px; padding-top: 80px; padding-bottom: 84px; } #content{ min-height: 380px; background-color: #fff; border-right...
app/public/style.css
html, body { height: 100%; align-items: baseline; } .content{ padding-left: 200px; } #editor { margin-left: 200px !important; vertical-align: top; padding-right: 14px; padding-top: 80px; padding-bottom: 84px; } #content{ min-height: 380px; background-color: #fff; border-right...
0.508056
0.116915
body { background-color: rgb(160, 177, 112); color:black; font-family: 'Josefin', sans-serif; font-size: 14px; line-height: 1.5rem; margin: 5px; padding: 5px; border: 5px; font-size: 100%; vertical-align: middle; } p { margin: 30px; } ul{ margi...
css/style.css
body { background-color: rgb(160, 177, 112); color:black; font-family: 'Josefin', sans-serif; font-size: 14px; line-height: 1.5rem; margin: 5px; padding: 5px; border: 5px; font-size: 100%; vertical-align: middle; } p { margin: 30px; } ul{ margi...
0.234407
0.048722
>>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Typography # Elements # Forms # Header # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Asides ## Comments # Infinite scroll # Media ## C...
blog/wp-content/themes/icon-wp/style.css
>>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Typography # Elements # Forms # Header # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Asides ## Comments # Infinite scroll # Media ## C...
0.312055
0.048025
.tabHeadings { padding-top: 4px; padding-bottom: 4px; padding-bottom: 0px; } .tabs { display: flex; flex-direction: row; align-items: flex-start; } .tab { outline-style: solid; outline-width: 2px; outline-color: rgba(0,0,0,0); } .tab.active { outline-color: rgba(255,255,255,0.7); } .tab.newScree...
src/containers/FramebufferTabs.module.css
.tabHeadings { padding-top: 4px; padding-bottom: 4px; padding-bottom: 0px; } .tabs { display: flex; flex-direction: row; align-items: flex-start; } .tab { outline-style: solid; outline-width: 2px; outline-color: rgba(0,0,0,0); } .tab.active { outline-color: rgba(255,255,255,0.7); } .tab.newScree...
0.535098
0.098339
html, body { font-family: 'Poppins', sans-serif; height: 100%; } body.refle-login { background-color: #F7F9FB; font-size: 14px; } .refle-login .title { margin-top: 75px; color: #A86CC1; font-size: 64px; text-transform: uppercase; font-weight: 600; } .refle-login .card-wrapper { ...
css/refle.css
html, body { font-family: 'Poppins', sans-serif; height: 100%; } body.refle-login { background-color: #F7F9FB; font-size: 14px; } .refle-login .title { margin-top: 75px; color: #A86CC1; font-size: 64px; text-transform: uppercase; font-weight: 600; } .refle-login .card-wrapper { ...
0.36557
0.060335
@-moz-document domain("twitch-viewerbot.com") { body { background-color: #282828; background-image: url(https://wallpapers.wallhaven.cc/wallpapers/full/wallhaven-32873.png); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; }...
data/usercss/138424.user.css
@-moz-document domain("twitch-viewerbot.com") { body { background-color: #282828; background-image: url(https://wallpapers.wallhaven.cc/wallpapers/full/wallhaven-32873.png); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; }...
0.533154
0.103477
body { margin: 0; mso-line-height-rule: exactly; padding: 0; min-width: 100%; } table { border-collapse: collapse; border-spacing: 0; } td { padding: 0; vertical-align: top; } .spacer, .border { font-size: 1px; line-height: 1px; } .spacer { width: 100%; } img { border: 0; -ms-interpolation-mod...
public/stylesheets/email.css
body { margin: 0; mso-line-height-rule: exactly; padding: 0; min-width: 100%; } table { border-collapse: collapse; border-spacing: 0; } td { padding: 0; vertical-align: top; } .spacer, .border { font-size: 1px; line-height: 1px; } .spacer { width: 100%; } img { border: 0; -ms-interpolation-mod...
0.551091
0.141163
body{ margin: 0px; font-family: Arial; color: rgba(153, 157, 163,.90); } .box-before { } .logo{ height: 50px; width: 200px; display: block; margin: 20px auto 20px auto; } .line-1{ font-size: 30px; text-align: center; } .line-2{ font-size: 20; text-align: cente...
templates/Boogle_Login.css
body{ margin: 0px; font-family: Arial; color: rgba(153, 157, 163,.90); } .box-before { } .logo{ height: 50px; width: 200px; display: block; margin: 20px auto 20px auto; } .line-1{ font-size: 30px; text-align: center; } .line-2{ font-size: 20; text-align: cente...
0.273963
0.096791
@import url('https://fonts.googleapis.com/css?family=Muli:300,900'); body{ margin: 0; padding: 0; background-color: lightskyblue; } .top-container { background-color: #30e3cb; height: 40px; background-size: 2000px 1100px; text-align: center; } .section-bar { text-align: center; } .section-...
css/style.css
@import url('https://fonts.googleapis.com/css?family=Muli:300,900'); body{ margin: 0; padding: 0; background-color: lightskyblue; } .top-container { background-color: #30e3cb; height: 40px; background-size: 2000px 1100px; text-align: center; } .section-bar { text-align: center; } .section-...
0.301259
0.081556
@import url('https://fonts.googleapis.com/css?family=Roboto'); * { margin: 0; padding: 0; box-sizing: border-box; outline: none; font-family: 'Roboto', sans-serif; } .main-wrapper { position: absolute; top: 50%; transform: translateY(-50%); width: 70%; display: flex; ma...
UI/css/sign-in.css
@import url('https://fonts.googleapis.com/css?family=Roboto'); * { margin: 0; padding: 0; box-sizing: border-box; outline: none; font-family: 'Roboto', sans-serif; } .main-wrapper { position: absolute; top: 50%; transform: translateY(-50%); width: 70%; display: flex; ma...
0.324449
0.135175
body { padding-right: 0px; padding-left: 0px; background-color: #fff; font-family: 'Open Sans', sans-serif; color: rgba(0, 0, 0, .87); font-size: 18px; line-height: 28px; font-weight: 400; } h1 { margin-top: 0px; margin-bottom: 20px; padding-top: 100px; color: rgba(0, 0, 0, .87); font-size: 4...
public/templates/sovereign/sovereign.css
body { padding-right: 0px; padding-left: 0px; background-color: #fff; font-family: 'Open Sans', sans-serif; color: rgba(0, 0, 0, .87); font-size: 18px; line-height: 28px; font-weight: 400; } h1 { margin-top: 0px; margin-bottom: 20px; padding-top: 100px; color: rgba(0, 0, 0, .87); font-size: 4...
0.502686
0.065217
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css); @import url(https://fonts.googleapis.com/css?family=Lato:300,400,700); @import url(https://fonts.googleapis.com/css?family=Orbitron:900); li { font-family: 'Lato', sans-serif; font-size: 18px; color: #FFFFFF; list-style-type: none;...
style.css
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css); @import url(https://fonts.googleapis.com/css?family=Lato:300,400,700); @import url(https://fonts.googleapis.com/css?family=Orbitron:900); li { font-family: 'Lato', sans-serif; font-size: 18px; color: #FFFFFF; list-style-type: none;...
0.455199
0.084417
@import url('https://fonts.googleapis.com/css2?family=Hubballi&family=Montserrat&family=Poppins:wght@300;400&family=Roboto:wght@300&display=swap'); body{ margin:0; /*Removing browser's padding & margin */ padding:0; line-height:1.2; font-family: 'Poppins', sans-serif; background-color: #ffbaa9; } *{ box-sizing: ...
Web Development/Basic/Drinks Recipe Website(FruitNotBooze)/style.css
@import url('https://fonts.googleapis.com/css2?family=Hubballi&family=Montserrat&family=Poppins:wght@300;400&family=Roboto:wght@300&display=swap'); body{ margin:0; /*Removing browser's padding & margin */ padding:0; line-height:1.2; font-family: 'Poppins', sans-serif; background-color: #ffbaa9; } *{ box-sizing: ...
0.266739
0.042503
body { /* height: 100%; */ margin: 0; padding: 0; width: 100vw; overflow-y: hidden; background-color: #FDF2DF; height: 100vh; font-size: 18px; font-family: '<NAME>', cursive; } p { font-size: 18px; font-family: '<NAME>', cursive; } a { font-size: 18px; font-family: ...
css/style.css
body { /* height: 100%; */ margin: 0; padding: 0; width: 100vw; overflow-y: hidden; background-color: #FDF2DF; height: 100vh; font-size: 18px; font-family: '<NAME>', cursive; } p { font-size: 18px; font-family: '<NAME>', cursive; } a { font-size: 18px; font-family: ...
0.49585
0.102619
* { margin: 0; padding: 0; } body { font-family: Helvetica Neue, Helvetica, Arial, sans-serif; letter-spacing: 3px; padding: 0; margin: 0; background: #f8e5f9; background: -webkit-gradient(linear, left bottom, left top, from(#f8e5f9), to(#ffdddb)); background: linear-gradient(to top, #f8e5f9 0%, #ffd...
carousel/style.css
* { margin: 0; padding: 0; } body { font-family: Helvetica Neue, Helvetica, Arial, sans-serif; letter-spacing: 3px; padding: 0; margin: 0; background: #f8e5f9; background: -webkit-gradient(linear, left bottom, left top, from(#f8e5f9), to(#ffdddb)); background: linear-gradient(to top, #f8e5f9 0%, #ffd...
0.30965
0.08152
*{ font-size:14px; } body { font-family:verdana,helvetica,arial,sans-serif; margin:0; } h1, h2, h3, h4, h5, h6{ margin:0; padding:0; border:0; outline:0; font-weight:bold; vertical-align:baseline; } h1{ font-size : 30px; } h2{ font-size : 25px; } h3{ font-size : 20px; ...
__assets/css/main.css
*{ font-size:14px; } body { font-family:verdana,helvetica,arial,sans-serif; margin:0; } h1, h2, h3, h4, h5, h6{ margin:0; padding:0; border:0; outline:0; font-weight:bold; vertical-align:baseline; } h1{ font-size : 30px; } h2{ font-size : 25px; } h3{ font-size : 20px; ...
0.200323
0.0464
.nav { height: 75px !important; } .midas-top-bar { padding-top: 3px; padding-bottom: 3px; } .banner-height { height: 300px; } .loader { position: absolute; top: 40%; left: 47%; } .side-content { padding: 3px; } #f-message { position: absolute; z-index: 10; top: 20px; right: 20px; width: 3...
public/css/midas-styles.css
.nav { height: 75px !important; } .midas-top-bar { padding-top: 3px; padding-bottom: 3px; } .banner-height { height: 300px; } .loader { position: absolute; top: 40%; left: 47%; } .side-content { padding: 3px; } #f-message { position: absolute; z-index: 10; top: 20px; right: 20px; width: 3...
0.387922
0.071235
.source-view-enabled { height: 100%; } .design-view-container { height: 100%; display: flex; } .toggle-controls-container { position: absolute; bottom: 2%; right: 2%; z-index: 23; } .toggle-view-button { transition: 0.15s; font-weight: bold; color: #333; background-color: ...
tooling/components/io.siddhi.distribution.editor.core/src/main/resources/web/css/design-view.css
.source-view-enabled { height: 100%; } .design-view-container { height: 100%; display: flex; } .toggle-controls-container { position: absolute; bottom: 2%; right: 2%; z-index: 23; } .toggle-view-button { transition: 0.15s; font-weight: bold; color: #333; background-color: ...
0.457379
0.154121
body { font-family: "Century Gothic", "Gill Sans", Arial, sans-serif; font-size: 62.5%; margin: 0; padding: 0; background-color: #FFFFFF; } p,h1,h2,h3,h4,h5,h5,ol,ul { margin: 0px; padding: 0px; } /*********************/ /* BANNER STYLES */ /*********************/ #banner { background: url(../images/bg/ban...
server/src/main/webapp/css/start.css
body { font-family: "Century Gothic", "Gill Sans", Arial, sans-serif; font-size: 62.5%; margin: 0; padding: 0; background-color: #FFFFFF; } p,h1,h2,h3,h4,h5,h5,ol,ul { margin: 0px; padding: 0px; } /*********************/ /* BANNER STYLES */ /*********************/ #banner { background: url(../images/bg/ban...
0.242206
0.07353
.primary-color { color: white; } .secondary-color { color: #3F4531; } .primary-background-color { background-color: rgb(48,103,120); } .secondary-background-color { background-color: #fed547; } .process-step .step-base { height: 6em; -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 3em, 90% 6em, 0% 6em, 1...
static/Process-Steps.css
.primary-color { color: white; } .secondary-color { color: #3F4531; } .primary-background-color { background-color: rgb(48,103,120); } .secondary-background-color { background-color: #fed547; } .process-step .step-base { height: 6em; -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 3em, 90% 6em, 0% 6em, 1...
0.567098
0.14072
* { margin: 0; padding: 0; -webkit-overflow-scrolling: touch; } .mw-dialog-opened, .mw-dialog-opened body { overflow: hidden !important; } body { font-feature-settings: 'liga'; cursor: default; } .mw-defaults { line-height: normal; -webkit-box-sizing: border-box; -moz-box-sizing: ...
userfiles/modules/microweber/microweber.css
* { margin: 0; padding: 0; -webkit-overflow-scrolling: touch; } .mw-dialog-opened, .mw-dialog-opened body { overflow: hidden !important; } body { font-feature-settings: 'liga'; cursor: default; } .mw-defaults { line-height: normal; -webkit-box-sizing: border-box; -moz-box-sizing: ...
0.371251
0.079104
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,...
page/public/css/reset.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,...
0.328422
0.10393
.reader_entity_title { font-family: "Merriweather"; margin: 25px 50px; text-align: center; font-size: 23pt; line-height: 1; color: #3A3326; font-weight: 600; } .reader_entity_actions { text-align: center; } .reader_entity_actions .oo_icon { margin: 0 5px; color: #AD9F76; cursor: pointer; ...
src/main/webapp/WEB-INF/apps/knowledge/web/css/reader_entity.css
.reader_entity_title { font-family: "Merriweather"; margin: 25px 50px; text-align: center; font-size: 23pt; line-height: 1; color: #3A3326; font-weight: 600; } .reader_entity_actions { text-align: center; } .reader_entity_actions .oo_icon { margin: 0 5px; color: #AD9F76; cursor: pointer; ...
0.46563
0.108661
#search_page_body{ background-image: url("../../images/search-background.jpeg"); width: 100%; height: 100%; background-position: center; background-size: cover; display: flex; justify-content: center; align-items: center; } #search_form_parent{ width: 500px; background-color: r...
public/styles/modules/search.css
#search_page_body{ background-image: url("../../images/search-background.jpeg"); width: 100%; height: 100%; background-position: center; background-size: cover; display: flex; justify-content: center; align-items: center; } #search_form_parent{ width: 500px; background-color: r...
0.273283
0.046508
@font-face { font-family: 'Iosevka Term Web'; font-display: swap; font-weight: 100; font-stretch: normal; font-style: normal; src: url('woff2/iosevka-term-thin.woff2') format('woff2'), url('ttf/iosevka-term-thin.ttf') format('truetype'); } @font-face { font-family: 'Iosevka Term Web'; font-display: swap; font...
assets/fonts/webfont-iosevka-term-4.0.0-beta.3/iosevka-term.css
@font-face { font-family: 'Iosevka Term Web'; font-display: swap; font-weight: 100; font-stretch: normal; font-style: normal; src: url('woff2/iosevka-term-thin.woff2') format('woff2'), url('ttf/iosevka-term-thin.ttf') format('truetype'); } @font-face { font-family: 'Iosevka Term Web'; font-display: swap; font...
0.323594
0.037964
@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700); @import url(http://fonts.googleapis.com/css?family=Anonymous+Pro:400,400italic,700); body { background-color: white; color: black; margin: 0; } body, table, div, p, dl { color: #444; font-family: 'Noto Sans', Verdana, Helvetic...
third_party/libSBML-5.11.0-Source/docs/src/css/libsbml-base-stylesheet.css
@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700); @import url(http://fonts.googleapis.com/css?family=Anonymous+Pro:400,400italic,700); body { background-color: white; color: black; margin: 0; } body, table, div, p, dl { color: #444; font-family: 'Noto Sans', Verdana, Helvetic...
0.447219
0.119075
.flex { display: flex; flex-wrap: wrap; } .a-start { align-items: flex-start; } .a-center { align-items: center; } .j-between { justify-content: space-between; } .Admin { font-family: 'Roboto', sans-serif; display: flex; width: 100%; height: 1100px; } .Admin h1, .Admin h2, .Admin h3, .Admin h4, .Admin h5,...
static/css/adminPage.css
.flex { display: flex; flex-wrap: wrap; } .a-start { align-items: flex-start; } .a-center { align-items: center; } .j-between { justify-content: space-between; } .Admin { font-family: 'Roboto', sans-serif; display: flex; width: 100%; height: 1100px; } .Admin h1, .Admin h2, .Admin h3, .Admin h4, .Admin h5,...
0.393618
0.052522
/* COPYRIGHT (C) <NAME> 2014 ALL RIGHTS RESERVED */ /* GLOBAL ********************/ body { overflow-y: scroll; background-color: rgb(221,221,221); background-image: url("header-bg2.png"); margin: 0; padding: 0; font-family: Segoe UI, Calibri, Arial, Sans-Serif; } #page { } #header { background-color: rgb(31,3...
styles/Main.css
/* COPYRIGHT (C) <NAME> 2014 ALL RIGHTS RESERVED */ /* GLOBAL ********************/ body { overflow-y: scroll; background-color: rgb(221,221,221); background-image: url("header-bg2.png"); margin: 0; padding: 0; font-family: Segoe UI, Calibri, Arial, Sans-Serif; } #page { } #header { background-color: rgb(31,3...
0.343562
0.135289
@charset "UTF-8"; /*! * Fort v0.0.1 * * Licensed under the MIT license. * http://www.opensource.org/licenses/mit-license.php * * Original work Copyright 2015 Bigfish * Modified work Copyright 2016 <NAME> */ /* * Normalize */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { ...
dist/fort.css
@charset "UTF-8"; /*! * Fort v0.0.1 * * Licensed under the MIT license. * http://www.opensource.org/licenses/mit-license.php * * Original work Copyright 2015 Bigfish * Modified work Copyright 2016 <NAME> */ /* * Normalize */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { ...
0.623835
0.060446
.slick-slider { position: relative; display: block; 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; -ms-touch-action: pan-y; touch-action: pan-y; -w...
public/assets/css/css-landing/vendor.css
.slick-slider { position: relative; display: block; 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; -ms-touch-action: pan-y; touch-action: pan-y; -w...
0.427277
0.057546