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
h1, h2 { font-weight: 550; } h3, h4 { font-weight: 550; } @media (min-width:1200px) { h1 { margin-top: 0em !important; } h2 { padding-top: 5em !important; } h3, h4 { padding-top: 5em !important; } } .title { padding-top: 0 !important; } body { font-size: 16px; } .navbar-fixed-top ...
rmarkdown/summary_template/style.css
h1, h2 { font-weight: 550; } h3, h4 { font-weight: 550; } @media (min-width:1200px) { h1 { margin-top: 0em !important; } h2 { padding-top: 5em !important; } h3, h4 { padding-top: 5em !important; } } .title { padding-top: 0 !important; } body { font-size: 16px; } .navbar-fixed-top ...
0.362066
0.11928
.lds-spinner { color: official; display: inline-block; position: relative; width: 90px; height: 90px; } .lds-spinner div { transform-origin: 40px 40px; animation: lds-spinner 1.2s linear infinite; } .lds-spinner div:after { content: " "; display: block; position: absolute...
src/app/pages/table/table.css
.lds-spinner { color: official; display: inline-block; position: relative; width: 90px; height: 90px; } .lds-spinner div { transform-origin: 40px 40px; animation: lds-spinner 1.2s linear infinite; } .lds-spinner div:after { content: " "; display: block; position: absolute...
0.515864
0.186021
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700); @import url(http://weloveiconfonts.com/api/?family=entypo); /* entypo */ [class*="entypo-"]:before { font-family: 'entypo', sans-serif; } * { box-sizing: border-box; } #hina{ color: white; background-color: #4E4E4E; padding: 15px; ...
public/css/csshome.css
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700); @import url(http://weloveiconfonts.com/api/?family=entypo); /* entypo */ [class*="entypo-"]:before { font-family: 'entypo', sans-serif; } * { box-sizing: border-box; } #hina{ color: white; background-color: #4E4E4E; padding: 15px; ...
0.322953
0.069289
body { background: url(../assets/img/bg_shape.png) var(--darkwhite) fixed center / cover; } /* ********************************* Team Section ********************************* */ section#team div.team { position: relative; margin: 10rem auto; padding: 2rem; } div.team h1, div.team h2, div.team h3 { margin...
css/team.css
body { background: url(../assets/img/bg_shape.png) var(--darkwhite) fixed center / cover; } /* ********************************* Team Section ********************************* */ section#team div.team { position: relative; margin: 10rem auto; padding: 2rem; } div.team h1, div.team h2, div.team h3 { margin...
0.357568
0.059702
margin: 10px auto 40px auto; padding: 0; height: auto; width: 1150px; background-color: transparent; } #bodynews .slider { margin: 20px auto 1px auto; width: 100%; height: 400px; background-color: #fff; } #bodynews .news { float: left; width: auto; height: ...
sytles/news.css
margin: 10px auto 40px auto; padding: 0; height: auto; width: 1150px; background-color: transparent; } #bodynews .slider { margin: 20px auto 1px auto; width: 100%; height: 400px; background-color: #fff; } #bodynews .news { float: left; width: auto; height: ...
0.372505
0.065276
* Theme: Orange * ============================================================ */ .navbar-inner { background-color: #fbb450 !important; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); border-color: #f89406 !important; border-bottom-color: #f99b14 !important; } .n...
src/Jariff/ProjectBundle/Resources/public/admin/css/themes/social.theme-orange.css
* Theme: Orange * ============================================================ */ .navbar-inner { background-color: #fbb450 !important; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); border-color: #f89406 !important; border-bottom-color: #f99b14 !important; } .n...
0.277277
0.048025
Site Name: Author: Stylesheet: Main Stylesheet Here's where the magic happens. Here, you'll see we are calling in the separate media queries. The base mobile goes outside any query and is called at the beginning, after that we call the rest of the styles inside media queries. Helpful articles on Sass file organizati...
library/css/style.css
Site Name: Author: Stylesheet: Main Stylesheet Here's where the magic happens. Here, you'll see we are calling in the separate media queries. The base mobile goes outside any query and is called at the beginning, after that we call the rest of the styles inside media queries. Helpful articles on Sass file organizati...
0.393502
0.161452
.filter-block-title { font-size: 1.2em; font-family: Verdana, Tahoma, sans-serif; font-weight: bold; margin:0 0 21px; position:relative;} .filter-block-title a.filter-save { float: right; text-decoration:none; color: #a8a8a8; font-size:11px; font-weight: normal; line-height:17px; position:absolute; top:1px; right:2...
bitrix/wizards/bitrix/portal/site/templates/en/light/components/bitrix/main.interface.filter/.default/style.css
.filter-block-title { font-size: 1.2em; font-family: Verdana, Tahoma, sans-serif; font-weight: bold; margin:0 0 21px; position:relative;} .filter-block-title a.filter-save { float: right; text-decoration:none; color: #a8a8a8; font-size:11px; font-weight: normal; line-height:17px; position:absolute; top:1px; right:2...
0.44553
0.265395
html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } .wrapper { width: 1170px; margin: 0 auto; } body { font-family: "Roboto", "Arial", sans-serif; color: #555252; font-size: 18px; line-height: 26px; } .clearfix::after { content: ""; display: table; ...
module04/css/styles.css
html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } .wrapper { width: 1170px; margin: 0 auto; } body { font-family: "Roboto", "Arial", sans-serif; color: #555252; font-size: 18px; line-height: 26px; } .clearfix::after { content: ""; display: table; ...
0.346541
0.087447
@import "bootstrap.min.css"; @font-face { font-family: 'icomoon'; src: url("../fonts/icomoon.eot"); src: url("../fonts/icomoon.eot?#iefix") format('embedded-opentype'), url("../fonts/icomoon.ttf") format('truetype'), url("../fonts/icomoon.woff") format('woff'), url("../fonts/icomoon.svg#icomoon") format('svg'); ...
web-ui/src/main/webapp/css/main.css
@import "bootstrap.min.css"; @font-face { font-family: 'icomoon'; src: url("../fonts/icomoon.eot"); src: url("../fonts/icomoon.eot?#iefix") format('embedded-opentype'), url("../fonts/icomoon.ttf") format('truetype'), url("../fonts/icomoon.woff") format('woff'), url("../fonts/icomoon.svg#icomoon") format('svg'); ...
0.277179
0.137243
@import url('fonts/stylesheet.css'); /* ==================================================== GENERAL STYLES ==================================================== */ html { width:100%; height:100%; } body { font-family: 'open_sanslight', sans-serif; color: #fff; background: #000...
x/html/assets/css/styles.css
@import url('fonts/stylesheet.css'); /* ==================================================== GENERAL STYLES ==================================================== */ html { width:100%; height:100%; } body { font-family: 'open_sanslight', sans-serif; color: #fff; background: #000...
0.273283
0.048114
@charset "utf-8"; /* CSS Document Use for: xxxx Version: 1.0 Date: 2014/04/16 Author: glq Update: */ /* CSS Reset */ body, div, span, applet, object, iframe,input, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small...
discuz/upload/source/plugin/dzapp_haodai/images/wap/style.css
@charset "utf-8"; /* CSS Document Use for: xxxx Version: 1.0 Date: 2014/04/16 Author: glq Update: */ /* CSS Reset */ body, div, span, applet, object, iframe,input, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small...
0.272411
0.05526
html, body { height: 100%; background-color: #e6eaf2; } .wrap { min-height: 100%; height: auto; margin: 0 auto -60px; padding: 0 0 60px; } .wrap > .container { padding: 70px 15px 20px; } .footer { height: 60px; background-color: #f5f5f5; border-top: 1px solid #ddd; padding...
web/css/site.css
html, body { height: 100%; background-color: #e6eaf2; } .wrap { min-height: 100%; height: auto; margin: 0 auto -60px; padding: 0 0 60px; } .wrap > .container { padding: 70px 15px 20px; } .footer { height: 60px; background-color: #f5f5f5; border-top: 1px solid #ddd; padding...
0.360264
0.086401
@charset "utf-8"; /* CSS Document */ .kfz{border: 1px solid #f0f0f0; background: #f9f9f9; text-align: center; height: 100px; line-height: 100px; font-size: 14px;} .site-nav{background: #35516b;} .site-header{background: #3783c9; height: 80px;} .site-nav-bd{height: 30px;} .site-nav-bd-r{float: right; list-style: none;...
0.1.4/AEK-MMIP-Business/src/main/webapp/resources/skin/yy/css/hospital.css
@charset "utf-8"; /* CSS Document */ .kfz{border: 1px solid #f0f0f0; background: #f9f9f9; text-align: center; height: 100px; line-height: 100px; font-size: 14px;} .site-nav{background: #35516b;} .site-header{background: #3783c9; height: 80px;} .site-nav-bd{height: 30px;} .site-nav-bd-r{float: right; list-style: none;...
0.235196
0.063948
* { font-family: 'Poppins', sans-serif; } .page-icon, .nav-icon { font-size: 35px; margin: 0px 15px; } .blog-bar { width: auto; justify-content: space-between; display: flex; align-items: center; font-size: 14px; } .blog-bar i { font-size: 30px; } hr { width: 100%; } a:hover { text-decoration...
index.css
* { font-family: 'Poppins', sans-serif; } .page-icon, .nav-icon { font-size: 35px; margin: 0px 15px; } .blog-bar { width: auto; justify-content: space-between; display: flex; align-items: center; font-size: 14px; } .blog-bar i { font-size: 30px; } hr { width: 100%; } a:hover { text-decoration...
0.517083
0.076857
html { margin: 0; height: 100%; width: 100%; } body { margin: 0px; background: radial-gradient(white, #A8D0E6); position: relative; min-height: 100%; box-sizing: border-box; } /*Header*/ .fixed-header { margin:0; top: 0; display: flex; background: white; position: ...
style.css
html { margin: 0; height: 100%; width: 100%; } body { margin: 0px; background: radial-gradient(white, #A8D0E6); position: relative; min-height: 100%; box-sizing: border-box; } /*Header*/ .fixed-header { margin:0; top: 0; display: flex; background: white; position: ...
0.461988
0.07477
html { scroll-behavior: smooth; scrollbar-shadow-color: skyblue; } body { margin: 0px; left: 0px; } a, a:hover, a:focus, a:active { text-decoration: none; color: inherit; } h2 { font-family: 'Pattaya', sans-serif; } .navbar { position: fixed; /* background-image: linear-gradient(...
styles/styles/main.css
html { scroll-behavior: smooth; scrollbar-shadow-color: skyblue; } body { margin: 0px; left: 0px; } a, a:hover, a:focus, a:active { text-decoration: none; color: inherit; } h2 { font-family: 'Pattaya', sans-serif; } .navbar { position: fixed; /* background-image: linear-gradient(...
0.425605
0.076615
@charset "UTF-8"; @import url(https://cdn.allwin.bid/static/css/awa_wfont.css); /* reset */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, address, del, em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, can...
_backup/air/resource/css/air.ui.css
@charset "UTF-8"; @import url(https://cdn.allwin.bid/static/css/awa_wfont.css); /* reset */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, address, del, em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, can...
0.348202
0.052619
body { background-image: url("../images/congruent_pentagon.png"); background-color: lavender; font-family: 'Indie Flower', cursive; display: flex; flex-direction: column; align-items: center; } h1 { font-size: 32px; line-height: 40px; } p { font-size: 18px; line-height: 26px;...
assets/css/style.css
body { background-image: url("../images/congruent_pentagon.png"); background-color: lavender; font-family: 'Indie Flower', cursive; display: flex; flex-direction: column; align-items: center; } h1 { font-size: 32px; line-height: 40px; } p { font-size: 18px; line-height: 26px;...
0.456894
0.133868
* reset */ html { font-size: 62.5%; height: 100%; } body { height: 100%; font-family: "Microsoft YaHei", "SimHei", "STHeiti", sans-serif; } header, footer, div, body, h1, h2, h3, ul, li { margin: 0; padding: 0; font-weight: normal; } li { list-style-type: none; } button { border: none; outline...
src/css/manage.css
* reset */ html { font-size: 62.5%; height: 100%; } body { height: 100%; font-family: "Microsoft YaHei", "SimHei", "STHeiti", sans-serif; } header, footer, div, body, h1, h2, h3, ul, li { margin: 0; padding: 0; font-weight: normal; } li { list-style-type: none; } button { border: none; outline...
0.460532
0.05199
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inlin...
app.css
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inlin...
0.331336
0.089574
*, *::after, *::before { box-sizing: border-box; } :root { font-size: 14px; } body { margin: 0; --color-text: #e5e3e0; --color-bg: #000; --color-link: #e5e3e0; --color-link-hover: #fff; --color-title: #faedba; --color-bg-item: #282b27; --color-menu-tag: #f0b579; --color-menu-link: #fff; --color-menu-link-...
src/css/base.css
*, *::after, *::before { box-sizing: border-box; } :root { font-size: 14px; } body { margin: 0; --color-text: #e5e3e0; --color-bg: #000; --color-link: #e5e3e0; --color-link-hover: #fff; --color-title: #faedba; --color-bg-item: #282b27; --color-menu-tag: #f0b579; --color-menu-link: #fff; --color-menu-link-...
0.38122
0.070496
width:93vw; height:100%; border:none; border-radius: 20px; background-color:#f3f3f3; } #AMK2.in { animation-duration: 0.5s; animation-name: fadeInDown; } #AMK2.out { animation-duration: 1s; animation-name: fadeOutUp; } @keyframes fadeInDown { from { opacity: 0; transform: translate3d(0, -...
ui/Fullscreen/Fullscreen.css
width:93vw; height:100%; border:none; border-radius: 20px; background-color:#f3f3f3; } #AMK2.in { animation-duration: 0.5s; animation-name: fadeInDown; } #AMK2.out { animation-duration: 1s; animation-name: fadeOutUp; } @keyframes fadeInDown { from { opacity: 0; transform: translate3d(0, -...
0.581778
0.072933
body { background-image: url("starryPaper2.png"); background-color: #cccccc; } .ribbon { text-align: center; font-size: 20px !important; background: #D64B4B; background: -webkit-gradient(linear, left top, left bottom, from(#D64B4B), to(#AB2C2C)); background: -webkit-linear-gradient(top,...
assets/stylesheet.css
body { background-image: url("starryPaper2.png"); background-color: #cccccc; } .ribbon { text-align: center; font-size: 20px !important; background: #D64B4B; background: -webkit-gradient(linear, left top, left bottom, from(#D64B4B), to(#AB2C2C)); background: -webkit-linear-gradient(top,...
0.414188
0.150216
@import '_normalize'; @import '_vars'; @import '_one'; @import '_two'; @import '_icons'; @font-face { font-family: 'notify'; src: url("../fonts/notify.eot"); src: url("../fonts/notify.eot?#iefix") format("embedded-opentype"), url("../fonts/notify.ttf") format("truetype"), url("../fonts/notify.woff") format...
css/main.css
@import '_normalize'; @import '_vars'; @import '_one'; @import '_two'; @import '_icons'; @font-face { font-family: 'notify'; src: url("../fonts/notify.eot"); src: url("../fonts/notify.eot?#iefix") format("embedded-opentype"), url("../fonts/notify.ttf") format("truetype"), url("../fonts/notify.woff") format...
0.326701
0.065515
.service-container{ width: 100vw; min-height: 50vh; display: flex; flex-direction: row; justify-content: center; } .services-title-container{ width: 50%; background-color: #4a5562 ; display: flex; /* padding: 40px 20% 40px 0px; */ padding-top: 40px; padding-left: 20%; f...
src/style/services.css
.service-container{ width: 100vw; min-height: 50vh; display: flex; flex-direction: row; justify-content: center; } .services-title-container{ width: 50%; background-color: #4a5562 ; display: flex; /* padding: 40px 20% 40px 0px; */ padding-top: 40px; padding-left: 20%; f...
0.321034
0.059102
@font-face { font-family: 'Gadugi'; src: url('font/gadugi-bold.ttf') format('Bold '), url('font/gadugi-normal.ttf') format('normal '); } :root{ --vinho: #9E4F51; --amarelo-claro: #F4E7D5; --light-green: #3dd705; --red: #e92929; } *{ margin: 0; padding: 0; b...
style.css
@font-face { font-family: 'Gadugi'; src: url('font/gadugi-bold.ttf') format('Bold '), url('font/gadugi-normal.ttf') format('normal '); } :root{ --vinho: #9E4F51; --amarelo-claro: #F4E7D5; --light-green: #3dd705; --red: #e92929; } *{ margin: 0; padding: 0; b...
0.121074
0.051918
a.gwt-InlineHyperlink,a.gwt-Anchor { outline: none; text-decoration: none; font-family: Arial,sans-serif; } .gwt-PushButton { outline: none; } .gwt-Label { font-family: Arial,sans-serif; } /* oVirt legacy styles */ .rhev-Masthead { background-image: url(images/tbl_middle.gif); background-...
frontend/webadmin/modules/webadmin/gwt/org/ovirt/engine/ui/webadmin/public/WebAdmin.css
a.gwt-InlineHyperlink,a.gwt-Anchor { outline: none; text-decoration: none; font-family: Arial,sans-serif; } .gwt-PushButton { outline: none; } .gwt-Label { font-family: Arial,sans-serif; } /* oVirt legacy styles */ .rhev-Masthead { background-image: url(images/tbl_middle.gif); background-...
0.480235
0.132234
html { font-size: 62.5%; } * { font-size: 2rem; line-height: 1.5rem; color: #282f3b; box-sizing: border-box; font-weight: 400; } body { margin: 0; padding: 0; min-height: 100vh; } .header { background-color: #539ccf; clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%...
public/css/style.css
html { font-size: 62.5%; } * { font-size: 2rem; line-height: 1.5rem; color: #282f3b; box-sizing: border-box; font-weight: 400; } body { margin: 0; padding: 0; min-height: 100vh; } .header { background-color: #539ccf; clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%...
0.690142
0.100923
html, body, #mainContainer { padding: 0; margin: 0; height: 100%; width: 100%; font-family: verdana, helvetica, sans-serif; color: #eee; background-color: #777; } :focus { outline: none; } a { color: inherit; } /* UI container nodes */ .claro .dijitSplitContainer-dijitContentPane...
css/main.css
html, body, #mainContainer { padding: 0; margin: 0; height: 100%; width: 100%; font-family: verdana, helvetica, sans-serif; color: #eee; background-color: #777; } :focus { outline: none; } a { color: inherit; } /* UI container nodes */ .claro .dijitSplitContainer-dijitContentPane...
0.321247
0.094218
.top-banner { width: 100%; height: 800px; overflow: hidden; position: relative; } .top-banner h1 { width: 100%; position: absolute; left: 0; z-index: 4; color: #fff; text-align: center; top: 40%; font-size: 60px; letter-spacing: 20px; text-shadow: 0 5px 10px 5px; } .top-banner p { width: 1...
template/default/css/website.css
.top-banner { width: 100%; height: 800px; overflow: hidden; position: relative; } .top-banner h1 { width: 100%; position: absolute; left: 0; z-index: 4; color: #fff; text-align: center; top: 40%; font-size: 60px; letter-spacing: 20px; text-shadow: 0 5px 10px 5px; } .top-banner p { width: 1...
0.456894
0.056418
.item-details { background: linear-gradient(165deg, #251431 0%, #161130 22%); color: #fff; } .item-details-header-info { background-size: cover !important; height: 350px; width: 100%; } .item-details-header-info-nav { display: -ms-grid; display: grid; -ms-grid-columns: 30px 30px; grid-template-c...
src/components/ItemDetails/ItemDetails.css
.item-details { background: linear-gradient(165deg, #251431 0%, #161130 22%); color: #fff; } .item-details-header-info { background-size: cover !important; height: 350px; width: 100%; } .item-details-header-info-nav { display: -ms-grid; display: grid; -ms-grid-columns: 30px 30px; grid-template-c...
0.446012
0.064565
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Poppins:300,400,500,600,700,800"); /*-- Common Style --*/ *, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; } html, body { height: 100%; } body { background-color: #ffffff; line-height: 24px; ...
public/style.css
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Poppins:300,400,500,600,700,800"); /*-- Common Style --*/ *, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; } html, body { height: 100%; } body { background-color: #ffffff; line-height: 24px; ...
0.31363
0.056107
.blue .cg-board { background-image: url('images/board/blue2.jpg'); } .wood .cg-board { background-image: url('images/board/wood2.jpg'); } .marble .cg-board { background-image: url('images/board/marble.jpg'); } .chessground.light-wood-3d .cg-board-wrap { position: relative; background-image: url('images/board/...
assets/theme.css
.blue .cg-board { background-image: url('images/board/blue2.jpg'); } .wood .cg-board { background-image: url('images/board/wood2.jpg'); } .marble .cg-board { background-image: url('images/board/marble.jpg'); } .chessground.light-wood-3d .cg-board-wrap { position: relative; background-image: url('images/board/...
0.551815
0.170163
@charset "utf-8"; body,h1,h2,h3,h4,h5,h6 { font-family: "Lato", sans-serif; } body, html { height: 100%; color: #777; line-height: 1.8; } /* Create a Parallax Effect */ .bgimg-1, .bgimg-2, .bgimg-3 { background-attachment: fixed; background-position: center; background-repeat: no-repeat; ...
src/AppBundle/Resources/public/css/base.css
@charset "utf-8"; body,h1,h2,h3,h4,h5,h6 { font-family: "Lato", sans-serif; } body, html { height: 100%; color: #777; line-height: 1.8; } /* Create a Parallax Effect */ .bgimg-1, .bgimg-2, .bgimg-3 { background-attachment: fixed; background-position: center; background-repeat: no-repeat; ...
0.199854
0.063193
:root .grid-stack-item > .ui-resizable-handle { filter: none; } .grid-stack { position: relative; } .grid-stack.grid-stack-rtl { direction: ltr; } .grid-stack.grid-stack-rtl > .grid-stack-item { direction: rtl; } .grid-stack .grid-stack-placeholder > .placeholder-content { border: 1px dashed lightgray; ...
plug/gridstack/css/gridstack.css
:root .grid-stack-item > .ui-resizable-handle { filter: none; } .grid-stack { position: relative; } .grid-stack.grid-stack-rtl { direction: ltr; } .grid-stack.grid-stack-rtl > .grid-stack-item { direction: rtl; } .grid-stack .grid-stack-placeholder > .placeholder-content { border: 1px dashed lightgray; ...
0.556761
0.205914
.arrow-scroll { position: absolute; bottom: 90px; left: 50%; transform: translateX(-50%); } .arrow-container { display: flex; position: relative; width: 24px; height: 24px; } .chevron { position: absolute; width: 28px; height: 8px; opacity: 0; transform: scale3d(0.5, 0.5, 0.5); -webkit-trans...
frontend/nau4ok/src/static/styles/ArrowStyle.css
.arrow-scroll { position: absolute; bottom: 90px; left: 50%; transform: translateX(-50%); } .arrow-container { display: flex; position: relative; width: 24px; height: 24px; } .chevron { position: absolute; width: 28px; height: 8px; opacity: 0; transform: scale3d(0.5, 0.5, 0.5); -webkit-trans...
0.547222
0.110639
@charset "UTF-8"; :root{ /* Transition -------------------------- */ /* Colors -------------------------- */ /* Link -------------------------- */ /* Border -------------------------- */ /* Box-shadow -------------------------- */ /* Fill -------------------------- */ /* Font -...
src/theme/notification.css
@charset "UTF-8"; :root{ /* Transition -------------------------- */ /* Colors -------------------------- */ /* Link -------------------------- */ /* Border -------------------------- */ /* Box-shadow -------------------------- */ /* Fill -------------------------- */ /* Font -...
0.251556
0.032253
.pi-menu, .pi-menu-btn-list, .pi-simple-menu { display: inline-block; vertical-align: middle; list-style: none; -webkit-padding-start: 0px; padding: 0; margin: 0; } .pi-header-block .pi-menu, .pi-header-block .pi-menu-btn-list, .pi-header-block .pi-simple-menu { margin: 0; } .pi-menu li, .pi-menu-btn-list...
aura/purple/css/menu.css
.pi-menu, .pi-menu-btn-list, .pi-simple-menu { display: inline-block; vertical-align: middle; list-style: none; -webkit-padding-start: 0px; padding: 0; margin: 0; } .pi-header-block .pi-menu, .pi-header-block .pi-menu-btn-list, .pi-header-block .pi-simple-menu { margin: 0; } .pi-menu li, .pi-menu-btn-list...
0.252845
0.050729
@import url('https://fonts.googleapis.com/css?family=Lato'); @import url('https://use.fontawesome.com/releases/v5.7.1/css/all.css'); @import './styles/reset.css'; @import './styles/typography.css'; @import './styles/buttons.css'; @import './styles/forms.css'; body { background: #FBF8F6; } /* header styles */ hea...
style.css
@import url('https://fonts.googleapis.com/css?family=Lato'); @import url('https://use.fontawesome.com/releases/v5.7.1/css/all.css'); @import './styles/reset.css'; @import './styles/typography.css'; @import './styles/buttons.css'; @import './styles/forms.css'; body { background: #FBF8F6; } /* header styles */ hea...
0.387922
0.059047
.filter_label{ color: #017083; } .filter_link{ color: #FFFFFF; text-decoration: none; } .filter_link:hover{ text-decoration: underline; } .sf_filter_header{ background: #5D93CE; border-radius: 3px; } .sf_filter_header a{ color: white; } .sf_table .sortable, .sf_table .sorted a{ color: #...
src/Zk/InterfaceBundle/Resources/public/css/admin_interface.css
.filter_label{ color: #017083; } .filter_link{ color: #FFFFFF; text-decoration: none; } .filter_link:hover{ text-decoration: underline; } .sf_filter_header{ background: #5D93CE; border-radius: 3px; } .sf_filter_header a{ color: white; } .sf_table .sortable, .sf_table .sorted a{ color: #...
0.351089
0.082994
.row-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-right: -15px; margin-left: -15px; -webkit-box-orient: horizontal; -webkit-box-direction: norm...
TenneSite/site/src/main/resources/css/bootstrap-grid-flexbox.css
.row-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-right: -15px; margin-left: -15px; -webkit-box-orient: horizontal; -webkit-box-direction: norm...
0.329607
0.029312
@custom-selector :--header h1, h2, h3, h4, h5, h6; /* Use `border-box` properly: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } body { background-color: color(var(--color-menu)); font-family: ...
website/stylesheets/page.css
@custom-selector :--header h1, h2, h3, h4, h5, h6; /* Use `border-box` properly: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } body { background-color: color(var(--color-menu)); font-family: ...
0.579043
0.139162
@charset "UTF-8"; /* fonts */ @font-face { font-family: 'ProximaNova'; font-weight: normal; font-style: normal; src: url("fonts/proxima-nova-regular.eot"); src: url("fonts/proxima-nova-regular.eot?#iefix") format("embedded-opentype"), url("fonts/proxima-nova-regular.woff") format("woff"), url("fonts...
docs/css/page-6.css
@charset "UTF-8"; /* fonts */ @font-face { font-family: 'ProximaNova'; font-weight: normal; font-style: normal; src: url("fonts/proxima-nova-regular.eot"); src: url("fonts/proxima-nova-regular.eot?#iefix") format("embedded-opentype"), url("fonts/proxima-nova-regular.woff") format("woff"), url("fonts...
0.363873
0.077868
* { margin: 0; padding: 0; } p{ font-size: 135%; } .container-fluid { padding: 0 !important; } body { margin: 0; font-family: 'Montserrat', sans-serif; } header { padding: 20px 0; background-color: #ffffff; box-shadow: 0 4px 6px rgba(0,0,0,.2); } .container { padding: 0 20px; ma...
css/estilo.css
* { margin: 0; padding: 0; } p{ font-size: 135%; } .container-fluid { padding: 0 !important; } body { margin: 0; font-family: 'Montserrat', sans-serif; } header { padding: 20px 0; background-color: #ffffff; box-shadow: 0 4px 6px rgba(0,0,0,.2); } .container { padding: 0 20px; ma...
0.309337
0.07921
.sidebar .nav li>a[aria-expanded="true"]:hover, .sidebar .nav li>a:hover { background-color: #32c787; color: white; } .sidebar .nav li>a:hover { color: white; background-color: #32c787 !important; } .sidebar .nav li:hover>a:hover { color: white; background-color: #32c787; } .date_form_contain...
public/assets/css/custom.css
.sidebar .nav li>a[aria-expanded="true"]:hover, .sidebar .nav li>a:hover { background-color: #32c787; color: white; } .sidebar .nav li>a:hover { color: white; background-color: #32c787 !important; } .sidebar .nav li:hover>a:hover { color: white; background-color: #32c787; } .date_form_contain...
0.425605
0.094552
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400&family=IBM+Plex+Sans&display=swap'); :root { /* fonts - families*/ --fonts-family-mono: 'IBM Plex Mono', monospace; --fonts-family-sans: 'IBM Plex Sans', sans-serif; /* fonts - sizes */ --fonts-size-md: 16px; --fonts-size-lg-m...
src/main.css
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400&family=IBM+Plex+Sans&display=swap'); :root { /* fonts - families*/ --fonts-family-mono: 'IBM Plex Mono', monospace; --fonts-family-sans: 'IBM Plex Sans', sans-serif; /* fonts - sizes */ --fonts-size-md: 16px; --fonts-size-lg-m...
0.424889
0.068944
body { margin: 0; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; ...
source/css/doc.css
body { margin: 0; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; ...
0.562777
0.082365
.background_royalBlue1, .hover_background_royalBlue1:hover, .active_background_royalBlue1:active:hover { background: #7d99eb; background-image: -moz-linear-gradient(top, rgb(203, 214, 247) 0%, rgb(125, 153, 235) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(203...
widgets/common/assets/gradients/simple/royalBlue/royalBlue1.css
.background_royalBlue1, .hover_background_royalBlue1:hover, .active_background_royalBlue1:active:hover { background: #7d99eb; background-image: -moz-linear-gradient(top, rgb(203, 214, 247) 0%, rgb(125, 153, 235) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(203...
0.500977
0.100437
@charset "utf-8"; body { background-color: #EEE; } .m2-regist-main{ width:100%; background: url(../images/main-bg.png) repeat-x; min-height: 768px; } .m2-regist-center{ width:1038px; margin:0 auto; padding-top:20px; } .m2-regist-logo{margin-left:140px;margin-top:20px} .m2-regist-left{ float:left; width:560px;...
public/statics/home2/css/login.css
@charset "utf-8"; body { background-color: #EEE; } .m2-regist-main{ width:100%; background: url(../images/main-bg.png) repeat-x; min-height: 768px; } .m2-regist-center{ width:1038px; margin:0 auto; padding-top:20px; } .m2-regist-logo{margin-left:140px;margin-top:20px} .m2-regist-left{ float:left; width:560px;...
0.181953
0.069827
body[appearance="light"] { background: white; } body[appearance="light"] .navbar { background: lightgrey; } body[appearance="light"] .navname { color: black; } body[appearance="light"] a { color: black; } body[appearance="light"] .apptitle { color: black; } body[appearance="light"] .csstitle { color: b...
public/css/light.css
body[appearance="light"] { background: white; } body[appearance="light"] .navbar { background: lightgrey; } body[appearance="light"] .navname { color: black; } body[appearance="light"] a { color: black; } body[appearance="light"] .apptitle { color: black; } body[appearance="light"] .csstitle { color: b...
0.548915
0.099514
:root { --Color-primary: #111; /* [1] */ --Color-black: #000; --Color-white: #fff; --Color-grey-10: #f5f5f0; --Color-grey-15: #f6f9fc; --Color-grey-20: #eee; --Color-grey-30: #ddd; --Color-grey-40: #a5abb0; --Color-grey-50: #5a6772; --Color-grey-60: #444e57; --Color-grey-80: #30373d; --Color-gr...
src/utils/colors/index.css
:root { --Color-primary: #111; /* [1] */ --Color-black: #000; --Color-white: #fff; --Color-grey-10: #f5f5f0; --Color-grey-15: #f6f9fc; --Color-grey-20: #eee; --Color-grey-30: #ddd; --Color-grey-40: #a5abb0; --Color-grey-50: #5a6772; --Color-grey-60: #444e57; --Color-grey-80: #30373d; --Color-gr...
0.518546
0.143248
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("facebook.com") { /* Hide this shit! */ .highlightIndicator, .tinyman:after, .fbTimelineSideAds, .fbTimelineScrubber, .buttonWrap, .fbTimelineSpine, .spinePointer, .topBorder, .bottomBorder, #footerContainer, .middleLink, .mo...
data/usercss/60681.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("facebook.com") { /* Hide this shit! */ .highlightIndicator, .tinyman:after, .fbTimelineSideAds, .fbTimelineScrubber, .buttonWrap, .fbTimelineSpine, .spinePointer, .topBorder, .bottomBorder, #footerContainer, .middleLink, .mo...
0.191933
0.080574
.bg-white { background: #fff; color:#222; } .bg-primary { background: #05a8a6; color:#fff; } .bg-secondary { background: #0b8ed8; color:#fff; } .bg-primary-gradient { background: #6e35a5 url(../img/chain.svg) left center no-repeat; /* Old browsers */ background: url(../img/chain.svg) left center no-repe...
public/stylesheets/custom.css
.bg-white { background: #fff; color:#222; } .bg-primary { background: #05a8a6; color:#fff; } .bg-secondary { background: #0b8ed8; color:#fff; } .bg-primary-gradient { background: #6e35a5 url(../img/chain.svg) left center no-repeat; /* Old browsers */ background: url(../img/chain.svg) left center no-repe...
0.323166
0.063453
[1. Typography] */ body { font-family: 'Hind Madurai', 'Helvetica Neue', sans-serif; letter-spacing: 0; font-weight: 400; font-size: 1.5rem; line-height: 1.8; color: #6d7485; } h1, h2, h3, h4, h5, h6, input, button, .button, select, textarea, .post-title, .project-title, .product-title, .overl...
public/css/skin.css
[1. Typography] */ body { font-family: 'Hind Madurai', 'Helvetica Neue', sans-serif; letter-spacing: 0; font-weight: 400; font-size: 1.5rem; line-height: 1.8; color: #6d7485; } h1, h2, h3, h4, h5, h6, input, button, .button, select, textarea, .post-title, .project-title, .product-title, .overl...
0.47658
0.134662
.hs-wrapper{ width: 333px; height: 500px; position: relative; margin: 0 auto; overflow: hidden; box-shadow: 1px 1px 2px rgba(0,0,0,0.5); } .hs-wrapper img{ top: 0px; left: 0px; position: absolute; -webkit-animation: showMe 0.8s linear infinite 0s forwards; -moz-animation: showMe 0.8s linear infinite 0s forwa...
public/css/style2V2.css
.hs-wrapper{ width: 333px; height: 500px; position: relative; margin: 0 auto; overflow: hidden; box-shadow: 1px 1px 2px rgba(0,0,0,0.5); } .hs-wrapper img{ top: 0px; left: 0px; position: absolute; -webkit-animation: showMe 0.8s linear infinite 0s forwards; -moz-animation: showMe 0.8s linear infinite 0s forwa...
0.2763
0.049797
body { background-color: #454b65; color: #202020; font-size: 18px; font-family: sans; color: #eeeeee; } body a { color: #ffffff; text-decoration: none; } #tab-view { max-width: 80em; margin-left: auto; margin-right: auto; } #tab-search { width: 100%; border: 0px; ...
src/styles.css
body { background-color: #454b65; color: #202020; font-size: 18px; font-family: sans; color: #eeeeee; } body a { color: #ffffff; text-decoration: none; } #tab-view { max-width: 80em; margin-left: auto; margin-right: auto; } #tab-search { width: 100%; border: 0px; ...
0.41478
0.123709
@charset "utf-8"; /* CSS Document */ html { height:100%; margin:0; } body { height:100%; margin:0; } .top{ width: 100%; height: 16%; background-color: rgba(65,199,219,0.7); text-align: center; ...
view/static/css/teacher/TeacherCreateCoursePage.css
@charset "utf-8"; /* CSS Document */ html { height:100%; margin:0; } body { height:100%; margin:0; } .top{ width: 100%; height: 16%; background-color: rgba(65,199,219,0.7); text-align: center; ...
0.295332
0.055336
Color scheme ideas: Current scheme: pastel blue and yellow with a hint of red: http://colorschemedesigner.com/#3N32mmmuew0w0 Primary Color: 3D58A2 41507A 142B69 6F89D1 899CD1 Secondary Color A: EBF048 B1B456 989C17 F4F776 F5F798 Secondary Color B: F15149 B55B56 9D1E18 F87D76 ...
v1-v2/edu-python.css
Color scheme ideas: Current scheme: pastel blue and yellow with a hint of red: http://colorschemedesigner.com/#3N32mmmuew0w0 Primary Color: 3D58A2 41507A 142B69 6F89D1 899CD1 Secondary Color A: EBF048 B1B456 989C17 F4F776 F5F798 Secondary Color B: F15149 B55B56 9D1E18 F87D76 ...
0.673299
0.391348
.icon-albb-video{ background:url('icons_albb/albb_video.png') no-repeat center center;} .icon-albb-live-video{ background:url('icons_albb/albb_live_video.png') no-repeat center center;} .icon-albb-history-video{ background:url('icons_albb/albb_history_video.png') no-repeat center center;} .icon-albb-dept{ background:ur...
zhongkeyuan/css/icon_albb.css
.icon-albb-video{ background:url('icons_albb/albb_video.png') no-repeat center center;} .icon-albb-live-video{ background:url('icons_albb/albb_live_video.png') no-repeat center center;} .icon-albb-history-video{ background:url('icons_albb/albb_history_video.png') no-repeat center center;} .icon-albb-dept{ background:ur...
0.220678
0.062847
.react-split-mde-preview { line-height: 1.9 } .react-split-mde-preview>*:first-child { margin-top: 0 } .react-split-mde-preview i, .react-split-mde-preview cite, .react-split-mde-preview em { font-style: italic } .react-split-mde-preview strong { font-weight: 600 } .react-split-mde-preview a { color: #0f83fd }...
css/preview.css
.react-split-mde-preview { line-height: 1.9 } .react-split-mde-preview>*:first-child { margin-top: 0 } .react-split-mde-preview i, .react-split-mde-preview cite, .react-split-mde-preview em { font-style: italic } .react-split-mde-preview strong { font-weight: 600 } .react-split-mde-preview a { color: #0f83fd }...
0.318803
0.061678
.Hero { background-image: linear-gradient(45deg, rgba(0,0,0, 0.3), rgba(0,0,0, 0.3)), url("../images/hero-1.jpg"); height: 92rem; background-size: cover; background-position: center; position: relative; } .HeroGroup { margin: 0 auto; max-width: 50rem; padding: 15rem 5rem; text-align: center; } .H...
src/components/layout.css
.Hero { background-image: linear-gradient(45deg, rgba(0,0,0, 0.3), rgba(0,0,0, 0.3)), url("../images/hero-1.jpg"); height: 92rem; background-size: cover; background-position: center; position: relative; } .HeroGroup { margin: 0 auto; max-width: 50rem; padding: 15rem 5rem; text-align: center; } .H...
0.679391
0.160496
@font-face { font-family: 'SF UI Text Regular'; font-style: normal; font-weight: normal; src: local('SF UI Text Regular'), url('SFUIText-Regular.woff') format('woff'); } @font-face { font-family: 'SF UI Text Italic'; font-style: normal; font-weight: normal; src: local('SF UI Text Italic'), url('SFUIText-RegularItali...
resources/fonts/style.css
@font-face { font-family: 'SF UI Text Regular'; font-style: normal; font-weight: normal; src: local('SF UI Text Regular'), url('SFUIText-Regular.woff') format('woff'); } @font-face { font-family: 'SF UI Text Italic'; font-style: normal; font-weight: normal; src: local('SF UI Text Italic'), url('SFUIText-RegularItali...
0.629888
0.06951
/* ACCORDION */ .accrodation { width: 100%; } .acc-trigger { cursor: pointer; display: block; margin: 0 0 0 0; width: 100%; } .acc-trigger:last-of-type, .acc-container:last-of-type { margin-bottom: 20px; } .no-js .acc-trigger:last-of-type { border-bottom: none; } .acc-trigger a { background: url(../../images/accordion...
js/accordion/accordion.css
/* ACCORDION */ .accrodation { width: 100%; } .acc-trigger { cursor: pointer; display: block; margin: 0 0 0 0; width: 100%; } .acc-trigger:last-of-type, .acc-container:last-of-type { margin-bottom: 20px; } .no-js .acc-trigger:last-of-type { border-bottom: none; } .acc-trigger a { background: url(../../images/accordion...
0.243732
0.172939
#fakebody { background-color: blue; width: 0px; height: 0px; margin: 0px auto 0px auto; } #outline { width: 188px; padding: 5px; background: white; margin-right: 835px; border: solid 1px #efefee; -webkit-border-radius: 3px; border-radius: 3px; display: none; float: r...
media/css/outline.css
#fakebody { background-color: blue; width: 0px; height: 0px; margin: 0px auto 0px auto; } #outline { width: 188px; padding: 5px; background: white; margin-right: 835px; border: solid 1px #efefee; -webkit-border-radius: 3px; border-radius: 3px; display: none; float: r...
0.375363
0.07363
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, ...
css/FlexBox-index.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.283682
0.081923
.container { padding: 0 2rem; } .main { min-height: 100vh; padding: 4rem 0; flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; } .footer { display: flex; flex: 1; padding: 2rem 0; border-top: 1px solid #eaeaea; justify-content: center; align-items...
example/with-nextjs-react-query-typescript/styles/Home.module.css
.container { padding: 0 2rem; } .main { min-height: 100vh; padding: 4rem 0; flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; } .footer { display: flex; flex: 1; padding: 2rem 0; border-top: 1px solid #eaeaea; justify-content: center; align-items...
0.538012
0.095687
.pivot { text-align:left; font-family:"Segoe UI",sans-serif; color:#333; font-size:13px; } .pivot a { color:#36a3d8; } .pivot a:visited { color:#36a3d8; } div.pivot { background:white; } dl.pivot { clear:both; margin-bottom:0; } h2.pivot { clear:both; font-size:1.25em; ...
v2/app/pivot/PivotView.css
.pivot { text-align:left; font-family:"Segoe UI",sans-serif; color:#333; font-size:13px; } .pivot a { color:#36a3d8; } .pivot a:visited { color:#36a3d8; } div.pivot { background:white; } dl.pivot { clear:both; margin-bottom:0; } h2.pivot { clear:both; font-size:1.25em; ...
0.444083
0.132571
.flex { display: flex; } .mid { display: flex; justify-content: center; align-items: center; } .a-center { display: flex; align-items: center; } .space-between { display: flex; justify-content: space-between; } .row { display: flex; margin: -10px; flex-wrap: wrap; } html, body { background:...
css/style.css
.flex { display: flex; } .mid { display: flex; justify-content: center; align-items: center; } .a-center { display: flex; align-items: center; } .space-between { display: flex; justify-content: space-between; } .row { display: flex; margin: -10px; flex-wrap: wrap; } html, body { background:...
0.362856
0.059129
.waitMe_container { position: relative; transform: translateZ(0); backface-visibility: hidden } body.waitMe_container { position: fixed; width: 100%; height: 100% } .waitMe_container .waitMe { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 9989; ...
plugins/waitme/waitMe.css
.waitMe_container { position: relative; transform: translateZ(0); backface-visibility: hidden } body.waitMe_container { position: fixed; width: 100%; height: 100% } .waitMe_container .waitMe { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 9989; ...
0.591723
0.113285
.right { float: right; } .left { float: left; } .left-padded { margin-left: 25%; } .display-box { text-align: center; padding: .5rem; border: 2px; border-style: solid; font-weight: 700; border-radius: 4px; border-collapse: separate; border-spacing: .25rem; } ...
css/styles.css
.right { float: right; } .left { float: left; } .left-padded { margin-left: 25%; } .display-box { text-align: center; padding: .5rem; border: 2px; border-style: solid; font-weight: 700; border-radius: 4px; border-collapse: separate; border-spacing: .25rem; } ...
0.651355
0.277131
.box-1 { margin: 100px auto; width: 70px; height: 70px; text-align: center; font-size: 10px; } .box-1 > div { background-color: #333; height: 100%; width: 6px; display: inline-block; -webkit-animation: box-1-stretchdelay 1.2s infinite ease-in-out; animation: box-1-...
src/app/all/all.component.css
.box-1 { margin: 100px auto; width: 70px; height: 70px; text-align: center; font-size: 10px; } .box-1 > div { background-color: #333; height: 100%; width: 6px; display: inline-block; -webkit-animation: box-1-stretchdelay 1.2s infinite ease-in-out; animation: box-1-...
0.461988
0.092237
body { margin:0px; background-image:none; position:static; left:auto; width:1366px; margin-left:0; margin-right:0; text-align:left; } #base { position:absolute; z-index:0; } #u2220 { position:absolute; left:180px; top:0px; width:1186px; height:48px; overflow:hidden; } #u2220_state0 { ...
冥界页面(地府)/files/冥币管理/styles.css
body { margin:0px; background-image:none; position:static; left:auto; width:1366px; margin-left:0; margin-right:0; text-align:left; } #base { position:absolute; z-index:0; } #u2220 { position:absolute; left:180px; top:0px; width:1186px; height:48px; overflow:hidden; } #u2220_state0 { ...
0.327238
0.046856
.infobox { position: fixed; display: flex; width: 375px; height: 100px; bottom: 15px; right: 30px; padding-left: 30px; color: #FFF; transform: translateY(0); transition: cubic-bezier(0, 1, 0, 1) 1s transform; } .infobox:not(.selected) { transform: translateY(150px); } .infobox .screenshot { posi...
src/components/play-mode/infobox/infobox.module.css
.infobox { position: fixed; display: flex; width: 375px; height: 100px; bottom: 15px; right: 30px; padding-left: 30px; color: #FFF; transform: translateY(0); transition: cubic-bezier(0, 1, 0, 1) 1s transform; } .infobox:not(.selected) { transform: translateY(150px); } .infobox .screenshot { posi...
0.462716
0.121165
*{ margin: 0; padding: 0; } li{ list-style: none; } /*****************头部****************/ #head{ width: 100%; } #head nav{ box-sizing: border-box; width: 1280px; height: 92px; background: rgba(255,255,255,1); position: absolute; top: 30px; left: 50%; margin-left: -6...
durab/css/common2.css
*{ margin: 0; padding: 0; } li{ list-style: none; } /*****************头部****************/ #head{ width: 100%; } #head nav{ box-sizing: border-box; width: 1280px; height: 92px; background: rgba(255,255,255,1); position: absolute; top: 30px; left: 50%; margin-left: -6...
0.311113
0.039085
body, html { background-color:#fff } #NovBreadcrumbs { padding:25px 15px; background:#ededed; margin-bottom:80px } #NovBreadcrumbs h1 { font-family:"Poppins","HelveticaNeue","Helvetica Neue",sans-serif; font-size:2rem; font-weight:bold; margin:0; color:#222; text-align:center; text-transform:uppercase } #Nov...
src/WebApp/AspnetRunBasics/wwwroot/css/layout.css
body, html { background-color:#fff } #NovBreadcrumbs { padding:25px 15px; background:#ededed; margin-bottom:80px } #NovBreadcrumbs h1 { font-family:"Poppins","HelveticaNeue","Helvetica Neue",sans-serif; font-size:2rem; font-weight:bold; margin:0; color:#222; text-align:center; text-transform:uppercase } #Nov...
0.35869
0.146942
Color Functions ========================================================================== */ /* EM conversion ========================================================================== */ /* ========================================================================== Fluid Type as seen on https://madeb...
docs/assets/css/main.css
Color Functions ========================================================================== */ /* EM conversion ========================================================================== */ /* ========================================================================== Fluid Type as seen on https://madeb...
0.455683
0.06492
@media only screen and (max-width: 1199px) { .card-title { display:none !important} .card { width: 3.5rem !important; height: 6rem !important; border-radius: 7px !important} .ol-1::before {content: "Desenvolvimento para Mídias Digitais (2020)"; font-weight:bold; font-size: 15px; color: rgb(42,122,228);} ...
css/media-queries.css
@media only screen and (max-width: 1199px) { .card-title { display:none !important} .card { width: 3.5rem !important; height: 6rem !important; border-radius: 7px !important} .ol-1::before {content: "Desenvolvimento para Mídias Digitais (2020)"; font-weight:bold; font-size: 15px; color: rgb(42,122,228);} ...
0.280518
0.182025
@import url('https://fonts.googleapis.com/css?family=Hind:400,500,700'); html, body { width: 100%; height: 100%; } body { font-family: 'Hind'; background-color: #000; color: #fff; } .brand-logo { width: 120px; } .hero { background-image: linear-gradient(rgb(82, 72, 72), rgba(15, 19, 20, ...
angular/src/assets/css/errorPage.css
@import url('https://fonts.googleapis.com/css?family=Hind:400,500,700'); html, body { width: 100%; height: 100%; } body { font-family: 'Hind'; background-color: #000; color: #fff; } .brand-logo { width: 120px; } .hero { background-image: linear-gradient(rgb(82, 72, 72), rgba(15, 19, 20, ...
0.418222
0.079424
.logo-avatar { border-radius: 50%; } .b0{ border: 0px; } .aligncenter { margin: 0 auto; display: block; text-align: center; } /* .mt-50 { margin-top: 50px; } .mb-50 { margin-bottom: 50px; } */ .code, .footnotes, code, pre { font-family: Consolas, monaco, monospace; } /* h1.h...
src/components/custom.css
.logo-avatar { border-radius: 50%; } .b0{ border: 0px; } .aligncenter { margin: 0 auto; display: block; text-align: center; } /* .mt-50 { margin-top: 50px; } .mb-50 { margin-bottom: 50px; } */ .code, .footnotes, code, pre { font-family: Consolas, monaco, monospace; } /* h1.h...
0.405449
0.226826
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, ...
login-form-v36/assets/stylesheets/style.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, ...
0.427277
0.072374
h4, h5, h6, h1, h2, h3 {margin: 0;} ul, ol {margin: 0;} p {margin: 0;} html { font-family: 'Montserrat', sans-serif; font-size: 100%; background:#e6e6e6; } body { background-image: url(../raw/White-Wallpaper-62E.jpg); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;...
css/style.css
h4, h5, h6, h1, h2, h3 {margin: 0;} ul, ol {margin: 0;} p {margin: 0;} html { font-family: 'Montserrat', sans-serif; font-size: 100%; background:#e6e6e6; } body { background-image: url(../raw/White-Wallpaper-62E.jpg); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;...
0.282889
0.112649
@charset "utf-8"; body, * { padding: 0; margin: 0; list-style: none; width: 100%; -webkit-user-select: none; font-family: "Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti; } a { text-decoration: none; } img { border: 0; } a[href*='baidu'] { display: none; } .main { ma...
PersonalWeb/PersonalWeb/obj/Release/Package/PackageTmp/Html/css/base.css
@charset "utf-8"; body, * { padding: 0; margin: 0; list-style: none; width: 100%; -webkit-user-select: none; font-family: "Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti; } a { text-decoration: none; } img { border: 0; } a[href*='baidu'] { display: none; } .main { ma...
0.465145
0.088072
BODY {background: #ffffff; color: #333366;font-size: 12px; font-family: verdana; margin-top: 5px;} TABLE {border: 0px; padding:1px; font-size:12px;} TD {vertical-align: top; } H3 { text-decoration: none; } H5 { font-size:10px; font-decoration:none; } B {text-decoration: none; } A {color: #333366; text-decoration: under...
WebRoot/html/V2/bigStyle.css
BODY {background: #ffffff; color: #333366;font-size: 12px; font-family: verdana; margin-top: 5px;} TABLE {border: 0px; padding:1px; font-size:12px;} TD {vertical-align: top; } H3 { text-decoration: none; } H5 { font-size:10px; font-decoration:none; } B {text-decoration: none; } A {color: #333366; text-decoration: under...
0.166506
0.145085
.navbar-light .navbar-nav .nav-link { font-size: 16px !important; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: 1rem !important; padding-left: 1rem !important; } .wrap-countdown { display: inline-block; width: 825px; background-color: rgb(211, 194, 228); border: 1px solid #e6e6e...
public/css/style.css
.navbar-light .navbar-nav .nav-link { font-size: 16px !important; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: 1rem !important; padding-left: 1rem !important; } .wrap-countdown { display: inline-block; width: 825px; background-color: rgb(211, 194, 228); border: 1px solid #e6e6e...
0.318485
0.052207
background-image: url('../../images/tools-legal.svg'); background-color: #0089c2; background-size: 400px auto; background-position: center 15px; background-attachment: scroll; } #list header > h1 { color: #fff; margin-top: 50px; } #list > article { padding-bottom: 20px; } #list > article > p { font-fa...
styles/pages/index.css
background-image: url('../../images/tools-legal.svg'); background-color: #0089c2; background-size: 400px auto; background-position: center 15px; background-attachment: scroll; } #list header > h1 { color: #fff; margin-top: 50px; } #list > article { padding-bottom: 20px; } #list > article > p { font-fa...
0.201028
0.079068
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } body { min-width: 300px; height: 100vh; display: flex; align-items: center; justify-content: center...
style.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } body { min-width: 300px; height: 100vh; display: flex; align-items: center; justify-content: center...
0.641422
0.132795
@-moz-document domain("instructure.com") { .ic-app-header__logomark { background-image: url("http://backgroundcheckall.com/wp-content/uploads/2017/12/bmw-logo-transparent-background.png"); background-color: #112e3e } .ic-app-header__main-navigation { background-color: #0f384f } .ic-app-header__secondary...
data/usercss/161267.user.css
@-moz-document domain("instructure.com") { .ic-app-header__logomark { background-image: url("http://backgroundcheckall.com/wp-content/uploads/2017/12/bmw-logo-transparent-background.png"); background-color: #112e3e } .ic-app-header__main-navigation { background-color: #0f384f } .ic-app-header__secondary...
0.27973
0.085595
.open-nav{ font-size: 20px; color: #fff; float: left; margin-right: 20px; opacity: 0.9; display: none; } .open-nav:hover{ opacity: 1; color: #fff; } .nav-bg{ display: none; background-color: rgba(0,0,0,0.7); position: fixed; z-index: 8888; height: 100%; width: 10...
public/css/responsive.css
.open-nav{ font-size: 20px; color: #fff; float: left; margin-right: 20px; opacity: 0.9; display: none; } .open-nav:hover{ opacity: 1; color: #fff; } .nav-bg{ display: none; background-color: rgba(0,0,0,0.7); position: fixed; z-index: 8888; height: 100%; width: 10...
0.325735
0.069415
.u-section-1 { background-image: url("../../img/bg.png"); background-position: 50% 50%; min-height: 683px; } .u-section-1 .u-shape-1 { width: calc(((100% - 1140px) / 2) + 353px); left: 0; background-image: none; right: auto; } .u-section-1 .u-image-1 { width: 449px; height: 299px; margin-top: 0; ...
public/css/nicepage/Home.css
.u-section-1 { background-image: url("../../img/bg.png"); background-position: 50% 50%; min-height: 683px; } .u-section-1 .u-shape-1 { width: calc(((100% - 1140px) / 2) + 353px); left: 0; background-image: none; right: auto; } .u-section-1 .u-image-1 { width: 449px; height: 299px; margin-top: 0; ...
0.52756
0.109992
svg { float:left; } .axis text { font: 10px sans-serif; } .axis path, .axis line { fill: none; stroke: #999; shape-rendering: crispEdges; } .bar { fill: #3261AB; /*#3DB680;*/ /*#D04255;*/ fill-opacity: .9; shape-rendering: crispEdges; font-size: 10px; } rect.bar { fill-opacity: .4; } rect text { fi...
public/css/sumo.css
svg { float:left; } .axis text { font: 10px sans-serif; } .axis path, .axis line { fill: none; stroke: #999; shape-rendering: crispEdges; } .bar { fill: #3261AB; /*#3DB680;*/ /*#D04255;*/ fill-opacity: .9; shape-rendering: crispEdges; font-size: 10px; } rect.bar { fill-opacity: .4; } rect text { fi...
0.429669
0.237886
audio { width: 185px; height: 40px; background: black; padding: 5px; margin-top: 10px; } ul li { list-style-type: none; color: black; } #recordingslist { padding-left: 0%; background: black; } a { color: gray;...
public/src/css/websax.css
audio { width: 185px; height: 40px; background: black; padding: 5px; margin-top: 10px; } ul li { list-style-type: none; color: black; } #recordingslist { padding-left: 0%; background: black; } a { color: gray;...
0.332202
0.08389
.card--main { position: absolute; transition: width 0.5s, height 0.5s, transform 0.5s !important; z-index: 2; } .card--main__inner { display: grid; grid-column-gap: var(--_padding); grid-row-gap: var(--_padding); grid-template-areas: "logo right"; grid-template-columns: 38.197% auto; ...
blocks/card/card--main.css
.card--main { position: absolute; transition: width 0.5s, height 0.5s, transform 0.5s !important; z-index: 2; } .card--main__inner { display: grid; grid-column-gap: var(--_padding); grid-row-gap: var(--_padding); grid-template-areas: "logo right"; grid-template-columns: 38.197% auto; ...
0.483161
0.124426
============================================================ Default Css Wrap Start ============================================================ */ footer, header, .content, .padding-70by40, .kode_eco-top_bar{ float: left; width:100%; position: relative; } header{ z-index: 60; } .eco_wrapper{ float: l...
public/css/style.css
============================================================ Default Css Wrap Start ============================================================ */ footer, header, .content, .padding-70by40, .kode_eco-top_bar{ float: left; width:100%; position: relative; } header{ z-index: 60; } .eco_wrapper{ float: l...
0.398875
0.065845
body { font-family: 'Caudex', sans-serif; color: #000205; } h1, h2, h3, h4 { font-weight: bold; } .layout_padding { padding: 75px 0; } .layout_padding2 { padding: 45px 0; } .layout_padding2-top { padding-top: 45px; } .layout_padding-top { padding-top: 75px; } .layout_padding-bottom { padding-bot...
css/style1.css
body { font-family: 'Caudex', sans-serif; color: #000205; } h1, h2, h3, h4 { font-weight: bold; } .layout_padding { padding: 75px 0; } .layout_padding2 { padding: 45px 0; } .layout_padding2-top { padding-top: 45px; } .layout_padding-top { padding-top: 75px; } .layout_padding-bottom { padding-bot...
0.196479
0.051534
You can learn about here: https://github.com/juntossomosmais/venice */ :root { /* 1. Spaces */ --space-xxs: 4px; --space-xs: 8px; --space-sm: 16px; --space: 24px; --space-md: 32px; --space-lg: 48px; --space-xlg: 64px; --screen-xs: 360px; --screen-sm: 768px; --screen-md: 992px; --screen-lg: 12...
src/assets/styles/variables-root.css
You can learn about here: https://github.com/juntossomosmais/venice */ :root { /* 1. Spaces */ --space-xxs: 4px; --space-xs: 8px; --space-sm: 16px; --space: 24px; --space-md: 32px; --space-lg: 48px; --space-xlg: 64px; --screen-xs: 360px; --screen-sm: 768px; --screen-md: 992px; --screen-lg: 12...
0.347426
0.132486
*, *:after, *:before { box-sizing: inherit; } html { box-sizing: border-box; font-size: 62.5%; } body { display: flex; color: #323232; background-color: #fefefe; font-family: 'Fira Mono', monospace; font-size: 1.6em; font-weight: 400; letter-spacing: 0.0625em; line-height: 1.8em; } @media only scr...
static/css/style.min.css
*, *:after, *:before { box-sizing: inherit; } html { box-sizing: border-box; font-size: 62.5%; } body { display: flex; color: #323232; background-color: #fefefe; font-family: 'Fira Mono', monospace; font-size: 1.6em; font-weight: 400; letter-spacing: 0.0625em; line-height: 1.8em; } @media only scr...
0.572245
0.111193
@font-face { font-family: 'icomoon'; src: url("../fonts/icomoon/icomoon.eot?srf3rx"); src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/...
css/style.css
@font-face { font-family: 'icomoon'; src: url("../fonts/icomoon/icomoon.eot?srf3rx"); src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/...
0.331552
0.079567
*:not(body) { margin: 0; padding: 0; box-sizing: border-box; } .lightmode { --home-bg-color: #f3f3f3; --input-bg-color: #e3e3e3; --input-font-color: black; --todo-bg-color: white; --todo-font-color: black; --plus-logo-color: white; --header-color: rgb(255, 107, 0); --github-fill: black; --githu...
style.css
*:not(body) { margin: 0; padding: 0; box-sizing: border-box; } .lightmode { --home-bg-color: #f3f3f3; --input-bg-color: #e3e3e3; --input-font-color: black; --todo-bg-color: white; --todo-font-color: black; --plus-logo-color: white; --header-color: rgb(255, 107, 0); --github-fill: black; --githu...
0.320928
0.107437
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@300&family=Julius+Sans+One&family=Redressed&family=Zen+Kaku+Gothic+Antique&display=swap'); * { margin: 0%; padding: 0%; box-sizing: border-box; } .container { width: 100%; height: 100vh; background-color: #f3f3f3; } @...
public/css/dashboard/resepsionis.css
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@300&family=Julius+Sans+One&family=Redressed&family=Zen+Kaku+Gothic+Antique&display=swap'); * { margin: 0%; padding: 0%; box-sizing: border-box; } .container { width: 100%; height: 100vh; background-color: #f3f3f3; } @...
0.531453
0.140336