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 |
|---|---|---|---|---|
@import url('https://fonts.googleapis.com/css?family=Tangerine');
/*--- General css ---*/
.cHeaderCol {
margin: 0!important;
padding: 0!important;
border: 0!important;
}
.row.cdevide [class*='col']:not(:last-child):after {
background: #75BF42;
width: 3px;
content: "";
display: block;
... | public/src/css/custom.css | @import url('https://fonts.googleapis.com/css?family=Tangerine');
/*--- General css ---*/
.cHeaderCol {
margin: 0!important;
padding: 0!important;
border: 0!important;
}
.row.cdevide [class*='col']:not(:last-child):after {
background: #75BF42;
width: 3px;
content: "";
display: block;
... | 0.41941 | 0.061283 |
ol, ul {
margin-left:0px;
}
ul li, ol li {
margin:1em 0 1em 1em;
list-style-position: inside;
}
/** full scope support
*
* nested ol lishould render
* 1. abc
* 1.1 def.
**/
ol.full-scope {
counter-reset: section;
list-style-type: none;
}
ol.full-scope li:before{
counter-increment:section;
conten... | html5-themes/modules/DITA/list/css/list.css | ol, ul {
margin-left:0px;
}
ul li, ol li {
margin:1em 0 1em 1em;
list-style-position: inside;
}
/** full scope support
*
* nested ol lishould render
* 1. abc
* 1.1 def.
**/
ol.full-scope {
counter-reset: section;
list-style-type: none;
}
ol.full-scope li:before{
counter-increment:section;
conten... | 0.582372 | 0.093761 |
* {
padding: 0;
margin: 0;
font-weight: normal;
border: none;
}
strong {
font-weight: bold;
}
/* main css */
body {
background: #444;
font: 100% "Lato", "Lucida Grande", Verdana, sans-serif;
color: #fff;
min-width: 60em;
}
#wrap > *, footer {
padding: 2em;
position: relative;
}
header {
bac... | examples/support/main.css | * {
padding: 0;
margin: 0;
font-weight: normal;
border: none;
}
strong {
font-weight: bold;
}
/* main css */
body {
background: #444;
font: 100% "Lato", "Lucida Grande", Verdana, sans-serif;
color: #fff;
min-width: 60em;
}
#wrap > *, footer {
padding: 2em;
position: relative;
}
header {
bac... | 0.3492 | 0.104843 |
.verticalAlign {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.gray {
color: #a6a6a6;
}
html, body {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
}
body {
font-size: 14px;
color: #0... | assets/frontend/css/style.css | .verticalAlign {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.gray {
color: #a6a6a6;
}
html, body {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
}
body {
font-size: 14px;
color: #0... | 0.436862 | 0.070432 |
.user-profile {
padding: 30px;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
background: white;
border: 1px solid #e7e7e7;
margin-top: 10px;
margin-left: 16px;
max-width: 480px;
-webkit-transition: all 0.7s ease-out;
-moz-transition: all 0.7s eas... | client/user-profile/user-profile.css | .user-profile {
padding: 30px;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
background: white;
border: 1px solid #e7e7e7;
margin-top: 10px;
margin-left: 16px;
max-width: 480px;
-webkit-transition: all 0.7s ease-out;
-moz-transition: all 0.7s eas... | 0.30819 | 0.060585 |
.nice-dates-navigation {
-webkit-box-align: center;
align-items: center;
color: #000;
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
position: relative;
text-align: center;
text-transform: capitalize;
}
.nice-dates-navigation_current {... | src/components/style.css | .nice-dates-navigation {
-webkit-box-align: center;
align-items: center;
color: #000;
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
position: relative;
text-align: center;
text-transform: capitalize;
}
.nice-dates-navigation_current {... | 0.395835 | 0.072966 |
html {
/* Prevent font scaling in landscape while allowing user zoom */
-webkit-text-size-adjust: 100%;
}
body {
font-family: "Source Serif", Georgia, serif;
font-size: 17px;
line-height: 1.4em;
}
body.has-js .no-js, body.no-js .has-js {
display: none !important;
}
img {
max-width: 100%;
... | website/style.css | html {
/* Prevent font scaling in landscape while allowing user zoom */
-webkit-text-size-adjust: 100%;
}
body {
font-family: "Source Serif", Georgia, serif;
font-size: 17px;
line-height: 1.4em;
}
body.has-js .no-js, body.no-js .has-js {
display: none !important;
}
img {
max-width: 100%;
... | 0.418578 | 0.09187 |
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap");
body {
margin: 0;
background-color: #F5F6F7;
}
a ... | css/style.css | @import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap");
body {
margin: 0;
background-color: #F5F6F7;
}
a ... | 0.362179 | 0.136062 |
body{
user-select: none;
}
.BtGlt,
.BtGlt::after {
width: 440px;
height: 86px;
font-size: 36px;
font-family: 'Alegreya Sans SC';
background: linear-gradient(
45deg
, transparent 5%, #0e9243 5%);
border: 0;
color: #fff;
letter-spacing: 3px;
line-height: 88px;
... | DynamoCore/public/css/Seminar/semMain.css | body{
user-select: none;
}
.BtGlt,
.BtGlt::after {
width: 440px;
height: 86px;
font-size: 36px;
font-family: 'Alegreya Sans SC';
background: linear-gradient(
45deg
, transparent 5%, #0e9243 5%);
border: 0;
color: #fff;
letter-spacing: 3px;
line-height: 88px;
... | 0.536799 | 0.199094 |
.scrollbar-deep-purple::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }
.scrollbar-deep-purple::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }
.scrollbar-deep-purple::-webkit-scrollbar-thumb {
... | public/css/style.css | .scrollbar-deep-purple::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }
.scrollbar-deep-purple::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }
.scrollbar-deep-purple::-webkit-scrollbar-thumb {
... | 0.356447 | 0.06028 |
.LEDMatrix {
display: inline-block;
height: 80px;
}
.LEDMatrix #panel {
height: 92px;
width: 92px;
background-color: #43506C;
position: absolute;
margin-left: -48px;
margin-top: -8px;
border-radius: 4px;
}
.LEDMatrix span {
width: 16px;
height: 16px;
background: #3D6198... | Wonton.CrossUI.Web/ClientApp/src/components/Devices/LEDMatrix4t4/LEDMatrix4t4.css | .LEDMatrix {
display: inline-block;
height: 80px;
}
.LEDMatrix #panel {
height: 92px;
width: 92px;
background-color: #43506C;
position: absolute;
margin-left: -48px;
margin-top: -8px;
border-radius: 4px;
}
.LEDMatrix span {
width: 16px;
height: 16px;
background: #3D6198... | 0.613237 | 0.128307 |
.column-wrapper {
display: flex;
}
body {
font: .8em Arial,Helvetica,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
}
ul {
list-style: none;
padding: 0;
}
.n-product-content-block__title {
margin-bottom: 9px;
color: gray;
text-transform: uppercase;
}
.n-summary__col-cpa2 {
... | mikomarket/static/css/style.css | .column-wrapper {
display: flex;
}
body {
font: .8em Arial,Helvetica,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
}
ul {
list-style: none;
padding: 0;
}
.n-product-content-block__title {
margin-bottom: 9px;
color: gray;
text-transform: uppercase;
}
.n-summary__col-cpa2 {
... | 0.583678 | 0.088505 |
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Asides
## Comments
# Infinite scroll
# Media
## Captions
## Galleri... | style.css | >>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Asides
## Comments
# Infinite scroll
# Media
## Captions
## Galleri... | 0.398172 | 0.061791 |
@-moz-document url-prefix("http://www.nicovideo.jp/my/top") {
.log-res-thumbnail img {
height: 0px !important ;
}
.log-author {
width: 40px !important;
}
.log-author img{
width: 32px !important;
height: auto !important;
}
.log-target-thumbnail {
float: left;
width: 160px !importa... | data/usercss/95716.user.css | @-moz-document url-prefix("http://www.nicovideo.jp/my/top") {
.log-res-thumbnail img {
height: 0px !important ;
}
.log-author {
width: 40px !important;
}
.log-author img{
width: 32px !important;
height: auto !important;
}
.log-target-thumbnail {
float: left;
width: 160px !importa... | 0.123405 | 0.046921 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root{
--china-pink: #e56399ff;
--champagne-pink: #e5d4ceff;
--burnt-sienna: #de6e4bff;
--middle-blue-green: #7fd1b9ff;
--deep-taupe: #7a6563ff;
--gray-dark: #453F3F;
--red... | css/styles-control-center.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root{
--china-pink: #e56399ff;
--champagne-pink: #e5d4ceff;
--burnt-sienna: #de6e4bff;
--middle-blue-green: #7fd1b9ff;
--deep-taupe: #7a6563ff;
--gray-dark: #453F3F;
--red... | 0.335242 | 0.073264 |
@font-face {
font-family: 'Kufi';
src: url('../fonts/DroidKufi-Regular.eot');
src: url('../fonts/DroidKufi-Regulard41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/DroidKufi-Regular.woff') format('woff'),
url('../fonts/DroidKufi-Regular.ttf') format('truetype'),
url('../fonts/DroidKufi-R... | public/assets/front/css/style_ar.css | @font-face {
font-family: 'Kufi';
src: url('../fonts/DroidKufi-Regular.eot');
src: url('../fonts/DroidKufi-Regulard41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/DroidKufi-Regular.woff') format('woff'),
url('../fonts/DroidKufi-Regular.ttf') format('truetype'),
url('../fonts/DroidKufi-R... | 0.20268 | 0.072867 |
.grayscale .hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
color: #333;
background: #fff;
}
.grayscale .hljs-comment,
.grayscale .hljs-quote {
color: #777;
font-style: italic;
}
.grayscale .hljs-keyword,
.grayscale .hljs-selector-tag,
.grayscale .hljs-subst {
color: #333;
font-weight: bold... | src/modified-styles/grayscale.css | .grayscale .hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
color: #333;
background: #fff;
}
.grayscale .hljs-comment,
.grayscale .hljs-quote {
color: #777;
font-style: italic;
}
.grayscale .hljs-keyword,
.grayscale .hljs-selector-tag,
.grayscale .hljs-subst {
color: #333;
font-weight: bold... | 0.318803 | 0.223292 |
1.Preloader
2.Site wrapper
3.Profile
4.Home tab
5.About tab
6.Portfolio tab
7.Blog tab
8.Contact
9.Miscellaneous
10.Mediaqueries
/*Preloader*/
.loader {
background: #f3f5f8;
bottom: 0;
height: 100%;
left: 0;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 10000;... | HTML/LIGHT THEME/css/main.css |
1.Preloader
2.Site wrapper
3.Profile
4.Home tab
5.About tab
6.Portfolio tab
7.Blog tab
8.Contact
9.Miscellaneous
10.Mediaqueries
/*Preloader*/
.loader {
background: #f3f5f8;
bottom: 0;
height: 100%;
left: 0;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 10000;... | 0.396886 | 0.052692 |
@import url('../css/landing_finance_coder.css');
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
/* main {
width: 90vw;
height: 90vh;
display: flex;
justify-content: center;
align-items: center;
} */
#calculadoraMain {
background-image: url('../img/matematica.jpeg');
padd... | aula 10/FINANCE_CODER/css/calculadora.css | @import url('../css/landing_finance_coder.css');
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
/* main {
width: 90vw;
height: 90vh;
display: flex;
justify-content: center;
align-items: center;
} */
#calculadoraMain {
background-image: url('../img/matematica.jpeg');
padd... | 0.38445 | 0.100879 |
body{
margin:0;
padding:0;
background:#FFFFFF;
overflow-x:hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor... | style.css | body{
margin:0;
padding:0;
background:#FFFFFF;
overflow-x:hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor... | 0.263884 | 0.043589 |
@font-face {
font-family: 'PT Sans';
src: local("PT Sans"), local("PTSans-Regular"), url("../fonts/PTSans-Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'PT Sans';
src: local("PT Sans Bold"), local("PTSans-Bold"), url("../fonts/PTSans-Bold.woff") format("... | static/css/minimal.css | @font-face {
font-family: 'PT Sans';
src: local("PT Sans"), local("PTSans-Regular"), url("../fonts/PTSans-Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'PT Sans';
src: local("PT Sans Bold"), local("PTSans-Bold"), url("../fonts/PTSans-Bold.woff") format("... | 0.406273 | 0.13134 |
.wrapper{
display: flex;
color: #1c2b40;
padding-bottom: 0.5em
}
.wrapper > span:first-child{
display: flex;
flex: 1
}
.commit-authored{
margin-top: 0.5em;
padding-right: 1em
}
.other-options{
display: flex
}
.author{
margin-top: 0.5em;
padding-left: 1em
}
.commit-messag... | web/src/components/views/CommitsDetails/commitDetails.css | .wrapper{
display: flex;
color: #1c2b40;
padding-bottom: 0.5em
}
.wrapper > span:first-child{
display: flex;
flex: 1
}
.commit-authored{
margin-top: 0.5em;
padding-right: 1em
}
.other-options{
display: flex
}
.author{
margin-top: 0.5em;
padding-left: 1em
}
.commit-messag... | 0.601477 | 0.156395 |
@charset "utf-8";
/* CSS Document */
/* common styles */
body {background: #f2f2f2;
font:13px/20px Tahoma, Geneva, sans-serif;
margin:0;
padding:0;
color:#555;
}
h1, h2, h3, h4, h5, h6 {
font-family:Tahoma, Geneva, sans-serif !important;
}
/*---Normal link---*/
a {
color: #034D68;
text-decoration: none;
font:1... | SageFrame/Install/css/install.css | @charset "utf-8";
/* CSS Document */
/* common styles */
body {background: #f2f2f2;
font:13px/20px Tahoma, Geneva, sans-serif;
margin:0;
padding:0;
color:#555;
}
h1, h2, h3, h4, h5, h6 {
font-family:Tahoma, Geneva, sans-serif !important;
}
/*---Normal link---*/
a {
color: #034D68;
text-decoration: none;
font:1... | 0.195287 | 0.047736 |
.gh-canvas {
display: grid;
grid-template-columns:
[full-start]
minmax(calc(calc(100% - 1200px) / 2), 1fr)
[wide-start]
auto
[main-start]
720px
[main-end]
auto
[wide-end]
... | assets/css/ghost/content.css | .gh-canvas {
display: grid;
grid-template-columns:
[full-start]
minmax(calc(calc(100% - 1200px) / 2), 1fr)
[wide-start]
auto
[main-start]
720px
[main-end]
auto
[wide-end]
... | 0.509764 | 0.225822 |
::-webkit-scrollbar
{
width: 6px; /* for vertical scrollbars */
height: 6px; /* for horizontal scrollbars */
}
::-webkit-scrollbar-track
{
background: rgba(255, 255, 255, 1);
}
::-webkit-scrollbar-thumb
{
background: rgb(84, 85, 99);
}
body{
font-family: Lato;
color: #fff;
background-att... | public/css/style.css | ::-webkit-scrollbar
{
width: 6px; /* for vertical scrollbars */
height: 6px; /* for horizontal scrollbars */
}
::-webkit-scrollbar-track
{
background: rgba(255, 255, 255, 1);
}
::-webkit-scrollbar-thumb
{
background: rgb(84, 85, 99);
}
body{
font-family: Lato;
color: #fff;
background-att... | 0.430626 | 0.074467 |
body{background: #e1e3da !important;}
#gender-select{text-align: center;}
#gender-select label {
margin: 60px;
vertical-align: middle;
border-radius: 50%;
padding-top: 160px;
font-size: 20px;
font-weight: 400;
}
#gender-male-label, #gender-female-label, input[name="gender"]:after, input[name="U... | assets/frontend/css/landing - Copy.css | body{background: #e1e3da !important;}
#gender-select{text-align: center;}
#gender-select label {
margin: 60px;
vertical-align: middle;
border-radius: 50%;
padding-top: 160px;
font-size: 20px;
font-weight: 400;
}
#gender-male-label, #gender-female-label, input[name="gender"]:after, input[name="U... | 0.373419 | 0.087994 |
@import url('https://fonts.googleapis.com/css2?family=Yeon+Sung&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Yeon+Sung&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Asap&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chakra+P... | style.css | @import url('https://fonts.googleapis.com/css2?family=Yeon+Sung&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Yeon+Sung&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Asap&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chakra+P... | 0.242026 | 0.102305 |
a, .our-pricing-plan .pricing-body .price-plan .btn-professional, .input__label-content--chisato::after, .social-account-inner li a:hover {
color: #3498db;
}
.cd-primary-nav {
background: rgba(52, 152, 219, 0.95);
}
.loader span, .copy-invite-form button, .our-pricing-plan .pricing-body .price-plan .btn-busi... | public/home-theme/css/colors/peterriver.css | a, .our-pricing-plan .pricing-body .price-plan .btn-professional, .input__label-content--chisato::after, .social-account-inner li a:hover {
color: #3498db;
}
.cd-primary-nav {
background: rgba(52, 152, 219, 0.95);
}
.loader span, .copy-invite-form button, .our-pricing-plan .pricing-body .price-plan .btn-busi... | 0.385606 | 0.078501 |
body {
width: 100%;
height: 100%;
margin: 0;
background: #eeeeee;
color: var(--text-color);
font-family: "Roboto", "Noto Sans", sans-serif;
font-size: 15px;
line-height: 1.6;
--primary-color: #009788;
--secondary-color: #2196f3;
--accent-color: #ecec26;
--link-color: #009788;
--text-color: rg... | Dashboard/content/node_modules/xel/stylesheets/material.theme.css | body {
width: 100%;
height: 100%;
margin: 0;
background: #eeeeee;
color: var(--text-color);
font-family: "Roboto", "Noto Sans", sans-serif;
font-size: 15px;
line-height: 1.6;
--primary-color: #009788;
--secondary-color: #2196f3;
--accent-color: #ecec26;
--link-color: #009788;
--text-color: rg... | 0.403332 | 0.10325 |
@font-face {
font-family: "icon-font";
src: url('../fonts/icon-font.eot');
src: url('../fonts/icon-font.eot?#iefix') format('eot'), url('../fonts/icon-font.woff') format('woff'), url('../fonts/icon-font.ttf') format('truetype'), url('../fonts/icon-font.svg#icon-font') format('svg');
}
.icon-desktop:before,
.icon-me... | resources/frontend/css/nav-layout.css | @font-face {
font-family: "icon-font";
src: url('../fonts/icon-font.eot');
src: url('../fonts/icon-font.eot?#iefix') format('eot'), url('../fonts/icon-font.woff') format('woff'), url('../fonts/icon-font.ttf') format('truetype'), url('../fonts/icon-font.svg#icon-font') format('svg');
}
.icon-desktop:before,
.icon-me... | 0.321673 | 0.048519 |
*{
margin:0;
}
p, a{
font-family: 'Work Sans', sans-serif;
font-weight: 300;
font-size: 1.5em;
text-decoration: none;
}
h1, h2{
font-family: 'Montserrat', sans-serif;
font-weight: 900;
font-size: 4em;
text-align: center;
}
h1{
color: #fef4f3;
}
h2{
font-size:2.5em;
}
.page... | css/styles.css | *{
margin:0;
}
p, a{
font-family: 'Work Sans', sans-serif;
font-weight: 300;
font-size: 1.5em;
text-decoration: none;
}
h1, h2{
font-family: 'Montserrat', sans-serif;
font-weight: 900;
font-size: 4em;
text-align: center;
}
h1{
color: #fef4f3;
}
h2{
font-size:2.5em;
}
.page... | 0.40592 | 0.079068 |
display: inline-block;
position: fixed;
right: 10px;
top: calc(var(--topBar-height) + 10px);
width: 18em;
background-color: var(--color-primary-300);
border-radius: 10px;
padding: 10px 0px; }
#statusAreaContainer .dropdown_item {
display: flex;
flex-flow: column; }
#statusAreaContainer .dr... | dist/css/X/system_popups/status_area.css | display: inline-block;
position: fixed;
right: 10px;
top: calc(var(--topBar-height) + 10px);
width: 18em;
background-color: var(--color-primary-300);
border-radius: 10px;
padding: 10px 0px; }
#statusAreaContainer .dropdown_item {
display: flex;
flex-flow: column; }
#statusAreaContainer .dr... | 0.305283 | 0.064124 |
.ddsmoothmenu{
width: 100%;
}
.ddsmoothmenu ul li ul a{
font-size:12px !important;
}
.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
background:url(/templates/images/sep2.gif) no-repeat right... | public/templates/css/ddsmoothmenu.css | .ddsmoothmenu{
width: 100%;
}
.ddsmoothmenu ul li ul a{
font-size:12px !important;
}
.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
background:url(/templates/images/sep2.gif) no-repeat right... | 0.292899 | 0.071884 |
*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
height: 100%;
font-size: 100%;
overflow: hidden;
}
body {
font-family: "Open Sans";
color: black;
height: 100%;
min-height: 100%;
background: #fdffff; /* Ol... | app/styles/main.css | *, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
height: 100%;
font-size: 100%;
overflow: hidden;
}
body {
font-family: "Open Sans";
color: black;
height: 100%;
min-height: 100%;
background: #fdffff; /* Ol... | 0.4917 | 0.093554 |
:root{
--light-grey-color:lightgrey;
--black-color:black;
--white-color:white;
--dark-gray-color:darkgray;
--azure-color:azure;
--whitesmoke-color:whitesmoke;
--alice-blue-color:aliceblue;
--skyblue-color:skyblue;
}
.container{
width: 100%;
background-color: var(--white-colo... | wishlist page/wishlist.css | :root{
--light-grey-color:lightgrey;
--black-color:black;
--white-color:white;
--dark-gray-color:darkgray;
--azure-color:azure;
--whitesmoke-color:whitesmoke;
--alice-blue-color:aliceblue;
--skyblue-color:skyblue;
}
.container{
width: 100%;
background-color: var(--white-colo... | 0.812272 | 0.14627 |
@charset "utf-8";
/*
* FileName : dwzq-common.css
* Desc : 多玩专区专用公共样式表
* Author : MaxLee
* LastChange : 2012-10-18T11:07:05
*/
/* 重置 */
:root{overflow-y:scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
fiel... | css/dwzq-common.css | @charset "utf-8";
/*
* FileName : dwzq-common.css
* Desc : 多玩专区专用公共样式表
* Author : MaxLee
* LastChange : 2012-10-18T11:07:05
*/
/* 重置 */
:root{overflow-y:scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
fiel... | 0.166981 | 0.051415 |
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
al... | src/App.css | .App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
al... | 0.59972 | 0.112649 |
body {margin:0;padding:0;}
.table th {
border-top:0px;
border:0px;
}
.match-table td {
padding: 0px;
border-top:0px;
border:0px;
}
.table tbody tr:hover th {
background-color: #627AAD;
}
.table tbody tr:hover tr {
border-radius: 10px 10px;
}
.btn-primary {
color: white;
}
.msg {
widt... | www/static/styles/expertsrc-panel.css | body {margin:0;padding:0;}
.table th {
border-top:0px;
border:0px;
}
.match-table td {
padding: 0px;
border-top:0px;
border:0px;
}
.table tbody tr:hover th {
background-color: #627AAD;
}
.table tbody tr:hover tr {
border-radius: 10px 10px;
}
.btn-primary {
color: white;
}
.msg {
widt... | 0.293607 | 0.091099 |
.form-wrapper input[type=text] {
width: 130px;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
}
/* When the input field gets focus, change its width to 100% */
.form-wrapper input[type=text]:focus {
width: 100%;
}
.form-wrapper {
background-color: #f6f6f6;
background-image... | blog/_includes/inline/inline.css | .form-wrapper input[type=text] {
width: 130px;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
}
/* When the input field gets focus, change its width to 100% */
.form-wrapper input[type=text]:focus {
width: 100%;
}
.form-wrapper {
background-color: #f6f6f6;
background-image... | 0.40157 | 0.113285 |
body,html{height:100%;-webkit-tap-highlight-color:transparent}
.page {
position:absolute;
top:50px;
right:0;
bottom:0;
left:0;
overflow-y:auto;
-webkit-overflow-scrolling:touch;
background-color:#FBF9FE
}
.hd {padding:2em 0}
.spacing {padding:0 15px}
.weui_label {width: 5em;}
.page_title... | public/css/book.css | body,html{height:100%;-webkit-tap-highlight-color:transparent}
.page {
position:absolute;
top:50px;
right:0;
bottom:0;
left:0;
overflow-y:auto;
-webkit-overflow-scrolling:touch;
background-color:#FBF9FE
}
.hd {padding:2em 0}
.spacing {padding:0 15px}
.weui_label {width: 5em;}
.page_title... | 0.410638 | 0.075109 |
@font-face {
font-family: "Gibson";
font-weight: 100;
src: url("https://static.ticketfly.com/fonts/gibson/webfonts/2E3C08_7_0.eot");
src: url("https://static.ticketfly.com/fonts/gibson/webfonts/2E3C08_7_0.eot?#iefix") format("embedded-opentype"),
url("https://static.ticketfly.com/fonts/gibson/webfonts/2E... | tests/dummy/app/styles/_fonts/_gibson.css | @font-face {
font-family: "Gibson";
font-weight: 100;
src: url("https://static.ticketfly.com/fonts/gibson/webfonts/2E3C08_7_0.eot");
src: url("https://static.ticketfly.com/fonts/gibson/webfonts/2E3C08_7_0.eot?#iefix") format("embedded-opentype"),
url("https://static.ticketfly.com/fonts/gibson/webfonts/2E... | 0.344664 | 0.096408 |
.bw-def-page-setup{height: 100%; width: 94%; margin: 0 auto; padding-left: 2%; padding-right:2%; left: 0; top: 1%;}
.bw-font-serif{font-family: Times New Roman, Times, serif;}
.bw-font-sans-serif{font-family: Arial, Helvetica, sans-serif }
.bw-h1{ font-size: 2.312rem;}
.bw-h2{ font-size: 1.965rem;}
.bw-h3{ font-siz... | web/bitwrench.css | .bw-def-page-setup{height: 100%; width: 94%; margin: 0 auto; padding-left: 2%; padding-right:2%; left: 0; top: 1%;}
.bw-font-serif{font-family: Times New Roman, Times, serif;}
.bw-font-sans-serif{font-family: Arial, Helvetica, sans-serif }
.bw-h1{ font-size: 2.312rem;}
.bw-h2{ font-size: 1.965rem;}
.bw-h3{ font-siz... | 0.390011 | 0.180395 |
body {
font-size: 14px;
font-family: open sans, sans-serif;
color: #1B2C49;
line-height: 1.5;
background-color: #F4F4F4;
overflow-anchor: none;
}
body.blocked {
position: relative;
overflow: hidden;
}
.overflow-hidden {
position: relative;
overflow: hidden;
}
.container {
... | src/css/core/common/common.css | body {
font-size: 14px;
font-family: open sans, sans-serif;
color: #1B2C49;
line-height: 1.5;
background-color: #F4F4F4;
overflow-anchor: none;
}
body.blocked {
position: relative;
overflow: hidden;
}
.overflow-hidden {
position: relative;
overflow: hidden;
}
.container {
... | 0.407451 | 0.077204 |
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Coda&display=swap');
code, code.inline {
font-family: "JetBrains Mono",monospace !impo... | index.css | @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Coda&display=swap');
code, code.inline {
font-family: "JetBrains Mono",monospace !impo... | 0.423935 | 0.060308 |
*{ word-wrap:break-word; outline:none; }
body{ background:#FFF;}
body, td, input, textarea, select, button{ color:#555; font:12px "Microsoft Yahei", "Lucida Grande", Verdana, Lucida, Helvetica, Arial, 'Simsun', sans-serif; }
body, ul, ol, li, dl, dt , dd, p, h1, h2, h3, h4, h5, h6, form, fieldset { margin:0; padding:... | public/system/css/base.css | *{ word-wrap:break-word; outline:none; }
body{ background:#FFF;}
body, td, input, textarea, select, button{ color:#555; font:12px "Microsoft Yahei", "Lucida Grande", Verdana, Lucida, Helvetica, Arial, 'Simsun', sans-serif; }
body, ul, ol, li, dl, dt , dd, p, h1, h2, h3, h4, h5, h6, form, fieldset { margin:0; padding:... | 0.40439 | 0.126192 |
.create-file-button{
background-color: #2196F3;
border: none;
color: white;
text-align: center;
text-decoration: none;
font-size: 40px;
margin: 10px;
width: 50px;
height: 50px;
position: fixed;
bottom: 0;
right: 0;
}
.round-button-circle {
/*padding-bottom: 100%;*/
... | layout.css |
.create-file-button{
background-color: #2196F3;
border: none;
color: white;
text-align: center;
text-decoration: none;
font-size: 40px;
margin: 10px;
width: 50px;
height: 50px;
position: fixed;
bottom: 0;
right: 0;
}
.round-button-circle {
/*padding-bottom: 100%;*/
... | 0.285671 | 0.05526 |
@media(min-width:992px) {
html,
body,
.container {
width: 100%;
height: 100%;
}
body {
overflow-y: scroll;
background: #333;
}
.splitlayout {
position: relative;
min-height: 100%;
width: 100%;
}
/* Intro sides */
.side {
... | css/splitlayout.css | @media(min-width:992px) {
html,
body,
.container {
width: 100%;
height: 100%;
}
body {
overflow-y: scroll;
background: #333;
}
.splitlayout {
position: relative;
min-height: 100%;
width: 100%;
}
/* Intro sides */
.side {
... | 0.521471 | 0.063077 |
.bg-grey{
background-color: #f7f7f7;
}
.mytextdiv{
display:flex;
flex-direction:row;
align-items: center;
}
.mytexttitle{
flex-grow:0;
}
.mytexttitle h3{
font-size: 1.2rem;
color: #1b6a6f;
border-right: 3px solid #1b6a6f;
}
/* .divider{
flex-grow:1;
height: 1px;
... | public/frontend/style.css | .bg-grey{
background-color: #f7f7f7;
}
.mytextdiv{
display:flex;
flex-direction:row;
align-items: center;
}
.mytexttitle{
flex-grow:0;
}
.mytexttitle h3{
font-size: 1.2rem;
color: #1b6a6f;
border-right: 3px solid #1b6a6f;
}
/* .divider{
flex-grow:1;
height: 1px;
... | 0.379378 | 0.078749 |
.center-Form {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.backForm{
display: block;
width: 25vw;
}
.formTitle{
order: 0;
color: rgb(255, 255, 255);
padding-bottom: 40px;
text-align: center;
font-family: Arial;
... | src/Ieemdb.Web/ClientApp/src/Styles/Forms.css | .center-Form {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.backForm{
display: block;
width: 25vw;
}
.formTitle{
order: 0;
color: rgb(255, 255, 255);
padding-bottom: 40px;
text-align: center;
font-family: Arial;
... | 0.602296 | 0.085137 |
.timeline {
margin: 0;
padding: 0;
position: relative;
margin-bottom: 30px;
}
.timeline:before {
content: '';
position: absolute;
display: block;
width: 4px;
background: #f5f6fa;
top: 0px;
bottom: 0px;
margin-left: 38px;
}
.timeline-item {
margin: 0;
padding: 0;
}
.... | web-application/src/main/webapp/resources/css/timeline.css | .timeline {
margin: 0;
padding: 0;
position: relative;
margin-bottom: 30px;
}
.timeline:before {
content: '';
position: absolute;
display: block;
width: 4px;
background: #f5f6fa;
top: 0px;
bottom: 0px;
margin-left: 38px;
}
.timeline-item {
margin: 0;
padding: 0;
}
.... | 0.371479 | 0.072047 |
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Montserrat;
}
body {
background: #121214;
width: 100%;
}
.navbar-light .navbar-toggler {
margin: 4px;
}
.navbar-brand {
margin-right:... | About/about.css | @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Montserrat;
}
body {
background: #121214;
width: 100%;
}
.navbar-light .navbar-toggler {
margin: 4px;
}
.navbar-brand {
margin-right:... | 0.420362 | 0.100879 |
* {
margin: 0;
padding: 0;
}
body {
font-family: 'Roboto', sans-serif;
}
ul {
list-style: none;
}
.menu .menu-item {
padding: 0px 20px;
margin-bottom: 0px;
}
.menu .menu-item .menu-link {
width: 55px;
height: 55px;
display: block;
text-align: center;
border-radius: 50%;
m... | static/css/style.css | * {
margin: 0;
padding: 0;
}
body {
font-family: 'Roboto', sans-serif;
}
ul {
list-style: none;
}
.menu .menu-item {
padding: 0px 20px;
margin-bottom: 0px;
}
.menu .menu-item .menu-link {
width: 55px;
height: 55px;
display: block;
text-align: center;
border-radius: 50%;
m... | 0.189296 | 0.055209 |
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
main {
display: block
}
h1 {
font-size: 2em;
margin: .67em 0;
line-height: 1.2em
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible
}
pre {
font-family: monospace,monospace;
font-size: 1em
}
a {
background-... | quickstart/themes/hugo-geekdoc/assets/main.css | html {
line-height: 1.15;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
main {
display: block
}
h1 {
font-size: 2em;
margin: .67em 0;
line-height: 1.2em
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible
}
pre {
font-family: monospace,monospace;
font-size: 1em
}
a {
background-... | 0.417865 | 0.071754 |
*{
margin: 0;
padding: 0;
overflow: hidden;
}
body{
margin:0;
height:100vh;
background-repeat: no-repeat;
background-color: black;
/* overflow: hidden; */
}
#particles-js{
background-color: black;
margin: 0;
padding: 0;
height: 100vh;
backg... | css/style.css | *{
margin: 0;
padding: 0;
overflow: hidden;
}
body{
margin:0;
height:100vh;
background-repeat: no-repeat;
background-color: black;
/* overflow: hidden; */
}
#particles-js{
background-color: black;
margin: 0;
padding: 0;
height: 100vh;
backg... | 0.532911 | 0.05621 |
.base_header {
position: fixed;
height: 170px;
width: 100%;
z-index: 10;
background-color: #222;
}
.base_content {
position: absolute;
top: 170px;
z-index: 5
}
.eventadd{
margin-left: 10px;
border: 3px solid #00a350;
border-radius: 30px;
}
.fbrow {
display: flex;
flex-direction: row;
flex... | api/static/css/main.css | .base_header {
position: fixed;
height: 170px;
width: 100%;
z-index: 10;
background-color: #222;
}
.base_content {
position: absolute;
top: 170px;
z-index: 5
}
.eventadd{
margin-left: 10px;
border: 3px solid #00a350;
border-radius: 30px;
}
.fbrow {
display: flex;
flex-direction: row;
flex... | 0.561696 | 0.116789 |
/*index*/
.header {height:80px; width:100%; position:fixed;background:url(../images/header_bg.png);border-bottom:1px solid #ddd;z-index:999}
.wrap{width:1140px; margin:0 auto;}
.top{ width:100%; margin-top:39px; position:absolute; z-index:1;}
.top .logo{display:block;width:230px; height:100px; float:left;text-... | templates/xuyang/css/main.css | /*index*/
.header {height:80px; width:100%; position:fixed;background:url(../images/header_bg.png);border-bottom:1px solid #ddd;z-index:999}
.wrap{width:1140px; margin:0 auto;}
.top{ width:100%; margin-top:39px; position:absolute; z-index:1;}
.top .logo{display:block;width:230px; height:100px; float:left;text-... | 0.281208 | 0.084947 |
.file-icons-enabled .show-file-icons .vscode_getting_started_page-name-file-icon.file-icon::before {
content: ' ';
background-image: url('../../../../browser/media/code-icon.svg');
}
.monaco-workbench .part.editor > .content .gettingStartedContainer {
box-sizing: border-box;
padding: 10px 20px;
line-height: 22px;... | src/vs/workbench/contrib/welcome/gettingStarted/browser/gettingStarted.css | .file-icons-enabled .show-file-icons .vscode_getting_started_page-name-file-icon.file-icon::before {
content: ' ';
background-image: url('../../../../browser/media/code-icon.svg');
}
.monaco-workbench .part.editor > .content .gettingStartedContainer {
box-sizing: border-box;
padding: 10px 20px;
line-height: 22px;... | 0.368747 | 0.05163 |
.widget-respimg{display: table-cell!important;text-align:center;vertical-align: middle;}
.widget-respimg img{max-height: 100%;max-width: 100%}
/* ---------------------------------------------------------- */
/* */
/* 璁℃暟鍣� ... | public/web/Templates/skin_cn/web/css/base.css | .widget-respimg{display: table-cell!important;text-align:center;vertical-align: middle;}
.widget-respimg img{max-height: 100%;max-width: 100%}
/* ---------------------------------------------------------- */
/* */
/* 璁℃暟鍣� ... | 0.167627 | 0.040087 |
margin:2rem auto;
width:80rem;
height:56rem;
}
#content_left{
float:left;
width:13rem;
height:56rem;
background:#25242C;
color:white;
}
#content_right{
float:left;
height:56rem;
width:67rem;
}
.right_top{
height:6rem;
border-bottom:1px solid #F2D2D5;
}
.head_img img{
width:8rem;
height:8rem;
border-rad... | api/web/css/shop/home.css | margin:2rem auto;
width:80rem;
height:56rem;
}
#content_left{
float:left;
width:13rem;
height:56rem;
background:#25242C;
color:white;
}
#content_right{
float:left;
height:56rem;
width:67rem;
}
.right_top{
height:6rem;
border-bottom:1px solid #F2D2D5;
}
.head_img img{
width:8rem;
height:8rem;
border-rad... | 0.368974 | 0.054199 |
.main{
background: #FAFAFA;
}
.input {
border:1px solid #ccc;
height:16px;
line-height:16px;
padding:5px;
border-radius: 4px;
}
.red {
color: #f00;
}
textarea {
width: 250px;
height: 60px;
border:1px solid #ccc;
padding:5px;
border-radius: 4px;
}
select {
border: 1px solid #ccc;
padding: 4px 5px;
height ... | Public/Css/edit.css | .main{
background: #FAFAFA;
}
.input {
border:1px solid #ccc;
height:16px;
line-height:16px;
padding:5px;
border-radius: 4px;
}
.red {
color: #f00;
}
textarea {
width: 250px;
height: 60px;
border:1px solid #ccc;
padding:5px;
border-radius: 4px;
}
select {
border: 1px solid #ccc;
padding: 4px 5px;
height ... | 0.277669 | 0.068725 |
:root {
--yellow: #ffb100;
--red: #c60900;
--white: #ffffff;
--black: #000000;
--hover-color: #e5ff002c;
--box-shadow: 0 0.2rem 1rem #000000b0;
--primary-font-family: sans-serif;
--secondary-font-family: "Nunito", "Nunito Sans", sans-serif;
}
* {
margin: 0;
padding: 0;
border: 0;
outline: 0;
... | css/style.css | :root {
--yellow: #ffb100;
--red: #c60900;
--white: #ffffff;
--black: #000000;
--hover-color: #e5ff002c;
--box-shadow: 0 0.2rem 1rem #000000b0;
--primary-font-family: sans-serif;
--secondary-font-family: "Nunito", "Nunito Sans", sans-serif;
}
* {
margin: 0;
padding: 0;
border: 0;
outline: 0;
... | 0.352425 | 0.146636 |
@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');
body {
width: 100%;
height: 100%;
font-family: 'Lato',sans-serif;
font-weight: 300;
color: #666;
background-color: #fff;... | assets/bootstrap/css/style.css | @import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');
body {
width: 100%;
height: 100%;
font-family: 'Lato',sans-serif;
font-weight: 300;
color: #666;
background-color: #fff;... | 0.187504 | 0.041076 |
.col0 {
color: hsla(0, 0%, 100%, .6);
}
.col1,
.col1b,
.col1b:hover,
.indexboy a,
.intro-wrap .info-wrap a,
.index .themes,
.index .pop_top,
.index .rec-list_2b8oe,
.index .rec-list_2b8oe a {
color: hsla(0, 0%, 100%, .87);
}
.col2,
.col2b,
.index .hot-item,
.col2:hover {
color: rgba(255, 255, 255, 0.6) !i... | template/ec_IQ/css/skin_1.css | .col0 {
color: hsla(0, 0%, 100%, .6);
}
.col1,
.col1b,
.col1b:hover,
.indexboy a,
.intro-wrap .info-wrap a,
.index .themes,
.index .pop_top,
.index .rec-list_2b8oe,
.index .rec-list_2b8oe a {
color: hsla(0, 0%, 100%, .87);
}
.col2,
.col2b,
.index .hot-item,
.col2:hover {
color: rgba(255, 255, 255, 0.6) !i... | 0.507568 | 0.229212 |
SCSS3 (c) 2011 Motion Média
Inspired by http://css3please.com/
*/
.clearfix {
zoom: 1; }
.clearfix:before, .clearfix:after {
content: '.';
display: block;
overflow: hidden;
visibility: hidden;
font-size: 0;
line-height: 0;
width: 0;
height: 0; }
.clearfix:after {
clea... | frontadmin/static/frontadmin/css/frontadmin.css | SCSS3 (c) 2011 Motion Média
Inspired by http://css3please.com/
*/
.clearfix {
zoom: 1; }
.clearfix:before, .clearfix:after {
content: '.';
display: block;
overflow: hidden;
visibility: hidden;
font-size: 0;
line-height: 0;
width: 0;
height: 0; }
.clearfix:after {
clea... | 0.245085 | 0.107157 |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
/* TODO(dbeam): remove this soon. Prefer dir= in HTML. */
direction: ltr;
background-color: #f7f7f7;
box-sizing: border-box;
min-height: 100vh;
/*min-height: 100%; 取消同步竖滚动条*/
-webkit-overflow-scrolling: touch;
... | css/master.css | * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
/* TODO(dbeam): remove this soon. Prefer dir= in HTML. */
direction: ltr;
background-color: #f7f7f7;
box-sizing: border-box;
min-height: 100vh;
/*min-height: 100%; 取消同步竖滚动条*/
-webkit-overflow-scrolling: touch;
... | 0.200245 | 0.08061 |
@import url('https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap');
:root {
--color--primary: 0, 0, 0;
--color--text--primary: 47, 60, 79;
--color--text--secondary: 80, 111, 134;
--color--accent: 251, 176, 64;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: ... | assets/css/styles.css | @import url('https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap');
:root {
--color--primary: 0, 0, 0;
--color--text--primary: 47, 60, 79;
--color--text--secondary: 80, 111, 134;
--color--accent: 251, 176, 64;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: ... | 0.472197 | 0.142202 |
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, ... | Class_8_Lecture/css/base.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.494141 | 0.116966 |
.add-row a,
.button,
input[name="_save"],
input[name="_continue"] {
background-color: #eee;
background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1)) !important;
background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1)) !important;
background-image:... | cvapp/cv/static/css/buttons_bak.css | .add-row a,
.button,
input[name="_save"],
input[name="_continue"] {
background-color: #eee;
background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1)) !important;
background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1)) !important;
background-image:... | 0.291283 | 0.104477 |
.acf-map {
width: 100%;
height: 400px;
border: #ccc solid 1px;
margin: 20px 0;
}
/* fixes potential theme css conflict */
.acf-map img {
max-width: inherit !important;
}
.metabox {
padding-top: 8px;
padding-bottom: 8px;
background-color: #e8e8e8;
}
.metabox__blog-home-link {
font-weight: normal;
... | css/child-custom.css |
.acf-map {
width: 100%;
height: 400px;
border: #ccc solid 1px;
margin: 20px 0;
}
/* fixes potential theme css conflict */
.acf-map img {
max-width: inherit !important;
}
.metabox {
padding-top: 8px;
padding-bottom: 8px;
background-color: #e8e8e8;
}
.metabox__blog-home-link {
font-weight: normal;
... | 0.464416 | 0.079496 |
.switcher h3 {
font-size: 13px;
margin: 1px 0 6px 0;
color: #626064;
}
.switcher {
border-radius: 5px 0 5px 5px;
left: 0;
width: 140px;
padding: 10px;
position: fixed;
top: 180px;
z-index: 1000;
font-family: Verdana,Geneva,sans-serif;
}
.switcher-inner {
background: non... | src/assets/css/switcher.css | .switcher h3 {
font-size: 13px;
margin: 1px 0 6px 0;
color: #626064;
}
.switcher {
border-radius: 5px 0 5px 5px;
left: 0;
width: 140px;
padding: 10px;
position: fixed;
top: 180px;
z-index: 1000;
font-family: Verdana,Geneva,sans-serif;
}
.switcher-inner {
background: non... | 0.424054 | 0.175609 |
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Roboto:300,400,500,700&display=swap");
@import url(font-awesome.min.css);
/* line 1, ../../01 cl html template/03_jun 2019/183_Charity_html/sass/_extends.scss */
.btn_2:hover,
.btn_3 {
background-image: -webkit-linear-gradient(right, #7f... | public/asset/css/style.css | @import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Roboto:300,400,500,700&display=swap");
@import url(font-awesome.min.css);
/* line 1, ../../01 cl html template/03_jun 2019/183_Charity_html/sass/_extends.scss */
.btn_2:hover,
.btn_3 {
background-image: -webkit-linear-gradient(right, #7f... | 0.203312 | 0.06804 |
.charsheet .sheet-standardBox {
display: inline-block;
width: 100%;
padding: 5px;
margin-bottom: 10px;
box-shadow: 5px 5px 5px #888888;
border: 1px solid #1b608e;
font-family: "<NAME>";
text-align: left;
}
.charsheet input {
width: 100%;
border: none;
text-align: left;
color: black;
background-color: ... | Capes, Cowls & Villains Foul/CCVF Main.css | .charsheet .sheet-standardBox {
display: inline-block;
width: 100%;
padding: 5px;
margin-bottom: 10px;
box-shadow: 5px 5px 5px #888888;
border: 1px solid #1b608e;
font-family: "<NAME>";
text-align: left;
}
.charsheet input {
width: 100%;
border: none;
text-align: left;
color: black;
background-color: ... | 0.316053 | 0.063048 |
body {
color: black;
--link: #064EC0; }
a {
color: var(--link); }
h2 {
font-size: 2.5rem;
margin-bottom: 2rem; }
section {
text-align: center;
padding: 6rem 0;
border-bottom: 3px solid black; }
.intro {
height: 350px;
background-color: #3b5d94;
background-image: url("/images/space-background.s... | Tailspin.SpaceGame.Web/wwwroot/css/site.css | body {
color: black;
--link: #064EC0; }
a {
color: var(--link); }
h2 {
font-size: 2.5rem;
margin-bottom: 2rem; }
section {
text-align: center;
padding: 6rem 0;
border-bottom: 3px solid black; }
.intro {
height: 350px;
background-color: #3b5d94;
background-image: url("/images/space-background.s... | 0.577614 | 0.091666 |
.red { background-color: #F44336 !important; }
/* line 3, ../../sass/utils/colors.scss */
.red-50 { background-color: #FFEBEE !important; }
/* line 4, ../../sass/utils/colors.scss */
.red-100 { background-color: #FFCDD2 !important; }
/* line 5, ../../sass/utils/colors.scss */
.red-200 { background-color: #EF9A9A !im... | css/utils/colors.css | .red { background-color: #F44336 !important; }
/* line 3, ../../sass/utils/colors.scss */
.red-50 { background-color: #FFEBEE !important; }
/* line 4, ../../sass/utils/colors.scss */
.red-100 { background-color: #FFCDD2 !important; }
/* line 5, ../../sass/utils/colors.scss */
.red-200 { background-color: #EF9A9A !im... | 0.200323 | 0.094218 |
a:hover{
text-decoration:none;
}
textarea:focus{
outline:none;
}
/* common css start end */
.ds_traveller_story {
padding: 100px 0px;
}
.right_side_details {
float: left;
width: 100%;
}
.right_side_details h3 {
font-weight: 300;
margin-top: 0px;
color: #2c3e50;
position: relative;
... | public/user/css/default/about.css | a:hover{
text-decoration:none;
}
textarea:focus{
outline:none;
}
/* common css start end */
.ds_traveller_story {
padding: 100px 0px;
}
.right_side_details {
float: left;
width: 100%;
}
.right_side_details h3 {
font-weight: 300;
margin-top: 0px;
color: #2c3e50;
position: relative;
... | 0.428951 | 0.090253 |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
img {
max-width: 100%;
height: auto;
vertical-align: top;
}
section {
float: left;
width: 100%;
padding-bottom: 80px;
}
@media (min-width: 1170px) {
.container {
max-width: 1160px;
}
}
body {
font-size: 14px;
fon... | public/css/style.css | * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
img {
max-width: 100%;
height: auto;
vertical-align: top;
}
section {
float: left;
width: 100%;
padding-bottom: 80px;
}
@media (min-width: 1170px) {
.container {
max-width: 1160px;
}
}
body {
font-size: 14px;
fon... | 0.319758 | 0.082143 |
.inputWidth {
display: block;
position: relative;
&::before {
content: "";
pointer-events: none;
box-sizing: border-box;
display: block;
position: absolute;
top: -0.25rem;
bottom: -0.25rem;
left: -0.25rem; /* stylelint-disable-line property-blacklist */
right: -0.25rem; /* sty... | packages/ui-number-input/src/NumberInput/styles.css | .inputWidth {
display: block;
position: relative;
&::before {
content: "";
pointer-events: none;
box-sizing: border-box;
display: block;
position: absolute;
top: -0.25rem;
bottom: -0.25rem;
left: -0.25rem; /* stylelint-disable-line property-blacklist */
right: -0.25rem; /* sty... | 0.483161 | 0.161717 |
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol";
padding: 0;
margin: 0;
}
div#main-container {
min-height: 100vh;
backgro... | docs/main.css |
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol";
padding: 0;
margin: 0;
}
div#main-container {
min-height: 100vh;
backgro... | 0.296043 | 0.057812 |
* {
/* border-width: 3px;
border-style: solid;*/
font-family: "Cambria";
/* font-size: 15px; */
}
.container-fluid{
padding: 0px;
background-color: #dcdde1;
height: 100%;
/* border: 2px solid black; */
}
.top-text {
color: white;
margin-left: 15px;
margin-top... | assets/css/style.css | * {
/* border-width: 3px;
border-style: solid;*/
font-family: "Cambria";
/* font-size: 15px; */
}
.container-fluid{
padding: 0px;
background-color: #dcdde1;
height: 100%;
/* border: 2px solid black; */
}
.top-text {
color: white;
margin-left: 15px;
margin-top... | 0.31237 | 0.07538 |
.header {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
min-height: 350px;
padding-top: 4rem;
padding-bottom: 4rem;
col... | css/gaya.css | .header {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
min-height: 350px;
padding-top: 4rem;
padding-bottom: 4rem;
col... | 0.571288 | 0.086439 |
@font-face {
font-family: "Flat-UI-Icons";
src: url("../../fonts/Startup-Icons.eot");
src: url("../fonts/Startup-Icons.eot?#iefix") format("embedded-opentype"), url("../../fonts/Startup-Icons.woff") format("woff"), url("../../fonts/Startup-Icons.ttf") format("truetype"), url("../../fonts/Startup-Icons.svg#Flat... | public/css/vender/icon-font.css | @font-face {
font-family: "Flat-UI-Icons";
src: url("../../fonts/Startup-Icons.eot");
src: url("../fonts/Startup-Icons.eot?#iefix") format("embedded-opentype"), url("../../fonts/Startup-Icons.woff") format("woff"), url("../../fonts/Startup-Icons.ttf") format("truetype"), url("../../fonts/Startup-Icons.svg#Flat... | 0.27338 | 0.039994 |
html {
font-size: 1em;
line-height: 1.5;
}
html,body {
color: rgb(12, 12, 12);
color: rgb(var(--swatch-text-dark));
font-variant-ligatures: none;
}
body {
/* coloring */
background-color: rgba(252, 252, 252, 1);
background-color: rgba(var(--swatch-background), 1);
/* font behavior */
font-family: "Lato", s... | src/css/structure.css | html {
font-size: 1em;
line-height: 1.5;
}
html,body {
color: rgb(12, 12, 12);
color: rgb(var(--swatch-text-dark));
font-variant-ligatures: none;
}
body {
/* coloring */
background-color: rgba(252, 252, 252, 1);
background-color: rgba(var(--swatch-background), 1);
/* font behavior */
font-family: "Lato", s... | 0.357343 | 0.075041 |
.mediaViewInfo {
--web-view-name: Búsqueda Futuro;
--web-view-id: B_squeda_Futuro;
--web-scale-on-resize: true;
--web-enable-deep-linking: true;
}
:root {
--web-view-ids: B_squeda_Futuro;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
border: none;
}
#B_squeda_Futuro {
position: absolute;
width: 360px;... | css/B_squeda_Futuro.css | .mediaViewInfo {
--web-view-name: Búsqueda Futuro;
--web-view-id: B_squeda_Futuro;
--web-scale-on-resize: true;
--web-enable-deep-linking: true;
}
:root {
--web-view-ids: B_squeda_Futuro;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
border: none;
}
#B_squeda_Futuro {
position: absolute;
width: 360px;... | 0.516595 | 0.044723 |
.col-md-12 {
border: 1px solid whitesmoke;
width: 150%;
}
.tcolor {
color: turquoise;
text-decoration: none;
}
.font_size {
font-size: 15px;
}
a {
color: black;
font-size: inherit;
text-decoration: none;
}
a:hover {
color: turquoise;
}
.font_size2 {
font-size: small;
}
.icon {
width: 16.4%;
bord... | public/css/index.css | .col-md-12 {
border: 1px solid whitesmoke;
width: 150%;
}
.tcolor {
color: turquoise;
text-decoration: none;
}
.font_size {
font-size: 15px;
}
a {
color: black;
font-size: inherit;
text-decoration: none;
}
a:hover {
color: turquoise;
}
.font_size2 {
font-size: small;
}
.icon {
width: 16.4%;
bord... | 0.505371 | 0.103794 |
header#page-header nav.doc-userinfo {
position: absolute;
right: 0;
bottom: 0;
color: #fff;
}
header#page-header nav.doc-userinfo a {
color: #99f;
}
/* ------------------------------------------------------------------
* Page Editor
*/
section.editor-content {
position: absolute;
top: 104px;
left:... | website/static/css/doc.css | header#page-header nav.doc-userinfo {
position: absolute;
right: 0;
bottom: 0;
color: #fff;
}
header#page-header nav.doc-userinfo a {
color: #99f;
}
/* ------------------------------------------------------------------
* Page Editor
*/
section.editor-content {
position: absolute;
top: 104px;
left:... | 0.476092 | 0.100304 |
@charset "utf-8";
/* CSS Document */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, tabl... | DeVry/kccl_dev/resources/css/global.css | @charset "utf-8";
/* CSS Document */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, tabl... | 0.169612 | 0.051012 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
--cor-primary: #3f51b5;
--cor-secondary: #c3d1f1;
--cor-destaque: #278ba9;
--cor-clara: #d2ddf5;
--cor-be... | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
--cor-primary: #3f51b5;
--cor-secondary: #c3d1f1;
--cor-destaque: #278ba9;
--cor-clara: #d2ddf5;
--cor-be... | 0.329068 | 0.058831 |
[data-project] > .content {
height: 100vh;
overflow-y: hidden;
}
.projects {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
pointer-events: none;
display: block;
}
[data-project] .projects {
pointer-events: auto;
}
.projects .project {
position: absolute;
width: ca... | static/projects.css | [data-project] > .content {
height: 100vh;
overflow-y: hidden;
}
.projects {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
pointer-events: none;
display: block;
}
[data-project] .projects {
pointer-events: auto;
}
.projects .project {
position: absolute;
width: ca... | 0.531696 | 0.078078 |
body {
background-image: url(../images/background/background.png);
margin: 0;
margin-top: 40px;
padding: 0;
font-family: Segoe UI, Arial;
}
a {
color: inherit;
text-decoration: none;
}
a:link {
color: inherit;
text-decoration: none;
}
a:active {
color: inherit;
text-decora... | web/css/main.css | body {
background-image: url(../images/background/background.png);
margin: 0;
margin-top: 40px;
padding: 0;
font-family: Segoe UI, Arial;
}
a {
color: inherit;
text-decoration: none;
}
a:link {
color: inherit;
text-decoration: none;
}
a:active {
color: inherit;
text-decora... | 0.390243 | 0.136724 |
.dashboard-page {
font-family: sans-serif;
text-align: center;
font-family: Courier;
font-weight: 700;
/* background-color: #fff; */
padding: 50px 50px 400px;
}
.dashboard-grid {
display: grid;
grid-template-columns: repeat(8, 1fr);
grid-gap: 45px;
grid-auto-rows: minmax(100... | react_app/styles.css | .dashboard-page {
font-family: sans-serif;
text-align: center;
font-family: Courier;
font-weight: 700;
/* background-color: #fff; */
padding: 50px 50px 400px;
}
.dashboard-grid {
display: grid;
grid-template-columns: repeat(8, 1fr);
grid-gap: 45px;
grid-auto-rows: minmax(100... | 0.553143 | 0.141015 |
*{padding: 0px; margin: 0px;}
.fontbold
{
font-weight: 600;
}
body
{
font-family: 'calibri';
background-color: #f0f2f7;
}
.wrapper
{
width: 100%;
float: left;
position: relative;
}
.logo img
{
width: 180px;
}
.wallet-balance-box
{
background-color: #f4f4f4;
padding: 6px 10px;
border: 1px solid #e0e0e0;
}
.blue-ico... | assets/css/style.css | *{padding: 0px; margin: 0px;}
.fontbold
{
font-weight: 600;
}
body
{
font-family: 'calibri';
background-color: #f0f2f7;
}
.wrapper
{
width: 100%;
float: left;
position: relative;
}
.logo img
{
width: 180px;
}
.wallet-balance-box
{
background-color: #f4f4f4;
padding: 6px 10px;
border: 1px solid #e0e0e0;
}
.blue-ico... | 0.327991 | 0.097005 |
.buzz_wrapper{
position:relative;
/*background-color:#000;*/
overflow:hidden;
height: 700px;
margin-top: -100%;
}
.text{
margin-left: 20%;
}
.scanline:hover{
width:100%;
display:block;
background:#000;
height:4px;
position:relative;
z-index:3;
margin-bottom:5px;
opacity:0.1;
}
.buzz_wrap... | css/text.css | .buzz_wrapper{
position:relative;
/*background-color:#000;*/
overflow:hidden;
height: 700px;
margin-top: -100%;
}
.text{
margin-left: 20%;
}
.scanline:hover{
width:100%;
display:block;
background:#000;
height:4px;
position:relative;
z-index:3;
margin-bottom:5px;
opacity:0.1;
}
.buzz_wrap... | 0.228759 | 0.053329 |
* {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}
body {
background-image: url(/img/hike.jpg);
height: 100vh;
background-size: cover;
b... | public/css/u_guide.css | * {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}
body {
background-image: url(/img/hike.jpg);
height: 100vh;
background-size: cover;
b... | 0.469034 | 0.119254 |
body {
font-family: 'Open Sans';
background-color: white;
font-smooth: always;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Open Sans';
font-variant: small-caps;
color: #131669;
border-bottom: 1px solid #090B4F;
}
h1 > i, h2 > i, h3 > i, h4 > i, h5 > i, h6 > i {
color: #24267E;
}
a {
font-family: 'Open Sans... | style.css | body {
font-family: 'Open Sans';
background-color: white;
font-smooth: always;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Open Sans';
font-variant: small-caps;
color: #131669;
border-bottom: 1px solid #090B4F;
}
h1 > i, h2 > i, h3 > i, h4 > i, h5 > i, h6 > i {
color: #24267E;
}
a {
font-family: 'Open Sans... | 0.591723 | 0.121738 |
@import url(../custom/notanotheranimetheme.css);
:root {
--theme-background-image: url(../svg/blank.png);
--main-theme-color: rgb(67, 181, 129);
--theme-transparency: rgba(0, 0, 0, 0.8);
--home-icon-image: url(../svg/discord.svg);
--home-icon-image-position: center center;
--home-icon-image-zoom: 120%;
--... | config/notanotheranimetheme.css | @import url(../custom/notanotheranimetheme.css);
:root {
--theme-background-image: url(../svg/blank.png);
--main-theme-color: rgb(67, 181, 129);
--theme-transparency: rgba(0, 0, 0, 0.8);
--home-icon-image: url(../svg/discord.svg);
--home-icon-image-position: center center;
--home-icon-image-zoom: 120%;
--... | 0.374676 | 0.058885 |
.noty_animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
/*-- 5.2 Note / .note --*/
.note {
overflow-x: hidden;
overflow-y: hidden;
}
.note-container {
position: relative;
overflow: hidden;
margin-left: -15px;
margin-rig... | resources/assets/admin/css/all-css/note.css | .noty_animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
/*-- 5.2 Note / .note --*/
.note {
overflow-x: hidden;
overflow-y: hidden;
}
.note-container {
position: relative;
overflow: hidden;
margin-left: -15px;
margin-rig... | 0.294621 | 0.064831 |
a {
font-family: Arial, sans-serif;
font-size: 12px;
color: white;
}
.dropdown-content {
font-family: Arial, sans-serif;
font-size: 12px;
color: black;
}
/*tooltips*/
.tooltip .tooltiptext {
visibility: hidden;
background-color: black;
color: #fff;
text-align: center;
border... | Miscellaneous/Experiments/Lea/Usertest-Prototyp/Typescript-GoldenLayout/src/ui-elements.css | a {
font-family: Arial, sans-serif;
font-size: 12px;
color: white;
}
.dropdown-content {
font-family: Arial, sans-serif;
font-size: 12px;
color: black;
}
/*tooltips*/
.tooltip .tooltiptext {
visibility: hidden;
background-color: black;
color: #fff;
text-align: center;
border... | 0.512937 | 0.11129 |
.logo, .menu li a, .mobMenu li a {
line-height:70px
}
.agents ul, .jobAction li, .mediaBox ul li, .menu, .mobMenu, .offerUL li, .summary ul {
list-style:none
}
.allServices:nth-child(odd), .clear, .essentialPadding .col-md-6:nth-child(even), .mediaMain .col-md-4:nth-child(4n) {
clear:both
}
.applyNowMailTo, .bannerTe... | assets/cityook/css/main-1.3.min_.css | .logo, .menu li a, .mobMenu li a {
line-height:70px
}
.agents ul, .jobAction li, .mediaBox ul li, .menu, .mobMenu, .offerUL li, .summary ul {
list-style:none
}
.allServices:nth-child(odd), .clear, .essentialPadding .col-md-6:nth-child(even), .mediaMain .col-md-4:nth-child(4n) {
clear:both
}
.applyNowMailTo, .bannerTe... | 0.162779 | 0.098642 |
position: absolute;
top: 0;
left: 0;
width: 55px;
bottom: 0;
overflow: hidden;
z-index: 3;
display: none;
background: rgba(255, 255, 255, .8);
box-shadow: 0 2px 2px #333;
font-size: 12px;
font-weight: normal;
border-right: 1px solid #333;
}
#toolbar .logo {
floa... | 0.1.0/client/css/toolbar.css | position: absolute;
top: 0;
left: 0;
width: 55px;
bottom: 0;
overflow: hidden;
z-index: 3;
display: none;
background: rgba(255, 255, 255, .8);
box-shadow: 0 2px 2px #333;
font-size: 12px;
font-weight: normal;
border-right: 1px solid #333;
}
#toolbar .logo {
floa... | 0.66888 | 0.091342 |
nav {
background: rgba(0,0,0,0.4);
height: 50px
}
#banner {
background: rgba(0,0,0,0.4);
height: 500px
}
nav ul {
list-style: none;
margin: 0;
float: right;
}
nav ul li,nav .logo {
display: inline-block;
line-height: 50px;
margin-right: 20px;
}
nav ul li a,nav .logo a {
l... | frontend/css/main.css | nav {
background: rgba(0,0,0,0.4);
height: 50px
}
#banner {
background: rgba(0,0,0,0.4);
height: 500px
}
nav ul {
list-style: none;
margin: 0;
float: right;
}
nav ul li,nav .logo {
display: inline-block;
line-height: 50px;
margin-right: 20px;
}
nav ul li a,nav .logo a {
l... | 0.430028 | 0.094177 |