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
body { background: #fff; } .jar{ position: absolute; top: 0; width: 200px; /* width: 33%; */ left: 412px; top: 202px; z-index: 2; } .jar-hide { visibility: hidden;} #container { position: relative; text-align: center; margin: -344px 0 0 499px; width: 960px; } #container:hov...
pollen.computer/vermont.computer/vermont.zone/jar.css
body { background: #fff; } .jar{ position: absolute; top: 0; width: 200px; /* width: 33%; */ left: 412px; top: 202px; z-index: 2; } .jar-hide { visibility: hidden;} #container { position: relative; text-align: center; margin: -344px 0 0 499px; width: 960px; } #container:hov...
0.414662
0.121555
.wrapper, html, body{ height: 100%; width: 100%; background-color: #262626; display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 705px; } .head-wrap{ background-color: #6441a5; width: 80%; display: flex; justify-content: space-between; flex-wrap: no-...
css/style.css
.wrapper, html, body{ height: 100%; width: 100%; background-color: #262626; display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 705px; } .head-wrap{ background-color: #6441a5; width: 80%; display: flex; justify-content: space-between; flex-wrap: no-...
0.376509
0.040903
.i-amphtml-default-placeholder { background-color: #f8f8f8; } /* Container and sizes */ .i-amphtml-new-loader { display: inline-block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); /* Firefox: Need a size for the SVG, or it is sized to 300x300 by default. */ width: 0; he...
extensions/amp-loader/0.1/amp-loader.css
.i-amphtml-default-placeholder { background-color: #f8f8f8; } /* Container and sizes */ .i-amphtml-new-loader { display: inline-block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); /* Firefox: Need a size for the SVG, or it is sized to 300x300 by default. */ width: 0; he...
0.603815
0.064447
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap'); /* Prism Code Highlighting Theme (see https://prismjs.com) */ @import url('https://cdn.jsdelivr.net/npm/prism-themes@1.5.0/themes/prism-dracula.css'); :not(pre) > code[class*='language-'] { /* Fixes issue where theme removes indentation. */ ...
src/styles/base.css
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap'); /* Prism Code Highlighting Theme (see https://prismjs.com) */ @import url('https://cdn.jsdelivr.net/npm/prism-themes@1.5.0/themes/prism-dracula.css'); :not(pre) > code[class*='language-'] { /* Fixes issue where theme removes indentation. */ ...
0.372163
0.095898
.rvfs-1 p, .rvfs-1 li,.rvfs-1 .documentation_item .media-body h5{ font-size: 70%} .rvfs-2 p, .rvfs-2 li,.rvfs-2 .documentation_item .media-body h5{ font-size: 80%} .rvfs-3 p, .rvfs-3 li,.rvfs-3 .documentation_item .media-body h5{ font-size: 90%} .rvfs-4 p, .rvfs-4 li{ font-size: 100%} .rvfs-5 p, .rvfs-5 li,.rvfs-5 .doc...
httpdocs/Client.Web.SelectGo/Content/Default/default/blog/blog-post/default/css/1.0-rvfs.css
.rvfs-1 p, .rvfs-1 li,.rvfs-1 .documentation_item .media-body h5{ font-size: 70%} .rvfs-2 p, .rvfs-2 li,.rvfs-2 .documentation_item .media-body h5{ font-size: 80%} .rvfs-3 p, .rvfs-3 li,.rvfs-3 .documentation_item .media-body h5{ font-size: 90%} .rvfs-4 p, .rvfs-4 li{ font-size: 100%} .rvfs-5 p, .rvfs-5 li,.rvfs-5 .doc...
0.438545
0.099034
.page-sidebar { background-color: #253544; } .page-sidebar .admin-block .admin-info { color: #fff; } .page-sidebar .admin-block .admin-info small { color: #b4bcc8; } .side-menu .heading { color: rgba(255, 255, 255, 0.4); } .side-menu > li a { color: #b4bcc8; } .side-menu > li a:hover, .side-me...
public/admin/assets/css/themes/orange.css
.page-sidebar { background-color: #253544; } .page-sidebar .admin-block .admin-info { color: #fff; } .page-sidebar .admin-block .admin-info small { color: #b4bcc8; } .side-menu .heading { color: rgba(255, 255, 255, 0.4); } .side-menu > li a { color: #b4bcc8; } .side-menu > li a:hover, .side-me...
0.343452
0.043508
@media only screen and (min-width: 1824px) { body { height: 100%; } .page-container { height: 100%; } /** Side bar widget **/ .footer-widget { position: fixed; } /** Tables **/ .table th { font-size: 14px; } .table td { font-size: 14px; } .table td.small-cell, .table th.s...
public/assets/admin/css/themes/simple/responsive.css
@media only screen and (min-width: 1824px) { body { height: 100%; } .page-container { height: 100%; } /** Side bar widget **/ .footer-widget { position: fixed; } /** Tables **/ .table th { font-size: 14px; } .table td { font-size: 14px; } .table td.small-cell, .table th.s...
0.483405
0.076132
* { box-sizing: border-box; } body { font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 1.4; color: #364147; margin: 0; } input, button { font-family: inherit; font-size: inherit; } a { color: #faa541; text-decoration: none; } ul { padding: 0; margin: 0; list-style: none; } nav { padding: 10px 0; } h1,...
css/main.css
* { box-sizing: border-box; } body { font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 1.4; color: #364147; margin: 0; } input, button { font-family: inherit; font-size: inherit; } a { color: #faa541; text-decoration: none; } ul { padding: 0; margin: 0; list-style: none; } nav { padding: 10px 0; } h1,...
0.419529
0.15131
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document regexp("^https?:\/\/zhidao\.baidu\.com\/(?!liuyan|s/|daily|zhima|hangjia|doctor|yisheng|lvshi|prof|team\/.*team).*"){ *{ font-family:"微软雅黑"!important; border:0!important; } /*背景透明*/ html:not(.view),body:not([contented...
data/usercss/105944.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document regexp("^https?:\/\/zhidao\.baidu\.com\/(?!liuyan|s/|daily|zhima|hangjia|doctor|yisheng|lvshi|prof|team\/.*team).*"){ *{ font-family:"微软雅黑"!important; border:0!important; } /*背景透明*/ html:not(.view),body:not([contented...
0.081447
0.076373
body { font-family: Helvetica; background-color: rgb(243, 243, 244); } .site { display: flex; min-height: 100vh; min-width: 100vw; max-width: 100vw; flex-direction: column; } .site-content { flex: 1; min-height: 100vh; } .item { font-size: 1.5em; } #carousel { display: flex; justify-content:...
public/style.css
body { font-family: Helvetica; background-color: rgb(243, 243, 244); } .site { display: flex; min-height: 100vh; min-width: 100vw; max-width: 100vw; flex-direction: column; } .site-content { flex: 1; min-height: 100vh; } .item { font-size: 1.5em; } #carousel { display: flex; justify-content:...
0.471223
0.064153
@import "components.css"; [contenteditable] { outline: none; } /* FONTS */ .isTyping .mw-plus-bottom, .isTyping .mw-columns-resizer, .isTyping .mw-plus-top { visibility: hidden !important; } #mw-text-editor { width: 100%; display: flex; min-height: 35px; background: #F5F5F5; z-index: 996...
userfiles/modules/microweber/css/wysiwyg.css
@import "components.css"; [contenteditable] { outline: none; } /* FONTS */ .isTyping .mw-plus-bottom, .isTyping .mw-columns-resizer, .isTyping .mw-plus-top { visibility: hidden !important; } #mw-text-editor { width: 100%; display: flex; min-height: 35px; background: #F5F5F5; z-index: 996...
0.302906
0.072571
==Start Base css== *************************************************/ @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700|Roboto:300,300i,400,400i,500,700'); /* CSS Reset */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abb...
public_backup/css/frontend/main.css
==Start Base css== *************************************************/ @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700|Roboto:300,300i,400,400i,500,700'); /* CSS Reset */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abb...
0.204342
0.119948
margin: 0 !important; padding: 0 !important; } /** @todo : tags & contact form **/ /************************************/ /******* FLIPPY*/ /************************************/ flippy.my-fancy{ width:100%; margin : 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; ...
app/css/resume.css
margin: 0 !important; padding: 0 !important; } /** @todo : tags & contact form **/ /************************************/ /******* FLIPPY*/ /************************************/ flippy.my-fancy{ width:100%; margin : 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; ...
0.26322
0.061961
body a { color: #BE3E1D; text-decoration: none; } body a:hover { color: #923016; text-decoration: underline; } body #footer { border-top: 2px solid #BE3E1D; /* primary colour */ } body #footer #toplink i { color: #BE3E1D; /* primary colour */ } body #header-hidden-link a.show-hide, body .flexslider-...
public/assets/css/colour-red.css
body a { color: #BE3E1D; text-decoration: none; } body a:hover { color: #923016; text-decoration: underline; } body #footer { border-top: 2px solid #BE3E1D; /* primary colour */ } body #footer #toplink i { color: #BE3E1D; /* primary colour */ } body #header-hidden-link a.show-hide, body .flexslider-...
0.412294
0.06236
.context-menu-list { margin: 0; padding: 0.5rem 0; border-radius: 0.358rem; border: 1px solid rgba(34, 41, 47, 0.05); box-shadow: 0 5px 25px rgba(34, 41, 47, 0.1); min-width: 10rem; } .context-menu-list .context-menu-item { padding: 0.65rem 1.28rem; color: #6e6b7b; } .context-menu-list .context-menu-i...
public/app-assets/css/plugins/extensions/ext-component-context-menu.css
.context-menu-list { margin: 0; padding: 0.5rem 0; border-radius: 0.358rem; border: 1px solid rgba(34, 41, 47, 0.05); box-shadow: 0 5px 25px rgba(34, 41, 47, 0.1); min-width: 10rem; } .context-menu-list .context-menu-item { padding: 0.65rem 1.28rem; color: #6e6b7b; } .context-menu-list .context-menu-i...
0.291687
0.043386
* { box-sizing: border-box; } /*************************************************************/ #header, #info, #bio, #pub .elem, #educ .elem, #exp .elem, #social .wrapper, #footer { border-radius: 5px; border: 2px solid red; } .kfs { padding: 2px; margin: 1.25em .25em .25em .25em; border-top: 2px solid red...
themes/default/colorful.css
* { box-sizing: border-box; } /*************************************************************/ #header, #info, #bio, #pub .elem, #educ .elem, #exp .elem, #social .wrapper, #footer { border-radius: 5px; border: 2px solid red; } .kfs { padding: 2px; margin: 1.25em .25em .25em .25em; border-top: 2px solid red...
0.455199
0.094636
a{ text-decoration: none !important; } .banner{ background-image: url(../imagens/Banner.jpg); height: 400px; text-shadow:#000 1px -1px 2px, #000 -1px 1px 2px, #000 1px 1px 2px, #000 -1px -1px 2px; margin-top:20px; } .banner h1{ margin-top: 100px; color: #FFFFFF; } .banner p{ color: #FFFFFF;...
assets/css/style.css
a{ text-decoration: none !important; } .banner{ background-image: url(../imagens/Banner.jpg); height: 400px; text-shadow:#000 1px -1px 2px, #000 -1px 1px 2px, #000 1px 1px 2px, #000 -1px -1px 2px; margin-top:20px; } .banner h1{ margin-top: 100px; color: #FFFFFF; } .banner p{ color: #FFFFFF;...
0.172207
0.090053
body { display: none; font-family: Avenir, "Open Sans", sans-serif; } body div.body { background-color: initial; max-width: none; min-width: auto; } /* This is equivalent to the responsive containers introduced in Bootstrap 4.4 but with a wider width */ @media (min-width: 1440px) { .body-c...
doc/source/_static/mergify.css
body { display: none; font-family: Avenir, "Open Sans", sans-serif; } body div.body { background-color: initial; max-width: none; min-width: auto; } /* This is equivalent to the responsive containers introduced in Bootstrap 4.4 but with a wider width */ @media (min-width: 1440px) { .body-c...
0.520496
0.087058
.breeze-debugger{ width : 750px; height : 500px; background : #FFF; border : 1px solid #A4C4DD; position : absolute; z-index : 1001; padding-bottom:1px; } .breeze-debugger .operation{ overflow : hidden; width : auto; height : 60px; padding-top : 10px; border-bottom : 1px solid #A4C4DD; backg...
themes/default/breeze.debugger.css
.breeze-debugger{ width : 750px; height : 500px; background : #FFF; border : 1px solid #A4C4DD; position : absolute; z-index : 1001; padding-bottom:1px; } .breeze-debugger .operation{ overflow : hidden; width : auto; height : 60px; padding-top : 10px; border-bottom : 1px solid #A4C4DD; backg...
0.18072
0.081996
@charset "UTF-8"; html, body, ol, ul, li, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select { margin: 0; padding: 0; } body { font-size: 14px; font-family: '微软雅黑'; } ul, ol, li { list-style: none; } h1, h2, h3, h4, h5, h6 { font-size: 16px; font-weight: normal; ...
src/style/detail.css
@charset "UTF-8"; html, body, ol, ul, li, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select { margin: 0; padding: 0; } body { font-size: 14px; font-family: '微软雅黑'; } ul, ol, li { list-style: none; } h1, h2, h3, h4, h5, h6 { font-size: 16px; font-weight: normal; ...
0.435661
0.101145
-------------------------- */ /* Element Chalk Variables */ /* Transition -------------------------- */ /* Colors -------------------------- */ /* 53a8ff */ /* 66b1ff */ /* 79bbff */ /* 8cc5ff */ /* a0cfff */ /* b3d8ff */ /* c6e2ff */ /* d9ecff */ /* ecf5ff */ /* Link -------------------------- */ /* Background ------...
Modules/Pro/Resources/assets/theme/color-picker.css
-------------------------- */ /* Element Chalk Variables */ /* Transition -------------------------- */ /* Colors -------------------------- */ /* 53a8ff */ /* 66b1ff */ /* 79bbff */ /* 8cc5ff */ /* a0cfff */ /* b3d8ff */ /* c6e2ff */ /* d9ecff */ /* ecf5ff */ /* Link -------------------------- */ /* Background ------...
0.318167
0.025468
body { display: flex; flex-direction: column; font-family: 'Open Sans', sans-serif; -moz-osx-font-smoothing: grayscale; box-shadow:none; border:0px; } html, body { height: 100%; } #theHeader div.banner, #theHeader div.banner:hover{ text-shadow:none; } #menubar .menuInfoCat::before { content:''; } #...
piwigo/themes/modus/css/hf_base.css
body { display: flex; flex-direction: column; font-family: 'Open Sans', sans-serif; -moz-osx-font-smoothing: grayscale; box-shadow:none; border:0px; } html, body { height: 100%; } #theHeader div.banner, #theHeader div.banner:hover{ text-shadow:none; } #menubar .menuInfoCat::before { content:''; } #...
0.276397
0.0729
@media screen and (max-width:1200px) { .post { width: 900px; } .post>a { width: 480px; height: 310px; } .else { top: 10px; width: 420px; height: 290px; } .post:nth-child(odd) .else { left: 450px; } .post:nth-child(even) .else { ...
ni/css/responsive.css
@media screen and (max-width:1200px) { .post { width: 900px; } .post>a { width: 480px; height: 310px; } .else { top: 10px; width: 420px; height: 290px; } .post:nth-child(odd) .else { left: 450px; } .post:nth-child(even) .else { ...
0.208582
0.094135
.sncmp { font-family: 'Arial', 'Open Sans', 'Roboto', sans-serif; box-sizing: border-box; } .sncmp a { text-decoration: none; color: rgb(76,175,80); } .sncmp a:hover { text-decoration: underline; cursor: pointer; } .sncmp-overlay { position:fixed; top:0; left:0; bottom:0;...
public/css/HTML Emoji Reference_files/cmp.css
.sncmp { font-family: 'Arial', 'Open Sans', 'Roboto', sans-serif; box-sizing: border-box; } .sncmp a { text-decoration: none; color: rgb(76,175,80); } .sncmp a:hover { text-decoration: underline; cursor: pointer; } .sncmp-overlay { position:fixed; top:0; left:0; bottom:0;...
0.521959
0.104614
*, *::after, *::before { margin: 0; padding: 0; /* forces inheritance for box-sizing from body */ box-sizing: inherit; } html { scroll-behavior: smooth; /* 1rem = 10px on most default browser settings */ font-size: 62.5%; } @media (max-width: 56.25em) { html { font-size: 50%; } } @media (ma...
css/style.comp.css
*, *::after, *::before { margin: 0; padding: 0; /* forces inheritance for box-sizing from body */ box-sizing: inherit; } html { scroll-behavior: smooth; /* 1rem = 10px on most default browser settings */ font-size: 62.5%; } @media (max-width: 56.25em) { html { font-size: 50%; } } @media (ma...
0.522446
0.069226
@namespace url(http://www.w3.org/1999/xhtml); /* * The following code changes pages from a fixed width of 1050px to a minimum width of 1050px - increasing * the useful area on wider monitors. This makes cells in tables (such as the list of learning logs) take * up fewer lines. It also allows the browser to d...
data/usercss/93834.user.css
@namespace url(http://www.w3.org/1999/xhtml); /* * The following code changes pages from a fixed width of 1050px to a minimum width of 1050px - increasing * the useful area on wider monitors. This makes cells in tables (such as the list of learning logs) take * up fewer lines. It also allows the browser to d...
0.408631
0.446072
.page-header { padding: 15px; } @media screen and (min-width: 768px) { .page-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } } @media screen and (max-width: 767px) { .page-header {...
consciousness/assets/css/canonizer-2021.css
.page-header { padding: 15px; } @media screen and (min-width: 768px) { .page-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } } @media screen and (max-width: 767px) { .page-header {...
0.340266
0.067886
.before-and-after { position: relative; overflow: hidden; width: 100%; cursor: ew-resize; margin: 0 auto; } .before-and-after img { display: block; max-width: 100%; } .subject-before { position: absolute; top: 0; left: 0; width: 100%; } .subject-scraper { overflow: hidden; -webkit-tran...
dist/css/style.css
.before-and-after { position: relative; overflow: hidden; width: 100%; cursor: ew-resize; margin: 0 auto; } .before-and-after img { display: block; max-width: 100%; } .subject-before { position: absolute; top: 0; left: 0; width: 100%; } .subject-scraper { overflow: hidden; -webkit-tran...
0.428353
0.120853
* 1. Change the default font family in all browsers (opinionated). * 2. Correct the line height in all browsers. * 3. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ /* Document ========================================================================== */ ht...
theme/dist/webvaloa.css
* 1. Change the default font family in all browsers (opinionated). * 2. Correct the line height in all browsers. * 3. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ /* Document ========================================================================== */ ht...
0.655557
0.147524
@font-face { font-family: "Gotham Pro"; src: url("/static/GothamPro-Light.woff") format("woff"); } :root { --font-family-sans-serif: Gotham Pro, serif; --navbar-height: 76px; --footer-height: 147px; } #content { margin-top: calc(var(--navbar-height)); /*margin-bottom: 150px;*/ min-heig...
app/static/css/base.css
@font-face { font-family: "Gotham Pro"; src: url("/static/GothamPro-Light.woff") format("woff"); } :root { --font-family-sans-serif: Gotham Pro, serif; --navbar-height: 76px; --footer-height: 147px; } #content { margin-top: calc(var(--navbar-height)); /*margin-bottom: 150px;*/ min-heig...
0.383526
0.099689
@charset "utf-8"; /* V3 Author: <NAME> Date: 5.29.20 */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, capti...
v3/styles.css
@charset "utf-8"; /* V3 Author: <NAME> Date: 5.29.20 */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, capti...
0.373762
0.115711
.myRewards {position:fixed; _position:absolute; right:0; top:10%; z-index:10000; padding-left:30px; width:0px; overflow:hidden; box-sizing: content-box;} .myRewards ul,.myRewards li{margin:0;padding:0;} .myRewards img{ border:0; display:block;} .myRewards a{ color:#000; text-decoration:none; outline:0 none;} .myRewards...
css/myRewards.css
.myRewards {position:fixed; _position:absolute; right:0; top:10%; z-index:10000; padding-left:30px; width:0px; overflow:hidden; box-sizing: content-box;} .myRewards ul,.myRewards li{margin:0;padding:0;} .myRewards img{ border:0; display:block;} .myRewards a{ color:#000; text-decoration:none; outline:0 none;} .myRewards...
0.349977
0.09739
.gj-slider { position: relative; padding: 8px 6px; } .gj-slider [role="track"] { width: 100%; } .gj-slider [role="progress"] { position: absolute; z-index: 1203; } .gj-slider [role="handle"] { position: absolute; } .gj-slider-md [role="track"] { display: -webkit-box; display: -ms-fl...
src/slider/css/slider.base.css
.gj-slider { position: relative; padding: 8px 6px; } .gj-slider [role="track"] { width: 100%; } .gj-slider [role="progress"] { position: absolute; z-index: 1203; } .gj-slider [role="handle"] { position: absolute; } .gj-slider-md [role="track"] { display: -webkit-box; display: -ms-fl...
0.414543
0.111531
* { engine: none; -GtkArrow-arrow-scaling: 0.55; -GtkButton-child-displacement-x: 0; -GtkButton-child-displacement-y: 0; -GtkButton-default-border: 0; -GtkButton-image-spacing: 0; -GtkButton-inner-border: 1; -GtkButton-interior-focus: true; -GtkCheckButton-indicator-size: 16; -Gt...
.themes/Ant-Dracula/gtk-3.0/gtk-widgets.css
* { engine: none; -GtkArrow-arrow-scaling: 0.55; -GtkButton-child-displacement-x: 0; -GtkButton-child-displacement-y: 0; -GtkButton-default-border: 0; -GtkButton-image-spacing: 0; -GtkButton-inner-border: 1; -GtkButton-interior-focus: true; -GtkCheckButton-indicator-size: 16; -Gt...
0.547464
0.109753
.tutorials { position: relative; width: 100%; min-height: 100vh; display: flex; justify-content: center; align-items: center; padding: 24px 0; } .tutorial-container { position: relative; width: 85%; min-height: 850px; box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4); padding: 4...
public/css/components/tutorials.css
.tutorials { position: relative; width: 100%; min-height: 100vh; display: flex; justify-content: center; align-items: center; padding: 24px 0; } .tutorial-container { position: relative; width: 85%; min-height: 850px; box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4); padding: 4...
0.485356
0.253272
.lineUp{ display: grid; text-align: center; grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr 2fr; /*grid-auto-rows: 10px;*/ /*added more content sections in order to so that all the information on page does not overlap each other*/ grid-template-areas: "header header header header head...
page2.css
.lineUp{ display: grid; text-align: center; grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr 2fr; /*grid-auto-rows: 10px;*/ /*added more content sections in order to so that all the information on page does not overlap each other*/ grid-template-areas: "header header header header head...
0.370909
0.188529
.highlight .c { color: #998; font-style: italic; } .highlight .err { color: #a61717; background-color: #e3d2d2; } .highlight .k { font-weight: bold; } .highlight .o { font-weight: bold; } .highlight .cm { color: #998; font-style: italic; } .highlight .cp { color: #999; font-weight: bold; } .highligh...
_includes/main.css
.highlight .c { color: #998; font-style: italic; } .highlight .err { color: #a61717; background-color: #e3d2d2; } .highlight .k { font-weight: bold; } .highlight .o { font-weight: bold; } .highlight .cm { color: #998; font-style: italic; } .highlight .cp { color: #999; font-weight: bold; } .highligh...
0.383526
0.111024
1. Layout 2. Global elements including fonts and links 3. Colours 4. Header elements 5. Site-specific elements 6. Mobile */ /* 1. Layout ---------------------------------------------------------------------------------- */ /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domai...
Part 3.1/tutsplus-advanced-customizer/style.css
1. Layout 2. Global elements including fonts and links 3. Colours 4. Header elements 5. Site-specific elements 6. Mobile */ /* 1. Layout ---------------------------------------------------------------------------------- */ /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domai...
0.375248
0.139631
/* Main style customizations */ body { font-family: 'Noto Sans', sans-serif; } .content-text { font-size: 0.85rem; } .responsive-button { white-space: normal; } .timeago-contextual { font-style: italic; font-size: 0.8em; } a.discrete-link { color: inherit !important; transition: all 0.3s !important; } a.di...
public/css/grocy.css
/* Main style customizations */ body { font-family: 'Noto Sans', sans-serif; } .content-text { font-size: 0.85rem; } .responsive-button { white-space: normal; } .timeago-contextual { font-style: italic; font-size: 0.8em; } a.discrete-link { color: inherit !important; transition: all 0.3s !important; } a.di...
0.284576
0.064949
.cardHeader { height: 1.95rem; } .header { height: 1.95rem; } .header .top { line-height: 1.15rem; height: 1.15rem; background: #ff4e4e; } .header .top li { font-size: 0; line-height: 1.15rem; text-align: center; } .header .top li img { vertical-align: middle; height: 0.56rem; } .header .top li a { ...
public/test/main/css/share.css
.cardHeader { height: 1.95rem; } .header { height: 1.95rem; } .header .top { line-height: 1.15rem; height: 1.15rem; background: #ff4e4e; } .header .top li { font-size: 0; line-height: 1.15rem; text-align: center; } .header .top li img { vertical-align: middle; height: 0.56rem; } .header .top li a { ...
0.494873
0.068164
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,500&display=swap'); *{ margin: 0; padding: 0; } body{ background: #FDFEFE; color: #000; font-family: 'Roboto', sans-serif; } header{ width: 100%; overflow: hidden; /*height: 100px; ...
assets/css/grid.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,500&display=swap'); *{ margin: 0; padding: 0; } body{ background: #FDFEFE; color: #000; font-family: 'Roboto', sans-serif; } header{ width: 100%; overflow: hidden; /*height: 100px; ...
0.232049
0.060502
.plupload_button { cursor: pointer; outline: none; } .plupload_wrapper { font: normal 11px Verdana,sans-serif; width: 100%; } .plupload_container { _height: 300px; min-height: 300px; position: relative; } .plupload_filelist_footer {border-width: 1px 0 0 0} .plupload_file {border-width: 0 0 1p...
module/SCToolbox/public/plupload/js/jquery.ui.plupload/css/jquery.ui.plupload.css
.plupload_button { cursor: pointer; outline: none; } .plupload_wrapper { font: normal 11px Verdana,sans-serif; width: 100%; } .plupload_container { _height: 300px; min-height: 300px; position: relative; } .plupload_filelist_footer {border-width: 1px 0 0 0} .plupload_file {border-width: 0 0 1p...
0.215268
0.058453
html, body { height: 100%; overflow-x: hidden; } a, p, h3, h4, h5, h6, form, label, time { color: white; background-color: black; font-family:"Courier New", Courier, monospace; overflow-x: hidden; white-space: nowrap; } body { /* font-family: Helvetica, Arial, sans-serif; font-size: 16p...
backup/main.css
html, body { height: 100%; overflow-x: hidden; } a, p, h3, h4, h5, h6, form, label, time { color: white; background-color: black; font-family:"Courier New", Courier, monospace; overflow-x: hidden; white-space: nowrap; } body { /* font-family: Helvetica, Arial, sans-serif; font-size: 16p...
0.324449
0.065038
*, ::after, ::before { box-sizing: border-box; margin: 0; padding: 0; text-shadow: none; } html, body { height: 100%; } body { font-family: 'Open Sans', sans-serif; line-height: 1.8; background: #000; color: #bbb; letter-spacing: .015em; } a { text-decoration: none; color...
src/css/index.css
*, ::after, ::before { box-sizing: border-box; margin: 0; padding: 0; text-shadow: none; } html, body { height: 100%; } body { font-family: 'Open Sans', sans-serif; line-height: 1.8; background: #000; color: #bbb; letter-spacing: .015em; } a { text-decoration: none; color...
0.559049
0.088544
.dj_gecko .mblColorBlue { background-image: -moz-linear-gradient(top, #7a9de9 0%, #366edf 50%, #215fdc 50%, #2362dd 100%); } .dj_gecko .mblColorBlue45 { background-image: -moz-linear-gradient(top left, #7a9de9 0%, #366edf 50%, #215fdc 50%, #2362dd 100%); } .dj_gecko .mblColorDefault { background-image: -moz-linea...
public/js/release/dojox/mobile/themes/iphone/base-compat.css
.dj_gecko .mblColorBlue { background-image: -moz-linear-gradient(top, #7a9de9 0%, #366edf 50%, #215fdc 50%, #2362dd 100%); } .dj_gecko .mblColorBlue45 { background-image: -moz-linear-gradient(top left, #7a9de9 0%, #366edf 50%, #215fdc 50%, #2362dd 100%); } .dj_gecko .mblColorDefault { background-image: -moz-linea...
0.404037
0.127354
body{ margin: 0; padding: 0; box-sizing: border-box; } *, :after, :before { box-sizing: border-box; } .select-item-list{ display: flex; padding: 100px 30px; } .select-item-list .select-item-list--single{ padding: 20px 50px; width: 100%; } .select-item-list .select-item-list--single h4{ ...
HADES/wwwroot/lib/pureScriptSelect-master/style.css
body{ margin: 0; padding: 0; box-sizing: border-box; } *, :after, :before { box-sizing: border-box; } .select-item-list{ display: flex; padding: 100px 30px; } .select-item-list .select-item-list--single{ padding: 20px 50px; width: 100%; } .select-item-list .select-item-list--single h4{ ...
0.341034
0.050941
body{ font-family: 'Montserrat', sans-serif; margin:0; overflow-x:hidden; } .card-img-top{ height:20px; } .row .card:hover{ box-shadow: 2px 2px 2px rgba(0,0,0,0.4); transform : scale(1.03); } .btn:hover { background-position: right center; /* change the direction of the change here *...
application/assets/css/stylesku.css
body{ font-family: 'Montserrat', sans-serif; margin:0; overflow-x:hidden; } .card-img-top{ height:20px; } .row .card:hover{ box-shadow: 2px 2px 2px rgba(0,0,0,0.4); transform : scale(1.03); } .btn:hover { background-position: right center; /* change the direction of the change here *...
0.407333
0.097476
@charset "UTF-8"; /* 1. Variables 2. General 3. Helper 4. Demo 5. Menu 6. Topbar 7. Bootstrap Custom 8. Alerts 9. Badges 10. Buttons 11. Card 12. Pagination 13. Progressbar 14. Popover Tooltips 15. Widgets 16. Confirm Alert 17. Sweet Alert 18. JStree 19. Nestable 20. Range Slider 21. Rating 22. Switchery 23. Form Eleme...
public/vendors/neon/css/style.css
@charset "UTF-8"; /* 1. Variables 2. General 3. Helper 4. Demo 5. Menu 6. Topbar 7. Bootstrap Custom 8. Alerts 9. Badges 10. Buttons 11. Card 12. Pagination 13. Progressbar 14. Popover Tooltips 15. Widgets 16. Confirm Alert 17. Sweet Alert 18. JStree 19. Nestable 20. Range Slider 21. Rating 22. Switchery 23. Form Eleme...
0.425486
0.086401
.sbHolder { background-color: transparent; border: 1px solid #dcdcdc; font-size: 15px; line-height: 20px; height: 38px; position: relative; width: 100%; float:none; box-shadow: none; -webkit-box-shadow: none; border-radius:3px; } .large-selectbox .sbHolder { height:47px; } .input-group .sbHolder { border...
web/assets/fm/css/jquery.selectbox.css
.sbHolder { background-color: transparent; border: 1px solid #dcdcdc; font-size: 15px; line-height: 20px; height: 38px; position: relative; width: 100%; float:none; box-shadow: none; -webkit-box-shadow: none; border-radius:3px; } .large-selectbox .sbHolder { height:47px; } .input-group .sbHolder { border...
0.272025
0.058804
@charset "utf-8"; /* CSS Document */ *{ margin:0; padding:0; } h2{ padding:35px 0px 0px 40px; /*border:1px solid #000;*/ } #content{ margin-top:40px; margin-left:280px; width:60%; } /*pageHeading*/ #pageHeading{ background-color: #f5f5f5; border-bottom: 1px solid #eee; height:30px; padding-top:6px; posi...
WebContent/css/customerordermanage.css
@charset "utf-8"; /* CSS Document */ *{ margin:0; padding:0; } h2{ padding:35px 0px 0px 40px; /*border:1px solid #000;*/ } #content{ margin-top:40px; margin-left:280px; width:60%; } /*pageHeading*/ #pageHeading{ background-color: #f5f5f5; border-bottom: 1px solid #eee; height:30px; padding-top:6px; posi...
0.089923
0.04747
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("vaughnlive.tv") { div.mvnWrap728x90 { display:none !important; } div.footerWrapper, div.indexTxtHeader, DIV.indexWrapper, DIV.theTop, div.aboutContent, DIV#aboutWrapper.aboutWrapper, div.videoHeader{ background: black !important; color: #D2...
data/usercss/114277.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("vaughnlive.tv") { div.mvnWrap728x90 { display:none !important; } div.footerWrapper, div.indexTxtHeader, DIV.indexWrapper, DIV.theTop, div.aboutContent, DIV#aboutWrapper.aboutWrapper, div.videoHeader{ background: black !important; color: #D2...
0.166879
0.097777
{ border: none; padding: 0px!important; } body, div, p { background-color: white; color: #202020; font-size: 18px; font-family: PT Sans Narrow } a { color: #202020!important } .cyberpunkred-sheet { background-color: white } .noback { background-color: transparent!important } .noborder { ...
block-system-2.0/cyberpunk/red/character-sheet/character.sheet.css
{ border: none; padding: 0px!important; } body, div, p { background-color: white; color: #202020; font-size: 18px; font-family: PT Sans Narrow } a { color: #202020!important } .cyberpunkred-sheet { background-color: white } .noback { background-color: transparent!important } .noborder { ...
0.47025
0.159643
body { background-color: #eee } .header-main { position: relative; padding-top: 7px; padding-bottom: 7px; background-color: #0D3B66 } .logo { color: #fff; font-size: 25px; font-weight: 600 } .brand-wrap { text-decoration: none !important } .icon-sm { width: 48px; height: ...
public/header.css
body { background-color: #eee } .header-main { position: relative; padding-top: 7px; padding-bottom: 7px; background-color: #0D3B66 } .logo { color: #fff; font-size: 25px; font-weight: 600 } .brand-wrap { text-decoration: none !important } .icon-sm { width: 48px; height: ...
0.606615
0.109944
* Kakao */ @font-face { font-family: 'Kakao'; font-style: normal; font-weight: 400; src: local('NanumSquareRoundR'), local('NanumSquareRoundOTFR'), url(NanumSquareRoundOTFR.otf) format('opentype'); } @font-face { font-family: 'Kakao'; font-style: normal; font-weight: 200; src: loc...
assets/fonts/fonts.css
* Kakao */ @font-face { font-family: 'Kakao'; font-style: normal; font-weight: 400; src: local('NanumSquareRoundR'), local('NanumSquareRoundOTFR'), url(NanumSquareRoundOTFR.otf) format('opentype'); } @font-face { font-family: 'Kakao'; font-style: normal; font-weight: 200; src: loc...
0.508544
0.078078
.main__container { background-color: #0c1066; height: 100vh; width: 100vw; display: flex; justify-content: center; align-items: center; overflow: hidden; } .img-user-icon { width: 5rem; height: 5rem; } .image{ display: flex; justify-content: center; align-items: center; overflow: hidden; hei...
src/app/pages/login/login.component.css
.main__container { background-color: #0c1066; height: 100vh; width: 100vw; display: flex; justify-content: center; align-items: center; overflow: hidden; } .img-user-icon { width: 5rem; height: 5rem; } .image{ display: flex; justify-content: center; align-items: center; overflow: hidden; hei...
0.408159
0.065605
:root{ --mint-cream: #F1FFFA; --tea-green: #CCFCCB; --celadon: #96E6B3; --middle-green: #568259; --ebony: #464E47; --cinza-escuro: #353839; } /* GLOBAL */ *{ margin: 0px; padding: 0px; box-sizing: border-box; font-family: 'Poppins', sans-serif; } body{ background: var(--mi...
Codigo/www/templates/main.css
:root{ --mint-cream: #F1FFFA; --tea-green: #CCFCCB; --celadon: #96E6B3; --middle-green: #568259; --ebony: #464E47; --cinza-escuro: #353839; } /* GLOBAL */ *{ margin: 0px; padding: 0px; box-sizing: border-box; font-family: 'Poppins', sans-serif; } body{ background: var(--mi...
0.323594
0.114988
.ifram-content{ padding: 20px; } .ifram-content-title{ font-size: 18px; color: rgb(70, 136, 71); line-height: 53px; background-color: rgb(223, 240, 216); text-align: center; } .ifram-data-list{ display: inline-block; font-size: 0; border: 1px solid #ccc; border-radius: 7px; ...
view/iframe1/css/iframe1.css
.ifram-content{ padding: 20px; } .ifram-content-title{ font-size: 18px; color: rgb(70, 136, 71); line-height: 53px; background-color: rgb(223, 240, 216); text-align: center; } .ifram-data-list{ display: inline-block; font-size: 0; border: 1px solid #ccc; border-radius: 7px; ...
0.205735
0.092852
[role="dialog"][data-type="value-selector"] { background: url(value_selector/images/ui/pattern.png) repeat left top, url(value_selector/images/ui/gradient.png) no-repeat left top / 100% 100%; overflow: hidden; position: absolute; z-index: 100; top: 0; left: 0; right: 0; bottom: 0; padding: 0 0 7rem; ...
shared/style/value_selector.css
[role="dialog"][data-type="value-selector"] { background: url(value_selector/images/ui/pattern.png) repeat left top, url(value_selector/images/ui/gradient.png) no-repeat left top / 100% 100%; overflow: hidden; position: absolute; z-index: 100; top: 0; left: 0; right: 0; bottom: 0; padding: 0 0 7rem; ...
0.417153
0.075961
==================================== [ CSS TABLE CONTENT ] ------------------------------------ 1.0 - Bootstrap Overvide 1.0 - General Style 2.0 - Helper Classes 3.0 - Typography 4.0 - PreLoader 5.0 - Page Heading Area & Breadcrumb 6.0 - Header Top Bar 7.0 - Navigation 8.0 ...
Quora/static/css/style.css
==================================== [ CSS TABLE CONTENT ] ------------------------------------ 1.0 - Bootstrap Overvide 1.0 - General Style 2.0 - Helper Classes 3.0 - Typography 4.0 - PreLoader 5.0 - Page Heading Area & Breadcrumb 6.0 - Header Top Bar 7.0 - Navigation 8.0 ...
0.240864
0.057626
 body{ font-size:1em; } h1.page-header { margin-top: -5px; } .sidebar { padding-left: 0; } .main-container { background: #FFF; padding-top: 15px; margin-top: -20px; } :focus { outline: none; } .side-menu { position: relative; width: 100%; height: 100%; background-colo...
Guffaw/Guffaw/Content/admin.css
 body{ font-size:1em; } h1.page-header { margin-top: -5px; } .sidebar { padding-left: 0; } .main-container { background: #FFF; padding-top: 15px; margin-top: -20px; } :focus { outline: none; } .side-menu { position: relative; width: 100%; height: 100%; background-colo...
0.515864
0.070816
@import url('https://fonts.googleapis.com/css?family=Karma'); @import url('https://fonts.googleapis.com/css?family=Raleway'); .billboard { background: url(respons-header.jpg); background-size: cover; padding-top: 40px; padding-left: 40px; height: 750px; } .caption h1 { font-size: 50px; font...
Web Basics Exam - 04 March 2018/02_ResponsiveMountain/style-respons.css
@import url('https://fonts.googleapis.com/css?family=Karma'); @import url('https://fonts.googleapis.com/css?family=Raleway'); .billboard { background: url(respons-header.jpg); background-size: cover; padding-top: 40px; padding-left: 40px; height: 750px; } .caption h1 { font-size: 50px; font...
0.490968
0.093719
@font-face { font-family: 'EntypoSocialRegular'; src: url("/assets/fonts/entypo-social.eot"); src: url("/assets/fonts/entypo-social.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/entypo-social.woff") format("woff"), url("/assets/fonts/entypo-social.ttf") format("truetype"), url("/assets/fonts/entypo...
public/assets/css/woodshedr.css
@font-face { font-family: 'EntypoSocialRegular'; src: url("/assets/fonts/entypo-social.eot"); src: url("/assets/fonts/entypo-social.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/entypo-social.woff") format("woff"), url("/assets/fonts/entypo-social.ttf") format("truetype"), url("/assets/fonts/entypo...
0.271059
0.069668
.scrollbar-container { position: relative; overflow: hidden; width: 100%; height: 100%; } .scrollbar-content { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; overflow-y: auto; margin-right: 0px; margin-bottom: 40px; } .fave-unfave-icon, .edit-desc-icon { padding: 0 0 0 .5e...
superset/assets/javascripts/explore/main.css
.scrollbar-container { position: relative; overflow: hidden; width: 100%; height: 100%; } .scrollbar-content { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; overflow-y: auto; margin-right: 0px; margin-bottom: 40px; } .fave-unfave-icon, .edit-desc-icon { padding: 0 0 0 .5e...
0.50293
0.062962
@import url('https://fonts.googleapis.com/css?family=Open+Sans'); html { box-sizing: border-box; font-size: 100%; } *, *:before, *:after { box-sizing: inherit; } body { background-color: #fff; font-family: 'Open Sants', sans-serif; padding: 20px; } nav.nav-wrapper { ...
shopping-cart/src/index.css
@import url('https://fonts.googleapis.com/css?family=Open+Sans'); html { box-sizing: border-box; font-size: 100%; } *, *:before, *:after { box-sizing: inherit; } body { background-color: #fff; font-family: 'Open Sants', sans-serif; padding: 20px; } nav.nav-wrapper { ...
0.311322
0.05962
.jconfirm .jconfirm-box div.jconfirm-content-pane { overflow: auto !important; } .jconfirm .jconfirm-box div.jconfirm-content-pane span.select2-container { z-index:1000000000000000000000; } .select2 { border-radius: 0px !important; } #aod_reason_filter_div .select2 { width: 200px !important; } .sele...
public/pramix/css/custom.css
.jconfirm .jconfirm-box div.jconfirm-content-pane { overflow: auto !important; } .jconfirm .jconfirm-box div.jconfirm-content-pane span.select2-container { z-index:1000000000000000000000; } .select2 { border-radius: 0px !important; } #aod_reason_filter_div .select2 { width: 200px !important; } .sele...
0.21767
0.113481
@charset "utf-8"; @font-face { font-family : BinggraeFont; src:url('../font/Binggrae.ttf'); font-family : Binggrae-BoldFont; src:url('../font/Binggrae-Bold.ttf'); font-family : BinggraeMelonaFont; src:url('../font/BinggraeMelona.ttf'); font-family : BinggraeMelona-BoldFont; src:url('../font/BinggraeM...
smile_html/html/css/mobile.css
@charset "utf-8"; @font-face { font-family : BinggraeFont; src:url('../font/Binggrae.ttf'); font-family : Binggrae-BoldFont; src:url('../font/Binggrae-Bold.ttf'); font-family : BinggraeMelonaFont; src:url('../font/BinggraeMelona.ttf'); font-family : BinggraeMelona-BoldFont; src:url('../font/BinggraeM...
0.133021
0.066085
.container { position: relative; display: flex; justify-content: center; align-items: center; height: 278px; background-color: var(--color-purple); } .bgGlyph { position: absolute; z-index: 0; width: 158px; height: auto; object-fit: contain; &.topLeft { top: -25px; left: 40px; } &...
src/components/PromoSection/styles.module.css
.container { position: relative; display: flex; justify-content: center; align-items: center; height: 278px; background-color: var(--color-purple); } .bgGlyph { position: absolute; z-index: 0; width: 158px; height: auto; object-fit: contain; &.topLeft { top: -25px; left: 40px; } &...
0.590071
0.093099
@charset "UTF-8"; .reveal section { font-family: open_sanslight, serif; } .reveal section img { border: none; background: none; box-shadow: none; margin: 0; } .reveal section .shadowed { -webkit-box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 0px 20px -1px rgba(0, 0...
dist/custom.css
@charset "UTF-8"; .reveal section { font-family: open_sanslight, serif; } .reveal section img { border: none; background: none; box-shadow: none; margin: 0; } .reveal section .shadowed { -webkit-box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 0px 20px -1px rgba(0, 0...
0.358578
0.06389
* { margin: 0; padding: 0; box-sizing: border-box; } html, body { min-height: 100%; background-color: #f8f9f9; color: #1e1e1e; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif; --gray: #6c757d; --blue: #007bff; --indigo: #6610f2; --purple: #6f42c...
public/style.css
* { margin: 0; padding: 0; box-sizing: border-box; } html, body { min-height: 100%; background-color: #f8f9f9; color: #1e1e1e; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif; --gray: #6c757d; --blue: #007bff; --indigo: #6610f2; --purple: #6f42c...
0.388038
0.073099
.u-section-1 { background-image: none; } .u-section-1 .u-sheet-1 { min-height: 1203px; } .u-section-1 .u-image-1 { height: 649px; margin-bottom: 0; margin-top: 8px; } .u-section-1 .u-text-1 { font-size: 3.75rem; margin: -539px 105px 0 84px; } .u-section-1 .u-text-2 { font-style: italic; font-size:...
Home.css
.u-section-1 { background-image: none; } .u-section-1 .u-sheet-1 { min-height: 1203px; } .u-section-1 .u-image-1 { height: 649px; margin-bottom: 0; margin-top: 8px; } .u-section-1 .u-text-1 { font-size: 3.75rem; margin: -539px 105px 0 84px; } .u-section-1 .u-text-2 { font-style: italic; font-size:...
0.429908
0.091301
* Setting: Image; */ /* * Setting: Colors; */ /* * Setting: Reserlution; */ /* * Setting: Other; */ @import 'https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic:latin|Noto+Sans:400,700,400italic,700italic|Noto+Serif:400,700,400italic,700italic&.css'...
wip/buy-improvement/assets/layout/css/buy-improvement.rtl.css
* Setting: Image; */ /* * Setting: Colors; */ /* * Setting: Reserlution; */ /* * Setting: Other; */ @import 'https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic:latin|Noto+Sans:400,700,400italic,700italic|Noto+Serif:400,700,400italic,700italic&.css'...
0.481941
0.076339
.touch-side-swipe { display: none; height: 100%; width: 100%; top: 0; left: 0; } .tss .touch-side-swipe { display: block; overflow-y: overlay; } .tss { z-index: 9999; position: fixed; top: 0; left: 0; height: 100%; will-change: transform; transition-property: tran...
css/touch-sideswipe.css
.touch-side-swipe { display: none; height: 100%; width: 100%; top: 0; left: 0; } .tss .touch-side-swipe { display: block; overflow-y: overlay; } .tss { z-index: 9999; position: fixed; top: 0; left: 0; height: 100%; will-change: transform; transition-property: tran...
0.652352
0.14262
================================================== #BASIC TYPOGRAPHY #HEADER #ABOUT US #VIDEO #FEATURED TOURS #TRAVELERS TESTIMONIALS #CLIENTS #CALL TO ACTION #CONTACT US #GOOGLE MAP #FOOTER #RESPONSIVE STYLE ==========*/ /*--------------------*/ /* BASIC TYPOGRAPHY */ /*--------------------*/ body, html { overfl...
style.css
================================================== #BASIC TYPOGRAPHY #HEADER #ABOUT US #VIDEO #FEATURED TOURS #TRAVELERS TESTIMONIALS #CLIENTS #CALL TO ACTION #CONTACT US #GOOGLE MAP #FOOTER #RESPONSIVE STYLE ==========*/ /*--------------------*/ /* BASIC TYPOGRAPHY */ /*--------------------*/ body, html { overfl...
0.160069
0.061989
@charset "utf-8"; /* base styles */ .jumbotron { background-color: #67A754; background-image: url(images/radial_bg.png); background-position: center center; background-repeat: no-repeat; background: -webkit-gradient(radial, center center, 0, center center, 460, from(#B3ECFF), to(#7EDEFF)); /* Safari 4-5, Ch...
Public/css/editor.css
@charset "utf-8"; /* base styles */ .jumbotron { background-color: #67A754; background-image: url(images/radial_bg.png); background-position: center center; background-repeat: no-repeat; background: -webkit-gradient(radial, center center, 0, center center, 460, from(#B3ECFF), to(#7EDEFF)); /* Safari 4-5, Ch...
0.260107
0.105165
.cart-link .dropdown-menu { right: 0; top: 100px; margin-right: -15px; position: absolute; top: 100%; left: 0; z-index: 500; display: none; padding: 5px 0; margin: 2px 0 0; font-size: 14px; text-align: left; list-style: none; -webkit-background-clip: padding-box; ...
src/styles/cart-link.css
.cart-link .dropdown-menu { right: 0; top: 100px; margin-right: -15px; position: absolute; top: 100%; left: 0; z-index: 500; display: none; padding: 5px 0; margin: 2px 0 0; font-size: 14px; text-align: left; list-style: none; -webkit-background-clip: padding-box; ...
0.435661
0.085366
* { padding: 0; margin: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } #introduction { overflow-x: hidden; margin-left: 15px; } /* Header */ .h1 { color: red; font-weight: bold; line-height: 1.5; font-family: 'Inspiration', cursive; } .nav { display: flex...
CSS/styles.css
* { padding: 0; margin: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } #introduction { overflow-x: hidden; margin-left: 15px; } /* Header */ .h1 { color: red; font-weight: bold; line-height: 1.5; font-family: 'Inspiration', cursive; } .nav { display: flex...
0.449876
0.112308
.movie { color: #fff; margin-left: auto; margin-right: auto; resize: none; } .movie-content { display: flex; flex-wrap: wrap; justify-content:space-around; } .movie-content > div { margin:20px; } .btn-block{ width: 15%; text-align: center; margin-left: auto; margin-right: auto; ...
style.css
.movie { color: #fff; margin-left: auto; margin-right: auto; resize: none; } .movie-content { display: flex; flex-wrap: wrap; justify-content:space-around; } .movie-content > div { margin:20px; } .btn-block{ width: 15%; text-align: center; margin-left: auto; margin-right: auto; ...
0.269133
0.079531
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap'); @import url("https://maxcdn.bootstrapcdn.com/font-awesome/4....
docs/theme/updated.css
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap'); @import url("https://maxcdn.bootstrapcdn.com/font-awesome/4....
0.295332
0.072243
.breadcrumbs { font-size: 12px; background: #f6f6f6; padding: 3px 7px; } p { font-size: 15px; line-height: 1.3; margin-bottom: 10px; } h1, h2, h3, h4, h5, h6 { margin-top: 20px; } h2 { font-weight: bold; margin-bottom: 15px; margin-top: 35px; border-left: solid #69D2E7 30px; padding: 15px 8px...
10 - Servers_files/new.css
.breadcrumbs { font-size: 12px; background: #f6f6f6; padding: 3px 7px; } p { font-size: 15px; line-height: 1.3; margin-bottom: 10px; } h1, h2, h3, h4, h5, h6 { margin-top: 20px; } h2 { font-weight: bold; margin-bottom: 15px; margin-top: 35px; border-left: solid #69D2E7 30px; padding: 15px 8px...
0.333286
0.08733
@charset "UTF-8"; /**************************** * 共通CSSのテンプレートです。 *****************************/ *, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; } html { font-size: 18px; -webkit-box-sizing: border-box; box-sizing: border-box; } body { overflow-x: hidden; ...
real-escape-game-v5/assets/css/style.css
@charset "UTF-8"; /**************************** * 共通CSSのテンプレートです。 *****************************/ *, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; } html { font-size: 18px; -webkit-box-sizing: border-box; box-sizing: border-box; } body { overflow-x: hidden; ...
0.286668
0.062617
a:link {text-decoration:none} a:visited {text-decoration:none} a:active {text-decoration:none} a:hover {text-decoration:none; color:#990000} body {max-width:960px} .active {font-weight:bold} .inactive {color:gray} html {font-family:"Arial"; font-size:16px} @media print {html {font-size:12px}} td {font-size:16px} @medi...
reconstruct/plugins/main.css
a:link {text-decoration:none} a:visited {text-decoration:none} a:active {text-decoration:none} a:hover {text-decoration:none; color:#990000} body {max-width:960px} .active {font-weight:bold} .inactive {color:gray} html {font-family:"Arial"; font-size:16px} @media print {html {font-size:12px}} td {font-size:16px} @medi...
0.428233
0.24073
section { padding: 80px 0; } .navbar { background: #fff; margin-top: 10px; top: 0; left: 0; } .navbar-brand { margin-right: 0; } .shrink { background: #fff; transition: 0.5s ease; margin: 0px; box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4); } .breadcrumb { background-color: transparent; padding-l...
assets/css/components.css
section { padding: 80px 0; } .navbar { background: #fff; margin-top: 10px; top: 0; left: 0; } .navbar-brand { margin-right: 0; } .shrink { background: #fff; transition: 0.5s ease; margin: 0px; box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4); } .breadcrumb { background-color: transparent; padding-l...
0.428951
0.085671
.clear{ display: block; clear: both; visibility: hidden; line-height: 0; height: 0; zoom: 1; } .clearfix{ zoom: 1; } .clearfix:after{ content: " "; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .gdlr-core-getting-start-wrap{ margin: 60px 45px 60px 25px; min-width: 920px; } .gdlr-core-ge...
blog/wp-content/plugins/goodlayers-core/framework/css/getting-start.css
.clear{ display: block; clear: both; visibility: hidden; line-height: 0; height: 0; zoom: 1; } .clearfix{ zoom: 1; } .clearfix:after{ content: " "; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .gdlr-core-getting-start-wrap{ margin: 60px 45px 60px 25px; min-width: 920px; } .gdlr-core-ge...
0.418697
0.148602
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, ...
static/css/styles.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, ...
0.46563
0.074669
@charset "utf-8"; /*============================================================================== タイトル: フォームスタイル 著者 : Original Coding by <NAME> as Phize (http://phize.net/) Accessibility Modifid by Masuko koeda as みるく(http://white-stage.com/) 説明 : フォームのスタイルです。 適用先 : leftblocks.thtml, loginform.thtml, ...
extended/public_html/layout/WAIproCSS/css/form.css
@charset "utf-8"; /*============================================================================== タイトル: フォームスタイル 著者 : Original Coding by <NAME> as Phize (http://phize.net/) Accessibility Modifid by Masuko koeda as みるく(http://white-stage.com/) 説明 : フォームのスタイルです。 適用先 : leftblocks.thtml, loginform.thtml, ...
0.206894
0.110519
@media (min-width: 1024px) { body, body * { font-size : 1.4000rem; line-height : 2.2400rem; letter-spacing : 0.0024rem; word-spacing : 0.0024rem; } .fs-xx-large { font-size : 4.4000rem; line-height : 6.1000rem; letter-spacing : -0.1490rem; word-spacing : -0.1490rem; } .fs-...
httpdocs/css/app/ui-desktop.css
@media (min-width: 1024px) { body, body * { font-size : 1.4000rem; line-height : 2.2400rem; letter-spacing : 0.0024rem; word-spacing : 0.0024rem; } .fs-xx-large { font-size : 4.4000rem; line-height : 6.1000rem; letter-spacing : -0.1490rem; word-spacing : -0.1490rem; } .fs-...
0.250821
0.050965
table svg[class*="fa"] { font-size: 18px; } svg[class*="fa"] { margin-right: 5px; } /*end of datatable*/ .w-50 { width: 50%; } .content-header h2 { font-size: 20px; } .content { min-height: auto; } .box-body { position: relative; } .form-profile .form-group { width: 74%; } .my-dropzo...
public/admin/css/style.css
table svg[class*="fa"] { font-size: 18px; } svg[class*="fa"] { margin-right: 5px; } /*end of datatable*/ .w-50 { width: 50%; } .content-header h2 { font-size: 20px; } .content { min-height: auto; } .box-body { position: relative; } .form-profile .form-group { width: 74%; } .my-dropzo...
0.260954
0.137967
 .darktheme .cols-sample-area .mailicon, .darktheme .cols-sample-area .e-node-hover .mailicon, .darktheme .cols-sample-area .e-node-focus.e-active .mailicon { background-image: url("../../Images/mail/mailicons_gray.png"); } .cols-sample-area .e-active .mailicon { backg...
Content/Samples/TreeViewIcons.css
 .darktheme .cols-sample-area .mailicon, .darktheme .cols-sample-area .e-node-hover .mailicon, .darktheme .cols-sample-area .e-node-focus.e-active .mailicon { background-image: url("../../Images/mail/mailicons_gray.png"); } .cols-sample-area .e-active .mailicon { backg...
0.462959
0.065635
@font-face{font-family:"Flaticon";src:url("../fonts/Flaticon.eot");src:url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");font-weight:normal;font-style:nor...
public/css/flaticon.min.css
@font-face{font-family:"Flaticon";src:url("../fonts/Flaticon.eot");src:url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");font-weight:normal;font-style:nor...
0.171998
0.119126
body { background-color: #6995fb; line-height: 1.4em; padding: 0; margin: 0; } #left { background-color: #6995fb; line-height: 1em; } #left * { color: #eee; font-family: 'Montserrat', sans-serif; } #left h3 , #left h4 { color: #fff; margin-top: 5px; } #left .btn { color: #fff; } #left .btn.btn-default...
3/css/main.css
body { background-color: #6995fb; line-height: 1.4em; padding: 0; margin: 0; } #left { background-color: #6995fb; line-height: 1em; } #left * { color: #eee; font-family: 'Montserrat', sans-serif; } #left h3 , #left h4 { color: #fff; margin-top: 5px; } #left .btn { color: #fff; } #left .btn.btn-default...
0.205535
0.086787
body { max-width: 100% } main { gap: .25rem; grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr)); } main > a { align-items: center; border: 1px solid var(--color); color: var(--color); display: flex; padding: .25rem; text-decoration: none; } main > a:hover { background: var(--b...
css/golfer/holes.css
body { max-width: 100% } main { gap: .25rem; grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr)); } main > a { align-items: center; border: 1px solid var(--color); color: var(--color); display: flex; padding: .25rem; text-decoration: none; } main > a:hover { background: var(--b...
0.716913
0.123181
.active_menu{ display: inline-block; } img { vertical-align: middle; width: 100%; height: 100%; } html, body, .row { margin: 0; padding: 0; } .container-fluid { padding-right: 0 !important; padding-left: 0 !important; margin-right: 0 !important; margin-left: 0 !important; } ...
src/main/webapp/static/css/index.css
.active_menu{ display: inline-block; } img { vertical-align: middle; width: 100%; height: 100%; } html, body, .row { margin: 0; padding: 0; } .container-fluid { padding-right: 0 !important; padding-left: 0 !important; margin-right: 0 !important; margin-left: 0 !important; } ...
0.256832
0.067608
.topBodyWrapper{ margin-top:55px; } /*-----------------------------------top section Slider-----------------------------*/ .topSlider ul{ list-style-type:none; margin:0px; padding:0px; } .topSlider,#slider_img{ height:320px; width:100%; } .topSlider{ overflow:hidden; } #uploadImgBtn{ position: absolute; to...
resources/css/mysite_main_body.css
.topBodyWrapper{ margin-top:55px; } /*-----------------------------------top section Slider-----------------------------*/ .topSlider ul{ list-style-type:none; margin:0px; padding:0px; } .topSlider,#slider_img{ height:320px; width:100%; } .topSlider{ overflow:hidden; } #uploadImgBtn{ position: absolute; to...
0.22465
0.048767
.animated{ -webkit-animation-fill-mode:both; -moz-animation-fill-mode:both; -ms-animation-fill-mode:both; -o-animation-fill-mode:both; animation-fill-mode:both; -webkit-animation-duration:0.5s; -moz-animation-duration:0.5s; -ms-animation-duration:0.5s; -o-animation-duration:0.5s; animation-duration:...
src/css/animate.css
.animated{ -webkit-animation-fill-mode:both; -moz-animation-fill-mode:both; -ms-animation-fill-mode:both; -o-animation-fill-mode:both; animation-fill-mode:both; -webkit-animation-duration:0.5s; -moz-animation-duration:0.5s; -ms-animation-duration:0.5s; -o-animation-duration:0.5s; animation-duration:...
0.253491
0.052838
body { font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; } h1, h2, h3, h4, h5, h6 { font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700; } @font-face { font-family: Brandon; src: url(/fonts/brandon_bld.otf); font-weight: normal; } header.masthead { p...
css/landing-page.css
body { font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; } h1, h2, h3, h4, h5, h6 { font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700; } @font-face { font-family: Brandon; src: url(/fonts/brandon_bld.otf); font-weight: normal; } header.masthead { p...
0.393851
0.079997
.icon-retweet:before { content: '\e800'; } /* '' */ .icon-plus-circled:before { content: '\e801'; } /* '' */ .icon-plus:before { content: '\e802'; } /* '' */ .icon-eye:before { content: '\e803'; } /* '' */ .icon-trash:before { content: '\e804'; } /* '' */ .icon-user-delete:before { content: '\e805'; } /* '' */ .i...
rec/css/fontello-codes.css
.icon-retweet:before { content: '\e800'; } /* '' */ .icon-plus-circled:before { content: '\e801'; } /* '' */ .icon-plus:before { content: '\e802'; } /* '' */ .icon-eye:before { content: '\e803'; } /* '' */ .icon-trash:before { content: '\e804'; } /* '' */ .icon-user-delete:before { content: '\e805'; } /* '' */ .i...
0.369088
0.071786
span.brackets-js-hints-with-type-details { width: 300px; display: inline-block; } .brackets-js-hints.type-undetermined:before { color: cornflowerblue; content: '12'; border: 1px cornflowerblue solid; float:left; width:25px; text-align: center; margin-left:-5px; margin-right:5px;...
src/extensions/default/JavaScriptCodeHints/styles/brackets-js-hints.css
span.brackets-js-hints-with-type-details { width: 300px; display: inline-block; } .brackets-js-hints.type-undetermined:before { color: cornflowerblue; content: '12'; border: 1px cornflowerblue solid; float:left; width:25px; text-align: center; margin-left:-5px; margin-right:5px;...
0.616705
0.252695
Label *******************************/ .ui.label { display: inline-block; line-height: 1; vertical-align: baseline; margin: 0 0.14285714em; background-color: #E8E8E8; background-image: none; padding: 0.5833em 0.833em; color: rgba(0, 0, 0, 0.6); text-transform: none; font-weight: bold; ...
docs/semantic/dist/components/label.css
Label *******************************/ .ui.label { display: inline-block; line-height: 1; vertical-align: baseline; margin: 0 0.14285714em; background-color: #E8E8E8; background-image: none; padding: 0.5833em 0.833em; color: rgba(0, 0, 0, 0.6); text-transform: none; font-weight: bold; ...
0.46952
0.069164
.App { text-align: center; padding-left: calc(100vw - 100%); } body { font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; margin: 0; } @import url("https://fonts.goog...
packages/react-app/src/index.css
.App { text-align: center; padding-left: calc(100vw - 100%); } body { font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; margin: 0; } @import url("https://fonts.goog...
0.499023
0.117041
@charset "utf-8"; @import url(https://fonts.googleapis.com/css?family=Cabin+Sketch:700|Patrick+Hand+SC|Waiting+for+the+Sunrise); /* CIS 155 Project Author: <NAME> Date: 05.01.2020 Filename: styles.css */ /* Main structural styles */ html{ background-color: rgb(0, 0, 0); font-family: 'Tattoo Sailor', sans-serif;...
V4/styles.css
@charset "utf-8"; @import url(https://fonts.googleapis.com/css?family=Cabin+Sketch:700|Patrick+Hand+SC|Waiting+for+the+Sunrise); /* CIS 155 Project Author: <NAME> Date: 05.01.2020 Filename: styles.css */ /* Main structural styles */ html{ background-color: rgb(0, 0, 0); font-family: 'Tattoo Sailor', sans-serif;...
0.506591
0.214856