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
.header { width: 100%; min-height: 45px; position: sticky; top: 0; left: 0; z-index: 2; box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16); background: white; display: flex; justify-content: center; } .header navbar { width: 100%; height: 100%; text-align: center; } .header-gird { width: 60rem; } .header .log...
client/src/styles/header.css
.header { width: 100%; min-height: 45px; position: sticky; top: 0; left: 0; z-index: 2; box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16); background: white; display: flex; justify-content: center; } .header navbar { width: 100%; height: 100%; text-align: center; } .header-gird { width: 60rem; } .header .log...
0.428712
0.077938
.bg-style-l{ background: #2be22e; text-align: center; padding: 4%; font-size: large; border-radius: 25px; margin-right: auto; margin-left: auto; } .bg-style-r{ background: #0085ff; text-align: center; padding: 4%; f...
css/custom_style.css
.bg-style-l{ background: #2be22e; text-align: center; padding: 4%; font-size: large; border-radius: 25px; margin-right: auto; margin-left: auto; } .bg-style-r{ background: #0085ff; text-align: center; padding: 4%; f...
0.419529
0.090173
body{ background-color: rgb(184, 184, 184); } .topnav { overflow: hidden; background-color: #333; position: fixed; width: 100%; z-index: 1; } .logo{ float: left; position: absolute; } .topnav a { float: right; display: block; color: #f2f2f2; text-align: center; paddin...
public/css/style.css
body{ background-color: rgb(184, 184, 184); } .topnav { overflow: hidden; background-color: #333; position: fixed; width: 100%; z-index: 1; } .logo{ float: left; position: absolute; } .topnav a { float: right; display: block; color: #f2f2f2; text-align: center; paddin...
0.366023
0.094761
@media screen and (max-height: 250px) { .sidenav a { font-size: 18px; } } * { margin: 0; padding: 0; } body { font-family: "Metric"; font-style: normal; } .page { display: flex; flex-wrap: nowrap; } .sidenav { width: 60px; top: 0; left: 0; display: block; background-color: #171717; p...
css/style.css
@media screen and (max-height: 250px) { .sidenav a { font-size: 18px; } } * { margin: 0; padding: 0; } body { font-family: "Metric"; font-style: normal; } .page { display: flex; flex-wrap: nowrap; } .sidenav { width: 60px; top: 0; left: 0; display: block; background-color: #171717; p...
0.334372
0.077483
.feature-card-container { width: 320px; margin: var(--dl-space-space-halfunit); display: flex; position: relative; align-items: center; flex-direction: column; } .feature-card-image { width: 100%; height: 296px; object-fit: cover; } .feature-card-text { margin-top: var(--dl-space-space-unit); marg...
home.css
.feature-card-container { width: 320px; margin: var(--dl-space-space-halfunit); display: flex; position: relative; align-items: center; flex-direction: column; } .feature-card-image { width: 100%; height: 296px; object-fit: cover; } .feature-card-text { margin-top: var(--dl-space-space-unit); marg...
0.471953
0.110615
:root { height: 100%; overflow: hidden; --accent-color: #1a73e8; --accent-fg-color: #1a73e8; --accent-color-hover: #3b86e8; --accent-fg-color-hover: #1567d3; --active-control-bg-color: #5a5a5a; --focus-bg-color: hsl(214deg 40% 92%); --focus-ring-inactive-shadow-color: #e0e0e0; --input-validation-er...
front_end/ui/inspectorStyle.css
:root { height: 100%; overflow: hidden; --accent-color: #1a73e8; --accent-fg-color: #1a73e8; --accent-color-hover: #3b86e8; --accent-fg-color-hover: #1567d3; --active-control-bg-color: #5a5a5a; --focus-bg-color: hsl(214deg 40% 92%); --focus-ring-inactive-shadow-color: #e0e0e0; --input-validation-er...
0.577614
0.108472
*------------------------------------------------------------------------------- * @section 1.0 - BP Generic, Typography & Imagery *------------------------------------------------------------------------------- */ /** *------------------------------------------------------------------------------- * @section 2.0 - Nav...
wp-content/plugins/buddypress/bp-templates/bp-nouveau/css/twentytwentytwo-rtl.css
*------------------------------------------------------------------------------- * @section 1.0 - BP Generic, Typography & Imagery *------------------------------------------------------------------------------- */ /** *------------------------------------------------------------------------------- * @section 2.0 - Nav...
0.453504
0.175679
body{ color: #000; margin: 60px 20px 0px 20px; } .loader { position: fixed; width: 100%; height: 100%; z-index: 9999; } .navbar-brand{ font-family: 'Lobster', cursive; font-size: 30px; } .nav-content{ margin: 0px 30px 0px 30px; } .nav-button a{ color: #1ABE00; } .nav-button{ ...
twitter_snaps/static/css/home.css
body{ color: #000; margin: 60px 20px 0px 20px; } .loader { position: fixed; width: 100%; height: 100%; z-index: 9999; } .navbar-brand{ font-family: 'Lobster', cursive; font-size: 30px; } .nav-content{ margin: 0px 30px 0px 30px; } .nav-button a{ color: #1ABE00; } .nav-button{ ...
0.412175
0.085404
button { padding: 4px 6px; } fieldset { border: 1px solid #aaa; } .input-group-btn .btn-default .fa { line-height: 20px; } .invisible { visibility: hidden; } .hidden { display: none; } .alert-hidden { display: none; } .align-left { float: left; } .align-right { float: right; } ....
commons/src/main/resources/root/libs/composum/nodes/commons/components/css/components.css
button { padding: 4px 6px; } fieldset { border: 1px solid #aaa; } .input-group-btn .btn-default .fa { line-height: 20px; } .invisible { visibility: hidden; } .hidden { display: none; } .alert-hidden { display: none; } .align-left { float: left; } .align-right { float: right; } ....
0.410756
0.165762
@import url("http://www.w3cplus.com/demo/css3/base.css"); @font-face { font-family: 'sansationregular'; src: url('http://www.w3cplus.com/demo/css3/3DAnimationDropdownMenu/sansation_regular-webfont.eot'); src: url('http://www.w3cplus.com/demo/css3/3DAnimationDropdownMenu/sansation_regular-webfont.eot?#iefix...
css/3d-navbar.css
@import url("http://www.w3cplus.com/demo/css3/base.css"); @font-face { font-family: 'sansationregular'; src: url('http://www.w3cplus.com/demo/css3/3DAnimationDropdownMenu/sansation_regular-webfont.eot'); src: url('http://www.w3cplus.com/demo/css3/3DAnimationDropdownMenu/sansation_regular-webfont.eot?#iefix...
0.328637
0.051774
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, figure, header, nav, section, article, aside, foote...
xmppserver/src/main/webapp/style/global.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, figure, header, nav, section, article, aside, foote...
0.287468
0.090494
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Mr+Bedfort|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i'); @import url('https://fonts.googleapis.com/css?family=Fira+Sans|Fira+Sans+Condensed:200,300,400,500,600,70...
source/css/style.css
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Mr+Bedfort|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i'); @import url('https://fonts.googleapis.com/css?family=Fira+Sans|Fira+Sans+Condensed:200,300,400,500,600,70...
0.160496
0.046573
.um-about-wrap * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .um-about-wrap a.um-about-icon { margin: 0 0 0 15px !important; padding: 0 !important; text-decoration: none !important; color: #777 !important; font-size: 22px !important; } .um-about-wrap a.um-about-ico...
web/app/plugins/ultimate-member/includes/admin/assets/css/um-admin-misc.css
.um-about-wrap * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .um-about-wrap a.um-about-icon { margin: 0 0 0 15px !important; padding: 0 !important; text-decoration: none !important; color: #777 !important; font-size: 22px !important; } .um-about-wrap a.um-about-ico...
0.243193
0.039825
em,strong{font-style:normal;} .t_l, .t_c, .t_r, .m_l, .m_r, .b_l, .b_c, .b_r {background:#000;opacity:0.2;filter:alpha(opacity=20);overflow:hidden;} .t_l, .t_r, .b_l, .b_r {height:8px;width:8px;} .t_c, .b_c {height:8px;} .m_l, .m_r {width:8px;} .t_l {-moz-border-radius:8px 0 0 0;} .t_r {-moz-border-radius:0 8px 0 0;} ....
Web/templates/red/float.css
em,strong{font-style:normal;} .t_l, .t_c, .t_r, .m_l, .m_r, .b_l, .b_c, .b_r {background:#000;opacity:0.2;filter:alpha(opacity=20);overflow:hidden;} .t_l, .t_r, .b_l, .b_r {height:8px;width:8px;} .t_c, .b_c {height:8px;} .m_l, .m_r {width:8px;} .t_l {-moz-border-radius:8px 0 0 0;} .t_r {-moz-border-radius:0 8px 0 0;} ....
0.210523
0.139895
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace .pace-activity { display: block; position: fixed; z-index: 20000; top: 0; right: 0; width: 300px; height: 300px; background: #2299dd; -webkit-transition...
Portals/_default/Skins/20067-UnlimitedColorsPack-049/pacestyle/Corner-indicator.css
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace .pace-activity { display: block; position: fixed; z-index: 20000; top: 0; right: 0; width: 300px; height: 300px; background: #2299dd; -webkit-transition...
0.444806
0.107157
*, *::before, *::after { box-sizing: border-box; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } body { padding: 0; display: flex; flex-direction: column; width: 100vw; height: 100vh; align-items: center; } .score-board { disp...
Assets/css/style.css
*, *::before, *::after { box-sizing: border-box; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } body { padding: 0; display: flex; flex-direction: column; width: 100vw; height: 100vh; align-items: center; } .score-board { disp...
0.536799
0.083367
* Imports */ .woocommerce #reviews .product-rating .product-rating-summary, .woocommerce #reviews .product-rating .product-rating-details, .woocommerce-page #reviews .product-rating .product-rating-summary, .woocommerce-page #reviews .product-rating .product-rating-details { display: block; width: 100%; } .wooco...
backup/wp-content/themes/storefront/assets/css/woocommerce/extensions/product-reviews-pro-rtl.css
* Imports */ .woocommerce #reviews .product-rating .product-rating-summary, .woocommerce #reviews .product-rating .product-rating-details, .woocommerce-page #reviews .product-rating .product-rating-summary, .woocommerce-page #reviews .product-rating .product-rating-details { display: block; width: 100%; } .wooco...
0.338842
0.042107
* { margin: 0; padding: 0; box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, ...
miniMobile/css/miniMobile.css
* { margin: 0; padding: 0; box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, ...
0.472927
0.101189
html, body { padding: 0; margin: 0; font-family: 'Segoe UI', OpenSans, Tahoma, Geneva, Verdana, sans-serif; color:rgb(1, 30, 65); background-color: rgb(241, 239, 239); } button { border: 0; border-radius: 6px; padding: 10px 20px; color: rgb(1, 30, 65); border-color: rgb(1, 30, 6...
Web/css/main.css
html, body { padding: 0; margin: 0; font-family: 'Segoe UI', OpenSans, Tahoma, Geneva, Verdana, sans-serif; color:rgb(1, 30, 65); background-color: rgb(241, 239, 239); } button { border: 0; border-radius: 6px; padding: 10px 20px; color: rgb(1, 30, 65); border-color: rgb(1, 30, 6...
0.500732
0.101545
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap'); html { scrollbar-face-color: #646464; scrollbar-base-color: #646464; scrollbar-3dlight-color: #646464; scrollbar-highlight-color: #646464; scrollbar-track-color: #000; scrollbar-arrow-color: #000; scrollbar-shadow-color: ...
esx_menu_default/html/css/app.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap'); html { scrollbar-face-color: #646464; scrollbar-base-color: #646464; scrollbar-3dlight-color: #646464; scrollbar-highlight-color: #646464; scrollbar-track-color: #000; scrollbar-arrow-color: #000; scrollbar-shadow-color: ...
0.376279
0.061537
@font-face { font-family: GalanoGrotesqueHeavy; src: url('../font/GalanoGrotesqueHeavy.otf'); font-weight: bold; } @font-face { font-family: GalanoGrotesqueBold; src: url('../font/GalanoGrotesqueBold.otf'); font-weight: medium; } @font-face { font-family: GalanoGrotesqueLight; src: url('...
resources/js/assetnew/css/style.css
@font-face { font-family: GalanoGrotesqueHeavy; src: url('../font/GalanoGrotesqueHeavy.otf'); font-weight: bold; } @font-face { font-family: GalanoGrotesqueBold; src: url('../font/GalanoGrotesqueBold.otf'); font-weight: medium; } @font-face { font-family: GalanoGrotesqueLight; src: url('...
0.389895
0.096153
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { font-family: 'Roboto', sans-serif; height: 100vh; } .main-wrapper{ padding-top: 20px; padding-left: 10px; padding-right: 30px; height: auto; color: #fff; } .full-center { float: left; width...
assets/frameworks/adminlte/css/styles.css
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { font-family: 'Roboto', sans-serif; height: 100vh; } .main-wrapper{ padding-top: 20px; padding-left: 10px; padding-right: 30px; height: auto; color: #fff; } .full-center { float: left; width...
0.455683
0.072538
.clearfix::after { clear: both; display: block; content: ""; } table td.fr-selected-cell, table th.fr-selected-cell { border: 1px double #1e88e5; } table tr { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; ...
public/backend/plugins/bootstrap-wysiwyg-new/css/plugins/table.css
.clearfix::after { clear: both; display: block; content: ""; } table td.fr-selected-cell, table th.fr-selected-cell { border: 1px double #1e88e5; } table tr { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; ...
0.278846
0.079854
@font-face { font-family: texgyreadventor; src: url("../fonts/texgyreadventor-regular.otf") format("opentype"); } body { font-family: texgyreadventor; margin-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */ } .head...
css/one-page-wonder.css
@font-face { font-family: texgyreadventor; src: url("../fonts/texgyreadventor-regular.otf") format("opentype"); } body { font-family: texgyreadventor; margin-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */ } .head...
0.403802
0.089933
.hx-spinner { border: 3px solid #00ADA8; border-right-color: transparent; } .hx-spinner-wide::after { background: #00ADA8; } .hx-form-error { color: #F7F7F9; } .hx-form-error .hx-form-error-text-container .hx-form-error-text { background: #4A4E4E; } .hx-form-error .hx-form-error-text-container .h...
docs/resources/hexagon/1.9.0/hexagon.theme.css
.hx-spinner { border: 3px solid #00ADA8; border-right-color: transparent; } .hx-spinner-wide::after { background: #00ADA8; } .hx-form-error { color: #F7F7F9; } .hx-form-error .hx-form-error-text-container .hx-form-error-text { background: #4A4E4E; } .hx-form-error .hx-form-error-text-container .h...
0.227985
0.106877
*{ margin: 0px; padding: 0px; list-style: none; text-decoration: none; scrollbar-color: rgb(71, 68, 68) transparent; scrollbar-width: thin; scroll-behavior: smooth; } input:focus{ outline: none; } textarea:focus{ outline: none; } .contenu{ width: 100%; height: auto; margi...
public/css/style.css
*{ margin: 0px; padding: 0px; list-style: none; text-decoration: none; scrollbar-color: rgb(71, 68, 68) transparent; scrollbar-width: thin; scroll-behavior: smooth; } input:focus{ outline: none; } textarea:focus{ outline: none; } .contenu{ width: 100%; height: auto; margi...
0.251648
0.064095
body{ font-family: 'Open Sans', sans-serif; } .def-btn{ border: 1px solid #99c50a; background-color: #99c50a; color: white; padding: 10px 20px; border-radius: 8px; transition: 0.4s ease-in-out; } .def-btn:hover{ background-color: white; color: #99c50a; } p{ ...
css/style.css
body{ font-family: 'Open Sans', sans-serif; } .def-btn{ border: 1px solid #99c50a; background-color: #99c50a; color: white; padding: 10px 20px; border-radius: 8px; transition: 0.4s ease-in-out; } .def-btn:hover{ background-color: white; color: #99c50a; } p{ ...
0.225843
0.053453
because hex color codes are rendered by all email clients consistently. Whereas HSL colors don't work with Hotmail. */ img { border: none; -ms-interpolation-mode: bicubic; max-width: 100%; vertical-align: bottom; } body { background-color: #f5f9f8; font-family: sans-serif; font-size: 14px...
templates/zerver/emails/email.css
because hex color codes are rendered by all email clients consistently. Whereas HSL colors don't work with Hotmail. */ img { border: none; -ms-interpolation-mode: bicubic; max-width: 100%; vertical-align: bottom; } body { background-color: #f5f9f8; font-family: sans-serif; font-size: 14px...
0.507812
0.08733
Component: Dotnav ========================================================================== */ /* * 1. Remove default list style * 2. Remove whitespace between child elements when using `inline-block` */ .uk-dotnav { /* 1 */ padding: 0; list-style: none; /* 2 */ font-size: 0.001px; } /* Items =======...
css/components/dotnav.gradient.css
Component: Dotnav ========================================================================== */ /* * 1. Remove default list style * 2. Remove whitespace between child elements when using `inline-block` */ .uk-dotnav { /* 1 */ padding: 0; list-style: none; /* 2 */ font-size: 0.001px; } /* Items =======...
0.581778
0.096621
body { text-align:center; font-family:Trebuchet MS, sans-serif; font-size:12px; color:#333; background-color: #FFF !important; } /* wrapper */ .report-wrapper { background-color: white !important; text-align:left; width:1000px; margin:30px auto; } .report-header { float:left; ...
flavors/lvm/web/css/assistanceAndSanction.css
body { text-align:center; font-family:Trebuchet MS, sans-serif; font-size:12px; color:#333; background-color: #FFF !important; } /* wrapper */ .report-wrapper { background-color: white !important; text-align:left; width:1000px; margin:30px auto; } .report-header { float:left; ...
0.482185
0.095013
@import url(https://fonts.googleapis.com/css?family=Nunito:400,700); body { padding: 0; margin: 0; } body .column { background: #F6F792; height: 100vh; float: left; width: 100%; position: relative; } body .two { background: #F6F792; } body .three { background: #EA2E49; } body .four { background: #33...
assets/css/style2.css
@import url(https://fonts.googleapis.com/css?family=Nunito:400,700); body { padding: 0; margin: 0; } body .column { background: #F6F792; height: 100vh; float: left; width: 100%; position: relative; } body .two { background: #F6F792; } body .three { background: #EA2E49; } body .four { background: #33...
0.435181
0.099339
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700); @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css); @font-face { font-family: 'viper squadron'; src: url(VIPESSRG.TTF); } html{ background: rgba(129,141,166,1); height:100%; } h1 { font-family: 'vipe...
Portfolio1/css/contact-style.css
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700); @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css); @font-face { font-family: 'viper squadron'; src: url(VIPESSRG.TTF); } html{ background: rgba(129,141,166,1); height:100%; } h1 { font-family: 'vipe...
0.226784
0.093554
@media print { .cke_skin_office2003 .cke_toolbox { display: none; } } .cke_skin_office2003 .cke_browser_webkit .cke_toolbox, .cke_skin_office2003 .cke_browser_webkit .cke_toolbox > span { white-space: normal; } .cke_skin_office2003 .cke_toolbox { clear: both; /* Define the padding-bottom o...
ckeditor/_source/skins/office2003/toolbar.css
@media print { .cke_skin_office2003 .cke_toolbox { display: none; } } .cke_skin_office2003 .cke_browser_webkit .cke_toolbox, .cke_skin_office2003 .cke_browser_webkit .cke_toolbox > span { white-space: normal; } .cke_skin_office2003 .cke_toolbox { clear: both; /* Define the padding-bottom o...
0.384565
0.058078
html { height: auto; font-size: 14px; font-weight: 400; line-height: 20px; background-color: #c5dfeb; box-sizing: border-box; } *::-moz-selection { color: white; background-color: rgba(185, 233, 212, 0.8); } *::selection { color: white; background-color: rgba(185, 233, 212, 0.8); } /* this is a...
docs/src/main/product-page-src/css/style.css
html { height: auto; font-size: 14px; font-weight: 400; line-height: 20px; background-color: #c5dfeb; box-sizing: border-box; } *::-moz-selection { color: white; background-color: rgba(185, 233, 212, 0.8); } *::selection { color: white; background-color: rgba(185, 233, 212, 0.8); } /* this is a...
0.579995
0.123762
@font-face { font-family: -apple-system; } @font-face { font-family: -apple-system; } :root { --background: #ffffff; --color: #000000; } body { margin: 0; width: 96vw; height: 96vh; margin-top: 2vh; margin-left: 2vw; font-family: -apple-system; color: var(--color); backg...
dckx/resources/system.css
@font-face { font-family: -apple-system; } @font-face { font-family: -apple-system; } :root { --background: #ffffff; --color: #000000; } body { margin: 0; width: 96vw; height: 96vh; margin-top: 2vh; margin-left: 2vw; font-family: -apple-system; color: var(--color); backg...
0.505859
0.103386
.footer { background-color: #252525; padding: 1.9em 0 3em 0; box-sizing: border-box; } .footer .container { width: 96%; max-width: 1200px; margin: auto; display: flex; justify-content: space-between; flex-wrap: wrap; } .footer .container .company, .footer .container .contact, .footer .container .sosme...
public/css/footer.css
.footer { background-color: #252525; padding: 1.9em 0 3em 0; box-sizing: border-box; } .footer .container { width: 96%; max-width: 1200px; margin: auto; display: flex; justify-content: space-between; flex-wrap: wrap; } .footer .container .company, .footer .container .contact, .footer .container .sosme...
0.340924
0.068475
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;700;900&display=swap'); :root { --clr-pale-blue: hsl(225, 100%, 94%); --clr-bright-blue: hsl(245, 75%, 52%); --clr-very-pale-blue: hsl(225, 100%, 98%); --clr-desat-blue: hsl(224, 23%, 55%); --clr-dark-blue: hsl(223, 47%, ...
styles.css
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;700;900&display=swap'); :root { --clr-pale-blue: hsl(225, 100%, 94%); --clr-bright-blue: hsl(245, 75%, 52%); --clr-very-pale-blue: hsl(225, 100%, 98%); --clr-desat-blue: hsl(224, 23%, 55%); --clr-dark-blue: hsl(223, 47%, ...
0.572245
0.12408
.clr:after { content: ''; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; } a:focus, .button, .wp-core-ui .button-link:focus, .wp-core-ui .button-secondary:focus, .wp-core-ui .button.focus, .wp-core-ui .button:focus { -webkit-box-shadow: none !important; box-shadow: none !important; } body .button....
wordpress/wp-content/plugins/ocean-extra/includes/panel/assets/css/panel.css
.clr:after { content: ''; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; } a:focus, .button, .wp-core-ui .button-link:focus, .wp-core-ui .button-secondary:focus, .wp-core-ui .button.focus, .wp-core-ui .button:focus { -webkit-box-shadow: none !important; box-shadow: none !important; } body .button....
0.464173
0.094929
.anychart-ui-support { border-style: hidden; } * [class^="anychart"] { outline: none; } .anychart-inline-block { position: relative; display: -moz-inline-box; display: inline-block; } * html .anychart-inline-block { display: inline; } * :first-child + html .anychart-inline-block { display: inline; } .anychart-hi...
assets/anyChart/css/anychart-ui.css
.anychart-ui-support { border-style: hidden; } * [class^="anychart"] { outline: none; } .anychart-inline-block { position: relative; display: -moz-inline-box; display: inline-block; } * html .anychart-inline-block { display: inline; } * :first-child + html .anychart-inline-block { display: inline; } .anychart-hi...
0.538741
0.123234
<% var OPACITY_STEP = 0.25; function hoverColor(colorStr) { if (colorStr.indexOf('rgba(') == 0) { var parts = colorStr.split(','); var alpha = parseFloat(parts[3]); alpha = (alpha > 0.5) ? alpha - OPACITY_STEP : alpha + OPACITY_STEP; parts[3] = alpha + ')'; return parts.join(...
templateParts/persooBlocksStyles/template.css
<% var OPACITY_STEP = 0.25; function hoverColor(colorStr) { if (colorStr.indexOf('rgba(') == 0) { var parts = colorStr.split(','); var alpha = parseFloat(parts[3]); alpha = (alpha > 0.5) ? alpha - OPACITY_STEP : alpha + OPACITY_STEP; parts[3] = alpha + ')'; return parts.join(...
0.254231
0.126003
@charset "UTF-8"; @font-face { font-family: nanumgothic; src: url(../fonts/나눔고딕.ttf); } * { font-family: nanumgothic; } img { vertical-align:middle; } #wrap { display: inline-block; width: calc(100% - 303px); height: calc(100% - 0px); position: absolute; right: 0px;} #wrap .buttons { position:absolute;t...
css/base.css
@charset "UTF-8"; @font-face { font-family: nanumgothic; src: url(../fonts/나눔고딕.ttf); } * { font-family: nanumgothic; } img { vertical-align:middle; } #wrap { display: inline-block; width: calc(100% - 303px); height: calc(100% - 0px); position: absolute; right: 0px;} #wrap .buttons { position:absolute;t...
0.296145
0.178956
@font-face { font-family: 'MMP-logo-font'; src: url('../Md_Gothic11_0.eot'); src: url('../Md_Gothic11_0.eot?#iefix') format('embedded-opentype'), url('../Md_Gothic11_0.ttf') format('truetype'); } @font-face { font-family: 'Corbel-local'; src: url('../CORBEL.eot') format('embedded-opentype');...
site/src/MMP3138336_files/style.css
@font-face { font-family: 'MMP-logo-font'; src: url('../Md_Gothic11_0.eot'); src: url('../Md_Gothic11_0.eot?#iefix') format('embedded-opentype'), url('../Md_Gothic11_0.ttf') format('truetype'); } @font-face { font-family: 'Corbel-local'; src: url('../CORBEL.eot') format('embedded-opentype');...
0.427516
0.102889
@charset "utf-8"; body { display: flex; flex-direction: column; background-color: #feebb1; margin-left: 10%; margin-right: 10%; justify-content: center; } .prompt { padding-left: 5%; padding-right: 5%; background-color: white; display: flex; flex-direction: column; height: 65vh; } #chooserlable ...
public/style3.css
@charset "utf-8"; body { display: flex; flex-direction: column; background-color: #feebb1; margin-left: 10%; margin-right: 10%; justify-content: center; } .prompt { padding-left: 5%; padding-right: 5%; background-color: white; display: flex; flex-direction: column; height: 65vh; } #chooserlable ...
0.325413
0.068351
.event_title { font-size: 16px; font-weight: 700; /* max-width: 150px; */ overflow: auto; text-align: left; line-height: 20px; } .eventsTime { height: 540px; } .event_date { font-size: 14px; /* color: var(--gray-800); */ font-weight: bold; } .event { width: 90%; margin: auto; padding: 10px 1...
ReactPlatzi/agenda-react-main/src/components/Events.css
.event_title { font-size: 16px; font-weight: 700; /* max-width: 150px; */ overflow: auto; text-align: left; line-height: 20px; } .eventsTime { height: 540px; } .event_date { font-size: 14px; /* color: var(--gray-800); */ font-weight: bold; } .event { width: 90%; margin: auto; padding: 10px 1...
0.378804
0.076891
@-moz-document url-prefix("http://www.eldarya.pl"), url-prefix("http://www.eldarya.fr"), url-prefix("http://www.eldarya.com.br"), url-prefix("http://www.eldarya.com"), url-prefix("http://www.eldarya.de"), url-prefix("http://www.eldarya.es"), url-prefix("http://www.eldarya.fi"), url-prefix("http://www.eldarya.hu"), url-...
data/usercss/141462.user.css
@-moz-document url-prefix("http://www.eldarya.pl"), url-prefix("http://www.eldarya.fr"), url-prefix("http://www.eldarya.com.br"), url-prefix("http://www.eldarya.com"), url-prefix("http://www.eldarya.de"), url-prefix("http://www.eldarya.es"), url-prefix("http://www.eldarya.fi"), url-prefix("http://www.eldarya.hu"), url-...
0.143158
0.133981
/* Material theme */ @import "~@angular/material/prebuilt-themes/deeppurple-amber.css"; /* Material fonts */ /* This is not working, even if it works for the FDB. Some solution might be : https://github.com/angular/angular-cli/issues/2662 Currently manually placing the content of the failed imports */ /* @import '...
src/frontend/demos/rima/rima-colaboware/src/styles.css
/* Material theme */ @import "~@angular/material/prebuilt-themes/deeppurple-amber.css"; /* Material fonts */ /* This is not working, even if it works for the FDB. Some solution might be : https://github.com/angular/angular-cli/issues/2662 Currently manually placing the content of the failed imports */ /* @import '...
0.434461
0.051296
MIXINS *********************/ /********************* GENERAL STYLES *********************/ /* line 72, C:/xampp/htdocs/academywp/wp-content/themes/academy/library/scss/_base.scss */ * { margin: 0; padding: 0; box-sizing: border-box; } /* line 78, C:/xampp/htdocs/academywp/wp-content/themes/academy/library/scss/_...
library/css/style.css
MIXINS *********************/ /********************* GENERAL STYLES *********************/ /* line 72, C:/xampp/htdocs/academywp/wp-content/themes/academy/library/scss/_base.scss */ * { margin: 0; padding: 0; box-sizing: border-box; } /* line 78, C:/xampp/htdocs/academywp/wp-content/themes/academy/library/scss/_...
0.162048
0.03962
* { box-sizing: border-box; margin: 0; padding: 0; } body { background-color: #64EAD1; font-family: Arial, Helvetica, sans-serif; font-family: Calibri; font-weight: 400; line-height: 1.3em; max-width: 1000px; margin: auto; padding: 10px; text-align: justify; margin-b...
estilos/estilos.css
* { box-sizing: border-box; margin: 0; padding: 0; } body { background-color: #64EAD1; font-family: Arial, Helvetica, sans-serif; font-family: Calibri; font-weight: 400; line-height: 1.3em; max-width: 1000px; margin: auto; padding: 10px; text-align: justify; margin-b...
0.626353
0.152663
0.5 20-Nov-2017 */ @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("www.meneame.net") { a { color: #0065FF; } a:visited { color: #3D72C3; } .comment-body .tooltip { color: #ff6400; } #variable { min-width: 900px !important; background-color: #414141 !important; ...
data/usercss/136742.user.css
0.5 20-Nov-2017 */ @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("www.meneame.net") { a { color: #0065FF; } a:visited { color: #3D72C3; } .comment-body .tooltip { color: #ff6400; } #variable { min-width: 900px !important; background-color: #414141 !important; ...
0.138491
0.066297
section.contentMe { width:1200px; height:110rem; background:#333; } section.contentMe > h2.sectionHeading { font-family : var(--fReg); font-size : 4.5rem; text-align:center ; line-height:15rem; text-transform: capitalize; color:#00ccff; } section.contentMe > .mainDiv { width:90%; height:90rem; m...
css/form.css
section.contentMe { width:1200px; height:110rem; background:#333; } section.contentMe > h2.sectionHeading { font-family : var(--fReg); font-size : 4.5rem; text-align:center ; line-height:15rem; text-transform: capitalize; color:#00ccff; } section.contentMe > .mainDiv { width:90%; height:90rem; m...
0.293506
0.054601
.wf-header-img { position: relative; width: 100%; height: 100%; text-align: center; background-image: url('../img/lady-with-bino.jpeg'); background-position: center center; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; background-s...
css/why-flip.css
.wf-header-img { position: relative; width: 100%; height: 100%; text-align: center; background-image: url('../img/lady-with-bino.jpeg'); background-position: center center; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; background-s...
0.365004
0.097048
#small-preloader, #occupations-preloader{ /* width: 200px; height:200px; margin: 0 auto; padding: 50%;*/ } .windows8 { position: relative; width: 100px; height:100px; margin: 10% auto; } .windows8 .wBall { position: absolute; width: 95px; height: 95px; opacity: 0; t...
modeus-php/public/css/preloader.css
#small-preloader, #occupations-preloader{ /* width: 200px; height:200px; margin: 0 auto; padding: 50%;*/ } .windows8 { position: relative; width: 100px; height:100px; margin: 10% auto; } .windows8 .wBall { position: absolute; width: 95px; height: 95px; opacity: 0; t...
0.417034
0.077762
@tailwind utilities; @variants responsive, hover { .translate-r-2px { transform: translateX(2px) !important; } .transition-fast { transition: all 0.2s ease !important; } } .scrollbar-none { scrollbar-width: none; &::-webkit-scrollbar { display: none !important; } } .scrollbar-w-2::-webkit-s...
new-site/app/css/utilities.css
@tailwind utilities; @variants responsive, hover { .translate-r-2px { transform: translateX(2px) !important; } .transition-fast { transition: all 0.2s ease !important; } } .scrollbar-none { scrollbar-width: none; &::-webkit-scrollbar { display: none !important; } } .scrollbar-w-2::-webkit-s...
0.343342
0.066965
/* The sidebar menu */ .sidenav { height: 100%; /* Full-height: remove this if you want "auto" height */ width: 360px; /* Set the width of the sidebar */ position: fixed; /* Fixed Sidebar (stay in place on scroll) */ z-index: 1; /* Stay on top */ top: 0; /* Stay at the top */ left: 0; backg...
src/Web/wwwroot/css/DisplayStyle.css
/* The sidebar menu */ .sidenav { height: 100%; /* Full-height: remove this if you want "auto" height */ width: 360px; /* Set the width of the sidebar */ position: fixed; /* Fixed Sidebar (stay in place on scroll) */ z-index: 1; /* Stay on top */ top: 0; /* Stay at the top */ left: 0; backg...
0.439747
0.09187
html { font-family: Arimo, sans-serif; } :root { --mainColor: #fbff00; } *{ list-style: none; box-sizing: border-box; } body { margin: 8px 7.5vw; } h1 { font-size: 1.1rem; margin: 0; } h4 { font-size: 1rem; margin: 0; font-weight: bolder; font-style: italic; } h5 { font-size: 0.9rem; fo...
style.css
html { font-family: Arimo, sans-serif; } :root { --mainColor: #fbff00; } *{ list-style: none; box-sizing: border-box; } body { margin: 8px 7.5vw; } h1 { font-size: 1.1rem; margin: 0; } h4 { font-size: 1rem; margin: 0; font-weight: bolder; font-style: italic; } h5 { font-size: 0.9rem; fo...
0.430866
0.085786
.xcrud{ margin-bottom: 20px; } .xcrud-list{ min-width: 100%; width: auto; display: table !important; margin-bottom: 3px; /* table-layout: fixed;*/ } .xcrud-list th, .xcrud-list td{ /*white-space:nowrap;*/ } .xcrud-column:hover{ text-decoration: underline; cursor: pointe...
xcrud/themes/joomla32/xcrud.css
.xcrud{ margin-bottom: 20px; } .xcrud-list{ min-width: 100%; width: auto; display: table !important; margin-bottom: 3px; /* table-layout: fixed;*/ } .xcrud-list th, .xcrud-list td{ /*white-space:nowrap;*/ } .xcrud-column:hover{ text-decoration: underline; cursor: pointe...
0.311113
0.057256
.fullwidthcard{ width: 100%; margin: 20px; } .boldtext{ font-weight: bold; } .grid-container { margin: 20px; /* margin-left: 220px; */ } .marginleft20{ margin-left: 20px; } .content{ margin: 20px; margin-left: 220px; margin-top: 80px; } .dashboard-card { po...
digitalCCR/src/app/dashboard/dashboard.component.css
.fullwidthcard{ width: 100%; margin: 20px; } .boldtext{ font-weight: bold; } .grid-container { margin: 20px; /* margin-left: 220px; */ } .marginleft20{ margin-left: 20px; } .content{ margin: 20px; margin-left: 220px; margin-top: 80px; } .dashboard-card { po...
0.440229
0.081776
*{ margin: 0; box-sizing: border-box; } body{ font-family: sans-serif; } .destino__img{ max-width: 85%; } .logo{ width: 155px; height: 50px; } .contenedor{ margin: 100%; margin: auto; } /*-----------------header---------------------------*/ .header{ background: #fff; } .header .contenedor{...
static/vistas_manuel/css/estilos.css
*{ margin: 0; box-sizing: border-box; } body{ font-family: sans-serif; } .destino__img{ max-width: 85%; } .logo{ width: 155px; height: 50px; } .contenedor{ margin: 100%; margin: auto; } /*-----------------header---------------------------*/ .header{ background: #fff; } .header .contenedor{...
0.505371
0.056966
* { box-sizing: border-box; } body { background-color: #E2E2E6; margin: 0; vertical-align: baseline; } /*======================== Header ========================*/ header { ...
X-AVV01/styles/overzichtpagina-media.css
* { box-sizing: border-box; } body { background-color: #E2E2E6; margin: 0; vertical-align: baseline; } /*======================== Header ========================*/ header { ...
0.601711
0.112942
a, p a, p a:hover, a:hover, a:focus, a:active, .tg-stars span:after, .tg-usermessage span a:hover, .tg-deleteproduct .fa, .tg-dropdownmenu li.tg-total, .tg-singup h2, .tg-footernav ul li a:hover, .tg-bgdark .tg-btn, .tg-post:hover .tg-postheading h2 a, .tg-calltoaction h2, .tg-calltoaction .tg-btn, .tg-btnsearch i:hove...
public/css/color.css
a, p a, p a:hover, a:hover, a:focus, a:active, .tg-stars span:after, .tg-usermessage span a:hover, .tg-deleteproduct .fa, .tg-dropdownmenu li.tg-total, .tg-singup h2, .tg-footernav ul li a:hover, .tg-bgdark .tg-btn, .tg-post:hover .tg-postheading h2 a, .tg-calltoaction h2, .tg-calltoaction .tg-btn, .tg-btnsearch i:hove...
0.439507
0.120335
html { overflow: hidden; height: 100%; } body { overflow: auto; height: 100%; padding-top: 0px !important; overflow-x: hidden; } .vent { opacity: 1; /* margin-top: 4em; */ } .monster { transform: scale(1); opacity: 1; } .hero { animation: none !important; backgroun...
src/style.css
html { overflow: hidden; height: 100%; } body { overflow: auto; height: 100%; padding-top: 0px !important; overflow-x: hidden; } .vent { opacity: 1; /* margin-top: 4em; */ } .monster { transform: scale(1); opacity: 1; } .hero { animation: none !important; backgroun...
0.506103
0.13243
html { overflow-y: scroll;} body{ color:#color:#525252; border-top:solid 5px #56A4DB; background:#fff url(../img/pattern1.png);} /*background:#fff url(../img/pattern1.png);*/ /* ====== media ====== */ .media {margin:12px 0 12px 0; clear: both;} .media, .bd {overflow:hidden; _overflow:visible; zoom:1;} a .bd {font-s...
fluxtream-web/src/main/webapp/assets-home/css/style.css
html { overflow-y: scroll;} body{ color:#color:#525252; border-top:solid 5px #56A4DB; background:#fff url(../img/pattern1.png);} /*background:#fff url(../img/pattern1.png);*/ /* ====== media ====== */ .media {margin:12px 0 12px 0; clear: both;} .media, .bd {overflow:hidden; _overflow:visible; zoom:1;} a .bd {font-s...
0.360602
0.068944
.center { text-align: center; } .left-height-full { height: 100%; float: left; } .lh30 { line-height: 30px; } .black-title { color: #000; font-weight: bold; font-size: 18px; } .fa-10x { font-size: 10em !important; } .text-muted { color: #999; } .monospace { font-family: Monospace, sans-serif; } .no-...
packages/manager/apps/dedicated/client/app/css/user-account/main.css
.center { text-align: center; } .left-height-full { height: 100%; float: left; } .lh30 { line-height: 30px; } .black-title { color: #000; font-weight: bold; font-size: 18px; } .fa-10x { font-size: 10em !important; } .text-muted { color: #999; } .monospace { font-family: Monospace, sans-serif; } .no-...
0.253584
0.119871
.navbar-item.is-mega { position: static; } .navbar-item.is-mega .is-mega-menu-title { margin-bottom: 0; padding: .375rem 1rem; } .hero-body { background-color: lightgray; } .hero-body h1 { font-size: 4.1rem; font-family: 'IBM Plex Sans'; margin: 4px 0 15px 2px; text-align: left; } .hero-body h2 { ...
dist/style.css
.navbar-item.is-mega { position: static; } .navbar-item.is-mega .is-mega-menu-title { margin-bottom: 0; padding: .375rem 1rem; } .hero-body { background-color: lightgray; } .hero-body h1 { font-size: 4.1rem; font-family: 'IBM Plex Sans'; margin: 4px 0 15px 2px; text-align: left; } .hero-body h2 { ...
0.390708
0.074703
* Datepicker for Foundation - less stylesheet, just version customized to foundation * * Copyright 2013 <NAME>, <EMAIL>, @benopeter * project website http://foundation-datepicker.peterbeno.com * * Original project https://github.com/eternicode/bootstrap-datepicker * Original author 2012 <NAME> * Improvement...
mockup/css/foundation-datepicker.css
* Datepicker for Foundation - less stylesheet, just version customized to foundation * * Copyright 2013 <NAME>, <EMAIL>, @benopeter * project website http://foundation-datepicker.peterbeno.com * * Original project https://github.com/eternicode/bootstrap-datepicker * Original author 2012 <NAME> * Improvement...
0.414425
0.050658
html,body{ height:100%; } .page-header-fixed .page-container{ margin-top: 0; } .page-content-wrapper .page-content{ margin-left: 0; } /*.form-wizard .steps>li>a.step>.number{*/ /*display: block;*/ /*margin: auto;*/ /*padding: 11px 10px 13px;*/ /*}*/ .portlet.light .portlet-body{ padding-bot...
public/css/appointment/my_book.css
html,body{ height:100%; } .page-header-fixed .page-container{ margin-top: 0; } .page-content-wrapper .page-content{ margin-left: 0; } /*.form-wizard .steps>li>a.step>.number{*/ /*display: block;*/ /*margin: auto;*/ /*padding: 11px 10px 13px;*/ /*}*/ .portlet.light .portlet-body{ padding-bot...
0.29209
0.063106
@import url("https://fonts.googleapis.com/css?family=Alata|Raleway&display=swap"); .mb-container { min-height: 100vh; background-position: center center; background-size: cover; background-repeat: no-repeat; z-index: 0; } .mb-container .container { /* margin-top: 5em; margin-bottom: 3em; */ z-index:...
src/app/components/movie-background/movie-background.component.css
@import url("https://fonts.googleapis.com/css?family=Alata|Raleway&display=swap"); .mb-container { min-height: 100vh; background-position: center center; background-size: cover; background-repeat: no-repeat; z-index: 0; } .mb-container .container { /* margin-top: 5em; margin-bottom: 3em; */ z-index:...
0.453504
0.104798
a, a:hover, a:focus, a.active, .typo-dark h1 a:hover, .typo-dark h1 a:focus, .typo-dark h1 a.active, .typo-dark h2 a:hover, .typo-dark h2 a:focus, .typo-dark h2 a.active, .typo-dark h3 a:hover, .typo-dark h3 a:focus, .typo-dark h3 a.active, .typo-dark h4 a:hover, .typo-dark h4 a:focus, .typo-dark h4 a.active, ....
themes/default/css/skins/default.css
a, a:hover, a:focus, a.active, .typo-dark h1 a:hover, .typo-dark h1 a:focus, .typo-dark h1 a.active, .typo-dark h2 a:hover, .typo-dark h2 a:focus, .typo-dark h2 a.active, .typo-dark h3 a:hover, .typo-dark h3 a:focus, .typo-dark h3 a.active, .typo-dark h4 a:hover, .typo-dark h4 a:focus, .typo-dark h4 a.active, ....
0.345989
0.1982
@charset "UTF-8"; body { font: 16px/1.5 'Open Sans', Helvetica, Helvetica Neue, Arial, sans-serif; color: rgba(0, 0, 0, 0.9); } html, body { height: 100%; margin: 0; } h1 { padding: 20% 0 0 0; margin: 0; text-align: center; font-size: 36px; color: rgba(0, 0, 0, 0.9); position: relative; } h1:befo...
css/style.css
@charset "UTF-8"; body { font: 16px/1.5 'Open Sans', Helvetica, Helvetica Neue, Arial, sans-serif; color: rgba(0, 0, 0, 0.9); } html, body { height: 100%; margin: 0; } h1 { padding: 20% 0 0 0; margin: 0; text-align: center; font-size: 36px; color: rgba(0, 0, 0, 0.9); position: relative; } h1:befo...
0.379723
0.068631
a, a:focus, a:hover { color: #727272; } /* Custom default button */ .btn-default { height: 38px; width: 100px; border: 1px solid #fff; margin: 10px auto 0 auto; font-family: 'Arial', sans-serif; font-size:18px; color: #ffffff; border: solid 1px #009688; background: #009688; display: inline-block;...
wwwroot/css/login.css
a, a:focus, a:hover { color: #727272; } /* Custom default button */ .btn-default { height: 38px; width: 100px; border: 1px solid #fff; margin: 10px auto 0 auto; font-family: 'Arial', sans-serif; font-size:18px; color: #ffffff; border: solid 1px #009688; background: #009688; display: inline-block;...
0.342242
0.073696
min-height:200px; } #BigPrice{ color: red; font-size:30px; } #DetailProductContainer{ min-height:110px; } .testing{ max-height:170px; } @-webkit-keyframes rightToLeft { 0% { -webkit-transform: translateX(800px); opacity: 0; } 100% { -webkit-transform: translateX(0); opacity: 1; ...
src/client/app/shared/product-list/product-list.component.css
min-height:200px; } #BigPrice{ color: red; font-size:30px; } #DetailProductContainer{ min-height:110px; } .testing{ max-height:170px; } @-webkit-keyframes rightToLeft { 0% { -webkit-transform: translateX(800px); opacity: 0; } 100% { -webkit-transform: translateX(0); opacity: 1; ...
0.305076
0.041269
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon, .weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon>i, .weui-tabbar__item.weui-bar__item_on .weui-tabbar__label { color: #F56617; } .weui-loadmore_line{border-top:1px solid #FF822E;} .weui-loadmore_line .weui-loadmore__tips{color:#FF822E;background-color:...
public/css/weui3.css
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon, .weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon>i, .weui-tabbar__item.weui-bar__item_on .weui-tabbar__label { color: #F56617; } .weui-loadmore_line{border-top:1px solid #FF822E;} .weui-loadmore_line .weui-loadmore__tips{color:#FF822E;background-color:...
0.185615
0.033495
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,500italic,900,700italic,900italic); * { font-family: 'Roboto', sans-serif; line-height: 1.2; vertical-align: middle; outline: none; } body { background: #222; } main { display: block; position: rela...
ui/style.css
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,500italic,900,700italic,900italic); * { font-family: 'Roboto', sans-serif; line-height: 1.2; vertical-align: middle; outline: none; } body { background: #222; } main { display: block; position: rela...
0.368292
0.085824
body { position: relative; margin: 0; } .td-clock { width: 156px; height: 156px; border-radius: 100%; margin: 0 auto; text-align: center; line-height: 156px; position: absolute; font-family: Arial, sans-serif; outline: none; display: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-sel...
src/timedropper.slate.css
body { position: relative; margin: 0; } .td-clock { width: 156px; height: 156px; border-radius: 100%; margin: 0 auto; text-align: center; line-height: 156px; position: absolute; font-family: Arial, sans-serif; outline: none; display: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-sel...
0.319652
0.056914
@import "cs-editor-switch"; @import "cs-mode-button"; @import "cs-create-button"; @import "cs-insert-button"; @import "cs-active-composition-panel"; @import "cs-composition-panel-header"; @import "cs-version-control"; @import "cs-field-editor"; @import "cs-collapsible-section"; .cardstack-toolbox { position: relat...
packages/tools/addon/styles/cardstack-toolbox.css
@import "cs-editor-switch"; @import "cs-mode-button"; @import "cs-create-button"; @import "cs-insert-button"; @import "cs-active-composition-panel"; @import "cs-composition-panel-header"; @import "cs-version-control"; @import "cs-field-editor"; @import "cs-collapsible-section"; .cardstack-toolbox { position: relat...
0.336549
0.074164
.profile-container{ margin-top: 20px; font-size: 1.1em; } .profile-header{ display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #ededed; } .profile-header a{ padding: 20px 20px; text-decoration: none; color: black; } .selected{ border-bottom: 1...
public/css/candidate/profile.css
.profile-container{ margin-top: 20px; font-size: 1.1em; } .profile-header{ display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #ededed; } .profile-header a{ padding: 20px 20px; text-decoration: none; color: black; } .selected{ border-bottom: 1...
0.571408
0.071721
html, body { height: 100%; width: 100%; margin: 0; padding: 0; overflow-x: hidden; color: yellow; font-family: heavy_data, arial, sans-serif; } #logo { height: 40px; width: 40; padding-top: 5px; float:left; border-radius: 8px; } #userM { margin: auto; position: fixed; top:...
hosted/style.css
html, body { height: 100%; width: 100%; margin: 0; padding: 0; overflow-x: hidden; color: yellow; font-family: heavy_data, arial, sans-serif; } #logo { height: 40px; width: 40; padding-top: 5px; float:left; border-radius: 8px; } #userM { margin: auto; position: fixed; top:...
0.503174
0.080647
* @author <NAME> <<EMAIL>> */ /* InputEx Styles */ div.inputEx-hidden { display: none; } /* Add red border to invalid inputs */ .inputEx-invalid > div > div > input { border: 1px solid #C00E0C; background: #ffDFD3; } div.inputEx-invalid > div.inputEx-message { /* color:#C00E0C; */ /* font-weight...
wegas-app/src/main/webapp/wegas-editor/css/wegas-inputex.css
* @author <NAME> <<EMAIL>> */ /* InputEx Styles */ div.inputEx-hidden { display: none; } /* Add red border to invalid inputs */ .inputEx-invalid > div > div > input { border: 1px solid #C00E0C; background: #ffDFD3; } div.inputEx-invalid > div.inputEx-message { /* color:#C00E0C; */ /* font-weight...
0.425247
0.051083
:root { --check-calendar-main-color: #3a91ff; } .check-calendar-checkbox { box-sizing: border-box; margin: 0; padding: 0; color: rgba(0,0,0,.65); font-size: 14px; font-variant: tabular-nums; line-height: 1.5715; list-style: none; font-feature-settings: "tnum"; position: relative; top: -.09em; ...
dist/index.css
:root { --check-calendar-main-color: #3a91ff; } .check-calendar-checkbox { box-sizing: border-box; margin: 0; padding: 0; color: rgba(0,0,0,.65); font-size: 14px; font-variant: tabular-nums; line-height: 1.5715; list-style: none; font-feature-settings: "tnum"; position: relative; top: -.09em; ...
0.393735
0.109087
* { margin: 0px; padding: 0px; } body { background-color: #E6E6E6; font-family: "tahoma,verdana"; } #container { position: relative; background-color: #256E43; margin: 0 auto; } iframe { overflow: hidden; } span { margin-right: 10px; } #tanarView, #kerdesek, #orarendView, #diako...
public/css/adminStyle.css
* { margin: 0px; padding: 0px; } body { background-color: #E6E6E6; font-family: "tahoma,verdana"; } #container { position: relative; background-color: #256E43; margin: 0 auto; } iframe { overflow: hidden; } span { margin-right: 10px; } #tanarView, #kerdesek, #orarendView, #diako...
0.429429
0.143818
.bar-left { float: right; text-align: right; } .bar-right { float: left; text-align: left; } .pagename { float: right; text-align: right; } .logo { float: left; text-align: left; } label { text-align: left; } label.simple { text-align: right; } div.meta div.user { float: right } div.meta di...
template/mysimple/rtl.css
.bar-left { float: right; text-align: right; } .bar-right { float: left; text-align: left; } .pagename { float: right; text-align: right; } .logo { float: left; text-align: left; } label { text-align: left; } label.simple { text-align: right; } div.meta div.user { float: right } div.meta di...
0.506836
0.349006
body { font-family: 'October Regular 3'; } p { line-height: 1.5; } h1 { font-weight: 500; } h3 { font-weight: 500; } h2 { font-weight: 500; } .project-title { /* h3 styling */ display: block; font-size: 1.17em; margin-block-start: 1em; margin-block-end: 1em; margin-inline...
static/css/styles.css
body { font-family: 'October Regular 3'; } p { line-height: 1.5; } h1 { font-weight: 500; } h3 { font-weight: 500; } h2 { font-weight: 500; } .project-title { /* h3 styling */ display: block; font-size: 1.17em; margin-block-start: 1em; margin-block-end: 1em; margin-inline...
0.592784
0.158826
html{overflow-y:scroll;} /* Forces a scrollbar when the viewport is larger than the websites content - CSS3 */ body{margin:0; padding:0; font-size:13px; font-family:Georgia, "Times New Roman", Times, serif; color:#919191;} .clear:after{content:"."; display:block; height:0; clear:both; visibility:hidden; line-heig...
components/userlog/report/compilation_errors/styles/layout.css
html{overflow-y:scroll;} /* Forces a scrollbar when the viewport is larger than the websites content - CSS3 */ body{margin:0; padding:0; font-size:13px; font-family:Georgia, "Times New Roman", Times, serif; color:#919191;} .clear:after{content:"."; display:block; height:0; clear:both; visibility:hidden; line-heig...
0.326057
0.076546
body { background: white url(../../img/operator-rutherglen/bg.png) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } body, a { font-family: "Univers LT W10 55 Roman"; color: #fff; } a:hover { text-decorati...
src/TNE/OperatorBundle/Resources/public/css/operator.css
body { background: white url(../../img/operator-rutherglen/bg.png) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } body, a { font-family: "Univers LT W10 55 Roman"; color: #fff; } a:hover { text-decorati...
0.291586
0.070208
html { color: #222; font-size: 1em; line-height: 1.4; } ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } audio, canvas, img, svg, video { vertical-ali...
app/assets/css/style.css
html { color: #222; font-size: 1em; line-height: 1.4; } ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } audio, canvas, img, svg, video { vertical-ali...
0.544317
0.190084
:-moz-placeholder { font-style:normal; color: #45484b; } :-ms-input-placeholder { font-style:normal; color: #45484a; } ::-webkit-input-placeholder { font-style:normal; color: #45484a; } .alignnone { margin: 5px 20px 20px 0; } .aligncenter, div.aligncenter { display: block;...
app/Resources/CaravaneCmsBundle/public/css/main.css
:-moz-placeholder { font-style:normal; color: #45484b; } :-ms-input-placeholder { font-style:normal; color: #45484a; } ::-webkit-input-placeholder { font-style:normal; color: #45484a; } .alignnone { margin: 5px 20px 20px 0; } .aligncenter, div.aligncenter { display: block;...
0.385375
0.172311
figure.wp-block-image:not(.wp-block) {margin: 0;} .wp-block-image {position: relative;} .wp-block-image .is-applying img, .wp-block-image.is-transient img {opacity: .3;} .wp-block-image figcaption img {display: inline;} .wp-block-image .components-spinner {position: absolute;top: 50%;left: 50%;margin-top: -9px;margin-l...
wp-content/uploads/wp2static-processed-site/wp-includes/blocks/image/editor.min.css
figure.wp-block-image:not(.wp-block) {margin: 0;} .wp-block-image {position: relative;} .wp-block-image .is-applying img, .wp-block-image.is-transient img {opacity: .3;} .wp-block-image figcaption img {display: inline;} .wp-block-image .components-spinner {position: absolute;top: 50%;left: 50%;margin-top: -9px;margin-l...
0.572006
0.26282
.portfolio-li { /* background-color: #fff; border: 1px solid #ddd; border-radius: 4px; float: left; position: relative; transition: all 0.2s ease-in-out 0s; line-height: 1.42857; margin:0.5% 0.5% 0.5% 1%; overflow: hidden; width: 31.5%; */ display: inline-bl...
public/assets/css/custom.css
.portfolio-li { /* background-color: #fff; border: 1px solid #ddd; border-radius: 4px; float: left; position: relative; transition: all 0.2s ease-in-out 0s; line-height: 1.42857; margin:0.5% 0.5% 0.5% 1%; overflow: hidden; width: 31.5%; */ display: inline-bl...
0.31785
0.07383
body { font-family: "Open Sans", Tahoma, sans-serif; font-size: 5.7vh; background: #233a40; color: #ddd; margin: 0; padding: 0; position:absolute; width:100%; height:100%; } * { box-sizing: border-box; } .stdblock { display: block; /*margin: 0.5vh;*/ /*border: 1px solid blue;*/ /* p...
qwtime.css
body { font-family: "Open Sans", Tahoma, sans-serif; font-size: 5.7vh; background: #233a40; color: #ddd; margin: 0; padding: 0; position:absolute; width:100%; height:100%; } * { box-sizing: border-box; } .stdblock { display: block; /*margin: 0.5vh;*/ /*border: 1px solid blue;*/ /* p...
0.252108
0.088939
@charset "UTF-8"; /** This mixin makes a single line element fit exactly on the Roboto font for easier integration. */ @font-face { font-family: "Roboto-Black"; src: url("/Fonts/Roboto-Black.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "Roboto-Bold"; src: ...
static/SDK/common.css
@charset "UTF-8"; /** This mixin makes a single line element fit exactly on the Roboto font for easier integration. */ @font-face { font-family: "Roboto-Black"; src: url("/Fonts/Roboto-Black.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "Roboto-Bold"; src: ...
0.349755
0.094135
.quiz-screen{width: 100%} /*Iphone 5s SE*/ @media only screen and (min-width: 415px) and (max-width: 767px){ .desk-none {display: block!important;} .mob-none {display: none!important;} .pushy {width: 40% !important} } @media only screen and (min-width: 768px) and (max-width: 991px){ .desk-none {display:...
public/frontend/css/media.css
.quiz-screen{width: 100%} /*Iphone 5s SE*/ @media only screen and (min-width: 415px) and (max-width: 767px){ .desk-none {display: block!important;} .mob-none {display: none!important;} .pushy {width: 40% !important} } @media only screen and (min-width: 768px) and (max-width: 991px){ .desk-none {display:...
0.208662
0.084041
.btn-light { color: black; background-color: #fff; border-color: #eee; } #container { height: 1000px; width: auto; min-width: 510px; max-width: auto; margin: 0 auto; } .loading { margin-top: 10em; text-align: center; } .bootstrap-select > .dropdown-toggle.bs-placehol...
public/css/custom.css
.btn-light { color: black; background-color: #fff; border-color: #eee; } #container { height: 1000px; width: auto; min-width: 510px; max-width: auto; margin: 0 auto; } .loading { margin-top: 10em; text-align: center; } .bootstrap-select > .dropdown-toggle.bs-placehol...
0.277767
0.051272
body { margin: 5px; padding: 0; border: 0; text-align: justify; } .product-list { margin: auto; width: 75%; display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 5px; grid-auto-rows: minmax(300px, auto); } .product { border-radius: 15px; border: 1px lightgray so...
Exercises/resources/products.css
body { margin: 5px; padding: 0; border: 0; text-align: justify; } .product-list { margin: auto; width: 75%; display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 5px; grid-auto-rows: minmax(300px, auto); } .product { border-radius: 15px; border: 1px lightgray so...
0.451327
0.116714
html, body { font-family: 'halyard-display', 'halyard-micro', 'sans-serif'; background-color: #1e2122; } div { background-color: #495255; } header { text-align: center; } main, footer, header { max-width: 80%; margin-left: auto; margin-right: auto; text-align: center; } footer>div, n...
css/darkmode.css
html, body { font-family: 'halyard-display', 'halyard-micro', 'sans-serif'; background-color: #1e2122; } div { background-color: #495255; } header { text-align: center; } main, footer, header { max-width: 80%; margin-left: auto; margin-right: auto; text-align: center; } footer>div, n...
0.420243
0.099733
body { background-color: #FFF; color: #434343; font-family: "Lato", sans-serif; font-size: 14px; font-weight: 400; height: 100%; padding: 0; } .jtk-bootstrap { min-height: 100vh; display: flex; flex-direction: column; } .jtk-bootstrap .jtk-page-container { display:...
plugins/jsplumb/css/jsplumbtoolkit-demo.css
body { background-color: #FFF; color: #434343; font-family: "Lato", sans-serif; font-size: 14px; font-weight: 400; height: 100%; padding: 0; } .jtk-bootstrap { min-height: 100vh; display: flex; flex-direction: column; } .jtk-bootstrap .jtk-page-container { display:...
0.600071
0.068506
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap"); :root { --primary-color-hue: 252; --dark-color-lightness: 17%; --light-color-lightness: 95%; --white-color-lightness: 100%; --color-white: hsl(252, 30%, var(--white-color-lightness)); --...
src/main/resources/static/css/blog.css
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap"); :root { --primary-color-hue: 252; --dark-color-lightness: 17%; --light-color-lightness: 95%; --white-color-lightness: 100%; --color-white: hsl(252, 30%, var(--white-color-lightness)); --...
0.421195
0.065247
body { font-family: Poppins, sans-serif; background: #334d50; /* fallback for old browsers */ background: -webkit-linear-gradient(to bottom, #cbcaa5, #334d50); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to bottom, #cbcaa5, #334d50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12...
Repository_web_page/style.css
body { font-family: Poppins, sans-serif; background: #334d50; /* fallback for old browsers */ background: -webkit-linear-gradient(to bottom, #cbcaa5, #334d50); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to bottom, #cbcaa5, #334d50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12...
0.511961
0.091423
@media (max-width: 1025px){ .spacing-2 { padding-left: 9rem; padding-right: 9rem; margin-top: 4rem; margin-bottom: 4rem; } .movein { font-size: 31px; } .text-2 { margin-top: 8rem; padding-left: 0rem; padding-right: 0rem; } } @me...
public/page-assets/css/queries.css
@media (max-width: 1025px){ .spacing-2 { padding-left: 9rem; padding-right: 9rem; margin-top: 4rem; margin-bottom: 4rem; } .movein { font-size: 31px; } .text-2 { margin-top: 8rem; padding-left: 0rem; padding-right: 0rem; } } @me...
0.504883
0.092811
.nav { list-style: none; text-align: right; padding: 1em; margin: 0; } li { display: inline-block; padding: 1em; } h1 { line-height: 1.4em; } .parent { position: absolute; top: 0; left: 0; } .floating { position: relative; top: 87px; left: 195p...
src/_styles.css
.nav { list-style: none; text-align: right; padding: 1em; margin: 0; } li { display: inline-block; padding: 1em; } h1 { line-height: 1.4em; } .parent { position: absolute; top: 0; left: 0; } .floating { position: relative; top: 87px; left: 195p...
0.372619
0.092196
@import url(cssreset.css); * { transition: all 0.3s ease; } body { background-color: rgb(40, 40, 40); color: #efefef; direction: rtl; overflow: hidden; } .page-scroller { width: 100%; height: 100vh; overflow: hidden; position: relative; } .page-scroller input { display: none; } .page-scroller l...
9-multiPageHeader-3/assets/css/style.css
@import url(cssreset.css); * { transition: all 0.3s ease; } body { background-color: rgb(40, 40, 40); color: #efefef; direction: rtl; overflow: hidden; } .page-scroller { width: 100%; height: 100vh; overflow: hidden; position: relative; } .page-scroller input { display: none; } .page-scroller l...
0.450601
0.084568