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 |
|---|---|---|---|---|
@-moz-document domain("mlbpark.donga.com") {
.index #container .contents .left_cont {
/* position: relative; */
/* float: left; */
/* 게시판 폭 조절 */
width: 1030px;
}
.top_ad, #left_ad, #center_ad02, #right_cont{
display:none;
}
.index{
background:#fff;
}
.tbl_type01 tbody tr td .word, .main_contents .nav .bes... | data/usercss/125730.user.css | @-moz-document domain("mlbpark.donga.com") {
.index #container .contents .left_cont {
/* position: relative; */
/* float: left; */
/* 게시판 폭 조절 */
width: 1030px;
}
.top_ad, #left_ad, #center_ad02, #right_cont{
display:none;
}
.index{
background:#fff;
}
.tbl_type01 tbody tr td .word, .main_contents .nav .bes... | 0.230313 | 0.043978 |
:root {
/*
* Colors
* ======================================================================== */
--white: #F7F7F7;
--gray-darker: color(black lightness(+13.5%)); /* #222 */
--gray-dark: color(black lightness(+25%)); /* #404040 */
--gray: color(blac... | src/components/variables.css |
:root {
/*
* Colors
* ======================================================================== */
--white: #F7F7F7;
--gray-darker: color(black lightness(+13.5%)); /* #222 */
--gray-dark: color(black lightness(+25%)); /* #404040 */
--gray: color(blac... | 0.46223 | 0.124372 |
* {
overflow-x: hidden;
padding: 0px !important;
margin: 0px !important;
}
.v5_20 {
width: 100%;
height: 5271px;
background: rgba(255,255,255,1);
opacity: 1;
position: absolute;
top: 0px;
left: 0px;
overflow: hidden;
}
.v11_16 {
width: 100%;
height: 727px;
background: rgba(250,251,250,1);
... | public/assets/main.css | * {
overflow-x: hidden;
padding: 0px !important;
margin: 0px !important;
}
.v5_20 {
width: 100%;
height: 5271px;
background: rgba(255,255,255,1);
opacity: 1;
position: absolute;
top: 0px;
left: 0px;
overflow: hidden;
}
.v11_16 {
width: 100%;
height: 727px;
background: rgba(250,251,250,1);
... | 0.531939 | 0.108472 |
pre {
background: #f5f5f5;
border: 1px solid #dadada;
padding: 11px;
font-size: 12px;
line-height: 1.3em;
overflow: auto;
}
a { color: #21759b; text-decoration: none; font-weight: normal; border: 0 none; }
/*a:visited {color:#4ca6cf;}*/
a:hover { color: #d54e21; }
a:active { outline: none; }
p a... | vealous/static/css/slim.css | pre {
background: #f5f5f5;
border: 1px solid #dadada;
padding: 11px;
font-size: 12px;
line-height: 1.3em;
overflow: auto;
}
a { color: #21759b; text-decoration: none; font-weight: normal; border: 0 none; }
/*a:visited {color:#4ca6cf;}*/
a:hover { color: #d54e21; }
a:active { outline: none; }
p a... | 0.359814 | 0.165323 |
body {
margin: 0;
padding: 0;
background-color: #eddea4;
display: flex;
min-height: 100vh;
align-items: center;
justify-content: center;
background-image:
radial-gradient(circle at 100% 150%, #eddea4 24%, #f7a072 25%, #f7a072 28%, #eddea4 29%, #eddea4 36%, #f7a072 36%, #f7a072 40%, transparent 40%, t... | client/src/App.css | body {
margin: 0;
padding: 0;
background-color: #eddea4;
display: flex;
min-height: 100vh;
align-items: center;
justify-content: center;
background-image:
radial-gradient(circle at 100% 150%, #eddea4 24%, #f7a072 25%, #f7a072 28%, #eddea4 29%, #eddea4 36%, #f7a072 36%, #f7a072 40%, transparent 40%, t... | 0.423935 | 0.070848 |
@import './reponsive.css';
@import './single-style.css';
html{
scroll-behavior: smooth;
}
* {
font-family: 'Nunito', sans-serif;
/* font-family: 'Fira Sans', sans-serif; */
}
ul,ol{
list-style-type: none;
margin: 0;
padding: 0;
}
h1,h2,h3,h4,h5,h6{
text-rendering: optimizeSpeed;
}
.row{
margin-left: 0... | public/source/assets/css/style.css | @import './reponsive.css';
@import './single-style.css';
html{
scroll-behavior: smooth;
}
* {
font-family: 'Nunito', sans-serif;
/* font-family: 'Fira Sans', sans-serif; */
}
ul,ol{
list-style-type: none;
margin: 0;
padding: 0;
}
h1,h2,h3,h4,h5,h6{
text-rendering: optimizeSpeed;
}
.row{
margin-left: 0... | 0.354545 | 0.08061 |
html,
body,
header {
height: 100%;
}
div.sign-up {
height: 420px;
background-color: #eeeff1 !important;
margin-top: 70px;
}
div.hint {
background-color: #f8f9fa !important;
text-align: center;
padding-top: 40px;
padding-bottom: 40px;
}
div.hint h3 {
font-size: 3em;
font-family: 'IBM Plex Sans', sans-serif;... | public/css/landing.css | html,
body,
header {
height: 100%;
}
div.sign-up {
height: 420px;
background-color: #eeeff1 !important;
margin-top: 70px;
}
div.hint {
background-color: #f8f9fa !important;
text-align: center;
padding-top: 40px;
padding-bottom: 40px;
}
div.hint h3 {
font-size: 3em;
font-family: 'IBM Plex Sans', sans-serif;... | 0.425725 | 0.064124 |
@import url('https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
-webkit-box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
/* body {
position: relative;
} */
.background {
position: absolute;
top: 0;
... | ui/react-ui/src/components/routes/home/Home.css | @import url('https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
-webkit-box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
/* body {
position: relative;
} */
.background {
position: absolute;
top: 0;
... | 0.4436 | 0.12031 |
body {
font-family: "Arial", Serif;
background-color: #f4f4f4;
overflow-x: hidden;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.side-nav {
height: 100%;
width: 40px;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #111;
opacity: 0.9;
... | submissions/Vitaminvp/js-dom/style.css | body {
font-family: "Arial", Serif;
background-color: #f4f4f4;
overflow-x: hidden;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.side-nav {
height: 100%;
width: 40px;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #111;
opacity: 0.9;
... | 0.480479 | 0.102889 |
.list-container {
font-family: 'Open Sans', sans-serif;
background: #355987;
}
.list-container .comment-header {
padding: 5px 15px;
height: 30px;
width: 960px;
line-height: 30px;
font-size: 18px;
color: #e8e8e8;
}
.list-container .comment-header .author-info {
font-weight: bold;
margin-right: 10px... | app/static/css/components/comment-list.css | .list-container {
font-family: 'Open Sans', sans-serif;
background: #355987;
}
.list-container .comment-header {
padding: 5px 15px;
height: 30px;
width: 960px;
line-height: 30px;
font-size: 18px;
color: #e8e8e8;
}
.list-container .comment-header .author-info {
font-weight: bold;
margin-right: 10px... | 0.335351 | 0.05744 |
.table-img {
width: 50px;
height: 50px;
margin: auto;
}
.basic-table-icon {
margin: auto;
}
.basic-table-icon-wrapper {
display: flex;
}
.basic-table-icon:hover {
opacity: 0.5;
}
.gems-table {
font-size: 0.75rem;
}
.gems-table thead th {
vertical-align: middle;
}
.gems-table-header... | gems-client/src/containers/GemsTable/GemsTable.css | .table-img {
width: 50px;
height: 50px;
margin: auto;
}
.basic-table-icon {
margin: auto;
}
.basic-table-icon-wrapper {
display: flex;
}
.basic-table-icon:hover {
opacity: 0.5;
}
.gems-table {
font-size: 0.75rem;
}
.gems-table thead th {
vertical-align: middle;
}
.gems-table-header... | 0.574992 | 0.152884 |
body{margin:0 auto; font-size:12px; color:#666666; font-family:Arial, Helvetica, sans-serif, "宋体";}
ul,li{ list-style:none;}
ol,li{ list-style:none;}
img{ border:0; padding:0; margin:0;}
a{text-decoration:none; color:#666666;}
a:hover{text-decoration:underline; color:#333333; }
h1,h2,h3,input,form,span,p,dl,dt,dd,ol,l... | WebRoot/js/easyui/css/suppReg.css | body{margin:0 auto; font-size:12px; color:#666666; font-family:Arial, Helvetica, sans-serif, "宋体";}
ul,li{ list-style:none;}
ol,li{ list-style:none;}
img{ border:0; padding:0; margin:0;}
a{text-decoration:none; color:#666666;}
a:hover{text-decoration:underline; color:#333333; }
h1,h2,h3,input,form,span,p,dl,dt,dd,ol,l... | 0.260484 | 0.075007 |
body {
font-size: 13px;
}
div {
margin: 0;
padding: 0;
}
div#content {
width: 798px;
margin: 0 auto;
}
div#acthead {
clear: both;
height: 24px;
overflow: hidden;
}
div#acthead_left {
float: left;
width: 105px;
background: #fff url('../images/logo.gif') no-repeat 0 0;
border-right: 1px solid #b7b3a5;
heig... | src/NTE/AntiquitasBundle/Resources/public/activites/new_pl/style/old.css | body {
font-size: 13px;
}
div {
margin: 0;
padding: 0;
}
div#content {
width: 798px;
margin: 0 auto;
}
div#acthead {
clear: both;
height: 24px;
overflow: hidden;
}
div#acthead_left {
float: left;
width: 105px;
background: #fff url('../images/logo.gif') no-repeat 0 0;
border-right: 1px solid #b7b3a5;
heig... | 0.200558 | 0.09118 |
* {
line-height: 1.6rem;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.6em;
margin: 0;
}
header {
background-color: #fff;
padding-left: 30px;
padding-top: 30px;
padding-bottom: 30px;
box-shadow: 0 4px 2px -2px gray;
}
.clr {
clear: both;
}
.body-container {
positi... | client/styles/style.css | * {
line-height: 1.6rem;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.6em;
margin: 0;
}
header {
background-color: #fff;
padding-left: 30px;
padding-top: 30px;
padding-bottom: 30px;
box-shadow: 0 4px 2px -2px gray;
}
.clr {
clear: both;
}
.body-container {
positi... | 0.413714 | 0.08043 |
@charset "UTF-8";
* {
behavior: none !important;
}
html, body, p, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
position: static;
}
html {
color: #000000;
background-color: #FFFFFF;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
a {
color: inherit;
_color: #000000; /... | public/universal/css/print2.css | @charset "UTF-8";
* {
behavior: none !important;
}
html, body, p, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
position: static;
}
html {
color: #000000;
background-color: #FFFFFF;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
a {
color: inherit;
_color: #000000; /... | 0.400867 | 0.085137 |
.bg-color {
background-color: var(--main-color);
}
.hero.container{
padding-bottom: 20px;
background-image: url(../img/background.jpg);
background-position: bottom center;
background-size: cover;
}
.hero> .row-short{
text-align: center;
}
.hero img{
margin-botto... | css/custom.css | .bg-color {
background-color: var(--main-color);
}
.hero.container{
padding-bottom: 20px;
background-image: url(../img/background.jpg);
background-position: bottom center;
background-size: cover;
}
.hero> .row-short{
text-align: center;
}
.hero img{
margin-botto... | 0.380183 | 0.107719 |
body {
padding: 0px;
margin: 0px;
background-color: #d8d8d8;
}
.main {
padding-top: 200px;
}
a {
text-decoration: none;
}
li {
list-style-type: none;
}
h1 {
text-align: center;
}
h2 {
text-align: center;
}
table {
margin-left: auto;
margin-right: auto;
border-collapse: ... | public/css/style.css | body {
padding: 0px;
margin: 0px;
background-color: #d8d8d8;
}
.main {
padding-top: 200px;
}
a {
text-decoration: none;
}
li {
list-style-type: none;
}
h1 {
text-align: center;
}
h2 {
text-align: center;
}
table {
margin-left: auto;
margin-right: auto;
border-collapse: ... | 0.406862 | 0.099952 |
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* ht... | css/main.css | /* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* ht... | 0.495117 | 0.074703 |
css resets
* {
margin: 0;
padding: 0;
}
/* general style rules */
body {
font-family: 'Roboto', sans-serif;
font-size: 16 px;
padding: 0;
margin: auto 0;
background-color: white;
color: black;
}
/* header */
header {
background: black;
padding: 5px 30px;
color: white;
... | css/custom.css | css resets
* {
margin: 0;
padding: 0;
}
/* general style rules */
body {
font-family: 'Roboto', sans-serif;
font-size: 16 px;
padding: 0;
margin: auto 0;
background-color: white;
color: black;
}
/* header */
header {
background: black;
padding: 5px 30px;
color: white;
... | 0.291182 | 0.088583 |
@charset "UTF-8";
body {
font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", SimSun, "宋体", STXihei, "华文细黑", Heiti, "黑体", sans-serif;
color: #000;
font-size: 15px;
overflow-x: hidden; }
.bg {
position: fixed;
background-color: #f0f0f0;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-in... | app/styles/main.css | @charset "UTF-8";
body {
font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", SimSun, "宋体", STXihei, "华文细黑", Heiti, "黑体", sans-serif;
color: #000;
font-size: 15px;
overflow-x: hidden; }
.bg {
position: fixed;
background-color: #f0f0f0;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-in... | 0.362066 | 0.052546 |
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, ... | style.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, ... | 0.498535 | 0.105533 |
@import url(http://fonts.googleapis.com/css?family=Dosis:200,300,400,600);
@import url(http://fonts.googleapis.com/css?family=Bitter:400,700,400italic);
/* some colors */
body {
font-size: 16px;
font-family: 'Dosis';
font-weight: 400; }
iframe {
width: 100%;
margin-bottom: 0.5em; }
iframe:last-child {
... | space-walk/css/style.css | @import url(http://fonts.googleapis.com/css?family=Dosis:200,300,400,600);
@import url(http://fonts.googleapis.com/css?family=Bitter:400,700,400italic);
/* some colors */
body {
font-size: 16px;
font-family: 'Dosis';
font-weight: 400; }
iframe {
width: 100%;
margin-bottom: 0.5em; }
iframe:last-child {
... | 0.250913 | 0.079496 |
ul, li {
margin: 0;
padding: 0;
font-family: 'Nunito', sans-serif;
color:#272424;
/*background-color: #f1f1f6;*/
}
.container {
padding: 20px 0;
}
.container h1 {
text-align: center;
}
.timeline {
position: relative;
margin: 0 auto;
width: 90%;
}
.timeline ul li {
margin... | src/app/timeline/timeline.component.css | ul, li {
margin: 0;
padding: 0;
font-family: 'Nunito', sans-serif;
color:#272424;
/*background-color: #f1f1f6;*/
}
.container {
padding: 20px 0;
}
.container h1 {
text-align: center;
}
.timeline {
position: relative;
margin: 0 auto;
width: 90%;
}
.timeline ul li {
margin... | 0.520009 | 0.101456 |
*,
*::before,
*::after {
box-sizing: border-box; }
:host {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1000;
animation: sweet-alert-filter-in 400ms;
animation-fill-mode: forwards;
font-family: inherit; }
:host(.exit) {
animation: sweet-alert-filter-out 400... | src/components/css/sweet-alert.css | *,
*::before,
*::after {
box-sizing: border-box; }
:host {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1000;
animation: sweet-alert-filter-in 400ms;
animation-fill-mode: forwards;
font-family: inherit; }
:host(.exit) {
animation: sweet-alert-filter-out 400... | 0.31732 | 0.055438 |
html,
body {
height: 100%;
}
body{
background-color: rgba(115, 110, 110, 0.82);
}
body, body *{
font-family: 'Roboto', sans-serif;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0;
}
.wrap > .container {
padding: 40px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;... | frontend/web/css/site.css | html,
body {
height: 100%;
}
body{
background-color: rgba(115, 110, 110, 0.82);
}
body, body *{
font-family: 'Roboto', sans-serif;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0;
}
.wrap > .container {
padding: 40px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;... | 0.335895 | 0.083329 |
run-view div.error {
color: red;
}
run-view div.error.big {
font-size: large;
margin-bottom: 0.625rem;
}
run-view div.error.small {
font-size: small;
}
run-view table.run-header {
margin-bottom: 0.625rem;
font-size: large;
}
run-view table.run-header td.left {
width: 40%;
}
run-view tab... | webapps/ROOT/app/silos/run-qc/run-view.css | run-view div.error {
color: red;
}
run-view div.error.big {
font-size: large;
margin-bottom: 0.625rem;
}
run-view div.error.small {
font-size: small;
}
run-view table.run-header {
margin-bottom: 0.625rem;
font-size: large;
}
run-view table.run-header td.left {
width: 40%;
}
run-view tab... | 0.63341 | 0.168994 |
.xtype-box {
background-color: white;
height: 500px;
margin: 0px auto;
box-shadow: 5px 5px 15px rgba(170,170,170,0.3);
}
.xtype-tab-box {
background-color: white;
height: 65px;
display: block;
border-bottom: 2px solid #c7c7c7;
padding: 0;
}
.xtype-space {
height: 65px;
background-color: white;
bo... | public/static/index/css/progress.css |
.xtype-box {
background-color: white;
height: 500px;
margin: 0px auto;
box-shadow: 5px 5px 15px rgba(170,170,170,0.3);
}
.xtype-tab-box {
background-color: white;
height: 65px;
display: block;
border-bottom: 2px solid #c7c7c7;
padding: 0;
}
.xtype-space {
height: 65px;
background-color: white;
bo... | 0.334372 | 0.088269 |
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
color: #222222;
}
h1 {
font-size: 1.5em;
}
.bordered.field-group {
border: 1px dashed #000;
padding: .5em .2em;
}
.bordered.field-group p {
margin: 0;
}
.bordered.field-group + .bordered.field-group {
margin-top: 1em;
}
.refinements... | src/common/options.css | body {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
color: #222222;
}
h1 {
font-size: 1.5em;
}
.bordered.field-group {
border: 1px dashed #000;
padding: .5em .2em;
}
.bordered.field-group p {
margin: 0;
}
.bordered.field-group + .bordered.field-group {
margin-top: 1em;
}
.refinements... | 0.498291 | 0.126461 |
@import url('https://fonts.googleapis.com/css2?family=Sulphur+Point:wght@300;400;700&display=swap');
* {
box-sizing: border-box;
padding: 0;
margin: 0;
font-family: 'Sulphur Point', sans-serif;
}
.container {
min-height: 100vh;
width: auto;
background-color: #F7F8F3;
padding: 60px 10% 150px 10%;
text... | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Sulphur+Point:wght@300;400;700&display=swap');
* {
box-sizing: border-box;
padding: 0;
margin: 0;
font-family: 'Sulphur Point', sans-serif;
}
.container {
min-height: 100vh;
width: auto;
background-color: #F7F8F3;
padding: 60px 10% 150px 10%;
text... | 0.334698 | 0.078219 |
body {
margin:0px;
background-image:none;
position:relative;
left:-0px;
width:1491px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u0 {
position:absolute;
left:23px;
top:1847px;
width:52px;
height:24px;
font-size:20px;
}
#u0_img {
po... | UIResources/DashboardWireframes/files/delimiter/styles.css | body {
margin:0px;
background-image:none;
position:relative;
left:-0px;
width:1491px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u0 {
position:absolute;
left:23px;
top:1847px;
width:52px;
height:24px;
font-size:20px;
}
#u0_img {
po... | 0.443841 | 0.058185 |
background:#fff;
}
/* Navigation (Menu) */
#menu-primary {
background:#;
}
#menu-primary > .menu-items > .menu-item > a {
color: $typography-header-menu[color];
}
#menu-primary > .menu-items > .menu-item.current-menu-item > a,
#menu-primary > .menu-items > .menu-item > a:hover {
background:none;
color:#f... | wp-content/themes/theme56038/init/css/dynamic-style.css | background:#fff;
}
/* Navigation (Menu) */
#menu-primary {
background:#;
}
#menu-primary > .menu-items > .menu-item > a {
color: $typography-header-menu[color];
}
#menu-primary > .menu-items > .menu-item.current-menu-item > a,
#menu-primary > .menu-items > .menu-item > a:hover {
background:none;
color:#f... | 0.229535 | 0.038178 |
@charset "UTF-8";
/**
* css 初始化
*/
.shortcut {
height: 30px;
line-height: 28px;
}
.shortcut li {
float: left;
}
li.dt {
padding: 0px 7px;
}
li.seperator {
overflow: hidden;
width: 1px;
height: 10px;
margin: 10px 7px;
background-color: gray;
}
/**
* 版心(可视区)。需要专门提取出来
*/
.w {
... | css/index.css | @charset "UTF-8";
/**
* css 初始化
*/
.shortcut {
height: 30px;
line-height: 28px;
}
.shortcut li {
float: left;
}
li.dt {
padding: 0px 7px;
}
li.seperator {
overflow: hidden;
width: 1px;
height: 10px;
margin: 10px 7px;
background-color: gray;
}
/**
* 版心(可视区)。需要专门提取出来
*/
.w {
... | 0.366136 | 0.072178 |
@charset "UTF-8";
@font-face {
font-family: "et-book";
src: url("../fonts/et-book/et-book-roman-line-figures/et-book-roman-line-figures.eot");
src: url("../fonts/et-book/et-book-roman-line-figures/et-book-roman-line-figures.eot?#iefix") format("embedded-opentype"), url("../fonts/et-book/et-book-roman-line-... | assets/css/tufte.css | @charset "UTF-8";
@font-face {
font-family: "et-book";
src: url("../fonts/et-book/et-book-roman-line-figures/et-book-roman-line-figures.eot");
src: url("../fonts/et-book/et-book-roman-line-figures/et-book-roman-line-figures.eot?#iefix") format("embedded-opentype"), url("../fonts/et-book/et-book-roman-line-... | 0.350088 | 0.053403 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
a:link,
a:visited,
a:hover,
a:active {
color: white;
text-decoration: none;
}
/* .carouselLink {
color: black;
} */
/* -- -- *\
Landing Page
\* -- -- */
/* Main Navbar */
.nav-main {
background: none;
color: wh... | stockticker/client/src/App.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
a:link,
a:visited,
a:hover,
a:active {
color: white;
text-decoration: none;
}
/* .carouselLink {
color: black;
} */
/* -- -- *\
Landing Page
\* -- -- */
/* Main Navbar */
.nav-main {
background: none;
color: wh... | 0.408041 | 0.061734 |
position: absolute;
z-index: 1234;
border: 4px dashed rgba(30, 180, 180, 0.85);
box-sizing: initial;
pointer-events: none;
}
#GDPrompt {
position: fixed;
color: black;
z-index: 1233;
box-sizing: initial;
border: initial;
border-radius: 4px;
background-color... | Lectures/LEC03/6.824 Lab 2: Raft_files/content_script.css | position: absolute;
z-index: 1234;
border: 4px dashed rgba(30, 180, 180, 0.85);
box-sizing: initial;
pointer-events: none;
}
#GDPrompt {
position: fixed;
color: black;
z-index: 1233;
box-sizing: initial;
border: initial;
border-radius: 4px;
background-color... | 0.353205 | 0.089177 |
@CHARSET "UTF-8";
/* ------------------------------------------------ 商品详情 ------------------------------------ */
.marquee_bar{
background: white;
display: block;
width: 100%;
position: relative;
border: 0px;
padding: 0px;
margin: 0px;
}
.marquee_bar_container{
width: 100%;
overflow: hidden;
white-space: no... | staticV2/wap/pay/css/goods.css | @CHARSET "UTF-8";
/* ------------------------------------------------ 商品详情 ------------------------------------ */
.marquee_bar{
background: white;
display: block;
width: 100%;
position: relative;
border: 0px;
padding: 0px;
margin: 0px;
}
.marquee_bar_container{
width: 100%;
overflow: hidden;
white-space: no... | 0.270577 | 0.075448 |
@media screen and (min-width: 320px) and (max-width: 480px){
.logo {text-align: center;}
.search_bar > input { border-radius: 25px !important;}
.search_bar {width: 100% !important;}
.iso { width: 100% !important;}
.tabbable-line .panel-title { font-size: 16px;}
.navbar-header { background: transparent; margin-to... | public/css/responsive.css | @media screen and (min-width: 320px) and (max-width: 480px){
.logo {text-align: center;}
.search_bar > input { border-radius: 25px !important;}
.search_bar {width: 100% !important;}
.iso { width: 100% !important;}
.tabbable-line .panel-title { font-size: 16px;}
.navbar-header { background: transparent; margin-to... | 0.296451 | 0.12213 |
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400;
}
h1 {
font-size: 30px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 16px;
}
h4 {
font-size: 14px;
}
h5 {
font-size: 12px;
}
h6 {
font-size: 10px;
}
h3,
h4,
h5 {
margin-top: 5px;
font-weight: 600;
}
body {
font-family: "Open Sans", "Helvetica Neue", He... | frontend/client/css/style.css | h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400;
}
h1 {
font-size: 30px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 16px;
}
h4 {
font-size: 14px;
}
h5 {
font-size: 12px;
}
h6 {
font-size: 10px;
}
h3,
h4,
h5 {
margin-top: 5px;
font-weight: 600;
}
body {
font-family: "Open Sans", "Helvetica Neue", He... | 0.407098 | 0.09556 |
.dataTables_wrapper .dataTables_paginate .paginate_button{
padding: 0;
}
body.dragging, body.dragging * {
cursor: move !important;
}
.dragged {
position: absolute;
opacity: 0.5;
z-index: 2000;
}
ul.draggable li{
cursor: "pointer";
}
ul.draggable li.placeholder {
position: relative;
padding: 10px... | public_map/assets/css/mapmint-fixes.css | .dataTables_wrapper .dataTables_paginate .paginate_button{
padding: 0;
}
body.dragging, body.dragging * {
cursor: move !important;
}
.dragged {
position: absolute;
opacity: 0.5;
z-index: 2000;
}
ul.draggable li{
cursor: "pointer";
}
ul.draggable li.placeholder {
position: relative;
padding: 10px... | 0.409929 | 0.090897 |
body {
background-color: #f6f0f2; /* campestris */
color: #3b2821; /* cupreobrunneus */
}
.faint { color: #988C89 }
div.textile table { background: #3b2821; } /* cupreobrunneus */
div.textile table.noborder { background: #f6f0f2; } /* campestris */
div.textile table td { background: #f6f0f2; } /* ... | public/stylesheets/Agaricus.css | body {
background-color: #f6f0f2; /* campestris */
color: #3b2821; /* cupreobrunneus */
}
.faint { color: #988C89 }
div.textile table { background: #3b2821; } /* cupreobrunneus */
div.textile table.noborder { background: #f6f0f2; } /* campestris */
div.textile table td { background: #f6f0f2; } /* ... | 0.428831 | 0.143487 |
@charset "UTF-8";
/* 全局样式 */
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
font-weight: 400;
-webkit-font-smoothing: antialiased; }
body {
margin: 0;
font-size: 12px; }
/**
*... | dist/css/console.css | @charset "UTF-8";
/* 全局样式 */
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
font-weight: 400;
-webkit-font-smoothing: antialiased; }
body {
margin: 0;
font-size: 12px; }
/**
*... | 0.274254 | 0.050237 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}
body {
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
background: #43affc;
}
.... | style.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}
body {
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
background: #43affc;
}
.... | 0.318485 | 0.078148 |
* {
margin :0;
padding: 0;
font-family: sans-serif;
}
html {
scroll-behavior: smooth;
}
.background {
background: rgb(228, 228, 228);
width: 90%;
margin: 10% 5% 5% 5%;
padding: 40px 0 70px 0;
height: auto;
display: block;
}
.background .frame {
border:1px solid #e52425;
border-radius: 10px;
ma... | CSS/style-riwayat-ayo-relawan.css | * {
margin :0;
padding: 0;
font-family: sans-serif;
}
html {
scroll-behavior: smooth;
}
.background {
background: rgb(228, 228, 228);
width: 90%;
margin: 10% 5% 5% 5%;
padding: 40px 0 70px 0;
height: auto;
display: block;
}
.background .frame {
border:1px solid #e52425;
border-radius: 10px;
ma... | 0.442877 | 0.110375 |
header {
background-color: darkseagreen;
height: 10rem;
width: 15rem;
margin-top: -2rem;
margin-left: -0.4rem;
position: fixed;
}
/*********************************
NAV
**********************************/
nav h1 {
font-size: 2rem;
color: aliceblue;
}
nav ul {
text-align: cen... | archive/blogcss.css | header {
background-color: darkseagreen;
height: 10rem;
width: 15rem;
margin-top: -2rem;
margin-left: -0.4rem;
position: fixed;
}
/*********************************
NAV
**********************************/
nav h1 {
font-size: 2rem;
color: aliceblue;
}
nav ul {
text-align: cen... | 0.690768 | 0.089893 |
body {
background-color: black;
}
/* booting */
#pfc-editor-booting {
background-color: black;
color:white;
}
#pfc-editor-booting-holder {
border:1px solid white;
}
#pfc-editor-booting-prct {
background-color: white;
}
#pfc-editor-waiting-box {
... | web/application/theme/dark/styles.css | body {
background-color: black;
}
/* booting */
#pfc-editor-booting {
background-color: black;
color:white;
}
#pfc-editor-booting-holder {
border:1px solid white;
}
#pfc-editor-booting-prct {
background-color: white;
}
#pfc-editor-waiting-box {
... | 0.219421 | 0.049176 |
@media (prefers-color-scheme: light) {
body {
color: #212121;
background: #ffffff;
}
code {
background: #ededed;
}
.jp-MarkdownOutput pre code {
background-color: #ffffff;
}
.Cell-output {
background: #ededed;
}
.Input-editor {
border: ... | static/main.css | @media (prefers-color-scheme: light) {
body {
color: #212121;
background: #ffffff;
}
code {
background: #ededed;
}
.jp-MarkdownOutput pre code {
background-color: #ffffff;
}
.Cell-output {
background: #ededed;
}
.Input-editor {
border: ... | 0.537041 | 0.203233 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap');
* {
box-sizing: border-box;
}
* {
box-sizing: border-box;
}
body {
background-color: #22254b;
font-family: "Poppins", sans-serif;
margin: 0;
}
header {
background-color: #373b69;
display: flex;
... | style.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap');
* {
box-sizing: border-box;
}
* {
box-sizing: border-box;
}
body {
background-color: #22254b;
font-family: "Poppins", sans-serif;
margin: 0;
}
header {
background-color: #373b69;
display: flex;
... | 0.382141 | 0.086903 |
body {
padding: 0;
margin: 0;
background-color: #e9eff5;
font-family: "Montserrat", sans-serif;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
a {
text-decoration: none;
color: inherit;
}
.header {
width: 100%;
}
.container {
widt... | public/css/style.css | body {
padding: 0;
margin: 0;
background-color: #e9eff5;
font-family: "Montserrat", sans-serif;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
a {
text-decoration: none;
color: inherit;
}
.header {
width: 100%;
}
.container {
widt... | 0.38168 | 0.060696 |
body {
font-family: 'Lato';
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Catamaran';
font-weight: 800 !important;
}
/* Intro section stylings */
.site-title {
margin: 1rem;
}
.subtitle {
text-transform: lowercase;
margin: 2rem;
font-size: 1.5rem;
}
@-webkit-keyframes swing {
20% {
... | style.css |
body {
font-family: 'Lato';
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Catamaran';
font-weight: 800 !important;
}
/* Intro section stylings */
.site-title {
margin: 1rem;
}
.subtitle {
text-transform: lowercase;
margin: 2rem;
font-size: 1.5rem;
}
@-webkit-keyframes swing {
20% {
... | 0.513425 | 0.190197 |
.gallery-wall {
width: 100%;
display: table;
}
.gallery-wall img {
visibility: hidden;
}
.gallery-wall div {
position: relative;
float: left;
overflow: hidden;
display: -ms-flexbox;
display: flex;
}
.gallery-wall div img {
height: 100%;
}
.gallery-wall div div {
top: 0;
l... | lib/css/gallery-wall-collection.css | .gallery-wall {
width: 100%;
display: table;
}
.gallery-wall img {
visibility: hidden;
}
.gallery-wall div {
position: relative;
float: left;
overflow: hidden;
display: -ms-flexbox;
display: flex;
}
.gallery-wall div img {
height: 100%;
}
.gallery-wall div div {
top: 0;
l... | 0.667148 | 0.15876 |
.boxstyle {
background: #fff;
border: 1px solid #ddd;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.title {
color: #333;
font-size: 18px;
height: 60px;
line-height: 60px;
border-bottom: 1px solid #ddd;
padding-left: 25px; }
.courseshareintroduction {
padding: 20px 0 240px; }
.course-introduction {
... | src/assets/css/courseShareIntroduction.css | .boxstyle {
background: #fff;
border: 1px solid #ddd;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.title {
color: #333;
font-size: 18px;
height: 60px;
line-height: 60px;
border-bottom: 1px solid #ddd;
padding-left: 25px; }
.courseshareintroduction {
padding: 20px 0 240px; }
.course-introduction {
... | 0.363308 | 0.108945 |
@charset "UTF-8";
/*!
* animate.css -http://daneden.me/animate
* Version - 3.5.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2016 <NAME>
*/
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mo... | css/animate1.css | @charset "UTF-8";
/*!
* animate.css -http://daneden.me/animate
* Version - 3.5.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2016 <NAME>
*/
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mo... | 0.68458 | 0.106784 |
width: 100vw;
display: flex;
justify-content: center;
align-items: center;
background: var(--color-header);
}
#container header .header-content{
width: 80vw;
max-width: 940px;
display: flex;
flex-direction: column;
text-transform: uppercase;
}
#container .header-content nav{ ... | public/styles/partials/header.css | width: 100vw;
display: flex;
justify-content: center;
align-items: center;
background: var(--color-header);
}
#container header .header-content{
width: 80vw;
max-width: 940px;
display: flex;
flex-direction: column;
text-transform: uppercase;
}
#container .header-content nav{ ... | 0.345547 | 0.054324 |
*
* # Components
*
* Common less file with imports of plugins and pages
*
* Version: 1.0
* Latest update: Feb 5, 2016
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
* # Utilites
*
* Ad... | public/assets/css/components.css | *
* # Components
*
* Common less file with imports of plugins and pages
*
* Version: 1.0
* Latest update: Feb 5, 2016
*
* ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
* # Utilites
*
* Ad... | 0.490968 | 0.046486 |
* {
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 18px;
margin: 0px;
padding: 0px;
}
:root {
--backcolor: #4899ad;
--splashcolor: #cdb5e9;
--boxcolor: #f2f2f2;
--darkbox: #cccad1;
--bordercolor: #5299ab;
}
body {
margin: 0px;
bac... | assets/css/style.css | * {
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 18px;
margin: 0px;
padding: 0px;
}
:root {
--backcolor: #4899ad;
--splashcolor: #cdb5e9;
--boxcolor: #f2f2f2;
--darkbox: #cccad1;
--bordercolor: #5299ab;
}
body {
margin: 0px;
bac... | 0.484868 | 0.080973 |
@font-face {
font-family: "Lack-regular";
font-style: normal;
font-display: swap;
src: local("Lack-regular"),
url("/fonts/Lack/Lack-Regular.woff2") format("woff2");
}
@font-face {
font-family: "Karrik-regular";
font-style: normal;
font-display: swap;
src: local("Karrik-regular"),
url("/fonts/Ka... | css/style.css | @font-face {
font-family: "Lack-regular";
font-style: normal;
font-display: swap;
src: local("Lack-regular"),
url("/fonts/Lack/Lack-Regular.woff2") format("woff2");
}
@font-face {
font-family: "Karrik-regular";
font-style: normal;
font-display: swap;
src: local("Karrik-regular"),
url("/fonts/Ka... | 0.509764 | 0.071982 |
@-moz-document domain("l.xmu.edu.my") {
/* Navbars, Sidepanels and Footers */
/* Navbar */
nav.navbar {
background-color: #272c33;
}
.btn-secondary, .btn-default {
background-color: #272c33;
border-color: #272c33;
}
.btn-secondary:ho... | MoodleDark.css | @-moz-document domain("l.xmu.edu.my") {
/* Navbars, Sidepanels and Footers */
/* Navbar */
nav.navbar {
background-color: #272c33;
}
.btn-secondary, .btn-default {
background-color: #272c33;
border-color: #272c33;
}
.btn-secondary:ho... | 0.311217 | 0.052936 |
.fc {
background: #ffffff;
}
.fc table {
margin-bottom: 0;
}
.fc tr {
height:auto;
line-height: 1;
}
.fc-header {
border: 1px solid #cccccc;
border-bottom: none;
}
#nav-calendar .fc-header {
border:none;
}
.fc-header .fc-state-default, .fc-header .fc-state-default a, .fc-header .fc-state-default span {
border:... | webroot/css/calendar.css | .fc {
background: #ffffff;
}
.fc table {
margin-bottom: 0;
}
.fc tr {
height:auto;
line-height: 1;
}
.fc-header {
border: 1px solid #cccccc;
border-bottom: none;
}
#nav-calendar .fc-header {
border:none;
}
.fc-header .fc-state-default, .fc-header .fc-state-default a, .fc-header .fc-state-default span {
border:... | 0.481698 | 0.159479 |
.columns .ui-table {
border-collapse: collapse;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #ccc;
width: 100%; }
.columns .ui-table thead tr {
background-image: -webkit-linear-gradient(top, #dbdbdb 10%, #b8b8b8 100%);
background-image: linear-gradient(to bottom, #dbdbdb 10%, #b8b8b8 1... | Projects-portlet/css/.sass-cache/classic.css | .columns .ui-table {
border-collapse: collapse;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #ccc;
width: 100%; }
.columns .ui-table thead tr {
background-image: -webkit-linear-gradient(top, #dbdbdb 10%, #b8b8b8 100%);
background-image: linear-gradient(to bottom, #dbdbdb 10%, #b8b8b8 1... | 0.298389 | 0.134776 |
position:fixed;
width:100%;
height:100%;
right:auto;
left:0;
top:0;
z-index:9997;
background-color:transparent!important;
display:none;
overflow-y:scroll;
overflow-x:hidden;
padding-right:20px;
box-sizing:content-box;
-webkit-box-sizing:content-box;
... | wp-content/themes/salient/css/off-canvas/fullscreen-split.css | position:fixed;
width:100%;
height:100%;
right:auto;
left:0;
top:0;
z-index:9997;
background-color:transparent!important;
display:none;
overflow-y:scroll;
overflow-x:hidden;
padding-right:20px;
box-sizing:content-box;
-webkit-box-sizing:content-box;
... | 0.367838 | 0.058885 |
* {
padding: 10px;
box-sizing: border-box;
}
.bolder {
font-weight: bolder;
}
body {
text-align: center;
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(217,232,233,1) 46%, rgba(110,231,255,1) 82%);
font-family: 'Sofia', sans-serif;
}
.header... | Calculators/Divisors Calculator/DivisorsCalc.css | * {
padding: 10px;
box-sizing: border-box;
}
.bolder {
font-weight: bolder;
}
body {
text-align: center;
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(217,232,233,1) 46%, rgba(110,231,255,1) 82%);
font-family: 'Sofia', sans-serif;
}
.header... | 0.428592 | 0.183484 |
th {
vertical-align: middle !important;
text-align : center !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
td span.glyphicon {
color:rgb(90, 90, 90);
}
.dropdown-menu {
background-color : #375A7F !important;
}
.dropdown-menu>li>a {
color : white !important;
}
.... | IL2CDR/web/css/stats.css |
th {
vertical-align: middle !important;
text-align : center !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
td span.glyphicon {
color:rgb(90, 90, 90);
}
.dropdown-menu {
background-color : #375A7F !important;
}
.dropdown-menu>li>a {
color : white !important;
}
.... | 0.414425 | 0.123577 |
.shopping-list-header {
background: rgba(230, 230, 230, 0.2);
}
.shopping-list-header h1 {
font-size: .9rem;
color: #666;
font-weight: 400;
}
.shopping-list-header a {
color: #999;
}
.shopping-list-section .shopping-list-login {
line-height: 59px;
display: block;
background: white;
}
.shopping-list-sect... | public/css/shopping-list-less.css | .shopping-list-header {
background: rgba(230, 230, 230, 0.2);
}
.shopping-list-header h1 {
font-size: .9rem;
color: #666;
font-weight: 400;
}
.shopping-list-header a {
color: #999;
}
.shopping-list-section .shopping-list-login {
line-height: 59px;
display: block;
background: white;
}
.shopping-list-sect... | 0.394318 | 0.060696 |
@charset "utf-8";
.main{
margin-top: 30px;
}
.title{
margin-bottom: 20px;
height: 28px;
font-family: "微软雅黑";
line-height: 18px;
border-bottom: 2px solid #0068b7;
}
.title .span1{
color: #152500;
}
.title .span2{
color: #a0a0a0;
margin-left: 10px;
}
.title .more{
font-size: 12px;
color: ... | Public/Home/css/filiale.index.css | @charset "utf-8";
.main{
margin-top: 30px;
}
.title{
margin-bottom: 20px;
height: 28px;
font-family: "微软雅黑";
line-height: 18px;
border-bottom: 2px solid #0068b7;
}
.title .span1{
color: #152500;
}
.title .span2{
color: #a0a0a0;
margin-left: 10px;
}
.title .more{
font-size: 12px;
color: ... | 0.223038 | 0.052619 |
body
{
background: url("../gfx/bar-bg.png") repeat-y;
background-color: white;
margin: 0px;
padding: 0px;
color: #555;
}
div
{
font-family: Arial, Sans-Serif;
color: #555;
font-size: 14px;
}
a
{
color: #109fe6;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}
.m... | docs2/docs/css/default.css | body
{
background: url("../gfx/bar-bg.png") repeat-y;
background-color: white;
margin: 0px;
padding: 0px;
color: #555;
}
div
{
font-family: Arial, Sans-Serif;
color: #555;
font-size: 14px;
}
a
{
color: #109fe6;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}
.m... | 0.195057 | 0.05151 |
@import url("common.css");
.hidden {opacity:0; filter: alpha(opacity=0);}
.visible {opacity:1;}
/* LAYOUT */
#wrap {z-index:1; min-width:1100px; width:100%; height:100%;}
#header {position:absolute; left:0; z-index:10; width:100%; height:151px;}
#header .headerInner {position:relative; width:1100px; height:120px; mar... | web/sinsago/pc/ssen/1/css/style.css | @import url("common.css");
.hidden {opacity:0; filter: alpha(opacity=0);}
.visible {opacity:1;}
/* LAYOUT */
#wrap {z-index:1; min-width:1100px; width:100%; height:100%;}
#header {position:absolute; left:0; z-index:10; width:100%; height:151px;}
#header .headerInner {position:relative; width:1100px; height:120px; mar... | 0.288068 | 0.114914 |
width: 100vw;
height: 100vh;
}
div.page-color {
background-color: var(--color-primary);
}
div.page-color.cemporcento {
padding-top: 5%;
height: 59%;
}
div.profile-container {
display: flex;
align-items: center;
justify-content: space-between;
padding: 2rem 20rem 0;
}
div.profile {
display: fle... | web/src/pages/Landing/styles.css | width: 100vw;
height: 100vh;
}
div.page-color {
background-color: var(--color-primary);
}
div.page-color.cemporcento {
padding-top: 5%;
height: 59%;
}
div.profile-container {
display: flex;
align-items: center;
justify-content: space-between;
padding: 2rem 20rem 0;
}
div.profile {
display: fle... | 0.372619 | 0.085442 |
@charset "utf-8";
/* =
* Twenty Fifteen
* widget_fudo Style
* corners2015.css サイトパーツの装飾
* @package WordPress4.5
* Version: 1.7.2
-------------------------------------------------------------- */
/* = common
-------------------------------------------------------------- */
body,input,textarea,select,.page-title,... | fudou/themes/corners2015.css | @charset "utf-8";
/* =
* Twenty Fifteen
* widget_fudo Style
* corners2015.css サイトパーツの装飾
* @package WordPress4.5
* Version: 1.7.2
-------------------------------------------------------------- */
/* = common
-------------------------------------------------------------- */
body,input,textarea,select,.page-title,... | 0.132795 | 0.045991 |
@-moz-document
url-prefix("about:"),
url-prefix("about:accounts"),
url-prefix("about:addons"),
url-prefix("about:buildconfig"),
url-prefix("about:cache"),
url-prefix("about:checkerboard"),
url-prefix("about:config"),
url-prefix("about:crashes"),
url-prefix("about:credits"),
url-pre... | data/usercss/144796.user.css | @-moz-document
url-prefix("about:"),
url-prefix("about:accounts"),
url-prefix("about:addons"),
url-prefix("about:buildconfig"),
url-prefix("about:cache"),
url-prefix("about:checkerboard"),
url-prefix("about:config"),
url-prefix("about:crashes"),
url-prefix("about:credits"),
url-pre... | 0.08322 | 0.053428 |
@media only screen and (max-width: 1599px){
.main-header .outer-box{
padding: 0px 30px;
}
.main-header .outer-box .btn-box{
display: none;
}
.page-content .left-column, .page-content .right-column{
float: none;
width: 100%;
}
.page-content .item-shorting .left-column{
float: left;... | public/assets/web/css/responsive.css |
@media only screen and (max-width: 1599px){
.main-header .outer-box{
padding: 0px 30px;
}
.main-header .outer-box .btn-box{
display: none;
}
.page-content .left-column, .page-content .right-column{
float: none;
width: 100%;
}
.page-content .item-shorting .left-column{
float: left;... | 0.327023 | 0.051272 |
@import "install-button.css";
/* Your styles here */
html {
background:
url(../img/pattern.png) repeat left top,
url(../img/gradient.png) no-repeat left top / 100% 100%;
min-height: 100%;
}
body {
font-family: Arial, sans-serif;
}
/* battery indicator */
#indicator {
border: 2px solid #999;
text... | css/app.css | @import "install-button.css";
/* Your styles here */
html {
background:
url(../img/pattern.png) repeat left top,
url(../img/gradient.png) no-repeat left top / 100% 100%;
min-height: 100%;
}
body {
font-family: Arial, sans-serif;
}
/* battery indicator */
#indicator {
border: 2px solid #999;
text... | 0.409457 | 0.081082 |
.abs {
position: absolute;
}
.sec1 {
background: url(../images/bg1.jpg) 0 0 no-repeat;
background-size: 16rem;
}
.sec2 {
background: url(../images/bg2.jpg) 0 0 no-repeat;
background-size: 16rem;
}
.sec3 {
background: url(../images/bg3.jpg) 0 0 no-repeat;
background-size: 16rem;
}
.sec4 {
background: url(../imag... | test/test.css | .abs {
position: absolute;
}
.sec1 {
background: url(../images/bg1.jpg) 0 0 no-repeat;
background-size: 16rem;
}
.sec2 {
background: url(../images/bg2.jpg) 0 0 no-repeat;
background-size: 16rem;
}
.sec3 {
background: url(../images/bg3.jpg) 0 0 no-repeat;
background-size: 16rem;
}
.sec4 {
background: url(../imag... | 0.346099 | 0.143638 |
body {
margin: 0;
font-family: "RobotoDraft", "Helvetica Neue", Arial, sans-serif;
background-color: #000;
background-image: -webkit-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.26)),-webkit-linear-gradient(108deg,#26d0ce,#1a2980 90%);
background-image: -moz-radial-gradient(closest-corn... | gke-example.css | body {
margin: 0;
font-family: "RobotoDraft", "Helvetica Neue", Arial, sans-serif;
background-color: #000;
background-image: -webkit-radial-gradient(closest-corner,rgba(16,47,70,0) 60%,rgba(16,47,70,0.26)),-webkit-linear-gradient(108deg,#26d0ce,#1a2980 90%);
background-image: -moz-radial-gradient(closest-corn... | 0.440229 | 0.068164 |
@-moz-document domain(starladder.com) {
/*@import 'https://fonts.googleapis.com/css?family=Tinos&subset=cyrillic';*/
body {
background: #ffffff;
}
body,
.events .card .event-name,
.events .card .discipline,
.btn-sm.event-status,
.news .top-news-item .meta .excerpt,
.hp-items-list--item .cat-name,
.news... | data/usercss/132784.user.css | @-moz-document domain(starladder.com) {
/*@import 'https://fonts.googleapis.com/css?family=Tinos&subset=cyrillic';*/
body {
background: #ffffff;
}
body,
.events .card .event-name,
.events .card .discipline,
.btn-sm.event-status,
.news .top-news-item .meta .excerpt,
.hp-items-list--item .cat-name,
.news... | 0.352982 | 0.050191 |
.events-archive .entry-content, .events-archive .entry-header {
width:100%;
}
#tribe-events-bar {
margin: 6px 0 1.5em;
}
#tribe-bar-form.tribe-bar-mini *,
#tribe-bar-form.tribe-bar-mini label {
font-size:11px;
}
#tribe-bar-form {
background:none;
}
#tribe-bar-form input {
border-bottom-width: 1px !important;
}
/*... | site/wp-content/themes/vincentes/plugins/the-events-calendar/the-events-calendar.css | .events-archive .entry-content, .events-archive .entry-header {
width:100%;
}
#tribe-events-bar {
margin: 6px 0 1.5em;
}
#tribe-bar-form.tribe-bar-mini *,
#tribe-bar-form.tribe-bar-mini label {
font-size:11px;
}
#tribe-bar-form {
background:none;
}
#tribe-bar-form input {
border-bottom-width: 1px !important;
}
/*... | 0.273089 | 0.076684 |
font-size: 2em;
padding: 15px 0;
}
.container {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
/*********************************
C O N T A I N E R S
*********************************/
body {
margin: 0 auto;
font-family: 'Quattrocento Sans',... | css/style.css | font-size: 2em;
padding: 15px 0;
}
.container {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
/*********************************
C O N T A I N E R S
*********************************/
body {
margin: 0 auto;
font-family: 'Quattrocento Sans',... | 0.450843 | 0.133331 |
body {
position: relative;
font-family: 'Roboto', sans-serif;
}
.row {
margin-left: unset;
margin-right: unset;
}
h1,
h2,
h5,
h6,
button,
.navbar-brand {
font-family: 'MuseoModerno', cursive;
}
h1 {
color: white;
text-shadow: 2px 0 0 black, 2px 2px 0 black, 0 2px 0 black, -2px 2px 0 black, -2px 0 0 bla... | public/css/style.css | body {
position: relative;
font-family: 'Roboto', sans-serif;
}
.row {
margin-left: unset;
margin-right: unset;
}
h1,
h2,
h5,
h6,
button,
.navbar-brand {
font-family: 'MuseoModerno', cursive;
}
h1 {
color: white;
text-shadow: 2px 0 0 black, 2px 2px 0 black, 0 2px 0 black, -2px 2px 0 black, -2px 0 0 bla... | 0.32029 | 0.119691 |
*{
margin: 0;
padding: 0;
}
body{
font-family: PingFangSC-Regular !important;
}
html{
width: 100%;
height: 100%;
}
.icon {
width: 1em; height: 1em;
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}
button{
margin: 0 !important;
color: #fff !important;
back... | TRTCSDK/Web/TRTCSimpleDemo/css/index.css | *{
margin: 0;
padding: 0;
}
body{
font-family: PingFangSC-Regular !important;
}
html{
width: 100%;
height: 100%;
}
.icon {
width: 1em; height: 1em;
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}
button{
margin: 0 !important;
color: #fff !important;
back... | 0.373304 | 0.058239 |
@import '~react-image-gallery/styles/css/image-gallery.css';
.recruit-container {
display: flex;
justify-content: center;
}
.recruit-container .filter-container {
position: sticky;
top: 200px;
left: 10px;
z-index: 99;
width: 160px;
height: 168px;
background: var(--unnamed-color-ffffff) 0% 0% no-repeat... | client/app/styles/MainComponent.css | @import '~react-image-gallery/styles/css/image-gallery.css';
.recruit-container {
display: flex;
justify-content: center;
}
.recruit-container .filter-container {
position: sticky;
top: 200px;
left: 10px;
z-index: 99;
width: 160px;
height: 168px;
background: var(--unnamed-color-ffffff) 0% 0% no-repeat... | 0.332419 | 0.062904 |
@media (max-width: 1199px) {
.header-navigation {
margin-bottom: 0;
}
.logo-box {
width: 100%;
float: none;
margin: 0 !important;
}
.navigation-box {
margin: 0;
}
.navbar-expand-lg .menu-toggler {
display: block;
margin-right: 0;
... | public/user/css/responsive.css | @media (max-width: 1199px) {
.header-navigation {
margin-bottom: 0;
}
.logo-box {
width: 100%;
float: none;
margin: 0 !important;
}
.navigation-box {
margin: 0;
}
.navbar-expand-lg .menu-toggler {
display: block;
margin-right: 0;
... | 0.259263 | 0.067026 |
body.scheme
{
font-size: 12pt;
font-family: sans-serif;
background: #fff;
border-style: solid;
border-color: #666;
border-width: 1em 12em 1em 1em;
margin: 0em;
padding: 1em;
}
a:hover
{
text-decoration: underline;
}
/* ********** The Index Page ************** */
body.index
{
font-size: 150%... | ahsks5sow/scheme/style.css | body.scheme
{
font-size: 12pt;
font-family: sans-serif;
background: #fff;
border-style: solid;
border-color: #666;
border-width: 1em 12em 1em 1em;
margin: 0em;
padding: 1em;
}
a:hover
{
text-decoration: underline;
}
/* ********** The Index Page ************** */
body.index
{
font-size: 150%... | 0.444324 | 0.065965 |
@import url("https://use.typekit.net/lxw2rea.css");
@import url("https://fonts.googleapis.com/css?family=Aref+Ruqaa");
@import url("https://fonts.googleapis.com/css?family=Poppins");
@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,700&display=swap");
/* BASE */
/* line 5, sass/base/_reset.scss */
* {... | style.css | @import url("https://use.typekit.net/lxw2rea.css");
@import url("https://fonts.googleapis.com/css?family=Aref+Ruqaa");
@import url("https://fonts.googleapis.com/css?family=Poppins");
@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,700&display=swap");
/* BASE */
/* line 5, sass/base/_reset.scss */
* {... | 0.173989 | 0.082475 |
@charset "utf-8";
body {
background-repeat: repeat-x;
margin: 0px;
background-image: url(../Imagens/background.jpg);
background-color: #697d84;
}
#conteudo_principal {
float: left;
width: 766px;
}
#conteudo_principal #header {
float: left;
width: 711px;
margin-top: 55px;
margin-left: 55px;
}... | html/TI_Comunicacoes/css/estilo_joojle.css | @charset "utf-8";
body {
background-repeat: repeat-x;
margin: 0px;
background-image: url(../Imagens/background.jpg);
background-color: #697d84;
}
#conteudo_principal {
float: left;
width: 766px;
}
#conteudo_principal #header {
float: left;
width: 711px;
margin-top: 55px;
margin-left: 55px;
}... | 0.206894 | 0.045184 |
.margin0 {
margin: 0;
}
.font-japanese {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}
.abridgement {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.loaderWrapper {
padding: 3rem;
}
.loader {
font-size: 0.5rem;
ma... | public/assets/css/base.css | .margin0 {
margin: 0;
}
.font-japanese {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}
.abridgement {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.loaderWrapper {
padding: 3rem;
}
.loader {
font-size: 0.5rem;
ma... | 0.270673 | 0.140897 |
body {
position: relative;
font-family: "Georgia";
font-size: 18px;
line-height: 1.6em;
margin-bottom: 4em;
color: #323232;
margin: 0 auto;
padding: 0;
overflow-x: hidden;
box-sizing: border-box;
background-color: white;
}
@media screen and (min-width: 767px) {
html {
text-rendering: optimi... | src/components/layout.css | body {
position: relative;
font-family: "Georgia";
font-size: 18px;
line-height: 1.6em;
margin-bottom: 4em;
color: #323232;
margin: 0 auto;
padding: 0;
overflow-x: hidden;
box-sizing: border-box;
background-color: white;
}
@media screen and (min-width: 767px) {
html {
text-rendering: optimi... | 0.570212 | 0.08733 |
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
ove... | html-css/module-04/css/styles.css |
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
ove... | 0.340376 | 0.07971 |
body {
font-size: .875rem;
}
.feather {
width: 16px;
height: 16px;
vertical-align: text-bottom;
}
/*
* Sidebar
*/
.sidebar {
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 100; /* Behind the navbar */
padding: 48px 0 0; /* Height of navbar */
box-shadow: inset -1px... | target/web/classes/main/META-INF/resources/webjars/play-scala-starter-example/1.0-SNAPSHOT/stylesheets/utils/viewPage.css | body {
font-size: .875rem;
}
.feather {
width: 16px;
height: 16px;
vertical-align: text-bottom;
}
/*
* Sidebar
*/
.sidebar {
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 100; /* Behind the navbar */
padding: 48px 0 0; /* Height of navbar */
box-shadow: inset -1px... | 0.31216 | 0.05175 |
.background_glossyPaleGoldenRod7,
.hover_background_glossyPaleGoldenRod7:hover,
.active_background_glossyPaleGoldenRod7:active:hover {
background: #80771a;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
... | widgets/common/assets/gradients/glossy/glossyPaleGoldenRod/glossyPaleGoldenRod7.css | .background_glossyPaleGoldenRod7,
.hover_background_glossyPaleGoldenRod7:hover,
.active_background_glossyPaleGoldenRod7:active:hover {
background: #80771a;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
... | 0.452294 | 0.088583 |
@import '~bootstrap/dist/css/bootstrap.min.css';
@import "~react-slideshow-image/dist/styles.css";
body {
margin:0;
padding:0;
color: black;
font-family: "Segoe UI",Arial, Helvetica, Helvetica Neue, serif;
}
.grouped-button-bottom-bar{
background: #EFEFEF;
border-top: 1px solid #9F9F9F;
text-align: righ... | app/app.global.css | @import '~bootstrap/dist/css/bootstrap.min.css';
@import "~react-slideshow-image/dist/styles.css";
body {
margin:0;
padding:0;
color: black;
font-family: "Segoe UI",Arial, Helvetica, Helvetica Neue, serif;
}
.grouped-button-bottom-bar{
background: #EFEFEF;
border-top: 1px solid #9F9F9F;
text-align: righ... | 0.388038 | 0.060668 |
* {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
font-family: Helvetica, Arial, sans-serif;
color: #666;
background: #505050;
font-size: 1em;
}
label {
color: white;
}
.no-display{
display: none;
}
.icono {
margin: 0px auto;
}
h4 {
line-height: 1.3em;
mar... | public/css/vehiculo.css | * {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
font-family: Helvetica, Arial, sans-serif;
color: #666;
background: #505050;
font-size: 1em;
}
label {
color: white;
}
.no-display{
display: none;
}
.icono {
margin: 0px auto;
}
h4 {
line-height: 1.3em;
mar... | 0.505859 | 0.12858 |
/* 织梦58(dede58.com)做最好的织梦整站模板下载网站 */
@charset "utf-8";
/* msg 留言板 */
.msg {
width: 100%;
margin: 16px auto;
height: auto;
overflow: hidden;
}
.msg li {
width: 100%;
height: auto;
padding-bottom: 10px;
margin-bottom: 10px;
}
.msg_top {
width: 100%;
height: auto;
font: 14px/30px "microsoft yahei";
background... | template/default/css/child_msg.css | /* 织梦58(dede58.com)做最好的织梦整站模板下载网站 */
@charset "utf-8";
/* msg 留言板 */
.msg {
width: 100%;
margin: 16px auto;
height: auto;
overflow: hidden;
}
.msg li {
width: 100%;
height: auto;
padding-bottom: 10px;
margin-bottom: 10px;
}
.msg_top {
width: 100%;
height: auto;
font: 14px/30px "microsoft yahei";
background... | 0.186613 | 0.104386 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
margin: 0;
font-family: 'Roboto';
}
/* CSS for Header (section 1) */
header {
background-color: #1f2937;
font-size: 24px;
color: #e... | style.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
margin: 0;
font-family: 'Roboto';
}
/* CSS for Header (section 1) */
header {
background-color: #1f2937;
font-size: 24px;
color: #e... | 0.286169 | 0.074905 |
@charset "utf-8";
/* Div container de todas as questões */
.container-jogo{
width: 100%;
height: 100%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
border: 3px solid red;
}
/* container questões */
.formulario {
position: relative;
width: ... | assets/css/jogo.css | @charset "utf-8";
/* Div container de todas as questões */
.container-jogo{
width: 100%;
height: 100%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
border: 3px solid red;
}
/* container questões */
.formulario {
position: relative;
width: ... | 0.358241 | 0.140189 |
strong {
font-weight: bold;
}
.font-normal-11px-black
{
font-size: 11px !important;
font-weight: normal;
font-style: normal;
color: #666666;
font-family: Arial, Helvetica, sans-serif;
}
.font-normal-12px-black
{
font-size: 12px;
font-weight: normal;
font-style: normal;
color:... | CompareCloudware.Web/Content/fonts.css | strong {
font-weight: bold;
}
.font-normal-11px-black
{
font-size: 11px !important;
font-weight: normal;
font-style: normal;
color: #666666;
font-family: Arial, Helvetica, sans-serif;
}
.font-normal-12px-black
{
font-size: 12px;
font-weight: normal;
font-style: normal;
color:... | 0.27914 | 0.102844 |
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 100;
src: local('Lato Thin'), local('Lato-Thin'), url(https://fonts.gstatic.com/s/lato/v12/jwTmxyDuMIDbKdVL1NXR2vesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font... | public/static/css/css.css | @font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 100;
src: local('Lato Thin'), local('Lato-Thin'), url(https://fonts.gstatic.com/s/lato/v12/jwTmxyDuMIDbKdVL1NXR2vesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font... | 0.385143 | 0.116136 |
.container{
background-color: #F7F7F7;
}
.content-movements{
width: 90%;
margin: -50px auto 0 auto;
padding: 0px 0 0px 0;
display: grid;
box-shadow: -2px 14px 29px 0px #00000023;
border-radius: 10px;
background-color: white;
}
.tittle-component{
width: 100%;
co... | maqueta13/index.css | .container{
background-color: #F7F7F7;
}
.content-movements{
width: 90%;
margin: -50px auto 0 auto;
padding: 0px 0 0px 0;
display: grid;
box-shadow: -2px 14px 29px 0px #00000023;
border-radius: 10px;
background-color: white;
}
.tittle-component{
width: 100%;
co... | 0.292494 | 0.090494 |
*{
margin: 0;
padding: 0;
outline: 0;
}
a{
text-decoration: none;
}
a:hover,a:focus{
text-decoration: none;
}
ul,ol{
list-style-type: none;
text-decoration: none;
margin: 0;
}
div{
outline: 0;
}
h1, h2, h3, h4, h5, h6, p{
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6{
color: #111;
... | public/client/css/style.css | *{
margin: 0;
padding: 0;
outline: 0;
}
a{
text-decoration: none;
}
a:hover,a:focus{
text-decoration: none;
}
ul,ol{
list-style-type: none;
text-decoration: none;
margin: 0;
}
div{
outline: 0;
}
h1, h2, h3, h4, h5, h6, p{
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6{
color: #111;
... | 0.36727 | 0.063135 |
:root {
--primary: #fff;
}
/* button sizes */
.btn--small {
padding: 8px 16px;
font-size: 16px;
}
.btn--medium {
padding: 12px 20px;
font-size: 18px;
}
.btn--large {
padding: 16px 26px;
font-size: 20px;
}
.btn--wide {
padding: 16px 78px;
font-size: 20px;
}
/* btn--custom or backbone */
.btn--custo... | resources/js/components/Button.css | :root {
--primary: #fff;
}
/* button sizes */
.btn--small {
padding: 8px 16px;
font-size: 16px;
}
.btn--medium {
padding: 12px 20px;
font-size: 18px;
}
.btn--large {
padding: 16px 26px;
font-size: 20px;
}
.btn--wide {
padding: 16px 78px;
font-size: 20px;
}
/* btn--custom or backbone */
.btn--custo... | 0.41052 | 0.11187 |
* {
box-sizing: border-box;
margin: 5px;
background-color: #c8e4fd;
}
h1 {
padding: 1%;
text-align: center;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
a {
text-decoration: none;
color: #eb8713;
}
a:hover {
color: rgb(238, 100, 50);
}
body {
font-family: 'Ope... | public/style.css | * {
box-sizing: border-box;
margin: 5px;
background-color: #c8e4fd;
}
h1 {
padding: 1%;
text-align: center;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
a {
text-decoration: none;
color: #eb8713;
}
a:hover {
color: rgb(238, 100, 50);
}
body {
font-family: 'Ope... | 0.440229 | 0.117597 |
#content
{
height: 100%;
}
/**
* Container
*/
.OnBoarding
{
font-family: Montserrat-Bold, sans-serif;
background-image: url(../images/onboarding-bg.svg);
background-repeat: no-repeat;
background-position: center 30px;
background-size: 840px 600px;
min-height: 100%;
&.-registering
{
background-... | frontend/src/css/containers/OnBoarding.css | #content
{
height: 100%;
}
/**
* Container
*/
.OnBoarding
{
font-family: Montserrat-Bold, sans-serif;
background-image: url(../images/onboarding-bg.svg);
background-repeat: no-repeat;
background-position: center 30px;
background-size: 840px 600px;
min-height: 100%;
&.-registering
{
background-... | 0.313105 | 0.086054 |