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 |
|---|---|---|---|---|
html {
height: 100%;
}
body {
min-height: 100%;
margin: 0px;
font: 400 13.3333px Arial;
}
legend {
text-align: left;
}
#mapid {
height: 100%;
width: 100%;
position: absolute;
}
#map-interaction-buttons > button {
display: block;
width: 150px;
margin: 10px 0px;
}
#map-int... | css/index.css | html {
height: 100%;
}
body {
min-height: 100%;
margin: 0px;
font: 400 13.3333px Arial;
}
legend {
text-align: left;
}
#mapid {
height: 100%;
width: 100%;
position: absolute;
}
#map-interaction-buttons > button {
display: block;
width: 150px;
margin: 10px 0px;
}
#map-int... | 0.486575 | 0.124532 |
.no-js .top-bar {
display: none;
}
@media screen and (min-width: 40em) {
.no-js .top-bar {
display: block;
}
.no-js .title-bar {
display: none;
}
}
/* Main menu style */
.top-bar {
background: #333;
color: #fefefe;
padding:0;
margin: 0;
border: 0;
font-size: 85%;
z-index: 10000;
}
.... | core/static/css/main-nav.css | .no-js .top-bar {
display: none;
}
@media screen and (min-width: 40em) {
.no-js .top-bar {
display: block;
}
.no-js .title-bar {
display: none;
}
}
/* Main menu style */
.top-bar {
background: #333;
color: #fefefe;
padding:0;
margin: 0;
border: 0;
font-size: 85%;
z-index: 10000;
}
.... | 0.421195 | 0.059811 |
@charset "utf-8";
@import url("http://www.w3cplus.com/demo/css3/base.css");
.demo1{
background:url('../images/header_bg.png') repeat-x 0 0;
-moz-animation-name:bgscroll;
-moz-animation-duration:15s;
-moz-animation-timing-function:linear;
-moz-animation-iteration-count:infinite;
-webkit-animation-name:bgscro... | CSS3UI/css3bgmove/css/style.css | @charset "utf-8";
@import url("http://www.w3cplus.com/demo/css3/base.css");
.demo1{
background:url('../images/header_bg.png') repeat-x 0 0;
-moz-animation-name:bgscroll;
-moz-animation-duration:15s;
-moz-animation-timing-function:linear;
-moz-animation-iteration-count:infinite;
-webkit-animation-name:bgscro... | 0.177419 | 0.044953 |
.app{
overflow: hidden;
}
.header{
height: (--header-height);
/* background-image: linear-gradient(0,#fe6433,#f53e2d); */
background-color: #6495ed;
}
.header__navbar{
display: flex;
justify-content: space-between;
}
.header__navbar-list{
list-style: none;
padding-left: 0;
margin-top... | public/css/main.css | .app{
overflow: hidden;
}
.header{
height: (--header-height);
/* background-image: linear-gradient(0,#fe6433,#f53e2d); */
background-color: #6495ed;
}
.header__navbar{
display: flex;
justify-content: space-between;
}
.header__navbar-list{
list-style: none;
padding-left: 0;
margin-top... | 0.437103 | 0.060142 |
width: 100%;
}
.main-register {
background: #fff;
width: 400px;
height: 680px;
margin: 0 auto 20px;
padding-top: 40px;
}
.main-register .header {
padding: 23px 0 20px 20px;
}
.main-register form {
padding: 0 20px;
}
.main-register form h4 {
margin: 10px 0 20px;
font-size: 15px;
color: #666;
}
... | css/register.css | width: 100%;
}
.main-register {
background: #fff;
width: 400px;
height: 680px;
margin: 0 auto 20px;
padding-top: 40px;
}
.main-register .header {
padding: 23px 0 20px 20px;
}
.main-register form {
padding: 0 20px;
}
.main-register form h4 {
margin: 10px 0 20px;
font-size: 15px;
color: #666;
}
... | 0.2359 | 0.044431 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
ul,
li {
list-style: none;
}
a {
text-decoration: none;
color: inherit;
}
.register{
width: 550px;
margin: 70px auto 0;
padding: 15px 20px;
background: white;
... | django/static/css/signup.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
ul,
li {
list-style: none;
}
a {
text-decoration: none;
color: inherit;
}
.register{
width: 550px;
margin: 70px auto 0;
padding: 15px 20px;
background: white;
... | 0.38549 | 0.116061 |
.jumbotron{
margin:15px 30px 0px 30px;
border-radius:10px;
background-image:
url("documentation/galaxybckgrnd.jpg");
background-repeat: no-repeat;
/* background-attachment: fixed;*/
color:white;
height:340px;
overflow: auto;
}
.page-scroll{
height:5000px;
}
.lead{
... | public_html/style.css | .jumbotron{
margin:15px 30px 0px 30px;
border-radius:10px;
background-image:
url("documentation/galaxybckgrnd.jpg");
background-repeat: no-repeat;
/* background-attachment: fixed;*/
color:white;
height:340px;
overflow: auto;
}
.page-scroll{
height:5000px;
}
.lead{
... | 0.502441 | 0.113481 |
@charset "utf-8";
/* CSS Document */
.dashboard-mainimg {
width: 100%;
height: auto;
}
.dropbtn {
background-color: #00AEEF;
color: white;
padding: 4px;
font-size: 13px;
border: none;
cursor: pointer;
width: 160px;
height:32px;
border-radius: 5px;
padding: 4px;
margin-top: 12px;
}
... | public/custom_css/custom_27-12-17.css | @charset "utf-8";
/* CSS Document */
.dashboard-mainimg {
width: 100%;
height: auto;
}
.dropbtn {
background-color: #00AEEF;
color: white;
padding: 4px;
font-size: 13px;
border: none;
cursor: pointer;
width: 160px;
height:32px;
border-radius: 5px;
padding: 4px;
margin-top: 12px;
}
... | 0.384334 | 0.061396 |
body {
padding-top: 50px;
}
/*
Navbar
*/
.navbar-bugs4me {
background: -moz-linear-gradient(#402711 0%, #1F0F00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #402711), color-stop(100%, #1F0F00));
background: -webkit-linear-gradient(#402711 0%, #1F0F00 100%);
b... | css/ent.css | body {
padding-top: 50px;
}
/*
Navbar
*/
.navbar-bugs4me {
background: -moz-linear-gradient(#402711 0%, #1F0F00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #402711), color-stop(100%, #1F0F00));
background: -webkit-linear-gradient(#402711 0%, #1F0F00 100%);
b... | 0.300746 | 0.033431 |
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, ... | wp-content/themes/hueman-dev/assets/front/css/_parts/0_0_reset_iefixes_adminbar.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.425367 | 0.070784 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
h1 {
text-align: center;
}
p {
font-family: 'Poppins', sans-serif;
}
.logo img {
width: 60px;
height: 60px;
}
header {
display: flex;
justify-content: space-around;
align-items: center;
width: 100%;
height: 80px;
background-color: hsl(22... | public/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
h1 {
text-align: center;
}
p {
font-family: 'Poppins', sans-serif;
}
.logo img {
width: 60px;
height: 60px;
}
header {
display: flex;
justify-content: space-around;
align-items: center;
width: 100%;
height: 80px;
background-color: hsl(22... | 0.469277 | 0.083367 |
main.blog-article {
font-size: 12pt;
/* Inline code blocks */
}
main.blog-article#index-page > * {
margin: 0;
}
main.blog-article > * {
margin: 16px 0;
word-break: break-word;
}
main.blog-article > *:first-child {
margin-top: 0;
}
main.blog-article > h1, main.blog-article h2, main.blog-article h3, main.blog... | server/resources/css/style.css | main.blog-article {
font-size: 12pt;
/* Inline code blocks */
}
main.blog-article#index-page > * {
margin: 0;
}
main.blog-article > * {
margin: 16px 0;
word-break: break-word;
}
main.blog-article > *:first-child {
margin-top: 0;
}
main.blog-article > h1, main.blog-article h2, main.blog-article h3, main.blog... | 0.269422 | 0.094761 |
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;700&display=swap');
:root {
--stf-cookies-primary-color: #ffd400;
--stf-cookies-border-color: #161616;
--stf-cookies-dark-color: #161616;
--stf-cookies-light-color: #ffffff;
--stf-cookies-font-size: 0.875rem;
--stf-cookies-font-family... | src/styles.css | @import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;700&display=swap');
:root {
--stf-cookies-primary-color: #ffd400;
--stf-cookies-border-color: #161616;
--stf-cookies-dark-color: #161616;
--stf-cookies-light-color: #ffffff;
--stf-cookies-font-size: 0.875rem;
--stf-cookies-font-family... | 0.42919 | 0.120724 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/* geral */
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}... | assets/styled/css.css |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/* geral */
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}... | 0.271155 | 0.058319 |
@-moz-document url-prefix("https://e-schooling.de/e-learning/main/start.php") {
:root {
--clock-color: #ffffff;
--link-hover-color: #0072ff;
--link-color: #3e5f8a;
--text-color: #737373;
--name-color: #990000;
--hader-hover-color: #272626;
--hader-color: #1a1a1a;
--background: url(https://wal... | data/usercss/188844.user.css | @-moz-document url-prefix("https://e-schooling.de/e-learning/main/start.php") {
:root {
--clock-color: #ffffff;
--link-hover-color: #0072ff;
--link-color: #3e5f8a;
--text-color: #737373;
--name-color: #990000;
--hader-hover-color: #272626;
--hader-color: #1a1a1a;
--background: url(https://wal... | 0.226698 | 0.103794 |
/*用电指标增幅*/
.widget_amplification_1x2 {
color: #4f4f4f;
height: 300px;
position: relative;
}
.widget_amplification_1x2 .energy_con {
width: 30%;
float: left;
font-size: 14px;
}
.widget_amplification_1x2 .energy_circle {
margin: 30px auto;
height: 150px;
... | develop/styles/widgets/amplification-top3.css | /*用电指标增幅*/
.widget_amplification_1x2 {
color: #4f4f4f;
height: 300px;
position: relative;
}
.widget_amplification_1x2 .energy_con {
width: 30%;
float: left;
font-size: 14px;
}
.widget_amplification_1x2 .energy_circle {
margin: 30px auto;
height: 150px;
... | 0.478773 | 0.12075 |
*{
margin: 0;
padding: 0;
font-family: "sans";
}
@font-face {
font-family: "sans";
src: url(font/sans.ttf);
}
body{
display: flex;
justify-content: center;
align-items: center;
text-align: center;
min-height: 90vh;
background: #19172e;
color: white;
}
h1{
posit... | 16 - Countdown Timer/style.css | *{
margin: 0;
padding: 0;
font-family: "sans";
}
@font-face {
font-family: "sans";
src: url(font/sans.ttf);
}
body{
display: flex;
justify-content: center;
align-items: center;
text-align: center;
min-height: 90vh;
background: #19172e;
color: white;
}
h1{
posit... | 0.426799 | 0.124585 |
@charset "UTF-8";
:root {
--clr-brand: hsl(357, 84%, 52%);
--clr-brand-dark: hsl(357, 64%, 42%);
--clr-brand-transparent: hsla(357, 84%, 52%, 0.75);
--brand-border: solid var(--clr-brand);
--br: 0.625rem;
--box-shadow-transition: box-shadow 200ms ease-out;
--clr-bkgd: hsl(0, 0%, 98%);
--clr-text: hsl(0... | assets/css/style.css | @charset "UTF-8";
:root {
--clr-brand: hsl(357, 84%, 52%);
--clr-brand-dark: hsl(357, 64%, 42%);
--clr-brand-transparent: hsla(357, 84%, 52%, 0.75);
--brand-border: solid var(--clr-brand);
--br: 0.625rem;
--box-shadow-transition: box-shadow 200ms ease-out;
--clr-bkgd: hsl(0, 0%, 98%);
--clr-text: hsl(0... | 0.424651 | 0.089494 |
body {
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-family: "proxima-nova-soft", sans-serif;
-webkit-user-select: none;
overflow: hidden;
}
body .vertical-centered-box {
position: absolute;
width: 100%;
height: 100%;
text-align: center;
}
body .vertical-centered-box:af... | assets/css/universe.css | body {
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-family: "proxima-nova-soft", sans-serif;
-webkit-user-select: none;
overflow: hidden;
}
body .vertical-centered-box {
position: absolute;
width: 100%;
height: 100%;
text-align: center;
}
body .vertical-centered-box:af... | 0.334155 | 0.0666 |
html,
body {
background-color: var(--bg-color);
color: var(--fg-color);
}
select {
background-color: var(--bg-color);
color: var(--fg-color);
}
article.paper .infos {
background: var(--bg-color);
}
body {
height: max-content;
}
h1 {
font-size: 32pt;
font-weight: bold;
}
h3 {
font-size: 24pt;
font-weight:... | src/css/style.css | html,
body {
background-color: var(--bg-color);
color: var(--fg-color);
}
select {
background-color: var(--bg-color);
color: var(--fg-color);
}
article.paper .infos {
background: var(--bg-color);
}
body {
height: max-content;
}
h1 {
font-size: 32pt;
font-weight: bold;
}
h3 {
font-size: 24pt;
font-weight:... | 0.259732 | 0.057758 |
*{margin: 0;padding: 0}
body{background: #fafafa}
td {font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;color: #333}
input { font: 10pt Verdana, Arial, Helvetica, sans-serif; border: none;outline: none;}
img {border: none;}
p,ul,ol,li,form {margin: 0;padding: 0;list-style: none;}
a {text-decoration: none;color: #444... | frontend/web/img_tmp/bacc0edebeaa3de73ff855c2b51e14c8.css | *{margin: 0;padding: 0}
body{background: #fafafa}
td {font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;color: #333}
input { font: 10pt Verdana, Arial, Helvetica, sans-serif; border: none;outline: none;}
img {border: none;}
p,ul,ol,li,form {margin: 0;padding: 0;list-style: none;}
a {text-decoration: none;color: #444... | 0.238196 | 0.063773 |
:root{
font-family: Poppins, Raleway;
text-align: center;
margin: 20px;
}
/*BODY*/
/*HEADER*/
.header{
font-family: Poppins, Georgia, 'Times New Roman', Times, serif;
font-size: 270%;
padding: 1em;
text-align: center;
margin-top: 200px !important;
}
ul, li{
list-style-type: none;
... | 2020/HTML-CSS/MINI_P/Adebiyi Oluwaseyi/Services Page/style.css | :root{
font-family: Poppins, Raleway;
text-align: center;
margin: 20px;
}
/*BODY*/
/*HEADER*/
.header{
font-family: Poppins, Georgia, 'Times New Roman', Times, serif;
font-size: 270%;
padding: 1em;
text-align: center;
margin-top: 200px !important;
}
ul, li{
list-style-type: none;
... | 0.218336 | 0.119871 |
@media (min-width: 1200px) {
.container {
max-width: 1170px;
}
/* Custom */
.kyber-extend-des>.vc_column-inner {
max-width: 890px;
padding-top: 80px !important;
padding-bottom: 80px !important;
padding-left: 80px !important;
}
}
@media (max-width: 1200px) {
/* Header */
#site-navigation-mobile {
dis... | assets/css/responsive.css | @media (min-width: 1200px) {
.container {
max-width: 1170px;
}
/* Custom */
.kyber-extend-des>.vc_column-inner {
max-width: 890px;
padding-top: 80px !important;
padding-bottom: 80px !important;
padding-left: 80px !important;
}
}
@media (max-width: 1200px) {
/* Header */
#site-navigation-mobile {
dis... | 0.172311 | 0.047074 |
img {
font-size: 12px;
vertical-align: middle;
}
em,
i {
font-style: normal;
}
.content {
height: 3000px;
}
.path15 {
width: 1200px;
float: left;
color: #959595;
line-height: 40px;
}
#_ProductDetails .good15_box {
width: 596px;
float: left;
}
#_ProductDetails .good15_box .good15_pic {
width: 596px... | style/less/list.css | img {
font-size: 12px;
vertical-align: middle;
}
em,
i {
font-style: normal;
}
.content {
height: 3000px;
}
.path15 {
width: 1200px;
float: left;
color: #959595;
line-height: 40px;
}
#_ProductDetails .good15_box {
width: 596px;
float: left;
}
#_ProductDetails .good15_box .good15_pic {
width: 596px... | 0.397938 | 0.115986 |
@media (max-width: 575.98px) {
.section-spacing-abonnement{
display: none;
}
.abonnement-mobile{
display: contents!important;
}
.abonnement-mobile h3{
margin-top: 8%;
margin-bottom: 8%;
}
.abonnement-mobile p {
margin: 2%
}
.p2{margin-left: 5%;}
.form-validation{
margin-top:... | public/deal/css/testresponsive.css | @media (max-width: 575.98px) {
.section-spacing-abonnement{
display: none;
}
.abonnement-mobile{
display: contents!important;
}
.abonnement-mobile h3{
margin-top: 8%;
margin-bottom: 8%;
}
.abonnement-mobile p {
margin: 2%
}
.p2{margin-left: 5%;}
.form-validation{
margin-top:... | 0.217753 | 0.087019 |
@charset "utf-8";
/* html5 */
object, del, sub, var { margin:0; padding:0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
* { -webkit-text-size-adjust:none; -moz-text-size-adjust:none; -ms-text-size-adjust:none; text-size-adjust:none; }
body, button, input... | card/css/common.css | @charset "utf-8";
/* html5 */
object, del, sub, var { margin:0; padding:0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
* { -webkit-text-size-adjust:none; -moz-text-size-adjust:none; -ms-text-size-adjust:none; text-size-adjust:none; }
body, button, input... | 0.340485 | 0.090293 |
@charset "utf-8";
/* CSS Document 登录及全局登录*/
.w310{ width:310px; height:360px;}
.boder-bt{ border-top:#ccc 1px solid; margin-top:-10px}
.boder-bt2{ border-top:#ccc 1px solid;}
.page_login{ background:#fff;}
.page_login .content{padding:30px 100px;}
.page_login .content .w310{margin-top:50px;position: relative; overflow:... | public/css/loading1.css | @charset "utf-8";
/* CSS Document 登录及全局登录*/
.w310{ width:310px; height:360px;}
.boder-bt{ border-top:#ccc 1px solid; margin-top:-10px}
.boder-bt2{ border-top:#ccc 1px solid;}
.page_login{ background:#fff;}
.page_login .content{padding:30px 100px;}
.page_login .content .w310{margin-top:50px;position: relative; overflow:... | 0.15961 | 0.064683 |
@import url(https://fonts.googleapis.com/css?family=Indie+Flower);/*Importation de la font*/
body {
background: url(https://media.giphy.com/media/Ph0oIVQeuvh0k/giphy.gif); /*Gif télévision*/
background-repeat: no-repeat;
background-position: center;
background-size: cover;
font-family: 'Indie Flowe... | styles/Style.css | @import url(https://fonts.googleapis.com/css?family=Indie+Flower);/*Importation de la font*/
body {
background: url(https://media.giphy.com/media/Ph0oIVQeuvh0k/giphy.gif); /*Gif télévision*/
background-repeat: no-repeat;
background-position: center;
background-size: cover;
font-family: 'Indie Flowe... | 0.446012 | 0.137735 |
:root {
--sc-solid-color: #7c4dff;
--sc-neutral-bright-color: #dfdfdf;
}
.sa-modal__text {
display: inline;
}
.sa-modal__button {
border: none;
vertical-align: middle;
background-color: transparent;
cursor: pointer;
}
.sa-modal__button--decline,
.sa-modal__button--accept {
display: inline-block;
wi... | src/assets/css/styles.css | :root {
--sc-solid-color: #7c4dff;
--sc-neutral-bright-color: #dfdfdf;
}
.sa-modal__text {
display: inline;
}
.sa-modal__button {
border: none;
vertical-align: middle;
background-color: transparent;
cursor: pointer;
}
.sa-modal__button--decline,
.sa-modal__button--accept {
display: inline-block;
wi... | 0.653569 | 0.139426 |
input[type=range] {
-webkit-appearance: none;
width: auto;
margin: 6px 0;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 3px;
cursor: pointer;
box-shadow: 0px 0px 2px #000000, 0px 0px 0px #0d0d0d;
background: #fff;
}
... | data/usercss/179886.user.css | input[type=range] {
-webkit-appearance: none;
width: auto;
margin: 6px 0;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 3px;
cursor: pointer;
box-shadow: 0px 0px 2px #000000, 0px 0px 0px #0d0d0d;
background: #fff;
}
... | 0.22627 | 0.075585 |
nav {
left: 0;
top: -1px;
width: 100%;
height: 200%;
z-index: 1;
display: none;
position: fixed;
background: #B5DCEB;
}
nav a {
position: relative;
}
nav a:after {
content: "";
position: absolute;
width: 0;
height: 2px;
display: block;
margin-top: 5px;
right: 0;
background: black;... | src/styles/components/navigation.css | nav {
left: 0;
top: -1px;
width: 100%;
height: 200%;
z-index: 1;
display: none;
position: fixed;
background: #B5DCEB;
}
nav a {
position: relative;
}
nav a:after {
content: "";
position: absolute;
width: 0;
height: 2px;
display: block;
margin-top: 5px;
right: 0;
background: black;... | 0.493653 | 0.071429 |
.header {
overflow: hidden;
background-color: #f1f1f1;
padding: 20px 10px;
}
/* Style the header links */
.header a {
float: left;
color: black;
text-align: center;
padding: 12px;
text-decoration: none;
font-size: 18px;
line-height: 25px;
border-radius: 4px;
}
/* Style the logo link (notice that... | src/assets/css/layout.css | .header {
overflow: hidden;
background-color: #f1f1f1;
padding: 20px 10px;
}
/* Style the header links */
.header a {
float: left;
color: black;
text-align: center;
padding: 12px;
text-decoration: none;
font-size: 18px;
line-height: 25px;
border-radius: 4px;
}
/* Style the logo link (notice that... | 0.468547 | 0.1873 |
:root {
--deepBlue: #2D3B40;
--darkGreen: #17A663;
--mediumGreen: #0FBF5C;
--lightGreen: #05F26C;
--almostWhite: #F2F2F2;
}
::selection {
color: var(--deepBlue);
background-color: var(--almostWhite);
}
::-webkit-scrollbar {
background-color: var(--deepBlue);
width: 0.5rem;
}
::-we... | general.css | :root {
--deepBlue: #2D3B40;
--darkGreen: #17A663;
--mediumGreen: #0FBF5C;
--lightGreen: #05F26C;
--almostWhite: #F2F2F2;
}
::selection {
color: var(--deepBlue);
background-color: var(--almostWhite);
}
::-webkit-scrollbar {
background-color: var(--deepBlue);
width: 0.5rem;
}
::-we... | 0.537527 | 0.226142 |
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic,latin);
html, body {
height: 100%;
}
body {
font-family: 'PT Sans', Arial, Helvetica, sans-serif;
background-color: #fff;
}
h1, h2, h3, h4, h5 {
text-align: center;
font-weight: bold;
color: #000;
}
h1 {
margin: 31px 0 48px 0;... | !arh/landing/65_landings_templates/46/style/style.css | @import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic,latin);
html, body {
height: 100%;
}
body {
font-family: 'PT Sans', Arial, Helvetica, sans-serif;
background-color: #fff;
}
h1, h2, h3, h4, h5 {
text-align: center;
font-weight: bold;
color: #000;
}
h1 {
margin: 31px 0 48px 0;... | 0.2676 | 0.094761 |
.card {
position: relative;
overflow: hidden;
margin: .5rem 0 1rem 0;
background-color: #fff;
border-radius: 4px 4px 0 0;
}
.panel {
background-color: inherit;!important;
}
.card-title {
margin: 10px;
padding: 1px;
}
.cart-text {
margin: 3px;
}
.text-data
{
margin: 10px 10px a... | src/Gaz/MainBundle/Resources/public/css/myStyle.css | .card {
position: relative;
overflow: hidden;
margin: .5rem 0 1rem 0;
background-color: #fff;
border-radius: 4px 4px 0 0;
}
.panel {
background-color: inherit;!important;
}
.card-title {
margin: 10px;
padding: 1px;
}
.cart-text {
margin: 3px;
}
.text-data
{
margin: 10px 10px a... | 0.321247 | 0.114171 |
[share].styled {
display: flex;
align-items: center;
}
[share].styled .share--element {
height: 50px;
padding: 0 16px;
display: flex;
align-items: center;
color: #fff;
border-radius: 8px;
cursor: pointer;
box-sizing: border-box;
transition: background-color .3s ease, transform .3s ease;
user-sel... | example/ru/css/example.css | [share].styled {
display: flex;
align-items: center;
}
[share].styled .share--element {
height: 50px;
padding: 0 16px;
display: flex;
align-items: center;
color: #fff;
border-radius: 8px;
cursor: pointer;
box-sizing: border-box;
transition: background-color .3s ease, transform .3s ease;
user-sel... | 0.393385 | 0.049108 |
@import url(https://fonts.googleapis.com/css?family=Lato|Raleway|Patua+One);
.background-image-container img {
width: 100%;
height: 400px;
object-fit: cover;
opacity: 0.5;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
}
.background-image-container {
display: flex;
justify-content: center;
... | component-library/odometer-4col/odometer-4col.css | @import url(https://fonts.googleapis.com/css?family=Lato|Raleway|Patua+One);
.background-image-container img {
width: 100%;
height: 400px;
object-fit: cover;
opacity: 0.5;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
}
.background-image-container {
display: flex;
justify-content: center;
... | 0.430147 | 0.076788 |
body{
font-family: 'Mako', sans-serif;
background:#f5f4f1;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 24, 2018 */
@font-face {
font-family: 'danuberegular';
src: url('font-danube/danube__-webfont.woff2') format('woff2'),
url('font-danube/danube__-webfont.woff') for... | modules/core/client/css/core.css | body{
font-family: 'Mako', sans-serif;
background:#f5f4f1;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 24, 2018 */
@font-face {
font-family: 'danuberegular';
src: url('font-danube/danube__-webfont.woff2') format('woff2'),
url('font-danube/danube__-webfont.woff') for... | 0.490724 | 0.062046 |
.App {
height: 100vh;
display: flex;
color: white;
}
.App__Aside {
width: 50%;
background-color: #66DAC7;
}
.App__Form {
width: 50%;
background-color: #2E4158;
padding: 25px 40px;
overflow: auto;
}
.FormCenter {
margin-bottom: 100px;
}
.FormFields{
wi... | client/src/components/Login.css | .App {
height: 100vh;
display: flex;
color: white;
}
.App__Aside {
width: 50%;
background-color: #66DAC7;
}
.App__Form {
width: 50%;
background-color: #2E4158;
padding: 25px 40px;
overflow: auto;
}
.FormCenter {
margin-bottom: 100px;
}
.FormFields{
wi... | 0.5083 | 0.070977 |
@import url("theme.css");
/**
Used color palette is:
#077077 - dark cyan, only used in code highlighting (pygments.css)
#6cca51 - light green, used as neutral info boxes and types in code
highlighting.
#f8ac3f - yellow orange, used as note boxes and code keywords.
- ** one of ... | docs/theme/static/css/machin.css | @import url("theme.css");
/**
Used color palette is:
#077077 - dark cyan, only used in code highlighting (pygments.css)
#6cca51 - light green, used as neutral info boxes and types in code
highlighting.
#f8ac3f - yellow orange, used as note boxes and code keywords.
- ** one of ... | 0.517327 | 0.171234 |
body{
background-color: lightslategray;
margin: 0%;
}
main{
width: 75%;
margin: 0rem auto 3rem;
}
form,h1,h2,h3{
font-family: 'Texturina', serif;
}
/*MENU*/
header{
width: 100%;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
background-color: black;
background... | style.css | body{
background-color: lightslategray;
margin: 0%;
}
main{
width: 75%;
margin: 0rem auto 3rem;
}
form,h1,h2,h3{
font-family: 'Texturina', serif;
}
/*MENU*/
header{
width: 100%;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
background-color: black;
background... | 0.283087 | 0.060308 |
.flex-row {
display: flex;
flex-direction: row;
align-items: center;
}
.flex-start {
align-items: start;
}
.flex-column {
display: flex;
flex-direction: column;
}
/* No arrow buttons on number input */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
marg... | src/styles.css | .flex-row {
display: flex;
flex-direction: row;
align-items: center;
}
.flex-start {
align-items: start;
}
.flex-column {
display: flex;
flex-direction: column;
}
/* No arrow buttons on number input */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
marg... | 0.327238 | 0.053477 |
html {
height: 100%;
}
body {
height: inherit;
margin: 0;
padding: 0;
font-family: sans-serif;
background-color: #303030;
color: #EFEFEF;
}
@keyframes app-logo-spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
a:-webkit-any-link {
color: #EFEFEF;
... | client/src/App.css | html {
height: 100%;
}
body {
height: inherit;
margin: 0;
padding: 0;
font-family: sans-serif;
background-color: #303030;
color: #EFEFEF;
}
@keyframes app-logo-spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
a:-webkit-any-link {
color: #EFEFEF;
... | 0.573798 | 0.072047 |
body{background: #fdfdfd}
/* Start notification section */
.notification_dd{position: absolute;top:60px;right: 20px; background: #fff; width: 350px; height: auto; border: 1px solid #c7d8e2; border-radius: 5px; box-shadow: 10px 10px 30px rgba(0,0,0,0.125),-10px -10px 30px rgba(0,0,0,0.125); display: none;}
.notifica... | User/css/style_UserDashboard.css | body{background: #fdfdfd}
/* Start notification section */
.notification_dd{position: absolute;top:60px;right: 20px; background: #fff; width: 350px; height: auto; border: 1px solid #c7d8e2; border-radius: 5px; box-shadow: 10px 10px 30px rgba(0,0,0,0.125),-10px -10px 30px rgba(0,0,0,0.125); display: none;}
.notifica... | 0.233532 | 0.044142 |
.pic_content,.pic_detail{
margin-top: 14px;
padding-top: 20px;
}
.pic_title{
height: 34px;
line-height: 34px;
text-align: left;
border-bottom: 1px dashed #cccccc;
margin-bottom: 20px;
font-size: 16px;
}
.pic_title img{
width: 36px;
position: relative;
top: -2px;
}
.pic_content ul li{
display: inline-tabl... | themes/dp/Public/res/style/pic.css | .pic_content,.pic_detail{
margin-top: 14px;
padding-top: 20px;
}
.pic_title{
height: 34px;
line-height: 34px;
text-align: left;
border-bottom: 1px dashed #cccccc;
margin-bottom: 20px;
font-size: 16px;
}
.pic_title img{
width: 36px;
position: relative;
top: -2px;
}
.pic_content ul li{
display: inline-tabl... | 0.231962 | 0.053502 |
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
/* @tailwind base; */
.sr-only{
position: absolute;
width: 1px;
height: 1px;
paddi... | css/app.css | @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
/* @tailwind base; */
.sr-only{
position: absolute;
width: 1px;
height: 1px;
paddi... | 0.403449 | 0.075414 |
.checkbox-container-w2a{
width: 20px;
height: 20px;
display: block;
position: relative;
margin: auto;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
text-indent: -999px;
overflow: hidden;
border: 1px solid #fff;
cursor: pointer;
}
/*... | client/public/assets/css/checkboxs.css | .checkbox-container-w2a{
width: 20px;
height: 20px;
display: block;
position: relative;
margin: auto;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
text-indent: -999px;
overflow: hidden;
border: 1px solid #fff;
cursor: pointer;
}
/*... | 0.281011 | 0.082771 |
body {
font-family: 'Ubuntu', sans-serif;
font-size: 16px;
line-height: 24px;
background-color: #ffffff;
color: #3a3b3c;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: 'Ubuntu', sans-serif;
}
h1,
.h1 {
font-size: 60px;
line-height: 90px;
font-weight: 100;
}
h1 a,
.h1 a {
font-... | public/assets/css/style-default.css | body {
font-family: 'Ubuntu', sans-serif;
font-size: 16px;
line-height: 24px;
background-color: #ffffff;
color: #3a3b3c;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: 'Ubuntu', sans-serif;
}
h1,
.h1 {
font-size: 60px;
line-height: 90px;
font-weight: 100;
}
h1 a,
.h1 a {
font-... | 0.389895 | 0.10307 |
:root {
--clr-primary: #189ab4;
--clr--secondary: #05445e;
--clr-grey: hsl(212, 33%, 89%);
--clr-grey-2: hsl(211, 27%, 50%);
--ff-primary: "Roboto", "sans-serif";
--ff-secondary: "Poppins", sans-serif;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
height: 100vh;
}
h1,
h2,
h3,
h4,... | reviews/style.css | :root {
--clr-primary: #189ab4;
--clr--secondary: #05445e;
--clr-grey: hsl(212, 33%, 89%);
--clr-grey-2: hsl(211, 27%, 50%);
--ff-primary: "Roboto", "sans-serif";
--ff-secondary: "Poppins", sans-serif;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
height: 100vh;
}
h1,
h2,
h3,
h4,... | 0.602412 | 0.154887 |
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Mono&display=swap");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css?family=Ubuntu+Mono&display=swap");
.content {
display: grid;
grid-template-columns: repeat(4, 1fr);
g... | src/components/body.module.css | @import url("https://fonts.googleapis.com/css?family=IBM+Plex+Mono&display=swap");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css?family=Ubuntu+Mono&display=swap");
.content {
display: grid;
grid-template-columns: repeat(4, 1fr);
g... | 0.438304 | 0.161287 |
.caption {
color: #ffffff;
padding: 0.6em;
font-weight: bold;
font-size: 11px;
font-family: arial;
display: none;
cursor: default;
/* remove these 4 lines below if you want
the caption to span the whole width of the
image*/
width: 36%;
text-align: center;
border-top: 1px solid #303030;... | sample.css | .caption {
color: #ffffff;
padding: 0.6em;
font-weight: bold;
font-size: 11px;
font-family: arial;
display: none;
cursor: default;
/* remove these 4 lines below if you want
the caption to span the whole width of the
image*/
width: 36%;
text-align: center;
border-top: 1px solid #303030;... | 0.235812 | 0.131173 |
@keyframes fade {
from { opacity: 0.0; }
to { opacity: 1.0; }
}
/* For older WebKit browsers */
@-webkit-keyframes fade {
from { opacity: 0.0; }
to { opacity: 1.0; }
}
* {
box-sizing: border-box;
/* Do not display the mouse cursor */
/*cursor: none;*/
}
html {
/* Disable scrollbars */
/* overflow: hidden; */
}... | infopage/style.css | @keyframes fade {
from { opacity: 0.0; }
to { opacity: 1.0; }
}
/* For older WebKit browsers */
@-webkit-keyframes fade {
from { opacity: 0.0; }
to { opacity: 1.0; }
}
* {
box-sizing: border-box;
/* Do not display the mouse cursor */
/*cursor: none;*/
}
html {
/* Disable scrollbars */
/* overflow: hidden; */
}... | 0.353763 | 0.057971 |
.feedback-form-container,
.previous-feedback-section-container {
border: 1px solid grey;
margin: auto;
padding: 20px auto;
border-radius:2px;
background-color: #f6f6f6;
}
.feedback-form-container {
margin-bottom: 15px;
}
.feedback-form,
.previous-feedback-section {
margin: 12px;
}
.previo... | client/src/components/FeedbackForm/styles.css | .feedback-form-container,
.previous-feedback-section-container {
border: 1px solid grey;
margin: auto;
padding: 20px auto;
border-radius:2px;
background-color: #f6f6f6;
}
.feedback-form-container {
margin-bottom: 15px;
}
.feedback-form,
.previous-feedback-section {
margin: 12px;
}
.previo... | 0.503662 | 0.072637 |
:root {
--main-color: #0B3C5D;
--title-bar-color: #F3C677;
}
hr {
background-color: gray;
border-bottom: 1px solid gray;
margin: 10px 25px 15px 25px;
}
h2 {
font-family: 'Noto Sans TC', sans-serif;
font-weight: 700;
}
body {
max-width: 1024px;
margin: 0 auto;
}
header {
background-color: var(--main-color)... | website/Week5/css/style.css | :root {
--main-color: #0B3C5D;
--title-bar-color: #F3C677;
}
hr {
background-color: gray;
border-bottom: 1px solid gray;
margin: 10px 25px 15px 25px;
}
h2 {
font-family: 'Noto Sans TC', sans-serif;
font-weight: 700;
}
body {
max-width: 1024px;
margin: 0 auto;
}
header {
background-color: var(--main-color)... | 0.597256 | 0.243137 |
html {
font-size: 18px;
}
body {
font-family: sans-serif;
max-width: 48rem;
margin: 0 auto;
padding: 0 1rem;
background-color: #e0e0e0;
}
a:link, a:visited {
color: #000000;
}
header {
position: relative;
margin: 1rem 0;
}
header h1 {
font-size: 2rem;
line-height: 2rem;
white-space: nowrap;
... | sms2web/static/style.css | html {
font-size: 18px;
}
body {
font-family: sans-serif;
max-width: 48rem;
margin: 0 auto;
padding: 0 1rem;
background-color: #e0e0e0;
}
a:link, a:visited {
color: #000000;
}
header {
position: relative;
margin: 1rem 0;
}
header h1 {
font-size: 2rem;
line-height: 2rem;
white-space: nowrap;
... | 0.391406 | 0.069226 |
nav {
display: flex;
justify-content: center;
align-items: center;
width: 46.33204633204633vw;
height: 6.177924217462932vh;
/* border: 1px solid cornflowerblue; */
}
nav {
color: white;
border: 1px solid black;
border-bottom: none;
box-sizing: border-box;
background-color: rgb(173, 216, 230, .2);... | css/layouts.css | nav {
display: flex;
justify-content: center;
align-items: center;
width: 46.33204633204633vw;
height: 6.177924217462932vh;
/* border: 1px solid cornflowerblue; */
}
nav {
color: white;
border: 1px solid black;
border-bottom: none;
box-sizing: border-box;
background-color: rgb(173, 216, 230, .2);... | 0.50293 | 0.116588 |
.jumbotron{
background-color: #363859;
color: rgb(184, 191, 212);
}
.btn-danger{
background-color: #D37537;
border-color: #D37537;
}
.btn-outline-success{
border-color:#D37537
;
color: #D37537
;
}
.btn-outline-success:hover{
background-color: #DDBB92;
}
body::-webkit-scrollbar ... | src/styles.css | .jumbotron{
background-color: #363859;
color: rgb(184, 191, 212);
}
.btn-danger{
background-color: #D37537;
border-color: #D37537;
}
.btn-outline-success{
border-color:#D37537
;
color: #D37537
;
}
.btn-outline-success:hover{
background-color: #DDBB92;
}
body::-webkit-scrollbar ... | 0.32306 | 0.093471 |
:root {
--dark-color: #343a40;
--light-color: #f4f4f4;
--danger-color: #dc3545;
--success-color: #28a745;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: "Inter", sans-serif;
font-size: 1rem;
line-height: 1.6;
background-color: rgb(255, 255, 255);
/* color: #333; */
... | client/src/App.css | :root {
--dark-color: #343a40;
--light-color: #f4f4f4;
--danger-color: #dc3545;
--success-color: #28a745;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: "Inter", sans-serif;
font-size: 1rem;
line-height: 1.6;
background-color: rgb(255, 255, 255);
/* color: #333; */
... | 0.389314 | 0.135804 |
.container{
width: 100%;
margin: auto;
/* position: relative; */
}
/* .inputs{
position: absolute;
top: 5%;
left:70%;
width: 25%;
height: 25px;
border-radius: 15px;
background-color: lightcoral;
padding: 0;
} */... | dormitory/shouye/Home.css | .container{
width: 100%;
margin: auto;
/* position: relative; */
}
/* .inputs{
position: absolute;
top: 5%;
left:70%;
width: 25%;
height: 25px;
border-radius: 15px;
background-color: lightcoral;
padding: 0;
} */... | 0.489015 | 0.070784 |
body {
font-size: 12px;
}
body * {
box-sizing: border-box;
}
body *:before,
body *:after {
box-sizing: border-box;
}
.img-map-wrapper {
position: relative;
width: 100%;
background-repeat: no-repeat;
background-size: 100%;
text-align: left;
line-height: 1.5;
margin: 0 auto;
font-size: 12px;
}
.img-... | compile/ng-img-map.css | body {
font-size: 12px;
}
body * {
box-sizing: border-box;
}
body *:before,
body *:after {
box-sizing: border-box;
}
.img-map-wrapper {
position: relative;
width: 100%;
background-repeat: no-repeat;
background-size: 100%;
text-align: left;
line-height: 1.5;
margin: 0 auto;
font-size: 12px;
}
.img-... | 0.493409 | 0.069827 |
.parsons .sortable-code-container {
text-align: center;
}
.parsons .sortable-code-container:not(.block) {
/* Remove text highlighting in widget */
-webkit-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
}
.parsons .sortable-code {
position: static;
padding-left: 0... | docs/_static/parsons.css | .parsons .sortable-code-container {
text-align: center;
}
.parsons .sortable-code-container:not(.block) {
/* Remove text highlighting in widget */
-webkit-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
}
.parsons .sortable-code {
position: static;
padding-left: 0... | 0.329931 | 0.145996 |
html,body{
width: 100%;
height: 100%;
overflow: hidden;
font-family: Arial, Helvetica, sans-serif;
padding: 0;
margin: 0;
box-shadow: inset 0px 0px 170px #00000026;
background: #f3f3f3;
}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.hide{display: none;}
.layout{
wi... | versions/boilerplate/public/css/login.css | html,body{
width: 100%;
height: 100%;
overflow: hidden;
font-family: Arial, Helvetica, sans-serif;
padding: 0;
margin: 0;
box-shadow: inset 0px 0px 170px #00000026;
background: #f3f3f3;
}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.hide{display: none;}
.layout{
wi... | 0.474388 | 0.091463 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("gametrailers.com") {
/* Uncomment to remove the highlights box from the top of the page: */
/* .MassiveContainer { display:none !important; } */
#TOP_ADROW, .sponsored_links_title_container, .sponsored_links, .botfoot, .SpotlightContainer,... | data/usercss/20553.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("gametrailers.com") {
/* Uncomment to remove the highlights box from the top of the page: */
/* .MassiveContainer { display:none !important; } */
#TOP_ADROW, .sponsored_links_title_container, .sponsored_links, .botfoot, .SpotlightContainer,... | 0.426083 | 0.109944 |
main {
--main-width: 760px;
}
/* Better links and include branding colour :wink: */
.post-header, .post-content, .post-footer {
--secondary: #bf0041;
}
/* The theme defaults to light mode, so that's why this comes after */
.dark :where(.post-header, .post-content, .post-footer) {
--secondary: orange;
}
a:hover ... | assets/css/extended/overrides.css | main {
--main-width: 760px;
}
/* Better links and include branding colour :wink: */
.post-header, .post-content, .post-footer {
--secondary: #bf0041;
}
/* The theme defaults to light mode, so that's why this comes after */
.dark :where(.post-header, .post-content, .post-footer) {
--secondary: orange;
}
a:hover ... | 0.287868 | 0.073497 |
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@import url('https://fonts... | public/contact-attachment/oqgq7U6ZyAdfFYp.css | @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@import url('https://fonts... | 0.268845 | 0.050005 |
** HTML COLORS **
****************/
/***********************
** FLAT DESIGN COLORS **
***********************/
/***************************
** MATERIAL DESIGN COLORS **
***************************/
/********************
** WEB SAFE COLORS **
********************/
/***** Themes *****/
#tablero #barra-de-control > .despl... | public/css/app.css | ** HTML COLORS **
****************/
/***********************
** FLAT DESIGN COLORS **
***********************/
/***************************
** MATERIAL DESIGN COLORS **
***************************/
/********************
** WEB SAFE COLORS **
********************/
/***** Themes *****/
#tablero #barra-de-control > .despl... | 0.344774 | 0.057361 |
@font-face {
font-family: 'Myriad';
src: url('fonts/myriadpro.ttf') format('truetype');
}
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-family: Myriad, Helvetica;
}
/** Text Boxes & Text Areas **/
.textbox {
position: relative;
margin: 10px auto;
padding: 5px;
text-align: left;
width... | Workspace/QRef/WebContent/apcontrol/css/base.css | @font-face {
font-family: 'Myriad';
src: url('fonts/myriadpro.ttf') format('truetype');
}
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-family: Myriad, Helvetica;
}
/** Text Boxes & Text Areas **/
.textbox {
position: relative;
margin: 10px auto;
padding: 5px;
text-align: left;
width... | 0.514156 | 0.054879 |
padding:3px;
padding-bottom: 4px;
max-height: 50px;
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(63, 62, 58, 255), stop:1 rgba(88, 86, 78, 255));
}
#toolbar QPushButton {
height: 20px;
color: #DFDBD2;
background-color: transparent;
border-image: url(./butt... | ui/themes/Ambiance/style.css | padding:3px;
padding-bottom: 4px;
max-height: 50px;
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(63, 62, 58, 255), stop:1 rgba(88, 86, 78, 255));
}
#toolbar QPushButton {
height: 20px;
color: #DFDBD2;
background-color: transparent;
border-image: url(./butt... | 0.617743 | 0.156523 |
body {
background-color: #fff;
}
.hide-block {
display: none;
}
.link {
cursor: pointer;
color: rgb(33, 150, 243) !important;
display: block;
}
.pointer {
cursor: pointer;
}
.link:hover {
text-decoration: underline !important;
}
header {
padding: 10px 0 5px 0;
margin-bottom: 10p... | components/css/popup.css | body {
background-color: #fff;
}
.hide-block {
display: none;
}
.link {
cursor: pointer;
color: rgb(33, 150, 243) !important;
display: block;
}
.pointer {
cursor: pointer;
}
.link:hover {
text-decoration: underline !important;
}
header {
padding: 10px 0 5px 0;
margin-bottom: 10p... | 0.444083 | 0.106598 |
@font-face {
font-family: Vazir;
src: url("../fonts/Vazir-Regular-FD.eot");
src: url("../fonts/Vazir-Regular-FD.eot?#iefix") format("embedded-opentype"),
url("../fonts/Vazir-Regular-FD.woff2") format("woff2"),
url("../fonts/Vazir-Regular-FD.woff") format("woff"),
url("../fonts/Vazir-Regular-FD.ttf") f... | dist/css/custom-style.css | @font-face {
font-family: Vazir;
src: url("../fonts/Vazir-Regular-FD.eot");
src: url("../fonts/Vazir-Regular-FD.eot?#iefix") format("embedded-opentype"),
url("../fonts/Vazir-Regular-FD.woff2") format("woff2"),
url("../fonts/Vazir-Regular-FD.woff") format("woff"),
url("../fonts/Vazir-Regular-FD.ttf") f... | 0.340814 | 0.052497 |
width: 160px;
word-wrap: break-word;
}
#filter {
margin-left:10px;
}
#cssmenu ul {
margin: 0;
padding: 0;
}
#cssmenu ul li.main {
display: inline;
float: left;
width: 100%;
margin: 0;
padding: 0;
color:white;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#0... | public/css/cssmenu.css | width: 160px;
word-wrap: break-word;
}
#filter {
margin-left:10px;
}
#cssmenu ul {
margin: 0;
padding: 0;
}
#cssmenu ul li.main {
display: inline;
float: left;
width: 100%;
margin: 0;
padding: 0;
color:white;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#0... | 0.20834 | 0.047096 |
* element that contains the map. */
#map {
height: 100%;
}
* {box-sizing: border-box;}
body {
margin: 0;
}
.vh-100 {
height: 100vh;
}
.mxw-half {
max-width: 50%;
}
#navbar {
padding: .8rem 1rem;
transition: 0.4s;
}
#show_hide_password .fa-eye-slash,
#show_hide_password1 .fa-eye-slash,
#show_hide_passwor... | assets/css/style.css | * element that contains the map. */
#map {
height: 100%;
}
* {box-sizing: border-box;}
body {
margin: 0;
}
.vh-100 {
height: 100vh;
}
.mxw-half {
max-width: 50%;
}
#navbar {
padding: .8rem 1rem;
transition: 0.4s;
}
#show_hide_password .fa-eye-slash,
#show_hide_password1 .fa-eye-slash,
#show_hide_passwor... | 0.284477 | 0.081119 |
:root {
--card-max-width: 220px;
--border-radius: 15px;
--color-theme: #5CB85C;
}
/* Scrollbar */
::-webkit-scrollbar {
width: 0;
}
::-webkit-scrollbar-thumb {
background-color: var(--color-theme);
}
/* Style Card - grid mode */
.flex-grid {
display: flex;
flex-wrap: wrap;
}
.flex-grid .ca... | assets/css/default.css | :root {
--card-max-width: 220px;
--border-radius: 15px;
--color-theme: #5CB85C;
}
/* Scrollbar */
::-webkit-scrollbar {
width: 0;
}
::-webkit-scrollbar-thumb {
background-color: var(--color-theme);
}
/* Style Card - grid mode */
.flex-grid {
display: flex;
flex-wrap: wrap;
}
.flex-grid .ca... | 0.422743 | 0.119203 |
.ant-calendar-picker-container {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.65);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5;
list-style: none;
font-feature-settings: 'tnum';
position: absolute;
z-index: 1050;
font-family: -apple-system, BlinkMacSyste... | node_modules/ng-zorro-antd/date-picker/style/index.css | .ant-calendar-picker-container {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.65);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5;
list-style: none;
font-feature-settings: 'tnum';
position: absolute;
z-index: 1050;
font-family: -apple-system, BlinkMacSyste... | 0.503906 | 0.05132 |
body {
font-family: sans-serif;
font-family: Ubuntu;
font-size: 15px;
line-height: 20px;
position: absolute;
}
.container {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.item {
text-align: center;
width: 200px;
margin: 30px 3% 0px 3%;
}
.item:hover {
opacity: 0.8;
}
.item-image {
}... | static/main.css | body {
font-family: sans-serif;
font-family: Ubuntu;
font-size: 15px;
line-height: 20px;
position: absolute;
}
.container {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.item {
text-align: center;
width: 200px;
margin: 30px 3% 0px 3%;
}
.item:hover {
opacity: 0.8;
}
.item-image {
}... | 0.364891 | 0.065098 |
body {
margin-top: 140px;
}
.jumbotron {
background-color: #f8f8f8;
}
.navbar-blusea {
z-index: 100;
width: 100%;
position: fixed;
top: 0;
}
.navbar-blusea .banner-top {
padding-top: 10px;
background-color: #f8f8f8;
}
.navbar-blusea .inner-banner {
background-color: #f8f8f8;
... | src/main/resources/static/css/app.css | body {
margin-top: 140px;
}
.jumbotron {
background-color: #f8f8f8;
}
.navbar-blusea {
z-index: 100;
width: 100%;
position: fixed;
top: 0;
}
.navbar-blusea .banner-top {
padding-top: 10px;
background-color: #f8f8f8;
}
.navbar-blusea .inner-banner {
background-color: #f8f8f8;
... | 0.415847 | 0.07363 |
@font-face {
font-family: Roboto Regular;
src: url("../fonts/ROBOTO-REGULAR_0.TTF");
}
html{
background-color: black;
font-family: Roboto Regular;
}
body{
overflow: hidden;
margin : 0;
padding: 0;
width: 100%;
height: 100%;
}
/*BACKGROUND */
.background-image {
position: fixed;
z-index: 0;
top: 0;... | assets/css/style.css | @font-face {
font-family: Roboto Regular;
src: url("../fonts/ROBOTO-REGULAR_0.TTF");
}
html{
background-color: black;
font-family: Roboto Regular;
}
body{
overflow: hidden;
margin : 0;
padding: 0;
width: 100%;
height: 100%;
}
/*BACKGROUND */
.background-image {
position: fixed;
z-index: 0;
top: 0;... | 0.349866 | 0.078642 |
html{
height : 100%;
margin : 0px;
padding : 0px;
overflow : hidden;
}
body{
margin : 0;
padding : 0;
font-family:Arial, Helvetica, sans-serif;
width : 100%;
height : 100%;
overflow : hidden;
}
#help_window{
background : #fff;
border : 2px solid #4889fd;
padding : 10px;
font-size : 12px;
}
.item_read *{
... | app/assets/stylesheets/reader.css | html{
height : 100%;
margin : 0px;
padding : 0px;
overflow : hidden;
}
body{
margin : 0;
padding : 0;
font-family:Arial, Helvetica, sans-serif;
width : 100%;
height : 100%;
overflow : hidden;
}
#help_window{
background : #fff;
border : 2px solid #4889fd;
padding : 10px;
font-size : 12px;
}
.item_read *{
... | 0.231962 | 0.082143 |
body {
overflow-x: hidden;
}
p {
font-size: 20px;
}
p.small {
font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
color: #4062BB;
outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
}
.... | css/freelancer.css | body {
overflow-x: hidden;
}
p {
font-size: 20px;
}
p.small {
font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
color: #4062BB;
outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
}
.... | 0.376509 | 0.094594 |
@-moz-document domain("duckduckgo.com") {
html {
background-color: #ffffff !important;
}
#search_form_input_homepage {
border-top: 1px solid #c0c0c0 !important;
border-left: 1px solid #D9D9D9 !important;
border-right: 1px solid #D9D9D9 !important;
border-bottom: 1px solid #D9D9D9 !important... | data/usercss/88817.user.css | @-moz-document domain("duckduckgo.com") {
html {
background-color: #ffffff !important;
}
#search_form_input_homepage {
border-top: 1px solid #c0c0c0 !important;
border-left: 1px solid #D9D9D9 !important;
border-right: 1px solid #D9D9D9 !important;
border-bottom: 1px solid #D9D9D9 !important... | 0.145297 | 0.092811 |
.flashcardComponentWrapper{
z-index: 0;
height: 100vh;
width: 100%;
padding: 80px 0px 20px 20px;
display: flex;
justify-content: center;
}
.flashcardComponentContainer{
display: flex;
flex-direction: column;
color: white;
height: 100%;
width: 100%;
max-width: 900px;
min-width: 230px;
border-radius: 10p... | components/notes/editNote.module.css | .flashcardComponentWrapper{
z-index: 0;
height: 100vh;
width: 100%;
padding: 80px 0px 20px 20px;
display: flex;
justify-content: center;
}
.flashcardComponentContainer{
display: flex;
flex-direction: column;
color: white;
height: 100%;
width: 100%;
max-width: 900px;
min-width: 230px;
border-radius: 10p... | 0.310276 | 0.062646 |
@font-face {
font-family: "Segoe UI Mono W01 Regular";
src: url("/static/0.6.0.322/fonts/88bdc70ec292cc29451932f9875b378a.eot");
src: url("/static/0.6.0.322/fonts/88bdc70ec292cc29451932f9875b378a.eot?#iefix") format("embedded-opentype"), url("/static/0.6.0.322/fonts/88bdc70ec292cc29451932f9875b378a.woff2") format... | static/0.6.0.322/css/phanterpwa.css | @font-face {
font-family: "Segoe UI Mono W01 Regular";
src: url("/static/0.6.0.322/fonts/88bdc70ec292cc29451932f9875b378a.eot");
src: url("/static/0.6.0.322/fonts/88bdc70ec292cc29451932f9875b378a.eot?#iefix") format("embedded-opentype"), url("/static/0.6.0.322/fonts/88bdc70ec292cc29451932f9875b378a.woff2") format... | 0.222954 | 0.083516 |
@import url("https://fonts.googleapis.com/css?family=News+Cycle:700,1000");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Cairo");
/* ---------------------------------------------------
Navigation Bar Values
-----------------... | assets/css/cleanerOwnDutyStyle.css | @import url("https://fonts.googleapis.com/css?family=News+Cycle:700,1000");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Cairo");
/* ---------------------------------------------------
Navigation Bar Values
-----------------... | 0.297878 | 0.057098 |
body{
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
background-color: rgb(233, 206, 206);
padding: 0;
margin:0;
}
#politico{
width:70px;
height: 40px;
}
#politico1{
width:70px;
height: 40px;
border-radius: 20%;
/* margin-bottom: 40px; */
/* position: fixed; ... | UI/css/AdminPage.css | body{
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
background-color: rgb(233, 206, 206);
padding: 0;
margin:0;
}
#politico{
width:70px;
height: 40px;
}
#politico1{
width:70px;
height: 40px;
border-radius: 20%;
/* margin-bottom: 40px; */
/* position: fixed; ... | 0.379608 | 0.078395 |
/*!*margin-left: 25px;*!*/
/*!*margin-right: 25px;*!*/
/*!*}*!*/
/*!*#header { position: fixed; left: 0px; top: -180px; right: 0px; height: 150px; background-color: orange; text-align: center; }*!*/
/*!*#footer { position: fixed; left: 0px; bottom: -180px; right: 0px; height: 150px; background-color: lightblu... | public/css/pdf.css | /*!*margin-left: 25px;*!*/
/*!*margin-right: 25px;*!*/
/*!*}*!*/
/*!*#header { position: fixed; left: 0px; top: -180px; right: 0px; height: 150px; background-color: orange; text-align: center; }*!*/
/*!*#footer { position: fixed; left: 0px; bottom: -180px; right: 0px; height: 150px; background-color: lightblu... | 0.299515 | 0.041423 |
body {
font-family: Helvetica;
color: #444;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
/*display: inline-block;*/
}
* html .clearfix {
height: 1%;
}
.navbar {
/*width: 100%;*/
background-color: #f0f0f0;
borde... | style/navbar.css |
body {
font-family: Helvetica;
color: #444;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
/*display: inline-block;*/
}
* html .clearfix {
height: 1%;
}
.navbar {
/*width: 100%;*/
background-color: #f0f0f0;
borde... | 0.36591 | 0.067824 |
body {
margin: 0;
text-align: center;
background-color: wheat;
font-family: 'Courgette', cursive, 'Open Sans', sans-serif, 'Roboto', sans-serif;
}
/* Form styles */
form {
margin: auto 1.5em;
padding: 5em;
}
input {
margin-top: 0.8em;
padding: 5px;
width: 60%;
border: 2px soli... | src/index.css | body {
margin: 0;
text-align: center;
background-color: wheat;
font-family: 'Courgette', cursive, 'Open Sans', sans-serif, 'Roboto', sans-serif;
}
/* Form styles */
form {
margin: auto 1.5em;
padding: 5em;
}
input {
margin-top: 0.8em;
padding: 5px;
width: 60%;
border: 2px soli... | 0.576065 | 0.095898 |
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600");
body,
html {
height: calc(100% - 2em);
margin: 0;
font-family: "Montserrat", sans-serif;
}
body {
background: #4a00fb; /* Old browsers */
background: -moz-linear-gradient(45deg, #4a00fb 0%, #e600ff 100%);
background: -webkit-linear... | css/main.css | @import url("https://fonts.googleapis.com/css?family=Montserrat:400,600");
body,
html {
height: calc(100% - 2em);
margin: 0;
font-family: "Montserrat", sans-serif;
}
body {
background: #4a00fb; /* Old browsers */
background: -moz-linear-gradient(45deg, #4a00fb 0%, #e600ff 100%);
background: -webkit-linear... | 0.475362 | 0.158532 |
.container {
display: flex;
flex-flow: column;
}
.header h1,
.order-header {
font-family: 'dohyeon';
font-size: 22px;
}
/* 헤더 */
.header {
position: sticky;
top: 0;
background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
z-index: 1;
min-height: 50px;
text-align: c... | public/css/mypage.css | .container {
display: flex;
flex-flow: column;
}
.header h1,
.order-header {
font-family: 'dohyeon';
font-size: 22px;
}
/* 헤더 */
.header {
position: sticky;
top: 0;
background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
z-index: 1;
min-height: 50px;
text-align: c... | 0.335895 | 0.087175 |
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
body {
font-family: 'Lato', sans-serif;
width: 100vw;
color: white;
overflow-x: hidden;
background-color: #4369b0;
}
@media (max-width: 768px) {
li {
list-style-type: none;
}
.nav-menu {
display: flex;
background-c... | src/App.css | @import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
body {
font-family: 'Lato', sans-serif;
width: 100vw;
color: white;
overflow-x: hidden;
background-color: #4369b0;
}
@media (max-width: 768px) {
li {
list-style-type: none;
}
.nav-menu {
display: flex;
background-c... | 0.509764 | 0.119511 |
.navbar {
transition: var(--mainTransition);
}
.nav-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem 1.5rem;
width: 100%;
height: 80px;
transition: var(--mainTransition);
}
.sticky {
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 50;
}
.log... | src/components/navbar/navbar.module.css | .navbar {
transition: var(--mainTransition);
}
.nav-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem 1.5rem;
width: 100%;
height: 80px;
transition: var(--mainTransition);
}
.sticky {
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 50;
}
.log... | 0.628521 | 0.075995 |
*{
margin: 0;
padding: 0;
list-style-type: none;
font: 12px/16px Roboto, sans-serif;
color: #222;
box-sizing: border-box;
}
/*************************
* GENERAL
* ***********************/
h1{
font-size: 26px;
font-weight: 100;
color: #474b4c;
margin-bottom: 16px;
}
h2, h3, h2 > a, h3 > a{
font-size: 26px;
... | src/assets/css/deepstream.css | *{
margin: 0;
padding: 0;
list-style-type: none;
font: 12px/16px Roboto, sans-serif;
color: #222;
box-sizing: border-box;
}
/*************************
* GENERAL
* ***********************/
h1{
font-size: 26px;
font-weight: 100;
color: #474b4c;
margin-bottom: 16px;
}
h2, h3, h2 > a, h3 > a{
font-size: 26px;
... | 0.196981 | 0.073264 |
@media screen {
.tm-box-bg-title:hover {
background-color: #87cefa;
color: #fff;
cursor: default;
font-weight: bold;
}
.tm-sidebar,
.tm-content-header,
.flex-2-col,
#about,
section.tm-content-box,
.blocks,
.carousel {
box-shadow: 0 0 10px rgba(61, 55, 61, .7);
}
.tm-banner {... | FL11_HW2/homework/css/style.css | @media screen {
.tm-box-bg-title:hover {
background-color: #87cefa;
color: #fff;
cursor: default;
font-weight: bold;
}
.tm-sidebar,
.tm-content-header,
.flex-2-col,
#about,
section.tm-content-box,
.blocks,
.carousel {
box-shadow: 0 0 10px rgba(61, 55, 61, .7);
}
.tm-banner {... | 0.704973 | 0.151969 |
*
{
box-sizing: border-box;
}
html,
body
{
min-height: 100%;
height: 100%;
overflow: auto;
}
body
{
background: #ccc;
color: #444;
font-family: Arial, sans-serif... | public/css/general.css | *
{
box-sizing: border-box;
}
html,
body
{
min-height: 100%;
height: 100%;
overflow: auto;
}
body
{
background: #ccc;
color: #444;
font-family: Arial, sans-serif... | 0.223631 | 0.056262 |
position: relative;
top: 40%;
width: 45em;
margin: 0 auto;
}
#bikeanimation, #bikeanimation * {
font-size: 10px;
box-sizing: content-box;
}
.bike {
position:relative;
}
.front.wheel {
margin-left: 14em;
}
.back.wheel {
margin-left: -12em;
}
.wheel {
width: 14.4em;
height: 14.4em;
margin-t... | public/css/bike.css | position: relative;
top: 40%;
width: 45em;
margin: 0 auto;
}
#bikeanimation, #bikeanimation * {
font-size: 10px;
box-sizing: content-box;
}
.bike {
position:relative;
}
.front.wheel {
margin-left: 14em;
}
.back.wheel {
margin-left: -12em;
}
.wheel {
width: 14.4em;
height: 14.4em;
margin-t... | 0.325628 | 0.198802 |
@import "http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,300italic,400italic";
/* font */
body {
font-family:'Lato',sans-serif;
font-weight:400;
}
/* body */
body {
background:#EEF2F5;
-webkit-font-smoothing:antialiased;
}
/* headers */
h1,h2,h3,h4,h5 {
font-weight:400;
text-transform:uppercase... | public/assets/site/templates/corporate-blue/css/theme.css | @import "http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,300italic,400italic";
/* font */
body {
font-family:'Lato',sans-serif;
font-weight:400;
}
/* body */
body {
background:#EEF2F5;
-webkit-font-smoothing:antialiased;
}
/* headers */
h1,h2,h3,h4,h5 {
font-weight:400;
text-transform:uppercase... | 0.158891 | 0.04653 |
body::-webkit-scrollbar {
display: none;
}
body {
font-family: 'Courier New', 'Courier Prime';
background-color: #1a1d2c;
margin: 0;
scrollbar-width: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: ... | style.css | body::-webkit-scrollbar {
display: none;
}
body {
font-family: 'Courier New', 'Courier Prime';
background-color: #1a1d2c;
margin: 0;
scrollbar-width: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: ... | 0.257392 | 0.057467 |
:root {
--theme-deafult: #ff4c3b; }
/**=====================
63. Document CSS Start
==========================**/
.pl-40 {
padding-left: 40px; }
.mt-40 {
margin-top: 40px; }
.mt-50 {
margin-top: 50px; }
.warning-block {
background-color: rgba(255, 166, 64, 0.5);
padding: 20px;
border-left: 5px so... | public/multikart/css/pages/elements.css | :root {
--theme-deafult: #ff4c3b; }
/**=====================
63. Document CSS Start
==========================**/
.pl-40 {
padding-left: 40px; }
.mt-40 {
margin-top: 40px; }
.mt-50 {
margin-top: 50px; }
.warning-block {
background-color: rgba(255, 166, 64, 0.5);
padding: 20px;
border-left: 5px so... | 0.474875 | 0.092893 |
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Arvo:700");
* {
padding: 0;
margin: 0;
}
body {
background: #fcfcfc url(../images/header.jpg) repeat-x;
color: #111;
font-family: Avro, serif;
font-size: 14px;
line-height: 22px;
}
img {
border: none;
max-width: 100%;
}
a {
col... | css/ydc2.css |
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Arvo:700");
* {
padding: 0;
margin: 0;
}
body {
background: #fcfcfc url(../images/header.jpg) repeat-x;
color: #111;
font-family: Avro, serif;
font-size: 14px;
line-height: 22px;
}
img {
border: none;
max-width: 100%;
}
a {
col... | 0.261425 | 0.082697 |
.selected_category {
font-weight: 600;
}
.validation_error {
border: 1px solid #E31E1E;
}
.validation_success {
border: 1px solid blue;
}
.header_tempalte {
/*background: #4f4f4f none repeat scroll 0 0;*/
background: #ffffff url("../images/img01.png") repeat-x scroll 0 0;
padding: 14px 0px 10px... | public/media/css/style.css | .selected_category {
font-weight: 600;
}
.validation_error {
border: 1px solid #E31E1E;
}
.validation_success {
border: 1px solid blue;
}
.header_tempalte {
/*background: #4f4f4f none repeat scroll 0 0;*/
background: #ffffff url("../images/img01.png") repeat-x scroll 0 0;
padding: 14px 0px 10px... | 0.428473 | 0.234155 |