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 |
|---|---|---|---|---|
#wpstg-tab-container ul {
/*height: 200px;*/
list-style: none;
margin: 0;
padding: 0;
background: #f1f1f1;
float: left;
/*list-style-type: square;*/
}
#wpstg-tab-container ul li:first-child.selected-tab {
border-top: none;
}
#wpstg-tab-container ul li a.selected-tab {
font-weight:... | wp-content/plugins/wp-staging-pro/assets/css/src/wpstg-admin.css |
#wpstg-tab-container ul {
/*height: 200px;*/
list-style: none;
margin: 0;
padding: 0;
background: #f1f1f1;
float: left;
/*list-style-type: square;*/
}
#wpstg-tab-container ul li:first-child.selected-tab {
border-top: none;
}
#wpstg-tab-container ul li a.selected-tab {
font-weight:... | 0.346762 | 0.063948 |
body
{
color: black;
background-color: white;
font-family: "Verdana", sans-serif;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.bodymain
{
padding-left: 0.5em;
padding-right: 0.5em;
}
a:link
{
color: #804000;
text-decoration: underline;
}
a:hover { text-decoration: none; }
s... | src/topics/cpan/life-with-cpan/non-root/default.css | body
{
color: black;
background-color: white;
font-family: "Verdana", sans-serif;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.bodymain
{
padding-left: 0.5em;
padding-right: 0.5em;
}
a:link
{
color: #804000;
text-decoration: underline;
}
a:hover { text-decoration: none; }
s... | 0.390127 | 0.10307 |
html,
body {
background-color: var(--dark-0);
color: var(--dark-4);
overflow: hidden;
padding: 0;
margin: 0;
font-size: 12px;
}
html,
body,
#root {
height: 100%;
}
.socket.output.any-type,
.socket.input.any-type {
background: #838383;
}
.socket.output.boolean,
.socket.input.boolean {
background: #f... | client/src/App.css | html,
body {
background-color: var(--dark-0);
color: var(--dark-4);
overflow: hidden;
padding: 0;
margin: 0;
font-size: 12px;
}
html,
body,
#root {
height: 100%;
}
.socket.output.any-type,
.socket.input.any-type {
background: #838383;
}
.socket.output.boolean,
.socket.input.boolean {
background: #f... | 0.443359 | 0.090735 |
/*Importing Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
body,html
{
padding-top:65px;
background: url("bgimg.jpg") no-repeat center center fixed;
background-position: top;
-webkit-background-size: c... | homteq/mystylesheet.css |
/*Importing Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
body,html
{
padding-top:65px;
background: url("bgimg.jpg") no-repeat center center fixed;
background-position: top;
-webkit-background-size: c... | 0.168104 | 0.034489 |
.carusel-grande{
display: flex;flex-direction: row;justify-content: center; align-items: center;
width: 100%;
min-height: 150px;
background-color: #fafafa;
}
.ofertas{
padding: 5px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
min-height: 280px;
background-color: #fafafa;... | src/app/componentes/portafolio/portafolio.component2.css | .carusel-grande{
display: flex;flex-direction: row;justify-content: center; align-items: center;
width: 100%;
min-height: 150px;
background-color: #fafafa;
}
.ofertas{
padding: 5px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
min-height: 280px;
background-color: #fafafa;... | 0.520496 | 0.063077 |
.navbar { background-color: #484848; }
.navbar .navbar-nav .nav-link { color: #fff; }
.navbar .navbar-nav .nav-link:hover { color: #fbc531; }
.navbar .navbar-nav .active > .nav-link { color: #fbc531; }
header nav a {
float: left;
font-size: 24px;
margin: 0;
margin-top: 0px;
margin-right: 0p... | public/css/style.css | .navbar { background-color: #484848; }
.navbar .navbar-nav .nav-link { color: #fff; }
.navbar .navbar-nav .nav-link:hover { color: #fbc531; }
.navbar .navbar-nav .active > .nav-link { color: #fbc531; }
header nav a {
float: left;
font-size: 24px;
margin: 0;
margin-top: 0px;
margin-right: 0p... | 0.395835 | 0.057308 |
div{
display: block;
}
a:hover{
text-decoration: none;
}
.delivered{
color: #000 !important;
background: rgba(255, 158, 0, 0.81); /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgb(231, 253, 178), rgba(255, 158, 0, 0.81));
background: -moz-linear-gr... | assets/css/Custom.css | div{
display: block;
}
a:hover{
text-decoration: none;
}
.delivered{
color: #000 !important;
background: rgba(255, 158, 0, 0.81); /* For browsers that do not support gradients */
background: -webkit-linear-gradient(top, rgb(231, 253, 178), rgba(255, 158, 0, 0.81));
background: -moz-linear-gr... | 0.352536 | 0.124985 |
:root {
--three : 3px;
--purple : #7a0aa7;
}
* {
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
html {
background-image: linear-gradient(blue,pink,blue);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
... | assets/css/sun.css | :root {
--three : 3px;
--purple : #7a0aa7;
}
* {
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
html {
background-image: linear-gradient(blue,pink,blue);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
... | 0.496826 | 0.177027 |
a {
prop1: func(1px,1px,1px,func(1px,1px,1px,func(1px,1px,1px)));
prop2: func( 1px ,1px ,1px ,func( 1px ,1px ,1px ,func( 1px ,1px ,1px ) ) );
prop3: func(1px, 1px, 1px, func(1px, 1px, 1px, func(1px, 1px, 1px)));
prop4: func( 1px , 1px , 1px , func( 1px , 1px , 1px , func( 1px , 1px , 1px ) ) );
prop... | tests/css_parens/parens.css | a {
prop1: func(1px,1px,1px,func(1px,1px,1px,func(1px,1px,1px)));
prop2: func( 1px ,1px ,1px ,func( 1px ,1px ,1px ,func( 1px ,1px ,1px ) ) );
prop3: func(1px, 1px, 1px, func(1px, 1px, 1px, func(1px, 1px, 1px)));
prop4: func( 1px , 1px , 1px , func( 1px , 1px , 1px , func( 1px , 1px , 1px ) ) );
prop... | 0.334155 | 0.231473 |
.ban {
width: 100%;
height: 148px;
position: absolute;
background: rebeccapurple;
top: -148px;
visibility: hidden;
}
button:focus {
outline: none;
}
.ownerButton {
padding: 10px;
border: 1px solid #ff7e00;
background-color: #ff7e00;
color: white;
}
.ownerButton:hover {
color: #3d3f52;
backgrou... | public/styles/current.css | .ban {
width: 100%;
height: 148px;
position: absolute;
background: rebeccapurple;
top: -148px;
visibility: hidden;
}
button:focus {
outline: none;
}
.ownerButton {
padding: 10px;
border: 1px solid #ff7e00;
background-color: #ff7e00;
color: white;
}
.ownerButton:hover {
color: #3d3f52;
backgrou... | 0.462959 | 0.063366 |
@tailwind base;
.base-16 {
font-size: 16px;
}
.base-17 {
font-size: 17px;
}
.drop-cap:first-letter {
float: left;
font-size: 4.25rem;
line-height: 1;
padding-top: 0.25rem;
padding-right: 0.5rem;
padding-left: 0.25rem;
}
/*! purgecss start ignore */
[x-cloak] {
display: none;
}
.no-js\:block {
di... | assets/css/tw.css | @tailwind base;
.base-16 {
font-size: 16px;
}
.base-17 {
font-size: 17px;
}
.drop-cap:first-letter {
float: left;
font-size: 4.25rem;
line-height: 1;
padding-top: 0.25rem;
padding-right: 0.5rem;
padding-left: 0.25rem;
}
/*! purgecss start ignore */
[x-cloak] {
display: none;
}
.no-js\:block {
di... | 0.468791 | 0.068506 |
.rp-demo-viewer {
display: grid;
grid-template-columns: 1fr 0;
grid-template-rows: 2.5rem 1fr;
height: 100vh;
position: relative;
}
/* With sidebar */
.rp-demo-viewer--withsidebar .rp-demo-viewer__main {
overflow: hidden;
}
.rp-demo-viewer__toolbar {
align-items: center;
border-bottom:... | src/components/rp-demo-viewer/rp-demo-viewer.css | .rp-demo-viewer {
display: grid;
grid-template-columns: 1fr 0;
grid-template-rows: 2.5rem 1fr;
height: 100vh;
position: relative;
}
/* With sidebar */
.rp-demo-viewer--withsidebar .rp-demo-viewer__main {
overflow: hidden;
}
.rp-demo-viewer__toolbar {
align-items: center;
border-bottom:... | 0.657428 | 0.148448 |
@tailwind base;
html {
scroll-behavior: smooth;
}
html,
body,
#___gatsby,
#gatsby-focus-wrapper {
@apply h-full;
}
body {
@apply font-body;
@apply overflow-x-hidden;
@apply max-w-full;
}
h1,
h2,
h3,
h4 {
@apply font-heading;
}
h1 {
@apply text-6xl;
}
h2 {
@apply text-5xl;
}
h3 {
@apply text-4xl... | src/styles/tailwind.css | @tailwind base;
html {
scroll-behavior: smooth;
}
html,
body,
#___gatsby,
#gatsby-focus-wrapper {
@apply h-full;
}
body {
@apply font-body;
@apply overflow-x-hidden;
@apply max-w-full;
}
h1,
h2,
h3,
h4 {
@apply font-heading;
}
h1 {
@apply text-6xl;
}
h2 {
@apply text-5xl;
}
h3 {
@apply text-4xl... | 0.430147 | 0.075961 |
@media all and (min-width: 768px) and (max-width: 960px){
main{
display: grid;
grid-template-areas:
'header menu'
'main right'
'e f '
'g h'
'footer footer';
background-color: darkgray;
}
.a{
grid-area: header;
}
.b {
grid-area: menu;
}
... | css/layout.css | @media all and (min-width: 768px) and (max-width: 960px){
main{
display: grid;
grid-template-areas:
'header menu'
'main right'
'e f '
'g h'
'footer footer';
background-color: darkgray;
}
.a{
grid-area: header;
}
.b {
grid-area: menu;
}
... | 0.384797 | 0.156878 |
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);
/************************************************/
/* USER DEFINED ... | css/main.css | @import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);
/************************************************/
/* USER DEFINED ... | 0.370681 | 0.071235 |
color: black;
}
.languages {
margin: 0 0 75px 0;
}
.languages .item {
display: flex;
margin: 0 100px 0 25px;
}
.languages * {
color: purple;
flex: 1 1 auto;
align-items: flex-end;
}
.languages .lang-name {
text-align: left;
/* min-width: 230px; */
/* max-width... | assets/css/mycss.css | color: black;
}
.languages {
margin: 0 0 75px 0;
}
.languages .item {
display: flex;
margin: 0 100px 0 25px;
}
.languages * {
color: purple;
flex: 1 1 auto;
align-items: flex-end;
}
.languages .lang-name {
text-align: left;
/* min-width: 230px; */
/* max-width... | 0.596903 | 0.154887 |
@charset "utf-8";
/*1 重定义浏览器默认样式
Name: style_reset
Level: Global
Explain: 重定义浏览器默认样式
Last Modify: jackying
*/
*{word-wrap:break-word}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
html,body{*p... | renren-admin/src/main/resources/statics/css/base.css | @charset "utf-8";
/*1 重定义浏览器默认样式
Name: style_reset
Level: Global
Explain: 重定义浏览器默认样式
Last Modify: jackying
*/
*{word-wrap:break-word}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
html,body{*p... | 0.173078 | 0.044411 |
.base64-popup {
/* right top blur margin color */
/* box-shadow: 0px 0px 8px 0px #5588a3; */
/* 20 characters wide */
width: 20rem;
border: none;
/* Round the corners a bit top-left top-right bottom-right bottom-left */
border-radius: 25px 0px 25px 25px;
/* The whole popup should stay at... | popup.css | .base64-popup {
/* right top blur margin color */
/* box-shadow: 0px 0px 8px 0px #5588a3; */
/* 20 characters wide */
width: 20rem;
border: none;
/* Round the corners a bit top-left top-right bottom-right bottom-left */
border-radius: 25px 0px 25px 25px;
/* The whole popup should stay at... | 0.445771 | 0.115436 |
.ext-etheraddresslookup-link {
white-space: nowrap;
}
.ext-etheraddresslookup-link-highlight {
padding: 2px;
background: #F2EAAC;
color: #000;
border: 1px solid #C7BC67;
}
.ext-etheraddresslookup-link-no_highlight {
padding: 0px;
background: transparent;
border: 1px solid transparent;
color: inherit... | css/app.css | .ext-etheraddresslookup-link {
white-space: nowrap;
}
.ext-etheraddresslookup-link-highlight {
padding: 2px;
background: #F2EAAC;
color: #000;
border: 1px solid #C7BC67;
}
.ext-etheraddresslookup-link-no_highlight {
padding: 0px;
background: transparent;
border: 1px solid transparent;
color: inherit... | 0.48438 | 0.072966 |
:root {
--cssui-animation-rotate: rotate(-180deg);
--cssui-animation-timing: 0.25s;
--cssui-font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto,
"Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--cssui-gray-lig... | static/style.css | :root {
--cssui-animation-rotate: rotate(-180deg);
--cssui-animation-timing: 0.25s;
--cssui-font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto,
"Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--cssui-gray-lig... | 0.416203 | 0.111895 |
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comments-title,
.comment-reply-title {
margin-bottom: 1em;
font-size: 2em;
font-weight: 900;
}
.comment-list {
padding: 0;
margin: 0;
list-style-type: none;
}
.comment-list ol {
list-style-type: none;
... | web/app/themes/arrival/assets/css/comments.css | .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comments-title,
.comment-reply-title {
margin-bottom: 1em;
font-size: 2em;
font-weight: 900;
}
.comment-list {
padding: 0;
margin: 0;
list-style-type: none;
}
.comment-list ol {
list-style-type: none;
... | 0.302391 | 0.061961 |
body{
margin: 0px;
padding: 0px;
background-color: rebeccapurple;
}
/***************
****************
MENU SLIDER CSS
****************
****************/
#main{
height: 100vh;
width: 100%;
position: absolute;
overflow: hidden;
z-index: 999;
transition: all .3s;
d... | styles.css | body{
margin: 0px;
padding: 0px;
background-color: rebeccapurple;
}
/***************
****************
MENU SLIDER CSS
****************
****************/
#main{
height: 100vh;
width: 100%;
position: absolute;
overflow: hidden;
z-index: 999;
transition: all .3s;
d... | 0.258607 | 0.045799 |
page{
background-color: #1F2031;
}
.topbox{
width: 686rpx;
margin-top: 50rpx;
}
.topcard_f{
width: 620rpx;
height: 20rpx;
background-color: #547CE2;
}
.topcard_t{
width: 650rpx;
height: 20rpx;
background-color: #F2AB3E;
}
.topcard{
width: 686rpx;
height: 190rpx;
background:rgba(43,45,61,... | common/css/convert.css | page{
background-color: #1F2031;
}
.topbox{
width: 686rpx;
margin-top: 50rpx;
}
.topcard_f{
width: 620rpx;
height: 20rpx;
background-color: #547CE2;
}
.topcard_t{
width: 650rpx;
height: 20rpx;
background-color: #F2AB3E;
}
.topcard{
width: 686rpx;
height: 190rpx;
background:rgba(43,45,61,... | 0.223631 | 0.054676 |
:root{
--main-color: #f87b8d;
}
* {
box-sizing: border-box;
}
body{
font-family: 'Balsamiq Sans', cursive;
}
.container{
margin: 30px 150px;
}
/* Start Settings Box */
.set-box{
position: fixed;
left: -200px;
top: 0;
background-color: #ffc7ecde;
width: 200px;
... | css/master.css | :root{
--main-color: #f87b8d;
}
* {
box-sizing: border-box;
}
body{
font-family: 'Balsamiq Sans', cursive;
}
.container{
margin: 30px 150px;
}
/* Start Settings Box */
.set-box{
position: fixed;
left: -200px;
top: 0;
background-color: #ffc7ecde;
width: 200px;
... | 0.374333 | 0.082401 |
@import url('https://fonts.googleapis.com/css2?family=Rajdhani&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500&display=swap'); */
body{
font-family: 'Rajdhani', sans-serif;
}
::-webkit-scrollbar-thumb {
cursor: pointer;
background: #ffd530;
}
a:hover{
color: #f... | public/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Rajdhani&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500&display=swap'); */
body{
font-family: 'Rajdhani', sans-serif;
}
::-webkit-scrollbar-thumb {
cursor: pointer;
background: #ffd530;
}
a:hover{
color: #f... | 0.370909 | 0.072407 |
--------------------------------------------
01.0 General Style
02.0 Header Style
03.0 Category Style
04.0 City Style
05.0 Listing Style
06.0 Steps Style
07.0 Blog Style
08.0 Form Style
09.0 Call to Action Style
10.0 Footer Style
11.0 Testimonial Style
12.0 Video Player Style
13.0 Pricing Style
14.0 Abou... | public/css/frontend/main.css | --------------------------------------------
01.0 General Style
02.0 Header Style
03.0 Category Style
04.0 City Style
05.0 Listing Style
06.0 Steps Style
07.0 Blog Style
08.0 Form Style
09.0 Call to Action Style
10.0 Footer Style
11.0 Testimonial Style
12.0 Video Player Style
13.0 Pricing Style
14.0 Abou... | 0.586996 | 0.152001 |
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=8c25d5435b21ee33c353dfba865d0767)
* Config saved to config.json and https://gist.github.com/8c25d5435b21ee33c353dfba865d0767
*/
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MI... | styles/main.css | * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=8c25d5435b21ee33c353dfba865d0767)
* Config saved to config.json and https://gist.github.com/8c25d5435b21ee33c353dfba865d0767
*/
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MI... | 0.731442 | 0.063628 |
body {
margin: 0;
padding: 0;
background-color: #E5E5E5;
color: #444444;
font-family: 'Open Sans', sans-serif; }
h1, h2, h3, h4, h5 {
margin: 0;
font-family: 'Roboto', sans-serif; }
div {
margin: 0; }
a {
text-decoration: none;
color: inherit; }
/* NAVIGATION */
.menu {
position: fixed;
widt... | css/main.css | body {
margin: 0;
padding: 0;
background-color: #E5E5E5;
color: #444444;
font-family: 'Open Sans', sans-serif; }
h1, h2, h3, h4, h5 {
margin: 0;
font-family: 'Roboto', sans-serif; }
div {
margin: 0; }
a {
text-decoration: none;
color: inherit; }
/* NAVIGATION */
.menu {
position: fixed;
widt... | 0.323701 | 0.056809 |
* html, * html body{background-image:url(about:blank);background-attachment:fixed;}
span,div,p,strong,em,i,ul,li{font-family:"\5b8b\4f53",Arial, Helvetica, sans-serif;}
a{outline:none;}
.close,.ly-close{-webkit-transition:all 0.8s ease;-moz-transition:all 0.8s ease;-o-transition:all 0.8s ease;transition:all 0.8s ease;}... | public/home/css/lstter.css | * html, * html body{background-image:url(about:blank);background-attachment:fixed;}
span,div,p,strong,em,i,ul,li{font-family:"\5b8b\4f53",Arial, Helvetica, sans-serif;}
a{outline:none;}
.close,.ly-close{-webkit-transition:all 0.8s ease;-moz-transition:all 0.8s ease;-o-transition:all 0.8s ease;transition:all 0.8s ease;}... | 0.23118 | 0.062531 |
@-webkit-keyframes pcsClassic {
50% {
opacity: 0.3;
}
100% {
opacity: 1;
}
}
@keyframes pcsClassic {
50% {
opacity: 0.3;
}
100% {
opacity: 1;
}
}
.pcsClassic {
position: relative;
top: -10px;
left: -4px;
}
.pcsClassic>div:nth-child(1) {
top: 20px;
left: 0;
-webkit-animatio... | src/classic/Classic.css | @-webkit-keyframes pcsClassic {
50% {
opacity: 0.3;
}
100% {
opacity: 1;
}
}
@keyframes pcsClassic {
50% {
opacity: 0.3;
}
100% {
opacity: 1;
}
}
.pcsClassic {
position: relative;
top: -10px;
left: -4px;
}
.pcsClassic>div:nth-child(1) {
top: 20px;
left: 0;
-webkit-animatio... | 0.458834 | 0.133641 |
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);
* {
margin: 0;
}
/*
body {
/*background: #defffb;
font-family: "Raleway", Helvetica, sans-serif;
}
h1 {
color: #8a6115;
text-align: center;
}*/
/*header {
/*background: url('images/couple.jpg') no-repeat 1% 0px;
height: 30px;
po... | home.css | @import url(https://fonts.googleapis.com/css?family=Raleway:400,500);
* {
margin: 0;
}
/*
body {
/*background: #defffb;
font-family: "Raleway", Helvetica, sans-serif;
}
h1 {
color: #8a6115;
text-align: center;
}*/
/*header {
/*background: url('images/couple.jpg') no-repeat 1% 0px;
height: 30px;
po... | 0.424651 | 0.079782 |
@-moz-document domain("hashrefinery.com") {
/* Header */
.page .tabmenu-out {
background-image: none !important;
background-color: #ececec;
height: 26px !important;
box-shadow: none !important;
}
/* Header elements */
.page .tabmenu-inner {
font-size: 1em !important;
padding: 5px !im... | data/usercss/154503.user.css | @-moz-document domain("hashrefinery.com") {
/* Header */
.page .tabmenu-out {
background-image: none !important;
background-color: #ececec;
height: 26px !important;
box-shadow: none !important;
}
/* Header elements */
.page .tabmenu-inner {
font-size: 1em !important;
padding: 5px !im... | 0.098036 | 0.064506 |
.predator-reveal {
/* display: none; */
}
a {
color: #047AAC;
}
a:active {
color: #A9E75E;
}
#connecting {
position: absolute;
top: 40%;
left: 40%;
right: 40%;
text-align: center;
font-weight: bold;
}
#auth-indicator {
}
#discuss-button {
top: 6px !important;
}
.top-level-text {
height: 32px;
... | assets/www/css/wallcology.css | .predator-reveal {
/* display: none; */
}
a {
color: #047AAC;
}
a:active {
color: #A9E75E;
}
#connecting {
position: absolute;
top: 40%;
left: 40%;
right: 40%;
text-align: center;
font-weight: bold;
}
#auth-indicator {
}
#discuss-button {
top: 6px !important;
}
.top-level-text {
height: 32px;
... | 0.271155 | 0.061368 |
body {background-color:#f2f2f2;}
.slide-image {width:100%;}
.carousel-holder {margin-bottom:15px;}
.carousel-control,.item {border-radius:4px;}
.thumbnail img {/*width:100%;*/}
.thumbnail .caption-full{padding:9px;color:#333;}
footer {margin:50px 0;}
.Ml100{margin-left:100px;}
.MR100{margin-right:100px;}
.top-link{lis... | assets/v2/css/style_6_march.css | body {background-color:#f2f2f2;}
.slide-image {width:100%;}
.carousel-holder {margin-bottom:15px;}
.carousel-control,.item {border-radius:4px;}
.thumbnail img {/*width:100%;*/}
.thumbnail .caption-full{padding:9px;color:#333;}
footer {margin:50px 0;}
.Ml100{margin-left:100px;}
.MR100{margin-right:100px;}
.top-link{lis... | 0.192009 | 0.057045 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("laposte.fr"), domain("laposte.net") {
body,
#header {
background: #3E3E3E !important;
}
#header #header-nav,
#footer,
div.panel,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.activ... | data/usercss/127160.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("laposte.fr"), domain("laposte.net") {
body,
#header {
background: #3E3E3E !important;
}
#header #header-nav,
#footer,
div.panel,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.activ... | 0.226441 | 0.10942 |
----------------------------------------------- */
html, body, form, fieldset {
margin: 0; padding: 0;
}
form label {
cursor: pointer;
}
fieldset {
border: none;
}
input, select, textarea {
font-size: 100%;
}
.clearer {
clear: both;
}
/* Main structure
----------------------------------------------- */
body {... | tests/data/wpcom-themes/tarski/style.css | ----------------------------------------------- */
html, body, form, fieldset {
margin: 0; padding: 0;
}
form label {
cursor: pointer;
}
fieldset {
border: none;
}
input, select, textarea {
font-size: 100%;
}
.clearer {
clear: both;
}
/* Main structure
----------------------------------------------- */
body {... | 0.270673 | 0.079246 |
body {
font-family: 'Roboto', sans-serif;
}
#game-wrapper {
display: grid;
grid-template-columns: repeat(16, 1fr);
grid-auto-rows: minmax(100px, auto);
}
#game {
grid-column: 2/16;
grid-row: 2/10;
background-color: rgb(130, 130, 130);
display: grid;
grid-template-columns: 1fr 5fr 1... | index.css | body {
font-family: 'Roboto', sans-serif;
}
#game-wrapper {
display: grid;
grid-template-columns: repeat(16, 1fr);
grid-auto-rows: minmax(100px, auto);
}
#game {
grid-column: 2/16;
grid-row: 2/10;
background-color: rgb(130, 130, 130);
display: grid;
grid-template-columns: 1fr 5fr 1... | 0.466359 | 0.249859 |
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* ht... | css/main.css | /* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* ht... | 0.413714 | 0.063106 |
width: 100%;
}
.cart-goods-container {
width: 100%;
border-bottom: 1px solid #dcdcdc;
background: #ffffff;
padding: 10px 0;
float: left;
}
.cart-left {
float: left;
width: 30%;
height: 80px;
background-repeat: no-repeat;
background-size: auto 90%;
background-position: center;
}
.cart-right {
f... | public/css/cart.css | width: 100%;
}
.cart-goods-container {
width: 100%;
border-bottom: 1px solid #dcdcdc;
background: #ffffff;
padding: 10px 0;
float: left;
}
.cart-left {
float: left;
width: 30%;
height: 80px;
background-repeat: no-repeat;
background-size: auto 90%;
background-position: center;
}
.cart-right {
f... | 0.428353 | 0.095139 |
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Inconsolata');
#wrapper {
padding-bottom: 40px;
}
.inline pre,
.inline code {
display: inline !important;
}
.inline pre,
.inline c... | public/Front/css/cal.css | @import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Inconsolata');
#wrapper {
padding-bottom: 40px;
}
.inline pre,
.inline code {
display: inline !important;
}
.inline pre,
.inline c... | 0.408749 | 0.091666 |
.cropArea {
background: #E4E4E4;
overflow: hidden;
width:350px;
height:350px;
}
.error {
border-color: #FF9393;
color: #FF9393;
}
.campo-requerido{
padding: 8px 0px 0px 0px;
float: left;
}
.lol{
display: inline-block;
}
.rating {
float:left;
}
/* :not(:checked) is a filter, so that browsers that ... | public/css/style.css | .cropArea {
background: #E4E4E4;
overflow: hidden;
width:350px;
height:350px;
}
.error {
border-color: #FF9393;
color: #FF9393;
}
.campo-requerido{
padding: 8px 0px 0px 0px;
float: left;
}
.lol{
display: inline-block;
}
.rating {
float:left;
}
/* :not(:checked) is a filter, so that browsers that ... | 0.428831 | 0.158565 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("instasync.com") {
/* @import url(http://fonts.googleapis.com/css?family=Roboto) !important; */
/* @import url(http://fonts.googleapis.com/css?family=Montserrat) !important; */
───────────────────────────────────────────────────────────────────────... | data/usercss/111453.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("instasync.com") {
/* @import url(http://fonts.googleapis.com/css?family=Roboto) !important; */
/* @import url(http://fonts.googleapis.com/css?family=Montserrat) !important; */
───────────────────────────────────────────────────────────────────────... | 0.222531 | 0.059047 |
body {
font-family: 'Raleway', sans-serif;
}
.pointer {
cursor: pointer;
}
.no-margin {
margin: 0px!important;
}
.no-padding {
padding: 0px!important;
}
.pdTop-10 {
padding-top: 10px!important;
}
.mt-5 {
margin-top: 5px!important;
}
.mt-10 {
margin-top: 10px!important;
}
... | public/assets/css/style.css | body {
font-family: 'Raleway', sans-serif;
}
.pointer {
cursor: pointer;
}
.no-margin {
margin: 0px!important;
}
.no-padding {
padding: 0px!important;
}
.pdTop-10 {
padding-top: 10px!important;
}
.mt-5 {
margin-top: 5px!important;
}
.mt-10 {
margin-top: 10px!important;
}
... | 0.300951 | 0.054803 |
body{
background: #27ae60;
font-family: 'Lato', sans-serif;
}
.navbar a.banner{
font-size: 18px;
color: #1B7738;
font-weight: bold;
}
.navbar a.banner:hover{
color: #25A74E;
}
.fa-btn{
margin-right: 6px;
}
h3.title{
color: #fff;
}
/* Cambio de color en fecha cita */
.date-cita{
color: #fff;
font-size: 15px;
... | public/assets/css/expediente.css | body{
background: #27ae60;
font-family: 'Lato', sans-serif;
}
.navbar a.banner{
font-size: 18px;
color: #1B7738;
font-weight: bold;
}
.navbar a.banner:hover{
color: #25A74E;
}
.fa-btn{
margin-right: 6px;
}
h3.title{
color: #fff;
}
/* Cambio de color en fecha cita */
.date-cita{
color: #fff;
font-size: 15px;
... | 0.310904 | 0.043123 |
.skybrud-video-picker .--details {
margin-top: 20px;
border-top: 1px solid #E9E9EB;
padding-top: 20px;
}
.skybrud-video-picker h4 {
margin: 0;
}
.skybrud-video-picker .--meta {
margin-top: 5px;
font-size: 11px;
}
.skybrud-video-picker .--thumbnail {
margin-top: 5px;
font-size: 11px;
}
.skybrud-video-pi... | src/Skybrud.VideoPicker/App_Plugins/Skybrud.VideoPicker/Styles/Default.css | .skybrud-video-picker .--details {
margin-top: 20px;
border-top: 1px solid #E9E9EB;
padding-top: 20px;
}
.skybrud-video-picker h4 {
margin: 0;
}
.skybrud-video-picker .--meta {
margin-top: 5px;
font-size: 11px;
}
.skybrud-video-picker .--thumbnail {
margin-top: 5px;
font-size: 11px;
}
.skybrud-video-pi... | 0.471467 | 0.057203 |
.noshow_checkbox label{
cursor:pointer;
text-align:left;
border:1.5px solid transparent;
}
.noshow_checkbox input[type=checkbox],.noshow_checkbox input[type=radio]{
display:none;
}
.noshow_checkbox input[type=checkbox]:checked + label, .noshow_checkbox input[type=radio]:checked + label{
cursor:pointer;
/*font-s... | imwemr/library/css/remove_checkbox.css | .noshow_checkbox label{
cursor:pointer;
text-align:left;
border:1.5px solid transparent;
}
.noshow_checkbox input[type=checkbox],.noshow_checkbox input[type=radio]{
display:none;
}
.noshow_checkbox input[type=checkbox]:checked + label, .noshow_checkbox input[type=radio]:checked + label{
cursor:pointer;
/*font-s... | 0.223377 | 0.060863 |
body{
background-color: #f6f6f6;
transform: translate(0, 40);
color: rgb(74, 74, 74);
font-family: OpenSans, "Open Sans", sans-serif;
font-size: 12px;
font-weight: normal;
}
::selection {
color: #FFF;
background-color: #2CA6A4;
}
*, *::before, *::after {
/*vertical-align: top;*/
}
p {
marg... | css/customer.css | body{
background-color: #f6f6f6;
transform: translate(0, 40);
color: rgb(74, 74, 74);
font-family: OpenSans, "Open Sans", sans-serif;
font-size: 12px;
font-weight: normal;
}
::selection {
color: #FFF;
background-color: #2CA6A4;
}
*, *::before, *::after {
/*vertical-align: top;*/
}
p {
marg... | 0.257018 | 0.06165 |
:root {
--default-font-size: 62.5%;
--default-font-family: --apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
--salutation-text: "Hi! 👋 My name\'s";
--color-black: #343548;
--color-white: #f7f7f0;
--color-purple: #9580ff;
--font-... | src/assets/styles/main.css |
:root {
--default-font-size: 62.5%;
--default-font-family: --apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
--salutation-text: "Hi! 👋 My name\'s";
--color-black: #343548;
--color-white: #f7f7f0;
--color-purple: #9580ff;
--font-... | 0.598312 | 0.109753 |
#colorspy { border: 2px solid #EEEEEE; padding: 7px 0 20px 20px; margin: 0 0 7px 0; font-size: 16px; text-align: left; position: relative; top: -12px; COLOR: #555; background: #fbfbfb; }
#colorspy a { COLOR: #e04f92; }
#colorspy legend { font-size: 17px; color: #bbb; padding: 0; }
#colorspy div div { WIDTH: 20px; HEIG... | WEBS/WEB_GRAPH/js/colors/plugin.css |
#colorspy { border: 2px solid #EEEEEE; padding: 7px 0 20px 20px; margin: 0 0 7px 0; font-size: 16px; text-align: left; position: relative; top: -12px; COLOR: #555; background: #fbfbfb; }
#colorspy a { COLOR: #e04f92; }
#colorspy legend { font-size: 17px; color: #bbb; padding: 0; }
#colorspy div div { WIDTH: 20px; HEIG... | 0.367838 | 0.141222 |
*, *:before, *:after {box-sizing: border-box;}
/* Override Foundation padding for inputs */
input[type="text"], input[type="password"],
input[type="date"], input[type="datetime"],
input[type="datetime-local"], input[type="month"],
input[type="week"], input[type="email"],
input[type="number"], input[type="search"]... | system/templates/css/style.css | *, *:before, *:after {box-sizing: border-box;}
/* Override Foundation padding for inputs */
input[type="text"], input[type="password"],
input[type="date"], input[type="datetime"],
input[type="datetime-local"], input[type="month"],
input[type="week"], input[type="email"],
input[type="number"], input[type="search"]... | 0.314998 | 0.086323 |
.preloader{
display: none;
}
.discount_content{
margin: 50px 0px;
}
.cart_content{
margin: 30px 0px;
}
.cart_content .cart_list{
display: flex;
flex-wrap: wrap;
}
.cart_content .good_card{
flex-direction: row;
flex-wrap: wrap;
}
.cart_content .good_card_img{
... | assets/css/cart.css | .preloader{
display: none;
}
.discount_content{
margin: 50px 0px;
}
.cart_content{
margin: 30px 0px;
}
.cart_content .cart_list{
display: flex;
flex-wrap: wrap;
}
.cart_content .good_card{
flex-direction: row;
flex-wrap: wrap;
}
.cart_content .good_card_img{
... | 0.385953 | 0.054626 |
@media (max-width: 980px) {
body #quadmenu .quadmenu-navbar-nav li.quadmenu-item>a>.quadmenu-item-content>.quadmenu-caret:before {
top: 0;
}
}
/* Authentication List */
.dev--class .auth--list--item {
padding-left: 30px;
}
.dev--class .auth--list--item h5:before {
content: '';
background-image: url(.... | web/wp-content/themes/custom/style2.css | @media (max-width: 980px) {
body #quadmenu .quadmenu-navbar-nav li.quadmenu-item>a>.quadmenu-item-content>.quadmenu-caret:before {
top: 0;
}
}
/* Authentication List */
.dev--class .auth--list--item {
padding-left: 30px;
}
.dev--class .auth--list--item h5:before {
content: '';
background-image: url(.... | 0.27048 | 0.054024 |
body {
margin-top: 50px;
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
}
a:hover, a:active, a:focus {
outline: 0;
}
.font-openbold {
font-family: 'OpenSansBold';
}
.font-opensanLight {
font-family: 'OpenSansLight';
}
.txt999 {
color: #999;
}
.txt888 {
color: #888;
}
.txtfff {
... | demo/app.css | body {
margin-top: 50px;
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
}
a:hover, a:active, a:focus {
outline: 0;
}
.font-openbold {
font-family: 'OpenSansBold';
}
.font-opensanLight {
font-family: 'OpenSansLight';
}
.txt999 {
color: #999;
}
.txt888 {
color: #888;
}
.txtfff {
... | 0.402862 | 0.099733 |
* {
margin: 0;
padding: 0;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible;
}
/**
*... | src/App.css | * {
margin: 0;
padding: 0;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible;
}
/**
*... | 0.301671 | 0.078678 |
a.sourceLine {
display: inline-block;
line-height: 1.25
}
a.sourceLine {
pointer-events: none;
color: inherit;
text-decoration: inherit
}
a.sourceLine:empty {
height: 1.2em
}
.sourceCode {
overflow: auto;
line-height: 1.2;
}
code.sourceCode {
white-space: pre;
position: relat... | css/code.css | a.sourceLine {
display: inline-block;
line-height: 1.25
}
a.sourceLine {
pointer-events: none;
color: inherit;
text-decoration: inherit
}
a.sourceLine:empty {
height: 1.2em
}
.sourceCode {
overflow: auto;
line-height: 1.2;
}
code.sourceCode {
white-space: pre;
position: relat... | 0.685844 | 0.170473 |
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300');
:root {
--base-background: #000;
--base-foreground: #fff;
--help-background: #000;
--help-foreground: #fff;
--help-command-key-foreground: #000;
--clock-font-color: rgb(221, 221, 221);
--clock-font-family: 'Roboto Condensed', sans-serif... | style.css | @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300');
:root {
--base-background: #000;
--base-foreground: #fff;
--help-background: #000;
--help-foreground: #fff;
--help-command-key-foreground: #000;
--clock-font-color: rgb(221, 221, 221);
--clock-font-family: 'Roboto Condensed', sans-serif... | 0.372734 | 0.060891 |
#content__layout__holder {
max-width: 250px;
float: right;
}
@media (max-width: 767px) {
/* Layout */
#content__layout__holder {
padding-top: 20px;
}
}
.btn-default {
background-color: white !important;
border-color: #ccc !important;
}
.btn-btn {
background-color: #d2d6de !important;
border-col... | src/style/others.css |
#content__layout__holder {
max-width: 250px;
float: right;
}
@media (max-width: 767px) {
/* Layout */
#content__layout__holder {
padding-top: 20px;
}
}
.btn-default {
background-color: white !important;
border-color: #ccc !important;
}
.btn-btn {
background-color: #d2d6de !important;
border-col... | 0.277963 | 0.048361 |
@keyframes spinAround {
0% {
transform: rotate(0)
}
to {
transform: rotate(359deg)
}
}
.bulma-button,
.bulma-is-unselectable,
.bulma-modal-close {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.bulma-content:not(:last-child) {
... | dist/buefy.css |
@keyframes spinAround {
0% {
transform: rotate(0)
}
to {
transform: rotate(359deg)
}
}
.bulma-button,
.bulma-is-unselectable,
.bulma-modal-close {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.bulma-content:not(:last-child) {
... | 0.34632 | 0.134975 |
_background: whiteSmoke; /* Old browsers */
_background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
_background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
_background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2... | public/css/service-req.css | _background: whiteSmoke; /* Old browsers */
_background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
_background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
_background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2... | 0.360939 | 0.125923 |
:root {
--icon-size: 10px;
--icon-size-small: 8px;
}
.steps {
align-items: flex-start;
display: inline-flex;
flex-shrink: 0;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
margin-bottom: var(--space-half);
overflow: hidden;
position: relative;
wi... | frontends/web/src/routes/account/add/components/steps.module.css | :root {
--icon-size: 10px;
--icon-size-small: 8px;
}
.steps {
align-items: flex-start;
display: inline-flex;
flex-shrink: 0;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
margin-bottom: var(--space-half);
overflow: hidden;
position: relative;
wi... | 0.522446 | 0.177276 |
.educations{
background-image:linear-gradient(to bottom, rgb(101, 209, 33,0.8) 20%,rgba(101, 209, 33,0.8) 80%),
url('https://images.pexels.com/photos/162616/coffee-work-desk-mug-keyboard-162616.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940');
background-position: center;
background-repeat: no-repeat... | public/css/educations.css | .educations{
background-image:linear-gradient(to bottom, rgb(101, 209, 33,0.8) 20%,rgba(101, 209, 33,0.8) 80%),
url('https://images.pexels.com/photos/162616/coffee-work-desk-mug-keyboard-162616.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940');
background-position: center;
background-repeat: no-repeat... | 0.617282 | 0.126812 |
==================================================
#Custom Fonts
#Site Styles
#Media Queries
#Animations
*/
/* #Custom Fonts
================================================== */
/* Google font */
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic);
@import url(http://fonts.googl... | public/css/liveradio-template-dark.css | ==================================================
#Custom Fonts
#Site Styles
#Media Queries
#Animations
*/
/* #Custom Fonts
================================================== */
/* Google font */
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic);
@import url(http://fonts.googl... | 0.242116 | 0.08772 |
html { line-height: 1.15; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
h1 { font-size: 2em; margin: 0.67em 0; }
small { font-size: 80%; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }
button, input { overflow: visible; }
button, select { te... | app/css/lib.css | html { line-height: 1.15; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
h1 { font-size: 2em; margin: 0.67em 0; }
small { font-size: 80%; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }
button, input { overflow: visible; }
button, select { te... | 0.372505 | 0.099295 |
body {
margin: 0px;
}
#frontImg {
position: absolute;
display: block;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
width: auto;
height: auto;
}
#info {
position: absolute;
right: 15px;
bottom: 18px;
width: 13px;
height: 13px;
top: 250px;
left: 396px;
}
... | RegexWidget/RegexWidget.wdgtproj/project.wdgt/RegExp.css | body {
margin: 0px;
}
#frontImg {
position: absolute;
display: block;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
width: auto;
height: auto;
}
#info {
position: absolute;
right: 15px;
bottom: 18px;
width: 13px;
height: 13px;
top: 250px;
left: 396px;
}
... | 0.464659 | 0.087681 |
body {
margin:0px;
font-family:verdana, sans-serif;
font-size:16px;
color:#000;
user-select:none;
text-size-adjust:none;
overflow:hidden;
}
.funfinder {
position:absolute;
left:0px;
top:0px;
width:100%;
height:34px;
border-top:1px solid #666;
background-color:#fff9;
font-size:0px;
}
.fun... | Resources/funfinder/funfinder.css | body {
margin:0px;
font-family:verdana, sans-serif;
font-size:16px;
color:#000;
user-select:none;
text-size-adjust:none;
overflow:hidden;
}
.funfinder {
position:absolute;
left:0px;
top:0px;
width:100%;
height:34px;
border-top:1px solid #666;
background-color:#fff9;
font-size:0px;
}
.fun... | 0.352313 | 0.066327 |
@charset "UTF-8";
body,h1,h2,h3,h4,h5,h6,p,ul,ol,form,fieldset,figure,div,a,img {
margin: 0;
padding: 0;
}
.center{
text-align:center;
}
body{
margin:auto;
}
.order{
width:950px;
background-color:#AACDED;
margin:0 auto;
}
.order a{
color:#0000EE;
}
.order h4{
height:40px;
line... | HRWebProject/WebContent/CSS/order.css | @charset "UTF-8";
body,h1,h2,h3,h4,h5,h6,p,ul,ol,form,fieldset,figure,div,a,img {
margin: 0;
padding: 0;
}
.center{
text-align:center;
}
body{
margin:auto;
}
.order{
width:950px;
background-color:#AACDED;
margin:0 auto;
}
.order a{
color:#0000EE;
}
.order h4{
height:40px;
line... | 0.135032 | 0.053527 |
.owl-theme .owl-controls{
margin-top:10px;
text-align:center;
-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
color:#fff;font-size:14px;
margin:5px;
padding:4px 7px;
background:#d6d6d6;
display:inline-block;
cursor:pointer;
-webkit-borde... | public/plugins/bootstrap/css/owl.theme.default.min.css | .owl-theme .owl-controls{
margin-top:10px;
text-align:center;
-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
color:#fff;font-size:14px;
margin:5px;
padding:4px 7px;
background:#d6d6d6;
display:inline-block;
cursor:pointer;
-webkit-borde... | 0.344554 | 0.038975 |
.grid {
display: grid;
background-color: white;
margin: auto;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: auto auto auto;
column-gap: 20px;
row-gap:20px;
max-width: 1200px;
padding: 2rem;
}
.gridAbout{
display: grid;
background-color: white;
mar... | src/components/grid.module.css | .grid {
display: grid;
background-color: white;
margin: auto;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: auto auto auto;
column-gap: 20px;
row-gap:20px;
max-width: 1200px;
padding: 2rem;
}
.gridAbout{
display: grid;
background-color: white;
mar... | 0.663342 | 0.274834 |
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
/* geral */
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
/* fonte */
font-family: "Poppins", sans-serif;
}
i {
/* fonte */
font-size: 2em;
/* margem */
margin: 15px 20px;
... | Projetos Finalizados/Menu Lateral/style.css | @charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
/* geral */
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
/* fonte */
font-family: "Poppins", sans-serif;
}
i {
/* fonte */
font-size: 2em;
/* margem */
margin: 15px 20px;
... | 0.240061 | 0.051558 |
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #e5e5e5;
}
@font-face {
font-family: 'icons-set';
src: url('./assets/fontello/font/icons-set.eot?24032956');
src: url('./assets/fontello/font/icons-set.eot?24032956#iefix') format(... | main.css | body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #e5e5e5;
}
@font-face {
font-family: 'icons-set';
src: url('./assets/fontello/font/icons-set.eot?24032956');
src: url('./assets/fontello/font/icons-set.eot?24032956#iefix') format(... | 0.415017 | 0.091058 |
.tooltip-image {
position: relative;
width: 100%;
color: black;
/* min-width: 300px;
min-height: 250px; */
max-width: 20vw;
border-radius: 0%;
/* height: 16vh;
width: 16vw; */
}
.tooltip-internal {
position: relative;
top: 5%;
left: 0;
word-wrap: break-word;
text-align: left;
overflow-y: ... | src/styles/features/view/toolTip.css | .tooltip-image {
position: relative;
width: 100%;
color: black;
/* min-width: 300px;
min-height: 250px; */
max-width: 20vw;
border-radius: 0%;
/* height: 16vh;
width: 16vw; */
}
.tooltip-internal {
position: relative;
top: 5%;
left: 0;
word-wrap: break-word;
text-align: left;
overflow-y: ... | 0.382718 | 0.072308 |
:root {
--spectrum-global-color-status: Verified;
--spectrum-global-color-version: 5.1.0;
--spectrum-global-color-opacity-100: 1;
--spectrum-global-color-opacity-90: 0.9;
--spectrum-global-color-opacity-80: 0.8;
--spectrum-global-color-opacity-70: 0.7;
--spectrum-global-color-opacity-60: 0.6;
--spectrum... | components/vars/css/themes/spectrum-light.css | :root {
--spectrum-global-color-status: Verified;
--spectrum-global-color-version: 5.1.0;
--spectrum-global-color-opacity-100: 1;
--spectrum-global-color-opacity-90: 0.9;
--spectrum-global-color-opacity-80: 0.8;
--spectrum-global-color-opacity-70: 0.7;
--spectrum-global-color-opacity-60: 0.6;
--spectrum... | 0.655226 | 0.115511 |
.vbwidget {
font-size: 13px;
font-family: Tahoma,Helvetica;
background-color: #F8F8F8;
padding: 5px;
position: relative;
width: 100%;
padding-top: 15px;
}
.vbwidget h1,
.vbwidget h2,
.vbwidget h3,
.vbwidget h4,
.vbwidget h5,
.vbwidget h6,
.vbwidget img,
.vbwidget form,
.vbwidget fieldset,
... | service/widget/vbwidget_styles.css | .vbwidget {
font-size: 13px;
font-family: Tahoma,Helvetica;
background-color: #F8F8F8;
padding: 5px;
position: relative;
width: 100%;
padding-top: 15px;
}
.vbwidget h1,
.vbwidget h2,
.vbwidget h3,
.vbwidget h4,
.vbwidget h5,
.vbwidget h6,
.vbwidget img,
.vbwidget form,
.vbwidget fieldset,
... | 0.423577 | 0.084871 |
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
background:#f8f8f8;
margin-bottom:50px;
font-family:"微软雅黑"
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: auto;
background-color: #f8f8f8;
}
*... | public/static/api/kanjia/css/style.css | html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
background:#f8f8f8;
margin-bottom:50px;
font-family:"微软雅黑"
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: auto;
background-color: #f8f8f8;
}
*... | 0.338186 | 0.060474 |
.spectrum-container {
position: absolute;
top: 0;
left: 0;
display: inline-block;
background: rgba(230, 230, 230, 1) !important;
border: 1px solid #646464;
padding: 10px;
width: 220px;
z-index: 10;
-webkit-user-select: none;
}
.spectrum-top {
position: relative;
width: 1... | www/chrome/inspector-20140603/spectrum.css | .spectrum-container {
position: absolute;
top: 0;
left: 0;
display: inline-block;
background: rgba(230, 230, 230, 1) !important;
border: 1px solid #646464;
padding: 10px;
width: 220px;
z-index: 10;
-webkit-user-select: none;
}
.spectrum-top {
position: relative;
width: 1... | 0.561335 | 0.113481 |
.card {
display: flex;
flex-direction: column;
margin: 1rem auto;
box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
margin-bottom: 1.6%;
background: #fff;
line-height: 1.4;
font-family: sans-serif;
border-radius: 5px;
overflow: hidden;
z-index: 0;
}
.card a {
color: inher... | src/App.css | .card {
display: flex;
flex-direction: column;
margin: 1rem auto;
box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
margin-bottom: 1.6%;
background: #fff;
line-height: 1.4;
font-family: sans-serif;
border-radius: 5px;
overflow: hidden;
z-index: 0;
}
.card a {
color: inher... | 0.639849 | 0.111338 |
@font-face {
font-family: Roboto;
src: url(../font/roboto/Roboto-Thin.woff2) format("woff2"), url(../font/roboto/Roboto-Thin.woff) format("woff"), url(../font/roboto/Roboto-Thin.html) format("truetype");
font-weight: 200
}
@font-face {
font-family: Roboto;
src: url(../font/roboto/Roboto-Light.woff2... | resources/css/custom.css | @font-face {
font-family: Roboto;
src: url(../font/roboto/Roboto-Thin.woff2) format("woff2"), url(../font/roboto/Roboto-Thin.woff) format("woff"), url(../font/roboto/Roboto-Thin.html) format("truetype");
font-weight: 200
}
@font-face {
font-family: Roboto;
src: url(../font/roboto/Roboto-Light.woff2... | 0.322313 | 0.122209 |
{
display : none;
}
#divLoading.show
{
display : block;
position : fixed;
z-index: 100;
background-image : url('http://loadinggif.com/images/image-selection/3.gif');
background-color:#666;
opacity : 0.4;
background-repeat : no-repeat;
background-position : center;
left : 0;
b... | css/styles.css | {
display : none;
}
#divLoading.show
{
display : block;
position : fixed;
z-index: 100;
background-image : url('http://loadinggif.com/images/image-selection/3.gif');
background-color:#666;
opacity : 0.4;
background-repeat : no-repeat;
background-position : center;
left : 0;
b... | 0.390592 | 0.142888 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* header styles starts here */
.header .first{
background-color: #f2f2f2;
border-radius: 15px 15px;
padding: 10px;
}
.header h2{
font-weight: 700;
padding-top: 20px;
padding-bottom: 15px;
}
.first i{
padding: 0... | tasks/transaction-pages/transaction-1/css/style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* header styles starts here */
.header .first{
background-color: #f2f2f2;
border-radius: 15px 15px;
padding: 10px;
}
.header h2{
font-weight: 700;
padding-top: 20px;
padding-bottom: 15px;
}
.first i{
padding: 0... | 0.262275 | 0.072243 |
.theme-light {
--background-primary: #ffffff;
--background-primary-alt: #E5E5E5;
--background-secondary: #E5E5E5;
--background-secondary-alt: #E5E5E5;
--background-settings: #E5E5E5;
--background-settings-2: rgba(78, 75, 75,.1);
--background-settings-3: rgba(255, 255,255 ,.5);
--backgrou... | obsidian.css | .theme-light {
--background-primary: #ffffff;
--background-primary-alt: #E5E5E5;
--background-secondary: #E5E5E5;
--background-secondary-alt: #E5E5E5;
--background-settings: #E5E5E5;
--background-settings-2: rgba(78, 75, 75,.1);
--background-settings-3: rgba(255, 255,255 ,.5);
--backgrou... | 0.410756 | 0.04679 |
@import 'https://s3-eu-west-1.amazonaws.com/fcdesignsystem/1.0.0/css/fusionDesign.css';
@import '~codemirror/lib/codemirror.css';
@import '~codemirror/theme/material.css';
.demo-list > a.active > .nav-item {
color: #ffffff;
background: #6957da;
border-radius: 4px;
overflow: hidden;
box-shadow: 0 4px 9px 0 rg... | docs-src/src/assets/style.css | @import 'https://s3-eu-west-1.amazonaws.com/fcdesignsystem/1.0.0/css/fusionDesign.css';
@import '~codemirror/lib/codemirror.css';
@import '~codemirror/theme/material.css';
.demo-list > a.active > .nav-item {
color: #ffffff;
background: #6957da;
border-radius: 4px;
overflow: hidden;
box-shadow: 0 4px 9px 0 rg... | 0.392919 | 0.099602 |
border-bottom: solid 2px var(--tertiary);
padding: .6rem 0;
}
#messages .notification-list .list-item:first-child {
border-top: solid 2px var(--tertiary);
}
#messages .notification-list .list-item h2,
#messages .notification-list .list-item h3 {
margin: 0;
font-weight: bold;
}
#messages .notifica... | assets/css/messages.css | border-bottom: solid 2px var(--tertiary);
padding: .6rem 0;
}
#messages .notification-list .list-item:first-child {
border-top: solid 2px var(--tertiary);
}
#messages .notification-list .list-item h2,
#messages .notification-list .list-item h3 {
margin: 0;
font-weight: bold;
}
#messages .notifica... | 0.47025 | 0.070208 |
.facet-bars-selection-user {
position: absolute;
border: 1px dashed black;
pointer-events: none;
user-select: none;
-ms-user-select: none;
}
.facet-bars-selection-computed {
position: absolute;
background-color: rgba(37,93,204, 0.15);
border: 1px solid #255DCC;
pointer-events: none;... | packages/facets-core/src/facet-plugin/default/facet-bars-selection/FacetBarsSelection.css | .facet-bars-selection-user {
position: absolute;
border: 1px dashed black;
pointer-events: none;
user-select: none;
-ms-user-select: none;
}
.facet-bars-selection-computed {
position: absolute;
background-color: rgba(37,93,204, 0.15);
border: 1px solid #255DCC;
pointer-events: none;... | 0.761893 | 0.116261 |
@charset "utf-8";
.lqCup-ten{
}
.section{
width: 926px;
margin: 0 auto;
padding: 64px 0;
border-bottom: 1px dashed #dbdbdb;
}
.header{
width: 100%;
}
.header img{
width: 100%;
}
h2.title{
font-size: 25px;
color: #00b8f0;
text-align: center;
letter-spacing: 2px;
}
.text{
color: #595a5c;
font-size: 14px;
... | public/static/css/index-pc.css | @charset "utf-8";
.lqCup-ten{
}
.section{
width: 926px;
margin: 0 auto;
padding: 64px 0;
border-bottom: 1px dashed #dbdbdb;
}
.header{
width: 100%;
}
.header img{
width: 100%;
}
h2.title{
font-size: 25px;
color: #00b8f0;
text-align: center;
letter-spacing: 2px;
}
.text{
color: #595a5c;
font-size: 14px;
... | 0.214527 | 0.046206 |
.cardImage {
height: 7vw;
object-fit: cover;
}
.threeDot {
position: absolute !important;
top: 7px;
right: 1px;
}
body {
background-color: #ededed;
}
.circular-menu {
position: fixed;
left: 0;
}
.circular-menu .floating-btn {
display: block;
width: 5em;
height: 5em;
border-radius: 50%;
back... | frontend/src/App.css | .cardImage {
height: 7vw;
object-fit: cover;
}
.threeDot {
position: absolute !important;
top: 7px;
right: 1px;
}
body {
background-color: #ededed;
}
.circular-menu {
position: fixed;
left: 0;
}
.circular-menu .floating-btn {
display: block;
width: 5em;
height: 5em;
border-radius: 50%;
back... | 0.503418 | 0.125923 |
@import 'title-buttons.css';
#main-div {
text-align: center;
}
#error-div {
display: inline-block;
text-align: left;
}
#title-div {
display: inline-block;
}
#title {
display: inline-block;
font-weight: bold;
margin: 15px 0;
}
@media screen and (max-width: 767px) {
#title {
text-align: center;
... | vesper/django/app/static/vesper/view/clip-calendar.css | @import 'title-buttons.css';
#main-div {
text-align: center;
}
#error-div {
display: inline-block;
text-align: left;
}
#title-div {
display: inline-block;
}
#title {
display: inline-block;
font-weight: bold;
margin: 15px 0;
}
@media screen and (max-width: 767px) {
#title {
text-align: center;
... | 0.63114 | 0.173428 |
* {
box-sizing: border-box;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 23px;
}
:root {
--project-color: #7faef4;
--toolbar-theme: {
border-radius: 4px;
}
}
::-webkit-scrollbar {
width: 0.75rem;
cursor: default;
}
::-webkit-s... | src/renderer/App.css | * {
box-sizing: border-box;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 23px;
}
:root {
--project-color: #7faef4;
--toolbar-theme: {
border-radius: 4px;
}
}
::-webkit-scrollbar {
width: 0.75rem;
cursor: default;
}
::-webkit-s... | 0.338296 | 0.093969 |
@-moz-document domain("fandom.com") {
if hide_fan_feed {
#mixed-content-footer {
display: none !important;
}
}
if hide_footer {
.wds-global-footer {
display: none !important;
}
}
if hide_toolbar {
#WikiaBar {
display: none !important;
}
body.skin-oasis {
... | styles/fandom.com.user.css | @-moz-document domain("fandom.com") {
if hide_fan_feed {
#mixed-content-footer {
display: none !important;
}
}
if hide_footer {
.wds-global-footer {
display: none !important;
}
}
if hide_toolbar {
#WikiaBar {
display: none !important;
}
body.skin-oasis {
... | 0.273671 | 0.085786 |
body .cke_dialog {
visibility:visible;
}
.cke_skin_kama table.cke_dialog.cke_browser_gecko {
display:block;
}
.cke_skin_kama .cke_dialog_body {
z-index:1;
border:solid 1px #ddd;
padding:5px;
background-color:#fff;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
position:relative;
_posit... | SageFrame/Editors/ckeditor/skins/kama/dialog.css | body .cke_dialog {
visibility:visible;
}
.cke_skin_kama table.cke_dialog.cke_browser_gecko {
display:block;
}
.cke_skin_kama .cke_dialog_body {
z-index:1;
border:solid 1px #ddd;
padding:5px;
background-color:#fff;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
position:relative;
_posit... | 0.260766 | 0.032161 |
table.dataTable {
clear: both;
margin-top: 6px !important;
margin-bottom: 6px !important;
max-width: none !important;
border-collapse: separate !important;
}
table.dataTable td,
table.dataTable th {
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.data... | public/css/dataTables.bootstrap4.css | table.dataTable {
clear: both;
margin-top: 6px !important;
margin-bottom: 6px !important;
max-width: none !important;
border-collapse: separate !important;
}
table.dataTable td,
table.dataTable th {
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.data... | 0.34621 | 0.134406 |
*{
margin: 0px;
padding:0px;
font-family: Arial;
color: #000000;
}
/*PARÁMETRO DE CABECERA*/
#botones{
background-color: #001843;
margin: 0px;
display: block;
padding: 10px;
display: flex;
justify-content: space-between;
}
/*PARÁMETROS DE MENÚ LATERAL*/
#menu{
position: ab... | views/css/Estilo_HomeAdmin.css | *{
margin: 0px;
padding:0px;
font-family: Arial;
color: #000000;
}
/*PARÁMETRO DE CABECERA*/
#botones{
background-color: #001843;
margin: 0px;
display: block;
padding: 10px;
display: flex;
justify-content: space-between;
}
/*PARÁMETROS DE MENÚ LATERAL*/
#menu{
position: ab... | 0.326379 | 0.055132 |
body {
font-family: 'Montserrat';
}
.navbar {
background-color: #171717 !important;
border-bottom: 1px solid #333;
}
.nav-item {
margin-right: 24px;
font-weight: 200;
}
.nav-item.active a {
color: #c99336 !important;
font-weight: 600;
}
.nav-link span {
color: #F9B234 !important;
... | assets/template/css/style.css | body {
font-family: 'Montserrat';
}
.navbar {
background-color: #171717 !important;
border-bottom: 1px solid #333;
}
.nav-item {
margin-right: 24px;
font-weight: 200;
}
.nav-item.active a {
color: #c99336 !important;
font-weight: 600;
}
.nav-link span {
color: #F9B234 !important;
... | 0.390011 | 0.119229 |
.navbar {
background: #07060c;
height: 70px;
}
.navbar-brand,
.nav-link {
margin-left: 50px;
color: rgb(255, 255, 255);
font-size: 20px;
}
.slider-image {
height: 400px;
width: 800px;
object-fit: fill;
}
.products_wrapper {
width: 800px;
}
.products_list {
display: grid;
g... | public/css/style.css | .navbar {
background: #07060c;
height: 70px;
}
.navbar-brand,
.nav-link {
margin-left: 50px;
color: rgb(255, 255, 255);
font-size: 20px;
}
.slider-image {
height: 400px;
width: 800px;
object-fit: fill;
}
.products_wrapper {
width: 800px;
}
.products_list {
display: grid;
g... | 0.480479 | 0.101545 |
@CHARSET "UTF-8";
.formbox{padding:1.5em;}
.tips{}
/*圆角*/
.corner-all-1{
-webkit-border-radius: .1em;
border-radius: .1em;
}
.corner-all-2{
-webkit-border-radius: .2em;
border-radius: .2em;
}
.corner-all-3{
-webkit-border-radius: .3em;
border-radius: .3em;
}
.corner-all-6{
-webkit-border-radius: .6em;
border-... | source/UI/Public/tmpl/wifiadv/css/form.css | @CHARSET "UTF-8";
.formbox{padding:1.5em;}
.tips{}
/*圆角*/
.corner-all-1{
-webkit-border-radius: .1em;
border-radius: .1em;
}
.corner-all-2{
-webkit-border-radius: .2em;
border-radius: .2em;
}
.corner-all-3{
-webkit-border-radius: .3em;
border-radius: .3em;
}
.corner-all-6{
-webkit-border-radius: .6em;
border-... | 0.286868 | 0.077622 |
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400");
@font-face {
font-family: Roboto-Light;
src: url("../font/roboto/Roboto-Light.ttf"); }
@font-face {
font-family: Roboto-Italic;
src: url("../font/roboto/Roboto-Italic.tff"); }
a:hover {
text-decoration: none; }
p {
margin: 0; }
img {... | css/style.css | @import url("https://fonts.googleapis.com/css?family=Roboto:300,400");
@font-face {
font-family: Roboto-Light;
src: url("../font/roboto/Roboto-Light.ttf"); }
@font-face {
font-family: Roboto-Italic;
src: url("../font/roboto/Roboto-Italic.tff"); }
a:hover {
text-decoration: none; }
p {
margin: 0; }
img {... | 0.241668 | 0.093099 |
.wording{
width: 100%;
padding-top: 60px;
padding-bottom: 60px;
background: #fff;
}
.wording .container .title{
width: 100%;
margin-bottom: 60px;
}
.wording .container .title h2{
width: 70%;
font-size: 64px;
font-weight: bold;
color: var(--color4);
}
.wording .wording-body .co... | src/pages/Historia/style.css | .wording{
width: 100%;
padding-top: 60px;
padding-bottom: 60px;
background: #fff;
}
.wording .container .title{
width: 100%;
margin-bottom: 60px;
}
.wording .container .title h2{
width: 70%;
font-size: 64px;
font-weight: bold;
color: var(--color4);
}
.wording .wording-body .co... | 0.241847 | 0.067577 |
@charset "UTF-8";
/* Color blue CSS */
.blue ::selection{background:#4cddf3; color: #fff;}
.blue ::-moz-selection{background:#4cddf3; color: #fff;}
.blue .twittericon, .blue .bxsliderlist1, .blue .latestnewstext1:hover a, .blue .spacer, .blue #main .buttoncontact, .blue .footer-container .social-ico:hover, .blue .lates... | public/css/color/blue.css | @charset "UTF-8";
/* Color blue CSS */
.blue ::selection{background:#4cddf3; color: #fff;}
.blue ::-moz-selection{background:#4cddf3; color: #fff;}
.blue .twittericon, .blue .bxsliderlist1, .blue .latestnewstext1:hover a, .blue .spacer, .blue #main .buttoncontact, .blue .footer-container .social-ico:hover, .blue .lates... | 0.369315 | 0.042882 |
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01m4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic ... | static/fonts.css | @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01m4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic ... | 0.377655 | 0.105395 |
* {
box-sizing: border-box;
font-family: "Catamaran", sans-serif;
}
body {
left: 0;
top: 0;
margin: 0;
height: 100vh;
width: 100%;
overflow-x: hidden;
}
/* MAIN SECTION */
.main {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 880px;
heig... | src/css/main.css | * {
box-sizing: border-box;
font-family: "Catamaran", sans-serif;
}
body {
left: 0;
top: 0;
margin: 0;
height: 100vh;
width: 100%;
overflow-x: hidden;
}
/* MAIN SECTION */
.main {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 880px;
heig... | 0.419053 | 0.100481 |
.square:hover,
.main-nav__search,
.line__first,
.button--red,
.anons__color-block,
.line--title .line__second,
.services__info-block--active .square--toggle,
.button--active,
.button.button--grey:hover,
.listing-anons__hidden,
.anons__block--center,
.navbar-toggle,
.home-reviews__quote,
.blog--home,
.biker-club__main--... | ridersofcomu/static/bikers-club/assets/switcher/css/color3.css | .square:hover,
.main-nav__search,
.line__first,
.button--red,
.anons__color-block,
.line--title .line__second,
.services__info-block--active .square--toggle,
.button--active,
.button.button--grey:hover,
.listing-anons__hidden,
.anons__block--center,
.navbar-toggle,
.home-reviews__quote,
.blog--home,
.biker-club__main--... | 0.554832 | 0.044514 |