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 |
|---|---|---|---|---|
/* Provide sufficient contrast against white background */
a {
color: #0366d6;
}
code {
color: #e01a76;
}
.btn-primary {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
.btn-la_rive {
background-color: lightgrey;
border: 2px solid black;
border-radius: 10px 2.5px 10px 2.5px;
color... | la_rive_admin/ClientApp/src/styles.css |
/* Provide sufficient contrast against white background */
a {
color: #0366d6;
}
code {
color: #e01a76;
}
.btn-primary {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
.btn-la_rive {
background-color: lightgrey;
border: 2px solid black;
border-radius: 10px 2.5px 10px 2.5px;
color... | 0.52829 | 0.107719 |
:root {
--cssVariable-color: green;
}
/* MEDIA QUERIES */
/* Media queries are used to change css vars depending on the size of the screen */
/* we change the root var if the screen size has reached the max-width set */
@media (max-width: 350px) {
:root {
--cssVariable-color: #ff00ff;
},
.conta... | css3/styles.css | :root {
--cssVariable-color: green;
}
/* MEDIA QUERIES */
/* Media queries are used to change css vars depending on the size of the screen */
/* we change the root var if the screen size has reached the max-width set */
@media (max-width: 350px) {
:root {
--cssVariable-color: #ff00ff;
},
.conta... | 0.41253 | 0.18497 |
.faded-block {
margin-bottom: 5px;
padding-bottom: 5px;
max-height:50px;
overflow:hidden;
position:relative;
}
.show-more {
position:relative;
}
.read-more-less-button {
background-image: linear-gradient(to bottom, transparent, white);
text-align: center;
width: 100%;
position:... | app/src/app.css | .faded-block {
margin-bottom: 5px;
padding-bottom: 5px;
max-height:50px;
overflow:hidden;
position:relative;
}
.show-more {
position:relative;
}
.read-more-less-button {
background-image: linear-gradient(to bottom, transparent, white);
text-align: center;
width: 100%;
position:... | 0.636805 | 0.143397 |
html, body {
height: 100%;
margin: 0;
color: #F7F7F7;
background: url(/img/navy_blue.png) repeat #222;
font-size: 15px;
font-family: 'Open Sans', sans-serif;
}
.full-height {
height: 100% !important;
}
.pac-container {
background: none repeat scroll 0 0 #333;
color: #fff;
z-ind... | web/css/global.css | html, body {
height: 100%;
margin: 0;
color: #F7F7F7;
background: url(/img/navy_blue.png) repeat #222;
font-size: 15px;
font-family: 'Open Sans', sans-serif;
}
.full-height {
height: 100% !important;
}
.pac-container {
background: none repeat scroll 0 0 #333;
color: #fff;
z-ind... | 0.4206 | 0.082734 |
@-moz-document url("https://*.twitter.com"), url("http://*.twitter.com"), domain("twitter.com") {
.dashboard {
position:fixed;
}
.dashboard *,.content-main *, .topbar *, .expansion-container *,.content-main, .content-narrow, .page-canvas, .permalink, .profile-card.profile-header .avatar,
.module ul:first-child... | data/usercss/87885.user.css | @-moz-document url("https://*.twitter.com"), url("http://*.twitter.com"), domain("twitter.com") {
.dashboard {
position:fixed;
}
.dashboard *,.content-main *, .topbar *, .expansion-container *,.content-main, .content-narrow, .page-canvas, .permalink, .profile-card.profile-header .avatar,
.module ul:first-child... | 0.135518 | 0.043427 |
* {
box-sizing: border-box; }
html {background-color:#fef9f557;}
body {
margin: 0;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.5;
color: #606c71;
}
main {
padding: 20px;
max-width: 1200px;
margin: 0 auto;
}
ul {
list-style-type: none... | CSS/stylesheet-deprecated.css | * {
box-sizing: border-box; }
html {background-color:#fef9f557;}
body {
margin: 0;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.5;
color: #606c71;
}
main {
padding: 20px;
max-width: 1200px;
margin: 0 auto;
}
ul {
list-style-type: none... | 0.479016 | 0.117218 |
body {
//background-image: url('../img/bg03.jpg');
background-color: black;
background-repeat: no-repeat;
//background-position: bottom center;
background-size: 1280px 720px;
height: 100%;
width: 100%;
overflow-x: hidden;
overflow-y: hidden;
user-select: none;
-webkit-user-s... | mediaplay_list/res/css/theme01.css | body {
//background-image: url('../img/bg03.jpg');
background-color: black;
background-repeat: no-repeat;
//background-position: bottom center;
background-size: 1280px 720px;
height: 100%;
width: 100%;
overflow-x: hidden;
overflow-y: hidden;
user-select: none;
-webkit-user-s... | 0.328853 | 0.042009 |
body { font-size: 12px; font-family: sans-serif }
input.submit { font-size: 20px; background-color: lime }
div.main table.basic tr.line td { padding-top: 0.5em }
div.main table.basic td.heading { font-family: serif; font-weight: bold; text-align: right; width: 20% }
div.main table.basic tr.line.description td.heading... | src/resources/createreview.css | body { font-size: 12px; font-family: sans-serif }
input.submit { font-size: 20px; background-color: lime }
div.main table.basic tr.line td { padding-top: 0.5em }
div.main table.basic td.heading { font-family: serif; font-weight: bold; text-align: right; width: 20% }
div.main table.basic tr.line.description td.heading... | 0.575827 | 0.238983 |
.admin-bar .site-navigation-fixed.navigation-top {
top: 30px; }
header .navigation-top {
background: #301659;
border-bottom: none; }
header .navigation-top .wrap {
width: 100%;
padding-left: 60px;
padding-right: 60px;
max-width: 100% !important; }
header .navigation-top .custom-logo-link {
... | css/style.css | .admin-bar .site-navigation-fixed.navigation-top {
top: 30px; }
header .navigation-top {
background: #301659;
border-bottom: none; }
header .navigation-top .wrap {
width: 100%;
padding-left: 60px;
padding-right: 60px;
max-width: 100% !important; }
header .navigation-top .custom-logo-link {
... | 0.404625 | 0.044869 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
margin: 1.5em 0;
}
h1 {
text-align: center;
}
hr {
margin: 50px 0;
}
body {
max-width: 1200px;
margin: 0 auto;
padding: 50px;
}
p {
margin: 20px 0;
font-size: 20px;
line-height: 30px;
}
im... | 05A. CSS Fundamentals/09. CSS Grid/Demos/11. Line-based placement with CSS Grid/styles.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
margin: 1.5em 0;
}
h1 {
text-align: center;
}
hr {
margin: 50px 0;
}
body {
max-width: 1200px;
margin: 0 auto;
padding: 50px;
}
p {
margin: 20px 0;
font-size: 20px;
line-height: 30px;
}
im... | 0.588416 | 0.316316 |
html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.paddings .modal-btns {
padding: 20px !important;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1... | frontend/web/css/site.css | html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.paddings .modal-btns {
padding: 20px !important;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1... | 0.460046 | 0.099034 |
body {
margin: 0;
padding: 0;
font-family: 'Lancelot', cursive; helvetica;
}
.top_contato {
height: 30px;
background-color:#000;
color: #b9c4d1;
display: flex;
justify-content: center;
}
.top_contato_int {
width: 100%;
max-width: 1200px;
display: flex;
justify-content: space-between;
align-items: cent... | projetosite/site-interiores/assets/css/template.css | body {
margin: 0;
padding: 0;
font-family: 'Lancelot', cursive; helvetica;
}
.top_contato {
height: 30px;
background-color:#000;
color: #b9c4d1;
display: flex;
justify-content: center;
}
.top_contato_int {
width: 100%;
max-width: 1200px;
display: flex;
justify-content: space-between;
align-items: cent... | 0.314682 | 0.074703 |
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-size: 62.5%;
}
html * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-weight: 400;
font-size: 14px;
line-height: 1.5;
margin: 0;
color: #808080;
}
h1, h2, h3, h4, h5, h6 {
... | public/css/common.css | html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-size: 62.5%;
}
html * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-weight: 400;
font-size: 14px;
line-height: 1.5;
margin: 0;
color: #808080;
}
h1, h2, h3, h4, h5, h6 {
... | 0.42668 | 0.086362 |
@-moz-document domain(trello.com) {
body {
background: #f8f8f7 !important;
font-family: "Gotham", "Proxima Nova", "Gotham", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
font-size: .95em;
}
button,
html,
input,
select,
text... | data/usercss/127440.user.css | @-moz-document domain(trello.com) {
body {
background: #f8f8f7 !important;
font-family: "Gotham", "Proxima Nova", "Gotham", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
font-size: .95em;
}
button,
html,
input,
select,
text... | 0.213623 | 0.068787 |
:root {
/* Gradients */
--default-gradient: 315deg, #854542 0%, #753a38 74% !important;
--special-gradient: 315deg, #8980F0 0%, #D577F0 74% !important;
--red-gradient: 315deg, #854542 0%, #753a38 74% !important;
--yellow-gradient: 315deg, #C2831B 0%, #FFB740 74% !important;
--green-gradient: 315deg, #58d38... | default/lode-schemes/crimson.css | :root {
/* Gradients */
--default-gradient: 315deg, #854542 0%, #753a38 74% !important;
--special-gradient: 315deg, #8980F0 0%, #D577F0 74% !important;
--red-gradient: 315deg, #854542 0%, #753a38 74% !important;
--yellow-gradient: 315deg, #C2831B 0%, #FFB740 74% !important;
--green-gradient: 315deg, #58d38... | 0.409811 | 0.150465 |
@charset "utf-8";
@import url('bootstrap.min.css');
@import url('animate.min.css');
@import url('theme.min.css');
@import url('plugin1.min.css');
@import url('plugin.min.css');
body {
width: 100%;
margin: 0px !important;
padding: 0px !important;
overflow-x: hidden;
background-color: #fff;
font-family: 'Lato', s... | design/css/go.css | @charset "utf-8";
@import url('bootstrap.min.css');
@import url('animate.min.css');
@import url('theme.min.css');
@import url('plugin1.min.css');
@import url('plugin.min.css');
body {
width: 100%;
margin: 0px !important;
padding: 0px !important;
overflow-x: hidden;
background-color: #fff;
font-family: 'Lato', s... | 0.202207 | 0.042463 |
body {
font-family: 'Roboto', sans-serif;
}
/* Header styling */
header {
height: 100vh;
width: 100%;
position: relative;
background-color: black;
background-image: url("../images/image2.png");
background-repeat: no-repeat;
background-size: cover;
}
/* Nav bar */
.navbar {
displ... | css/style.css | body {
font-family: 'Roboto', sans-serif;
}
/* Header styling */
header {
height: 100vh;
width: 100%;
position: relative;
background-color: black;
background-image: url("../images/image2.png");
background-repeat: no-repeat;
background-size: cover;
}
/* Nav bar */
.navbar {
displ... | 0.441191 | 0.070368 |
.g2v2-sprite-cart span {
background-image: url(../img/spritesheet_medium_g2v2_cart.png);
background-repeat: no-repeat;
display: block;
}
#menu.g2v2-sprite-cart span {
float: left;
}
.g2v2-sprite-cart-152 {
width: 72px;
height: 72px;
background-position: -5px -5px;
}
.g2v2-sprite-cart-153 ... | monocle/static/css/spritesheet_medium_g2v2_cart.css | .g2v2-sprite-cart span {
background-image: url(../img/spritesheet_medium_g2v2_cart.png);
background-repeat: no-repeat;
display: block;
}
#menu.g2v2-sprite-cart span {
float: left;
}
.g2v2-sprite-cart-152 {
width: 72px;
height: 72px;
background-position: -5px -5px;
}
.g2v2-sprite-cart-153 ... | 0.306735 | 0.197174 |
@import url('https://fonts.googleapis.com/css?family=Pacifico|Roboto+Condensed');
@import '~antd/dist/antd.css';
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--main-dark-color: #343a40;
--main-font-family: 'Roboto Condensed', sans-serif;
--crispy-font: 'Pacifico', cursive;
--secondary-co... | client/src/App.css | @import url('https://fonts.googleapis.com/css?family=Pacifico|Roboto+Condensed');
@import '~antd/dist/antd.css';
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--main-dark-color: #343a40;
--main-font-family: 'Roboto Condensed', sans-serif;
--crispy-font: 'Pacifico', cursive;
--secondary-co... | 0.385375 | 0.073963 |
@media screen and (max-width: 320px) {
/* comes into effect for screens less than or equal to 320 pixels */
#heading {
font-size: 40px;
}
.fa {
font-size: 10px;
}
}
@media screen and (min-width: 321px) and (max-width: 480px) {
/* comes into effect for screens between 321 and 480 pixels (inclusive) ... | responsive.css | @media screen and (max-width: 320px) {
/* comes into effect for screens less than or equal to 320 pixels */
#heading {
font-size: 40px;
}
.fa {
font-size: 10px;
}
}
@media screen and (min-width: 321px) and (max-width: 480px) {
/* comes into effect for screens between 321 and 480 pixels (inclusive) ... | 0.449393 | 0.097648 |
.icons {
margin-bottom: 2em;
display: inline-block; }
.icons li {
display: inline-block;
padding-right: 2.5em; }
.icons li:last-child {
padding-right: 0; }
.icons a {
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
transiti... | css/style.css | .icons {
margin-bottom: 2em;
display: inline-block; }
.icons li {
display: inline-block;
padding-right: 2.5em; }
.icons li:last-child {
padding-right: 0; }
.icons a {
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
transiti... | 0.360377 | 0.114715 |
@-moz-document domain("forum.paokmania.gr") {
body{
color: #bbb;
}
#wrap,
.forumbg,
.forabg{
background-color: #171717 !important;
background-clip: border-box !important;
background-origin: padding-box !important;
background-attachment: scroll ... | data/usercss/147719.user.css | @-moz-document domain("forum.paokmania.gr") {
body{
color: #bbb;
}
#wrap,
.forumbg,
.forabg{
background-color: #171717 !important;
background-clip: border-box !important;
background-origin: padding-box !important;
background-attachment: scroll ... | 0.214445 | 0.066509 |
@charset "utf-8";
/*主控区*/
html { height:100%; }
body { height:100%; margin:0px; padding:0px; color: #000000; font-family: 宋体, sans-serif, arial, verdana; font-size: 12px; overflow:hidden; background-color:#CCE8CC; }
form, ul, li, p, dl, dt, dd, h1, h2, h3, h4, h5, h6 { margin:0px; padding:0px; }
img { border:0px;}
a {... | include/of/addin/oFileManager/style/oFileManager.css | @charset "utf-8";
/*主控区*/
html { height:100%; }
body { height:100%; margin:0px; padding:0px; color: #000000; font-family: 宋体, sans-serif, arial, verdana; font-size: 12px; overflow:hidden; background-color:#CCE8CC; }
form, ul, li, p, dl, dt, dd, h1, h2, h3, h4, h5, h6 { margin:0px; padding:0px; }
img { border:0px;}
a {... | 0.269518 | 0.109992 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("chomikuj.pl") {
/* 1 ukrywa spamerskie obrazki zajmujące pół ekranu w chomikowych rozmowach */
.message table,.message tbody,.message td,.message div,.message .FriendPhotoManiac,.message .PhotoLink{
display:inline !important;
... | data/usercss/80235.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("chomikuj.pl") {
/* 1 ukrywa spamerskie obrazki zajmujące pół ekranu w chomikowych rozmowach */
.message table,.message tbody,.message td,.message div,.message .FriendPhotoManiac,.message .PhotoLink{
display:inline !important;
... | 0.136551 | 0.105625 |
body{background:#eee}
footer{background: -webkit-linear-gradient(45deg, #df01e1 0%, #420de0 100%);}
.content > .left{border-right:1px solid #F6F6F6;padding-top:50px;width:180px;overflow:hidden}
.content > .left li{margin-bottom:15px}
.content > .left li a{height:55px;line-height:55px;display:block;font-size:15px;paddin... | template/default/public/pc/css/update.css | body{background:#eee}
footer{background: -webkit-linear-gradient(45deg, #df01e1 0%, #420de0 100%);}
.content > .left{border-right:1px solid #F6F6F6;padding-top:50px;width:180px;overflow:hidden}
.content > .left li{margin-bottom:15px}
.content > .left li a{height:55px;line-height:55px;display:block;font-size:15px;paddin... | 0.217254 | 0.064772 |
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
body {
font-family: 'Lato', sans-serif;
}
a {
color: #C44639;
}
a:hover {
color: #9C3D34;
}
.form-control:focus {
border-color: #C44639;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #C44639;
... | frontend/css/main.css | @import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
body {
font-family: 'Lato', sans-serif;
}
a {
color: #C44639;
}
a:hover {
color: #9C3D34;
}
.form-control:focus {
border-color: #C44639;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #C44639;
... | 0.424412 | 0.111096 |
@font-face {
font-family: "proclamate_heavy";
src: url("assets/fonts/proclamate/proclamate_heavy-webfont.woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "proclamate_incisedheavy";
src: url("assets/fonts/proclamate/proclamate_incised-webfont.woff");
font-weight: normal;
font... | index.css | @font-face {
font-family: "proclamate_heavy";
src: url("assets/fonts/proclamate/proclamate_heavy-webfont.woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "proclamate_incisedheavy";
src: url("assets/fonts/proclamate/proclamate_incised-webfont.woff");
font-weight: normal;
font... | 0.459804 | 0.086632 |
.advertising-flag-new, .advertising-flag-normal, .footer-company-icp {
position: relative
}
.footer-bottom {
padding-top: 1px;
background-color: #1f1f1f
}
.footer .transverse-thread {
width: 30px;
text-align: left
}
.footer-data-list {
float: right;
margin-top: 50px
}
.footer-data-list l... | trimhelp-ui/src/main/resources/static/css/footer-0bf5e5a4f3.css | .advertising-flag-new, .advertising-flag-normal, .footer-company-icp {
position: relative
}
.footer-bottom {
padding-top: 1px;
background-color: #1f1f1f
}
.footer .transverse-thread {
width: 30px;
text-align: left
}
.footer-data-list {
float: right;
margin-top: 50px
}
.footer-data-list l... | 0.408041 | 0.093678 |
Created on : Apr 17, 2017, 10:25:07 AM
Author : BGILLING
*/
fieldset {
position: relative;
}
#edit-objectsformset {
background-color: #fafafa;
border-left: 1px solid #bbb;
border-right: none;
border-bottom: 1px solid #bbb;
border-top: 1px solid #bbb;
}
#mets_editor_wrapper {
w... | css/mets_editor.css | Created on : Apr 17, 2017, 10:25:07 AM
Author : BGILLING
*/
fieldset {
position: relative;
}
#edit-objectsformset {
background-color: #fafafa;
border-left: 1px solid #bbb;
border-right: none;
border-bottom: 1px solid #bbb;
border-top: 1px solid #bbb;
}
#mets_editor_wrapper {
w... | 0.340485 | 0.166811 |
*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
min-height: 100vh;
display: grid;
}
body {
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align:... | Day 28 - Pen/style.css | *, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
min-height: 100vh;
display: grid;
}
body {
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align:... | 0.49707 | 0.091951 |
body
{
background: #f9f9f9;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
overflow-x: hidden;
}
/* start hr */
hr
{
border: 1px solid #55acee;
width: 100px;
margin-top: 20px;
}
/* end hr */
/* start h2 */
h2
{
font-size: 60... | css/templatemo-style.css | body
{
background: #f9f9f9;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
overflow-x: hidden;
}
/* start hr */
hr
{
border: 1px solid #55acee;
width: 100px;
margin-top: 20px;
}
/* end hr */
/* start h2 */
h2
{
font-size: 60... | 0.263884 | 0.052279 |
:root {
--preto: #000;
--branco: #fff;
--cinza: #cecece;
}
* {
margin: 0;
padding: 0;
}
html, body {
height: 100%;
}
body {
background-image: linear-gradient(to right bottom, #23232e, #2a2f3f, #2d3c52, #2d4964, #285876);
background-repeat: no-repeat;
background-size: 100% 100%;
... | assets/css/style.css | :root {
--preto: #000;
--branco: #fff;
--cinza: #cecece;
}
* {
margin: 0;
padding: 0;
}
html, body {
height: 100%;
}
body {
background-image: linear-gradient(to right bottom, #23232e, #2a2f3f, #2d3c52, #2d4964, #285876);
background-repeat: no-repeat;
background-size: 100% 100%;
... | 0.482429 | 0.233532 |
.is-mega-menu,
.is-column,
.is-mega-descr-text {
color: #999999;
font-style: italic;
font-weight: 400;
display: none;
margin-left: 4px;
}
.is-drop-side-right {
color: #aaaaaa;
font-size: 14px;
display: none;
margin-left: 6px;
position: relative;
vertical-align: middle;
}
.cmsmasters_hide_text {
text-dec... | wp-content/plugins/cmsmasters-mega-menu/admin/css/mega-menu.css | .is-mega-menu,
.is-column,
.is-mega-descr-text {
color: #999999;
font-style: italic;
font-weight: 400;
display: none;
margin-left: 4px;
}
.is-drop-side-right {
color: #aaaaaa;
font-size: 14px;
display: none;
margin-left: 6px;
position: relative;
vertical-align: middle;
}
.cmsmasters_hide_text {
text-dec... | 0.191403 | 0.057045 |
@media (min-width: 1440px) {
html, body{
width: 100%
}
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
html, body{
width: 100%
}
}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {
html, body{
width: 100%
}
.register-section {
padding: 85px 35px 60px;
}
.main-slider .slid... | public/css/responsive.css | @media (min-width: 1440px) {
html, body{
width: 100%
}
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
html, body{
width: 100%
}
}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {
html, body{
width: 100%
}
.register-section {
padding: 85px 35px 60px;
}
.main-slider .slid... | 0.173009 | 0.063424 |
.bg-primary { background: red; }
.bg-secondary { background: blue; }
.bc-primary { border-color: red; }
.bc-secondary { border-color: blue; }
.btc-primary { border-top-color: red; }
.btc-secondary { border-top-color: blue; }
.brc-primary { border-right-color: red; }
.brc-secondary { border-right-color: blue; }
.bbc-pri... | example/cli.css | .bg-primary { background: red; }
.bg-secondary { background: blue; }
.bc-primary { border-color: red; }
.bc-secondary { border-color: blue; }
.btc-primary { border-top-color: red; }
.btc-secondary { border-top-color: blue; }
.brc-primary { border-right-color: red; }
.brc-secondary { border-right-color: blue; }
.bbc-pri... | 0.795142 | 0.200264 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.font_family_google_fira, .font_family_google_fira * {
font-family: 'Fira Sans', sans-serif;
}
.box {
display: flex;
flex-wrap: wrap;
max-width: 1000px;
justify-content: center;
}
header {
display: flex;
flex-wrap: wrap;
backgro... | css/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.font_family_google_fira, .font_family_google_fira * {
font-family: 'Fira Sans', sans-serif;
}
.box {
display: flex;
flex-wrap: wrap;
max-width: 1000px;
justify-content: center;
}
header {
display: flex;
flex-wrap: wrap;
backgro... | 0.295433 | 0.066873 |
@charset "UTF-8";
/**
* InFocus - Brackets extension
* https://github.com/a-bakos/infocus
*/
/* InFocus container. Does not include toolbar */
.infocus-contents {
margin: auto;
padding: 5px;
text-align: center;
}
/* Channels = Sounds */
.infocus-player-channels {
display: inline-block;
padding: 5px 10... | style.css | @charset "UTF-8";
/**
* InFocus - Brackets extension
* https://github.com/a-bakos/infocus
*/
/* InFocus container. Does not include toolbar */
.infocus-contents {
margin: auto;
padding: 5px;
text-align: center;
}
/* Channels = Sounds */
.infocus-player-channels {
display: inline-block;
padding: 5px 10... | 0.440469 | 0.073364 |
.info{ direction: rtl;
text-align: right;
font-size: 12px;
color: #fff;line-height:35px;}
.info_contant{margin-left:10px;}
.input{height:35px; font-size:14px;}
.svg-inline--fa {
display: inline-block;
font-size: inherit;
height:20px;
overflow: visible;
vertical-align: -0.1... | assets/css/custom.css | .info{ direction: rtl;
text-align: right;
font-size: 12px;
color: #fff;line-height:35px;}
.info_contant{margin-left:10px;}
.input{height:35px; font-size:14px;}
.svg-inline--fa {
display: inline-block;
font-size: inherit;
height:20px;
overflow: visible;
vertical-align: -0.1... | 0.296451 | 0.118538 |
.theme-dark {
--background-primary: #202020;
--background-primary-alt: #1a1a1a;
--background-secondary: #161616;
--background-secondary-alt: #080808;
--background-accent: #000;
--background-modifier-border: #333;
--background-modifier-form-field: rgba(0, 0, 0, 0.3);
--background-modifier... | .obsidian/themes/Moonlight.css | .theme-dark {
--background-primary: #202020;
--background-primary-alt: #1a1a1a;
--background-secondary: #161616;
--background-secondary-alt: #080808;
--background-accent: #000;
--background-modifier-border: #333;
--background-modifier-form-field: rgba(0, 0, 0, 0.3);
--background-modifier... | 0.388734 | 0.059265 |
/*
In NativeScript, the app.css file is where you place CSS rules that
you would like to apply to your entire application. Check out
http://docs.nativescript.org/ui/styling for a full list of the CSS
selectors and properties you can use to style UI components.
/*
In many cases you may want to use the NativeScript cor... | app/app.css | /*
In NativeScript, the app.css file is where you place CSS rules that
you would like to apply to your entire application. Check out
http://docs.nativescript.org/ui/styling for a full list of the CSS
selectors and properties you can use to style UI components.
/*
In many cases you may want to use the NativeScript cor... | 0.496094 | 0.097691 |
@charset "UTF-8";
* {
position: relative;
font-family: "Ubuntu", "微軟正黑體";
color: white;
}
body, html {
margin: 0px;
padding: 0px;
background-color: #262626;
width: 100%;
height: 100%;
}
body {
display: flex;
justify-content: center;
align-items: center;
}
.daybox {
width: 50%;
max-width: 40... | weatherbox/css/style.css | @charset "UTF-8";
* {
position: relative;
font-family: "Ubuntu", "微軟正黑體";
color: white;
}
body, html {
margin: 0px;
padding: 0px;
background-color: #262626;
width: 100%;
height: 100%;
}
body {
display: flex;
justify-content: center;
align-items: center;
}
.daybox {
width: 50%;
max-width: 40... | 0.361954 | 0.07989 |
.home-hero {
text-align: center;
height: 518px;
color: #fff;
background-image: url(../images/hero-bg-m.jpg);
background-position: center top;
background-repeat: no-repeat;
padding: 80px 20px;
}
.home-hero-title {
font-size: 40px;
line-height: 60px;
padding: 70px 0 20px;
}
.home-hero-des {
font-siz... | public/mokilsin/css/beautiful.css | .home-hero {
text-align: center;
height: 518px;
color: #fff;
background-image: url(../images/hero-bg-m.jpg);
background-position: center top;
background-repeat: no-repeat;
padding: 80px 20px;
}
.home-hero-title {
font-size: 40px;
line-height: 60px;
padding: 70px 0 20px;
}
.home-hero-des {
font-siz... | 0.223462 | 0.070017 |
h2 {
font-size: 20px;
margin-top: 10px;
margin-bottom: 0px;
}
hr {
margin-top: 5px;
margin-bottom: 5px;
}
/* Filter specific */
#filters-panel {
padding-top: 10px;
padding-bottom: 10px;
}
#running_tasks {
height: 225px;
border: 1px solid coral;
padding-left: 0;
list-style: ... | static/assets/css/map_tool.css | h2 {
font-size: 20px;
margin-top: 10px;
margin-bottom: 0px;
}
hr {
margin-top: 5px;
margin-bottom: 5px;
}
/* Filter specific */
#filters-panel {
padding-top: 10px;
padding-bottom: 10px;
}
#running_tasks {
height: 225px;
border: 1px solid coral;
padding-left: 0;
list-style: ... | 0.380759 | 0.150684 |
.w-layout-grid {
display: -ms-grid;
display: grid;
grid-auto-columns: 1fr;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
grid-row-gap: 16px;
grid-column-gap: 16px;
}
body {
background-color: #edeff2;
font-family: 'Open Sans', s... | css/alexgo-io.css | .w-layout-grid {
display: -ms-grid;
display: grid;
grid-auto-columns: 1fr;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
grid-row-gap: 16px;
grid-column-gap: 16px;
}
body {
background-color: #edeff2;
font-family: 'Open Sans', s... | 0.370909 | 0.103794 |
html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
.jumbotron {
... | web/css/site.css | html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
.jumbotron {
... | 0.449393 | 0.107391 |
@media print {
a[href]:after {
content: none !important;
}
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/opensans-light-webfont.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-st... | assets/css/app.css | @media print {
a[href]:after {
content: none !important;
}
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/opensans-light-webfont.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-st... | 0.325735 | 0.066691 |
@import "../plugins/font-awesome-4.7.0/css/font-awesome.min.css";
/*********************************
1. Header
*********************************/
.header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #3f6fce;
z-index: 200;
border-bottom: solid 1px transparent;
border-ima... | resources/css/main.css | @import "../plugins/font-awesome-4.7.0/css/font-awesome.min.css";
/*********************************
1. Header
*********************************/
.header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #3f6fce;
z-index: 200;
border-bottom: solid 1px transparent;
border-ima... | 0.385375 | 0.056107 |
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.logo {
white-space: normal;
text-align: center;
text-decoration: none !important;
word-break: break-all;
co... | Web/Socializer.Web/wwwroot/css/site.css | /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.logo {
white-space: normal;
text-align: center;
text-decoration: none !important;
word-break: break-all;
co... | 0.586523 | 0.10079 |
* @file
* Styling for the shortcut module.
*/
:root {
/**
* Shortcut action.
*/
}
/**
* Add/remove links.
*/
.shortcut-action {
display: inline-block;
margin-left: 0.5rem; /* LTR */
}
[dir="rtl"] .shortcut-action {
margin-right: 0.5rem;
}
.shortcut-action__message {
display: inline-block;
marg... | web/core/themes/claro/css/components/shortcut.css | * @file
* Styling for the shortcut module.
*/
:root {
/**
* Shortcut action.
*/
}
/**
* Add/remove links.
*/
.shortcut-action {
display: inline-block;
margin-left: 0.5rem; /* LTR */
}
[dir="rtl"] .shortcut-action {
margin-right: 0.5rem;
}
.shortcut-action__message {
display: inline-block;
marg... | 0.469763 | 0.062531 |
.articles-img {
height: 300px;
width: 98%;
position: relative;
margin-left: 10px;
}
.article-profile-header {
height: 75px;
width: 100%;
position: relative;
margin: 5px;
padding: 5px;
border-radius: 5px;
background: rgba(211, 211, 211, 0.32);
}
.articles-thumbnail {
he... | modules/articles/client/css/articles.css | .articles-img {
height: 300px;
width: 98%;
position: relative;
margin-left: 10px;
}
.article-profile-header {
height: 75px;
width: 100%;
position: relative;
margin: 5px;
padding: 5px;
border-radius: 5px;
background: rgba(211, 211, 211, 0.32);
}
.articles-thumbnail {
he... | 0.587233 | 0.106505 |
@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,400');
body {
overflow-x: hidden;
background-color: #f0f6ff;
font-family: Poppins,sans-serif;
--font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI E... | client/public/assets/styles/style.css | @import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,400');
body {
overflow-x: hidden;
background-color: #f0f6ff;
font-family: Poppins,sans-serif;
--font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI E... | 0.363195 | 0.054879 |
.tile {
background-color: #wheat;
display: inline-block;
margin-bottom: 3%;
margin-right: 3.1%;
position: relative;
vertical-align: top;
width:10%;
}
.tile--height-1 {
height: 184px;
}
.tile--height-2 {
height: 400px;
}
.tile--height-2 .tile__content__data--chart {
height: 335px;
}
.tile--height-bpc... | public/stylesheets/tile.css | .tile {
background-color: #wheat;
display: inline-block;
margin-bottom: 3%;
margin-right: 3.1%;
position: relative;
vertical-align: top;
width:10%;
}
.tile--height-1 {
height: 184px;
}
.tile--height-2 {
height: 400px;
}
.tile--height-2 .tile__content__data--chart {
height: 335px;
}
.tile--height-bpc... | 0.513912 | 0.072571 |
body {
background: url("../assets/bg.jpg");
/*background: linear-gradient(to right, #dc2424, #4a569d); !* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *! background-size: 1000% 1000%;*/
/*animation: Gradient 8s ease infinite;*/
}
@keyframes Gradient {
0% {
background-position: 0 50%;
... | src/styles/me_tcefrep.css | body {
background: url("../assets/bg.jpg");
/*background: linear-gradient(to right, #dc2424, #4a569d); !* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *! background-size: 1000% 1000%;*/
/*animation: Gradient 8s ease infinite;*/
}
@keyframes Gradient {
0% {
background-position: 0 50%;
... | 0.510985 | 0.096962 |
@-moz-document url-prefix(https://dtf.ru/){
html
{ overflow-x: hidden; }
h1, h2
{ margin-left: 15px; }
body > *,
#welcome,
#headerUploadBtn,
#headerUpgradePremiumBtn,
.premiumPromoBannerWrapper,
.networkBar,
header li#menuItem1,
header li#menuItem4,
header li#menuItem6,
header li#menuItem8,
ul.video... | data/usercss/174094.user.css | @-moz-document url-prefix(https://dtf.ru/){
html
{ overflow-x: hidden; }
h1, h2
{ margin-left: 15px; }
body > *,
#welcome,
#headerUploadBtn,
#headerUpgradePremiumBtn,
.premiumPromoBannerWrapper,
.networkBar,
header li#menuItem1,
header li#menuItem4,
header li#menuItem6,
header li#menuItem8,
ul.video... | 0.210117 | 0.036425 |
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
al... | client/src/App.css | .App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
al... | 0.565059 | 0.120155 |
/************************************* 布局 *******************************************/
html,body,div,table,tr,td,ul,li{
padding:0px;
margin:0px;
}
div,ul,li,table{
float:left;
}
.top{
background:#001A33;
width:100%;
height:120px;
color:white;
}
.right{
float:right;
margin:10px;
}
.right a:link,.right a:vis... | web/css/mainstyle.css |
/************************************* 布局 *******************************************/
html,body,div,table,tr,td,ul,li{
padding:0px;
margin:0px;
}
div,ul,li,table{
float:left;
}
.top{
background:#001A33;
width:100%;
height:120px;
color:white;
}
.right{
float:right;
margin:10px;
}
.right a:link,.right a:vis... | 0.198724 | 0.052912 |
@charset "UTF-8";
*{
margin:0px;
padding:0px;
border: none;
font-family: times new roman, verdana;
}
#tudo{
width:100%;
}
#conteudo{
margin-top: 2vw;
background-image: url(../imagens/fundo.png);
background-position: center;
background-size:90%;
background-attachment: fixed;
}
#... | petshop/css/estiloprodutos.css | @charset "UTF-8";
*{
margin:0px;
padding:0px;
border: none;
font-family: times new roman, verdana;
}
#tudo{
width:100%;
}
#conteudo{
margin-top: 2vw;
background-image: url(../imagens/fundo.png);
background-position: center;
background-size:90%;
background-attachment: fixed;
}
#... | 0.334155 | 0.076408 |
caption,
th,
td {
text-align: right;
}
.navigation .nav-links .nav-next a {
padding-right: 15px;
padding-left: 25px;
}
textarea {
padding-right: 3px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
right: 5px;
}
.alignleft {
float: right;
margin-left: 15px;
}
.ali... | wp-content/themes/shopay/rtl.css | caption,
th,
td {
text-align: right;
}
.navigation .nav-links .nav-next a {
padding-right: 15px;
padding-left: 25px;
}
textarea {
padding-right: 3px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
right: 5px;
}
.alignleft {
float: right;
margin-left: 15px;
}
.ali... | 0.539226 | 0.139367 |
button,
.pointer {
cursor: pointer;
}
.btn-outline-primary{
color: #238193!important;
border-color: #238193!important;
}
.btn-outline-primary:hover{
color: white!important;
background-color: #238193!important;
}
/* code element styling */
code {
color: black;
}
/* p element styling */
p {
f... | styles/main.css | button,
.pointer {
cursor: pointer;
}
.btn-outline-primary{
color: #238193!important;
border-color: #238193!important;
}
.btn-outline-primary:hover{
color: white!important;
background-color: #238193!important;
}
/* code element styling */
code {
color: black;
}
/* p element styling */
p {
f... | 0.402862 | 0.053428 |
@page {
size: auto;
margin: 0mm;
}
html, body {
margin: 0;
padding: 0;
box-sizing: border-box;
}
@media print {
.screen-only {
display: none;
}
}
/* logo */
@media screen {
body {
background: url(../logo/logo-plain.svg);
background-repeat: no-repeat;
background-size: 80px 80px;... | app/css/main.css | @page {
size: auto;
margin: 0mm;
}
html, body {
margin: 0;
padding: 0;
box-sizing: border-box;
}
@media print {
.screen-only {
display: none;
}
}
/* logo */
@media screen {
body {
background: url(../logo/logo-plain.svg);
background-repeat: no-repeat;
background-size: 80px 80px;... | 0.224225 | 0.06165 |
.landing-design-preview-wrap
{
--design-preview-bg: white;
--design-preview-primary: #2fc6f6;
--design-preview-color: #333;
--design-preview-color-h: #111;
--design-preview-font-size: 14px;
--design-preview-font-weight: 400;
--design-preview-font-weight-h: 700;
--design-preview-line-height: 1.5;
--design-previ... | bitrix/modules/landing/install/js/landing/settingsform/designpreview/src/css/style.css | .landing-design-preview-wrap
{
--design-preview-bg: white;
--design-preview-primary: #2fc6f6;
--design-preview-color: #333;
--design-preview-color-h: #111;
--design-preview-font-size: 14px;
--design-preview-font-weight: 400;
--design-preview-font-weight-h: 700;
--design-preview-line-height: 1.5;
--design-previ... | 0.435661 | 0.061565 |
* {
margin: 0;
padding: 0;
font-family: Arial, Verdana !important;
}
html{
background: #fff;
}
.limitHome {
height: 100%;
width: 1024px;
margin-left: auto;
margin-right: auto;
}
.limitSugestao {
height: 450px;
width: 900px;
margin-top: 10px;
margin-left: auto;
... | WebContent/css/styleHome.css | * {
margin: 0;
padding: 0;
font-family: Arial, Verdana !important;
}
html{
background: #fff;
}
.limitHome {
height: 100%;
width: 1024px;
margin-left: auto;
margin-right: auto;
}
.limitSugestao {
height: 450px;
width: 900px;
margin-top: 10px;
margin-left: auto;
... | 0.357119 | 0.088702 |
:root {
--primaryColor: #35a0ee;
--primaryColor50: #35a0ee1a;
--primaryDarkcolor: #2696e8;
--primaryLightColor: #f6fbff;
--mainWhite: #fff;
--offWhite: #f7fbff;
--mainWhite50: #ffffff80;
--mainBlack: #0b1d2e;
--darkBlack: #07111b;
--naturalBlack: #031106;
--mainGrey: #a4aeb4;
--lightGrey: #d5d9d... | src/assets/style/variables.css | :root {
--primaryColor: #35a0ee;
--primaryColor50: #35a0ee1a;
--primaryDarkcolor: #2696e8;
--primaryLightColor: #f6fbff;
--mainWhite: #fff;
--offWhite: #f7fbff;
--mainWhite50: #ffffff80;
--mainBlack: #0b1d2e;
--darkBlack: #07111b;
--naturalBlack: #031106;
--mainGrey: #a4aeb4;
--lightGrey: #d5d9d... | 0.410047 | 0.108637 |
html,body,.container{
width:100%;
height:100%;
font-family: 'Montserrat', sans-serif;
}
.container{
display:block;
background-color: #2a2b38;
background-image: linear-gradient(#30313e .1em, transparent .1em);
background-size: 100% 1.2em;
}
.section{
width:100%;
height: 100vh;
dis... | css/style.css | html,body,.container{
width:100%;
height:100%;
font-family: 'Montserrat', sans-serif;
}
.container{
display:block;
background-color: #2a2b38;
background-image: linear-gradient(#30313e .1em, transparent .1em);
background-size: 100% 1.2em;
}
.section{
width:100%;
height: 100vh;
dis... | 0.489748 | 0.07267 |
:root {
--nav-height: 100px;
}
html,
body {
position: relative;
background-color: #222;
min-height: 150vh;
scroll-behavior: smooth;
}
body {
font-family: 'Montserrat', sans-serif;
font-size: 18px;
color: #f8f8f8;
}
#main-wrapper {
position: relative;
top: 100px;
}
#main {
padding-bottom: 20px;... | src/styles/main.css | :root {
--nav-height: 100px;
}
html,
body {
position: relative;
background-color: #222;
min-height: 150vh;
scroll-behavior: smooth;
}
body {
font-family: 'Montserrat', sans-serif;
font-size: 18px;
color: #f8f8f8;
}
#main-wrapper {
position: relative;
top: 100px;
}
#main {
padding-bottom: 20px;... | 0.432543 | 0.101768 |
:root{--theme-green:#34a734;--theme-green-dark:#0f3f1c;--theme-red:#e00023;--theme-black:#000000;--theme-white:#ffffff;--theme-blue:#5ab1d2;}
body{font-family:Montserrat;font-size:10pt;line-height:1.6;color:#000000;padding:10px 30px;background-color:#fff}
p{text-align:justify}
a,a:visited,a:active{color:#e00023;text-de... | Polokokta/Polokokta.css | :root{--theme-green:#34a734;--theme-green-dark:#0f3f1c;--theme-red:#e00023;--theme-black:#000000;--theme-white:#ffffff;--theme-blue:#5ab1d2;}
body{font-family:Montserrat;font-size:10pt;line-height:1.6;color:#000000;padding:10px 30px;background-color:#fff}
p{text-align:justify}
a,a:visited,a:active{color:#e00023;text-de... | 0.269614 | 0.109277 |
/*
* ----------------------------------------------------------------------------
* CSS Document @media screen Start
* Author: DistantSound
* IDE :
* <p class="f-l p-text c-gray"> ..... </p> .p-text 样式 ,可改成 <div class="f-l p-text c-gray"> ..... </div>
* ------------------------------------------------------... | static/css/meta-sub.css | /*
* ----------------------------------------------------------------------------
* CSS Document @media screen Start
* Author: DistantSound
* IDE :
* <p class="f-l p-text c-gray"> ..... </p> .p-text 样式 ,可改成 <div class="f-l p-text c-gray"> ..... </div>
* ------------------------------------------------------... | 0.335569 | 0.041754 |
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.col, .col-1, .col-10, .col-11, .col-... | src/bs-custom.css | .container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.col, .col-1, .col-10, .col-11, .col-... | 0.326057 | 0.040313 |
/*--------------card common style--------------*/
.card_style .single_card .img_area{
overflow: hidden;
}
.card_style .single_card .img_area img {
width: 100%;
}
.card_style .single_card .card_content a {
color: #333;
}
/*--------------card style-1--------------*/
.card_style1 .single_card .img_area {
... | public/css/asset/card.css |
/*--------------card common style--------------*/
.card_style .single_card .img_area{
overflow: hidden;
}
.card_style .single_card .img_area img {
width: 100%;
}
.card_style .single_card .card_content a {
color: #333;
}
/*--------------card style-1--------------*/
.card_style1 .single_card .img_area {
... | 0.207135 | 0.070176 |
html, body{}
a{color: white; text-decoration: none;}
#profile_head .hero_mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); transition: opacity 0.5s;}
#profile_head:hover .hero_mask{opacity: 0; transition: opacity 0.5s;}
.title_card{position: absolute; width: calc(100% -... | assets/bg/css/member/profile.css | html, body{}
a{color: white; text-decoration: none;}
#profile_head .hero_mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); transition: opacity 0.5s;}
#profile_head:hover .hero_mask{opacity: 0; transition: opacity 0.5s;}
.title_card{position: absolute; width: calc(100% -... | 0.320183 | 0.076511 |
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, ... | cl/css/screen.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.481941 | 0.160167 |
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&family=Open+Sans&display=swap");
body {
font-family: 'Cairo', sans-serif;
color: #0c0c0c;
background-color: #ffffff;
overflow-x: hidden;
}
.layout_padding {
padding: 90px 0;
}
.layout_padding2 {
padding: 75px 0;
}
.layout_paddin... | css/style.css | @import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&family=Open+Sans&display=swap");
body {
font-family: 'Cairo', sans-serif;
color: #0c0c0c;
background-color: #ffffff;
overflow-x: hidden;
}
.layout_padding {
padding: 90px 0;
}
.layout_padding2 {
padding: 75px 0;
}
.layout_paddin... | 0.331228 | 0.048767 |
:root {
--fundo_da_pagina: rgba(7, 7, 7, 0.7);
--texto: rgb(255, 255, 255);
--link: rgb(0, 255, 255);
--link_visitado: rgb(0, 140, 140);
--link_pressionado: rgb(255, 0, 0);
--preto: rgb(0, 0, 0);
}
*[id] {
scroll-margin-top: 4em;
}
body {
background-color: var(--fundo_da_pagina);
c... | style.css | :root {
--fundo_da_pagina: rgba(7, 7, 7, 0.7);
--texto: rgb(255, 255, 255);
--link: rgb(0, 255, 255);
--link_visitado: rgb(0, 140, 140);
--link_pressionado: rgb(255, 0, 0);
--preto: rgb(0, 0, 0);
}
*[id] {
scroll-margin-top: 4em;
}
body {
background-color: var(--fundo_da_pagina);
c... | 0.332094 | 0.186225 |
* Fixed size panel used to contain
* most content on the site. Margin
* is set to auto to center most
* elements on the site.
*/
div.panel {
margin: auto;
color: #212b2e;
text-align: center;
font-family: Verdana, sans-serif;
font-size: 12px;
max-width: 875px;
min-width: 875px;
min-h... | files/stylesheet.css | * Fixed size panel used to contain
* most content on the site. Margin
* is set to auto to center most
* elements on the site.
*/
div.panel {
margin: auto;
color: #212b2e;
text-align: center;
font-family: Verdana, sans-serif;
font-size: 12px;
max-width: 875px;
min-width: 875px;
min-h... | 0.521471 | 0.190498 |
.wrapper {
margin: 25px 25px;
}
hr {
border: 1px solid black;
}
/* Row Styling */
#opponentRow, #opponentDefRow, #opponentAttRow, #userAttRow, #userDefRow {
display: flex;
flex-direction: row;
}
#userRow {
display: flex;
flex-direction: row-reverse;
}
#opponentDefRow, #opponentAttRow, #userA... | client/src/components/GameBoard/gameboard.css | .wrapper {
margin: 25px 25px;
}
hr {
border: 1px solid black;
}
/* Row Styling */
#opponentRow, #opponentDefRow, #opponentAttRow, #userAttRow, #userDefRow {
display: flex;
flex-direction: row;
}
#userRow {
display: flex;
flex-direction: row-reverse;
}
#opponentDefRow, #opponentAttRow, #userA... | 0.326057 | 0.080105 |
html,
body {
overflow: none;
width: 100%;
margin: 0px;
padding: 0px;
font-family: 'Arvo', serif;
}
h2 {
font-size: 120%;
margin-bottom: 0;
text-align: center;
}
a {
text-decoration: none;
border: 0;
color: #fff;
}
ul {
list-style-type: none;
padding: 0;
line-height: 150%;
}
li {
vertical-a... | public/stylesheets/participant.css | html,
body {
overflow: none;
width: 100%;
margin: 0px;
padding: 0px;
font-family: 'Arvo', serif;
}
h2 {
font-size: 120%;
margin-bottom: 0;
text-align: center;
}
a {
text-decoration: none;
border: 0;
color: #fff;
}
ul {
list-style-type: none;
padding: 0;
line-height: 150%;
}
li {
vertical-a... | 0.311322 | 0.065605 |
.highlight,pre.highlight{color:#437ae1 !important}
.highlight .hll{background:#282c34 !important}
.highlight .c{color:#5c6370 !important;font-style:italic !important}
.highlight .err{color:#ff4ead !important;background-color:#210012 !important}
.highlight .k{color:#ca15ff !important}.highlight .l{color:#60d70a !importa... | assets/css/syntax.css | .highlight,pre.highlight{color:#437ae1 !important}
.highlight .hll{background:#282c34 !important}
.highlight .c{color:#5c6370 !important;font-style:italic !important}
.highlight .err{color:#ff4ead !important;background-color:#210012 !important}
.highlight .k{color:#ca15ff !important}.highlight .l{color:#60d70a !importa... | 0.154599 | 0.09628 |
.container {
height: 770px;
}
.map {
width: 100%;
height: 100%;
}
.list {
float: right;
width: 600px;
}
.row {
width: 100%;
margin-bottom: 1px;
border-bottom: solid 1px #eee;
}
.row-inner {
margin: auto;
display: table;
}
.row .row-item {
display: table-cell;
vertica... | ClinicFrontend/src/app/app-clinic/clinic-list/clinic-list.component.css | .container {
height: 770px;
}
.map {
width: 100%;
height: 100%;
}
.list {
float: right;
width: 600px;
}
.row {
width: 100%;
margin-bottom: 1px;
border-bottom: solid 1px #eee;
}
.row-inner {
margin: auto;
display: table;
}
.row .row-item {
display: table-cell;
vertica... | 0.317532 | 0.151718 |
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
html {
padding: 30px 10px;
line-height: 1.4;
color: #646f76;
background: #f0f0f0;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
html,
input {
font-family: sans-serif;
}
body {
max-wid... | static/css/notfound.css | ::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
html {
padding: 30px 10px;
line-height: 1.4;
color: #646f76;
background: #f0f0f0;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
html,
input {
font-family: sans-serif;
}
body {
max-wid... | 0.374219 | 0.082586 |
.container {
margin-left: auto;
margin-right: auto;
}
.container.show-grid {
position: relative;
}
.container.show-grid::before {
content: '';
position: absolute;
z-index: 10000;
top: 0;
left: 0;
right: 0;
height: 200vh;
background: linear-gradient(90deg, hsla(357, 97%, 86%, 0.45) 50%, hsla(356, ... | FDS-class/Modules/CSS/grid-system-mobile-first-fix-count.css | .container {
margin-left: auto;
margin-right: auto;
}
.container.show-grid {
position: relative;
}
.container.show-grid::before {
content: '';
position: absolute;
z-index: 10000;
top: 0;
left: 0;
right: 0;
height: 200vh;
background: linear-gradient(90deg, hsla(357, 97%, 86%, 0.45) 50%, hsla(356, ... | 0.620622 | 0.154026 |
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, em, p, font, img, small, strong, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tr, th, td {margin:0;padding:0;border:0;outline:0;font-size:12px;vertical-align:baseline}
ol, ul {list-style:none} :focus {outline:none; }
li{list... | application/index/view/toutiao/css/ttxq.css | html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, em, p, font, img, small, strong, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tr, th, td {margin:0;padding:0;border:0;outline:0;font-size:12px;vertical-align:baseline}
ol, ul {list-style:none} :focus {outline:none; }
li{list... | 0.296756 | 0.0643 |
@font-face {
font-family: 'anyoldicon';
src:url('./fonts/anyoldicon/anyoldicon.eot');
src:url('./fonts/anyoldicon/anyoldicon.eot?#iefix') format('embedded-opentype'),
url('./fonts/anyoldicon/anyoldicon.woff') format('woff'),
url('./fonts/anyoldicon/anyoldicon.ttf') format('truetype'),
url('./fonts/anyoldicon/a... | assets/css/component.css | @font-face {
font-family: 'anyoldicon';
src:url('./fonts/anyoldicon/anyoldicon.eot');
src:url('./fonts/anyoldicon/anyoldicon.eot?#iefix') format('embedded-opentype'),
url('./fonts/anyoldicon/anyoldicon.woff') format('woff'),
url('./fonts/anyoldicon/anyoldicon.ttf') format('truetype'),
url('./fonts/anyoldicon/a... | 0.207696 | 0.046725 |
body {
padding-top: 64px;
font-size: 18px;
line-height: 1.5;
}
section {
padding-bottom: 60px;
}
footer {
margin: 2em 0;
}
footer p {
font-size: 14px;
}
footer li {
float: right;
margin-right: 1.5em;
margin-bottom: 1.5em;
}
.lead {
font-size: 24px;
}
#navbar {
font-size: 14px;
}
.vertical-align {
... | css/style.css | body {
padding-top: 64px;
font-size: 18px;
line-height: 1.5;
}
section {
padding-bottom: 60px;
}
footer {
margin: 2em 0;
}
footer p {
font-size: 14px;
}
footer li {
float: right;
margin-right: 1.5em;
margin-bottom: 1.5em;
}
.lead {
font-size: 24px;
}
#navbar {
font-size: 14px;
}
.vertical-align {
... | 0.397471 | 0.109563 |
*,
*::before,
*::after {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 100%;
-webkit-tap-highlight-color: transparent;
letter-spacing: 0.03125rem;
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none... | design/app/dist/css/main.css | *,
*::before,
*::after {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 100%;
-webkit-tap-highlight-color: transparent;
letter-spacing: 0.03125rem;
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none... | 0.402275 | 0.046681 |
@media (hover: hover) {
body {
overflow-x: hidden;
}
nav {
display: flex;
background-color: var(--background-color);
border-bottom: var(--border-width) solid var(--border-color);
}
body > nav {
position: relative;
left: calc(-50vw + 50%);
width: 100vw;
}
nav ul {
padding... | src/css/nav.css | @media (hover: hover) {
body {
overflow-x: hidden;
}
nav {
display: flex;
background-color: var(--background-color);
border-bottom: var(--border-width) solid var(--border-color);
}
body > nav {
position: relative;
left: calc(-50vw + 50%);
width: 100vw;
}
nav ul {
padding... | 0.602412 | 0.096323 |
@charset "utf-8";
.tContent{background:#f7f7f7;padding-bottom:30px;width:100%;display:inline-block;margin-bottom:-10px;}
.tMain{width:980px;margin:0 auto;background:#fff;}.tHead{width:980px;display:inline-block;background:#f7f7f7;padding-top:15px;padding-bottom:13px;}
.tHead li.tLogo{float:left;height:63px;margin-ri... | templates/yungou/pc/css/app.css | @charset "utf-8";
.tContent{background:#f7f7f7;padding-bottom:30px;width:100%;display:inline-block;margin-bottom:-10px;}
.tMain{width:980px;margin:0 auto;background:#fff;}.tHead{width:980px;display:inline-block;background:#f7f7f7;padding-top:15px;padding-bottom:13px;}
.tHead li.tLogo{float:left;height:63px;margin-ri... | 0.162679 | 0.055695 |
* {
margin: 0;
padding: 0;
}
.bg-image {
background-image: url("../assets/backgrounds/h_img.jpg");
width: 100%;
height: 100vh;
}
/* .words {
/* margin-top:80px ; */
/* } */ */
.logo {
padding: 30px;
}
.word h1 {
font-weight: 500;
}
.p1 {
font-size: 15px;
font-weight: 500;
}
... | css/style.css | * {
margin: 0;
padding: 0;
}
.bg-image {
background-image: url("../assets/backgrounds/h_img.jpg");
width: 100%;
height: 100vh;
}
/* .words {
/* margin-top:80px ; */
/* } */ */
.logo {
padding: 30px;
}
.word h1 {
font-weight: 500;
}
.p1 {
font-size: 15px;
font-weight: 500;
}
... | 0.378 | 0.097476 |
.path-grade-report-grader .flexible th {
white-space:normal;
}
.gradestable {
margin-bottom:0;
}
.gradestable th.user img {
width:20px;
height:20px;
}
.gradestable th img {
vertical-align: text-bottom;
padding-bottom: 0;
}
.gradestable th .grade_icons { margin-top: .3em; }
.gradestable th img.sorticon { ... | moodle/grade/report/grader/styles.css | .path-grade-report-grader .flexible th {
white-space:normal;
}
.gradestable {
margin-bottom:0;
}
.gradestable th.user img {
width:20px;
height:20px;
}
.gradestable th img {
vertical-align: text-bottom;
padding-bottom: 0;
}
.gradestable th .grade_icons { margin-top: .3em; }
.gradestable th img.sorticon { ... | 0.430626 | 0.11427 |
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, ... | dist/bundle.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.293404 | 0.079175 |
position:inherit;
}*/
.default-editor-hide {
display: none;
}
.fusion-page-builder-hide {
display: none !important
}
.fusion-builder-pagecontent {
display: none !important;
}
img[src=""] {
display: none;
}
#fusion_light_box .img_frame_section {
width: 120px;
max-height: 75px;
min-height: 0px;
margin: 0 aut... | web/app/plugins/fusion-core/admin/page-builder/assets/css/application.css | position:inherit;
}*/
.default-editor-hide {
display: none;
}
.fusion-page-builder-hide {
display: none !important
}
.fusion-builder-pagecontent {
display: none !important;
}
img[src=""] {
display: none;
}
#fusion_light_box .img_frame_section {
width: 120px;
max-height: 75px;
min-height: 0px;
margin: 0 aut... | 0.288369 | 0.066448 |
.header{
height: 88px;
border: 1px solid #707070;
background-color: #f01716;
}
.homeicon{
width: 30%;
position: absolute;
left:50%;
transform: translate(-40%,25%);
}
/*
#cross{
float: left;
width: 40px;
height: 40px;
margin: 10%;
}
*/
#slider{
position:absolute;
left: -82px;
... | views/public/stylesheets/style.css | .header{
height: 88px;
border: 1px solid #707070;
background-color: #f01716;
}
.homeicon{
width: 30%;
position: absolute;
left:50%;
transform: translate(-40%,25%);
}
/*
#cross{
float: left;
width: 40px;
height: 40px;
margin: 10%;
}
*/
#slider{
position:absolute;
left: -82px;
... | 0.348645 | 0.075961 |
@font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 400;
src: local('PT Serif'), local('PTSerif-Regular'),
url('../fonts/pt-serif-v11-latin/pt-serif-v11-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/pt-serif-v11-latin/pt-serif-v11-... | webroot/css/style.css | @font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 400;
src: local('PT Serif'), local('PTSerif-Regular'),
url('../fonts/pt-serif-v11-latin/pt-serif-v11-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/pt-serif-v11-latin/pt-serif-v11-... | 0.237576 | 0.056392 |
html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
.container {
max-width: 960px;
}
.pricing-header {
max-width: 700px;
}
.card-deck .card {
min-width: 220px;
}
.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5... | src/main/webapp/resources/css/common.css | html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
.container {
max-width: 960px;
}
.pricing-header {
max-width: 700px;
}
.card-deck .card {
min-width: 220px;
}
.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5... | 0.433262 | 0.104706 |
:root {
--primary-color: #23263A;
--secondary-color: #45405a;
--accent-color: #e2736e;
--accent-color2: #f9f871;
--overlay-color: rgba(95, 64, 97, 0.6);
}
*, *::before, *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: "Poppins", sans-serif;
margin... | 5_Personal_Portfolio_Website/style.css | :root {
--primary-color: #23263A;
--secondary-color: #45405a;
--accent-color: #e2736e;
--accent-color2: #f9f871;
--overlay-color: rgba(95, 64, 97, 0.6);
}
*, *::before, *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: "Poppins", sans-serif;
margin... | 0.49048 | 0.119203 |
body{
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.navbar {
transition: all 0.4s;
font-wei... | assets/css/landing-page.css | body{
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.navbar {
transition: all 0.4s;
font-wei... | 0.394434 | 0.058507 |
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
white-space: normal;
text-align: center;
word-break: break-all;
}
/* Sticky footer styles
-------------... | public/css/site.css | /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
white-space: normal;
text-align: center;
word-break: break-all;
}
/* Sticky footer styles
-------------... | 0.506591 | 0.077868 |
html, body {
margin: 0;
padding: 0;
background: #424242;
color: #776e65;
font-family: "Microsoft Yahei", "Clear Sans", "Helvetica Neue", Arial, sans-serif;
font-size: 18px;
}
.tile .tile-inner {
border-radius: 3px;
background: #eee4da;
text-align: center;
font-weight: bold;
z-index: 10;
font-s... | style/skin_santi.css | html, body {
margin: 0;
padding: 0;
background: #424242;
color: #776e65;
font-family: "Microsoft Yahei", "Clear Sans", "Helvetica Neue", Arial, sans-serif;
font-size: 18px;
}
.tile .tile-inner {
border-radius: 3px;
background: #eee4da;
text-align: center;
font-weight: bold;
z-index: 10;
font-s... | 0.352982 | 0.124719 |
#traffic-beat-2 {
display:none;
margin-left:20px;
}
.traffic-beat-clear {clear:both}
.traffic-beat-relative {position:relative}
.traffic-beat-sep {height:12px}
/* -END- Utility */
/* Ticker Line */
.traffic-beat-ticker-line-box-highlight {
-webkit-box-shadow:0 0 20px #f90;
-moz-box-shadow:0 0 20px #f90... | app-showcase/traffic-beat-2/traffic-beat-2.css | #traffic-beat-2 {
display:none;
margin-left:20px;
}
.traffic-beat-clear {clear:both}
.traffic-beat-relative {position:relative}
.traffic-beat-sep {height:12px}
/* -END- Utility */
/* Ticker Line */
.traffic-beat-ticker-line-box-highlight {
-webkit-box-shadow:0 0 20px #f90;
-moz-box-shadow:0 0 20px #f90... | 0.203787 | 0.060836 |
:root {
--alpha-black: rgba(0, 0, 0, 0.2);
--alpha-white: rgba(255, 255, 255, 0.8);
--black: black;
--darkgrey: #aaa;
--grey: #c6c6c6;
--white: white;
--yellow: rgb(255, 255, 0);
--font-merriwather: 'Merriweather', serif;
--font-oswald: 'Oswald', sans-serif;
--font-sans-pro: 'Source Sans Pro', sans... | labs/startup-matchmaker/solution-code/css/main.css | :root {
--alpha-black: rgba(0, 0, 0, 0.2);
--alpha-white: rgba(255, 255, 255, 0.8);
--black: black;
--darkgrey: #aaa;
--grey: #c6c6c6;
--white: white;
--yellow: rgb(255, 255, 0);
--font-merriwather: 'Merriweather', serif;
--font-oswald: 'Oswald', sans-serif;
--font-sans-pro: 'Source Sans Pro', sans... | 0.551574 | 0.18054 |
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Pontano+Sans&subset=latin,latin-ext);
*/
/* global styles */
body { font-family: 'Pontano Sans', sans-serif; font-size: 14px; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
/*... | public/css/web/core.css | @import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Pontano+Sans&subset=latin,latin-ext);
*/
/* global styles */
body { font-family: 'Pontano Sans', sans-serif; font-size: 14px; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
/*... | 0.360489 | 0.041891 |