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=Roboto:400,500,700);
body {
--main-color: #d5d8db;
margin: 0;
padding: 0;
background: #3c3636;
color: var(--main-color);
height: 100vh;
overflow: hidden;
font-family: Roboto, Helvetica, Arial, sans-serif;
}
.message.error {
background: #b92424;
pa... | public/index.css | @import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
body {
--main-color: #d5d8db;
margin: 0;
padding: 0;
background: #3c3636;
color: var(--main-color);
height: 100vh;
overflow: hidden;
font-family: Roboto, Helvetica, Arial, sans-serif;
}
.message.error {
background: #b92424;
pa... | 0.44746 | 0.093182 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://vk.com"), url-prefix("https://vk.com"){
body
{
background-color: #000!important;
color: white !important;
}
#side_bar ol li .left_row
{
color: #ffffff;
height: 25px;
}
#ads_left
{
displa... | data/usercss/138641.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://vk.com"), url-prefix("https://vk.com"){
body
{
background-color: #000!important;
color: white !important;
}
#side_bar ol li .left_row
{
color: #ffffff;
height: 25px;
}
#ads_left
{
displa... | 0.262747 | 0.080033 |
@-moz-document url("https://www.justdancenow.com/"), url("https://justdancenow.com/") {
/*[[LG]]*/
/*[[MODE]]*/
.state-songselection .player.controller .dancercard .avatar-wrapper, .state-afterdance .player.controller .dancercard .avatar-wrapper {
background: url(/*[[SKIN]]*/) no-repeat center / cover;}
ul... | data/usercss/178081.user.css | @-moz-document url("https://www.justdancenow.com/"), url("https://justdancenow.com/") {
/*[[LG]]*/
/*[[MODE]]*/
.state-songselection .player.controller .dancercard .avatar-wrapper, .state-afterdance .player.controller .dancercard .avatar-wrapper {
background: url(/*[[SKIN]]*/) no-repeat center / cover;}
ul... | 0.307358 | 0.092237 |
@charset "GBK";
body {
font-family: "Microsoft YaHei";
}
.w-gray {
color: #9f9f9f;
}
.w-orange {
color: #ff8d29;
}
.w-black-bg {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
opacity: .7;
background-color: #ccc;
display: none;
}
.w-call-box {
width: 5.333333rem;
heig... | vue/vue-project/src/assets/css/niwocar.css | @charset "GBK";
body {
font-family: "Microsoft YaHei";
}
.w-gray {
color: #9f9f9f;
}
.w-orange {
color: #ff8d29;
}
.w-black-bg {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
opacity: .7;
background-color: #ccc;
display: none;
}
.w-call-box {
width: 5.333333rem;
heig... | 0.374104 | 0.054853 |
@import 'https://fonts.googleapis.com/css?family=Alegreya+Sans';
* {
margin: 0;
padding: 0;
border: 0;
}
/*------------------------------------------------------------------------
| fonts
------------------------------------------------------------------------*/
body {
font-family: 'Alegreya', sans-serif;
}
/*-... | css/master.css | @import 'https://fonts.googleapis.com/css?family=Alegreya+Sans';
* {
margin: 0;
padding: 0;
border: 0;
}
/*------------------------------------------------------------------------
| fonts
------------------------------------------------------------------------*/
body {
font-family: 'Alegreya', sans-serif;
}
/*-... | 0.385837 | 0.111193 |
.log-title>div>span {
text-align: center;
font-size: 16px;
}
* {
margin: 0;
padding: 0;
}
.log-title {
width: 100%;
height: 52px;
background: #F6F6F6;
position: fixed;
top: 0;
left: 0;
}
.log-title div {
float: left;
height: 48px;
width: 25%;
margin: 0px;
padding: 0px;
/*鏂囧瓧瑁呴グ 涓嬪垝绾�*/
text-decora... | src/main/webapp/static/mobile/css/oa.css |
.log-title>div>span {
text-align: center;
font-size: 16px;
}
* {
margin: 0;
padding: 0;
}
.log-title {
width: 100%;
height: 52px;
background: #F6F6F6;
position: fixed;
top: 0;
left: 0;
}
.log-title div {
float: left;
height: 48px;
width: 25%;
margin: 0px;
padding: 0px;
/*鏂囧瓧瑁呴グ 涓嬪垝绾�*/
text-decora... | 0.261425 | 0.081923 |
.App {
text-align: center;
}
.App-logo {
animation: spin infinite 20s linear;
height: 80px;
}
.App-header {
background-color: #333;
height: 150px;
padding: 20px;
color:white;
}
.App-intro {
font-size: large;
}
@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}... | src/components/home/App.css | .App {
text-align: center;
}
.App-logo {
animation: spin infinite 20s linear;
height: 80px;
}
.App-header {
background-color: #333;
height: 150px;
padding: 20px;
color:white;
}
.App-intro {
font-size: large;
}
@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}... | 0.631026 | 0.111555 |
@import url("https://fonts.googleapis.com/css?family=Comfortaa");
body.dark-mode {
background-color: #111;
color: #eee;
}
body.dark-mode a {
color: #111;
}
body.dark-mode button {
background-color: #eee;
color: #111;
}
body.dark-mode .right {
box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px ... | css/style.css | @import url("https://fonts.googleapis.com/css?family=Comfortaa");
body.dark-mode {
background-color: #111;
color: #eee;
}
body.dark-mode a {
color: #111;
}
body.dark-mode button {
background-color: #eee;
color: #111;
}
body.dark-mode .right {
box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px ... | 0.416915 | 0.105671 |
.dark{
--container-background: #0c0f14;
--side-backgroud: #141922;
--bio-backgroud: #141922;
--main-background: #141922;
--title-color: #f55247;
--text-color: #dedede;
--text-color-dark: #999;
--svg-color: #f55247;
--contrast: #f55247;
--shadow: rgba(0, 0, 0, 0.0);
--input: ... | public/css/app.css | .dark{
--container-background: #0c0f14;
--side-backgroud: #141922;
--bio-backgroud: #141922;
--main-background: #141922;
--title-color: #f55247;
--text-color: #dedede;
--text-color-dark: #999;
--svg-color: #f55247;
--contrast: #f55247;
--shadow: rgba(0, 0, 0, 0.0);
--input: ... | 0.368633 | 0.067608 |
:root {
--base-color: #d3d3d3;
--background-color: #ffffff;
--card-color: #fafafa;
--text-color: #212121;
--transition: 0.3s;
--base-color-rgb: 211, 211, 211;
--background-color-rgb: 255, 255, 255;
--card-color-rgb: 250, 250, 250;
--text-color-rgb: 33, 33, 33;
}
@-webkit-keyframes toast-anim {
0% {... | src/css/App.css | :root {
--base-color: #d3d3d3;
--background-color: #ffffff;
--card-color: #fafafa;
--text-color: #212121;
--transition: 0.3s;
--base-color-rgb: 211, 211, 211;
--background-color-rgb: 255, 255, 255;
--card-color-rgb: 250, 250, 250;
--text-color-rgb: 33, 33, 33;
}
@-webkit-keyframes toast-anim {
0% {... | 0.508056 | 0.091018 |
body {
font-family: SourceSansPro, sans-serif;
font-weight: normal;
font-size: 15px;
background-color: #F3F6F8;
color: #080808
}
/* -----------------------------------------------------------------------------
* TE Legacy Nav Bar
* -----------------------------------------------------------------... | thirdeye/thirdeye-dashboard/src/main/resources/assets/css/thirdeye.css | body {
font-family: SourceSansPro, sans-serif;
font-weight: normal;
font-size: 15px;
background-color: #F3F6F8;
color: #080808
}
/* -----------------------------------------------------------------------------
* TE Legacy Nav Bar
* -----------------------------------------------------------------... | 0.47025 | 0.069732 |
@import url("https://fonts.googleapis.com/css2?family=Sura:wght@400;700&display=swap");
:root {
--size: 30vmin;
--space: 8vmin;
--duration: 1s;
--ease-out: cubic-bezier(0.25, 1, 0.5, 1);
--bounce-out: cubic-bezier(0.34, 1.56, 0.64, 1);
}
* {
box-sizing: border-box;
}
body {
display: grid;
place-items: center... | src/styles/styles.css | @import url("https://fonts.googleapis.com/css2?family=Sura:wght@400;700&display=swap");
:root {
--size: 30vmin;
--space: 8vmin;
--duration: 1s;
--ease-out: cubic-bezier(0.25, 1, 0.5, 1);
--bounce-out: cubic-bezier(0.34, 1.56, 0.64, 1);
}
* {
box-sizing: border-box;
}
body {
display: grid;
place-items: center... | 0.444565 | 0.137128 |
.datePicker {
position: absolute;
left: 0px;
z-index: 100;
background-color: white;
line-height: normal;
white-space: nowrap;
display: none;
}
.datePicker-t {
min-width: 413px;
font-size: 12px;
font-family: Arial,Helvetica,Verdana,sans-serif;
-webkit-box-shadow: 0 1px 3px #bbb;
-moz-box-shado... | datePicker.css | .datePicker {
position: absolute;
left: 0px;
z-index: 100;
background-color: white;
line-height: normal;
white-space: nowrap;
display: none;
}
.datePicker-t {
min-width: 413px;
font-size: 12px;
font-family: Arial,Helvetica,Verdana,sans-serif;
-webkit-box-shadow: 0 1px 3px #bbb;
-moz-box-shado... | 0.400515 | 0.113408 |
ul.gt, ol.gt
{
padding: 0;
margin: 0;
margin-left: 10px;
margin-top: 10px;
}
ul.gt a, ol.gt a
{
margin-left: 5px;
}
ul.gt img, ol.gt img
{
vertical-align: middle;
}
ul.gt li, ol.gt li
{
margin-bottom: 5px;
}
... | styles.css |
ul.gt, ol.gt
{
padding: 0;
margin: 0;
margin-left: 10px;
margin-top: 10px;
}
ul.gt a, ol.gt a
{
margin-left: 5px;
}
ul.gt img, ol.gt img
{
vertical-align: middle;
}
ul.gt li, ol.gt li
{
margin-bottom: 5px;
}
... | 0.353428 | 0.105948 |
body {
margin: 0;
font-family: 'Lato', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
body {
background-color: #000000;
background-image: url("data:image/svg+xml,%3Csvg ... | src/App.css | body {
margin: 0;
font-family: 'Lato', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
body {
background-color: #000000;
background-image: url("data:image/svg+xml,%3Csvg ... | 0.390708 | 0.08318 |
/* Margin on the sides */
body{
margin: 0;
}
/* Main Title */
h1{
font-size: 50px;
}
.big-circle{
height: 125px;
width: 125px;
border-radius: 50%;
}
.small-circle {
left: 65px;
top: 47px;
height: 93.75px;
width: 93.75px;
border-radius: 50%;
}
/* Navigation Bar */
/* Hide all Except Home */
... | css/phonescreen.css |
/* Margin on the sides */
body{
margin: 0;
}
/* Main Title */
h1{
font-size: 50px;
}
.big-circle{
height: 125px;
width: 125px;
border-radius: 50%;
}
.small-circle {
left: 65px;
top: 47px;
height: 93.75px;
width: 93.75px;
border-radius: 50%;
}
/* Navigation Bar */
/* Hide all Except Home */
... | 0.185689 | 0.063919 |
*{
margin: 0
}
body {
background-color: gray;
color: mintcream;
font-family: 'Nunito', sans-serif;
margin: 0px;
}
/*menu*/
.logo img {
width: 90px;
}
ul {
list-style: none;
margin: 0px;
padding: 0px;
display: flex;
height: inherit;
}
nav li a:hover{
background-color: ... | Publicaciones.css | *{
margin: 0
}
body {
background-color: gray;
color: mintcream;
font-family: 'Nunito', sans-serif;
margin: 0px;
}
/*menu*/
.logo img {
width: 90px;
}
ul {
list-style: none;
margin: 0px;
padding: 0px;
display: flex;
height: inherit;
}
nav li a:hover{
background-color: ... | 0.27048 | 0.05087 |
body{
font-family: 'Oswald', sans-serif;
margin: 0;
}
.logo {
width: 100px;
}
.logo2{
width: 200px;
background-color: white;
border-radius: 15px;
-webkit-box-shadow: 6px 5px 7px -4px rgba(0, 0, 0, 0.7);
box-shadow: 6px 5px 7px -4px rgba(0, 0, 0, 0.7);
}
#navcenter {
position: absolut... | style.css | body{
font-family: 'Oswald', sans-serif;
margin: 0;
}
.logo {
width: 100px;
}
.logo2{
width: 200px;
background-color: white;
border-radius: 15px;
-webkit-box-shadow: 6px 5px 7px -4px rgba(0, 0, 0, 0.7);
box-shadow: 6px 5px 7px -4px rgba(0, 0, 0, 0.7);
}
#navcenter {
position: absolut... | 0.325628 | 0.096025 |
.site-header{
width: 100%;
padding-bottom: 35px;
transition: all .2s ease-out;
transition-property: color, background-color;
}
.site-header{
background-color: #E7F2F8;
}
.site-header {
position: relative;
}
.header-sides{
padding: 0 30px;
}
.navbar{
display: flex;
align-items: center... | src/Header.css | .site-header{
width: 100%;
padding-bottom: 35px;
transition: all .2s ease-out;
transition-property: color, background-color;
}
.site-header{
background-color: #E7F2F8;
}
.site-header {
position: relative;
}
.header-sides{
padding: 0 30px;
}
.navbar{
display: flex;
align-items: center... | 0.52975 | 0.088387 |
@CHARSET "UTF-8";
/***** Default Jazzee layout *****/
body {
margin-top: -20px;
}
#hd h1 {
padding: 2em 1em 0 0;
text-align: right;
}
#topbar {
padding-top: .5em;
}
#topbar p {
padding: .5em 0;
margin: 0;
display: inline-block;
}
#content {
margin: 10px;
min-height: 400px;
}
#bar {
margin-top: ... | src/styles/layout.css | @CHARSET "UTF-8";
/***** Default Jazzee layout *****/
body {
margin-top: -20px;
}
#hd h1 {
padding: 2em 1em 0 0;
text-align: right;
}
#topbar {
padding-top: .5em;
}
#topbar p {
padding: .5em 0;
margin: 0;
display: inline-block;
}
#content {
margin: 10px;
min-height: 400px;
}
#bar {
margin-top: ... | 0.392803 | 0.06256 |
.u-section-1 {
background-image: none;
}
.u-section-1 .u-sheet-1 {
min-height: 730px;
}
.u-section-1 .u-text-1 {
font-size: 3.55rem;
font-family: "Archivo Black";
text-transform: none;
font-weight: 700;
margin: 102px 112px 0 111px;
}
.u-section-1 .u-layout-wrap-1 {
width: 1116px;
... | public/stylesheets/main.css | .u-section-1 {
background-image: none;
}
.u-section-1 .u-sheet-1 {
min-height: 730px;
}
.u-section-1 .u-text-1 {
font-size: 3.55rem;
font-family: "Archivo Black";
text-transform: none;
font-weight: 700;
margin: 102px 112px 0 111px;
}
.u-section-1 .u-layout-wrap-1 {
width: 1116px;
... | 0.304662 | 0.056288 |
html
{
height: 100%;
box-sizing: border-box;
}
body.mceContentBody
{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
background-color: #FFF;
}
body.mceContentBody:after {
clear: both;
content: " ";
display: block;
}
html.preview
{
background-color: #f0f0f0;
padding: 20px;
}... | main/plugin-core-ui/resources/css/Ametys/form/RichTextConfiguration-Inline.css | html
{
height: 100%;
box-sizing: border-box;
}
body.mceContentBody
{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
background-color: #FFF;
}
body.mceContentBody:after {
clear: both;
content: " ";
display: block;
}
html.preview
{
background-color: #f0f0f0;
padding: 20px;
}... | 0.310904 | 0.133274 |
.jumbotron {
padding: 40px 0 30px 0;
}
.jumbotron p {
max-width: 550px;
}
@media screen and (min-width: 768px) {
.jumbotron h1, .jumbotron .h1 {
font-weight: bold;
}
}
blockquote small {
color: #716561;
}
#spring-version {
display: block;
margin: 20px auto 0 auto;
font-size: ... | spring-boot/admin/src/main/resources/static/css/application.css | .jumbotron {
padding: 40px 0 30px 0;
}
.jumbotron p {
max-width: 550px;
}
@media screen and (min-width: 768px) {
.jumbotron h1, .jumbotron .h1 {
font-weight: bold;
}
}
blockquote small {
color: #716561;
}
#spring-version {
display: block;
margin: 20px auto 0 auto;
font-size: ... | 0.380759 | 0.111846 |
html *{
overflow: hidden;
}
html::-webkit-scrollbar {
display: none;
}
#main{
width: 100%;
height: 100%;
overflow: hidden;
overflow-y: hidden;
overflow-x: hidden;
}
#topBar{
height: 24px;
width: 100%;
float: top center;
background-color: var(--backgroundPrimary);
text-... | src/css/friends.css | html *{
overflow: hidden;
}
html::-webkit-scrollbar {
display: none;
}
#main{
width: 100%;
height: 100%;
overflow: hidden;
overflow-y: hidden;
overflow-x: hidden;
}
#topBar{
height: 24px;
width: 100%;
float: top center;
background-color: var(--backgroundPrimary);
text-... | 0.33928 | 0.058804 |
@-moz-document url("chrome://mozapps/content/extensions/aboutaddons.html") {
/* url-prefix(chrome://mozapps/content/extensions/extensions.xul) */
/* Don't dim disabled addon's icon */
richlistitem[active="false"] .icon {
filter: unset !important;
}
/**
* Compact addons page
* by mjcov
* https://www.redd... | userContent/about_addons.css | @-moz-document url("chrome://mozapps/content/extensions/aboutaddons.html") {
/* url-prefix(chrome://mozapps/content/extensions/extensions.xul) */
/* Don't dim disabled addon's icon */
richlistitem[active="false"] .icon {
filter: unset !important;
}
/**
* Compact addons page
* by mjcov
* https://www.redd... | 0.291888 | 0.060169 |
:root{
--cc-bg: #fff;
--cc-text: #2d4156;
--cc-btn-primary-bg: #2d4156;
--cc-btn-primary-text: var(--cc-bg);
--cc-btn-primary-hover-bg: #1d2e38;
--cc-btn-secondary-bg: #eaeff2;
--cc-btn-secondary-text: var(--cc-text);
--cc-btn-secondary-hover-bg: #d8e0e6;
--cc-toggle-bg-off: #919ea... | src/cookieconsent.css | :root{
--cc-bg: #fff;
--cc-text: #2d4156;
--cc-btn-primary-bg: #2d4156;
--cc-btn-primary-text: var(--cc-bg);
--cc-btn-primary-hover-bg: #1d2e38;
--cc-btn-secondary-bg: #eaeff2;
--cc-btn-secondary-text: var(--cc-text);
--cc-btn-secondary-hover-bg: #d8e0e6;
--cc-toggle-bg-off: #919ea... | 0.366476 | 0.077518 |
@charset 'utf-8';
div.cm_overlay {
background: #333;
display: none;
height:100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
/*z-index: 999;*/
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-webkit-opacity: 0.5;
opacity: 0.5;
}
div.cm_wrapper {
background: #fff;
... | jquery.callbackModal/style.css | @charset 'utf-8';
div.cm_overlay {
background: #333;
display: none;
height:100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
/*z-index: 999;*/
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-webkit-opacity: 0.5;
opacity: 0.5;
}
div.cm_wrapper {
background: #fff;
... | 0.396419 | 0.078325 |
.HomepageTitle {
font : normal 600 40px/1 'Josefin Sans', sans-serif;
color: #fff;
}
.Section {
height: 100vh;
width: 100%;
position: relative;
}
.Section video {
width: 100%;
height: 100%;
object-fit: cover;
}
.SectionCaptions {
position: absolute;
top: 40%;
left: 0;
rig... | client/src/components/views/Home/Home.module.css | .HomepageTitle {
font : normal 600 40px/1 'Josefin Sans', sans-serif;
color: #fff;
}
.Section {
height: 100vh;
width: 100%;
position: relative;
}
.Section video {
width: 100%;
height: 100%;
object-fit: cover;
}
.SectionCaptions {
position: absolute;
top: 40%;
left: 0;
rig... | 0.453746 | 0.121243 |
@-moz-document url-prefix("https://userstyles.org/styles/") {
/* VER : UTC+8 : 2019.02.10 | 00:07 *//* i really want this to be global */
/* UserStylesBeautify */
/* 顶部尺寸/header top size */
div#root>div>div#header{height: 18pt !important;z-index: 9999;}
#account>a>span{padding: 10px;margin-left: inherit;}
#top_lo... | data/usercss/139484.user.css | @-moz-document url-prefix("https://userstyles.org/styles/") {
/* VER : UTC+8 : 2019.02.10 | 00:07 *//* i really want this to be global */
/* UserStylesBeautify */
/* 顶部尺寸/header top size */
div#root>div>div#header{height: 18pt !important;z-index: 9999;}
#account>a>span{padding: 10px;margin-left: inherit;}
#top_lo... | 0.121738 | 0.03378 |
::-webkit-scrollbar {width:14px; }
::-webkit-scrollbar-button {width: 1px;height:1px;}
::-webkit-scrollbar-track {background: transparent;}
::-webkit-scrollbar-thumb {background-color:rgb(190,190,190); border-width:5px; border-color:rgb(250,250,250); border-style:solid; }
::-webkit-scrollbar-thumb:hover {background-col... | style.css | ::-webkit-scrollbar {width:14px; }
::-webkit-scrollbar-button {width: 1px;height:1px;}
::-webkit-scrollbar-track {background: transparent;}
::-webkit-scrollbar-thumb {background-color:rgb(190,190,190); border-width:5px; border-color:rgb(250,250,250); border-style:solid; }
::-webkit-scrollbar-thumb:hover {background-col... | 0.274254 | 0.037082 |
* {
box-sizing: border-box;
}
body {
font-family: -apple-system,BlinkMacSystemFont,San Francisco,Helvetica Neue,Helvetica,Ubuntu,Roboto,Noto,Segoe UI,Arial,sans-serif;
}
a {
word-break: break-all;
}
h2 {
font-size: 24px;
font-weight: 700;
margin-bottom: 20px;
}
h3 {
font-size: 20px;
font-weight: 700... | site/css/main.css | * {
box-sizing: border-box;
}
body {
font-family: -apple-system,BlinkMacSystemFont,San Francisco,Helvetica Neue,Helvetica,Ubuntu,Roboto,Noto,Segoe UI,Arial,sans-serif;
}
a {
word-break: break-all;
}
h2 {
font-size: 24px;
font-weight: 700;
margin-bottom: 20px;
}
h3 {
font-size: 20px;
font-weight: 700... | 0.484868 | 0.106505 |
* {
margin: 0;
padding: 0;
}
body {
display: flex;
flex-wrap: wrap;
}
a {
text-decoration: none;
color: #000000;
}
#head {
width: 100%;
height: 4vh;
background-color: #337ab7;
}
... | sarkislaKentRehber/css/style.css | * {
margin: 0;
padding: 0;
}
body {
display: flex;
flex-wrap: wrap;
}
a {
text-decoration: none;
color: #000000;
}
#head {
width: 100%;
height: 4vh;
background-color: #337ab7;
}
... | 0.271928 | 0.059839 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
border: none;
}
body {
font-family: 'Montserrat', sans-serif;
background-color: #ffffff;
}
.inner {
max-width: 1200px;
margin: 0 auto;
}
h1 {
font-size: 40px;
font-weight: 300;
text-align: center;
padding: 30px;
margin-bottom: 50px;
}
h2 {
... | style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
border: none;
}
body {
font-family: 'Montserrat', sans-serif;
background-color: #ffffff;
}
.inner {
max-width: 1200px;
margin: 0 auto;
}
h1 {
font-size: 40px;
font-weight: 300;
text-align: center;
padding: 30px;
margin-bottom: 50px;
}
h2 {
... | 0.374104 | 0.111048 |
@import url('https://fonts.googleapis.com/css?family=Archivo+Black');
header {
left: 50%;
transform: translateX(-50%);
font-family: Grotesk, sans-serif;
font-size: 11px;
color: #fff;
text-align: center;
margin: 25px 0 0;
z-index: 2;
letter-spacing: .04em;
line-height: 18px;
... | css/style.css | @import url('https://fonts.googleapis.com/css?family=Archivo+Black');
header {
left: 50%;
transform: translateX(-50%);
font-family: Grotesk, sans-serif;
font-size: 11px;
color: #fff;
text-align: center;
margin: 25px 0 0;
z-index: 2;
letter-spacing: .04em;
line-height: 18px;
... | 0.440469 | 0.136091 |
margin-top: 20px;
}
.libraryGroup.ng-star-inserted {
overflow: hidden;
}
.exercises-header {
height: 52px !important;
border-bottom: 1px solid #ccc;
box-sizing: border-box;
background: #fff;
position: fixed;
width: 100%;
z-index: ... | src/app/UberReaderClient/UberReaderComponents/Controls/library-view-controls/library-view.component.css | margin-top: 20px;
}
.libraryGroup.ng-star-inserted {
overflow: hidden;
}
.exercises-header {
height: 52px !important;
border-bottom: 1px solid #ccc;
box-sizing: border-box;
background: #fff;
position: fixed;
width: 100%;
z-index: ... | 0.382718 | 0.103839 |
.cm-s-yonce.CodeMirror {
background: #1C1C1C;
color: #d4d4d4;
}
/**/
.cm-s-yonce div.CodeMirror-selected {
background: rgba(252, 69, 133, 0.478);
}
/**/
.cm-s-yonce .CodeMirror-selectedtext,
.cm-s-yonce .CodeMirror-selected,
.cm-s-yonce .CodeMirror-line::selection,
.cm-s-yonce .CodeMirror-line > span::sel... | project-static/project/plugins/codemirror/theme/yonce.css | .cm-s-yonce.CodeMirror {
background: #1C1C1C;
color: #d4d4d4;
}
/**/
.cm-s-yonce div.CodeMirror-selected {
background: rgba(252, 69, 133, 0.478);
}
/**/
.cm-s-yonce .CodeMirror-selectedtext,
.cm-s-yonce .CodeMirror-selected,
.cm-s-yonce .CodeMirror-line::selection,
.cm-s-yonce .CodeMirror-line > span::sel... | 0.539469 | 0.05634 |
h3.settings-header {
width: 100%;
font-weight: normal;
color: #655d57;
/*font-size: 1.2em;*/
border-bottom: 1px solid #bbb;
/*padding-top: 10px;*/
margin-bottom: 1em;
}
h4.settings-header {
font-weight: bolder;
color: #655d57;
margin: .5em 0;
}
#control-buttons {
position: ... | public/css/skills-tracker/settings/index.css | h3.settings-header {
width: 100%;
font-weight: normal;
color: #655d57;
/*font-size: 1.2em;*/
border-bottom: 1px solid #bbb;
/*padding-top: 10px;*/
margin-bottom: 1em;
}
h4.settings-header {
font-weight: bolder;
color: #655d57;
margin: .5em 0;
}
#control-buttons {
position: ... | 0.374333 | 0.078607 |
@charset "UTF-8";
.jssora22l .fa-angle-left,
.jssora22r .fa-angle-right{
font-size: 45pt;
color: rgba(255,255,255,.3);
}
.jssora22l .fa-angle-left:hover,
.jssora22r .fa-angle-right:hover{
font-size: 45pt;
color: rgba(255,255,255,1);
}
.banner-block .banner-details{
background-color: rgba(0,0,0,.8);
bord... | public/css/app-list-style.css | @charset "UTF-8";
.jssora22l .fa-angle-left,
.jssora22r .fa-angle-right{
font-size: 45pt;
color: rgba(255,255,255,.3);
}
.jssora22l .fa-angle-left:hover,
.jssora22r .fa-angle-right:hover{
font-size: 45pt;
color: rgba(255,255,255,1);
}
.banner-block .banner-details{
background-color: rgba(0,0,0,.8);
bord... | 0.2414 | 0.097691 |
@font-face {
font-family: "font_icons8";
src: url("../fonts/font_icons8.eot");
src: url("../fonts/font_icons8.eot?#iefix") format("embedded-opentype"),
url("../fonts/font_icons8.woff2") format("woff2"),
url("../fonts/font_icons8.woff") format("woff"),
url("../fonts/font_icons8.ttf") format("t... | assets/img/icons/css/styles.css | @font-face {
font-family: "font_icons8";
src: url("../fonts/font_icons8.eot");
src: url("../fonts/font_icons8.eot?#iefix") format("embedded-opentype"),
url("../fonts/font_icons8.woff2") format("woff2"),
url("../fonts/font_icons8.woff") format("woff"),
url("../fonts/font_icons8.ttf") format("t... | 0.298901 | 0.044932 |
body{
font-family: "Montserrat";
}
h1, h2, h3{
font-weight: bold;
}
h2{
font-size: 3rem;
line-height: 1.5;
}
h3{
font-size: 1.2rem;
}
p{
color: #747474;
}
.big-heading{
font-family:"Montserrat";
font-weight: bold;
font-size: 3rem;
line-height: 1.5;
}
#title{
b... | style.css | body{
font-family: "Montserrat";
}
h1, h2, h3{
font-weight: bold;
}
h2{
font-size: 3rem;
line-height: 1.5;
}
h3{
font-size: 1.2rem;
}
p{
color: #747474;
}
.big-heading{
font-family:"Montserrat";
font-weight: bold;
font-size: 3rem;
line-height: 1.5;
}
#title{
b... | 0.356111 | 0.099952 |
.dashboard-container {
--dashboard-top-padding: 15px;
--dashboard-card-animation-duration: 300ms;
--modal-yellowcard-top: 15%;
}
.dashboard-first-row {
}
.dashboard-row {
padding-top: var(--dashboard-top-padding);
}
.dashboard-card-animation {
border-color: var(--purple);
border-radius: var... | public/assets/css/dashboard.css | .dashboard-container {
--dashboard-top-padding: 15px;
--dashboard-card-animation-duration: 300ms;
--modal-yellowcard-top: 15%;
}
.dashboard-first-row {
}
.dashboard-row {
padding-top: var(--dashboard-top-padding);
}
.dashboard-card-animation {
border-color: var(--purple);
border-radius: var... | 0.602646 | 0.069573 |
@media (max-width: 240px) {
body .navbar-inverse .navbar-brand {
font-size: 30px;
}
body .navbar-inverse .navbar-brand:hover {
font-size: 30px;
}
.bg-4 {
padding: 0 0;
... | public/css/media_queries3.css | @media (max-width: 240px) {
body .navbar-inverse .navbar-brand {
font-size: 30px;
}
body .navbar-inverse .navbar-brand:hover {
font-size: 30px;
}
.bg-4 {
padding: 0 0;
... | 0.439026 | 0.052838 |
@charset "UFT-8";
@font-face {
font-family: "FonteLogo";
src: url("../Fontes/bubblegum-sans-regular.otf");
}
/* @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap'); */
/* font-family: 'Bebas Neue', cursive; */
body {
background-color: rgb(202, 202, 202);
color: rgba(0, 0, ... | Arquivos/estilo.css | @charset "UFT-8";
@font-face {
font-family: "FonteLogo";
src: url("../Fontes/bubblegum-sans-regular.otf");
}
/* @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap'); */
/* font-family: 'Bebas Neue', cursive; */
body {
background-color: rgb(202, 202, 202);
color: rgba(0, 0, ... | 0.351311 | 0.100746 |
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 400;
src: url("../fonts/montserrat-v14-latin-regular.eot"); /* IE9 Compat Modes */
src: local("Montserrat Regular"), local("Montserrat-Regular"),
url("../fonts/montserrat-v14-latin-regular.eot?#iefix")
format("embedded-opentype... | hw-08/css/styles.css | @font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 400;
src: url("../fonts/montserrat-v14-latin-regular.eot"); /* IE9 Compat Modes */
src: local("Montserrat Regular"), local("Montserrat-Regular"),
url("../fonts/montserrat-v14-latin-regular.eot?#iefix")
format("embedded-opentype... | 0.291283 | 0.045649 |
.side-bar {
box-sizing: border-box;
padding: 20px 30px 10px 10px;
position: absolute;
height: 90%;
width: auto;
max-width: 1000px;
color: #333333;
background-image: url(/image/shade-bg-50-opacity.png);
//background-color: rgba(236, 240, 241, .5);
box-shadow: 2px 0 5px rgba(0, 0, 0, .5);
border-right: solid 1... | WDE/web/style/wdemap-sidebar.css | .side-bar {
box-sizing: border-box;
padding: 20px 30px 10px 10px;
position: absolute;
height: 90%;
width: auto;
max-width: 1000px;
color: #333333;
background-image: url(/image/shade-bg-50-opacity.png);
//background-color: rgba(236, 240, 241, .5);
box-shadow: 2px 0 5px rgba(0, 0, 0, .5);
border-right: solid 1... | 0.300643 | 0.107672 |
.email-application .app-content {
border:1px solid #E4E5EC;
border-radius:.25rem
}
.email-application .app-content .app-content-overlay {
top:0;
left:0;
right:0;
bottom:0;
position:absolute;
z-index:7;
visibility:hidden;
opacity:0;
border-radius:.25rem
}
.email-application .a... | public/assets/admin/css/mail.css | .email-application .app-content {
border:1px solid #E4E5EC;
border-radius:.25rem
}
.email-application .app-content .app-content-overlay {
top:0;
left:0;
right:0;
bottom:0;
position:absolute;
z-index:7;
visibility:hidden;
opacity:0;
border-radius:.25rem
}
.email-application .a... | 0.318909 | 0.033431 |
* {
margin: 0;
padding: 0;
list-style: none;
text-decoration: none;
font-family: arial,sans-serif;
}
html, body {
height: 100%;
width: 100%;
background-color :azure;
display: flex;
flex-direction: column;
}
a {
text-decoration: none;
color: #666;
}
/**********HEADER*/
#header {
width: 100%;
... | public/style.css | * {
margin: 0;
padding: 0;
list-style: none;
text-decoration: none;
font-family: arial,sans-serif;
}
html, body {
height: 100%;
width: 100%;
background-color :azure;
display: flex;
flex-direction: column;
}
a {
text-decoration: none;
color: #666;
}
/**********HEADER*/
#header {
width: 100%;
... | 0.234319 | 0.071754 |
position:fixed;
top:20px;
right:20px;
width:320px;
z-index:9999;
}
#gritter-notice-wrapper.top-left {
left: 20px;
right: auto;
}
#gritter-notice-wrapper.bottom-right {
top: auto;
left: auto;
bottom: 20px;
right: 20px;
}
#gritter-notice-wrapper.bottom-left {
top: auto;
right: auto;
... | assets/css/jquery.gritter.css | position:fixed;
top:20px;
right:20px;
width:320px;
z-index:9999;
}
#gritter-notice-wrapper.top-left {
left: 20px;
right: auto;
}
#gritter-notice-wrapper.bottom-right {
top: auto;
left: auto;
bottom: 20px;
right: 20px;
}
#gritter-notice-wrapper.bottom-left {
top: auto;
right: auto;
... | 0.202483 | 0.062646 |
html{
box-sizing:border-box;
}
*,*::after,*::before{
box-sizing:inherit;
}
body{
font-family: Helvetica, Arial,sans-serif;
font-size: 62.5%;
background-color: black;
}
@font-face{
font-family: "Champagne";
src: url(../assets/Fonts/Nav_font/Champagne&Limousines.ttf);
}
@font-face{
font-family: "apple";
s... | css/styleguide-about.css | html{
box-sizing:border-box;
}
*,*::after,*::before{
box-sizing:inherit;
}
body{
font-family: Helvetica, Arial,sans-serif;
font-size: 62.5%;
background-color: black;
}
@font-face{
font-family: "Champagne";
src: url(../assets/Fonts/Nav_font/Champagne&Limousines.ttf);
}
@font-face{
font-family: "apple";
s... | 0.353317 | 0.044369 |
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed|Cagliostro|Gotu|Monoton&display=swap");
body{
background-color:#ddd;
}
#container{
/* background-image: url("../maxresdefault.jpg"); */
background-repeat: no-repeat;
background-size:cover;
background-attachment: fixed;
width:... | css/quiz.css | @import url("https://fonts.googleapis.com/css?family=Barlow+Condensed|Cagliostro|Gotu|Monoton&display=swap");
body{
background-color:#ddd;
}
#container{
/* background-image: url("../maxresdefault.jpg"); */
background-repeat: no-repeat;
background-size:cover;
background-attachment: fixed;
width:... | 0.268941 | 0.068164 |
@import url("reset.css");
@import url("960.css");
@import url("superfish.css");
@import url("prettyPhoto.css");
/*
Theme Name: Carpo
Theme URI: http://creativusmouse.com/carpo
Description: Carpo is created by creativusmouse.
Version: 1.0.0
Author: creativusmouse
Author URL: http://creativusmouse.com
------------------... | Public/Home/css/style.css | @import url("reset.css");
@import url("960.css");
@import url("superfish.css");
@import url("prettyPhoto.css");
/*
Theme Name: Carpo
Theme URI: http://creativusmouse.com/carpo
Description: Carpo is created by creativusmouse.
Version: 1.0.0
Author: creativusmouse
Author URL: http://creativusmouse.com
------------------... | 0.152284 | 0.052449 |
.js-cookie-consent {
position: absolute;
top: 0px;
padding: 10px;
text-align: center;
align-items: center;
z-index: 9999;
width: 100%;
background-color: #fffacc;
border: solid 1px;
display: flex;
justify-content: center;
}
@font-face {
font-family: 'Big Shoulders Display';
src: url('public\fonts\BigSho... | public/css/custom.css | .js-cookie-consent {
position: absolute;
top: 0px;
padding: 10px;
text-align: center;
align-items: center;
z-index: 9999;
width: 100%;
background-color: #fffacc;
border: solid 1px;
display: flex;
justify-content: center;
}
@font-face {
font-family: 'Big Shoulders Display';
src: url('public\fonts\BigSho... | 0.608245 | 0.080864 |
audio {
width: 200px;
height: 25px;
}
audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
/* In mediaControls.css */
-webkit-appearance: media-controls-background;
overflow: visible;
height: 25px;
-webkit-flex-shrink: 0;
}
video:-webkit-full-page-media::-webkit-medi... | src/qt/qtwebkit/Source/WebCore/css/mediaControlsQuickTime.css |
audio {
width: 200px;
height: 25px;
}
audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
/* In mediaControls.css */
-webkit-appearance: media-controls-background;
overflow: visible;
height: 25px;
-webkit-flex-shrink: 0;
}
video:-webkit-full-page-media::-webkit-medi... | 0.415254 | 0.035377 |
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Domine:wght@400;500;600;700&family=Rye&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Imperial+Script&family=Neonderthaw&display=swap');
*{
margin: 0;
padding: 0;
}
body {
background: radial-gradient(ellip... | style.css | @import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Domine:wght@400;500;600;700&family=Rye&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Imperial+Script&family=Neonderthaw&display=swap');
*{
margin: 0;
padding: 0;
}
body {
background: radial-gradient(ellip... | 0.452778 | 0.12552 |
a, a:hover {
transition: color .3s ease;
}
/* --- Navbar --------------------------------------------------------------- */
.navbar--title,
.navbar--icon,
.navbar--icon a {
transition: all .3s ease;
}
.navbar.fixed.autohide {
transition: all .5s ease, height .3s ease;
}
.navbar--nav-link,
.navbar--nav-link:hov... | content/themes/ghost-material-master/assets/css/animations.css |
a, a:hover {
transition: color .3s ease;
}
/* --- Navbar --------------------------------------------------------------- */
.navbar--title,
.navbar--icon,
.navbar--icon a {
transition: all .3s ease;
}
.navbar.fixed.autohide {
transition: all .5s ease, height .3s ease;
}
.navbar--nav-link,
.navbar--nav-link:hov... | 0.707 | 0.074804 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url(imp.css);
@import url(bootstrap.min.css);
@import ... | antkzn/static/css/style.css |
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url(imp.css);
@import url(bootstrap.min.css);
@import ... | 0.215392 | 0.045756 |
.card-login { background-image: url('../img/bg2.jpg'); overflow: hidden; background-size: auto; }
.lists { margin-top: 100px; margin-left: 20px; margin-right: 20px; padding-bottom:70%; overflow: hidden;}
.cards { margin-top: 100px; margin-left: 20px; margin-right: 20px; }
.screen { background-image: url('../img... | www/css/style.css | .card-login { background-image: url('../img/bg2.jpg'); overflow: hidden; background-size: auto; }
.lists { margin-top: 100px; margin-left: 20px; margin-right: 20px; padding-bottom:70%; overflow: hidden;}
.cards { margin-top: 100px; margin-left: 20px; margin-right: 20px; }
.screen { background-image: url('../img... | 0.395018 | 0.108095 |
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&family=Roboto+Mono:ital,wght@0,400;0,700;1,400&display=swap");
:root {
--color-background: #282a36;
--color-current-line: #44475a;
--color-section: #44475a;
--color-foreground: #f8f8f2;
--color-comment: #6272a4;
--color-cyan: #8be9fd;
--... | src/css/main.css | @import url("https://fonts.googleapis.com/css2?family=Crimson+Text&family=Roboto+Mono:ital,wght@0,400;0,700;1,400&display=swap");
:root {
--color-background: #282a36;
--color-current-line: #44475a;
--color-section: #44475a;
--color-foreground: #f8f8f2;
--color-comment: #6272a4;
--color-cyan: #8be9fd;
--... | 0.439507 | 0.092729 |
1. body reset content
==============================================================*/
:root {
font-size: 15px;
}
html,
body {
height: 100%;
font-family: "Hind Vadodara", sans-serif;
font-weight: 500;
line-height: 26px;
color: #666666;
-webkit-font-smoothing: antialiased;
-moz-osx-... | public/user/assets/css/style.css | 1. body reset content
==============================================================*/
:root {
font-size: 15px;
}
html,
body {
height: 100%;
font-family: "Hind Vadodara", sans-serif;
font-weight: 500;
line-height: 26px;
color: #666666;
-webkit-font-smoothing: antialiased;
-moz-osx-... | 0.485356 | 0.077204 |
/* Config file for: WORDPRESS */
:root {
/* used */
--main-panel-width: initial;
--main-button-font-size: 14pt;
--main-button-padding: initial;
}
/* PUBLIC POST */
#plr-wiki-area-js {
margin: auto;
}
#plr-wiki-area-js .plrwiki-item-title {
font-weight: normal;
}
#plr-wiki-area-js .plrwiki-... | plr_get_wiki.css | /* Config file for: WORDPRESS */
:root {
/* used */
--main-panel-width: initial;
--main-button-font-size: 14pt;
--main-button-padding: initial;
}
/* PUBLIC POST */
#plr-wiki-area-js {
margin: auto;
}
#plr-wiki-area-js .plrwiki-item-title {
font-weight: normal;
}
#plr-wiki-area-js .plrwiki-... | 0.342791 | 0.071138 |
@charset "utf-8";
/*footer*/
#footer
{
width:100%;
height:300px;
margin-top:20px;
background:#f6f9fa;
}
#footer .f-container
{
width:1160px;
height:260px;
margin:0 auto;
padding-top:40px;
}
#footer .f-container .f-c-up
{
width:100%;
height:112px;
margin-bottom:30px;
}
#footer .f-contain... | bilibili/css/footer.css | @charset "utf-8";
/*footer*/
#footer
{
width:100%;
height:300px;
margin-top:20px;
background:#f6f9fa;
}
#footer .f-container
{
width:1160px;
height:260px;
margin:0 auto;
padding-top:40px;
}
#footer .f-container .f-c-up
{
width:100%;
height:112px;
margin-bottom:30px;
}
#footer .f-contain... | 0.108626 | 0.038358 |
.web_form__title, .web_form__subtitle, .web_form_title, .web_form_subtitle {
text-align: center;
margin-bottom: 10px;
}
.web_form__title, .web_form_title {
font-weight: bold;
font-size: 150%;
}
.web_form__result, .web_form_result {
text-align: center;
margin-top: 5px;
margin-bottom: 10px;
}
.web_form__res... | assets/web_form.css | .web_form__title, .web_form__subtitle, .web_form_title, .web_form_subtitle {
text-align: center;
margin-bottom: 10px;
}
.web_form__title, .web_form_title {
font-weight: bold;
font-size: 150%;
}
.web_form__result, .web_form_result {
text-align: center;
margin-top: 5px;
margin-bottom: 10px;
}
.web_form__res... | 0.407333 | 0.033024 |
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url(... | assets/css/profile.css | @font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url(... | 0.277277 | 0.046812 |
#debugWindow {
position: fixed;
top: 10px;
left: 0;
right: 0;
bottom: 10px;
width: 800px;
max-width: 100%;
margin: auto;
background: #fff;
border: 1px solid #ddd;
background-color: #fff;
z-index: 10000;
-webkit-box-shadow: 0px 0px 10px 2px rgba(61,61,61,0.6);
-moz-box-shadow: 0px 0px 10px 2... | app/style.css | #debugWindow {
position: fixed;
top: 10px;
left: 0;
right: 0;
bottom: 10px;
width: 800px;
max-width: 100%;
margin: auto;
background: #fff;
border: 1px solid #ddd;
background-color: #fff;
z-index: 10000;
-webkit-box-shadow: 0px 0px 10px 2px rgba(61,61,61,0.6);
-moz-box-shadow: 0px 0px 10px 2... | 0.165661 | 0.083068 |
body {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,2989d8+25,2989d8+50,2989d8+75,1e5799+99 */
background: #2989D8; /* Old browsers */
font-family: Impact;
color: #fff;
text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}
#selected-equip-n... | static/css/equips.css | body {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,2989d8+25,2989d8+50,2989d8+75,1e5799+99 */
background: #2989D8; /* Old browsers */
font-family: Impact;
color: #fff;
text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}
#selected-equip-n... | 0.15519 | 0.104386 |
@import url('https://fonts.googleapis.com/css?family=Assistant&display=swap');
.centerx{
margin: 0 auto;
text-align: center;
margin-top: 1em;
width: 100%;
position: relative;
}
#four_in_a_row_container{
display: inline-block;
margin-top: 1em;
}
#four_in_a_row_container .gridCell {
bac... | public/styles/board.css | @import url('https://fonts.googleapis.com/css?family=Assistant&display=swap');
.centerx{
margin: 0 auto;
text-align: center;
margin-top: 1em;
width: 100%;
position: relative;
}
#four_in_a_row_container{
display: inline-block;
margin-top: 1em;
}
#four_in_a_row_container .gridCell {
bac... | 0.307774 | 0.064359 |
.navbar-inverse .navbar-nav .active>.nav-link {
color:#d94f5c;
display: block;
font-weight: bold;
padding:13px;
cursor: pointer;
border: 2px solid #d94f5c;
}
.navbar-inverse .navbar-nav .nav-link {
color:#b5b5b5;
display: block;
font-weight: bold;
padding: 14px;
cursor: pointer;
}
/*When you hov... | lib/css/style.css | .navbar-inverse .navbar-nav .active>.nav-link {
color:#d94f5c;
display: block;
font-weight: bold;
padding:13px;
cursor: pointer;
border: 2px solid #d94f5c;
}
.navbar-inverse .navbar-nav .nav-link {
color:#b5b5b5;
display: block;
font-weight: bold;
padding: 14px;
cursor: pointer;
}
/*When you hov... | 0.325199 | 0.049382 |
#device.portrait.tablet.webOS.appview #simscreen,
#device.portrait.tablet.webOS.browser #simscreen,
#device.landscape.tablet.webOS.appview #simscreen,
#device.landscape.tablet.webOS.browser #simscreen {
top: 66px;
bottom: 32px;
background: #fff;
}
#device.portrait.tablet.webOS.appview #statusbar,
#device.landscape.... | os/images/webOS/layout.css | #device.portrait.tablet.webOS.appview #simscreen,
#device.portrait.tablet.webOS.browser #simscreen,
#device.landscape.tablet.webOS.appview #simscreen,
#device.landscape.tablet.webOS.browser #simscreen {
top: 66px;
bottom: 32px;
background: #fff;
}
#device.portrait.tablet.webOS.appview #statusbar,
#device.landscape.... | 0.34798 | 0.059156 |
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
html,
body {
height: calc(100vh - 5px);
background: #fafafa;
padding: 5px 5px 0 5px;
font-family: 'Ubuntu', sans-serif;
}
:root {
--input-padding-x: 1.5rem;
--input-padding-y: .75rem;
}
::-moz-placeholder {
color: rgba(0, 0, 0, 0.6);
font-siz... | public/css/main.css | * {
box-sizing: border-box;
padding: 0;
margin: 0;
}
html,
body {
height: calc(100vh - 5px);
background: #fafafa;
padding: 5px 5px 0 5px;
font-family: 'Ubuntu', sans-serif;
}
:root {
--input-padding-x: 1.5rem;
--input-padding-y: .75rem;
}
::-moz-placeholder {
color: rgba(0, 0, 0, 0.6);
font-siz... | 0.389082 | 0.090534 |
body {
font-family: "Open Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
}
.teach-mbot-section .title {
margin-top: 35px;
margin-bottom: 40px;
padding-left: 10px;
padding-bottom: 20px;
font-size: 32px;
color: #6... | mBot Serial Port Protocol_files/learn_teach.css | body {
font-family: "Open Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
}
.teach-mbot-section .title {
margin-top: 35px;
margin-bottom: 40px;
padding-left: 10px;
padding-bottom: 20px;
font-size: 32px;
color: #6... | 0.407687 | 0.07072 |
@media only screen and (max-width: 1920px){
.page-wrapper{
overflow:hidden;
}
}
@media only screen and (max-width: 1460px){
.fluid-section-one .floated-image-left,
.fluid-section-one .floated-image-right,
.call-to-action-one .floated-image-right{
bottom:-50px;
max-width:400px;
}
.fullwidth-galler... | public/css/responsive.css |
@media only screen and (max-width: 1920px){
.page-wrapper{
overflow:hidden;
}
}
@media only screen and (max-width: 1460px){
.fluid-section-one .floated-image-left,
.fluid-section-one .floated-image-right,
.call-to-action-one .floated-image-right{
bottom:-50px;
max-width:400px;
}
.fullwidth-galler... | 0.208098 | 0.055132 |
.cp-customizer-tab .social-media-field textarea {
line-height: normal;
}
.social-media,
.social-media-field {
margin-bottom: 15px;
}
.cp-mini-box {
padding: 10px;
display: inline-block;
border-left: 1px solid #eeeeee;
}
.social-media-field label {
font-weight: bold;
display: block;
margin-bottom: 5px;... | wordpress/wp-content/plugins/convertplug/framework/lib/fields/social-media/social-media.css | .cp-customizer-tab .social-media-field textarea {
line-height: normal;
}
.social-media,
.social-media-field {
margin-bottom: 15px;
}
.cp-mini-box {
padding: 10px;
display: inline-block;
border-left: 1px solid #eeeeee;
}
.social-media-field label {
font-weight: bold;
display: block;
margin-bottom: 5px;... | 0.499756 | 0.072735 |
.list-item {
height: 62px;
cursor: pointer;
touch-action: none;
box-sizing: border-box;
overflow: hidden;
width: 100%;
}
.message-container {
padding: 5px 9px 5px 16px;
cursor: default;
display: flex;
}
.split-view {
white-space: normal;
position: absolute;
width: 100%;
}
.collapsible {
ove... | src/webview/common/list.css | .list-item {
height: 62px;
cursor: pointer;
touch-action: none;
box-sizing: border-box;
overflow: hidden;
width: 100%;
}
.message-container {
padding: 5px 9px 5px 16px;
cursor: default;
display: flex;
}
.split-view {
white-space: normal;
position: absolute;
width: 100%;
}
.collapsible {
ove... | 0.442396 | 0.072999 |
@import url(http://weloveiconfonts.com/api/?family=zocial);
/* zocial */
[class*="zocial-"]:before {
font-family: 'zocial', sans-serif;
}
html {
width: 100%;
height: 100%;
}
body {
width: 100%;
height: 100%;
font-size: 100%;
color: #393E46;
background-color: #E8E8E8;
font-family: 'Open Sans', sans-serif;
}... | css/main.css | @import url(http://weloveiconfonts.com/api/?family=zocial);
/* zocial */
[class*="zocial-"]:before {
font-family: 'zocial', sans-serif;
}
html {
width: 100%;
height: 100%;
}
body {
width: 100%;
height: 100%;
font-size: 100%;
color: #393E46;
background-color: #E8E8E8;
font-family: 'Open Sans', sans-serif;
}... | 0.126934 | 0.055311 |
LOADS IN A NICE RESET TO ENSURE ALL BROWSERS HAVE THE SAME BASE STYLES
*********************************************************************/
@import url('https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css');
/*********************************************************************
YOUR MOBILE/BA... | style.css | LOADS IN A NICE RESET TO ENSURE ALL BROWSERS HAVE THE SAME BASE STYLES
*********************************************************************/
@import url('https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css');
/*********************************************************************
YOUR MOBILE/BA... | 0.358353 | 0.123921 |
.no-gutter > [class*='col-'] {
padding-right: 0;
padding-left: 0; }
.bottom-10 {
margin-bottom: 10px; }
@media only screen and (min-width: 641px) {
.bottom-10 {
margin-bottom: 20px; } }
@media only screen and (min-width: 1025px) {
.bottom-10 {
margin-bottom: 30px; } }
.bottom-11 {
marg... | src/assets/css/main.css | .no-gutter > [class*='col-'] {
padding-right: 0;
padding-left: 0; }
.bottom-10 {
margin-bottom: 10px; }
@media only screen and (min-width: 641px) {
.bottom-10 {
margin-bottom: 20px; } }
@media only screen and (min-width: 1025px) {
.bottom-10 {
margin-bottom: 30px; } }
.bottom-11 {
marg... | 0.258888 | 0.086864 |
.morphsearch {
width: 100%;
position: absolute;
z-index: 11;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
}
.morphsearch:before{
content: "";
width: 100%;
height: 100%;
position: fixed;
z-index: 1;
left: 0;
top: 0;
background-color: #fafafa;
}
.morphsearch.open {
opacity: 1;
visibility: visi... | front_assets/assets/css/component.css | .morphsearch {
width: 100%;
position: absolute;
z-index: 11;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
}
.morphsearch:before{
content: "";
width: 100%;
height: 100%;
position: fixed;
z-index: 1;
left: 0;
top: 0;
background-color: #fafafa;
}
.morphsearch.open {
opacity: 1;
visibility: visi... | 0.41834 | 0.061989 |
@charset "UTF-8";
/* 1.Basic Styling
-------------------------------------------------------------- */
html, body{
overflow-x: hidden;
-webkit-font-smoothing:antialiased;
}
body {
font-family: "Merriweather",Helvetica,Arial,sans-serif;
font-size: 15px;
font-weight: 400;
line-height: 1.628571... | css/style.css | @charset "UTF-8";
/* 1.Basic Styling
-------------------------------------------------------------- */
html, body{
overflow-x: hidden;
-webkit-font-smoothing:antialiased;
}
body {
font-family: "Merriweather",Helvetica,Arial,sans-serif;
font-size: 15px;
font-weight: 400;
line-height: 1.628571... | 0.26827 | 0.057256 |
span.ojs-inline span div {
display: inline-block;
}
/* add some breathing room between display outputs and text especially */
div.cell + section, div.cell + h1, div.cell + h2, div.cell + h3, div.cell + h4, div.cell + h5, div.cell + h6, div.cell + p {
margin-top: 1rem;
}
.observablehq .observablehq--inspect {
fo... | docs/site_libs/quarto-ojs/quarto-ojs.css | span.ojs-inline span div {
display: inline-block;
}
/* add some breathing room between display outputs and text especially */
div.cell + section, div.cell + h1, div.cell + h2, div.cell + h3, div.cell + h4, div.cell + h5, div.cell + h6, div.cell + p {
margin-top: 1rem;
}
.observablehq .observablehq--inspect {
fo... | 0.438545 | 0.246057 |
@import url('https://fonts.googleapis.com/css?family=Roboto:400');
@font-face {
font-family: "Crimson Text";
font-style: italic;
font-weight: 400;
src: local("Crimson Text Italic"), local("CrimsonText-Italic"),
url("https://fonts.gstatic.com/s/crimsontext/v8/wlpogwHKFkZgtmSR3NB0oRJfajhRK_Z_3... | assets/css/style.css | @import url('https://fonts.googleapis.com/css?family=Roboto:400');
@font-face {
font-family: "Crimson Text";
font-style: italic;
font-weight: 400;
src: local("Crimson Text Italic"), local("CrimsonText-Italic"),
url("https://fonts.gstatic.com/s/crimsontext/v8/wlpogwHKFkZgtmSR3NB0oRJfajhRK_Z_3... | 0.419886 | 0.12408 |
.sectors,
.society,
.title,
.next-dividend-date,
.fondamentals,
.boerse,
.graphics,
.dividend-chart
{
clear: both;
}
main > article
{
margin-top: 10px;
border-top: solid 2px black;
}
/*---*/
nav
{
position: sticky;
top: 0;
z-index: 500;
background-color: rgb(220, 220, 220);
}
.sectors .sector
{
d... | style.css | .sectors,
.society,
.title,
.next-dividend-date,
.fondamentals,
.boerse,
.graphics,
.dividend-chart
{
clear: both;
}
main > article
{
margin-top: 10px;
border-top: solid 2px black;
}
/*---*/
nav
{
position: sticky;
top: 0;
z-index: 500;
background-color: rgb(220, 220, 220);
}
.sectors .sector
{
d... | 0.272799 | 0.081337 |
font-family: 'simple_sansregular', sans-serif; }
#method_container .table > tbody > tr > td,
#method_container .table > thead > tr > th {
height: auto;
padding: 10px;
font-family: 'simple_sansregular', sans-serif;
max-width: 330px;
}
#method_container .tab-content.resourceRep .table > tbody > tr > t... | open-bank/src/devportal/all/themes/dbank/css/smartdocsCustom.css | font-family: 'simple_sansregular', sans-serif; }
#method_container .table > tbody > tr > td,
#method_container .table > thead > tr > th {
height: auto;
padding: 10px;
font-family: 'simple_sansregular', sans-serif;
max-width: 330px;
}
#method_container .tab-content.resourceRep .table > tbody > tr > t... | 0.47025 | 0.075961 |
@font-face {
font-family: 'Raleway';
src: url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot");
/* IE9 Compat Modes */
src: local("Raleway"), local("Raleway-Regular"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Raleway_v2/rale... | public/css/Front/staff/finished_event/staff_report/staff_report_responsive.css | @font-face {
font-family: 'Raleway';
src: url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot");
/* IE9 Compat Modes */
src: local("Raleway"), local("Raleway-Regular"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Raleway_v2/rale... | 0.212968 | 0.037082 |
.kc-web-sdk-btn {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
font-weight: 600 !important;
display: inline-block !important;
cursor: pointer;
border-radius: 4px !important;
background: #2F92E5 !important;
color: #ffffff !important;
margin: 0px;
padding: 0px;
-webkit-box-s... | src/stylesheets/style.css | .kc-web-sdk-btn {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
font-weight: 600 !important;
display: inline-block !important;
cursor: pointer;
border-radius: 4px !important;
background: #2F92E5 !important;
color: #ffffff !important;
margin: 0px;
padding: 0px;
-webkit-box-s... | 0.234757 | 0.060641 |
body{
padding-top:50px;
font-family: "univia-pro";
font-weight: 300;
}
.navbar-brand>img{
height:100%;
}
.navbar-default .navbar-nav>.active>a{
color: #1f77ed;
}
/*******************************************************************************************/
#Loading{
background-color: #f0f0f0;... | css/style.css | body{
padding-top:50px;
font-family: "univia-pro";
font-weight: 300;
}
.navbar-brand>img{
height:100%;
}
.navbar-default .navbar-nav>.active>a{
color: #1f77ed;
}
/*******************************************************************************************/
#Loading{
background-color: #f0f0f0;... | 0.339718 | 0.061848 |
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
/* line 11, C:/Users/Yousefs_Dator/Desktop/Projekt/Form/form-sass/2-base/_normalize.scss */
html {
line-he... | styles.css | ========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
/* line 11, C:/Users/Yousefs_Dator/Desktop/Projekt/Form/form-sass/2-base/_normalize.scss */
html {
line-he... | 0.39946 | 0.076339 |
.root {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
background-image: url('../../assets/illu_tree.svg');
background-repeat: no-repeat;
background-position-y: bottom;
background-size: 30rem;
background-attachment: fixed;
}
.content-box {
width: 70%;
height: 85%;
b... | client/src/pages/MainPage/styles.module.css | .root {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
background-image: url('../../assets/illu_tree.svg');
background-repeat: no-repeat;
background-position-y: bottom;
background-size: 30rem;
background-attachment: fixed;
}
.content-box {
width: 70%;
height: 85%;
b... | 0.543348 | 0.094218 |
.ember-power-calendar {
box-sizing: border-box;
position: relative;
}
.ember-power-calendar-nav {
box-sizing: border-box;
display: flex;
justify-content: space-between;
}
.ember-power-calendar-nav * {
box-sizing: border-box;
}
.ember-power-calendar-days, .ember-power-calendar-days * {
box-sizing: borde... | addon/styles/components/ember-power-calendar.css | .ember-power-calendar {
box-sizing: border-box;
position: relative;
}
.ember-power-calendar-nav {
box-sizing: border-box;
display: flex;
justify-content: space-between;
}
.ember-power-calendar-nav * {
box-sizing: border-box;
}
.ember-power-calendar-days, .ember-power-calendar-days * {
box-sizing: borde... | 0.528777 | 0.093719 |
.as-input,
.as-textarea {
--as--input--font: var(--as--font--body);
--as--input--background-color: var(--as--color--ui-01, #FFF);
--as--input--color: var(--as--color--type-01, #2C2C2C);
--as--input--placeholder-color: var(--as--color--type-03, #BABABA);
--as--input--shadow-color: var(--as--color--ui-04, #D1D5... | src/v2/lib/airship-style/inputs/inputs.css | .as-input,
.as-textarea {
--as--input--font: var(--as--font--body);
--as--input--background-color: var(--as--color--ui-01, #FFF);
--as--input--color: var(--as--color--type-01, #2C2C2C);
--as--input--placeholder-color: var(--as--color--type-03, #BABABA);
--as--input--shadow-color: var(--as--color--ui-04, #D1D5... | 0.405449 | 0.088741 |
.wallpaper-container {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
width: 100vw;
height: 100vh;
z-index: -1;
}
.wallpaper-container-image {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.wallpaper-control-container {
position: absolute;
botto... | src/pages/components/wallpaper.css | .wallpaper-container {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
width: 100vw;
height: 100vh;
z-index: -1;
}
.wallpaper-container-image {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.wallpaper-control-container {
position: absolute;
botto... | 0.292292 | 0.077413 |
:root {
--xiketic-color: #00011D;
--royal-blue-dark-color: #00023E;
--blue-pantone-color: #171C93;
--persian-blue-color: #272DCE;
--vivid-sky-blue-color: #25D4FB;
--red-color: #FF0000;
--white-color: #FFFFFF;
--light-periwinkle-color: #D0D1E8;
--silver-color: #C4C4C4;
--davys-grey-color: #5F5F5F;
... | index.css |
:root {
--xiketic-color: #00011D;
--royal-blue-dark-color: #00023E;
--blue-pantone-color: #171C93;
--persian-blue-color: #272DCE;
--vivid-sky-blue-color: #25D4FB;
--red-color: #FF0000;
--white-color: #FFFFFF;
--light-periwinkle-color: #D0D1E8;
--silver-color: #C4C4C4;
--davys-grey-color: #5F5F5F;
... | 0.207938 | 0.06951 |
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
* {
font-family: 'Roboto Condensed', sans-serif;
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
height: 100%;
}
body {
position: relative;
font-family: sans-serif;
font-size: 16px;
min-height: 100%;
... | themes/pioche/static/css/style.css | @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
* {
font-family: 'Roboto Condensed', sans-serif;
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
height: 100%;
}
body {
position: relative;
font-family: sans-serif;
font-size: 16px;
min-height: 100%;
... | 0.493164 | 0.089654 |
.panel {
margin: 15px 0;
}
.panel .container {
display: flex;
flex-direction: column;
}
.panel-box-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.panel-box-content {
height: 140px;
min-width: 275px;
width: 335px;
margin: 25px 15px 25px 15px;
border... | assets/theme-css/panel.css | .panel {
margin: 15px 0;
}
.panel .container {
display: flex;
flex-direction: column;
}
.panel-box-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.panel-box-content {
height: 140px;
min-width: 275px;
width: 335px;
margin: 25px 15px 25px 15px;
border... | 0.532911 | 0.119203 |
*{
padding: 0em;
margin: 0em;
box-sizing: border-box;
}
a{
text-decoration: none;
}
@media screen and (max-width: 37.5em)
{ body > div.return-home > a > i{
display: flex;
justify-content: flex-end;
align-items: center;
padding: .5em;
color: #fa755a;
... | app/static/css/processing.css | *{
padding: 0em;
margin: 0em;
box-sizing: border-box;
}
a{
text-decoration: none;
}
@media screen and (max-width: 37.5em)
{ body > div.return-home > a > i{
display: flex;
justify-content: flex-end;
align-items: center;
padding: .5em;
color: #fa755a;
... | 0.288669 | 0.075414 |
html {
position: relative;
min-height: 100%;
}
body {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
height: 100%;
margin-bottom: 60px;
font-size: 14px;
line-height: 1.5;
color: #555555;
background-color: #ffffff;
}
#app {
min-height: 100%;
}
#footer {
... | public/css/indusrabbit-theme-simple.css | html {
position: relative;
min-height: 100%;
}
body {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
height: 100%;
margin-bottom: 60px;
font-size: 14px;
line-height: 1.5;
color: #555555;
background-color: #ffffff;
}
#app {
min-height: 100%;
}
#footer {
... | 0.361841 | 0.052692 |
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/* Sections
============... | ydwork/src/css/money_app.css | ========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/* Sections
============... | 0.667581 | 0.084985 |
.luckysheet-tooltip-mask,
.luckysheet-modal-dialog-mask {
position: absolute;
height: 100%;
width: 100%;
display: none;
left: 0;
top: 0;
z-index: 1005;
}
.luckysheet-scrollbar-ltr {
z-index: 1000;
}
.luckysheet-modal-dialog {
z-index: 1010;
}
/* #region lulu UI 样式调整 */
.ui-select {
... | src/css/zepoint.css | .luckysheet-tooltip-mask,
.luckysheet-modal-dialog-mask {
position: absolute;
height: 100%;
width: 100%;
display: none;
left: 0;
top: 0;
z-index: 1005;
}
.luckysheet-scrollbar-ltr {
z-index: 1000;
}
.luckysheet-modal-dialog {
z-index: 1010;
}
/* #region lulu UI 样式调整 */
.ui-select {
... | 0.269999 | 0.053552 |
@import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inconsolata:wght@300&display=swap);
@keyframes fadein {
0% {
opacity: 0.5;
}
to {
opacity: 1;
}
}
html {
color: #fff;
height: 100%;
background-image:... | static/style.css | @import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inconsolata:wght@300&display=swap);
@keyframes fadein {
0% {
opacity: 0.5;
}
to {
opacity: 1;
}
}
html {
color: #fff;
height: 100%;
background-image:... | 0.348423 | 0.094343 |
body {
padding: 0;
margin: 0;
font-family: Microsoft YaHei,WenQuanYi Micro Hei,Arial,sans-serif;
}
ul > li {
display: inline-block;
}
.container {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
width: 1100px;
margin: 0 auto 0 auto;
... | movie.css | body {
padding: 0;
margin: 0;
font-family: Microsoft YaHei,WenQuanYi Micro Hei,Arial,sans-serif;
}
ul > li {
display: inline-block;
}
.container {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
width: 1100px;
margin: 0 auto 0 auto;
... | 0.373762 | 0.122891 |
html,
body {
height: 100%;
}
form[role=login] {
/*margin-top: 15%;*/
color: #959595;
/*margin: 0 auto;*/
}
form[role=login] .input-group-addon {
border: none;
background: #fff;
}
form[role=login] input[type=text],
form[role=login] input[type=password] {
bord... | web/css/site.css | html,
body {
height: 100%;
}
form[role=login] {
/*margin-top: 15%;*/
color: #959595;
/*margin: 0 auto;*/
}
form[role=login] .input-group-addon {
border: none;
background: #fff;
}
form[role=login] input[type=text],
form[role=login] input[type=password] {
bord... | 0.313735 | 0.04666 |