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');
@import url('https://fonts.googleapis.com/css?family=Andada|Permanent+Marker|Raleway:300');
* {
box-sizing: border-box;
}
body {
background: #2196F3;
position: relative;
font-family: 'Roboto', sans-serif;
color: #fff;
}
#theme {
border: 1;
border... | public/stylesheets/style.css | @import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Andada|Permanent+Marker|Raleway:300');
* {
box-sizing: border-box;
}
body {
background: #2196F3;
position: relative;
font-family: 'Roboto', sans-serif;
color: #fff;
}
#theme {
border: 1;
border... | 0.524638 | 0.136349 |
.gateways {
margin-top: 10px;
margin-right: 0px;
margin-left: 0px;
}
.gateway-wrapper {
margin-bottom: 10px;
}
.gateway-link {
position: relative;
display: block;
overflow: hidden;
height: 220px;
color: #fff;
text-decoration: none;
}
.gateway-col-1, .gateway-col-5 {
padding-right: 5px;
paddin... | themes/harrispumps/css/_gateways.css | .gateways {
margin-top: 10px;
margin-right: 0px;
margin-left: 0px;
}
.gateway-wrapper {
margin-bottom: 10px;
}
.gateway-link {
position: relative;
display: block;
overflow: hidden;
height: 220px;
color: #fff;
text-decoration: none;
}
.gateway-col-1, .gateway-col-5 {
padding-right: 5px;
paddin... | 0.53437 | 0.073397 |
@font-face {
font-family: Acme;
src: url('../fonts/Acme/Acme-Regular.ttf')
}
@font-face {
font-family: AmaticSC;
src: url('../fonts/Amatic_SC/AmaticSC-Regular.ttf')
}
@font-face {
font-family: ArchitectsDaughter;
src: url('../fonts/Architects_Daughter/ArchitectsDaughter-Regular.ttf')
}
@font-fac... | src/assets/css/fonts.css | @font-face {
font-family: Acme;
src: url('../fonts/Acme/Acme-Regular.ttf')
}
@font-face {
font-family: AmaticSC;
src: url('../fonts/Amatic_SC/AmaticSC-Regular.ttf')
}
@font-face {
font-family: ArchitectsDaughter;
src: url('../fonts/Architects_Daughter/ArchitectsDaughter-Regular.ttf')
}
@font-fac... | 0.266166 | 0.053255 |
.free-simple-slider {
position: relative;
}
.free-simple-slider .slider-box {
height: 370px;
list-style: none;
margin: 0;
padding: 0;
position: relative;
margin-bottom:25px;
}
.free-simple-slider li {
height: 100%;
width:100%;
max-width: 1200px;
position: absolute;
overf... | public/js/free-simple-slider.css | .free-simple-slider {
position: relative;
}
.free-simple-slider .slider-box {
height: 370px;
list-style: none;
margin: 0;
padding: 0;
position: relative;
margin-bottom:25px;
}
.free-simple-slider li {
height: 100%;
width:100%;
max-width: 1200px;
position: absolute;
overf... | 0.61659 | 0.080719 |
@-moz-document domain("enbdev.com") {
body {
background: #151515;
}
div.content {
background: #151515;
border-color: #404040;
}
div.pcenter,
div.ppage {
background: #151515;
}
p,
h4,
h2,
a.black {
color: #777777;
}
a.black:visited {
color: #634c77;
}
.pscreenshot img {
... | data/usercss/129115.user.css | @-moz-document domain("enbdev.com") {
body {
background: #151515;
}
div.content {
background: #151515;
border-color: #404040;
}
div.pcenter,
div.ppage {
background: #151515;
}
p,
h4,
h2,
a.black {
color: #777777;
}
a.black:visited {
color: #634c77;
}
.pscreenshot img {
... | 0.150465 | 0.08292 |
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'),
url('../fonts/open-sans-v17-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/open-sans-v17-latin-300.woff') format('woff'); ... | template/openlitespeed/admin/html.open/res/css/googlefonts.css | @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'),
url('../fonts/open-sans-v17-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/open-sans-v17-latin-300.woff') format('woff'); ... | 0.248443 | 0.045905 |
html {
box-sizing: border-box;
}
* {
margin: 0;
padding: 0;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: ... | html-css/module-06/css/styles.css | html {
box-sizing: border-box;
}
* {
margin: 0;
padding: 0;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: ... | 0.500732 | 0.065845 |
html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
body{
background-color: #2c3c5f;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Montserrat', sans-serif;
}
ul{
list-style: none;
padding: 0;
}
ul li{
display: inline;
}
.bu... | css/main.css | html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
body{
background-color: #2c3c5f;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Montserrat', sans-serif;
}
ul{
list-style: none;
padding: 0;
}
ul li{
display: inline;
}
.bu... | 0.440469 | 0.084606 |
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@400;500;600&family=Work+Sans:wght@600;800&display=swap');
:root {
--odp-main: #36393f;
--odp-profile: #18191c;
--odp-brand-blue: #5865F2;
--odp-profilepx-width: 300px;
--odp-profilepx-borderrad: 8px;
--odp-font-thick: 'Wo... | css/profile.css | @import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@400;500;600&family=Work+Sans:wght@600;800&display=swap');
:root {
--odp-main: #36393f;
--odp-profile: #18191c;
--odp-brand-blue: #5865F2;
--odp-profilepx-width: 300px;
--odp-profilepx-borderrad: 8px;
--odp-font-thick: 'Wo... | 0.427636 | 0.084003 |
@-moz-document domain("app.groupme.com"), domain("web.groupme.com") {
/*!
* Midnight GroupMe
* Copyright 2019 <NAME> (oxguy3)
* Licensed under MIT
* Based on Bootswatch's Darkly theme
*/
/*!
* bootswatch v3.4.1
* Homepage: http://bootswatch.com
* Copyright 2012-2019 <NAME>
* Licensed under MIT
* Ba... | data/usercss/169311.user.css | @-moz-document domain("app.groupme.com"), domain("web.groupme.com") {
/*!
* Midnight GroupMe
* Copyright 2019 <NAME> (oxguy3)
* Licensed under MIT
* Based on Bootswatch's Darkly theme
*/
/*!
* bootswatch v3.4.1
* Homepage: http://bootswatch.com
* Copyright 2012-2019 <NAME>
* Licensed under MIT
* Ba... | 0.651798 | 0.050354 |
@media screen and (max-width: 1023.5px) {
section.solutionpage__gatepromo {
margin-top: 60px;
}
}
@media screen and (max-width: 600px) {
section.solutionpage__gatepromo {
margin-top: 100px;
}
}
section.solutionpage__gatepromo .solutionpage__gatepromo__bluecontainer {
max-width: 1000px;
margin: 0 aut... | src/styles/common/solution/gatepromo/dist/index.css | @media screen and (max-width: 1023.5px) {
section.solutionpage__gatepromo {
margin-top: 60px;
}
}
@media screen and (max-width: 600px) {
section.solutionpage__gatepromo {
margin-top: 100px;
}
}
section.solutionpage__gatepromo .solutionpage__gatepromo__bluecontainer {
max-width: 1000px;
margin: 0 aut... | 0.406391 | 0.078254 |
.menu-clicked {
position: absolute;
top: 0;
width: 100%;
height: 100%;
background-color: black;
display: none;
opacity: 0.6;
z-index: 1;
}
#exp-menu,
.title-item,
.menu-open:checked~.menu-item:nth-child(3),
.menu-open:checked~.menu-item:nth-child(4),
.menu-open:checked~.menu-item:nth-chi... | www/states/ap/warmup_no_exp_menu.css | .menu-clicked {
position: absolute;
top: 0;
width: 100%;
height: 100%;
background-color: black;
display: none;
opacity: 0.6;
z-index: 1;
}
#exp-menu,
.title-item,
.menu-open:checked~.menu-item:nth-child(3),
.menu-open:checked~.menu-item:nth-child(4),
.menu-open:checked~.menu-item:nth-chi... | 0.375363 | 0.072933 |
Styles adapted from:
https://codepen.io/johanmouchet/pen/qprOGW
*/
.cannon {
height: 70vh;
width: 1px;
position: relative;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-animation: cannon-explosion 1.2s cubic-bezier(0.18, 0.89, 0.32, 1.28) both;
animation: cannon-explosion 1.... | episodes/episode-012/epoch/confetti.css | Styles adapted from:
https://codepen.io/johanmouchet/pen/qprOGW
*/
.cannon {
height: 70vh;
width: 1px;
position: relative;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-animation: cannon-explosion 1.2s cubic-bezier(0.18, 0.89, 0.32, 1.28) both;
animation: cannon-explosion 1.... | 0.621426 | 0.137301 |
header {
width: 100%;
height: 200px;
font-size: 5em;
color: rgb(229, 209, 128);
font-family: 'Tangerine', cursive;
margin-top: 100px;
text-align: center;
font-weight:bolder;
text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}
body {
background-image: url(../images/E... | CSS/victory.css | header {
width: 100%;
height: 200px;
font-size: 5em;
color: rgb(229, 209, 128);
font-family: 'Tangerine', cursive;
margin-top: 100px;
text-align: center;
font-weight:bolder;
text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}
body {
background-image: url(../images/E... | 0.385028 | 0.141074 |
body {
font-family: 'Lato', sans-serif;
font-size: 16px
}
img {
width: 300px;
}
body.active {
overflow: hidden;
z-index: -1
}
.no-js #experience-timeline>div {
background: #fff;
padding: 10px;
margin-bottom: 10px;
border: 1px solid #dcd9d9
}
.no-js #experience-timeline>div h3 {
font-size: 1.5em;... | css/old-styles.css | body {
font-family: 'Lato', sans-serif;
font-size: 16px
}
img {
width: 300px;
}
body.active {
overflow: hidden;
z-index: -1
}
.no-js #experience-timeline>div {
background: #fff;
padding: 10px;
margin-bottom: 10px;
border: 1px solid #dcd9d9
}
.no-js #experience-timeline>div h3 {
font-size: 1.5em;... | 0.46393 | 0.129238 |
.metrics {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
place-items: center;
}
.metrics__bubble {
background-color: rgba(11, 133, 111, 0.99);
box-shadow: 0 27px 33px 0 rgba(39, 174, 150, 0.22);
background-image: url('../../assets/graph.svg');
background-size: 27... | src/components/metric/metric.css | .metrics {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
place-items: center;
}
.metrics__bubble {
background-color: rgba(11, 133, 111, 0.99);
box-shadow: 0 27px 33px 0 rgba(39, 174, 150, 0.22);
background-image: url('../../assets/graph.svg');
background-size: 27... | 0.502441 | 0.262109 |
.StripeElement {
box-sizing: border-box;
height: 40px;
padding: 10px 12px;
border: 1px solid transparent;
border-radius: 4px;
background-color: white;
box-shadow: 0 1px 3px 0 #e6ebf1;
-webkit-transition: box-shadow 150ms ease;
transition: box-shadow 150ms ease;
}
.Stripe... | resources/sass/custom.css | .StripeElement {
box-sizing: border-box;
height: 40px;
padding: 10px 12px;
border: 1px solid transparent;
border-radius: 4px;
background-color: white;
box-shadow: 0 1px 3px 0 #e6ebf1;
-webkit-transition: box-shadow 150ms ease;
transition: box-shadow 150ms ease;
}
.Stripe... | 0.305697 | 0.139514 |
.epoch .axis path, .epoch .axis line { shape-rendering: crispEdges; }
.epoch .axis.canvas .tick line { shape-rendering: geometricPrecision; }
/* Canvas Styles Reference Container The reference container is an SVG that is automatically created when Epoch is loaded. It is used by the canvas based plots to obtain co... | crypto/template1/assets/css/epoch.css | .epoch .axis path, .epoch .axis line { shape-rendering: crispEdges; }
.epoch .axis.canvas .tick line { shape-rendering: geometricPrecision; }
/* Canvas Styles Reference Container The reference container is an SVG that is automatically created when Epoch is loaded. It is used by the canvas based plots to obtain co... | 0.754373 | 0.176707 |
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css?family=Jua|Nanum+Gothic&display=swap');
*{margin:0; padding:0; border:0;}
ul,li{list-style:none;}
a{text-decoration:none; color:#000;}
/* font-family: 'Nanum Gothic', san... | project/twosome/css/style.css | @charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css?family=Jua|Nanum+Gothic&display=swap');
*{margin:0; padding:0; border:0;}
ul,li{list-style:none;}
a{text-decoration:none; color:#000;}
/* font-family: 'Nanum Gothic', san... | 0.218253 | 0.05498 |
.home-btn {
color: white;
font-size: 20px;
font-weight: 700;
box-sizing: border-box;
border-radius: 30px;
background: linear-gradient(90deg, #79eeac, #6bd1ff, #5988fd, #c500b0, #ba0ec4, #ff586d, #feae06, #feae06, #79eeac);
background-size: 400%; }
.home-btn:hover {
color: white;
animation: animate 8s... | web/front/scss/modified/css/donation.css | .home-btn {
color: white;
font-size: 20px;
font-weight: 700;
box-sizing: border-box;
border-radius: 30px;
background: linear-gradient(90deg, #79eeac, #6bd1ff, #5988fd, #c500b0, #ba0ec4, #ff586d, #feae06, #feae06, #79eeac);
background-size: 400%; }
.home-btn:hover {
color: white;
animation: animate 8s... | 0.412885 | 0.075176 |
.markItUp {
background-color:#FFF;
border:1px solid #3C769D;
padding:5px;
}
.markItUp * {
margin:0px; padding:0px;
outline:none;
}
.markItUp a:link,
.markItUp a:visited {
color:#000;
text-decoration:none;
}
.markItUp {
width:690px;
margin:5px 0 5px 0;
}
.markItUpContainer {
width:690px;
font:11px Verdana,... | src/markitup/skins/live/style.css | .markItUp {
background-color:#FFF;
border:1px solid #3C769D;
padding:5px;
}
.markItUp * {
margin:0px; padding:0px;
outline:none;
}
.markItUp a:link,
.markItUp a:visited {
color:#000;
text-decoration:none;
}
.markItUp {
width:690px;
margin:5px 0 5px 0;
}
.markItUpContainer {
width:690px;
font:11px Verdana,... | 0.14851 | 0.089694 |
@charset "UTF-8";
.bp-element-st-list-videos.vblog-layout-1 .wrap-element [class*="col-"] {
padding-bottom: 30px; }
.bp-element-st-list-videos.vblog-layout-1 .wrap-element .heading-post {
margin-bottom: 36px; }
.bp-element-st-list-videos.vblog-layout-1 .wrap-element .heading-post .title {
font-weight: 600;
... | wp-content/plugins/builderpress/inc/elements/Stellar-video-player/st-list-videos/assets/css/st-list-videos.css | @charset "UTF-8";
.bp-element-st-list-videos.vblog-layout-1 .wrap-element [class*="col-"] {
padding-bottom: 30px; }
.bp-element-st-list-videos.vblog-layout-1 .wrap-element .heading-post {
margin-bottom: 36px; }
.bp-element-st-list-videos.vblog-layout-1 .wrap-element .heading-post .title {
font-weight: 600;
... | 0.422505 | 0.046443 |
.selectable_background_black {
-fx-background-color: transparent;
}
.selectable_background_black:hover {
-fx-background-color: #C3504C;
}
.selectable_background_black:pressed {
-fx-background-color: #AA4642;
}
/* 背景 - 白色 */
.selectable_background_white {
-fx-background-color: #FFFFFF;
}
.selectable_b... | sample/src/main/resources/css/selectors.css | .selectable_background_black {
-fx-background-color: transparent;
}
.selectable_background_black:hover {
-fx-background-color: #C3504C;
}
.selectable_background_black:pressed {
-fx-background-color: #AA4642;
}
/* 背景 - 白色 */
.selectable_background_white {
-fx-background-color: #FFFFFF;
}
.selectable_b... | 0.27513 | 0.08819 |
:root {
--text-color: #4a4a4a;
--text-alert-color: #b40000;
--line-color: #52c95a6e;
--bg-color: #3a913f;
--bg-color-light: #71ff797c;
--nav-width: 256px;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: sans-serif;
color: var(--text-color);
}
html, body {
... | client/static/style.css | :root {
--text-color: #4a4a4a;
--text-alert-color: #b40000;
--line-color: #52c95a6e;
--bg-color: #3a913f;
--bg-color-light: #71ff797c;
--nav-width: 256px;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: sans-serif;
color: var(--text-color);
}
html, body {
... | 0.457864 | 0.158012 |
@font-face {
font-family: "Pacifico-Regular";
src: url('../font/Pacifico-Regular.ttf') format('truetype');
}
@font-face {
font-family: "UnidreamLED";
src: url('../font/UnidreamLED.ttf') format('truetype');
}
@font-face {
font-family: "MiSans";
src: url('../font/MiSans-Regular.woff') format('wo... | css/font.css | @font-face {
font-family: "Pacifico-Regular";
src: url('../font/Pacifico-Regular.ttf') format('truetype');
}
@font-face {
font-family: "UnidreamLED";
src: url('../font/UnidreamLED.ttf') format('truetype');
}
@font-face {
font-family: "MiSans";
src: url('../font/MiSans-Regular.woff') format('wo... | 0.339061 | 0.087447 |
basic theme color and font styles
*/
:root {
--bg-color: #fff;
--main-text-color: #181818;
--secondary-text-color: #999;
--tertiary-text-color: #f1f1f1;
--main-accent-color: #0DBC79;
--secondary-accent-color: #BBEBD5;
}
body,
textarea,
input,
select,
select option {
font-family: 'Poppins', sans-serif;... | src/assets/css/themes/theme-minimal.css | basic theme color and font styles
*/
:root {
--bg-color: #fff;
--main-text-color: #181818;
--secondary-text-color: #999;
--tertiary-text-color: #f1f1f1;
--main-accent-color: #0DBC79;
--secondary-accent-color: #BBEBD5;
}
body,
textarea,
input,
select,
select option {
font-family: 'Poppins', sans-serif;... | 0.409339 | 0.062531 |
* Typography
* ======================================================================== */
/**
* Custom application mixins available through out the app
*/
/* Chat Scrollbar */
.root {
z-index: 100;
background: var(--navbar-bg);
-webkit-box-shadow: var(--navbar-shadow);
box-shadow: var(--navbar-shad... | src/components/Header/Header.module.css | * Typography
* ======================================================================== */
/**
* Custom application mixins available through out the app
*/
/* Chat Scrollbar */
.root {
z-index: 100;
background: var(--navbar-bg);
-webkit-box-shadow: var(--navbar-shadow);
box-shadow: var(--navbar-shad... | 0.460046 | 0.056757 |
@keyframes bounce {
0%, 20%, 60%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
80% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
}
/* CORPO */
body {
font-family: Arial, ... | style.css | @keyframes bounce {
0%, 20%, 60%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
80% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
}
/* CORPO */
body {
font-family: Arial, ... | 0.201342 | 0.068475 |
.jcarousel-skin-tango{
float:left;
width:100%;
margin:0;
margin-bottom:50px;
padding:0;
}
.jcarousel-skin-tango li{
position:relative;
float:left;
margin:0;
width:auto;
padding:0;
}
.jcarousel-skin-tango .jcarousel-container {
width:100%;
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
direction: rtl;... | css/jcarousel.css | .jcarousel-skin-tango{
float:left;
width:100%;
margin:0;
margin-bottom:50px;
padding:0;
}
.jcarousel-skin-tango li{
position:relative;
float:left;
margin:0;
width:auto;
padding:0;
}
.jcarousel-skin-tango .jcarousel-container {
width:100%;
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
direction: rtl;... | 0.380299 | 0.054929 |
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
box-sizing: border-box;
/* 1 */
border-width: 0;
/* 2... | dist/output.css | 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
box-sizing: border-box;
/* 1 */
border-width: 0;
/* 2... | 0.667906 | 0.225971 |
nav.main ul li {
padding: 15px;
margin: 0;
font-size: 1.2em;
}
nav.main {
position: sticky;
position: -webkit-sticky;
top: 0;
z-index: 100;
box-shadow: 0 5px 15px -10px rgba(0, 0, 0, 0.253);
width: 100%;
background-color: white;
height: 65px;
display: flex;
align-ite... | assets/css/navbar.css | nav.main ul li {
padding: 15px;
margin: 0;
font-size: 1.2em;
}
nav.main {
position: sticky;
position: -webkit-sticky;
top: 0;
z-index: 100;
box-shadow: 0 5px 15px -10px rgba(0, 0, 0, 0.253);
width: 100%;
background-color: white;
height: 65px;
display: flex;
align-ite... | 0.499023 | 0.067454 |
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap");
:root {
--bg-primary: #ffffff;
--bg-secondary: #090C19;
--txt-primary: #090C19;
--txt-secondary: #777777;
--txt-tertiary: #38393F;
... | style.css | @charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap");
:root {
--bg-primary: #ffffff;
--bg-secondary: #090C19;
--txt-primary: #090C19;
--txt-secondary: #777777;
--txt-tertiary: #38393F;
... | 0.40392 | 0.087916 |
:root {
--color__grey--lighter: #eaebed;
--color__grey--light: #cbcbcb;
--color__grey: #4d4d4d;
--color__white: #ffffff;
--color__orange: #ea7d2b;
--color__mint: #10adb0;
--color__coral: #ee4756;
--color__navy: #105f8c;
--font__family--base: "Roboto", sans-serif;
--color-text: var(--... | css/styles.css | :root {
--color__grey--lighter: #eaebed;
--color__grey--light: #cbcbcb;
--color__grey: #4d4d4d;
--color__white: #ffffff;
--color__orange: #ea7d2b;
--color__mint: #10adb0;
--color__coral: #ee4756;
--color__navy: #105f8c;
--font__family--base: "Roboto", sans-serif;
--color-text: var(--... | 0.417271 | 0.071397 |
body{
margin-left: 5% !important;
margin-right: 5% !important;
background:#EEEEEE !important;
}
html{
background: #BBDEFB !important;
}
#book_classess{
margin-left: 10%;
margin-right: 10%;
}
#book_classess1{
margin-left: 10%;
margin-right: 10%;
}
#heading{
margin-left: 10%;
}
.profile{
width: ... | assets/css/styles.css | body{
margin-left: 5% !important;
margin-right: 5% !important;
background:#EEEEEE !important;
}
html{
background: #BBDEFB !important;
}
#book_classess{
margin-left: 10%;
margin-right: 10%;
}
#book_classess1{
margin-left: 10%;
margin-right: 10%;
}
#heading{
margin-left: 10%;
}
.profile{
width: ... | 0.29523 | 0.054904 |
img.icon {
float: left;
margin-left: -35px;
width: 30px;
height: 30px;
}
body {font-size: 16px;}
h1 {font-size: 40px;}
h2 {font-size: 30px;}
/* Fixes for fixed navbar --------------------------*/
body {
position: relative;
padding-top: 65px;
}
.contents h1, .contents h2, .contents h3, .contents h4 {
p... | docs/pkgdown.css | img.icon {
float: left;
margin-left: -35px;
width: 30px;
height: 30px;
}
body {font-size: 16px;}
h1 {font-size: 40px;}
h2 {font-size: 30px;}
/* Fixes for fixed navbar --------------------------*/
body {
position: relative;
padding-top: 65px;
}
.contents h1, .contents h2, .contents h3, .contents h4 {
p... | 0.405684 | 0.101723 |
.wax-legends,
.wax-tooltip {
position:absolute;
z-index:999999;
right:10px;
}
.wax-legends { bottom:10px; }
.wax-tooltip { top:10px; }
.wax-legend,
.wax-tooltip {
font:normal 13px/20px Arial,sans-serif;
color:#222;
min-width:180px;
max-width:280px;
max-height:400px;
padding:4px 9px;
border:1px s... | assets/css/controls.css | .wax-legends,
.wax-tooltip {
position:absolute;
z-index:999999;
right:10px;
}
.wax-legends { bottom:10px; }
.wax-tooltip { top:10px; }
.wax-legend,
.wax-tooltip {
font:normal 13px/20px Arial,sans-serif;
color:#222;
min-width:180px;
max-width:280px;
max-height:400px;
padding:4px 9px;
border:1px s... | 0.357904 | 0.09556 |
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic);
@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.4.0/animate.min.css);
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css);
body {
font-family:'PT Sans',sans-serif;
text-align:ce... | resource/css/index.css | @import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic);
@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.4.0/animate.min.css);
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css);
body {
font-family:'PT Sans',sans-serif;
text-align:ce... | 0.306838 | 0.11469 |
.lds-grid {
display: inline-block;
position: relative;
width: 125px;
height: 125px;
}
.lds-grid div {
position: absolute;
width: 25px;
height: 25px;
border-radius: 50%;
background: #fb923c;
animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {... | seviljski-berberin/src/style/loader.css | .lds-grid {
display: inline-block;
position: relative;
width: 125px;
height: 125px;
}
.lds-grid div {
position: absolute;
width: 25px;
height: 25px;
border-radius: 50%;
background: #fb923c;
animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {... | 0.61451 | 0.081703 |
@import url("reset.css");
@font-face{
font-family:jp;
src: url(/jf-openhuninn-1.1.ttf) ;
}
*{
box-sizing: border-box;
margin: 0;
padding: 0;
-webkit-text-size-adjust: none;
/*border: 1px solid red;*/
}
img{
display: block;
}
html{
width: 100%;
height: 100%;
}
body{
height: 10... | css/about.css | @import url("reset.css");
@font-face{
font-family:jp;
src: url(/jf-openhuninn-1.1.ttf) ;
}
*{
box-sizing: border-box;
margin: 0;
padding: 0;
-webkit-text-size-adjust: none;
/*border: 1px solid red;*/
}
img{
display: block;
}
html{
width: 100%;
height: 100%;
}
body{
height: 10... | 0.439026 | 0.064506 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, ... | template/build/style.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, ... | 0.27048 | 0.105948 |
@media (min-width: 1367px) {
/* Classes para definição de visibilidade */
.po-visible-xl, [class*='po-visible-xl-'], [class*=' po-visible-xl-'] {
display: block;
}
.po-hidden-xl {
display: none;
}
/* Classes para definição do tamanho default */
.po-sm-1 {
width: 8.33333333%;
}
.po-sm-... | src/css/commons/po-grid-system/po-grid-system-xl.css | @media (min-width: 1367px) {
/* Classes para definição de visibilidade */
.po-visible-xl, [class*='po-visible-xl-'], [class*=' po-visible-xl-'] {
display: block;
}
.po-hidden-xl {
display: none;
}
/* Classes para definição do tamanho default */
.po-sm-1 {
width: 8.33333333%;
}
.po-sm-... | 0.425247 | 0.176991 |
.confetti {
position: fixed;
margin: -60px;
z-index: 1000;
pointer-events: none;
}
/* ASSIGNMENT */
button.material.icon.asgn-done-btn {
width: 48px;
height: 48px;
vertical-align: middle;
margin-left: -16px;
color: inherit;
text-shadow: inherit;
flex: none;
}
.asgn-done-btn .material-icons {
po... | css/assignments.css | .confetti {
position: fixed;
margin: -60px;
z-index: 1000;
pointer-events: none;
}
/* ASSIGNMENT */
button.material.icon.asgn-done-btn {
width: 48px;
height: 48px;
vertical-align: middle;
margin-left: -16px;
color: inherit;
text-shadow: inherit;
flex: none;
}
.asgn-done-btn .material-icons {
po... | 0.351868 | 0.075448 |
html.night{
--text-color: #aaa;
--dark-color: #333;
--darker-color: #222;
--highlight-color: #e93413;
--highlight-fade-color: #9ea0a6;
--border-color: var(--highlight-fade-color);
--bg-color:#2c2a2a;
}
.night a{
color: #aaa;
color: var(--text-color);
}
.night::-webkit-scrollbar-track... | assets/scheme-dark15.css | html.night{
--text-color: #aaa;
--dark-color: #333;
--darker-color: #222;
--highlight-color: #e93413;
--highlight-fade-color: #9ea0a6;
--border-color: var(--highlight-fade-color);
--bg-color:#2c2a2a;
}
.night a{
color: #aaa;
color: var(--text-color);
}
.night::-webkit-scrollbar-track... | 0.322206 | 0.085824 |
@import url(https://fonts.googleapis.com/css?family=Roboto);
body {
font-family: 'Roboto', sans-serif;
}
#sidebar{
width: 25%;
float: left;
background:
radial-gradient(black 15%, transparent 16%) 0 0,
radial-gradient(black 15%, transparent 16%) 8px 8px,
radial-gradient(rgba(255,255,255,.1) ... | public/css/playground.css | @import url(https://fonts.googleapis.com/css?family=Roboto);
body {
font-family: 'Roboto', sans-serif;
}
#sidebar{
width: 25%;
float: left;
background:
radial-gradient(black 15%, transparent 16%) 0 0,
radial-gradient(black 15%, transparent 16%) 8px 8px,
radial-gradient(rgba(255,255,255,.1) ... | 0.353875 | 0.108945 |
/*****************************************
Colors:
- Backgrounds - light gray #f9fafe
- Headings text - black #191e47
- Body text - dark gray #6c717b
- Buttons, icons - blue #4555d2
- Buttons, icons, bullets - red #cc2973
******************************************/
:root {
/* --primary: #4294E3;
--secon... | api/static/website_v2/css/styles.css | /*****************************************
Colors:
- Backgrounds - light gray #f9fafe
- Headings text - black #191e47
- Body text - dark gray #6c717b
- Buttons, icons - blue #4555d2
- Buttons, icons, bullets - red #cc2973
******************************************/
:root {
/* --primary: #4294E3;
--secon... | 0.355104 | 0.051391 |
@import url("https://fonts.googleapis.com/css?family=Raleway:300,500,600");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
width: 100%;
height: 100%;
}
body {
background: #3a6186;
/* fallback for old browsers */
background: -webkit-linear-gradient(left, #89253e, #3a6186);
backgrou... | public/login/styles.css | @import url("https://fonts.googleapis.com/css?family=Raleway:300,500,600");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
width: 100%;
height: 100%;
}
body {
background: #3a6186;
/* fallback for old browsers */
background: -webkit-linear-gradient(left, #89253e, #3a6186);
backgrou... | 0.457137 | 0.078926 |
/* edit for solved th-grid new line */
.k-filterable .k-link {
width: 100%;
}
.k-grid-header .k-link {
text-align: center;
font-weight: 700;
color: #333333;
font-size: 0.9em;
}
.k-grid-header span.k-link {
cursor: default;
text-transform: uppercase;
}
.k-grid-header .k-header > .k-link {... | www/styles/override-kendo.css | /* edit for solved th-grid new line */
.k-filterable .k-link {
width: 100%;
}
.k-grid-header .k-link {
text-align: center;
font-weight: 700;
color: #333333;
font-size: 0.9em;
}
.k-grid-header span.k-link {
cursor: default;
text-transform: uppercase;
}
.k-grid-header .k-header > .k-link {... | 0.293101 | 0.053453 |
@import url('https://fonts.googleapis.com/css?family=Noto+Serif&display=swap');
body, html {
height: 100%;
background: #f1f1f1;
font-family: 'Noto Serif', serif;
}
.header {
box-sizing: border-box;
background-color: #003A63;
width: 100%;
position: absolute;
top: 0;
left: 0;
height: 8em;
z-index:... | legal-orgs-referrals-app/styles.css | @import url('https://fonts.googleapis.com/css?family=Noto+Serif&display=swap');
body, html {
height: 100%;
background: #f1f1f1;
font-family: 'Noto Serif', serif;
}
.header {
box-sizing: border-box;
background-color: #003A63;
width: 100%;
position: absolute;
top: 0;
left: 0;
height: 8em;
z-index:... | 0.437343 | 0.087097 |
* {
/* outline: 1px solid hsla(0, 50%, 50%, 50%); */
box-sizing: border-box;
}
:root {
/* padding: 100px; */
height: 100vh;
background: #111;
overflow: hidden;
}
body {
margin: 0;
height: 100%;
}
.preview {
width: 100%;
height: 100%;
background: white;
display: grid;
place-content: center;... | 52/styles.css | * {
/* outline: 1px solid hsla(0, 50%, 50%, 50%); */
box-sizing: border-box;
}
:root {
/* padding: 100px; */
height: 100vh;
background: #111;
overflow: hidden;
}
body {
margin: 0;
height: 100%;
}
.preview {
width: 100%;
height: 100%;
background: white;
display: grid;
place-content: center;... | 0.524395 | 0.140602 |
.chrys-background-color-vega-yellow-orange-red-1-1 {
background-color: #fc7335; }
.chrys-background-color-vega-yellow-orange-red-2-1 {
background-color: #fea045; }
.chrys-background-color-vega-yellow-orange-red-2-2 {
background-color: #f23e26; }
.chrys-background-color-vega-yellow-orange-red-3-1 {
background... | demo/css/background-color/vega-yellow-orange-red.css | .chrys-background-color-vega-yellow-orange-red-1-1 {
background-color: #fc7335; }
.chrys-background-color-vega-yellow-orange-red-2-1 {
background-color: #fea045; }
.chrys-background-color-vega-yellow-orange-red-2-2 {
background-color: #f23e26; }
.chrys-background-color-vega-yellow-orange-red-3-1 {
background... | 0.533154 | 0.098339 |
@import "../org.dojotoolkit/dojo/resources/dojo.css";
@import "../org.dojotoolkit/dijit/themes/claro/claro.css";
@import "../org.dojotoolkit/dijit/themes/claro/layout/BorderContainer.css";
@import "../org.dojotoolkit/dijit/themes/claro/form/Common.css";
@import "../org.dojotoolkit/dijit/themes/claro/form/Button.css";
@... | .original/seperated/frontend/orion/settings/scroll.css | @import "../org.dojotoolkit/dojo/resources/dojo.css";
@import "../org.dojotoolkit/dijit/themes/claro/claro.css";
@import "../org.dojotoolkit/dijit/themes/claro/layout/BorderContainer.css";
@import "../org.dojotoolkit/dijit/themes/claro/form/Common.css";
@import "../org.dojotoolkit/dijit/themes/claro/form/Button.css";
@... | 0.189521 | 0.046965 |
:root {
--color-white: #ffffff;
--color-black: #000000;
--color-dark-blue: #418fcd;
--color-light-blue: #0daaad;
--color-dark-gray: #484442;
--font-family-regular: 'Barlow', sans-serif;
--font-family-semi-condensed: 'Barlow Semi Condensed', sans-serif;
--font-family-condensed: 'Barlow C... | doc/simpa.css | :root {
--color-white: #ffffff;
--color-black: #000000;
--color-dark-blue: #418fcd;
--color-light-blue: #0daaad;
--color-dark-gray: #484442;
--font-family-regular: 'Barlow', sans-serif;
--font-family-semi-condensed: 'Barlow Semi Condensed', sans-serif;
--font-family-condensed: 'Barlow C... | 0.544075 | 0.203925 |
@import url('https://fonts.googleapis.com/css?family=Numans');
html,body{
background-image: url('../images/image.png');
background-size: cover;
background-repeat: no-repeat;
height: 100%;
font-family: 'Numans', sans-serif;
}
.container{
height: 100%;
align-content: center;
}
.card{
height: 330px;
margin-top: auto;
... | public/css/login.css |
@import url('https://fonts.googleapis.com/css?family=Numans');
html,body{
background-image: url('../images/image.png');
background-size: cover;
background-repeat: no-repeat;
height: 100%;
font-family: 'Numans', sans-serif;
}
.container{
height: 100%;
align-content: center;
}
.card{
height: 330px;
margin-top: auto;
... | 0.39712 | 0.064095 |
.menu {
width: 95%;
margin: auto;
}
.menu-container {
/* border:1px solid black; */
border-radius: 2px;
background:#ffffff;
padding: 0px;
}
/* .menu img {
width: 500px !important;
object-fit: contain;
} */
.navimage{
width: 600px !important;
/* height: 250px !important; */
object-fit: cover;
margin-... | public/assets/css/mega-menu.css | .menu {
width: 95%;
margin: auto;
}
.menu-container {
/* border:1px solid black; */
border-radius: 2px;
background:#ffffff;
padding: 0px;
}
/* .menu img {
width: 500px !important;
object-fit: contain;
} */
.navimage{
width: 600px !important;
/* height: 250px !important; */
object-fit: cover;
margin-... | 0.160102 | 0.061876 |
@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
* without disabling user zoom.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-ad... | css/fsa-design-system.css | @charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
* without disabling user zoom.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-ad... | 0.677047 | 0.078926 |
.list-table-data {
padding-top: 4px;
padding-bottom: 22px;
}
.data.tags {
position: absolute;
left: 0;
top: 0;
display: flex !important;
width: 0;
height: 100%;
padding: 0 !important;
align-items: flex-end;
}
.data.tags div {
max-width: 1000px;
margin: 2px 6px; /* top+bottom, right+left */
/* last one ... | Mod - Horizontal Tags, Demographic & Genres.css | .list-table-data {
padding-top: 4px;
padding-bottom: 22px;
}
.data.tags {
position: absolute;
left: 0;
top: 0;
display: flex !important;
width: 0;
height: 100%;
padding: 0 !important;
align-items: flex-end;
}
.data.tags div {
max-width: 1000px;
margin: 2px 6px; /* top+bottom, right+left */
/* last one ... | 0.257859 | 0.089455 |
:root {
--primary-color: #d4f8f6;
--secondary-color: #3bade2;
--tertiary-color: #0a272b;
}
* {
top: 0;
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-color:var(--primary-color);
font-family: Quattrocento;
}
header {
padding: 30px 40px;
display: flex;
justify-content: space-between;
... | src/index.css | :root {
--primary-color: #d4f8f6;
--secondary-color: #3bade2;
--tertiary-color: #0a272b;
}
* {
top: 0;
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-color:var(--primary-color);
font-family: Quattrocento;
}
header {
padding: 30px 40px;
display: flex;
justify-content: space-between;
... | 0.36557 | 0.114765 |
@media (min-width: 1600px) {
.job-recom .recom-job {}
.job-recom .recom-job:last-child {}
}
@media (max-width: 1300px) {
.top_header .nav>li a {
padding: 12px 11px;
}
}
@media (min-width: 1201px) {
.filter-category {
padding: 12px 0;
}
.tab_filters .pull-right {
pad... | public/assets/webcss/site-responsive.css | @media (min-width: 1600px) {
.job-recom .recom-job {}
.job-recom .recom-job:last-child {}
}
@media (max-width: 1300px) {
.top_header .nav>li a {
padding: 12px 11px;
}
}
@media (min-width: 1201px) {
.filter-category {
padding: 12px 0;
}
.tab_filters .pull-right {
pad... | 0.426202 | 0.09343 |
body {
min-width: 320px;
padding-bottom: 20px;
padding-top: 50px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea { max-wid... | web/AlphaDev.Web/wwwroot/css/Site.css | body {
min-width: 320px;
padding-bottom: 20px;
padding-top: 50px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea { max-wid... | 0.451568 | 0.164953 |
SVG Icon
*******************************/
svg.icon {
display: inline-block;
opacity: 1;
margin: 0em 0.25rem 0em 0em;
width: 1.18em;
height: 1em;
fill: currentColor;
}
svg.icon:before {
background: none !important;
}
/*******************************
Types
*********************... | docs/_includes/styles/svg-icons.css | SVG Icon
*******************************/
svg.icon {
display: inline-block;
opacity: 1;
margin: 0em 0.25rem 0em 0em;
width: 1.18em;
height: 1em;
fill: currentColor;
}
svg.icon:before {
background: none !important;
}
/*******************************
Types
*********************... | 0.351868 | 0.064388 |
body {
margin-left: 4%;
margin-right: 4%;
}
.star-rating s:hover,
.star-rating s.active {
color: gold;
}
.star-rating-rtl s:hover,
.star-rating-rtl s.active {
color: gold;
}
.star-rating s,
.star-rating-rtl s {
color: gold;
font-size: 50px;
cursor: default;
text-decoration: none;
line-... | public/css/review.css | body {
margin-left: 4%;
margin-right: 4%;
}
.star-rating s:hover,
.star-rating s.active {
color: gold;
}
.star-rating-rtl s:hover,
.star-rating-rtl s.active {
color: gold;
}
.star-rating s,
.star-rating-rtl s {
color: gold;
font-size: 50px;
cursor: default;
text-decoration: none;
line-... | 0.498779 | 0.082365 |
/* vietnamese */
@font-face {
font-family: 'Muli';
font-style: normal;
font-weight: 400;
src: local('Muli Regular'), local('Muli-Regular'), url(assets/fonts/muli/7Auwp_0qiz-afT3GLRrX.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
... | src/common.css | /* vietnamese */
@font-face {
font-family: 'Muli';
font-style: normal;
font-weight: 400;
src: local('Muli Regular'), local('Muli-Regular'), url(assets/fonts/muli/7Auwp_0qiz-afT3GLRrX.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
... | 0.420362 | 0.062388 |
.gwt-cal {
position: relative;
height: 527px;
white-space: nowrap;
overflow: hidden;
width: 100%;
overflow: hidden;
border: 1px solid #000;
}
.gwt-cal .major-time-interval {
display: block;
background: #FFF4BC;
border-top: 1px solid #EAD098;
width: 100%;
}
... | code/experiment_resources/ohloh_projects/gwt-cal/src/main/java/com/bradrydzewski/gwt/calendar/theme/outlook/public/gwt-cal-outlook.css | .gwt-cal {
position: relative;
height: 527px;
white-space: nowrap;
overflow: hidden;
width: 100%;
overflow: hidden;
border: 1px solid #000;
}
.gwt-cal .major-time-interval {
display: block;
background: #FFF4BC;
border-top: 1px solid #EAD098;
width: 100%;
}
... | 0.418103 | 0.099514 |
body, p, span, h1, h2, h3, h4, h5, h6, a {
font-family: 'Roboto', sans-serif;
}
h1 {
font-size: 48px;
}
h2 {
font-size: 40px;
}
h3 {
font-size: 32px;
}
h4 {
font-size: 26px;
}
h5 {
font-size: 20px;
}
h6 {
font-size: 14px;
}
/***** Header *****/
.fixed .content-wrapper {
padding-to... | style.css | body, p, span, h1, h2, h3, h4, h5, h6, a {
font-family: 'Roboto', sans-serif;
}
h1 {
font-size: 48px;
}
h2 {
font-size: 40px;
}
h3 {
font-size: 32px;
}
h4 {
font-size: 26px;
}
h5 {
font-size: 20px;
}
h6 {
font-size: 14px;
}
/***** Header *****/
.fixed .content-wrapper {
padding-to... | 0.426799 | 0.070784 |
@media (max-width: 1200px) {
.about-sec-img-v2{ right: -137px;}
.date-batch-left{ left: 0; right: auto;}
.date-batch-right{ left: auto; right: 0;}
.title-batch-left{ left: 0;}
.slider-post .owl-nav{ left: 0; right: auto;}
}
@media (max-width: 1199px) {
/* Home Page */
.tc-navigation li > a{ padding: 17px 10px;}
.banne... | themes/avemaria/css/responsive.css | @media (max-width: 1200px) {
.about-sec-img-v2{ right: -137px;}
.date-batch-left{ left: 0; right: auto;}
.date-batch-right{ left: auto; right: 0;}
.title-batch-left{ left: 0;}
.slider-post .owl-nav{ left: 0; right: auto;}
}
@media (max-width: 1199px) {
/* Home Page */
.tc-navigation li > a{ padding: 17px 10px;}
.banne... | 0.334372 | 0.194234 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
main {
display: flex;
height: 100vh;
}
h1 {
margin-bottom: 30px;
text-align: center;
}
textarea {
width: 300px;
}
input {
width: 300px;
margin: 5px;
padding: 5px;
}
input, button, textarea {
outline: none !importa... | public/css/admin.css |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
main {
display: flex;
height: 100vh;
}
h1 {
margin-bottom: 30px;
text-align: center;
}
textarea {
width: 300px;
}
input {
width: 300px;
margin: 5px;
padding: 5px;
}
input, button, textarea {
outline: none !importa... | 0.498779 | 0.080937 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("nyaa.se"),
domain("nyaa.eu") {
body { /* Background */
background-color: #080808;
color: #DDDDDD;
text-shadow: 1px 1px #000000;
}
.content { /* Foreground */
background-color: #222222;
border: 2px solid #333333;
... | data/usercss/111536.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("nyaa.se"),
domain("nyaa.eu") {
body { /* Background */
background-color: #080808;
color: #DDDDDD;
text-shadow: 1px 1px #000000;
}
.content { /* Foreground */
background-color: #222222;
border: 2px solid #333333;
... | 0.369998 | 0.154312 |
:root {
--light-box-shadow: 0 15px 45px rgba(16, 30, 54, 0.15);
--box-shad-light:0 15px 45px rgba(191, 191, 191, 0.4);
}
body {
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
}
.main {
width:100%;
height: 100%;
}
.navbar {
font-size: 14px;... | src/index.css | :root {
--light-box-shadow: 0 15px 45px rgba(16, 30, 54, 0.15);
--box-shad-light:0 15px 45px rgba(191, 191, 191, 0.4);
}
body {
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
}
.main {
width:100%;
height: 100%;
}
.navbar {
font-size: 14px;... | 0.406037 | 0.157947 |
.left-menu-rel {
position: relative;
}
.weather-abs {
position: absolute;
top: -6px;
left: 200px;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.is-mainbox {
}
/*左侧主要内容*/
.is-mainbox .content-l {
width: 640px;
margin-top: 10px;
float: left;
position: rel... | build/govinfo/govinfo.css | .left-menu-rel {
position: relative;
}
.weather-abs {
position: absolute;
top: -6px;
left: 200px;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.is-mainbox {
}
/*左侧主要内容*/
.is-mainbox .content-l {
width: 640px;
margin-top: 10px;
float: left;
position: rel... | 0.354545 | 0.083329 |
---------------------------------*/
:root {
--almost_white: #F7FFF7;
--dark_gray: #343434;
--dark_blue: #2F3061;
--yellow: #FFE66D;
--light_blue: #A1C6D7;
}
/* Global Styles
---------------------------------*/
html {
box-sizing: border-box;
}
*, *:before, *:after {
bo... | css/style.css | ---------------------------------*/
:root {
--almost_white: #F7FFF7;
--dark_gray: #343434;
--dark_blue: #2F3061;
--yellow: #FFE66D;
--light_blue: #A1C6D7;
}
/* Global Styles
---------------------------------*/
html {
box-sizing: border-box;
}
*, *:before, *:after {
bo... | 0.278747 | 0.098079 |
:root {
--default-button-border-radius: 6px;
}
.Button {
display: inline-block;
box-sizing: border-box;
text-decoration: none;
padding: 0.5rem 0.75rem;
background: transparent;
border: 1px solid color(var(--color-border) blackness(+ 5%));
color: var(--color-text-dark);
cursor: pointer;
text-decorat... | c#-metabase/frontend/src/metabase/css/components/buttons.css | :root {
--default-button-border-radius: 6px;
}
.Button {
display: inline-block;
box-sizing: border-box;
text-decoration: none;
padding: 0.5rem 0.75rem;
background: transparent;
border: 1px solid color(var(--color-border) blackness(+ 5%));
color: var(--color-text-dark);
cursor: pointer;
text-decorat... | 0.623148 | 0.128279 |
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
*, *::before, *::after {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
height: 100v... | src/NewsSystem.App/wwwroot/FrontEnd/elements/tab1.css | @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
*, *::before, *::after {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
height: 100v... | 0.26971 | 0.074804 |
[aos][aos][aos-easing=linear],
body[aos-easing=linear] [aos] {
-webkit-transition-timing-function: cubic-bezier(.25, .25, .75, .75);
transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}
[aos][aos][aos-easing=ease],
body[aos-easing=ease] [aos] {
-webkit-transition-timing-function: cubic-bezier(.25... | public/aos/aos.css | [aos][aos][aos-easing=linear],
body[aos-easing=linear] [aos] {
-webkit-transition-timing-function: cubic-bezier(.25, .25, .75, .75);
transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}
[aos][aos][aos-easing=ease],
body[aos-easing=ease] [aos] {
-webkit-transition-timing-function: cubic-bezier(.25... | 0.38318 | 0.136637 |
@charset "utf-8";
/*
Powered By www.toprand.com
*/
.ch {
font-family: Renogare, NSimsun
}
.qrcode {
width: 6rem;
height: 6rem;
padding: 20px;
}
html {
height: 100%;
-ms-touch-action: manipulation;
touch-action: manipulation;
}
body {
margin: 0;
font-famil... | public/assets/css/mobile.css | @charset "utf-8";
/*
Powered By www.toprand.com
*/
.ch {
font-family: Renogare, NSimsun
}
.qrcode {
width: 6rem;
height: 6rem;
padding: 20px;
}
html {
height: 100%;
-ms-touch-action: manipulation;
touch-action: manipulation;
}
body {
margin: 0;
font-famil... | 0.213131 | 0.041637 |
:root {
--primary-color: rgb(0, 0, 0);
--secondary-color: rgba(255, 255, 255, 0.79);
--containBlack: #ffffff;
--slider: 0;
--sideNavwidth: 400px;
--colorMain2: #630016;
--colorMain2_light: #d8d8d8;
}
/* Scrollbars */
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
.light ::-webk... | ParallelCoordinates/theme.css | :root {
--primary-color: rgb(0, 0, 0);
--secondary-color: rgba(255, 255, 255, 0.79);
--containBlack: #ffffff;
--slider: 0;
--sideNavwidth: 400px;
--colorMain2: #630016;
--colorMain2_light: #d8d8d8;
}
/* Scrollbars */
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
.light ::-webk... | 0.357792 | 0.115636 |
body {
font-family: "Lato", sans-serif;
line-height: 2em;
}
a {
transition: all ease .1s;
}
a:hover {
text-decoration: none;
}
a:visited,
a:active {
color: black;
}
#content {
margin-top: 20px;
}
#content #primary {
display: inline-block;
margin: auto;
}
#masthead {
position: relative;
text-align: c... | assets/css/main.css | body {
font-family: "Lato", sans-serif;
line-height: 2em;
}
a {
transition: all ease .1s;
}
a:hover {
text-decoration: none;
}
a:visited,
a:active {
color: black;
}
#content {
margin-top: 20px;
}
#content #primary {
display: inline-block;
margin: auto;
}
#masthead {
position: relative;
text-align: c... | 0.342681 | 0.072735 |
GtkPaned {
background-color: @theme_bg_color;
}
/* Background hack to make DejaDup Assistant windows not turn black when
* overlay scrollbars are enabled.
*/
Assistant GtkEventBox {
background-color: @theme_bg_color;
}
/* ... and for Evolution's mail preferences window */
EPreferencesWindow GtkNotebook GtkA... | .themes/Sable-Blue-NP-3.14/gtk-3.0/ubuntu_styles.css | GtkPaned {
background-color: @theme_bg_color;
}
/* Background hack to make DejaDup Assistant windows not turn black when
* overlay scrollbars are enabled.
*/
Assistant GtkEventBox {
background-color: @theme_bg_color;
}
/* ... and for Evolution's mail preferences window */
EPreferencesWindow GtkNotebook GtkA... | 0.475362 | 0.158467 |
.react-checkbox-tree {
font-size: 16px;
}
.react-checkbox-tree ol {
margin: 0;
padding-left: 0;
list-style-type: none;
}
.react-checkbox-tree ol ol {
padding-left: 24px;
}
.react-checkbox-tree button {
line-height: normal;
color: inherit;
}
.react-checkbox-tree button:focus {
outline: none;
}
.reac... | src/components/VirtualDiskProperties/tree.css | .react-checkbox-tree {
font-size: 16px;
}
.react-checkbox-tree ol {
margin: 0;
padding-left: 0;
list-style-type: none;
}
.react-checkbox-tree ol ol {
padding-left: 24px;
}
.react-checkbox-tree button {
line-height: normal;
color: inherit;
}
.react-checkbox-tree button:focus {
outline: none;
}
.reac... | 0.494873 | 0.060087 |
.clearfix:after{
content: '';
display: block;
line-height: 0;
clear: both;
}
[class*='bwl']:not([class*="bwl__"]){
float: left;
box-sizing: border-box;
}
[class*='bwr']:not([class*="bwr__"]){
float: right;
box-sizing: border-box;
}
table{
border-collapse: collapse;
}
.nav-left>a:link{
/*colo... | web/sl/css/public.css | .clearfix:after{
content: '';
display: block;
line-height: 0;
clear: both;
}
[class*='bwl']:not([class*="bwl__"]){
float: left;
box-sizing: border-box;
}
[class*='bwr']:not([class*="bwr__"]){
float: right;
box-sizing: border-box;
}
table{
border-collapse: collapse;
}
.nav-left>a:link{
/*colo... | 0.272411 | 0.052863 |
@charset "UTF-8";
/*------------- Parte principal -------------*/
main{
background-color: #171717;
}
.topo{
/*Colocando imagem de fundo e criando uma mascara*/
background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('imagens/capa-role.jpg');
background-position: center center;
}
/*-... | role.css | @charset "UTF-8";
/*------------- Parte principal -------------*/
main{
background-color: #171717;
}
.topo{
/*Colocando imagem de fundo e criando uma mascara*/
background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('imagens/capa-role.jpg');
background-position: center center;
}
/*-... | 0.328314 | 0.072933 |
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600");
html, body.wy-body-for-nav {
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
font-family: 'Titillium Web', sans-serif;
font-weight: 400;
line-height: 2rem;
}
html {
font-size: 62.5%;
}
body.wy-bo... | docs/source/css/qb1-sphinx-rtd.css | @import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600");
html, body.wy-body-for-nav {
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
font-family: 'Titillium Web', sans-serif;
font-weight: 400;
line-height: 2rem;
}
html {
font-size: 62.5%;
}
body.wy-bo... | 0.430626 | 0.082994 |
.jira-issue-container {
display: flex;
align-items: flex-start;
position: relative;
line-height: 1rem;
flex-direction: column;
margin-bottom: 10px;
}
/* Generic */
.jira-issue-container a {
cursor: pointer;
text-decoration: none;
}
.jira-issue-container img.fit-content {
height: 16p... | styles.css | .jira-issue-container {
display: flex;
align-items: flex-start;
position: relative;
line-height: 1rem;
flex-direction: column;
margin-bottom: 10px;
}
/* Generic */
.jira-issue-container a {
cursor: pointer;
text-decoration: none;
}
.jira-issue-container img.fit-content {
height: 16p... | 0.447943 | 0.063424 |
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600|Roboto:400,500");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prev... | 02_production/css/style.css | @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600|Roboto:400,500");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prev... | 0.656548 | 0.118564 |
background-image: url("trv.jpeg");
background-repeat: repeat;
position: absolute;
top: 50px;
bottom: 50px;
left: 250px;
right: 250px;
margin: auto;
}
.category{
display: inline-block;
}
.type{
display: inline-block;
}
.difficulty{
display: inline-block;
}
.amount{
di... | style.css | background-image: url("trv.jpeg");
background-repeat: repeat;
position: absolute;
top: 50px;
bottom: 50px;
left: 250px;
right: 250px;
margin: auto;
}
.category{
display: inline-block;
}
.type{
display: inline-block;
}
.difficulty{
display: inline-block;
}
.amount{
di... | 0.427755 | 0.096578 |
@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webki... | css/application.css | @charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webki... | 0.704465 | 0.085327 |
width: 737px;
margin-left: auto;
margin-right: auto;
border-top-right-radius: 15px;
}
img {
border: 4px solid white;
float: left;
margin-right: 45px;
height: 245px;
width: 166px;
}
#box_office_field {
color: white;
}
hr {
width: 148px;
margin-left: 15px;
border: 0; height: 1px;
background-image: l... | app/assets/stylesheets/movie.css | width: 737px;
margin-left: auto;
margin-right: auto;
border-top-right-radius: 15px;
}
img {
border: 4px solid white;
float: left;
margin-right: 45px;
height: 245px;
width: 166px;
}
#box_office_field {
color: white;
}
hr {
width: 148px;
margin-left: 15px;
border: 0; height: 1px;
background-image: l... | 0.244453 | 0.112698 |
.header {
height:auto;
text-align: center;
background-color: #F2B5D4;
font-size:8em;
font-family: StayAndShine;
color:white;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
border-top-right-radius: 260px 80px;
}
#links {
margin-top:... | index.css | .header {
height:auto;
text-align: center;
background-color: #F2B5D4;
font-size:8em;
font-family: StayAndShine;
color:white;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
border-top-right-radius: 260px 80px;
}
#links {
margin-top:... | 0.298798 | 0.111967 |
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
* { font-family: 'Raleway', sans-serif; }
body{
font-family: 'open sans';
margin: 0;
}
.home {
width: 100%;
height: 100%;
}
.main-container {
width: 100%;
display: table;
}
/* --- Header --- */
header {
width: 100%;
height: 50px;
... | src/public/css/main.css | @import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
* { font-family: 'Raleway', sans-serif; }
body{
font-family: 'open sans';
margin: 0;
}
.home {
width: 100%;
height: 100%;
}
.main-container {
width: 100%;
display: table;
}
/* --- Header --- */
header {
width: 100%;
height: 50px;
... | 0.389198 | 0.075551 |
@name 百度美化TCB-2.5 (精简美化、卡片模糊、多样式可选)
@namespace userstyles.world/user/alpherkin
@author 无白Herkin
@version 2.5.210915
@description 后续更新请使用插件Stylus,移步UserStyles.world
==/UserStyle== */
@-moz-document url-prefix("http://www.baidu.com"), url-prefix("https://www.baid... | data/usercss/214078.user.css |
@name 百度美化TCB-2.5 (精简美化、卡片模糊、多样式可选)
@namespace userstyles.world/user/alpherkin
@author 无白Herkin
@version 2.5.210915
@description 后续更新请使用插件Stylus,移步UserStyles.world
==/UserStyle== */
@-moz-document url-prefix("http://www.baidu.com"), url-prefix("https://www.baid... | 0.206494 | 0.128689 |
*
{
margin: 0;
padding: 0;
text-decoration: none;
font-family: "Ubuntu",sans-serif;
box-sizing: border-box;
}
html
{
scroll-behavior: smooth;
}
/*--NAVIGATION MENU--*/
.navbar
{
position: fixed;
background-color: transparent;
width: 100%;
padding: 30px... | All About STEAM/Style/art.css | *
{
margin: 0;
padding: 0;
text-decoration: none;
font-family: "Ubuntu",sans-serif;
box-sizing: border-box;
}
html
{
scroll-behavior: smooth;
}
/*--NAVIGATION MENU--*/
.navbar
{
position: fixed;
background-color: transparent;
width: 100%;
padding: 30px... | 0.305386 | 0.044473 |
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap'); /* Font Import */
:root {
/* Font Size */
--fg-primary: 12vh; /* Time and Greetings */
--fg-secondary: 3vh; /* Greetings and Weather widger */
--fg-date: 8vh; /* Date */
--fg-list: 2vh; /* Links List */
--... | app.css | */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap'); /* Font Import */
:root {
/* Font Size */
--fg-primary: 12vh; /* Time and Greetings */
--fg-secondary: 3vh; /* Greetings and Weather widger */
--fg-date: 8vh; /* Date */
--fg-list: 2vh; /* Links List */
--... | 0.287168 | 0.095434 |
html,
body {
height: 100%;
}
img.img-logo {
width: 45px;
display: inline-block;
}
.navbar-brand{
padding-top: 1px;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
nav.navbar{
background-color: ... | css/site.css | html,
body {
height: 100%;
}
img.img-logo {
width: 45px;
display: inline-block;
}
.navbar-brand{
padding-top: 1px;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
nav.navbar{
background-color: ... | 0.518302 | 0.083628 |
.slider .carousel-about{
background-image: url('../img/about.webp');
}
.slider .overlay{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, .6);
z-index: 2;
}
.carousel-caption{
z-index: 3;
}
.message{
margin-top: 3%;
}
.message .i... | public/front/css/about-us.css | .slider .carousel-about{
background-image: url('../img/about.webp');
}
.slider .overlay{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, .6);
z-index: 2;
}
.carousel-caption{
z-index: 3;
}
.message{
margin-top: 3%;
}
.message .i... | 0.326486 | 0.053874 |
* {
margin:0;
padding:0;
}
body {
background-color: #0088ff;
font-family: 'Raleway', sans-serif;
color: #333333;
margin-top: 5rem;
}
#container {
position:relative;
width:80%;
margin:5% auto;
background-color:black;
box-shadow: -2px -2px 5px white,2px -2px 5px white;
}
#contai... | online_quiz/home/static/home/main.css | * {
margin:0;
padding:0;
}
body {
background-color: #0088ff;
font-family: 'Raleway', sans-serif;
color: #333333;
margin-top: 5rem;
}
#container {
position:relative;
width:80%;
margin:5% auto;
background-color:black;
box-shadow: -2px -2px 5px white,2px -2px 5px white;
}
#contai... | 0.271155 | 0.050354 |
body {
width: 100%;
height: 100%;
font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
color: #000;
background-color: #fff;
}
html {
width: 100%;
height: 100%;
webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 35px;
text-transform: uppercase;
... | css/ideabox.css | body {
width: 100%;
height: 100%;
font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
color: #000;
background-color: #fff;
}
html {
width: 100%;
height: 100%;
webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 35px;
text-transform: uppercase;
... | 0.425963 | 0.069101 |
.clear {
clear: both; }
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
color: #686868;
padding: 10px; }
.up-container {
display: none; }
.up-container h1, .up-container img, .up-container p {
disp... | samples/MvcDemo/wwwroot/css/upload.css | .clear {
clear: both; }
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
color: #686868;
padding: 10px; }
.up-container {
display: none; }
.up-container h1, .up-container img, .up-container p {
disp... | 0.407451 | 0.074097 |
.update-btn {
background: #337ab7;
color: white;
padding: 5px 12px;
border: none;
margin-left: 10px;
}
.export-btn-custom { margin-top: 24px;}
table.table .actions {
width: 100px;
text-align: center;
}
/* The switch - the box around the slider */
.switch {
position: relative;
d... | public/css/custom.css | .update-btn {
background: #337ab7;
color: white;
padding: 5px 12px;
border: none;
margin-left: 10px;
}
.export-btn-custom { margin-top: 24px;}
table.table .actions {
width: 100px;
text-align: center;
}
/* The switch - the box around the slider */
.switch {
position: relative;
d... | 0.331228 | 0.0704 |
.wc-carousel-item{
width: 220px!important;
}
.wc-message-groups {
background-color: rgb(235, 235, 235);
}
.wc-upload{
border-right: 1px solid rgba(0,0,0,0.2);
}
.wc-textbox input{
margin-left: 5%;
}
.wc-carousel-item > .wc-adaptive-card {
width: auto!important;
height: auto!importa... | WebChat.css |
.wc-carousel-item{
width: 220px!important;
}
.wc-message-groups {
background-color: rgb(235, 235, 235);
}
.wc-upload{
border-right: 1px solid rgba(0,0,0,0.2);
}
.wc-textbox input{
margin-left: 5%;
}
.wc-carousel-item > .wc-adaptive-card {
width: auto!important;
height: auto!importa... | 0.244814 | 0.058426 |
body {
font-size : 'CaviarDreams';
margin-left : 5%;
margin-top : 5%;
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>);
background: -moz-linear-gradient(left, #ffffff 75%, #bfe8f9 90%, #9fd8... | style.css | body {
font-size : 'CaviarDreams';
margin-left : 5%;
margin-top : 5%;
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>);
background: -moz-linear-gradient(left, #ffffff 75%, #bfe8f9 90%, #9fd8... | 0.091697 | 0.047272 |
.noanim{
-webkit-transition:none !important;
-moz-transition:none !important;
-ms-transition:none !important;
-o-transition:none !important;
transition:none !important}
@-webkit-keyframes blink{0%{opacity:1;filter:alpha(opacity=100)}33%{opacity:0;filter:alpha(opacity=0)}100%{opacity:0;filter:alpha(opacity=0... | wp-content/themes/chronicle/css/chronicle-stickytwo.css | .noanim{
-webkit-transition:none !important;
-moz-transition:none !important;
-ms-transition:none !important;
-o-transition:none !important;
transition:none !important}
@-webkit-keyframes blink{0%{opacity:1;filter:alpha(opacity=100)}33%{opacity:0;filter:alpha(opacity=0)}100%{opacity:0;filter:alpha(opacity=0... | 0.143668 | 0.042384 |