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 |
|---|---|---|---|---|
@font-face {
font-family: "f13";
src: url("/styles/F13.ttf") format("truetype");
}
@font-face {
font-family: "DF";
src: url("/styles/DF.ttf") format("truetype");
}
@font-face {
font-family: "sbitn";
src: url("/styles/SBITN.ttf") format("truetype");
}
@font-face {
font-family: "fofbb";
... | styles/main.css | @font-face {
font-family: "f13";
src: url("/styles/F13.ttf") format("truetype");
}
@font-face {
font-family: "DF";
src: url("/styles/DF.ttf") format("truetype");
}
@font-face {
font-family: "sbitn";
src: url("/styles/SBITN.ttf") format("truetype");
}
@font-face {
font-family: "fofbb";
... | 0.569494 | 0.150871 |
@import url('https://fonts.googleapis.com/css?family=Patrick+Hand&display=swap');
body {
/* background-color: hsl(120, 80%, 80%); */
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 0;
width: 100vw;
height: 100vh;
color: #333;
font-fam... | style.css | @import url('https://fonts.googleapis.com/css?family=Patrick+Hand&display=swap');
body {
/* background-color: hsl(120, 80%, 80%); */
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 0;
width: 100vw;
height: 100vh;
color: #333;
font-fam... | 0.55447 | 0.098036 |
.btn-primary-style {
display: flex;
align-items: center;
font-weight: 700;
font-size: 1rem;
box-shadow: 0 2px 6px rgb(52, 144, 220, .5);
}
.btn-danger-style {
display: flex;
align-items: center;
font-weight: 700;
font-size: 1rem;
box-shadow: 0 2px 6px rgb(227, 52, 47, .5);
}
.b... | public/css/grv.css | .btn-primary-style {
display: flex;
align-items: center;
font-weight: 700;
font-size: 1rem;
box-shadow: 0 2px 6px rgb(52, 144, 220, .5);
}
.btn-danger-style {
display: flex;
align-items: center;
font-weight: 700;
font-size: 1rem;
box-shadow: 0 2px 6px rgb(227, 52, 47, .5);
}
.b... | 0.376852 | 0.089534 |
@font-face {
font-family: 'iconfont'; /* project id 866592 */
src: url('//at.alicdn.com/t/font_866592_dc6fby6qgjm.eot');
src: url('//at.alicdn.com/t/font_866592_dc6fby6qgjm.eot?#iefix') format('embedded-opentype'),
url('//at.alicdn.com/t/font_866592_dc6fby6qgjm.woff') format('woff'),
url('//at.alic... | public/static/home/css/wallet/finace.css | @font-face {
font-family: 'iconfont'; /* project id 866592 */
src: url('//at.alicdn.com/t/font_866592_dc6fby6qgjm.eot');
src: url('//at.alicdn.com/t/font_866592_dc6fby6qgjm.eot?#iefix') format('embedded-opentype'),
url('//at.alicdn.com/t/font_866592_dc6fby6qgjm.woff') format('woff'),
url('//at.alic... | 0.294316 | 0.058239 |
@import "mi-nav.css";
@import "listas.css";
html {
box-sizing: border-box;
font-size: 62.5%; /** Reset para REMS - 62.5% = 10px de 16px **/
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
font-family: 'Lato', sans-serif;
font-size: 1.6rem;
line-height: 2;
}
/** Globales **/
img {
max... | css/estilos.css | @import "mi-nav.css";
@import "listas.css";
html {
box-sizing: border-box;
font-size: 62.5%; /** Reset para REMS - 62.5% = 10px de 16px **/
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
font-family: 'Lato', sans-serif;
font-size: 1.6rem;
line-height: 2;
}
/** Globales **/
img {
max... | 0.42477 | 0.084041 |
svg:not(:root), symbol {
overflow: visible;
}
.symbol {
stroke:white;
stroke-width: 2;
background-color:transparent;
}
.symbol-state-unknown {
stroke:#999999;
stroke-dasharray: "6,4";
}
.clickable {
cursor:pointer;
}
.clickable text {
text-decoration:underline;
}
.navigation-area {
fill-opacity:0;
fill:#00000... | misc/demo/assets/schematic.css | svg:not(:root), symbol {
overflow: visible;
}
.symbol {
stroke:white;
stroke-width: 2;
background-color:transparent;
}
.symbol-state-unknown {
stroke:#999999;
stroke-dasharray: "6,4";
}
.clickable {
cursor:pointer;
}
.clickable text {
text-decoration:underline;
}
.navigation-area {
fill-opacity:0;
fill:#00000... | 0.349977 | 0.149998 |
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');
.heroHeader{
display: flex;
display: flex;
justify-content: center;
align-items: center;
align-items: center;
font-family: 'Raleway', sans-serif;
font-size: 250%;
}
.section{
box-sizing: border-box;
... | client/src/components/hero/hero.css | @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');
.heroHeader{
display: flex;
display: flex;
justify-content: center;
align-items: center;
align-items: center;
font-family: 'Raleway', sans-serif;
font-size: 250%;
}
.section{
box-sizing: border-box;
... | 0.463201 | 0.07333 |
a {
color: inherit;
text-decoration: none;
}
a:hover {
opacity: .5;
}
.material-icons.md-16 {
font-size: 16px;
}
.material-icons.md-36 {
font-size: 36px;
}
.material-icons.md-light {
color: #FAFAFA;
}
.material-icons.md-lighten {
opacity: 0.8;
}
/**
* Header styes
*/
body {
ba... | src/app/style.css | a {
color: inherit;
text-decoration: none;
}
a:hover {
opacity: .5;
}
.material-icons.md-16 {
font-size: 16px;
}
.material-icons.md-36 {
font-size: 36px;
}
.material-icons.md-light {
color: #FAFAFA;
}
.material-icons.md-lighten {
opacity: 0.8;
}
/**
* Header styes
*/
body {
ba... | 0.410756 | 0.110231 |
@font-face {
font-family: futura-pt;
font-weight: 400;
font-style: normal;
src: url("../assets/fonts/FuturaPTBook.woff") format("woff");
font-display: swap;
}
@font-face {
font-family: futura-pt;
font-weight: 500;
src: url("../assets/fonts/FuturaPTMedium.woff") format("woff");
font-display: swap;
}
@f... | src/styles/global.css | @font-face {
font-family: futura-pt;
font-weight: 400;
font-style: normal;
src: url("../assets/fonts/FuturaPTBook.woff") format("woff");
font-display: swap;
}
@font-face {
font-family: futura-pt;
font-weight: 500;
src: url("../assets/fonts/FuturaPTMedium.woff") format("woff");
font-display: swap;
}
@f... | 0.300232 | 0.059074 |
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, ... | css/customized.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.507812 | 0.058561 |
.egBoxBtn{
color: #fff !important;
background-color: #cd3c2e;
border-color: #cd3c2e;
padding: 10px 12px;
display: inline-block;
font-size: 14px;
line-height: 1.42857143;
min-width: 160px;
text-align: center;
border-radius: 0;
text-transform: uppercase;
margin: 10px 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-tra... | css/susa-long.css | .egBoxBtn{
color: #fff !important;
background-color: #cd3c2e;
border-color: #cd3c2e;
padding: 10px 12px;
display: inline-block;
font-size: 14px;
line-height: 1.42857143;
min-width: 160px;
text-align: center;
border-radius: 0;
text-transform: uppercase;
margin: 10px 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-tra... | 0.187653 | 0.083068 |
.reg-success {
width: 50%;
height: 30%;
background-color: #ffffff;
position: absolute;
top:0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.tg {border-collapse:collapse;border-spacing:0;border-color:#aabcfe;margin:0px auto;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padd... | frontend/web/css/init.css | .reg-success {
width: 50%;
height: 30%;
background-color: #ffffff;
position: absolute;
top:0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.tg {border-collapse:collapse;border-spacing:0;border-color:#aabcfe;margin:0px auto;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padd... | 0.465387 | 0.094385 |
/* hexo-filter-github-emojis */
.github-emoji{
height: 2em;
width: 2em;
display: inline-block !important;
position: relative;
margin: 0 3px !important;
padding: 0;
}
.github-emoji:hover{
animation: emoji-face 5s infinite ease-in-out;
}
@keyframes emoji-face {
2% {
transform: tra... | source/css/my.css |
/* hexo-filter-github-emojis */
.github-emoji{
height: 2em;
width: 2em;
display: inline-block !important;
position: relative;
margin: 0 3px !important;
padding: 0;
}
.github-emoji:hover{
animation: emoji-face 5s infinite ease-in-out;
}
@keyframes emoji-face {
2% {
transform: tra... | 0.49292 | 0.202325 |
:root {
--c-level1: #f00;
--c-level2: #f90;
}
head {
display: block;
max-height: 200px;
overflow: auto;
font-size: 0;
line-height: 0;
}
/*
leve1: Should to fixed
==================================================
*/
html:not([lang]),
html[lang=""] {
display: block;
}
html:not([lang]):not([data-hvi])::be... | css/level2.css | :root {
--c-level1: #f00;
--c-level2: #f90;
}
head {
display: block;
max-height: 200px;
overflow: auto;
font-size: 0;
line-height: 0;
}
/*
leve1: Should to fixed
==================================================
*/
html:not([lang]),
html[lang=""] {
display: block;
}
html:not([lang]):not([data-hvi])::be... | 0.298798 | 0.166947 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
nav {
color: white!important;
background: royalblue;
}
.navbar {
padding-left: 100px;
padding-right: 100px;
}
.search2 {
display: none;
}
nav a {
color: white!important;
}
nav .dropdown-menu a {
color: black!important;
}
... | public/css/style.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
}
nav {
color: white!important;
background: royalblue;
}
.navbar {
padding-left: 100px;
padding-right: 100px;
}
.search2 {
display: none;
}
nav a {
color: white!important;
}
nav .dropdown-menu a {
color: black!important;
}
... | 0.413359 | 0.094093 |
.preview { min-height: 100vh; padding: 40px 0; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; font-size: 16px; line-height: 24px; background: #F9F9FA; p... | assets/styles/preview.css | .preview { min-height: 100vh; padding: 40px 0; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; font-size: 16px; line-height: 24px; background: #F9F9FA; p... | 0.489503 | 0.0704 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
.container {
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.container .questions {
width: 300px;
border-radius: 5px;
box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
}
.container .questions .title {
background:... | day34-custom-radio-button/styles.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
}
.container {
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.container .questions {
width: 300px;
border-radius: 5px;
box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
}
.container .questions .title {
background:... | 0.432183 | 0.086478 |
font-face declarations for thin, regular and light fonts should be added as needed */
@font-face {
font-family: 'Archia';
src: url(' https://tamkarthikeyan.github.io/Covid-19-lastest-live-count/Covid-19/fonts/Archia/archia-semibold-webfont.eot');
src: local('Archia'),
url(' https://tamkarthike... | Covid-19/OnAir/css/data.min.css | font-face declarations for thin, regular and light fonts should be added as needed */
@font-face {
font-family: 'Archia';
src: url(' https://tamkarthikeyan.github.io/Covid-19-lastest-live-count/Covid-19/fonts/Archia/archia-semibold-webfont.eot');
src: local('Archia'),
url(' https://tamkarthike... | 0.411466 | 0.090374 |
.depth-0, .drawer-fixed-left, .drawer-fixed-right { -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; }
/* line 7, ../../sass/utils/depth.scss */
.depth-1, .drawer-left.open, .drawer-right.open { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);... | css/components/drawer.css | .depth-0, .drawer-fixed-left, .drawer-fixed-right { -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; }
/* line 7, ../../sass/utils/depth.scss */
.depth-1, .drawer-left.open, .drawer-right.open { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);... | 0.250821 | 0.112698 |
.container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.container-fluid:before,
.container-fluid:after {
display: table;
content: " ";
}
.container-fluid:after {
clear: both;
}
.container-fluid:before,
.container-fluid:after {
display: table;
content: "... | webapp/css/bootstrap2-compatibility.css | .container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.container-fluid:before,
.container-fluid:after {
display: table;
content: " ";
}
.container-fluid:after {
clear: both;
}
.container-fluid:before,
.container-fluid:after {
display: table;
content: "... | 0.521715 | 0.139104 |
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 30px white inset !important;
box-shadow: 0 0 0 30px white inset !important;
}
body, html {
width: 100%;
height: 100%;
overflow: unset;
background: #fff;
}
.form-co... | public/src/css/anova.css | input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 30px white inset !important;
box-shadow: 0 0 0 30px white inset !important;
}
body, html {
width: 100%;
height: 100%;
overflow: unset;
background: #fff;
}
.form-co... | 0.170025 | 0.043855 |
body, html {
height: 100%;
width: 100%;
}
.contanier {
width: 1170px;
margin: auto;
}
header {
padding-top: 20px;
}
.lefHeade {
float: left;
}
header div .logo {
font-family: 'Dancing Script', cursive;
position: relative;
top: -20px;
font-weight: bold;
font-size: 30px;
... | styles/style.css | body, html {
height: 100%;
width: 100%;
}
.contanier {
width: 1170px;
margin: auto;
}
header {
padding-top: 20px;
}
.lefHeade {
float: left;
}
header div .logo {
font-family: 'Dancing Script', cursive;
position: relative;
top: -20px;
font-weight: bold;
font-size: 30px;
... | 0.485844 | 0.115162 |
body{
font-family: "Source Sans Pro", sans-serif;
color: #282828;
line-height: 1.5;
box-sizing: border-box;
}
h1, h2, h3, h4, h6 {
font-weight: 700;
font-family: 'Poppins', sans-serif;
}
.header-content{
color:white;
text-align: center;
}
/**/
h1 {
font-size: 6.25rem;
}
#h2 {
f... | public/frontend/css/style.css | body{
font-family: "Source Sans Pro", sans-serif;
color: #282828;
line-height: 1.5;
box-sizing: border-box;
}
h1, h2, h3, h4, h6 {
font-weight: 700;
font-family: 'Poppins', sans-serif;
}
.header-content{
color:white;
text-align: center;
}
/**/
h1 {
font-size: 6.25rem;
}
#h2 {
f... | 0.307878 | 0.069827 |
body
{
font-family: 'Noto Sans', sans-serif !important;
background: #f2f9ff url("search-container-back.png") repeat-x top;
}
div,img,span,body,h1,h2,ul,li
{
margin:0px;
padding:0px;
}
.small_font
{
font-size:10px
}
.home_page_tab
{
float:left;
padding:0;
margin:0;
width:600px;
margin-bottom:2px;
margin... | web/images/style.css | body
{
font-family: 'Noto Sans', sans-serif !important;
background: #f2f9ff url("search-container-back.png") repeat-x top;
}
div,img,span,body,h1,h2,ul,li
{
margin:0px;
padding:0px;
}
.small_font
{
font-size:10px
}
.home_page_tab
{
float:left;
padding:0;
margin:0;
width:600px;
margin-bottom:2px;
margin... | 0.26693 | 0.058078 |
*{
margin: 0;
padding: 0;
}
.mnav .mar{
margin-left: 17%;
}
.ulh li a:hover{
color: red !important;
}
#backimg{
background-image: url("../img/hero-bg.jpg");
background-attachment: fixed;
height: 100vh;
background-size: cover;
background-repeat: no-repeat;
background-position-y:... | src/css/styles.css | *{
margin: 0;
padding: 0;
}
.mnav .mar{
margin-left: 17%;
}
.ulh li a:hover{
color: red !important;
}
#backimg{
background-image: url("../img/hero-bg.jpg");
background-attachment: fixed;
height: 100vh;
background-size: cover;
background-repeat: no-repeat;
background-position-y:... | 0.386416 | 0.063164 |
.toast {
display: block;
position: relative;
margin: 0 0 12px 0;
padding: 20px 6px;
z-index: 10000;
opacity: 1;
color: #eee;
background-color: rgba(0,0,0, 0.8);
background: -webkit-gradient(linear, right bottom, right top, color-stop(1.00, rgba(0,0,0, 0.8)), color-stop(0.15, rgba(0,0,0, 1.... | jquery.toaster.css | .toast {
display: block;
position: relative;
margin: 0 0 12px 0;
padding: 20px 6px;
z-index: 10000;
opacity: 1;
color: #eee;
background-color: rgba(0,0,0, 0.8);
background: -webkit-gradient(linear, right bottom, right top, color-stop(1.00, rgba(0,0,0, 0.8)), color-stop(0.15, rgba(0,0,0, 1.... | 0.30819 | 0.238961 |
@media screen and (max-width: 980px) {
.container {
width: 100% !important;
max-width: 100% !important;
}
}
@media screen and (max-width: 480px) {
.container {
max-width: calc(100% - 3em);
}
}
@media screen and (max-width: 1800px) {
.row {
display: flex;
flex-wrap: wrap;
box-siz... | assets/css/modules.css | @media screen and (max-width: 980px) {
.container {
width: 100% !important;
max-width: 100% !important;
}
}
@media screen and (max-width: 480px) {
.container {
max-width: calc(100% - 3em);
}
}
@media screen and (max-width: 1800px) {
.row {
display: flex;
flex-wrap: wrap;
box-siz... | 0.577376 | 0.133726 |
body {font-family: Calibri,Trebuchet,Verdana,Helvetica,Arial,sans-serif; margin: 0px;}
#MedList{ margin: 0px; border: 0px; padding: 0px;}
.medtable, #MedDetails {
border-spacing: 0;
padding: 0;
table-layout: fixed;
border-collapse: collapse;
width: 100%;
font-size: .8em;
}
.col1 {
width: 20px;
}
.colname {
}
... | static/framework/med_calendar/stylesheets/med_display.css | body {font-family: Calibri,Trebuchet,Verdana,Helvetica,Arial,sans-serif; margin: 0px;}
#MedList{ margin: 0px; border: 0px; padding: 0px;}
.medtable, #MedDetails {
border-spacing: 0;
padding: 0;
table-layout: fixed;
border-collapse: collapse;
width: 100%;
font-size: .8em;
}
.col1 {
width: 20px;
}
.colname {
}
... | 0.261802 | 0.096068 |
#toast {
visibility: hidden; /* Hidden by default. Visible on click */
min-width: 380px; /* Set a default minimum width */
margin-left: -190px; /* Divide value of min-width by 2 */
background-color: #fff; /* Black background color */
box-shadow: 0px 2px 2px rgba(38, 43, 58, 0.05), 0px 4px 10px rgba(38, 43, 58... | src/components/additemtoast/AddItemToast.module.css | #toast {
visibility: hidden; /* Hidden by default. Visible on click */
min-width: 380px; /* Set a default minimum width */
margin-left: -190px; /* Divide value of min-width by 2 */
background-color: #fff; /* Black background color */
box-shadow: 0px 2px 2px rgba(38, 43, 58, 0.05), 0px 4px 10px rgba(38, 43, 58... | 0.41561 | 0.223144 |
@charset "UTF-8";
.hero-section {
padding: 100px 0;
}
.hero-section.has-cover {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
}
.hero-section.has-cover:before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
b... | assets/css/style.css | @charset "UTF-8";
.hero-section {
padding: 100px 0;
}
.hero-section.has-cover {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
}
.hero-section.has-cover:before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
b... | 0.50952 | 0.061537 |
@tailwind base;
@tailwind components;
@tailwind utilities;
/* Hide scrollbar for IE, Edge and Firefox */
.hide-scroll {
-ms-overflow-style: none;
scrollbar-width: none;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scroll::-webkit-scrollbar {
display: none;
}
.theme-main {
@apply bg-gray-50 dark:b... | src/assets/style.css | @tailwind base;
@tailwind components;
@tailwind utilities;
/* Hide scrollbar for IE, Edge and Firefox */
.hide-scroll {
-ms-overflow-style: none;
scrollbar-width: none;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scroll::-webkit-scrollbar {
display: none;
}
.theme-main {
@apply bg-gray-50 dark:b... | 0.479504 | 0.060087 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
}
body {
font-size: 100%;
background:linear-gradient(135deg, #230335 0%,#2eacb8 100%);
}
.cabecalho {
display: flex... | style.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
}
body {
font-size: 100%;
background:linear-gradient(135deg, #230335 0%,#2eacb8 100%);
}
.cabecalho {
display: flex... | 0.447702 | 0.10226 |
figure {
position:relative;
max-width:1024px;
max-width:64rem;
width:100%;
height:100%;
background-color:#666;
}
figcaption {
display:block;
font-size:12px;
font-size:0.75rem;
color:#fff;
}
video {
width:100%;
}
/* controls */
/* subtitles menu */
.subtitles-menu {
display:none;
position:absolute;
bottom... | live/css/styles.css | figure {
position:relative;
max-width:1024px;
max-width:64rem;
width:100%;
height:100%;
background-color:#666;
}
figcaption {
display:block;
font-size:12px;
font-size:0.75rem;
color:#fff;
}
video {
width:100%;
}
/* controls */
/* subtitles menu */
.subtitles-menu {
display:none;
position:absolute;
bottom... | 0.359926 | 0.098166 |
body {
color: white;
}
.content {
text-align: left !important;
}
.roomInfo {
display: flex;
flex-direction: row;
justify-content: space-between;
text-align: start;
font-size: 1.5rem;
}
.roomDetail {
padding-top: 3rem;
}
/* Grid */
.column {
flex-basis: 100%;
}
.hero {
line-height: 300px;
over... | src/components/flexboxGrid.module.css | body {
color: white;
}
.content {
text-align: left !important;
}
.roomInfo {
display: flex;
flex-direction: row;
justify-content: space-between;
text-align: start;
font-size: 1.5rem;
}
.roomDetail {
padding-top: 3rem;
}
/* Grid */
.column {
flex-basis: 100%;
}
.hero {
line-height: 300px;
over... | 0.37777 | 0.096493 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
font-size: 62.5%;
--background-img: url('../img/background.webp');
--color-font-white: white;
--color-wrapper: rgba(0, 0, 0, .1);
--size-text-normal: 2rem;
--size-text-h1: 2.5rem;
--color-container-responsive-menu: rgb... | Menu_lateral_responsive/css/menu.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
font-size: 62.5%;
--background-img: url('../img/background.webp');
--color-font-white: white;
--color-wrapper: rgba(0, 0, 0, .1);
--size-text-normal: 2rem;
--size-text-h1: 2.5rem;
--color-container-responsive-menu: rgb... | 0.466846 | 0.096578 |
@charset "utf-8";
.training-component {
height: 0;
flex-grow: 1;
align-self: center;
max-width: 100%;
margin-top: 15px;
--column-width: 15em;
--gap: 1em;
--border-width: max(.1em, 1px);
--border-color: hsl(209, 100%, 70%);
--border-radius: .35em;
--border: var(--border-... | css/training.css | @charset "utf-8";
.training-component {
height: 0;
flex-grow: 1;
align-self: center;
max-width: 100%;
margin-top: 15px;
--column-width: 15em;
--gap: 1em;
--border-width: max(.1em, 1px);
--border-color: hsl(209, 100%, 70%);
--border-radius: .35em;
--border: var(--border-... | 0.464173 | 0.08163 |
@-moz-document domain("userstyles.org") {
/* SITE WIDE CHANGES */
body
{
font-family: Consolas;
background: black;
color: #EEE;
margin: 0;
max-width: none!important;
}
pre
{
border:none;
color: black;
}
/* ----- Links ----- */
a
{
color: white;
text-decoration: none;
}
a:hover
{
col... | data/usercss/109075.user.css | @-moz-document domain("userstyles.org") {
/* SITE WIDE CHANGES */
body
{
font-family: Consolas;
background: black;
color: #EEE;
margin: 0;
max-width: none!important;
}
pre
{
border:none;
color: black;
}
/* ----- Links ----- */
a
{
color: white;
text-decoration: none;
}
a:hover
{
col... | 0.263126 | 0.040769 |
*{
margin:0;
padding: 0;
box-sizing: border-box;
font-family: 'Noto Sans', sans-serif;
}
html, body{
height: 100%;
}
/*DIVS GERAIS*/
.container{
width: 100%;
max-width: 1024px;
margin: 0 auto;
}
.clear{
clear: both;
}
/*HEADER*/
header{
background-color: rgb(220,220,220);
padding: 10px 2% 40px 2%;
}
h... | css/style.css | *{
margin:0;
padding: 0;
box-sizing: border-box;
font-family: 'Noto Sans', sans-serif;
}
html, body{
height: 100%;
}
/*DIVS GERAIS*/
.container{
width: 100%;
max-width: 1024px;
margin: 0 auto;
}
.clear{
clear: both;
}
/*HEADER*/
header{
background-color: rgb(220,220,220);
padding: 10px 2% 40px 2%;
}
h... | 0.17522 | 0.05902 |
@font-face {
font-family: "DejaVuSans" ;
src: local("DejaVu Sans"),url( "DejaVuSans.ttf" ) format("truetype");
font-weight: normal
}
@font-face {
font-family: "DejaVuSans" ;
src: local("DejaVu Sans Bold"),url( "DejaVuSans-Bold.ttf" ) format("truetype");
font-weight: bold
}
@font-face {
fon... | css/site_modules.css | @font-face {
font-family: "DejaVuSans" ;
src: local("DejaVu Sans"),url( "DejaVuSans.ttf" ) format("truetype");
font-weight: normal
}
@font-face {
font-family: "DejaVuSans" ;
src: local("DejaVu Sans Bold"),url( "DejaVuSans-Bold.ttf" ) format("truetype");
font-weight: bold
}
@font-face {
fon... | 0.428473 | 0.191233 |
.dashboard__data {
background: var(--container-color);
padding: 2rem;
display: flex;
flex-direction: column;
border-radius: 0.5rem;
}
.container__title {
margin-bottom: 1.5rem;
}
.dashboard__data-cont {
display: flex;
align-items: center;
justify-content: left;
flex-wrap: wrap;
gap: 1.5rem;
}
.... | website/assets/css/dashboard.css | .dashboard__data {
background: var(--container-color);
padding: 2rem;
display: flex;
flex-direction: column;
border-radius: 0.5rem;
}
.container__title {
margin-bottom: 1.5rem;
}
.dashboard__data-cont {
display: flex;
align-items: center;
justify-content: left;
flex-wrap: wrap;
gap: 1.5rem;
}
.... | 0.50415 | 0.092934 |
:root {
--background: black;
--font: white;
--hover: rgb(175, 175, 175);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.container a {
color: white;
}
.margi {
margin: 10px 0;
}
.footer-section {
display: flex;
justify-content: space-around;
margin-bottom: 5px;
}
.footer-section div {
... | src/components/main.css | :root {
--background: black;
--font: white;
--hover: rgb(175, 175, 175);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.container a {
color: white;
}
.margi {
margin: 10px 0;
}
.footer-section {
display: flex;
justify-content: space-around;
margin-bottom: 5px;
}
.footer-section div {
... | 0.601828 | 0.175644 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Poppins', sans-serif;
}
/* Navigation Bar */
.navbar {
font-weight: 500;
font-size: 14px;
background-color: #2E37A4;
}
.navbar-brand {
max-width: 80%;
}
.nav-item {
mar... | public/gatewaynet/assets/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Poppins', sans-serif;
}
/* Navigation Bar */
.navbar {
font-weight: 500;
font-size: 14px;
background-color: #2E37A4;
}
.navbar-brand {
max-width: 80%;
}
.nav-item {
mar... | 0.337749 | 0.073796 |
.clearfix::after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.clearfix {
}
/* 必要布局样式css */
.trade-content {
padding: 30px 0;
}
.trade-title {
font-size: 24px;
color: #333;
text-align: center;
margin: 50px 0;
position: ... | css/header/story.css | .clearfix::after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.clearfix {
}
/* 必要布局样式css */
.trade-content {
padding: 30px 0;
}
.trade-title {
font-size: 24px;
color: #333;
text-align: center;
margin: 50px 0;
position: ... | 0.350199 | 0.073198 |
* {
box-sizing: border-box;
}
body{
font-size: 15px;
font-family: "Open Sans";
background-color: #FDFDFD;
}
nav img {
height: 3em;
}
nav .profile {
border-radius: 10%;
}
nav .logo {
float: right;
}
aside{
display: none;
}
.container-fluid {
margin-top: 5em;
}
.feed {
margin-bottom: 200px;
}
article ... | static/css/app.css | * {
box-sizing: border-box;
}
body{
font-size: 15px;
font-family: "Open Sans";
background-color: #FDFDFD;
}
nav img {
height: 3em;
}
nav .profile {
border-radius: 10%;
}
nav .logo {
float: right;
}
aside{
display: none;
}
.container-fluid {
margin-top: 5em;
}
.feed {
margin-bottom: 200px;
}
article ... | 0.449634 | 0.111531 |
.feature-center {
padding: 30px;
float: left;
width: 100%;
position: relative;
bottom: 0;
margin-bottom: 40px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.feature-center:hover, .feature-center:focus {
background: #01bafd;
bottom: 10px;
-webkit-box-shadow: 0px 18px 71px -1... | public/css/v_courses.css | .feature-center {
padding: 30px;
float: left;
width: 100%;
position: relative;
bottom: 0;
margin-bottom: 40px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.feature-center:hover, .feature-center:focus {
background: #01bafd;
bottom: 10px;
-webkit-box-shadow: 0px 18px 71px -1... | 0.401688 | 0.095055 |
@-moz-document domain("kitsu.io")
{
/* Oomorath's Special Theme */
/* Major Parents */
.ember-application {
background-image: url("https://i.imgur.com/tINkZMe.jpg");
background-repeat: no-repeat;
background-position: center bottom;
background-attachment: fixed;
background-color: #23232d; ... | data/usercss/136998.user.css | @-moz-document domain("kitsu.io")
{
/* Oomorath's Special Theme */
/* Major Parents */
.ember-application {
background-image: url("https://i.imgur.com/tINkZMe.jpg");
background-repeat: no-repeat;
background-position: center bottom;
background-attachment: fixed;
background-color: #23232d; ... | 0.301773 | 0.065515 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;900&display=swap');
*{
box-sizing: border-box;
}
body{
background-color: rgb(3, 1, 20);
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 20px;
}
a{
text-decoration: none;
color: #fff;
}
li{
list-style-t... | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;900&display=swap');
*{
box-sizing: border-box;
}
body{
background-color: rgb(3, 1, 20);
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 20px;
}
a{
text-decoration: none;
color: #fff;
}
li{
list-style-t... | 0.47658 | 0.111096 |
:root {
--borderSeparatorColour: #f5f5f5;
--selectionColour_: rgb(108, 218, 104);
--focusIndication_: rgb(208, 243, 215);
--rowHighlightColour: rgb(54, 147, 190);
--selectionColour: rgb(9, 147, 211);
--focusIndication: rgb(9, 147, 211);
--selectionTextColour: white;
--componentBorder: ... | app/design2.css | :root {
--borderSeparatorColour: #f5f5f5;
--selectionColour_: rgb(108, 218, 104);
--focusIndication_: rgb(208, 243, 215);
--rowHighlightColour: rgb(54, 147, 190);
--selectionColour: rgb(9, 147, 211);
--focusIndication: rgb(9, 147, 211);
--selectionTextColour: white;
--componentBorder: ... | 0.665954 | 0.219756 |
*{margin:0;padding:0;box-sizing: border-box;}
a:hover{
text-decoration: none;
color:#f00;;
}
a:active{
color:#f00;
}
@media (min-width: 1200px) {
.container {
max-width: 1200px;
}
}
.container>.layout{
width:1200px;
height:36px;
background-color: #f1f1f1;
}
a{
text-decoration: none;
... | css/header.css | *{margin:0;padding:0;box-sizing: border-box;}
a:hover{
text-decoration: none;
color:#f00;;
}
a:active{
color:#f00;
}
@media (min-width: 1200px) {
.container {
max-width: 1200px;
}
}
.container>.layout{
width:1200px;
height:36px;
background-color: #f1f1f1;
}
a{
text-decoration: none;
... | 0.29696 | 0.032682 |
.circle {
width: 52px;
height: 52px;
border-radius: 50%;
cursor: pointer;
text-align: center;
display: inline-block;
}
a {
text-decoration: none;
}
.box {
width: 450px;
height: 90px;
}
.bigBox {
width: 450px;
height: 800px
}
.caption {
color: white;
font-size: 13... | 109-1Frontend/HW2/css/icon.css | .circle {
width: 52px;
height: 52px;
border-radius: 50%;
cursor: pointer;
text-align: center;
display: inline-block;
}
a {
text-decoration: none;
}
.box {
width: 450px;
height: 90px;
}
.bigBox {
width: 450px;
height: 800px
}
.caption {
color: white;
font-size: 13... | 0.448185 | 0.10618 |
html, body {
height: 100%;
background-color: #252525;
}
.body_wrapper {
height: 100%;
}
.left_column {
width: 175px;
float: left;
}
.center_column {
margin: 0px 250px 0px 175px;
min-height: 100%;
overflow: hidden;
background-color: #D8D8D8;
border-left: 1px solid #484848;
border-right: 1px solid #... | public/stylesheets/comfortable_mexican_sofa/structure.css | html, body {
height: 100%;
background-color: #252525;
}
.body_wrapper {
height: 100%;
}
.left_column {
width: 175px;
float: left;
}
.center_column {
margin: 0px 250px 0px 175px;
min-height: 100%;
overflow: hidden;
background-color: #D8D8D8;
border-left: 1px solid #484848;
border-right: 1px solid #... | 0.454472 | 0.157785 |
@import 'font-awesome.min.css';
@import 'animate.min.css';
@import 'owl.transitions.css';
@import 'owl.carousel.css';
@import 'theme.css';
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);
/* ==========================================
Table of Contents:
1. CSS Reset
2. Basic Document S... | public/mtce/css/style.css | @import 'font-awesome.min.css';
@import 'animate.min.css';
@import 'owl.transitions.css';
@import 'owl.carousel.css';
@import 'theme.css';
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);
/* ==========================================
Table of Contents:
1. CSS Reset
2. Basic Document S... | 0.261897 | 0.053651 |
body {
background: #222032;
}
.box {
position: absolute;
top: 50%;
left: 50%;
}
.object {
display: flex;
flex: 0 1 100%;
justify-content: center;
align-items: center;
align-content: stretch;
}
.outline {
width: 60px;
height: 60px;
border-radius: 50%;
border: 8px solid #B5A4A4;
animation: pulse 3... | staticfiles/style.407a2ba63b6e.css | body {
background: #222032;
}
.box {
position: absolute;
top: 50%;
left: 50%;
}
.object {
display: flex;
flex: 0 1 100%;
justify-content: center;
align-items: center;
align-content: stretch;
}
.outline {
width: 60px;
height: 60px;
border-radius: 50%;
border: 8px solid #B5A4A4;
animation: pulse 3... | 0.384219 | 0.093802 |
body {
font-family: 'Assistant', sans-serif;
color: #071C4D;
}
.navbar-brand img {
max-height: 40px;
}
.navbar-light .navbar-nav .nav-link {
color: #071C4D;
}
.navbar-light .navbar-nav .nav-link.active {
font-weight: bold;
color: #071C4D !important;
}
.btn-navbar-right {
margin-top: -10px !important;
... | public/assets/styles/main.css | body {
font-family: 'Assistant', sans-serif;
color: #071C4D;
}
.navbar-brand img {
max-height: 40px;
}
.navbar-light .navbar-nav .nav-link {
color: #071C4D;
}
.navbar-light .navbar-nav .nav-link.active {
font-weight: bold;
color: #071C4D !important;
}
.btn-navbar-right {
margin-top: -10px !important;
... | 0.38318 | 0.080792 |
/* CSS reset + default stuff */
:root {
--black: #101010;
--highlight-color: #ff142e;
}
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
transition: 0.4s;
line-height: 1.6;
color: var(--black);
}
*::before,
*::after {
margin: 0;
padding: 0... | Portfolio/wwwroot/css/site.css | /* CSS reset + default stuff */
:root {
--black: #101010;
--highlight-color: #ff142e;
}
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
transition: 0.4s;
line-height: 1.6;
color: var(--black);
}
*::before,
*::after {
margin: 0;
padding: 0... | 0.527803 | 0.071106 |
@media only screen and (min-width: 980px) and (max-width: 1190px) {
.container,
.dnd_container{
width: 960px;
}
.boxed_body_wrapper{
width: 980px;
}
.sf-mega{
width: 960px;
}
.timeline_post,
.timeline_post_first{
width: 430px;
}
#ABdev_sticky_header{
height: 609px;
}
#ABdev_sticky_header_con... | abi/themeforest-13619290-maxi-health-medical-health-html-template/MaxiHealth-HTML-Package/Maxi-Health/Home_files/main-responsive.css | @media only screen and (min-width: 980px) and (max-width: 1190px) {
.container,
.dnd_container{
width: 960px;
}
.boxed_body_wrapper{
width: 980px;
}
.sf-mega{
width: 960px;
}
.timeline_post,
.timeline_post_first{
width: 430px;
}
#ABdev_sticky_header{
height: 609px;
}
#ABdev_sticky_header_con... | 0.289472 | 0.101233 |
:root {
/* use same font in all browsers */
/*--sans-font: "Noto Sans"; /* NPM: @fontsource/noto-sans */
/*--mono-font: "Noto Mono"; /* NPM: @fontsource/noto-mono */
/* custom fonts are loaded in alchi-book/config/eleventy.config.js */
/* use system fonts -> smaller bundle */
--sans-font: sans-serif;
--mo... | src/alchi-book/src/css/index.css | :root {
/* use same font in all browsers */
/*--sans-font: "Noto Sans"; /* NPM: @fontsource/noto-sans */
/*--mono-font: "Noto Mono"; /* NPM: @fontsource/noto-mono */
/* custom fonts are loaded in alchi-book/config/eleventy.config.js */
/* use system fonts -> smaller bundle */
--sans-font: sans-serif;
--mo... | 0.291082 | 0.095223 |
.blogpost legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
textarea {
overflow: auto;
}
[type='checkbox'],
[type='radio'] {
box-sizing: border-box;
padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-out... | src/css/blogPost.css | .blogpost legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
textarea {
overflow: auto;
}
[type='checkbox'],
[type='radio'] {
box-sizing: border-box;
padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-out... | 0.50708 | 0.125253 |
*
{
padding: 0;
margin: 0;
}
.header{
height:100%;
background-image: url(images/banner-1.jpg);
background-size: cover;
background-position: center;
background-attachment: fixed;
padding-top: 20px;
text-align:center;
}
.header img{
width: 170px;
float: left;
}
.login-btn{
width: 100px;
padding... | style.css | *
{
padding: 0;
margin: 0;
}
.header{
height:100%;
background-image: url(images/banner-1.jpg);
background-size: cover;
background-position: center;
background-attachment: fixed;
padding-top: 20px;
text-align:center;
}
.header img{
width: 170px;
float: left;
}
.login-btn{
width: 100px;
padding... | 0.398992 | 0.094093 |
.custom-month-year{
margin: 0;
border: 1px solid #c2c2c2;
text-align: center;
display: block;
width: 100%;
color: #908b8b;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
font-family: 'Economica', sans-serif;
}
.custom-month-year ._nav{
position... | Content/css/custom_1.css | .custom-month-year{
margin: 0;
border: 1px solid #c2c2c2;
text-align: center;
display: block;
width: 100%;
color: #908b8b;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
font-family: 'Economica', sans-serif;
}
.custom-month-year ._nav{
position... | 0.26923 | 0.051154 |
*{
margin: 0%;
padding: 0%;
font-family: Arial, Helvetica, sans-serif;
}
body{
background-color: #DBE9F4;
position: relative;
}
.menu-superior{
background-color: #2E6386;
width: 99vw;
height: 7.6vh;
}
.sub-menu_1{
width: 8.2%;
height: 97%;
text-align: center;
float: l... | public/css/estilos.css | *{
margin: 0%;
padding: 0%;
font-family: Arial, Helvetica, sans-serif;
}
body{
background-color: #DBE9F4;
position: relative;
}
.menu-superior{
background-color: #2E6386;
width: 99vw;
height: 7.6vh;
}
.sub-menu_1{
width: 8.2%;
height: 97%;
text-align: center;
float: l... | 0.534612 | 0.080973 |
@-moz-document domain("realitygaming.fr") {
#content{
background: url("http://image.noelshack.com/fichiers/2016/27/1467886097-2-earth-2049-copie.jpg") top center fixed;
}
#content .pageContent {
background: none;
}
#header {
background-image: url("http://image.noelshack.com/fichiers/2016/27/14678860... | data/usercss/129913.user.css | @-moz-document domain("realitygaming.fr") {
#content{
background: url("http://image.noelshack.com/fichiers/2016/27/1467886097-2-earth-2049-copie.jpg") top center fixed;
}
#content .pageContent {
background: none;
}
#header {
background-image: url("http://image.noelshack.com/fichiers/2016/27/14678860... | 0.337094 | 0.082475 |
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,greek);
/* Reset unusual Firefox-on-Android default style, see https://github.com/necolas/normalize.css/issues/214*/
@media (max-width: 991px) { .form-text, .form-search, .form-textarea, .b... | htdocs/themes/bootstrap_business/css/base/style.css | @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,greek);
/* Reset unusual Firefox-on-Android default style, see https://github.com/necolas/normalize.css/issues/214*/
@media (max-width: 991px) { .form-text, .form-search, .form-textarea, .b... | 0.339171 | 0.111676 |
.type--head1,
.type--head2,
.type--head3,
.type--head4 {
color: var(--font-color-heading);
font-family: var(--font-family-condensed);
}
/*---
title: Heading 1
name: heading1
section: Typesetting
---
```example:html
<h2 class="type--head1">This is a top-level heading</h2>
```
*/
.type--head1 {
font-size: var(--f... | src/base-styles/helperClasses/typeset/scale.css | */
.type--head1 {
font-size: var(--font-size-4xl);
font-weight: var(--font-weight-bold);
line-height: var(--font-lineHeight-bigText);
}
/*---
title: Heading 2
name: heading2
section: Typesetting
---
*/
.type--head2 {
font-size: var(--font-size-3xl);
font-weight: var(--font-weight-bold);
line-height: var(... | 0.523664 | 0.529142 |
* {
margin: 0;
padding: 0;
}
/* RESET CSS STOP */
/* BODY START */
* {
font-family: 'Playfair Display', serif;
font-size: 14px;
color: #626262;
font-size: 14px;
vertical-align: middle;
line-height: normal;
height: auto;
text-align: left;
}
/* BODY STOP */
/* HEADER START *... | html-css/module-03/css/style.css | * {
margin: 0;
padding: 0;
}
/* RESET CSS STOP */
/* BODY START */
* {
font-family: 'Playfair Display', serif;
font-size: 14px;
color: #626262;
font-size: 14px;
vertical-align: middle;
line-height: normal;
height: auto;
text-align: left;
}
/* BODY STOP */
/* HEADER START *... | 0.243373 | 0.050168 |
* {
font-family: Georgia;
color:white;
}
body {
background-color: black;
}
.center {
text-align: center;
}
.line{
position: absolute;
padding-top: 15px;
}
.line hr{
border-color:#E4F1FE;
border-top:dashed 2px;
border-bottom: 0px;
}
.ticks {
position: absolute;
left:5px;
}
.time{
display: inl... | Meeting Schedule/css/app.css | * {
font-family: Georgia;
color:white;
}
body {
background-color: black;
}
.center {
text-align: center;
}
.line{
position: absolute;
padding-top: 15px;
}
.line hr{
border-color:#E4F1FE;
border-top:dashed 2px;
border-bottom: 0px;
}
.ticks {
position: absolute;
left:5px;
}
.time{
display: inl... | 0.459076 | 0.068537 |
@value fontMontserrat from '../../../styles/variables.module.css';
@value main-text-color from '../../../styles/variables.module.css';
@value secondary-text-color from '../../../styles/variables.module.css';
@value min-width-tablet from '../../../styles/variables.module.css';
@value max-width-tablet from '../../../styl... | src/components/TrainingSection/BookList/Booklist.module.css | @value fontMontserrat from '../../../styles/variables.module.css';
@value main-text-color from '../../../styles/variables.module.css';
@value secondary-text-color from '../../../styles/variables.module.css';
@value min-width-tablet from '../../../styles/variables.module.css';
@value max-width-tablet from '../../../styl... | 0.372619 | 0.108189 |
.content {
width:1170px;
height:100%;
margin:0px auto;
font-size:15px;
color:#565656;
line-height:22px;
}
.header {
background:#444444;
padding:25px 0;
}
.header a {
display: inline-block;
padding-left:25px;
color:#ffffff;
}
.header a em {
margin-right:12px;
}
.box_wrapper {
margin-top:100... | main.css | .content {
width:1170px;
height:100%;
margin:0px auto;
font-size:15px;
color:#565656;
line-height:22px;
}
.header {
background:#444444;
padding:25px 0;
}
.header a {
display: inline-block;
padding-left:25px;
color:#ffffff;
}
.header a em {
margin-right:12px;
}
.box_wrapper {
margin-top:100... | 0.357343 | 0.065068 |
.cssload-clock{
border-radius: 58px;
border: 3px solid whitesmoke;
height: 78px;
width: 78px;
position: absolute;
left: 35%;
left: calc(50% - 42px);
left: -o-calc(50% - 42px);
left: -ms-calc(50% - 42px);
left: -webkit-calc(50% - 42px);
left: -moz-calc(50% - 42px);
}
.cssload-clock:after{
content: "";
p... | loader.css | .cssload-clock{
border-radius: 58px;
border: 3px solid whitesmoke;
height: 78px;
width: 78px;
position: absolute;
left: 35%;
left: calc(50% - 42px);
left: -o-calc(50% - 42px);
left: -ms-calc(50% - 42px);
left: -webkit-calc(50% - 42px);
left: -moz-calc(50% - 42px);
}
.cssload-clock:after{
content: "";
p... | 0.263031 | 0.109515 |
body > .header .logo {
font-family: inherit;
}
body > .header .navbar .nav > li > a > .badge {
position: absolute;
top: 4px;
right: 0;
font-size: 75%;
}
body .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
body .navbar-nav > .notifications-menu > .dropdown-menu > li .menu ... | backend/web/css/style.css | body > .header .logo {
font-family: inherit;
}
body > .header .navbar .nav > li > a > .badge {
position: absolute;
top: 4px;
right: 0;
font-size: 75%;
}
body .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
body .navbar-nav > .notifications-menu > .dropdown-menu > li .menu ... | 0.423577 | 0.057573 |
body, h1, h2, h3, h4, h5{
/* color: #000; */
}
label {
display: block;
margin: 5px 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.table tbody{
color: white;
background: none;
font-family: "MB Empire Bold";
}
td,th {
padding: 5px;
border-bottom: 1px solid #aaa;
}
@font-face {
font-family: ... | public/assets/css/style.css | body, h1, h2, h3, h4, h5{
/* color: #000; */
}
label {
display: block;
margin: 5px 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.table tbody{
color: white;
background: none;
font-family: "MB Empire Bold";
}
td,th {
padding: 5px;
border-bottom: 1px solid #aaa;
}
@font-face {
font-family: ... | 0.255344 | 0.057652 |
@import url(https://fonts.googleapis.com/css?family=Work+Sans:200, 300);
@font-face {
font-family: 'DroidArabicNaskhBold';
src: url('fonts/DroidArabicNaskhBold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'DroidArabicNaskhRegular';
... | game3/css/styles.css | @import url(https://fonts.googleapis.com/css?family=Work+Sans:200, 300);
@font-face {
font-family: 'DroidArabicNaskhBold';
src: url('fonts/DroidArabicNaskhBold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'DroidArabicNaskhRegular';
... | 0.294012 | 0.080502 |
@import 'https://fonts.googleapis.com/css?family=Comfortaa:700';
@import 'https://fonts.googleapis.com/css?family=Cutive+Mono';
body{
font-family: 'Comfortaa', serif;
background: url("../images/wallpaper.jpg") no-repeat center center fixed #8C2538;
-webkit-background-size: cover;
-moz-background-size: ... | css/style.css | @import 'https://fonts.googleapis.com/css?family=Comfortaa:700';
@import 'https://fonts.googleapis.com/css?family=Cutive+Mono';
body{
font-family: 'Comfortaa', serif;
background: url("../images/wallpaper.jpg") no-repeat center center fixed #8C2538;
-webkit-background-size: cover;
-moz-background-size: ... | 0.347316 | 0.131312 |
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
body {
font-family: 'Roboto', sans-serif;
}
.btn.btn-raised.btn-primary {
border: 0px solid #fff;
border-radius: 0px;
}
.banner {
margin-top: 65px;
margin-bottom: 65px;
}
@media (min-width: 320px) and (max-width: 720px) {
.banner... | html/css/main-system/frontmain.css | @import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
body {
font-family: 'Roboto', sans-serif;
}
.btn.btn-raised.btn-primary {
border: 0px solid #fff;
border-radius: 0px;
}
.banner {
margin-top: 65px;
margin-bottom: 65px;
}
@media (min-width: 320px) and (max-width: 720px) {
.banner... | 0.435181 | 0.113162 |
@import url("https://fonts.googleapis.com/css2?family=Newsreader:wght@300;400&family=Quicksand:wght@300;400;500&family=Gugi&display=swap");
@media screen and (min-width: 300px) and (max-width: 660px) {
*, *::before, *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
main {
overflow-x: hi... | resources/css/style-responsive.css | @import url("https://fonts.googleapis.com/css2?family=Newsreader:wght@300;400&family=Quicksand:wght@300;400;500&family=Gugi&display=swap");
@media screen and (min-width: 300px) and (max-width: 660px) {
*, *::before, *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
main {
overflow-x: hi... | 0.538741 | 0.101768 |
:root{
--grid-size-extra-small: 546px;
--background-position: 0px;
}
body{
font-family: Verdana, Geneva, sans-serif;
background-image: url(../Imagens/Pizza_HD3.jpg);
background-repeat: no-repeat;
background-attachment:fixed;
background-size: cover;
background-position: 0px 0px;
padd... | ProjetoIntegrador/Recursos/CSS/style.css | :root{
--grid-size-extra-small: 546px;
--background-position: 0px;
}
body{
font-family: Verdana, Geneva, sans-serif;
background-image: url(../Imagens/Pizza_HD3.jpg);
background-repeat: no-repeat;
background-attachment:fixed;
background-size: cover;
background-position: 0px 0px;
padd... | 0.392686 | 0.146392 |
.u-flex {
display: flex !important;
}
.u-flexInline {
display: inline-flex;
}
.u-flex-row {
flex-direction: row !important;
}
.u-flex-rowReverse {
flex-direction: row-reverse !important;
}
.u-flex-col {
flex-direction: column !important;
}
.u-flex-colReverse {
flex-direction: column-reverse !important;... | src/utilities.css | .u-flex {
display: flex !important;
}
.u-flexInline {
display: inline-flex;
}
.u-flex-row {
flex-direction: row !important;
}
.u-flex-rowReverse {
flex-direction: row-reverse !important;
}
.u-flex-col {
flex-direction: column !important;
}
.u-flex-colReverse {
flex-direction: column-reverse !important;... | 0.437583 | 0.057998 |
:root{
--star-rating-size: 5rem;
--unchecked-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3e%3cpath fill='%23fff' stroke='%23666' d='m25,1 6,17h18l-14,11 5,17-15-10-15,10 5-17-14-11h18z'/%3e%3c/svg%3e");... | src/rating/rating.css | :root{
--star-rating-size: 5rem;
--unchecked-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3e%3cpath fill='%23fff' stroke='%23666' d='m25,1 6,17h18l-14,11 5,17-15-10-15,10 5-17-14-11h18z'/%3e%3c/svg%3e");... | 0.516595 | 0.133613 |
@charset "UTF-8";
/*
Theme Name: Pollster
Theme URI: http://pollster.refined.works/
Author: fano
Author URI: https://dribbble.com/fano
Description: Pollster is a FREE WordPress theme for measuring likeability or popularity between two contestants.
Requires at least: WordPress 5.1
Version: 2.0
License: GNU General Publi... | style.css | @charset "UTF-8";
/*
Theme Name: Pollster
Theme URI: http://pollster.refined.works/
Author: fano
Author URI: https://dribbble.com/fano
Description: Pollster is a FREE WordPress theme for measuring likeability or popularity between two contestants.
Requires at least: WordPress 5.1
Version: 2.0
License: GNU General Publi... | 0.396886 | 0.06236 |
* {
box-sizing: border-box;
}
*:before,
*:after {
box-sizing: border-box;
}
html,
body {
height: 100%;
position: relative;
}
.app-body {
min-height: 100vh;
overflow: hidden;
display: block;
position: relative;
padding-bottom: 20px;
}
footer {
position: absolute;
bottom: 0;
width: 100%;
}
/* jum... | assets/style.css | * {
box-sizing: border-box;
}
*:before,
*:after {
box-sizing: border-box;
}
html,
body {
height: 100%;
position: relative;
}
.app-body {
min-height: 100vh;
overflow: hidden;
display: block;
position: relative;
padding-bottom: 20px;
}
footer {
position: absolute;
bottom: 0;
width: 100%;
}
/* jum... | 0.2819 | 0.096877 |
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; }
... | frontend/web/themes/stiller/files/main_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.324449 | 0.12075 |
div > div.top {
background-color: dimgrey;
padding: 10px;
border-radius: 100px;
}
a.top:link {
color: white;
}
div#tp {
padding-top: 45%;
padding-left: 90%;
position: fixed;
size: 10%;
}
nav {
background-color: #333;
overflow:hidden;
border-radius: 7px;... | ltx.css | div > div.top {
background-color: dimgrey;
padding: 10px;
border-radius: 100px;
}
a.top:link {
color: white;
}
div#tp {
padding-top: 45%;
padding-left: 90%;
position: fixed;
size: 10%;
}
nav {
background-color: #333;
overflow:hidden;
border-radius: 7px;... | 0.311322 | 0.096621 |
@-moz-document regexp("chrome-extension://.*"), regexp("moz-extension://.*") {
#stylus body,
#notes,
#stylus input,
#stylus select,
#stylus-popup > #installed
{
background-color: #111 !important
}
#header,
#help-popup,
.CodeMirror-hints,
.blocked-info,
#stylus > #stylus-popup,... | data/usercss/162583.user.css | @-moz-document regexp("chrome-extension://.*"), regexp("moz-extension://.*") {
#stylus body,
#notes,
#stylus input,
#stylus select,
#stylus-popup > #installed
{
background-color: #111 !important
}
#header,
#help-popup,
.CodeMirror-hints,
.blocked-info,
#stylus > #stylus-popup,... | 0.261142 | 0.038683 |
@import url(http://fonts.googleapis.com/css?family=Roboto:400);
body {
background-color:#e0e0e0;
-webkit-font-smoothing: antialiased;
font: normal 14px Roboto,arial,sans-serif;
text-shadow: 0px 1px rgba(255,255,255,0.6);
background-image:url(../img/bgTexture.png);
background-repeat:repeat;
}
.navbar-default... | css/shellStyle.css | @import url(http://fonts.googleapis.com/css?family=Roboto:400);
body {
background-color:#e0e0e0;
-webkit-font-smoothing: antialiased;
font: normal 14px Roboto,arial,sans-serif;
text-shadow: 0px 1px rgba(255,255,255,0.6);
background-image:url(../img/bgTexture.png);
background-repeat:repeat;
}
.navbar-default... | 0.267695 | 0.071332 |
/* шапка сайта */
header {
}
header > .header-top {
background-color: #333;
}
header > .header-top a {
color: #fff;
}
header > .header-top .nav-pills > li > a {
border-radius: 0;
}
header > .header-top .nav > li > a:hover,
header ... | web/css/main.css | /* шапка сайта */
header {
}
header > .header-top {
background-color: #333;
}
header > .header-top a {
color: #fff;
}
header > .header-top .nav-pills > li > a {
border-radius: 0;
}
header > .header-top .nav > li > a:hover,
header ... | 0.215846 | 0.098773 |
.ztree * {font-size: 10pt;font-family:"Microsoft Yahei",Verdana,Simsun,"Segoe UI Web Light","Segoe UI Light","Segoe UI Web Regular","Segoe UI","Segoe UI Symbol","Helvetica Neue",Arial}
.ztree li ul{ margin:0; padding:0}
.ztree li {line-height:30px;}
.ztree li a {width:200px;height:30px;padding-top: 0px;}
.ztree li ... | web/css/connect.css | .ztree * {font-size: 10pt;font-family:"Microsoft Yahei",Verdana,Simsun,"Segoe UI Web Light","Segoe UI Light","Segoe UI Web Regular","Segoe UI","Segoe UI Symbol","Helvetica Neue",Arial}
.ztree li ul{ margin:0; padding:0}
.ztree li {line-height:30px;}
.ztree li a {width:200px;height:30px;padding-top: 0px;}
.ztree li ... | 0.326379 | 0.140277 |
:root {
--main-emphasis-color: rgb(22, 168, 194);
--sec-emphasis-color: rgb(18, 152, 175);
}
html,body {
background-color: #fff;
color: #636b6f;
font-family: 'Nunito', sans-serif;
font-weight: 200;
height: 100%;
display: flex;
flex-direction: column;
margin: 0;
}
/* body {
... | public/css/styles.css | :root {
--main-emphasis-color: rgb(22, 168, 194);
--sec-emphasis-color: rgb(18, 152, 175);
}
html,body {
background-color: #fff;
color: #636b6f;
font-family: 'Nunito', sans-serif;
font-weight: 200;
height: 100%;
display: flex;
flex-direction: column;
margin: 0;
}
/* body {
... | 0.427038 | 0.119819 |
.wrap {
composes: pure-u-1 from '../pure.css';
margin-top: 30px;
}
.room-list {
composes: pure-u-1-4 from '../pure.css';
}
.room-list ul {
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
}
.room-list-item {
padding: 5px 0px 5px 0px;
list-style: none;
margin-top: 15px;
... | app/components/ChatRoom.css | .wrap {
composes: pure-u-1 from '../pure.css';
margin-top: 30px;
}
.room-list {
composes: pure-u-1-4 from '../pure.css';
}
.room-list ul {
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
}
.room-list-item {
padding: 5px 0px 5px 0px;
list-style: none;
margin-top: 15px;
... | 0.644561 | 0.127761 |
QFrame {
outline: none;
background-color: rgb(36, 36, 36, 255);
}
/*
--------------------------------------------------------------------------
QGroupBox
--------------------------------------------------------------------------
*/
QGroupBox {
border: 0px groove black;
border-top-left-radius: 0px... | toycabinet/rsc/css/factory.css | QFrame {
outline: none;
background-color: rgb(36, 36, 36, 255);
}
/*
--------------------------------------------------------------------------
QGroupBox
--------------------------------------------------------------------------
*/
QGroupBox {
border: 0px groove black;
border-top-left-radius: 0px... | 0.397938 | 0.130396 |
html,
body {
margin: 0;
padding: 0;
color: #333333;
font-family: "Helvetica Neue",Arial,sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 1.5625;
margin-bottom: 15px;
font-weight: bold;
}
body {
background-image: url('travel-app-background.jpg');
background-position: center;
bac... | assets/travel-app.css | html,
body {
margin: 0;
padding: 0;
color: #333333;
font-family: "Helvetica Neue",Arial,sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 1.5625;
margin-bottom: 15px;
font-weight: bold;
}
body {
background-image: url('travel-app-background.jpg');
background-position: center;
bac... | 0.517327 | 0.074467 |
text-align: center;
font-size: 18px;
margin: 60px 0 50px 0;
}
#login-link {
background-color: rgba(224, 224, 224, 0.836);
color: black;
text-align: center;
font-family: verdana;
font-size: 20px;
padding-top: 12.5px;
width: 350px;
margin-top: 40px;
display: block;
m... | public/css/intro-page.css | text-align: center;
font-size: 18px;
margin: 60px 0 50px 0;
}
#login-link {
background-color: rgba(224, 224, 224, 0.836);
color: black;
text-align: center;
font-family: verdana;
font-size: 20px;
padding-top: 12.5px;
width: 350px;
margin-top: 40px;
display: block;
m... | 0.376623 | 0.112795 |
body {
line-height: 1.9em;
padding: 40px;
background: #fafafa;
}
.navbar-inverse {
margin: 40px;
background: rgba(33, 62, 91, 0.2);
border: none;
transition: all 0.3s ease;
}
.morenav {
background: rgba(33, 62, 91, 1);
margin-top: 0;
}
.navbar-inverse .navbar-nav li a {
paddin... | resources/views/themes/coaster2017/public/css/style.css | body {
line-height: 1.9em;
padding: 40px;
background: #fafafa;
}
.navbar-inverse {
margin: 40px;
background: rgba(33, 62, 91, 0.2);
border: none;
transition: all 0.3s ease;
}
.morenav {
background: rgba(33, 62, 91, 1);
margin-top: 0;
}
.navbar-inverse .navbar-nav li a {
paddin... | 0.404037 | 0.098425 |
::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }
body {
background-color: #FFF;
margin: 40px;
font-family: Montserrat !important;
color: #4F5155;
word-wrap: break-word;
}
p{
margin: 0;
padding: 0;
}
a {
color: #00339... | css/style.css | ::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }
body {
background-color: #FFF;
margin: 40px;
font-family: Montserrat !important;
color: #4F5155;
word-wrap: break-word;
}
p{
margin: 0;
padding: 0;
}
a {
color: #00339... | 0.386763 | 0.131787 |
html{ height: 100%;}
body{position: relative;}
.container{
/* position: absolute;
top: 0;
bottom: 0;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
width: 100%;*/
}
/* 悬浮招标 */
.float_zb{
width: 100%;
max-width: 640px;
height:auto;
position: fixed;
display: none;
bottom: 0;
z-index: ... | img/blog/U_files/floatZb.css | html{ height: 100%;}
body{position: relative;}
.container{
/* position: absolute;
top: 0;
bottom: 0;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
width: 100%;*/
}
/* 悬浮招标 */
.float_zb{
width: 100%;
max-width: 640px;
height:auto;
position: fixed;
display: none;
bottom: 0;
z-index: ... | 0.274935 | 0.057493 |
.nonselectabletext {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-family: 'Audiowide', Segoe... | SpideyApp/SpideyApp/platforms/android/assets/www/css/index.css | .nonselectabletext {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-family: 'Audiowide', Segoe... | 0.279927 | 0.055031 |
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
color: #468847;
background-color: #DFF0D8;
border: 1px solid #D6E9C6;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
color: #B94A48;
background-color: #F2DEDE;
border: 1px solid #EED3D7;
}
.parsley... | public/admin/css/admin.custom.css | input.parsley-success,
select.parsley-success,
textarea.parsley-success {
color: #468847;
background-color: #DFF0D8;
border: 1px solid #D6E9C6;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
color: #B94A48;
background-color: #F2DEDE;
border: 1px solid #EED3D7;
}
.parsley... | 0.291787 | 0.191271 |
@charset "UTF-8";
/*! tailwindcss v2.0.3 | MIT License | https://tailwindcss.com*/
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
:root{
-moz-tab-size:4;
-o-tab-size:4;
tab-size:4
}
html{
line-height:1.15;
-webkit-text-size-adjust:100%
}
body{
margin:0;
... | public/css/app.css | @charset "UTF-8";
/*! tailwindcss v2.0.3 | MIT License | https://tailwindcss.com*/
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
:root{
-moz-tab-size:4;
-o-tab-size:4;
tab-size:4
}
html{
line-height:1.15;
-webkit-text-size-adjust:100%
}
body{
margin:0;
... | 0.448909 | 0.053502 |
.pageTitle {
font-size: 3rem;
}
.main {
display: grid;
grid-template-rows: 1fr 2fr 11fr;
}
.main-content, .main-content-lists{
display:flex;
flex-direction: row;
flex-wrap: wrap;
}
/*==========================*/
/*=========LIST==========*/
.list {
display: grid;
grid-template-colu... | Codigo/assets/pages/home/css/styles.css |
.pageTitle {
font-size: 3rem;
}
.main {
display: grid;
grid-template-rows: 1fr 2fr 11fr;
}
.main-content, .main-content-lists{
display:flex;
flex-direction: row;
flex-wrap: wrap;
}
/*==========================*/
/*=========LIST==========*/
.list {
display: grid;
grid-template-colu... | 0.487795 | 0.113629 |
body {
color: #fff;
background: #121212;
font-family: proxima-nova,sans-serif;
font-style: normal;
}
#container-pad {
padding: 0;
}
.title {
font-size: 20px;
padding: 0;
margin: 0;
}
.artist {
font-size: 14px;
padding: 0;
margin:0;
color: rgb(119, 119, 119);
}
.album-cover {
padding: 30px 30px 0px 30... | app/public/styles.css | body {
color: #fff;
background: #121212;
font-family: proxima-nova,sans-serif;
font-style: normal;
}
#container-pad {
padding: 0;
}
.title {
font-size: 20px;
padding: 0;
margin: 0;
}
.artist {
font-size: 14px;
padding: 0;
margin:0;
color: rgb(119, 119, 119);
}
.album-cover {
padding: 30px 30px 0px 30... | 0.374676 | 0.060308 |
:root {
--light-color: #212529;
--light-second-color: #727475;
--light-background: #ffffff;
--light-second-background: #f1f1f1;
--dark-color: #909090;
--dark-second-color: #f5f6fa;
--dark-background: #23242d;
--dark-second-background: #181818;
--dark-color-gauge: #ffffff1a;
--light-color-gauge: #0... | public/style.css | :root {
--light-color: #212529;
--light-second-color: #727475;
--light-background: #ffffff;
--light-second-background: #f1f1f1;
--dark-color: #909090;
--dark-second-color: #f5f6fa;
--dark-background: #23242d;
--dark-second-background: #181818;
--dark-color-gauge: #ffffff1a;
--light-color-gauge: #0... | 0.540924 | 0.168651 |