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 |
|---|---|---|---|---|
* {
margin: 0px;
padding: 0px;
}
html,
body {
margin: 0;
height: 100%;
font-size: 100%;
font-family: "微软雅黑";
}
/*各板块主页*/
.container {
width: 100%;
height: 100%;
position: relative;
/*border: 1px solid red;*/
}
.border {
width: 90%;
margin: auto;
/*border: 1px solid forestgreen;*/
}
.logo {
width: 40... | Application/Home/public/Styles/style.css | * {
margin: 0px;
padding: 0px;
}
html,
body {
margin: 0;
height: 100%;
font-size: 100%;
font-family: "微软雅黑";
}
/*各板块主页*/
.container {
width: 100%;
height: 100%;
position: relative;
/*border: 1px solid red;*/
}
.border {
width: 90%;
margin: auto;
/*border: 1px solid forestgreen;*/
}
.logo {
width: 40... | 0.287368 | 0.062245 |
html{
min-height:100%;
position:relative;
}
#stopka{
font-size:10px;
background-color:#12232E;
color: white;
width:100%;
text-align:center;
margin:0;
position:absolute;
bottom:0;
left:0;
}
#nawigacja li{
list-style-type:none;
float:left;
padding: 0 10px;
bottom:10px;
}
#nawigacja a{
... | kontakt.css | html{
min-height:100%;
position:relative;
}
#stopka{
font-size:10px;
background-color:#12232E;
color: white;
width:100%;
text-align:center;
margin:0;
position:absolute;
bottom:0;
left:0;
}
#nawigacja li{
list-style-type:none;
float:left;
padding: 0 10px;
bottom:10px;
}
#nawigacja a{
... | 0.279632 | 0.048994 |
html,
body,
main {
height: 100%;
}
main.container > section {
min-height: 500px;
}
.container > section,
.container > aside {
padding: 15px;
}
@media (min-width: 992px) {
.container > section,
.container > aside {
height: 100%;
}
}
.sl-board-column-even .sl-board-space {
fill: lightblue;
}
.sl-bo... | dist/snakes-ladder.css | html,
body,
main {
height: 100%;
}
main.container > section {
min-height: 500px;
}
.container > section,
.container > aside {
padding: 15px;
}
@media (min-width: 992px) {
.container > section,
.container > aside {
height: 100%;
}
}
.sl-board-column-even .sl-board-space {
fill: lightblue;
}
.sl-bo... | 0.447702 | 0.077483 |
* Corrects block display not defined in IE6/7/8/9 & FF3
*/
/* line 10, ../sass/normalize.scss */
#typecase article,
#typecase aside,
#typecase details,
#typecase figcaption,
#typecase figure,
#typecase footer,
#typecase header,
#typecase hgroup,
#typecase nav,
#typecase section,
#typecase summary {
display: block;
... | public/wordpress/wp-content/plugins/typecase/styles/main.css | * Corrects block display not defined in IE6/7/8/9 & FF3
*/
/* line 10, ../sass/normalize.scss */
#typecase article,
#typecase aside,
#typecase details,
#typecase figcaption,
#typecase figure,
#typecase footer,
#typecase header,
#typecase hgroup,
#typecase nav,
#typecase section,
#typecase summary {
display: block;
... | 0.15746 | 0.04798 |
.recent-videos {
background: #393c42;
flex-shrink: 0;
box-sizing: border-box;
padding: 20px 20px 60px;
margin-bottom: 35px;
}
.recent-videos .container {
max-width: 1350px;
color: #fff;
}
.recent-videos h2 {
margin: 0 0 0.5em;
font-size: 24px;
}
.recent-videos .create {
font-size: 17... | app/css/my-videos.css | .recent-videos {
background: #393c42;
flex-shrink: 0;
box-sizing: border-box;
padding: 20px 20px 60px;
margin-bottom: 35px;
}
.recent-videos .container {
max-width: 1350px;
color: #fff;
}
.recent-videos h2 {
margin: 0 0 0.5em;
font-size: 24px;
}
.recent-videos .create {
font-size: 17... | 0.353428 | 0.072014 |
@charset "utf-8";
/**
* Description: 公用 style
* Developers: fulili <<EMAIL>>
**/
/*reset*/
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
/*@font-face {
font-family: "inner_font_2";
src: url("../font/inner_font2/inner_font_2.eo... | Application/Home/View/realestate/css/public.css | @charset "utf-8";
/**
* Description: 公用 style
* Developers: fulili <<EMAIL>>
**/
/*reset*/
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
/*@font-face {
font-family: "inner_font_2";
src: url("../font/inner_font2/inner_font_2.eo... | 0.229622 | 0.081813 |
#border:2px solid #4f4f4f;
padding:0;
margin:0;
width:100%;
height:100%;
display: grid;
#grid-template-rows: 17% 73% 10%;
}
#header{
/*border-radius: 15px;*/
/*border:2px solid #4f4f4f;*/
... | CourseOnline/MainProject/static/css/CourseOnline.css | #border:2px solid #4f4f4f;
padding:0;
margin:0;
width:100%;
height:100%;
display: grid;
#grid-template-rows: 17% 73% 10%;
}
#header{
/*border-radius: 15px;*/
/*border:2px solid #4f4f4f;*/
... | 0.360714 | 0.064594 |
* {
box-sizing: border-box; /*IE*/
-webkit-box-sizing: border-box; /* Safari/Chrome*/
-moz-box-sizing: border-box; /*Firefox*/
}
body {
color: #3a3a3a;
display: flex;
flex-direction: column;
font-family: 'Kumbh Sans', sans-serif;
}
a:link, a:visited {
text-decoration: none;
}
/* ======================... | css/style.css |
* {
box-sizing: border-box; /*IE*/
-webkit-box-sizing: border-box; /* Safari/Chrome*/
-moz-box-sizing: border-box; /*Firefox*/
}
body {
color: #3a3a3a;
display: flex;
flex-direction: column;
font-family: 'Kumbh Sans', sans-serif;
}
a:link, a:visited {
text-decoration: none;
}
/* ======================... | 0.35354 | 0.066297 |
.logo .btn-login{
background: #0088e0;
}
.logo .logo-img{
width: 200px;
height: auto;
}
.like-comm .on{
color: #EF5350 !important;
}
.like-comm .off{
color: #ccc !important;
}
/* The Modal (background) */
.modal-register .modal {
display: none; /* Hidden by default */
position: fixed; /* ... | css/custom.css | .logo .btn-login{
background: #0088e0;
}
.logo .logo-img{
width: 200px;
height: auto;
}
.like-comm .on{
color: #EF5350 !important;
}
.like-comm .off{
color: #ccc !important;
}
/* The Modal (background) */
.modal-register .modal {
display: none; /* Hidden by default */
position: fixed; /* ... | 0.233182 | 0.065009 |
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Bevan);
@import url(http://fonts.googleapis.com/css?family=Comfortaa);
@import url(http://fonts.googleapis.com/css?family=Bree+Serif);
*{
font-family: Montserrat ;
}
.h1, .h2, .h3, .h4, .h5, h1, ... | public/css/styles.css | @import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Bevan);
@import url(http://fonts.googleapis.com/css?family=Comfortaa);
@import url(http://fonts.googleapis.com/css?family=Bree+Serif);
*{
font-family: Montserrat ;
}
.h1, .h2, .h3, .h4, .h5, h1, ... | 0.316792 | 0.056574 |
@value bp-medium, bp-small, bp-large, bp-desktop, bp-desktop-large from "@klimadao/lib/theme/breakpoints.css";
.container {
position: relative; /* new stacking context */
z-index: 0;
overflow-x: hidden;
overflow-y: auto;
background-color: var(--surface-01);
display: grid;
align-content: flex-start;
min... | app/components/views/Home/index.module.css | @value bp-medium, bp-small, bp-large, bp-desktop, bp-desktop-large from "@klimadao/lib/theme/breakpoints.css";
.container {
position: relative; /* new stacking context */
z-index: 0;
overflow-x: hidden;
overflow-y: auto;
background-color: var(--surface-01);
display: grid;
align-content: flex-start;
min... | 0.529507 | 0.090776 |
* {
margin: 0;
box-sizing: border-box;
font-family: "Roboto", sans-serif;
}
.text {
font-weight: 400;
font-size: 14px;
line-height: 2;
}
.shadow {
box-shadow: inset 0 0 0 670px #150E35D1;
color: #FFF;
}
.button {
font-size: 14px;
font-weight: 700;
cursor: pointer;
text-decoration: none;
bac... | homeworks/nataliia.kokovina_NataliKokovina/homework_markup_3/style.css | * {
margin: 0;
box-sizing: border-box;
font-family: "Roboto", sans-serif;
}
.text {
font-weight: 400;
font-size: 14px;
line-height: 2;
}
.shadow {
box-shadow: inset 0 0 0 670px #150E35D1;
color: #FFF;
}
.button {
font-size: 14px;
font-weight: 700;
cursor: pointer;
text-decoration: none;
bac... | 0.27338 | 0.077903 |
.history-wrap {
letter-spacing: -0.3px;
font-family: "Avenir", Helvetica, Arial, sans-serif;
color: #fff;
}
.history-wrap h5 {
margin-bottom: 5px;
margin-top: 0;
text-align: center;
font-size: 18px;
}
.history-wrap .refresh_history {
text-align: center;
background: url(../images/login-bg.png) no-repea... | public/css/history.css | .history-wrap {
letter-spacing: -0.3px;
font-family: "Avenir", Helvetica, Arial, sans-serif;
color: #fff;
}
.history-wrap h5 {
margin-bottom: 5px;
margin-top: 0;
text-align: center;
font-size: 18px;
}
.history-wrap .refresh_history {
text-align: center;
background: url(../images/login-bg.png) no-repea... | 0.399812 | 0.05328 |
.carousel {
width: 100%;
height: 60vh;
position: relative;
border-radius: 1%;
}
.carousel > ul {
margin: 0;
padding: 0;
list-style: none;
}
.slide {
position: absolute;
display: flex;
justify-content: center;
inset: 0;
opacity: 0;
transition: 200ms opaci... | Melissa/styles/slide.css | .carousel {
width: 100%;
height: 60vh;
position: relative;
border-radius: 1%;
}
.carousel > ul {
margin: 0;
padding: 0;
list-style: none;
}
.slide {
position: absolute;
display: flex;
justify-content: center;
inset: 0;
opacity: 0;
transition: 200ms opaci... | 0.660939 | 0.080973 |
html{
display: flex;
justify-content: center;
width: 100%;
height: 100%;
background-color: #292929;
font-family: Arial, Helvetica, sans-serif;
overflow-y: hidden;
overflow-x: hidden;
}
a{
text-decoration: none !important;
}
body{
width: 1280px;
max-width: 1280px;
display:... | stats/layout/index-style.css | html{
display: flex;
justify-content: center;
width: 100%;
height: 100%;
background-color: #292929;
font-family: Arial, Helvetica, sans-serif;
overflow-y: hidden;
overflow-x: hidden;
}
a{
text-decoration: none !important;
}
body{
width: 1280px;
max-width: 1280px;
display:... | 0.298083 | 0.056862 |
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
* {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit; }
body {
margin: 0;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
h1,
h2 {
font-weight: normal; }
a, a:link, a... | static/stylesheets/style.css | html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
* {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit; }
body {
margin: 0;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
h1,
h2 {
font-weight: normal; }
a, a:link, a... | 0.341583 | 0.053034 |
@font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?le528l');
src: url('../fonts/icomoon.eot?le528l#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?le528l') format('truetype'),
url('../fonts/icomoon.woff?le528l') format('woff'),
url('../fonts/icomoon.svg?le528l#icomoon') format('s... | TestMe/wwwroot/css/main.css | @font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?le528l');
src: url('../fonts/icomoon.eot?le528l#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?le528l') format('truetype'),
url('../fonts/icomoon.woff?le528l') format('woff'),
url('../fonts/icomoon.svg?le528l#icomoon') format('s... | 0.225843 | 0.066266 |
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.wr {
font-family: 'Microsoft YaHei';
}
.st {
font-family: SimSun
}
.pl15 {
padding-left: 15px
}
p {
margin: 0
}
body,
htm... | src/assets/css/base.css | * {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.wr {
font-family: 'Microsoft YaHei';
}
.st {
font-family: SimSun
}
.pl15 {
padding-left: 15px
}
p {
margin: 0
}
body,
htm... | 0.295027 | 0.172485 |
@charset "utf-8";
body{font-size: 1.4rem; color: #171717; background: #eee;}
/*地址为空*/
.address-empty{overflow: hidden; height: 100vh; background: #fff;}
.address-empty div{height: 50%;}
.address-empty .top{background: url(../img/icon-address-empty.png) no-repeat center bottom; background-size: 8.3rem 10.9rem;}
.a... | public/m/css/address.css | @charset "utf-8";
body{font-size: 1.4rem; color: #171717; background: #eee;}
/*地址为空*/
.address-empty{overflow: hidden; height: 100vh; background: #fff;}
.address-empty div{height: 50%;}
.address-empty .top{background: url(../img/icon-address-empty.png) no-repeat center bottom; background-size: 8.3rem 10.9rem;}
.a... | 0.265595 | 0.038071 |
p, div, h1, h2, h3 {
font-weight: 400
}
img.fileIcon {width: 18px; vertical-align: text-bottom;}
input.config {
height: 16px;
min-width: 270px;
max-width: 600px;
border: 1px solid #ddd;
}
i.codicon {
cursor: pointer;
}
table#planners {
border-collapse: collapse;
padding: 5px;
border... | views/overview/overview.css | p, div, h1, h2, h3 {
font-weight: 400
}
img.fileIcon {width: 18px; vertical-align: text-bottom;}
input.config {
height: 16px;
min-width: 270px;
max-width: 600px;
border: 1px solid #ddd;
}
i.codicon {
cursor: pointer;
}
table#planners {
border-collapse: collapse;
padding: 5px;
border... | 0.556641 | 0.120026 |
.month-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(4, 1fr);
background: var(--dividerColor);
justify-items: stretch;
flex: 1;
}
.month-grid > div {
display: flex;
background: var(--backgroundColor);
border-radius: 0.4rem;
margin: 2px;
... | src/application/addons/calendar/Calendar.css | .month-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(4, 1fr);
background: var(--dividerColor);
justify-items: stretch;
flex: 1;
}
.month-grid > div {
display: flex;
background: var(--backgroundColor);
border-radius: 0.4rem;
margin: 2px;
... | 0.567577 | 0.209591 |
:root {
--renklendir: linear-gradient(to bottom, rgb(8, 8, 8) 0%, #141414 95%);
--cat_bar: linear-gradient(
45deg,
rgb(56, 55, 56) 0%,
rgba(99, 1, 143, 1) 33%,
rgb(57, 50, 58) 50%,
rgba(99, 1, 143, 1) 66%,
rgb(23, 16, 24) 100%
);
--nth_chi1: linear-gradient(to left, #323436, #1e1d25);
... | css/index_black.css | :root {
--renklendir: linear-gradient(to bottom, rgb(8, 8, 8) 0%, #141414 95%);
--cat_bar: linear-gradient(
45deg,
rgb(56, 55, 56) 0%,
rgba(99, 1, 143, 1) 33%,
rgb(57, 50, 58) 50%,
rgba(99, 1, 143, 1) 66%,
rgb(23, 16, 24) 100%
);
--nth_chi1: linear-gradient(to left, #323436, #1e1d25);
... | 0.525369 | 0.335487 |
@import url(http://fonts.googleapis.com/css?family=Inconsolata:400,700);
/*! armazon.css - MIT License - http://git.io/armazon */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, ... | www/brand/frontend/styles/alacle-branding.css | @import url(http://fonts.googleapis.com/css?family=Inconsolata:400,700);
/*! armazon.css - MIT License - http://git.io/armazon */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, ... | 0.391755 | 0.090655 |
html, body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
}
#logo {
height: 40px;
width: 40;
padding-top: 5px;
padding-left: 5px;
float:left;
border-radius: 10px;
}
nav {
width: 100%;
height: 50px;
background-color: #DD614A;
}
nav:nth-c... | hosted/style.css | html, body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
}
#logo {
height: 40px;
width: 40;
padding-top: 5px;
padding-left: 5px;
float:left;
border-radius: 10px;
}
nav {
width: 100%;
height: 50px;
background-color: #DD614A;
}
nav:nth-c... | 0.534612 | 0.110471 |
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
body {
background-color: #F2BC79;
height: 2000px;
... | javascript/aula14ex/teste/mulheres/style.css | @import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
body {
background-color: #F2BC79;
height: 2000px;
... | 0.401923 | 0.165593 |
@font-face {
font-family:Titulo;
src:url(../fontes/ANODETONOONE.TTF);
}
body {
background-image:url(../imgs/fundo.jpg);
}
#container{
width:950px;
height:auto;
position:relative;
margin-left:auto;
margin-right:auto;
}
#fundoGame {
width:950px;
height:630px;
background-image:url(../imgs/fundo_game.jpg);... | styles/style.css | @font-face {
font-family:Titulo;
src:url(../fontes/ANODETONOONE.TTF);
}
body {
background-image:url(../imgs/fundo.jpg);
}
#container{
width:950px;
height:auto;
position:relative;
margin-left:auto;
margin-right:auto;
}
#fundoGame {
width:950px;
height:630px;
background-image:url(../imgs/fundo_game.jpg);... | 0.232571 | 0.065187 |
.wrapper {
position: absolute;
display: flex;
align-items: center;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: var(--appBar);
}
.home {
display: flex;
align-items: center;
justify-content: center;
background-color: var(--blue);
height: 100%;
width: 64px;
cursor: pointer;
}
.h... | client/src/App/AppBar.module.css | .wrapper {
position: absolute;
display: flex;
align-items: center;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: var(--appBar);
}
.home {
display: flex;
align-items: center;
justify-content: center;
background-color: var(--blue);
height: 100%;
width: 64px;
cursor: pointer;
}
.h... | 0.475362 | 0.103749 |
body {
margin: 0;
font-family: "iransans",'iranyekan', sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.6;
word-spacing:0px;
color: #212529;
text-align: left;
background-color: #ffffff;
overflow-x: hidden;
}
p {
color: #999;
font-size: 14px;
line-height:... | resources/sass/file/style.css | body {
margin: 0;
font-family: "iransans",'iranyekan', sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.6;
word-spacing:0px;
color: #212529;
text-align: left;
background-color: #ffffff;
overflow-x: hidden;
}
p {
color: #999;
font-size: 14px;
line-height:... | 0.395951 | 0.075448 |
article, aside, details,
figcaption, figure,
footer, header, hgroup,
main, nav, section,
summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;... | assets/css/screen.css | article, aside, details,
figcaption, figure,
footer, header, hgroup,
main, nav, section,
summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;... | 0.405566 | 0.113383 |
@font-face{font-family:"Montserrat-Regular";src:url("../fonts/Montserrat-Regular.otf");}
@font-face{font-family:"Montserrat-Light";src:url("../fonts/Montserrat-Light.otf");}
@font-face{font-family:"Montserrat-Bold";src:url("../fonts/Montserrat-Bold.otf");}
html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h... | static/css/core.min.css | @font-face{font-family:"Montserrat-Regular";src:url("../fonts/Montserrat-Regular.otf");}
@font-face{font-family:"Montserrat-Light";src:url("../fonts/Montserrat-Light.otf");}
@font-face{font-family:"Montserrat-Bold";src:url("../fonts/Montserrat-Bold.otf");}
html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h... | 0.190159 | 0.07267 |
@charset "UTF-8";
a {
text-decoration: none;
color: #333333;
}
ul li {
list-style: none;
}
.new_post_cont_catbook{
height: 17px;
display:flex;
justify-content: flex-start;
margin-bottom: 5px;
font-size: 13px;
font-family: 'NanumMyeongjo','serif';
font-weight: bold;
}
.new_post_cont_cat{
margin-right: 10... | src/main/webapp/resources/css/new_post.css | @charset "UTF-8";
a {
text-decoration: none;
color: #333333;
}
ul li {
list-style: none;
}
.new_post_cont_catbook{
height: 17px;
display:flex;
justify-content: flex-start;
margin-bottom: 5px;
font-size: 13px;
font-family: 'NanumMyeongjo','serif';
font-weight: bold;
}
.new_post_cont_cat{
margin-right: 10... | 0.22482 | 0.051012 |
@import "reset.css";
@import "typo.css";
/* general */
body{
background: #F3F3F3;
}
.m-content-width{
max-width: 800px;
margin: 0 auto;
position: relative;
overflow: hidden;
}
/* navigator */
.m-navigator{
padding: 30px 0;
height: 40px;
}
.m-navigator a,
.m-navigator a:visited {
color: ... | static/style/main.css | @import "reset.css";
@import "typo.css";
/* general */
body{
background: #F3F3F3;
}
.m-content-width{
max-width: 800px;
margin: 0 auto;
position: relative;
overflow: hidden;
}
/* navigator */
.m-navigator{
padding: 30px 0;
height: 40px;
}
.m-navigator a,
.m-navigator a:visited {
color: ... | 0.328422 | 0.05848 |
padding-left: 50px;
transition: all .4s ease 0s;
height: 100%;
width: 100%;
}
#page-content-wrapper {
width: 100%;
background-color: #fff;
padding: 0 15px;
min-height: 568px;
}
.sidebar-wrapper {
margin-top: 41px;
margin-left: -250px;
left: 50px;
width: 250px;
height: 100%;
... | assets/css/cirms/cirms-sidebar.css | padding-left: 50px;
transition: all .4s ease 0s;
height: 100%;
width: 100%;
}
#page-content-wrapper {
width: 100%;
background-color: #fff;
padding: 0 15px;
min-height: 568px;
}
.sidebar-wrapper {
margin-top: 41px;
margin-left: -250px;
left: 50px;
width: 250px;
height: 100%;
... | 0.336222 | 0.055823 |
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
padding-top: 70px;
}
.footer {
width:100%;
bottom: 0;
background:#2c3e50;
clear: both;
position: absolute;
z-index: 10;
}
hr {
border: none;
height: 1px;
color:... | public/css/main.css |
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
padding-top: 70px;
}
.footer {
width:100%;
bottom: 0;
background:#2c3e50;
clear: both;
position: absolute;
z-index: 10;
}
hr {
border: none;
height: 1px;
color:... | 0.413714 | 0.083367 |
header {
background-color: rgb(58,140, 124);
height: 120px;
margin: 0 auto;
}
header > nav {
margin: 0 auto;
width: 960px;
}
nav > h1 {
font-family:'Bebas Neue', cursive;
font-size: 50px;
font-weight: bold;
color: rgb(255, 201, 181);
line-height: 90px;
float: left;
margin: 10px;
}
nav > img {... | style.css | header {
background-color: rgb(58,140, 124);
height: 120px;
margin: 0 auto;
}
header > nav {
margin: 0 auto;
width: 960px;
}
nav > h1 {
font-family:'Bebas Neue', cursive;
font-size: 50px;
font-weight: bold;
color: rgb(255, 201, 181);
line-height: 90px;
float: left;
margin: 10px;
}
nav > img {... | 0.320928 | 0.11353 |
* {
margin: 0px;
padding: 0px;
}
li {
list-style: none;
}
a {
text-decoration: none;
}
button {
border: 0;
}
.clearfix:before,
.clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zomm: 1;
/*ie6,7专门清除浮动样式的*/
}
body {
height: 3... | css/heima/sample/study/style.css | * {
margin: 0px;
padding: 0px;
}
li {
list-style: none;
}
a {
text-decoration: none;
}
button {
border: 0;
}
.clearfix:before,
.clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zomm: 1;
/*ie6,7专门清除浮动样式的*/
}
body {
height: 3... | 0.40439 | 0.144269 |
<meta name="theme-color" content="#6B0000">
*/
/*#0: index.html STANDARD META TAG:
<meta name="theme-color" content="#22223B">
*/
html {
min-height: 100%;
width: 100%;
}
body {
min-height: 100%;
font-size: 1.6em;
}
/**/
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-auto... | src/styles.css | <meta name="theme-color" content="#6B0000">
*/
/*#0: index.html STANDARD META TAG:
<meta name="theme-color" content="#22223B">
*/
html {
min-height: 100%;
width: 100%;
}
body {
min-height: 100%;
font-size: 1.6em;
}
/**/
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-auto... | 0.315947 | 0.052936 |
.info-about {
position: relative;
border-radius: 10px;
text-align: left;
padding: 30px;
margin: 50px 0 50px 0;
width: 100%;
-webkit-box-shadow: inset 0 0 100px 3000px rgba(173, 173, 173, 0.507), 0 0 30px 1px rgba(0, 0, 0, 0.35);
box-shadow: inset 0 0 100px 3000px rgba(173, 173, 173... | public/css/about.css | .info-about {
position: relative;
border-radius: 10px;
text-align: left;
padding: 30px;
margin: 50px 0 50px 0;
width: 100%;
-webkit-box-shadow: inset 0 0 100px 3000px rgba(173, 173, 173, 0.507), 0 0 30px 1px rgba(0, 0, 0, 0.35);
box-shadow: inset 0 0 100px 3000px rgba(173, 173, 173... | 0.358353 | 0.14627 |
body {
background-color: rgb(40,40,40);
}
body, h1, p {
font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: normal;
margin: 0;
padding: 0;
/*text-align: center;*/
color: #FFFFFF;
}
h1{
font-weight: bold;
}
a {
color: #fff;
text-decoration: underlin... | theme/css/style.css | body {
background-color: rgb(40,40,40);
}
body, h1, p {
font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: normal;
margin: 0;
padding: 0;
/*text-align: center;*/
color: #FFFFFF;
}
h1{
font-weight: bold;
}
a {
color: #fff;
text-decoration: underlin... | 0.361728 | 0.088072 |
body {
margin: 0;
padding: 0;
font-family: 'Acme', sans-serif;
}
.grid-container {
display: grid;
grid-template-columns: auto auto;
padding: 3px;
margin:auto;
}
.grid-item {
padding: 3px;
margin: auto;
}
#map {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
}
.map-overlay {
po... | styles.css | body {
margin: 0;
padding: 0;
font-family: 'Acme', sans-serif;
}
.grid-container {
display: grid;
grid-template-columns: auto auto;
padding: 3px;
margin:auto;
}
.grid-item {
padding: 3px;
margin: auto;
}
#map {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
}
.map-overlay {
po... | 0.227384 | 0.070913 |
.flex-container > header {
width: 90%;
max-width: 1440px;
margin: 0 auto;
padding: 2.875em 1.875em 1.875em; }
.flex-container > header h1 {
font-size: 2.125em;
line-height: 1.3;
margin: 0 0 0.6em 0;
float: left;
font-weight: 400; }
.flex-container > header > span {
display: block;
position: rela... | assets/stylesheets/css/_full-width-navbar.css | .flex-container > header {
width: 90%;
max-width: 1440px;
margin: 0 auto;
padding: 2.875em 1.875em 1.875em; }
.flex-container > header h1 {
font-size: 2.125em;
line-height: 1.3;
margin: 0 0 0.6em 0;
float: left;
font-weight: 400; }
.flex-container > header > span {
display: block;
position: rela... | 0.408985 | 0.074703 |
@media (max-width: 767px) {
.margin_60 {
padding-top: 27px;
padding-bottom: 30px;
margin-top: -53px;
}
}
.blank_padding {
padding-top: 75px;
}
body {
font-size: 15px;
}
p {
font-size: 17px !important;
}
iframe, video {
position: relative;
}
iframe {
height: 400p... | public/css/custom.css | @media (max-width: 767px) {
.margin_60 {
padding-top: 27px;
padding-bottom: 30px;
margin-top: -53px;
}
}
.blank_padding {
padding-top: 75px;
}
body {
font-size: 15px;
}
p {
font-size: 17px !important;
}
iframe, video {
position: relative;
}
iframe {
height: 400p... | 0.358241 | 0.149283 |
@media(min-width: 701px) {
.nav-container-mobile {
display: none;
position: fixed;
z-index: 1;
}
.nav-container {
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
color: #000000;
font-size: 1.3rem;
position: fixed;
background: #d11127;
}
.nav-right, .na... | split/src/components/Navigation/navigation.css | @media(min-width: 701px) {
.nav-container-mobile {
display: none;
position: fixed;
z-index: 1;
}
.nav-container {
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
color: #000000;
font-size: 1.3rem;
position: fixed;
background: #d11127;
}
.nav-right, .na... | 0.426322 | 0.074669 |
.bg-1 {
background: blue;
}
.bg-1 h3 {color: #fff;}
.bg-1 p {font-style: italic;}
.list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.list-group-item:last-child {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.... | CSS/GrahamLea.css | .bg-1 {
background: blue;
}
.bg-1 h3 {color: #fff;}
.bg-1 p {font-style: italic;}
.list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.list-group-item:last-child {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.... | 0.463444 | 0.083815 |
*,
*::before,
*::after {
box-sizing: border-box;
}
/**********************************/
/* 0. Variáveis
/* 1. Container
/* 2. Menu
/* 3. Header
/* 4. Quem somos
/* 5. Nossos cursos
/* 6. Planos
/* 7. Vantagens
/* 8. Newsletter
/* 9. Footer
/**********************************/
/**********************************/
/* ... | css/style.css | *,
*::before,
*::after {
box-sizing: border-box;
}
/**********************************/
/* 0. Variáveis
/* 1. Container
/* 2. Menu
/* 3. Header
/* 4. Quem somos
/* 5. Nossos cursos
/* 6. Planos
/* 7. Vantagens
/* 8. Newsletter
/* 9. Footer
/**********************************/
/**********************************/
/* ... | 0.232484 | 0.046443 |
border: none;
}
#flatcal_minical .flatcal_navbar {
background-color: #f7f7f7;
border-bottom: 1px solid #DDD;
}
#flatcal_minical .flatcal_tiny_add_event_link {
font-size: 9px;
font-weight: normal;
color: #575767;
text-decoration: none;
}
#flatcal_minical TABLE.flatcal_weekdays {
borde... | components/com_jevents/views/flat/assets/css/modstyle.css | border: none;
}
#flatcal_minical .flatcal_navbar {
background-color: #f7f7f7;
border-bottom: 1px solid #DDD;
}
#flatcal_minical .flatcal_tiny_add_event_link {
font-size: 9px;
font-weight: normal;
color: #575767;
text-decoration: none;
}
#flatcal_minical TABLE.flatcal_weekdays {
borde... | 0.504394 | 0.158565 |
body {
background-color: #E1D1F1;
font-family: "Georgia", sans-serif;
font-size: 16px;
line-height: 1.6em;
padding: 1.6em 0 0 0;
color: #333;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Cabin', sans-serif;
color: #444;
}
#header h1 {
font-weight: normal;
font-size: 4em;
line-height: 0.8em;
lette... | website/stylesheets/screen.css | body {
background-color: #E1D1F1;
font-family: "Georgia", sans-serif;
font-size: 16px;
line-height: 1.6em;
padding: 1.6em 0 0 0;
color: #333;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Cabin', sans-serif;
color: #444;
}
#header h1 {
font-weight: normal;
font-size: 4em;
line-height: 0.8em;
lette... | 0.27513 | 0.133556 |
.drive-header{
width: 100%;
height: 100px;
background: #fff;
position: absolute;
font-family: 'Montserrat Alternates', sans-serif;
text-align: center;
padding: 20px;
color: #182978;
font-size: 50px;
}
.drive-header span{
font-weight: bold;
}
.work-drive-root {
position: absol... | client/src/css/drive/index.css | .drive-header{
width: 100%;
height: 100px;
background: #fff;
position: absolute;
font-family: 'Montserrat Alternates', sans-serif;
text-align: center;
padding: 20px;
color: #182978;
font-size: 50px;
}
.drive-header span{
font-weight: bold;
}
.work-drive-root {
position: absol... | 0.538498 | 0.099602 |
@import "bootstrap/variables.less";
@import "bootstrap/mixins.less";
@editorWidth: 325px;
@editorGutter: 20px;
@btnBorder: #454545;
//Editor Handle
#editor-handle {
position: fixed;
top: 150px;
left: 0px;
width: 50px;
z-index:10;
border-top: 1px solid black;
border-right: 1px solid black;
border-botto... | sandbox/public/CACHE/css/c03c0c68e862.css | @import "bootstrap/variables.less";
@import "bootstrap/mixins.less";
@editorWidth: 325px;
@editorGutter: 20px;
@btnBorder: #454545;
//Editor Handle
#editor-handle {
position: fixed;
top: 150px;
left: 0px;
width: 50px;
z-index:10;
border-top: 1px solid black;
border-right: 1px solid black;
border-botto... | 0.261897 | 0.085251 |
.u-section-1 {
background-image: linear-gradient(
0deg,
rgba(0, 0, 0, 0.6),
rgba(0, 0, 0, 0.6)
),
url("/img/bg.jpg");
background-position: 50% 50%;
}
.u-section-1 .u-sheet-1 {
min-height: 784px;
}
.u-section-1 .u-text-1 {
letter-spacing: 1px;
line-height: 1.2;
font-weight: 300;
... | public/css/index.css | .u-section-1 {
background-image: linear-gradient(
0deg,
rgba(0, 0, 0, 0.6),
rgba(0, 0, 0, 0.6)
),
url("/img/bg.jpg");
background-position: 50% 50%;
}
.u-section-1 .u-sheet-1 {
min-height: 784px;
}
.u-section-1 .u-text-1 {
letter-spacing: 1px;
line-height: 1.2;
font-weight: 300;
... | 0.485844 | 0.097176 |
.registerBody #registerBody {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
}
@keyframes gradient {
0% {
background-position: 0% ... | aldus17/Assignment_2/aldus17/mvc/public/css/registration_page_style.css |
.registerBody #registerBody {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
}
@keyframes gradient {
0% {
background-position: 0% ... | 0.478285 | 0.125092 |
:root {
--color-bg: #f4f3ea;
--color-light: #cbd0d8;
--color-accent: #d3ac2b;
--color-dark: #333d51;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.full-width-bar {
margin: 0 -99em;
padding: .5em 99em;
background-color: var(--color-dark);
}
.flex-list {
list-style:... | templates/assets/css/common.css | :root {
--color-bg: #f4f3ea;
--color-light: #cbd0d8;
--color-accent: #d3ac2b;
--color-dark: #333d51;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.full-width-bar {
margin: 0 -99em;
padding: .5em 99em;
background-color: var(--color-dark);
}
.flex-list {
list-style:... | 0.574753 | 0.188959 |
.u-section-1 {
min-height: 556px;
}
div ol{
list-style-type: none;
padding: 0;
margin-left: 52px;
margin-top: 5px;
}
/* define os links na mesma linha e a fonte */
div ol li {
display: inline;
font-family: Segoe ui;
}
/* sinal de maior para separar links */
div ol li::after {
content:... | staticfiles/employee/client_history.fe81162cbbbf.css | .u-section-1 {
min-height: 556px;
}
div ol{
list-style-type: none;
padding: 0;
margin-left: 52px;
margin-top: 5px;
}
/* define os links na mesma linha e a fonte */
div ol li {
display: inline;
font-family: Segoe ui;
}
/* sinal de maior para separar links */
div ol li::after {
content:... | 0.25174 | 0.075007 |
*{
margin: 0;
padding: 0;
}
html,body{
width: 100%;
height: 100%;
background-color: rgb(240,240,240)
}
h1, h2, h3, h4, h5, h6 {
color: rgba(0, 0, 0, 0.85);
font-weight: 500;
}
font {
}
.result_css_root{
height: 100%;
width: 100%;
/*ba... | fasttest_selenium/result/resource/css.css | *{
margin: 0;
padding: 0;
}
html,body{
width: 100%;
height: 100%;
background-color: rgb(240,240,240)
}
h1, h2, h3, h4, h5, h6 {
color: rgba(0, 0, 0, 0.85);
font-weight: 500;
}
font {
}
.result_css_root{
height: 100%;
width: 100%;
/*ba... | 0.474144 | 0.08141 |
@keyframes buzz {
50% {
transform: translate(3px); }
100% {
transform: translate(-3px); } }
@keyframes spin {
from {
transform: rotateZ(0); }
to {
transform: rotateZ(1turn); } }
@keyframes shake {
0%, 20%, 100% {
transform: translateX(0); }
40%, 80% {
transform: translateX(-2px); }
... | assets/css/dropcast.css | @keyframes buzz {
50% {
transform: translate(3px); }
100% {
transform: translate(-3px); } }
@keyframes spin {
from {
transform: rotateZ(0); }
to {
transform: rotateZ(1turn); } }
@keyframes shake {
0%, 20%, 100% {
transform: translateX(0); }
40%, 80% {
transform: translateX(-2px); }
... | 0.450118 | 0.160694 |
body {
font-family: 'Source Sans Pro', sans-serif;
font-size: 17px;
line-height: 26px;
overflow-x: hidden;
color: #474747;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Source Sans Pro', sans-serif;
margin-bottom: 10px;
line-height: 34px;
font-weight: 900;
}
h1 span, h2 span, h3 span, h... | assets/css/style.css | body {
font-family: 'Source Sans Pro', sans-serif;
font-size: 17px;
line-height: 26px;
overflow-x: hidden;
color: #474747;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Source Sans Pro', sans-serif;
margin-bottom: 10px;
line-height: 34px;
font-weight: 900;
}
h1 span, h2 span, h3 span, h... | 0.291989 | 0.052619 |
.fondo_proyectos img{
width: 100%;
height: 387px;
opacity: 0.8;
}
.lo-que-hacemos{
display: grid;
grid-template-columns: 1fr;
}
.lo-que-hacemos .section__titulo{
margin-bottom: 30px;
}
.lo-que-hacemos__navegador{
display: grid;
grid-template-columns: 1fr;
max-height: 400px;
margi... | public/recursos/css/lo-que-hacemos/proyectos.css | .fondo_proyectos img{
width: 100%;
height: 387px;
opacity: 0.8;
}
.lo-que-hacemos{
display: grid;
grid-template-columns: 1fr;
}
.lo-que-hacemos .section__titulo{
margin-bottom: 30px;
}
.lo-que-hacemos__navegador{
display: grid;
grid-template-columns: 1fr;
max-height: 400px;
margi... | 0.427875 | 0.154663 |
@-moz-document url-prefix("https://www.curseforge.com") {
/* ==UserStyle==
@name CurseForge.com - Dark Theme
@namespace https://greasyfork.org/en/users/124677-pabli
@homepageURL https://greasyfork.org/en/scripts/397873-curseforge-com-dark-theme
@supportURL https://greasyfork.org/en/scripts/... | data/usercss/181074.user.css | @-moz-document url-prefix("https://www.curseforge.com") {
/* ==UserStyle==
@name CurseForge.com - Dark Theme
@namespace https://greasyfork.org/en/users/124677-pabli
@homepageURL https://greasyfork.org/en/scripts/397873-curseforge-com-dark-theme
@supportURL https://greasyfork.org/en/scripts/... | 0.231527 | 0.056288 |
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
button,
input,
select,
textarea {
margin: 0;
font-size: 100%;
vertical-align: middle;
}
button,
input {
*over... | colors.css | article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
button,
input,
select,
textarea {
margin: 0;
font-size: 100%;
vertical-align: middle;
}
button,
input {
*over... | 0.326808 | 0.082549 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("heise.de") {
body, h1, h2, h3, h4 {
color : #ffffff !important;
background-color : #333333 !important;
}
/*
* Hauptseiten
*/
div#logo_bereich, #container_content, #mitte_links, #mitte_rechts, #mitte, #sitemap... | data/usercss/85750.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("heise.de") {
body, h1, h2, h3, h4 {
color : #ffffff !important;
background-color : #333333 !important;
}
/*
* Hauptseiten
*/
div#logo_bereich, #container_content, #mitte_links, #mitte_rechts, #mitte, #sitemap... | 0.086845 | 0.087994 |
.jq-tree
{
float: left;
margin: 10px 0 20px 30px;
}
.jqtree-selected > .jqtree-element,
.jqtree-selected > .jqtree-element:hover {
background: none !important;
}
.jqtree-selected > .jqtree-element .jqtree-title
{
background: #C6DAED;
}
.jqtree_common
{
margin-bottom: 0 !important;
}
.jqtree-element
{
paddi... | ps_tree/static/css/main.css | .jq-tree
{
float: left;
margin: 10px 0 20px 30px;
}
.jqtree-selected > .jqtree-element,
.jqtree-selected > .jqtree-element:hover {
background: none !important;
}
.jqtree-selected > .jqtree-element .jqtree-title
{
background: #C6DAED;
}
.jqtree_common
{
margin-bottom: 0 !important;
}
.jqtree-element
{
paddi... | 0.444324 | 0.092278 |
.job-schedule .tooltip .tooltip-content {
position: fixed;
height: auto;
width: auto;
background: #ffffff;
max-width: 400px;
padding: 0;
margin: 0;
border: 1px solid black;
}
.job-schedule .tooltip .tooltip-content:before {
border: none;
content: '';
height: 0;
left: 0;
... | view/adminhtml/web/css/timeline.css | .job-schedule .tooltip .tooltip-content {
position: fixed;
height: auto;
width: auto;
background: #ffffff;
max-width: 400px;
padding: 0;
margin: 0;
border: 1px solid black;
}
.job-schedule .tooltip .tooltip-content:before {
border: none;
content: '';
height: 0;
left: 0;
... | 0.359589 | 0.09236 |
* Copyright 2020-2021 <NAME> <<EMAIL>>
* European Bioinformatics Institute (EBI, http://www.ebi.ac.uk/)
* European Molecular Biology Laboratory (EMBL, http://www.embl.de/)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... | build/pdb-rna-viewer-0.1.0.css | * Copyright 2020-2021 <NAME> <<EMAIL>>
* European Bioinformatics Institute (EBI, http://www.ebi.ac.uk/)
* European Molecular Biology Laboratory (EMBL, http://www.embl.de/)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... | 0.794704 | 0.073997 |
body {
background-color: #FFF4EF;
}
.navbar-default {
color:#FFF4EF;
}
/* 좌측 햄버거 메뉴 */
#menuToggle {
display: block;
position: relative;
top: 50px;
left: 50px;
z-index: 1;
-webkit-user-select: none;
user-select: none;
}
#menuToggle a {
text-decoration: none;
color: #232323;
transition: colo... | base/static/base/css/memo.css | body {
background-color: #FFF4EF;
}
.navbar-default {
color:#FFF4EF;
}
/* 좌측 햄버거 메뉴 */
#menuToggle {
display: block;
position: relative;
top: 50px;
left: 50px;
z-index: 1;
-webkit-user-select: none;
user-select: none;
}
#menuToggle a {
text-decoration: none;
color: #232323;
transition: colo... | 0.275812 | 0.097176 |
.balance-modal {
font-family: "Avenir", Helvetica, Arial, sans-serif;
}
.balance-modal h3 {
margin: 0 0 15px;
font-size: 20px;
text-transform: initial;
}
.balance-modal h3.wallet-loaded-h3 {
margin: 10px 0;
}
.balance-modal h4 {
text-transform: none;
background: url(../images/input-bg.png) repeat-y top le... | public/css/balance-modal.css | .balance-modal {
font-family: "Avenir", Helvetica, Arial, sans-serif;
}
.balance-modal h3 {
margin: 0 0 15px;
font-size: 20px;
text-transform: initial;
}
.balance-modal h3.wallet-loaded-h3 {
margin: 10px 0;
}
.balance-modal h4 {
text-transform: none;
background: url(../images/input-bg.png) repeat-y top le... | 0.339061 | 0.072571 |
body{
overscroll-behavior: none;
}
.container{
flex-direction: row;
width: 100%;
}
.pt-info{
color: red;
}
.btn{
background-color: green;
}
/* Personal training section*/
/* .pt-training{
width: 100vw;
height: 100vh;
background-image: url('/Amine.jpg');
position: relative;
backgr... | components/styles/App.css | body{
overscroll-behavior: none;
}
.container{
flex-direction: row;
width: 100%;
}
.pt-info{
color: red;
}
.btn{
background-color: green;
}
/* Personal training section*/
/* .pt-training{
width: 100vw;
height: 100vh;
background-image: url('/Amine.jpg');
position: relative;
backgr... | 0.417865 | 0.072801 |
* {
margin: 0;
padding: 0;
outline: 0;
}
body, html {
font-family: "Microsoft YaHei", serif;
background-color: #F8F8F8;
}
body {
}
#app {
margin: 0 auto;
top: 20px;
bottom: 20px;
left: 0;
right: 0;
width: 960px;
min-width: 960px;
max-width: 960px;
position: abs... | minsx-app-manager-web/src/main/resources/static/css/minsx.css | * {
margin: 0;
padding: 0;
outline: 0;
}
body, html {
font-family: "Microsoft YaHei", serif;
background-color: #F8F8F8;
}
body {
}
#app {
margin: 0 auto;
top: 20px;
bottom: 20px;
left: 0;
right: 0;
width: 960px;
min-width: 960px;
max-width: 960px;
position: abs... | 0.409811 | 0.101947 |
.credentials {
margin: 0 auto;
padding: 30px 0;
width: 100%;
height: calc(100vh - 170px);
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
align-items: center;
}
.credentials__lead {
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
align-items: center... | src/components/SigninPage/SignInPage.css | .credentials {
margin: 0 auto;
padding: 30px 0;
width: 100%;
height: calc(100vh - 170px);
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
align-items: center;
}
.credentials__lead {
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
align-items: center... | 0.39712 | 0.06663 |
.btn-silver-size {
min-width: 100px;
}
.bg-blue {
background-color: #61a4ca;
}
.bg-skyblue {
background-color: #23b7e5;
}
.bg-white, .white-bg {
background: #ffffff none repeat scroll 0 0;
color: #666 !important;
}
.bg-red {
background: #f05050 none repeat scroll 0 0;
}
.bg-green {
background: green none ... | public/css/portal/style.css | .btn-silver-size {
min-width: 100px;
}
.bg-blue {
background-color: #61a4ca;
}
.bg-skyblue {
background-color: #23b7e5;
}
.bg-white, .white-bg {
background: #ffffff none repeat scroll 0 0;
color: #666 !important;
}
.bg-red {
background: #f05050 none repeat scroll 0 0;
}
.bg-green {
background: green none ... | 0.536556 | 0.099426 |
body{
overflow-x:hidden;
}
.article {
padding: 0px;
}
.tipmsgcontaner{
padding-top:200px;
}
nav .fa {
margin-right: 3px;
}
.hand{
cursor:pointer;
}
.msg-count{
position:absolute;
top:10px;
left:50px;
}
.btn.active, .btn:active, .btn:focus, .btn:hover, .open .dropdown-toggle.btn{
border-color... | static/css/bianping/css/custom.css | body{
overflow-x:hidden;
}
.article {
padding: 0px;
}
.tipmsgcontaner{
padding-top:200px;
}
nav .fa {
margin-right: 3px;
}
.hand{
cursor:pointer;
}
.msg-count{
position:absolute;
top:10px;
left:50px;
}
.btn.active, .btn:active, .btn:focus, .btn:hover, .open .dropdown-toggle.btn{
border-color... | 0.341034 | 0.059647 |
.project-container {
width: 95%;
position: relative;
max-width: 800px;
margin: auto;
background: #fff;
box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
padding: 25px;
border-radius: 25px;
height: 400px;
transition: all .3s;
}
@media screen and (max-width: 992px) {
.project-container {
max-widt... | src/home/project/Project.css | .project-container {
width: 95%;
position: relative;
max-width: 800px;
margin: auto;
background: #fff;
box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
padding: 25px;
border-radius: 25px;
height: 400px;
transition: all .3s;
}
@media screen and (max-width: 992px) {
.project-container {
max-widt... | 0.469277 | 0.062474 |
html, body {
margin: 0;
padding:0;
height:100%;
font-family: Arial;
}
/* Navbar */
.navbar {
margin: 0
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
li {
float: left;
border-right:1px solid #bbb;
}
li:last-child {
... | css/style.css | html, body {
margin: 0;
padding:0;
height:100%;
font-family: Arial;
}
/* Navbar */
.navbar {
margin: 0
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
li {
float: left;
border-right:1px solid #bbb;
}
li:last-child {
... | 0.460774 | 0.101278 |
.logArea {
display: inline-block;
min-height: 200px;
min-width: 810px;
width: 100%;
padding: 10px;
font-family: Arial, Helvetica, sans-serif;
}
.logHeader {
width: 100%;
color: #FFF;
font-size: 17pt;
padding: 10px 10px 5px 8px;
border-top-right-radius: 4px;
border-top-le... | src/client/app/nodedetail.css | .logArea {
display: inline-block;
min-height: 200px;
min-width: 810px;
width: 100%;
padding: 10px;
font-family: Arial, Helvetica, sans-serif;
}
.logHeader {
width: 100%;
color: #FFF;
font-size: 17pt;
padding: 10px 10px 5px 8px;
border-top-right-radius: 4px;
border-top-le... | 0.542136 | 0.134037 |
* {
font: menu;
margin: 0;
}
@font-face {
font-family: 'Elliot';
src: url("../fonts/Elliot.otf"); }
@font-face {
font-family: 'Elliot-Bold';
src: url("../fonts/Elliot-Bold.otf"); }
@font-face {
font-family: 'Bodoni';
src: url("../fonts/MBodoni.otf"); }
body {
/* Location of the image */
back... | static/pre18/2016/TAWTemp/css/main.css | * {
font: menu;
margin: 0;
}
@font-face {
font-family: 'Elliot';
src: url("../fonts/Elliot.otf"); }
@font-face {
font-family: 'Elliot-Bold';
src: url("../fonts/Elliot-Bold.otf"); }
@font-face {
font-family: 'Bodoni';
src: url("../fonts/MBodoni.otf"); }
body {
/* Location of the image */
back... | 0.364212 | 0.11808 |
/* You might want to try something fancier: */
/* less: http://lesscss.org/ */
* {
box-sizing: border-box;
}
/* body {
padding: 5vh 5vw;
} */
p {
max-width: 700px;
}
li {
margin-bottom: 5px;
}
input {
width: 250px;
margin-bottom: 10px;
}
footer {
margin-top: 50px;
padding-... | public/css/style.css |
/* You might want to try something fancier: */
/* less: http://lesscss.org/ */
* {
box-sizing: border-box;
}
/* body {
padding: 5vh 5vw;
} */
p {
max-width: 700px;
}
li {
margin-bottom: 5px;
}
input {
width: 250px;
margin-bottom: 10px;
}
footer {
margin-top: 50px;
padding-... | 0.246715 | 0.046768 |
@import url('https://fonts.googleapis.com/css?family=Exo:400,700');
*{
margin: 0px;
padding: 0px;
}
.context {
width: 100%;
overflow: hidden;
}
.context h1{
text-align: center;
color: #fff;
font-size: 50px;
}
.area{
width: 100%;
position: relative;
overflow: hidden;
}
.circles{
top: 0;
left: 0;
... | css/bgcss.css | @import url('https://fonts.googleapis.com/css?family=Exo:400,700');
*{
margin: 0px;
padding: 0px;
}
.context {
width: 100%;
overflow: hidden;
}
.context h1{
text-align: center;
color: #fff;
font-size: 50px;
}
.area{
width: 100%;
position: relative;
overflow: hidden;
}
.circles{
top: 0;
left: 0;
... | 0.356223 | 0.050214 |
@import 'normalize.css';
@import url(https://fonts.googleapis.com/css?family=Zilla+Slab:300,700);
@font-face {
font-family: 'HK Grotesk';
src: url(/assets/fonts/HKGrotesk-Light.otf);
font-weight: 100;
}
@font-face {
font-family: 'HK Grotesk';
src: url(/assets/fonts/HKGrotesk-Regular.otf);
font-weight: 300... | src/view/assets/index.css | @import 'normalize.css';
@import url(https://fonts.googleapis.com/css?family=Zilla+Slab:300,700);
@font-face {
font-family: 'HK Grotesk';
src: url(/assets/fonts/HKGrotesk-Light.otf);
font-weight: 100;
}
@font-face {
font-family: 'HK Grotesk';
src: url(/assets/fonts/HKGrotesk-Regular.otf);
font-weight: 300... | 0.450359 | 0.070496 |
select {
margin-bottom: 20px;
}
.datas-wrapper {
position: relative;
margin-bottom: 200px;
height: 400px;
background: url(../img/performance-bg.png) no-repeat;
}
.datas-wrapper .datas {
position: absolute;
top: 300px;
left: 50%;
padding: 20px;
width: 800px;
height: 360px;
background: #fff;
tra... | public/view_2/agent_bak/css/performance.css | select {
margin-bottom: 20px;
}
.datas-wrapper {
position: relative;
margin-bottom: 200px;
height: 400px;
background: url(../img/performance-bg.png) no-repeat;
}
.datas-wrapper .datas {
position: absolute;
top: 300px;
left: 50%;
padding: 20px;
width: 800px;
height: 360px;
background: #fff;
tra... | 0.344223 | 0.109944 |
.ChartArea2D .axis .domain{
fill: none;
stroke: #111;
stroke-width: 1;
}
.ChartArea2D .axis .tick line{
stroke: #222;
stroke-width: 1;
}
.ChartArea2D .axisTitleText{
font-size: 15px;
fill: #111;
}
.ChartArea2D .axisUnitText{
font-size: 10px;
fill: #333;
}
/**********************... | lib/junno/j_utils/ipython/javascript/GD3Graphs/CustomChart.css | .ChartArea2D .axis .domain{
fill: none;
stroke: #111;
stroke-width: 1;
}
.ChartArea2D .axis .tick line{
stroke: #222;
stroke-width: 1;
}
.ChartArea2D .axisTitleText{
font-size: 15px;
fill: #111;
}
.ChartArea2D .axisUnitText{
font-size: 10px;
fill: #333;
}
/**********************... | 0.492188 | 0.107672 |
body{
font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
background: black;
margin:0;
padding:0;
border-width:0;
text-decoration-color: white;
}
h1{
color: white;
text-align: center;
}
h2{
color: white;
text-align: center;
}
h6{
color: black;
text-align: center;
}
p{
color: white;
... | asper/static/css/founding.css | body{
font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
background: black;
margin:0;
padding:0;
border-width:0;
text-decoration-color: white;
}
h1{
color: white;
text-align: center;
}
h2{
color: white;
text-align: center;
}
h6{
color: black;
text-align: center;
}
p{
color: white;
... | 0.222109 | 0.06951 |
.nav-wrapper {
display: flex;
align-items: center;
color: #333536;
height: 72px;
}
.catalog {
margin-right: 15px;
}
.catalog button {
height: 100%;
white-space: nowrap;
font-size: 14px;
border-radius: 6px;
display: flex;
align-items: center;
font-weight: 500;
line-height: 20px;
letter-spac... | src/components/group-b/res/view/s-cnt-market-header-wrapper/res/view/s-cnt-market-header/res/view/s-cnt-market-header-nav/s-cnt-market-header-nav.css | .nav-wrapper {
display: flex;
align-items: center;
color: #333536;
height: 72px;
}
.catalog {
margin-right: 15px;
}
.catalog button {
height: 100%;
white-space: nowrap;
font-size: 14px;
border-radius: 6px;
display: flex;
align-items: center;
font-weight: 500;
line-height: 20px;
letter-spac... | 0.309754 | 0.075858 |
.section_heading{
margin-bottom:30px;
text-align:center;
}
.section_heading h2{
font-size: 30px;
margin: 0 0 5px;
text-transform: uppercase;
font-weight:600;
position: relative;
}
.section_heading h3 {
font-size: 16px;
margin-bottom:15px;
color: #4285f4;
}
.section_heading span.bordered-icon {... | public/assets/client/css/contact_us3.css |
.section_heading{
margin-bottom:30px;
text-align:center;
}
.section_heading h2{
font-size: 30px;
margin: 0 0 5px;
text-transform: uppercase;
font-weight:600;
position: relative;
}
.section_heading h3 {
font-size: 16px;
margin-bottom:15px;
color: #4285f4;
}
.section_heading span.bordered-icon {... | 0.262936 | 0.071721 |
@font-face {
font-family: dosfont;
src: url(fonts/LessPerfectDOSVGA.ttf);
}
@font-face {
font-family: retro;
src: url(fonts/setback-tt-brk.ttf);
}
@font-face {
font-family: retro2;
src: url(fonts/bitpap.medium.ttf);
}
:root {
--nav-and-info-width: 20%
}
body {
margin-top: 0px;
... | yeoldwiz.css | @font-face {
font-family: dosfont;
src: url(fonts/LessPerfectDOSVGA.ttf);
}
@font-face {
font-family: retro;
src: url(fonts/setback-tt-brk.ttf);
}
@font-face {
font-family: retro2;
src: url(fonts/bitpap.medium.ttf);
}
:root {
--nav-and-info-width: 20%
}
body {
margin-top: 0px;
... | 0.270866 | 0.075448 |
*{
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
body{
margin: 0px;
padding: 0px;
}
.page-header{
height: 4rem;
display: flex;
/* border: 1px solid red; */
position: sticky;
top: 0;
background-color: white;
outline: none;
/* box-shadow: 1px 1px rgb(228, 21... | assets/CSS/dashboardStyle.css | *{
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
body{
margin: 0px;
padding: 0px;
}
.page-header{
height: 4rem;
display: flex;
/* border: 1px solid red; */
position: sticky;
top: 0;
background-color: white;
outline: none;
/* box-shadow: 1px 1px rgb(228, 21... | 0.315947 | 0.05199 |
*{
box-sizing: border-box;
}
div.wrapper{
height: 100px;
width: 100px;
float: left;
/*display: none;*/
}
.spinner{
height: 50px;
width: 50px;
}
/*
---------------------------------------------------------
*/
.tail-spinner {
border-right: 5px solid orange;
border-radius: 50%;
b... | spinner.css | *{
box-sizing: border-box;
}
div.wrapper{
height: 100px;
width: 100px;
float: left;
/*display: none;*/
}
.spinner{
height: 50px;
width: 50px;
}
/*
---------------------------------------------------------
*/
.tail-spinner {
border-right: 5px solid orange;
border-radius: 50%;
b... | 0.621426 | 0.129458 |
*{
box-sizing: border-box;
font-family: 'Work Sans', sans-serif;
}
body {
margin: 0;
background-color: #F5F1EE;
}
.navbar {
overflow: hidden;
background-color: #a08b93;
position: fixed;
width:100%;
z-index: 1;
background-color: rgb(87, 23, 23);
}
.navbar a {
float: left;
font-size: 16px;
color:... | css/book.css | *{
box-sizing: border-box;
font-family: 'Work Sans', sans-serif;
}
body {
margin: 0;
background-color: #F5F1EE;
}
.navbar {
overflow: hidden;
background-color: #a08b93;
position: fixed;
width:100%;
z-index: 1;
background-color: rgb(87, 23, 23);
}
.navbar a {
float: left;
font-size: 16px;
color:... | 0.410874 | 0.071494 |
html, body {
height: 100vh;
width: 100vw;
padding: 0;
margin: 0;
}
h2 {
color: #666;
font-size: 1em;
font-weight: normal;
margin: 10px 0;
}
a {
color: #15c;
text-decoration: none;
}
.no-internet-icon {
background-image: url('../resources/icons/no-internet.png');
background-repeat: no-... | ElectronClient/app/src/css/internet.css | html, body {
height: 100vh;
width: 100vw;
padding: 0;
margin: 0;
}
h2 {
color: #666;
font-size: 1em;
font-weight: normal;
margin: 10px 0;
}
a {
color: #15c;
text-decoration: none;
}
.no-internet-icon {
background-image: url('../resources/icons/no-internet.png');
background-repeat: no-... | 0.410284 | 0.091301 |
@import "../../../variables.css";
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&family=Roboto:wght@400;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
span {
color: var(--green);
}
h2 {
font-size: 37px;
}
.log... | src/components/LoginPage/LoginSection/LoginSection.css | @import "../../../variables.css";
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&family=Roboto:wght@400;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
span {
color: var(--green);
}
h2 {
font-size: 37px;
}
.log... | 0.320396 | 0.058078 |
@charset 'UTF-8';
.wrap{width:100%;}
.globalArea{width:100%; height:35px; box-sizing: border-box; border-bottom:1px solid #e3e3e3; min-width:980px;} /* 크기관련 */
.globalArea nav.global{width:980px; text-align: right; margin:0 auto; font-size:0px;} /* 크기관련 */
.globalArea nav.global a{display:inline-block; margin-right:15... | SWdesign/home/libraries/css/layout.css | @charset 'UTF-8';
.wrap{width:100%;}
.globalArea{width:100%; height:35px; box-sizing: border-box; border-bottom:1px solid #e3e3e3; min-width:980px;} /* 크기관련 */
.globalArea nav.global{width:980px; text-align: right; margin:0 auto; font-size:0px;} /* 크기관련 */
.globalArea nav.global a{display:inline-block; margin-right:15... | 0.21626 | 0.097133 |
*{
box-sizing: border-box;
margin: 0px;
/*background-color: #dee2e3;*/
}
body {
background: #dee2e3;
color: #666666;
font-family: "Open Sans", sans-serif;
}
a {
color: #2dc997;
list-style: none;
}
a:hover, a:active, a:focus {
color: #2dca98;
outline: none;
text-decoration: none;
list-style: no... | css/estilo.css | *{
box-sizing: border-box;
margin: 0px;
/*background-color: #dee2e3;*/
}
body {
background: #dee2e3;
color: #666666;
font-family: "Open Sans", sans-serif;
}
a {
color: #2dc997;
list-style: none;
}
a:hover, a:active, a:focus {
color: #2dca98;
outline: none;
text-decoration: none;
list-style: no... | 0.356111 | 0.063832 |
body{
background: #fff;
/*font-family: Verdana, Arial, Sans-Serif;*/
font-family: 'Roboto', sans-serif;
color: #000;
}
span{
font-family: Verdana, Arial, Sans-Serif;
}
li{
list-style-type: none;
display: inline;
margin-left: 13px;
}
#wrapper{
width: 100%;
}
#head{
background: #e2... | public/css/custom.css | body{
background: #fff;
/*font-family: Verdana, Arial, Sans-Serif;*/
font-family: 'Roboto', sans-serif;
color: #000;
}
span{
font-family: Verdana, Arial, Sans-Serif;
}
li{
list-style-type: none;
display: inline;
margin-left: 13px;
}
#wrapper{
width: 100%;
}
#head{
background: #e2... | 0.329068 | 0.062646 |
* {
margin: 0;
padding: 0;
}
a {
color: #3C3C3C;
text-decoration: none;
}
p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
input {
-webkit-appearance: textfield;
background-color: white;
-webkit-rtl-ordering: logical;
user-s... | Public/Home/css/buycar.css | * {
margin: 0;
padding: 0;
}
a {
color: #3C3C3C;
text-decoration: none;
}
p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
input {
-webkit-appearance: textfield;
background-color: white;
-webkit-rtl-ordering: logical;
user-s... | 0.325413 | 0.068944 |
html,
body,
button,
p,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
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,
t... | vueS/src/assets/css/base.css |
html,
body,
button,
p,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
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,
t... | 0.308815 | 0.060502 |
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
a {
text-decoration: none !important;
display:inline-block;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out... | public/website/css/custom2.css | input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
a {
text-decoration: none !important;
display:inline-block;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out... | 0.272508 | 0.065545 |
*{
word-wrap:break-word
}
body{
padding:5px 0;
background:#FFF;
text-align:center
}
body,td,input,textarea,select,button{
color:#666;
font:12px/1.5 Verdana,Tahoma,Arial,'Microsoft Yahei','Simsun',sans-serif
}
ul,dl,dd,p,h1,h2,h3,h4,h5,h6,form,fieldset{
margin:0;
padding:0
}
h1,h2,h3,h4,h5,h6{
font-size:12px
}
... | public/fenfa/static/install/images/style.css | *{
word-wrap:break-word
}
body{
padding:5px 0;
background:#FFF;
text-align:center
}
body,td,input,textarea,select,button{
color:#666;
font:12px/1.5 Verdana,Tahoma,Arial,'Microsoft Yahei','Simsun',sans-serif
}
ul,dl,dd,p,h1,h2,h3,h4,h5,h6,form,fieldset{
margin:0;
padding:0
}
h1,h2,h3,h4,h5,h6{
font-size:12px
}
... | 0.209066 | 0.069384 |
display: flex;
justify-content: space-around;
}
table {
display: flex;
justify-content: center;
border: 5px solid #80808059;
}
.obstacle {
height: 80px;
width: 80px;
background-color: brown;
}
.vide {
height: 80px;
width: 80px;
background-color: burlywood;
}
#couteau {... | style.css | display: flex;
justify-content: space-around;
}
table {
display: flex;
justify-content: center;
border: 5px solid #80808059;
}
.obstacle {
height: 80px;
width: 80px;
background-color: brown;
}
.vide {
height: 80px;
width: 80px;
background-color: burlywood;
}
#couteau {... | 0.397938 | 0.130175 |
svg {
width: 300px;
height: auto;
z-index: 199;
}
.balloons {
height: 100%;
width: 100%;
position: absolute;
}
.balloon {
border-radius: 50% 50% 50% 50% / 40% 40% 60% 60%;
display: block;
height: 110px;
opacity: 0.5;
position: absolute;
width: 90px;
z-index: 111;
}
.balloon:after {
border... | css/balloons.css | svg {
width: 300px;
height: auto;
z-index: 199;
}
.balloons {
height: 100%;
width: 100%;
position: absolute;
}
.balloon {
border-radius: 50% 50% 50% 50% / 40% 40% 60% 60%;
display: block;
height: 110px;
opacity: 0.5;
position: absolute;
width: 90px;
z-index: 111;
}
.balloon:after {
border... | 0.629888 | 0.093347 |
.section-identifier {
text-align: center;
}
.a {
background-color: #008000;
}
.b {
background-color: #02a102;
}
.c {
background-color: #03be03;
}
.d {
background-color: #02dd02;
}
.e {
background-color: #06f506;
}
.f {
background-color: #39ff39;
}
.g {
background-color: #6bff6b;
}
.h {
backgr... | styles/modules.css |
.section-identifier {
text-align: center;
}
.a {
background-color: #008000;
}
.b {
background-color: #02a102;
}
.c {
background-color: #03be03;
}
.d {
background-color: #02dd02;
}
.e {
background-color: #06f506;
}
.f {
background-color: #39ff39;
}
.g {
background-color: #6bff6b;
}
.h {
backgr... | 0.424173 | 0.128252 |
.hamburger {
font: inherit;
display: inline-block;
overflow: visible;
margin: 0;
padding: 15px;
cursor: pointer;
transition-timing-function: linear;
transition-duration: .15s;
transition-property: opacity,-webkit-filter;
transition-property: opacity,filter;
transition-property: opacity,filter,-web... | assets/css/partials/hamburgers.css | .hamburger {
font: inherit;
display: inline-block;
overflow: visible;
margin: 0;
padding: 15px;
cursor: pointer;
transition-timing-function: linear;
transition-duration: .15s;
transition-property: opacity,-webkit-filter;
transition-property: opacity,filter;
transition-property: opacity,filter,-web... | 0.434941 | 0.070081 |
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ======================================================... | css/main.css |
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ======================================================... | 0.505859 | 0.083703 |