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 |
|---|---|---|---|---|
.header{
font-family: Verdana;
font-size:20px;
font-weight: bold;
}
.header-text{
font-family: Verdana;
font-size:30px;
font-weight: bold;
}
.title{
font-family: Verdana;
font-size:40px;
font-weight: bold;
}
.body{
padding: 50px;
margin-top: -50px;
margin:0 auto;
width: 90%;
}
.chart{
bac... | code/book_sanctum/source/pages/css/transactions.css | .header{
font-family: Verdana;
font-size:20px;
font-weight: bold;
}
.header-text{
font-family: Verdana;
font-size:30px;
font-weight: bold;
}
.title{
font-family: Verdana;
font-size:40px;
font-weight: bold;
}
.body{
padding: 50px;
margin-top: -50px;
margin:0 auto;
width: 90%;
}
.chart{
bac... | 0.436142 | 0.105533 |
body {
margin-top: -3%;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
font-family: "Times New Roman", Times, serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: graysc... | src/index.css | body {
margin-top: -3%;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
font-family: "Times New Roman", Times, serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: graysc... | 0.404037 | 0.082957 |
@font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 300 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/quicksand/v20/6xKtdSZaM9iE8KbpRA_hK1QN.woff2)
format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
U+02DC, U+2000-206F, ... | dev/main.css | @font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 300 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/quicksand/v20/6xKtdSZaM9iE8KbpRA_hK1QN.woff2)
format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
U+02DC, U+2000-206F, ... | 0.520496 | 0.102619 |
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inhe... | public/stylesheets/static/screen.css | html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inhe... | 0.377426 | 0.100613 |
main > * {
margin-top: 3rem;
margin-bottom: 3rem;
}
nav {
background-color: blue;
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.1),
rgba(0, 0, 0, 0.2)
);
color: white;
box-shadow: 0 0 0.625rem 0 rgba(255, 255, 255, 0.3);
}
nav > ul {
display: flex;
list-style: none;
mar... | docs/index.css | main > * {
margin-top: 3rem;
margin-bottom: 3rem;
}
nav {
background-color: blue;
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.1),
rgba(0, 0, 0, 0.2)
);
color: white;
box-shadow: 0 0 0.625rem 0 rgba(255, 255, 255, 0.3);
}
nav > ul {
display: flex;
list-style: none;
mar... | 0.664105 | 0.091301 |
html {
margin:0 auto;
width:945px;
background: url('../../images/background.jpg') no-repeat center fixed;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
}
body {
background-color: rgba(0, 0,0, 0.1);
padding:13px 20px 10px 20px;
... | style/default/style.css | html {
margin:0 auto;
width:945px;
background: url('../../images/background.jpg') no-repeat center fixed;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
}
body {
background-color: rgba(0, 0,0, 0.1);
padding:13px 20px 10px 20px;
... | 0.127979 | 0.07921 |
html {
scroll-behavior: smooth;
}
body {
text-align: center;
background: #fcfcfa;
color: black;
font-family: Futura, sans-serif;
}
.container {
max-width: 50%;
margin: 40px auto;
}
.is-hidden {
display: none;
}
.hr-text {
line-height: 1em;
position: relative;
outline: 0;
border: 0;
color: bl... | public/agree_and_start_page/terms.css | html {
scroll-behavior: smooth;
}
body {
text-align: center;
background: #fcfcfa;
color: black;
font-family: Futura, sans-serif;
}
.container {
max-width: 50%;
margin: 40px auto;
}
.is-hidden {
display: none;
}
.hr-text {
line-height: 1em;
position: relative;
outline: 0;
border: 0;
color: bl... | 0.46563 | 0.076788 |
.sj-splash{
margin:0;
padding:0;
overflow: hidden;
}
.sj-splash .spl-title{
float:left;
}
.sj-splash .spl-title .spl-title-inner{
font-weight:bold;
padding-right:10px;
}
.sj-splash .spl-items{
float:left;
width:70%;
position: relative;
}
.sj-splash .spl-items .spl-items-inner{
ove... | templates/sj_news/html/mod_sj_news_splash/css/sj-splash.css | .sj-splash{
margin:0;
padding:0;
overflow: hidden;
}
.sj-splash .spl-title{
float:left;
}
.sj-splash .spl-title .spl-title-inner{
font-weight:bold;
padding-right:10px;
}
.sj-splash .spl-items{
float:left;
width:70%;
position: relative;
}
.sj-splash .spl-items .spl-items-inner{
ove... | 0.280518 | 0.046877 |
* {
margin: 0;
padding: 0;
}
body {
overflow-x: hidden;
background: #fff;
}
/*PADRÃO*/
strong {
font-weight: 700;
}
/*FONTS*/
.fonte-allura {
font-family: 'Allura', cursive;
color: #f08105;
}
.fonte-josefin {
font-family: 'Josefin Sans', sans-serif;
}
.fonte-merriweather {
font... | css/estilo.css | * {
margin: 0;
padding: 0;
}
body {
overflow-x: hidden;
background: #fff;
}
/*PADRÃO*/
strong {
font-weight: 700;
}
/*FONTS*/
.fonte-allura {
font-family: 'Allura', cursive;
color: #f08105;
}
.fonte-josefin {
font-family: 'Josefin Sans', sans-serif;
}
.fonte-merriweather {
font... | 0.278846 | 0.081776 |
.u-background-color-000 {
background-color: #000 !important;
}
.u-border-color-000 {
border-color: #000 !important;
}
.u-text-color-000 {
color: #000 !important;
}
.u-fill-color-000 {
fill: #000 !important;
}
.u-stroke-color-000 {
stroke: #000 !important;
... | target/main/css/three/index.css | .u-background-color-000 {
background-color: #000 !important;
}
.u-border-color-000 {
border-color: #000 !important;
}
.u-text-color-000 {
color: #000 !important;
}
.u-fill-color-000 {
fill: #000 !important;
}
.u-stroke-color-000 {
stroke: #000 !important;
... | 0.289071 | 0.084342 |
.menu-item-handle .item-title {
margin-right: 10em;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.obfx-menu-icon-container ~ .popover {
z-index: 999999;
}
.obfx-menu-icon-container {
margin-right: 10px;
padding: 2px 5px 0;
bord... | wp-content/plugins/themeisle-companion/obfx_modules/menu-icons/css/admin.css | .menu-item-handle .item-title {
margin-right: 10em;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.obfx-menu-icon-container ~ .popover {
z-index: 999999;
}
.obfx-menu-icon-container {
margin-right: 10px;
padding: 2px 5px 0;
bord... | 0.268078 | 0.053974 |
@font-face { font-family: "Fjalla One"; src: url('./font/FjallaOne-Regular.ttf'); }
/*
#009fe3 : blue
#e40613 : red
#bcebff : light blue
#fed7da : light red
#8fddff : hovered light blue;
#ffa8b0 : hovered light red
rgba(0, 159, 227, 0.05) : transparent light blue (usually for background)
rgba(228, 6, 19, 0.05) : tran... | src/App.css | @font-face { font-family: "Fjalla One"; src: url('./font/FjallaOne-Regular.ttf'); }
/*
#009fe3 : blue
#e40613 : red
#bcebff : light blue
#fed7da : light red
#8fddff : hovered light blue;
#ffa8b0 : hovered light red
rgba(0, 159, 227, 0.05) : transparent light blue (usually for background)
rgba(228, 6, 19, 0.05) : tran... | 0.324878 | 0.119819 |
@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*<meta />*/
body
{
font-family: 'Intel Clear';
}
h1
{
font-weight: bold;
font-family: 'Intel Clear';
font-size: 18pt;
color: #004280;
bottom: 6pt;
margin-top: 0.67pt;
margin-bottom: 12pt;
}
h2
{
font-weight: bold;... | docs/user-guide-html/Content/Resources/Stylesheets/Styles.css | @namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*<meta />*/
body
{
font-family: 'Intel Clear';
}
h1
{
font-weight: bold;
font-family: 'Intel Clear';
font-size: 18pt;
color: #004280;
bottom: 6pt;
margin-top: 0.67pt;
margin-bottom: 12pt;
}
h2
{
font-weight: bold;... | 0.195556 | 0.100437 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-color: black;
}
nav{
position: fixed;
width: 100%;
background-color: black;
display: flex;
justify-content: space-around;
min-height: 60px;
border-bottom:4px solid rgb(18, 198, 18);
z-index: 4;
}
nav ul... | Razer clone/style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-color: black;
}
nav{
position: fixed;
width: 100%;
background-color: black;
display: flex;
justify-content: space-around;
min-height: 60px;
border-bottom:4px solid rgb(18, 198, 18);
z-index: 4;
}
nav ul... | 0.547706 | 0.108661 |
:root {
--accent: #ff3d73;
--light-background: #fff;
--light-background-secondary: #eaeaea;
--light-header: #fafafa;
--light-color: #222;
--light-color-secondary: #999;
--light-border-color: #dcdcdc;
--dark-background: #181a1b;
--dark-background-secondary: #242528;
--dark-heade... | static/style.css | :root {
--accent: #ff3d73;
--light-background: #fff;
--light-background-secondary: #eaeaea;
--light-header: #fafafa;
--light-color: #222;
--light-color-secondary: #999;
--light-border-color: #dcdcdc;
--dark-background: #181a1b;
--dark-background-secondary: #242528;
--dark-heade... | 0.412885 | 0.128088 |
body {
background-color: #fefefe;
font-family: Verdana,Tahoma,Arial;
margin: 0;
}
.container {
min-height: 500px;
}
.header, .footer {
min-width: 1070px;
}
.header {
height: 53px;
overflow: hidden;
border-bottom: 1px solid #d6dfea;
background: #eff4fa;
}
.content {
width: 960... | src/main/resources/static/css/bbb.css | body {
background-color: #fefefe;
font-family: Verdana,Tahoma,Arial;
margin: 0;
}
.container {
min-height: 500px;
}
.header, .footer {
min-width: 1070px;
}
.header {
height: 53px;
overflow: hidden;
border-bottom: 1px solid #d6dfea;
background: #eff4fa;
}
.content {
width: 960... | 0.442877 | 0.117826 |
:root {
font-size: 16px;
font-family: "Open Sans";
--bg-primary: #003e3e;
--bg-secondary: #007c7c;
--bg-tertiary: #00baba;
--bg-dark: #002626;
--text-highlight: #baf8f8;
--text-highlight2: #5cffff;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Ba... | client/src/navbar.css | :root {
font-size: 16px;
font-family: "Open Sans";
--bg-primary: #003e3e;
--bg-secondary: #007c7c;
--bg-tertiary: #00baba;
--bg-dark: #002626;
--text-highlight: #baf8f8;
--text-highlight2: #5cffff;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Ba... | 0.279435 | 0.118181 |
@charset 'utf-8';
.main-tit {
font-size: 32px;
color: #fff;
font-weight: 700;
}
#main-wrap {
width: 100%;
position: fixed;
overflow: hidden;
top: 0;
z-index: -1;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
/*main-container1*/
.main-container1 {
width:... | resources/common/stylesheet/main.css | @charset 'utf-8';
.main-tit {
font-size: 32px;
color: #fff;
font-weight: 700;
}
#main-wrap {
width: 100%;
position: fixed;
overflow: hidden;
top: 0;
z-index: -1;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
/*main-container1*/
.main-container1 {
width:... | 0.411229 | 0.058292 |
.login-card {
display: flex;
flex-direction: column;
width: 400px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
box-sizing: border-box;
color: rgb(94, 108, 132);
margin: auto;
padding: 32px 40px;
background: rgb(255, 255, 255);
border-radius: 3px;
}
.title {
color: rgb(94, 108, 132);
margin-top... | src/app/core/page/register/register.component.css | .login-card {
display: flex;
flex-direction: column;
width: 400px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
box-sizing: border-box;
color: rgb(94, 108, 132);
margin: auto;
padding: 32px 40px;
background: rgb(255, 255, 255);
border-radius: 3px;
}
.title {
color: rgb(94, 108, 132);
margin-top... | 0.327023 | 0.074905 |
.statsRw
{
color: #00648D;
text-align:right;
padding:3px;
font-size:1.2em;
}
.valDisp
{
position:relative;
font-size:2em;
display:block;
height:75px;
}
.valDisp span
{
bottom:0;
right:0;
}
.statsSmlRw
{
color: #00648D;
text-align:left;
padding:3px;
font-size:1.2em;
}
.smlValDisp
{
padding-left:5px;
}
.co... | public/stats.css | .statsRw
{
color: #00648D;
text-align:right;
padding:3px;
font-size:1.2em;
}
.valDisp
{
position:relative;
font-size:2em;
display:block;
height:75px;
}
.valDisp span
{
bottom:0;
right:0;
}
.statsSmlRw
{
color: #00648D;
text-align:left;
padding:3px;
font-size:1.2em;
}
.smlValDisp
{
padding-left:5px;
}
.co... | 0.355775 | 0.10618 |
body {
background-image: url("../img/bg.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
font-family: 'Arvo', serif;
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
}
.videoWrapper i... | aerocreation/css/aeroexpo-custom.css | body {
background-image: url("../img/bg.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
font-family: 'Arvo', serif;
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
}
.videoWrapper i... | 0.453262 | 0.085518 |
body {
width: 100%;
font-family: 'Open Sans', sans-serif;
margin: 0 auto;
}
hr {
border: none;
background-color: #d6d6d6;
height: 1px;
width: 95%;
}
span {
font-weight: 700;
margin-right: 5px;
}
progress {
margin-right: 30px;
}
a {
text-decoration: none;
outline: none;
}... | Task-05_CSS_CV/styles.css | body {
width: 100%;
font-family: 'Open Sans', sans-serif;
margin: 0 auto;
}
hr {
border: none;
background-color: #d6d6d6;
height: 1px;
width: 95%;
}
span {
font-weight: 700;
margin-right: 5px;
}
progress {
margin-right: 30px;
}
a {
text-decoration: none;
outline: none;
}... | 0.589362 | 0.122182 |
.light-blue-bg {
background: #2292eb;
color: white;
}
.dark-blue {
background-image: url("../img/Background.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 18px;
}
.nav-img {
margin: 20px;
}
/* IMAGES */
#bg-Icon_Dashboard {
width: 58px;
height: ... | css/styles.css | .light-blue-bg {
background: #2292eb;
color: white;
}
.dark-blue {
background-image: url("../img/Background.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 18px;
}
.nav-img {
margin: 20px;
}
/* IMAGES */
#bg-Icon_Dashboard {
width: 58px;
height: ... | 0.252568 | 0.084191 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
:root {
--base-color: hsl(174, 38%, 95%);
--contrast-color: hsl(202, 66%, 49%);
--shadow-color: hsl(0, 0%, 10%);
--header-shadow-color: hsl(0, 0%, 50%);
}
html {
scroll-padding: 11vh 0 0 0;
scroll-behavior: smooth;
}
body {
font-family: "Poppins", sans-s... | static/css/style.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
}
:root {
--base-color: hsl(174, 38%, 95%);
--contrast-color: hsl(202, 66%, 49%);
--shadow-color: hsl(0, 0%, 10%);
--header-shadow-color: hsl(0, 0%, 50%);
}
html {
scroll-padding: 11vh 0 0 0;
scroll-behavior: smooth;
}
body {
font-family: "Poppins", sans-s... | 0.342681 | 0.099034 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'open sans', sans-serif;
font-size: 16px;
}
/*Add max width for body and image*/
body,
#banner_header{
max-width: 1250px;
margin: auto;
}
.contenedor {
width: 90%;
max-width: 1200px;
overflow: hidden;
... | 2161050_Ocoro_Cristian/HTML/assets/styles/estilos.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'open sans', sans-serif;
font-size: 16px;
}
/*Add max width for body and image*/
body,
#banner_header{
max-width: 1250px;
margin: auto;
}
.contenedor {
width: 90%;
max-width: 1200px;
overflow: hidden;
... | 0.482429 | 0.123155 |
.wrapper {
width: 100%; }
body {
width: 100% !important;
min-width: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
margin: 0;
Margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
img {
outline: none;
text-decoration:... | dist/css/app.css | .wrapper {
width: 100%; }
body {
width: 100% !important;
min-width: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
margin: 0;
Margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
img {
outline: none;
text-decoration:... | 0.407687 | 0.05634 |
*{margin:0; padding:0;}
body{
font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px;
color: #353535;
}
ul, li{
... | html/www/css/base.css | *{margin:0; padding:0;}
body{
font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px;
color: #353535;
}
ul, li{
... | 0.354768 | 0.05715 |
html,body{
height: 100%;
}
.container-fluid{
min-height: 100%;
}
.login-container{
background: url("../img/login-bg2.png");
background-size: 99.9%;
}
.login-view-form{
/*width: 500px;*/
border:1px solid black;
background-color: #ffffff;
}
a{
color:white;
}
a:hover{
text-decorat... | assets/css/style.css | html,body{
height: 100%;
}
.container-fluid{
min-height: 100%;
}
.login-container{
background: url("../img/login-bg2.png");
background-size: 99.9%;
}
.login-view-form{
/*width: 500px;*/
border:1px solid black;
background-color: #ffffff;
}
a{
color:white;
}
a:hover{
text-decorat... | 0.324771 | 0.063424 |
@font-face {
font-family: 'MyWebFont';
src: url(Fonts/depp.ttf);
}
@font-face {
font-family: 'StampFont';
src: url(Fonts/stamp.otf) format("opentype");
}
html {
height: 100%;
}
* {
font-family: 'MyWebFont';
}
div, html, body, footer,img {
box-sizing: border-box;
}
/*Impacts Welc... | style.css | @font-face {
font-family: 'MyWebFont';
src: url(Fonts/depp.ttf);
}
@font-face {
font-family: 'StampFont';
src: url(Fonts/stamp.otf) format("opentype");
}
html {
height: 100%;
}
* {
font-family: 'MyWebFont';
}
div, html, body, footer,img {
box-sizing: border-box;
}
/*Impacts Welc... | 0.368633 | 0.098209 |
body {
background-color: #000000;
color: #fff;
}
.navbar {
background-image: linear-gradient(to right, #969292, #3a3a3a, #1a1a1a, #000);
}
.navbar-brand img {
width: 200px;
}
/* .nav-item {
padding: 0 5px;
} */
.nav-link {
color: #8ec63f !important;
font-weight: 700;
padding: 15px !... | public/assets/css/main.css | body {
background-color: #000000;
color: #fff;
}
.navbar {
background-image: linear-gradient(to right, #969292, #3a3a3a, #1a1a1a, #000);
}
.navbar-brand img {
width: 200px;
}
/* .nav-item {
padding: 0 5px;
} */
.nav-link {
color: #8ec63f !important;
font-weight: 700;
padding: 15px !... | 0.522202 | 0.106737 |
position: fixed;
right: 10px;
margin: 0 auto 10px;
top:50px;
right:0px;
}
div#point
{
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, #53C8EE),
color-stop(1, #75F0FF)
);
background-image: -o-linear-gradient(bottom, #53C8EE 0%, #75F... | src/ng-notification.css | position: fixed;
right: 10px;
margin: 0 auto 10px;
top:50px;
right:0px;
}
div#point
{
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, #53C8EE),
color-stop(1, #75F0FF)
);
background-image: -o-linear-gradient(bottom, #53C8EE 0%, #75F... | 0.360264 | 0.112844 |
.color-navbar{
background-color: #FAB73A;
}
.img-fluid2{
max-width: 100%;
height: auto;
}
.login__block__header>img{
max-width: 100%;
height: auto;
}
.footer{
color:darkgray;
font-size:15px;
padding: 1rem 0;
}
.switch{
margin: 12px 0px 0px 0px;
}
.footer>p{
color: #000000;
width:auto;
}
.notifica{
wid... | public/css_old/estilos.css | .color-navbar{
background-color: #FAB73A;
}
.img-fluid2{
max-width: 100%;
height: auto;
}
.login__block__header>img{
max-width: 100%;
height: auto;
}
.footer{
color:darkgray;
font-size:15px;
padding: 1rem 0;
}
.switch{
margin: 12px 0px 0px 0px;
}
.footer>p{
color: #000000;
width:auto;
}
.notifica{
wid... | 0.257205 | 0.083928 |
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
margin: 0;
padding: 0;
}
ul {
list-style: none;
}
fieldset {
border: 0;
}
a img {
border: 0;
}
.clear {
clear: both;
font-size: 0;
height: 0;
}
a {
color: #33805c;
text-decoration: none;
}
a:hover {
color: #2fa3... | web/themes/open/files/theme/main_style.css | ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
margin: 0;
padding: 0;
}
ul {
list-style: none;
}
fieldset {
border: 0;
}
a img {
border: 0;
}
.clear {
clear: both;
font-size: 0;
height: 0;
}
a {
color: #33805c;
text-decoration: none;
}
a:hover {
color: #2fa3... | 0.197058 | 0.056993 |
.home .row1{background-color: #e8f5f9;}
.home .row1 .flex1{height: 112px;}
.home .row1 .flex1>.col1{width: 25%}
.home .row1 .flex1>.col1>h2{font-size: 16px;font-weight: bold;color: #434343;margin-left: 30px;}
.home .row1 .flex2 i.bg{
background-image: url('../../images/desktop/home-1.png');
background-repeat: no-repe... | public/css/desktop/desktop-home.css | .home .row1{background-color: #e8f5f9;}
.home .row1 .flex1{height: 112px;}
.home .row1 .flex1>.col1{width: 25%}
.home .row1 .flex1>.col1>h2{font-size: 16px;font-weight: bold;color: #434343;margin-left: 30px;}
.home .row1 .flex2 i.bg{
background-image: url('../../images/desktop/home-1.png');
background-repeat: no-repe... | 0.124426 | 0.051702 |
body{
/* background-color: #C84B31; */
color: #777;
padding: 30px;
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 1.7;
}
.header{
position: relative;
height: 95vh;
background-image:linear-gradient(to bottom right,rgba(120, 135, 120, 0.753),rgba(152, 137... | css/style.css | body{
/* background-color: #C84B31; */
color: #777;
padding: 30px;
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 1.7;
}
.header{
position: relative;
height: 95vh;
background-image:linear-gradient(to bottom right,rgba(120, 135, 120, 0.753),rgba(152, 137... | 0.310381 | 0.07383 |
.hidden .kmt-page {
visibility: hidden;
}
/*body.chromeless*/ .chromeless .kmt-page-header,
/*body.chromeless*/ .chromeless .kmt-page-footer,
.is-needingAuthorization .view-selector-container,
.is-authorized #embed-api-auth-container,
#reports,
.icon-dashboard {
display: none;
}
.is-needingAuthorization .icon-da... | dashboard/dashboard.css | .hidden .kmt-page {
visibility: hidden;
}
/*body.chromeless*/ .chromeless .kmt-page-header,
/*body.chromeless*/ .chromeless .kmt-page-footer,
.is-needingAuthorization .view-selector-container,
.is-authorized #embed-api-auth-container,
#reports,
.icon-dashboard {
display: none;
}
.is-needingAuthorization .icon-da... | 0.526343 | 0.106505 |
*{
margin: 0;
padding:0;
font-family: 'Poppins', sans-serif;
box-sizing: border-box;
}
body{
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: linear-gradient(45deg,#808080,#333333);
overflow-x: hidden;
}
.container-reg{
box-shadow: 0 5px 25px rgba(0,0,0,0.2);
pe... | public/eczite/regPage.css | *{
margin: 0;
padding:0;
font-family: 'Poppins', sans-serif;
box-sizing: border-box;
}
body{
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: linear-gradient(45deg,#808080,#333333);
overflow-x: hidden;
}
.container-reg{
box-shadow: 0 5px 25px rgba(0,0,0,0.2);
pe... | 0.322846 | 0.060529 |
body{
margin: auto 0;
width: 100%;
height: 100%;
font-family: "Roboto Condensed", Arial;
}
.zone {
cursor:pointer;
color:#FFF;
font-size:2em;
border-radius:4px;
border:1px solid #bbb;
transition: all 0.3s linear;
}
.zone:hover {
-webkit-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rg... | public/css/style.css | body{
margin: auto 0;
width: 100%;
height: 100%;
font-family: "Roboto Condensed", Arial;
}
.zone {
cursor:pointer;
color:#FFF;
font-size:2em;
border-radius:4px;
border:1px solid #bbb;
transition: all 0.3s linear;
}
.zone:hover {
-webkit-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rg... | 0.252845 | 0.067393 |
.template-green {
background-color: #b2ce22;
}
body {
background: #f8f8f8;
position: relative;
bottom: 20%;
font-family: 'Open Sans', sans-serif;
}
body a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
... | LiveScoreUpdateSystem/LiveScoreUpdateSystem.Web/Content/FootballTemplate/football-template.css | .template-green {
background-color: #b2ce22;
}
body {
background: #f8f8f8;
position: relative;
bottom: 20%;
font-family: 'Open Sans', sans-serif;
}
body a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
... | 0.497559 | 0.106877 |
.hero {
&__inner {
border-radius: var(--global-radius);
}
&__title {
max-width: 50rem;
}
&__media {
max-width: 40rem;
margin: 0 auto;
margin-bottom: var(--gap-lg);
&.has-caption {
margin-bottom: var(--gap-xl);
}
&.wide {
max-width: none;
}
}
&__figure... | assets/css/components/_hero.css | .hero {
&__inner {
border-radius: var(--global-radius);
}
&__title {
max-width: 50rem;
}
&__media {
max-width: 40rem;
margin: 0 auto;
margin-bottom: var(--gap-lg);
&.has-caption {
margin-bottom: var(--gap-xl);
}
&.wide {
max-width: none;
}
}
&__figure... | 0.801354 | 0.157525 |
body{
font-family: sans-serif;
background-color: rgba(105, 202, 60, 0.589);
}
h1{
text-align: center;
color: rgb(25, 0, 255);
}
h1 i{
color: rgb(234, 0, 255);
}
.amitava h2,.samarpan h2{
text-align: center;
background-color: rgba(30, 210, 105, 0.527);
border-radius: 30px;
... | about_css.css | body{
font-family: sans-serif;
background-color: rgba(105, 202, 60, 0.589);
}
h1{
text-align: center;
color: rgb(25, 0, 255);
}
h1 i{
color: rgb(234, 0, 255);
}
.amitava h2,.samarpan h2{
text-align: center;
background-color: rgba(30, 210, 105, 0.527);
border-radius: 30px;
... | 0.436862 | 0.090494 |
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
width: 100%;
font-family: 'Raleway', sans-serif;
margin: 0;
}
.container-spot {
width: 80%;
height: auto;
margin: 2em auto 4em;
/* background-color: #eee; */
overflow: hidden;
}
.container-spot:a... | public/css/spot_style.css |
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
width: 100%;
font-family: 'Raleway', sans-serif;
margin: 0;
}
.container-spot {
width: 80%;
height: auto;
margin: 2em auto 4em;
/* background-color: #eee; */
overflow: hidden;
}
.container-spot:a... | 0.515132 | 0.101145 |
html {
overflow-y: scroll;
font-size: 15px;
}
body {
font-family: 'Roboto', Arial, Helvetica;
font-size: 15px;
color: #222222;
background: #FFFFFF;
display: flex;
min-height: 100vh;
flex-direction: column;
}
section {
flex: 1 0 0;
}
h2 {
margin-bottom: 15px;
}
h2 .fa-angle-right {
color: #bbbbbb... | assets/styles/app.css | html {
overflow-y: scroll;
font-size: 15px;
}
body {
font-family: 'Roboto', Arial, Helvetica;
font-size: 15px;
color: #222222;
background: #FFFFFF;
display: flex;
min-height: 100vh;
flex-direction: column;
}
section {
flex: 1 0 0;
}
h2 {
margin-bottom: 15px;
}
h2 .fa-angle-right {
color: #bbbbbb... | 0.42931 | 0.064506 |
body{
background-color: #1992b7 !important;
}
#login-box{
background-color: #1992b7;
width: 380px ;
height: 260px ;
margin: 140px auto 0;
border-radius: 5px;
}
#login-box-interno{
width: 360px;
height: 240px;
background-color: #fdf... | zagua/static/venda.css | body{
background-color: #1992b7 !important;
}
#login-box{
background-color: #1992b7;
width: 380px ;
height: 260px ;
margin: 140px auto 0;
border-radius: 5px;
}
#login-box-interno{
width: 360px;
height: 240px;
background-color: #fdf... | 0.372734 | 0.093471 |
.skeleton-ig-ads-container {
width: 100vw;
height: 100px;
background: #fff;
position: fixed;
left: 0;
top: 49px;
z-index: 200;
}
.skeleton-container {
width: 100vw;
height: calc(100vh - 70px);
background: #fff;
position: fixed;
left: 0;
top: 70px;
z-index: 200;
}... | common/css/skeleton.css | .skeleton-ig-ads-container {
width: 100vw;
height: 100px;
background: #fff;
position: fixed;
left: 0;
top: 49px;
z-index: 200;
}
.skeleton-container {
width: 100vw;
height: calc(100vh - 70px);
background: #fff;
position: fixed;
left: 0;
top: 70px;
z-index: 200;
}... | 0.584983 | 0.085824 |
.replace {
display: block;
text-indent: 200%;
white-space: nowrap;
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }
/* Hide only visually, but... | _css/SOTD.css |
.replace {
display: block;
text-indent: 200%;
white-space: nowrap;
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }
/* Hide only visually, but... | 0.300746 | 0.108614 |
.position_relative {
position:relative;
}
/* Required for correct positioning when the menu is position:fixed */
.target {
display: block;
margin-top: -50px;
height: 50px;
}
/* Theme tuning ----------------------------------------------------------- */
.min_width_limit {
min-width:160px;
}
.logo ... | theme.css | .position_relative {
position:relative;
}
/* Required for correct positioning when the menu is position:fixed */
.target {
display: block;
margin-top: -50px;
height: 50px;
}
/* Theme tuning ----------------------------------------------------------- */
.min_width_limit {
min-width:160px;
}
.logo ... | 0.413359 | 0.061368 |
@tailwind base;
@tailwind components;
@tailwind utilities;
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*{
font-family: 'Poppins', sans-serif;
}
ul.b {
list-style-type: square;
}
.newdata{
background-image: url('../images/Background/Untitled\ design\ \(2\).png');
... | src/styles/global.css | @tailwind base;
@tailwind components;
@tailwind utilities;
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*{
font-family: 'Poppins', sans-serif;
}
ul.b {
list-style-type: square;
}
.newdata{
background-image: url('../images/Background/Untitled\ design\ \(2\).png');
... | 0.518059 | 0.125842 |
.dialog-pane {
-fx-background-color: transparent;
}
.dialog-pane > .content-pane {
-fx-background-radius: 3px;
-fx-background-color: -fx-base;
-fx-effect: dropshadow(gaussian, rgba(0, 0, 0, .26), 20, 0.19, -1, 6);
-fx-min-width: 350px;
-fx-min-height: 250px;
}
.dialog-pane > .content-pane .pro... | gemsfx/src/main/resources/com/dlsc/gemsfx/dialog.css | .dialog-pane {
-fx-background-color: transparent;
}
.dialog-pane > .content-pane {
-fx-background-radius: 3px;
-fx-background-color: -fx-base;
-fx-effect: dropshadow(gaussian, rgba(0, 0, 0, .26), 20, 0.19, -1, 6);
-fx-min-width: 350px;
-fx-min-height: 250px;
}
.dialog-pane > .content-pane .pro... | 0.372734 | 0.055952 |
.section__description {
margin: 10em 10em 20em 10em;
}
.section__description{
display: flex;
flex-direction: row;
justify-content: center;
}
.section__image img {
width: 500px;
height: 600px;
}
.section__about {
padding: 0 5em;
}
.section__text h2{
font-size: 4.4rem;
color: var(-... | css/section.css | .section__description {
margin: 10em 10em 20em 10em;
}
.section__description{
display: flex;
flex-direction: row;
justify-content: center;
}
.section__image img {
width: 500px;
height: 600px;
}
.section__about {
padding: 0 5em;
}
.section__text h2{
font-size: 4.4rem;
color: var(-... | 0.652684 | 0.201087 |
.main{
background-color: whitesmoke;
}
.card{
border-radius: 15px !important;
}
.head {
display: flex;
align-items: center;
}
.head .title{
color: #909090;
font-size: 25px;
}
.head .tag-preview{
background-color: #979797;
color: white;
border-radius: 20px;
padding: 10px 30px;
... | src/main/webapp/resources/css/tagCreate.css | .main{
background-color: whitesmoke;
}
.card{
border-radius: 15px !important;
}
.head {
display: flex;
align-items: center;
}
.head .title{
color: #909090;
font-size: 25px;
}
.head .tag-preview{
background-color: #979797;
color: white;
border-radius: 20px;
padding: 10px 30px;
... | 0.460774 | 0.119691 |
:root {
--green-light: #66BF39;
--blue-light: #45A3E5;
--red-light: #FF3355;
--yellow-light: #FFC00A;
--green-medium: #26890C;
--blue-medium: #1368CE;
--red-medium: #E21B3C;
--yellow-medium: #FFA602;
--green-dark: #106B03;
--blue-dark: #0542B9;
--red-dark: #C60929;
--yellow-dark: #D89E00;
}
*, ... | frontend/src/index.css | :root {
--green-light: #66BF39;
--blue-light: #45A3E5;
--red-light: #FF3355;
--yellow-light: #FFC00A;
--green-medium: #26890C;
--blue-medium: #1368CE;
--red-medium: #E21B3C;
--yellow-medium: #FFA602;
--green-dark: #106B03;
--blue-dark: #0542B9;
--red-dark: #C60929;
--yellow-dark: #D89E00;
}
*, ... | 0.467575 | 0.174481 |
.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... | 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.458349 | 0.075346 |
body {
background: #f2f2f2;
}
.main {
width: 250px;
background: white;
padding: 15px;
margin: 30px auto;
border-top: 5px solid purple;
border-bottom: 10px solid purple;
box-shadow: 0px 0px 10px #1234;
border-radius: 5px;
box-sizing: border-box;
}
button, table, input {
width: 100%;
}
.btn-primary, .btn-prima... | Assets/css/savira-style.css | body {
background: #f2f2f2;
}
.main {
width: 250px;
background: white;
padding: 15px;
margin: 30px auto;
border-top: 5px solid purple;
border-bottom: 10px solid purple;
box-shadow: 0px 0px 10px #1234;
border-radius: 5px;
box-sizing: border-box;
}
button, table, input {
width: 100%;
}
.btn-primary, .btn-prima... | 0.40204 | 0.077868 |
@charset "UTF-8";
* {
margin: 0;
padding: 0;
}
html {
height: 100%;
font-size: 16px;
overflow-y: auto;
line-height: 1.4;
}
body {
height: 100%;
margin: 0;
padding: 0;
font-family: "Nunito", sans-serif;
font-size: 1rem;
color: #444;
background-color: #eceadf;
overflow-y: auto;
overflow-x... | public/css/customApp.css | @charset "UTF-8";
* {
margin: 0;
padding: 0;
}
html {
height: 100%;
font-size: 16px;
overflow-y: auto;
line-height: 1.4;
}
body {
height: 100%;
margin: 0;
padding: 0;
font-family: "Nunito", sans-serif;
font-size: 1rem;
color: #444;
background-color: #eceadf;
overflow-y: auto;
overflow-x... | 0.345436 | 0.06357 |
body {
font: normal 18px Lato, sans-serif;
color: #454546;
background-color: #ffffff; }
a {
text-decoration: none; }
h2 {
color: #ffffff;
font-size: 48px;
font-weight: 900;
margin: 0; }
h2 span {
padding-bottom: 19px; }
.btn-orange {
text-transform: uppercase;
color: #ffffff... | css/style.css | body {
font: normal 18px Lato, sans-serif;
color: #454546;
background-color: #ffffff; }
a {
text-decoration: none; }
h2 {
color: #ffffff;
font-size: 48px;
font-weight: 900;
margin: 0; }
h2 span {
padding-bottom: 19px; }
.btn-orange {
text-transform: uppercase;
color: #ffffff... | 0.368519 | 0.045607 |
body{
touch-action: none;
}
h1, h2, h3, h4, h5, h6{
margin: 0.5rem 0 !important;
}
.main{
display: flex;
flex-direction: column;
height: 100%;
}
.oneboard{
height: 100%;
display: flex;
flex-direction: column;
position: relative;
}
.moodboard{
overflow: hidden;
flex: 1;
... | client/style.css | body{
touch-action: none;
}
h1, h2, h3, h4, h5, h6{
margin: 0.5rem 0 !important;
}
.main{
display: flex;
flex-direction: column;
height: 100%;
}
.oneboard{
height: 100%;
display: flex;
flex-direction: column;
position: relative;
}
.moodboard{
overflow: hidden;
flex: 1;
... | 0.475849 | 0.071851 |
.mModal{position:fixed;left:0;top:0;width:100%;
background-color:rgba(0,0,0,.5);}
.mModal>a{display:block;}
/*对话框 > .footFix*/
.mDialog, .mDialog *{margin:0;padding:0;}
.mDialog{width:205px;
position:fixed;bottom:auto;top:0;left:0;
background-color:rgba(0,0,0,.7); box-shadow:0 0 10px rgba(0,0,0,.5);
padding:25px;
... | MxWeiXinPF.Web/weixin/sjb/css/wei_dialog.css | .mModal{position:fixed;left:0;top:0;width:100%;
background-color:rgba(0,0,0,.5);}
.mModal>a{display:block;}
/*对话框 > .footFix*/
.mDialog, .mDialog *{margin:0;padding:0;}
.mDialog{width:205px;
position:fixed;bottom:auto;top:0;left:0;
background-color:rgba(0,0,0,.7); box-shadow:0 0 10px rgba(0,0,0,.5);
padding:25px;
... | 0.130521 | 0.039713 |
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* ht... | css/main.css | /* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* ht... | 0.68763 | 0.096834 |
@charset "UTF-8";
input, textarea{
width: 100%;
background: #fff;
border-radius: 3px;
border: 1px solid #ccc;
padding: 5px;
font-size: 18px;
padding-left: 10px;
}
input::-webkit-input-placeholder {
color:#cccc;
}
input:focus::-webkit-input-placeholder {
color:transparent;
}
/* Firef... | css/rows.css | @charset "UTF-8";
input, textarea{
width: 100%;
background: #fff;
border-radius: 3px;
border: 1px solid #ccc;
padding: 5px;
font-size: 18px;
padding-left: 10px;
}
input::-webkit-input-placeholder {
color:#cccc;
}
input:focus::-webkit-input-placeholder {
color:transparent;
}
/* Firef... | 0.325949 | 0.0545 |
@-moz-document domain("tweetdeck.twitter.com") {
.sprite {
background-image: url("https://i.imgur.com/dCfbj5v.png");
}
.btn:focus, .btn-on-blue:focus, .btn-positive:focus, .compose-account:focus, input:focus, select:focus {
outline: 5px auto #E59132 !important;
box-shadow: #E59132 0px 0px 5px 0px !important;... | data/usercss/108308.user.css | @-moz-document domain("tweetdeck.twitter.com") {
.sprite {
background-image: url("https://i.imgur.com/dCfbj5v.png");
}
.btn:focus, .btn-on-blue:focus, .btn-positive:focus, .compose-account:focus, input:focus, select:focus {
outline: 5px auto #E59132 !important;
box-shadow: #E59132 0px 0px 5px 0px !important;... | 0.227899 | 0.07889 |
body
{
background-color: aqua;
}
.bodypart{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(19, 18, 18, 0.8);
box-sizing: border-box;
width: 400px;
padding: 45px;
border-radius: 25px;
box-shadow: 0, 15px, 25px rgba(44, 44, 44, 0.5);... | All Css/songstyle.css | body
{
background-color: aqua;
}
.bodypart{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(19, 18, 18, 0.8);
box-sizing: border-box;
width: 400px;
padding: 45px;
border-radius: 25px;
box-shadow: 0, 15px, 25px rgba(44, 44, 44, 0.5);... | 0.590189 | 0.083479 |
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700);
@import url(http://fonts.googleapis.com/css?family=Patua+One);
.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}
body {
font-family: "Titillium Web";
font-size: 14px;
color: #... | Web/public/web/css/styles.css | @import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700);
@import url(http://fonts.googleapis.com/css?family=Patua+One);
.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}
body {
font-family: "Titillium Web";
font-size: 14px;
color: #... | 0.225246 | 0.086671 |
:root {
--nav-height: 30px;
--section-header-height: 35px;
--main-fg-color: #ffcc66;
--dark-fg-color: #ffa566;
--darklight-fg-color: #ffd2b2;
--light-fg-color: #fffcee;
--comp-color: #a6ffed;
--comp-light-color: #a6ffed;
--comp-dark-color: #97ffea;
--comp-dark2-color: #3dcc87;
--main-bg-color: #ff... | assets/webui/dist/styles.css | :root {
--nav-height: 30px;
--section-header-height: 35px;
--main-fg-color: #ffcc66;
--dark-fg-color: #ffa566;
--darklight-fg-color: #ffd2b2;
--light-fg-color: #fffcee;
--comp-color: #a6ffed;
--comp-light-color: #a6ffed;
--comp-dark-color: #97ffea;
--comp-dark2-color: #3dcc87;
--main-bg-color: #ff... | 0.494873 | 0.112308 |
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-alig... | public/css/style.css | html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-alig... | 0.40028 | 0.071916 |
a {
color: #007a7a;
}
body {
font-size: 18px;
}
h1,h2,h3,h4,h5,h6 {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 700;
/* text-transform: uppercase; */
}
footer {
position: fixed;
bottom: 0;
width: 100%;
height: 2.5rem;
font-size: 14px;
background-color: ... | static/mlpostech.css | a {
color: #007a7a;
}
body {
font-size: 18px;
}
h1,h2,h3,h4,h5,h6 {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 700;
/* text-transform: uppercase; */
}
footer {
position: fixed;
bottom: 0;
width: 100%;
height: 2.5rem;
font-size: 14px;
background-color: ... | 0.394084 | 0.126434 |
body::-webkit-scrollbar {
width: 0.5em; }
body::-webkit-scrollbar-thumb {
background: linear-gradient(to left, #fff, #fff 5px, #fabe1d 5px, #fabe1d 7px, #000); }
@keyframes spin {
from {
transform: rotate(0deg); }
to {
transform: rotate(360deg); } }
@keyframes borders {
from {
transform: scale(... | app/view/css/main.css | body::-webkit-scrollbar {
width: 0.5em; }
body::-webkit-scrollbar-thumb {
background: linear-gradient(to left, #fff, #fff 5px, #fabe1d 5px, #fabe1d 7px, #000); }
@keyframes spin {
from {
transform: rotate(0deg); }
to {
transform: rotate(360deg); } }
@keyframes borders {
from {
transform: scale(... | 0.457379 | 0.062217 |
@font-face {
font-family: 'noto-regular';
src: url(../fonts/NotoSerifLao-Regular.ttf) format("truetype");
}
@font-face {
font-family: 'noto-bold';
src: url(../fonts/NotoSerifLao-Bold.ttf) format("truetype");
}
body, input, h1, h2, h3, h4, h5, h6, p {
font-family: 'Roboto','noto-regular'!important;
/*font-family: 'L<N... | public/css/main.css | @font-face {
font-family: 'noto-regular';
src: url(../fonts/NotoSerifLao-Regular.ttf) format("truetype");
}
@font-face {
font-family: 'noto-bold';
src: url(../fonts/NotoSerifLao-Bold.ttf) format("truetype");
}
body, input, h1, h2, h3, h4, h5, h6, p {
font-family: 'Roboto','noto-regular'!important;
/*font-family: 'L<N... | 0.299822 | 0.061368 |
:root {
--ruby: #e22653;
--grey: #999;
--dark-grey: #666;
--cream: #f9f7ed;
--grid-size: 1000px;
--grid-h-padding: 2em;
--title-size: 550px;
--showcase-width: 1400px;
--showcase-height: 800px;
--showcase-max-height: calc(100vh - 2em);
--transition: all ease-out 300ms;
--hover-opacity: 0.7;
--b... | website/styles.css | :root {
--ruby: #e22653;
--grey: #999;
--dark-grey: #666;
--cream: #f9f7ed;
--grid-size: 1000px;
--grid-h-padding: 2em;
--title-size: 550px;
--showcase-width: 1400px;
--showcase-height: 800px;
--showcase-max-height: calc(100vh - 2em);
--transition: all ease-out 300ms;
--hover-opacity: 0.7;
--b... | 0.454956 | 0.117142 |
.cake_container{
position: absolute;
width: 100%;
height: 200px;
text-align: center;
}
.cake {
position: absolute;
margin:auto;
margin-top: -80px;
left: 50%;
margin-left: -375px;
width: 750px;
height: 900px;
}
.plate {
position: absolute;
bottom: -30px;
left: -30px;
width: 810p... | cake.css | .cake_container{
position: absolute;
width: 100%;
height: 200px;
text-align: center;
}
.cake {
position: absolute;
margin:auto;
margin-top: -80px;
left: 50%;
margin-left: -375px;
width: 750px;
height: 900px;
}
.plate {
position: absolute;
bottom: -30px;
left: -30px;
width: 810p... | 0.482429 | 0.10217 |
.commit-list>.head {
position: relative;
}
.commit-list>.head>* {
margin-bottom: 20px;
}
.commit-list>.head>.operations>* {
margin-right: 16px;
color: #444;
}
.commit-list>.head>.operations>*:last-child {
margin-right: 0;
}
.commit-list>.body {
position: relative;
}
.commit-list>.body .no-commits {
font-size: 1... | server-core/src/main/java/io/onedev/server/web/component/commit/list/commit-list.css | .commit-list>.head {
position: relative;
}
.commit-list>.head>* {
margin-bottom: 20px;
}
.commit-list>.head>.operations>* {
margin-right: 16px;
color: #444;
}
.commit-list>.head>.operations>*:last-child {
margin-right: 0;
}
.commit-list>.body {
position: relative;
}
.commit-list>.body .no-commits {
font-size: 1... | 0.34798 | 0.051368 |
@import url('https://cdn.jsdelivr.net/npm/hack-font@3/build/web/hack.css');
.a-glow {
font-family: 'Hack';
}
.center {
display: flex;
min-height: 0vh;
height: 100%;
justify-content: Center;
align-items: Center;
flex-direction: column;
}
.a-glow {
width: 250px;
}
.a-glow:focus {outli... | register.css | @import url('https://cdn.jsdelivr.net/npm/hack-font@3/build/web/hack.css');
.a-glow {
font-family: 'Hack';
}
.center {
display: flex;
min-height: 0vh;
height: 100%;
justify-content: Center;
align-items: Center;
flex-direction: column;
}
.a-glow {
width: 250px;
}
.a-glow:focus {outli... | 0.259263 | 0.097691 |
@charset "utf-8";
/* CSS Document */
#container{
background:rgba(255,255,255,0.75);
}
#main{
width:62%;
padding-top:10px;
position:relative;
}
/********************見出し********************/
#container h2{
position:relative;
width:98%;
padding-bottom:8%;
margin:2% 1% 2%;
background:u... | 12_wordCloud/css/common.css | @charset "utf-8";
/* CSS Document */
#container{
background:rgba(255,255,255,0.75);
}
#main{
width:62%;
padding-top:10px;
position:relative;
}
/********************見出し********************/
#container h2{
position:relative;
width:98%;
padding-bottom:8%;
margin:2% 1% 2%;
background:u... | 0.267408 | 0.066934 |
#infoUsuario {
background-color: rgb(242, 242, 242);
display: table;
width: 100%;
text-align: center;
padding-bottom: 15px;
border-bottom: 2px solid gray;
}
#esquerda {
float: left;
clear: right;
}
#direita {
float: right;
width: 40em;
max-width: calc(100% - 310px);
}
#co... | GITS/GITS/Content/perfil.css | #infoUsuario {
background-color: rgb(242, 242, 242);
display: table;
width: 100%;
text-align: center;
padding-bottom: 15px;
border-bottom: 2px solid gray;
}
#esquerda {
float: left;
clear: right;
}
#direita {
float: right;
width: 40em;
max-width: calc(100% - 310px);
}
#co... | 0.318167 | 0.152064 |
body{padding:0;margin:0;font-family:Arial,Verdana,Helvetica,sans-serif}
body.js #menu {display: none;}
#map,body,html{height:100%}
html{overflow:hidden;position:absolute;width:100%}
#map{overflow:hidden;position:absolute;width:100%;left:0;}
.leaflet-container,.ui-widget{font:12px/1.5 Arial,Verdana,Helvetic... | labs/bcbsmn/map/css/map.css | body{padding:0;margin:0;font-family:Arial,Verdana,Helvetica,sans-serif}
body.js #menu {display: none;}
#map,body,html{height:100%}
html{overflow:hidden;position:absolute;width:100%}
#map{overflow:hidden;position:absolute;width:100%;left:0;}
.leaflet-container,.ui-widget{font:12px/1.5 Arial,Verdana,Helvetic... | 0.303216 | 0.060947 |
@import url("../fonts/HelveticaBlack/stylesheet.css");
@import url('../css/header.css');
@import url('../css/footer.css');
@import url('../css/login.css');
body{
margin: 0;
padding: 0;
background-color: rgba(0,0,0,0.99);
}
.slider{
width: 100%;
height: 25%;
... | public/assets/css/main.css | @import url("../fonts/HelveticaBlack/stylesheet.css");
@import url('../css/header.css');
@import url('../css/footer.css');
@import url('../css/login.css');
body{
margin: 0;
padding: 0;
background-color: rgba(0,0,0,0.99);
}
.slider{
width: 100%;
height: 25%;
... | 0.223716 | 0.035511 |
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, ... | static/artikel/style.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, ... | 0.29696 | 0.101056 |
.widget-earnings-scroll {
position: relative;
}
.widget-earnings-scroll .ps__rail-x {
opacity: 0.6;
}
.widget-earnings-scroll .widget-earnings-width {
min-width: 390px;
}
#widget-earnings .widget-earnings-swiper.swiper-container .swiper-slide {
/* widget swiper slide */
font-weight: 500;
background-color: #F2F... | public/back/css/pages/dashboard-ecommerce.css | .widget-earnings-scroll {
position: relative;
}
.widget-earnings-scroll .ps__rail-x {
opacity: 0.6;
}
.widget-earnings-scroll .widget-earnings-width {
min-width: 390px;
}
#widget-earnings .widget-earnings-swiper.swiper-container .swiper-slide {
/* widget swiper slide */
font-weight: 500;
background-color: #F2F... | 0.32896 | 0.054249 |
.heading{
margin:20px 0;
color:#ffffff;
font-size: 36px;
display: block;
}
mat-form-field{
margin: 0 10px;
display: inline-block;
}
mat-radio-button{
margin: 0 5px;
}
button{
margin: 5px;
}
/* .header {
margin-left: 28px;
text-align: left;
} */
.example-header-image {
background-image: url('h... | src/app/auth/signup/signup.component.css | .heading{
margin:20px 0;
color:#ffffff;
font-size: 36px;
display: block;
}
mat-form-field{
margin: 0 10px;
display: inline-block;
}
mat-radio-button{
margin: 0 5px;
}
button{
margin: 5px;
}
/* .header {
margin-left: 28px;
text-align: left;
} */
.example-header-image {
background-image: url('h... | 0.473901 | 0.11775 |
html,
body {
padding: 0;
margin: 0;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
* {
outline: none !important;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-se... | index.css | html,
body {
padding: 0;
margin: 0;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
* {
outline: none !important;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-se... | 0.333178 | 0.050377 |
body {
text-align: center;
-webkit-user-select:none;
background: Window;
font: caption;
}
* {
box-sizing: border-box;
}
#container {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
display: flex;
}
#container > div {
height: 100%;
}
.app {
width: 100%;
... | src/static/base.css | body {
text-align: center;
-webkit-user-select:none;
background: Window;
font: caption;
}
* {
box-sizing: border-box;
}
#container {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
display: flex;
}
#container > div {
height: 100%;
}
.app {
width: 100%;
... | 0.512693 | 0.069258 |
body{
color:#000000;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
width: 90% /*18em;
*/
}
a{
color:#000000;
text-decoration:none;
}
a:visited{
color:#000000;
}
a:hover{
co... | src/ttbox/ttbox/doc/css/toc.css | body{
color:#000000;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
width: 90% /*18em;
*/
}
a{
color:#000000;
text-decoration:none;
}
a:visited{
color:#000000;
}
a:hover{
co... | 0.347205 | 0.046725 |
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,700;1,400&display=swap");
html,
body {
margin: 0;
}
body {
background-color: #591985;
background-image: url("data:image... | src/components/layout.css | @import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,700;1,400&display=swap");
html,
body {
margin: 0;
}
body {
background-color: #591985;
background-image: url("data:image... | 0.383064 | 0.1126 |
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,900,700);
html,
body {
width: 100%;
height: 100%;
}
body {
font-family: 'Roboto', "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}
::-webkit-scrollbar {
display: none; ... | css/stylish-portfolio.css |
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,900,700);
html,
body {
width: 100%;
height: 100%;
}
body {
font-family: 'Roboto', "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}
::-webkit-scrollbar {
display: none; ... | 0.361277 | 0.092893 |
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, div.paragraph, blockquote, fieldset, input { margin: 0; padding: 0; }
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { margin: 0; padding: 0; }
ul { list-style: none; }
fieldset { border: 0; }
a img { border: 0; }
... | web/css/h2o_style.css | ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, div.paragraph, blockquote, fieldset, input { margin: 0; padding: 0; }
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { margin: 0; padding: 0; }
ul { list-style: none; }
fieldset { border: 0; }
a img { border: 0; }
... | 0.347869 | 0.157525 |
.rtl #et_dashboard_content.current_tab_et_dashboard_tab_content_optin_setup, .rtl #et_dashboard_content.current_tab_et_dashboard_tab_content_optin_design, .rtl #et_dashboard_content.current_tab_et_dashboard_tab_content_optin_premade, .rtl #et_dashboard_content.current_tab_et_dashboard_tab_content_optin_display { margin... | site/web/app/plugins/bloom/css/admin-rtl.css | .rtl #et_dashboard_content.current_tab_et_dashboard_tab_content_optin_setup, .rtl #et_dashboard_content.current_tab_et_dashboard_tab_content_optin_design, .rtl #et_dashboard_content.current_tab_et_dashboard_tab_content_optin_premade, .rtl #et_dashboard_content.current_tab_et_dashboard_tab_content_optin_display { margin... | 0.445288 | 0.054099 |
font-size: 12px;
text-decoration: none;
color: rgb(245, 224, 38);
}
/* Remove extra left and right margins, due to padding */
.img-area {
width: 100%;
align-items: center;
justify-content: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: space-around;
... | src/styles/card.css | font-size: 12px;
text-decoration: none;
color: rgb(245, 224, 38);
}
/* Remove extra left and right margins, due to padding */
.img-area {
width: 100%;
align-items: center;
justify-content: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: space-around;
... | 0.645679 | 0.145115 |
@charset "UTF-8";
#newshiplist-equipment-filter {
}
#newshiplist-equipment-filter:hover {
}
#equipment-list *:hover {
cursor: pointer;
text-shadow: 1px 1px 0px #bbbbbb;
}
tree#newshiplist-tree treecol {
margin-left: 4px;
}
treechildren::-moz-tree-cell(sally1) {
border-left: 4px so... | chrome/content/shiplist.css | @charset "UTF-8";
#newshiplist-equipment-filter {
}
#newshiplist-equipment-filter:hover {
}
#equipment-list *:hover {
cursor: pointer;
text-shadow: 1px 1px 0px #bbbbbb;
}
tree#newshiplist-tree treecol {
margin-left: 4px;
}
treechildren::-moz-tree-cell(sally1) {
border-left: 4px so... | 0.368292 | 0.085137 |
@charset "utf-8";
.navbox{position:absolute; z-index:9999; opacity:0.8; background:#000; width:100%; height:50px; font-size:20px;}
.navbox .nav{width:1080px; height:50px; margin:0 auto; position:relative;}
.navbox ul{width:1080px; height:50px; position:relative; z-index:2; cursor:pointer;}
.navbox li{float:left... | css/index.css | @charset "utf-8";
.navbox{position:absolute; z-index:9999; opacity:0.8; background:#000; width:100%; height:50px; font-size:20px;}
.navbox .nav{width:1080px; height:50px; margin:0 auto; position:relative;}
.navbox ul{width:1080px; height:50px; position:relative; z-index:2; cursor:pointer;}
.navbox li{float:left... | 0.319758 | 0.090574 |
.modal-wrapper{
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(9, 9, 9, 0.7);
display: none;
}
.modal-box {
background-color: #f4f5f7;
width: 500PX;
max-height: 80vh;
margin: 50px auto;
position: relative;
display: flex;
... | public/assets/css/modal.css | .modal-wrapper{
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(9, 9, 9, 0.7);
display: none;
}
.modal-box {
background-color: #f4f5f7;
width: 500PX;
max-height: 80vh;
margin: 50px auto;
position: relative;
display: flex;
... | 0.348867 | 0.054124 |
html, body {
width: 100%;
min-width: 960px;
height: 100%;
margin: 0;
font-family: "Open Sans", sans-serif;
color: #000000;
}
div#wrapper {
min-height: 100%;
}
div#header-wrapper {
z-index: 1;
height: 125px;
min-width: 100%;
background-image: -webkit-gradient(linear, 0% 0%, 0% 10... | css/styles.css | html, body {
width: 100%;
min-width: 960px;
height: 100%;
margin: 0;
font-family: "Open Sans", sans-serif;
color: #000000;
}
div#wrapper {
min-height: 100%;
}
div#header-wrapper {
z-index: 1;
height: 125px;
min-width: 100%;
background-image: -webkit-gradient(linear, 0% 0%, 0% 10... | 0.235108 | 0.035813 |
.cta-overlapped-image .container, .cta-overlapped-image .row.justify-content-end { position: relative; }
@media (max-width: 991.98px) { /* line 9, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .row { -ms-flex-direction: column-reverse; flex-direction: column-reverse; margin: 0; } }
/* line... | src/Project/MvpSite/rendering/wwwroot/stylesheets/components/cta-overlapped-image.css | .cta-overlapped-image .container, .cta-overlapped-image .row.justify-content-end { position: relative; }
@media (max-width: 991.98px) { /* line 9, ../../sass/components/cta-overlapped-image.scss */
.cta-overlapped-image .row { -ms-flex-direction: column-reverse; flex-direction: column-reverse; margin: 0; } }
/* line... | 0.236076 | 0.065935 |
.news-tagger-salary-deposited .recommendedSearchImg {
height:20px!important;
width:20px!important
}
.news-tagger-btn .pointing-arrow.dontshow {
display:none!important
}
body {
font-size:14px
}
.row {
margin:0
}
.container, .col-md-4 {
/*padding:0*/
}
.navbar-toggle {
margin:0
}
.news-tagger .row {
margin:0
}
.n... | css/newbootstrap-newstaggered.css | .news-tagger-salary-deposited .recommendedSearchImg {
height:20px!important;
width:20px!important
}
.news-tagger-btn .pointing-arrow.dontshow {
display:none!important
}
body {
font-size:14px
}
.row {
margin:0
}
.container, .col-md-4 {
/*padding:0*/
}
.navbar-toggle {
margin:0
}
.news-tagger .row {
margin:0
}
.n... | 0.289372 | 0.083928 |
:root {
--color-follow: #1956c6;
--color-sub: #673AB7;
--color-redemption: #bac619;
--color-host: #05b6ab;
--color-raid: #05b6ab;
--color-cheer: #a905b6;
--color-tip: #c61919;
}
* {
font-family: 'Montserrat', sans-serif;
/* color: #ffffff; */
font-size: 14px;
/*overflow: hid... | src/css/main.css | :root {
--color-follow: #1956c6;
--color-sub: #673AB7;
--color-redemption: #bac619;
--color-host: #05b6ab;
--color-raid: #05b6ab;
--color-cheer: #a905b6;
--color-tip: #c61919;
}
* {
font-family: 'Montserrat', sans-serif;
/* color: #ffffff; */
font-size: 14px;
/*overflow: hid... | 0.356783 | 0.074299 |
html{
background: rgb(59, 143, 221);
}
.camisa{
left: 300px;
top: 100px;
position: relative;
}
.cirmat{
position:absolute;
left:150px;
top:50px;
width: 500px;
height: 500px;
border-radius:50%;
background: lightblue;
}
.materiales{
position:absolute;
left:385px;
... | equipo-11/camisa2.css | html{
background: rgb(59, 143, 221);
}
.camisa{
left: 300px;
top: 100px;
position: relative;
}
.cirmat{
position:absolute;
left:150px;
top:50px;
width: 500px;
height: 500px;
border-radius:50%;
background: lightblue;
}
.materiales{
position:absolute;
left:385px;
... | 0.665193 | 0.111386 |
*,
*:before,
*:after {
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, body, p {
margin: 0;
}
.main-container {
max-width: 1200px;
max-height: 100000px;
margin: 0 auto;
font-family: 'Oxygen', sans-serif;
color: midnightblue;
}
a {
text-decoration: none;
color: midnightblue;
}
... | public/css/styles.css | *,
*:before,
*:after {
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, body, p {
margin: 0;
}
.main-container {
max-width: 1200px;
max-height: 100000px;
margin: 0 auto;
font-family: 'Oxygen', sans-serif;
color: midnightblue;
}
a {
text-decoration: none;
color: midnightblue;
}
... | 0.612078 | 0.097305 |
.section-padding {
padding-top: 53px;
}
.section-padding-top {
padding-top: 150px;
}
.section-padding-bottom {
padding-bottom: 150px;
}
.zirtachghil {
margin-bottom: 29px;
}
.section-bg {
background-repeat: no-repeat;
background-position: center center;
background-size: auto;
}
.row-flex {
... | public/assets/css/helper.css | .section-padding {
padding-top: 53px;
}
.section-padding-top {
padding-top: 150px;
}
.section-padding-bottom {
padding-bottom: 150px;
}
.zirtachghil {
margin-bottom: 29px;
}
.section-bg {
background-repeat: no-repeat;
background-position: center center;
background-size: auto;
}
.row-flex {
... | 0.401336 | 0.078926 |
:root{
--primaryColor: #222222;
--secondaryColor: #171717;
--accentColor: #FF0048;
--white-black: white;
--black-white:white;
--editor-background-color: #191919;
--editor-font-size: 13px;
--widget-color: #757474;
--buttons-roundness:5px;
--dropmenu-background-color:#3B3B3B;
-... | src/css/styles.css | :root{
--primaryColor: #222222;
--secondaryColor: #171717;
--accentColor: #FF0048;
--white-black: white;
--black-white:white;
--editor-background-color: #191919;
--editor-font-size: 13px;
--widget-color: #757474;
--buttons-roundness:5px;
--dropmenu-background-color:#3B3B3B;
-... | 0.327668 | 0.088151 |
background: #fff;
}
#head-main #ban .banl {
background: red;
height: 549px;
width: 268px;
background: #ccc;
}
#head-main #ban .banc {
width: 800px;
height: 450px;
background: #fff;
}
#head-main #ban .bancb ul {
width: 800px;
padding-top: 5px;
}
#head-main #ban .bancb ul li {
float: left;
mar... | src/css/index.css | background: #fff;
}
#head-main #ban .banl {
background: red;
height: 549px;
width: 268px;
background: #ccc;
}
#head-main #ban .banc {
width: 800px;
height: 450px;
background: #fff;
}
#head-main #ban .bancb ul {
width: 800px;
padding-top: 5px;
}
#head-main #ban .bancb ul li {
float: left;
mar... | 0.322526 | 0.034717 |
.main{
width:100%;
height:250px;
border-top:1px solid #dfe0e1;
}
.left{
width:50%;
height:85%;
margin-top: 32px;
margin-left: 30px;
float:left;
}
.right{
width:40%;
height:80%;
margin-top: 32px;
margin-right: 30px;
float:right;
}
.container{
width:23%;
height:200px;
display: inline-block;
vertical-al... | src/modules/Footer.module.css | .main{
width:100%;
height:250px;
border-top:1px solid #dfe0e1;
}
.left{
width:50%;
height:85%;
margin-top: 32px;
margin-left: 30px;
float:left;
}
.right{
width:40%;
height:80%;
margin-top: 32px;
margin-right: 30px;
float:right;
}
.container{
width:23%;
height:200px;
display: inline-block;
vertical-al... | 0.184437 | 0.066539 |