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 |
|---|---|---|---|---|
@import url("https://use.typekit.net/yup2zpr.css");
body {
font-family: 'Source Sans Pro', sans-serif;
}
h1 {
color: #003E7E;
font-weight: 900;
font-family: 'Source Sans Pro', sans-serif;
text-transform: uppercase;
}
h2 {
color: #003E7E;
font-weight: 600;
font-family: jubilat, sans-serif;
text-tran... | src/components/css/layout.css | @import url("https://use.typekit.net/yup2zpr.css");
body {
font-family: 'Source Sans Pro', sans-serif;
}
h1 {
color: #003E7E;
font-weight: 900;
font-family: 'Source Sans Pro', sans-serif;
text-transform: uppercase;
}
h2 {
color: #003E7E;
font-weight: 600;
font-family: jubilat, sans-serif;
text-tran... | 0.432782 | 0.098469 |
.multi-page{
padding: 100px !important;
margin-right: 0px;
margin-left:0px;
}
/*.user_form .row{
margin-right: 0px;
margin-left:0px;
}
*/
input:checked + div:before{
content: no-close-quote !important;
}
/*.radio_bottom .checkbox, .radio {
padding-left: 30px;
}*/
#contest_form .btn{
padding-left: 30px;... | demo/web/user-assets/css-------backup/backup-24-04/custome-css.css | .multi-page{
padding: 100px !important;
margin-right: 0px;
margin-left:0px;
}
/*.user_form .row{
margin-right: 0px;
margin-left:0px;
}
*/
input:checked + div:before{
content: no-close-quote !important;
}
/*.radio_bottom .checkbox, .radio {
padding-left: 30px;
}*/
#contest_form .btn{
padding-left: 30px;... | 0.24899 | 0.070816 |
*{
margin: 0px;
padding: 0px;
font-family: 'Oswald', sans-serif;
}
html,body,.content
{
height: 100vh;
}
body
{
background-image: linear-gradient(90deg,#9a75f0,#FFA4B6);
}
.content
{
border-radius: 90px 0 0 0;
background-color: white;
margin-top: 40px;
}
.backgroundBar
{
border-radiu... | storage/raw/IELTS-Project_new/css/stylesSearch.css | *{
margin: 0px;
padding: 0px;
font-family: 'Oswald', sans-serif;
}
html,body,.content
{
height: 100vh;
}
body
{
background-image: linear-gradient(90deg,#9a75f0,#FFA4B6);
}
.content
{
border-radius: 90px 0 0 0;
background-color: white;
margin-top: 40px;
}
.backgroundBar
{
border-radiu... | 0.499756 | 0.096238 |
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background-color: #f5f5f0;
font-family: "Microsoft YaHei", Arial
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
select,
option,
textarea,
p,
th,
td {
-webkit-touch-callout: none;
-webkit-tap-hi... | Addons/Sign/View/Public/css/style.css | body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background-color: #f5f5f0;
font-family: "Microsoft YaHei", Arial
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
select,
option,
textarea,
p,
th,
td {
-webkit-touch-callout: none;
-webkit-tap-hi... | 0.372277 | 0.150434 |
@font-face{
font-family: midnight;
src: url(../fonts/AfterMidnite.woff);
}
@font-face{
font-family: trojan;
src: url("../fonts/TrajanPro-Bold.woff");
}
@font-face{
font-family: mont;
src:url("../fonts/Montserrat-Light.ttf")
}
body {
margin: 0 !important;
padding: 0 !important;
he... | programacao-web/if66h-es61/t01/nicolas-aoki/css/style.css | @font-face{
font-family: midnight;
src: url(../fonts/AfterMidnite.woff);
}
@font-face{
font-family: trojan;
src: url("../fonts/TrajanPro-Bold.woff");
}
@font-face{
font-family: mont;
src:url("../fonts/Montserrat-Light.ttf")
}
body {
margin: 0 !important;
padding: 0 !important;
he... | 0.257578 | 0.052522 |
html,body{
height:100%;
position:relative;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,efefef+40,dddddd+100 */
background: #fcfcfc; /* Old browsers */
background: -moz-linear-gradient(top, #fcfcfc 0%, #efefef 40%, #adadad 100%); /* FF3.6-15 */
background: -... | styles/main.css | html,body{
height:100%;
position:relative;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,efefef+40,dddddd+100 */
background: #fcfcfc; /* Old browsers */
background: -moz-linear-gradient(top, #fcfcfc 0%, #efefef 40%, #adadad 100%); /* FF3.6-15 */
background: -... | 0.458349 | 0.055566 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-image: linear-gradient(to right bottom , #051937 , #194363 , #36728e , #5ba4b6 , #8ad8dc);
}
body , input{
font-fami... | src/public/style/signup-signin.css | @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-image: linear-gradient(to right bottom , #051937 , #194363 , #36728e , #5ba4b6 , #8ad8dc);
}
body , input{
font-fami... | 0.406391 | 0.087213 |
html {
position: relative;
min-height: 100%;
font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial, "Hiragino Sans GB", "Microsoft Yahei", "WenQuanYi Micro Hei", sans-serif;
}
.jumbotron {
background-color: transparent;
}
.table-responsive {
border: 0;
}
#ribbon {
position: absolut... | telecode.css | html {
position: relative;
min-height: 100%;
font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial, "Hiragino Sans GB", "Microsoft Yahei", "WenQuanYi Micro Hei", sans-serif;
}
.jumbotron {
background-color: transparent;
}
.table-responsive {
border: 0;
}
#ribbon {
position: absolut... | 0.475605 | 0.089256 |
*,
*::after,
*::before {
margin: 0;
padding: 0;
box-sizing: inherit; }
html,
body,
#app {
height: 100%;
scroll-behavior: smooth; }
body {
box-sizing: border-box;
overflow-x: hidden; }
.light-section {
background-color: #d3c8c8;
color: #222222; }
.light-section a {
color: #747474; }
.dark-sec... | src/styles/css/main.css | *,
*::after,
*::before {
margin: 0;
padding: 0;
box-sizing: inherit; }
html,
body,
#app {
height: 100%;
scroll-behavior: smooth; }
body {
box-sizing: border-box;
overflow-x: hidden; }
.light-section {
background-color: #d3c8c8;
color: #222222; }
.light-section a {
color: #747474; }
.dark-sec... | 0.421195 | 0.077622 |
.formfiles-model {
display: none;
}
.formfiles {
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
width: 100%;
font-size: 1rem;
height: 25rem;
font-weight: 400;
line-height: 1.5;
background-color: #fff;
background-clip: ... | docs/css/bootstrap-form-files.css | .formfiles-model {
display: none;
}
.formfiles {
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
width: 100%;
font-size: 1rem;
height: 25rem;
font-weight: 400;
line-height: 1.5;
background-color: #fff;
background-clip: ... | 0.411702 | 0.056862 |
@media (max-width: 1599px) {
.container-fluid {
padding: 0px 40px;
}
.home8-slider .home-slider .slider-image .slider-text {
left: 80px;
}
}
@media (max-width: 1599px) and (min-width: 1360px) {
.container {
max-width: 1300px;
}
}
@media (max-width: 1359px) and (min-width:... | public/css/responsive8.css | @media (max-width: 1599px) {
.container-fluid {
padding: 0px 40px;
}
.home8-slider .home-slider .slider-image .slider-text {
left: 80px;
}
}
@media (max-width: 1599px) and (min-width: 1360px) {
.container {
max-width: 1300px;
}
}
@media (max-width: 1359px) and (min-width:... | 0.350755 | 0.047009 |
body {
background:url(../img/b1.jpg) 100%;
}
.login {
width: 550px;
margin: 0 auto;
}
.login h1 {
color: #fff;
font-size: 22px;
font-weight: 200;
text-align: center;
}
.login h1 small {
color: #fff;
display: block;
font-size: 16px;
margin-top: 10px;
}
.login h1 span {
font-size: 18px;
}... | assets/backend/dist/css/login.css | body {
background:url(../img/b1.jpg) 100%;
}
.login {
width: 550px;
margin: 0 auto;
}
.login h1 {
color: #fff;
font-size: 22px;
font-weight: 200;
text-align: center;
}
.login h1 small {
color: #fff;
display: block;
font-size: 16px;
margin-top: 10px;
}
.login h1 span {
font-size: 18px;
}... | 0.201224 | 0.058373 |
:root{
/* GOV.UK core colours */
--govuk-text-colour :#0b0c0c;
--govuk-secondary-text-colour: #505a5f;
--govuk-link-colour: #1d70b8;
--govuk-link-hover-colour: #003078;
--govuk-link-visited-colour: #4c2c92;
--govuk-link-active-colour: #0b0c0c;
--govuk-border-colour: #b1b4b6;
--govuk-... | docs/css/dashboard-layout.css | :root{
/* GOV.UK core colours */
--govuk-text-colour :#0b0c0c;
--govuk-secondary-text-colour: #505a5f;
--govuk-link-colour: #1d70b8;
--govuk-link-hover-colour: #003078;
--govuk-link-visited-colour: #4c2c92;
--govuk-link-active-colour: #0b0c0c;
--govuk-border-colour: #b1b4b6;
--govuk-... | 0.52342 | 0.132739 |
@import url('jquery-ui/jquery-ui-1.8.12.no-effects.css');
@import url('jquery-ui/jquery-ui-1.8.12.no-effects.overwrite.css');
@import url('datatable/data_table.css');
@import url('datatable/override.css');
/**
* Base styles which cannot be loaded in the new CSS
**/
/*** Standard elements ***/
body {
font: n... | webui/src/main/webapp/static/css/skins/base/legacy.css | @import url('jquery-ui/jquery-ui-1.8.12.no-effects.css');
@import url('jquery-ui/jquery-ui-1.8.12.no-effects.overwrite.css');
@import url('datatable/data_table.css');
@import url('datatable/override.css');
/**
* Base styles which cannot be loaded in the new CSS
**/
/*** Standard elements ***/
body {
font: n... | 0.301876 | 0.065965 |
position: absolute;
top: 0;
left: 0;
z-index: 9999;
overflow: hidden;
}
#cboxOverlay {
position: fixed;
width: 100%;
height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
clear: left;
}
#cboxContent {
position: relative;
}
#cboxLoadedContent {
overflow: auto;
}
#cboxTitle {
margin: 0;
}
#cboxLoadingOverlay,
#c... | plugins/dc-facebook-like-box-popup-increase-facebook-fans/css/style.css | position: absolute;
top: 0;
left: 0;
z-index: 9999;
overflow: hidden;
}
#cboxOverlay {
position: fixed;
width: 100%;
height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
clear: left;
}
#cboxContent {
position: relative;
}
#cboxLoadedContent {
overflow: auto;
}
#cboxTitle {
margin: 0;
}
#cboxLoadingOverlay,
#c... | 0.287168 | 0.072308 |
.jumbo-input-appname {
width: 60%;
border: none;
border-bottom: 1px solid #aaa;
background: transparent;
}
.signupform {
position: absolute;
top: 30%;
left: 40%;
}
.signupform .input-group {
margin-top: 1.5em;
}
.signupform .input-group .form-control {
width: 20em;
border: 1px solid #fff;
border-botto... | static/css/carrot.css | .jumbo-input-appname {
width: 60%;
border: none;
border-bottom: 1px solid #aaa;
background: transparent;
}
.signupform {
position: absolute;
top: 30%;
left: 40%;
}
.signupform .input-group {
margin-top: 1.5em;
}
.signupform .input-group .form-control {
width: 20em;
border: 1px solid #fff;
border-botto... | 0.363082 | 0.059047 |
.page {clear: left!important; padding: 0}
.cards.cards-user {margin: 0; padding: 10px; position: relative;}
.col-card {width: 33%; float: left; padding: 10px}
.card-user {overflow: hidden;}
.card-user > .card-heading {border-bottom: 1px solid #e5e5e5; text-shadow: 1px 1px 20px rgba(255,255,255,0.85); background: #b2d... | app/sys/user/css/colleague.css | .page {clear: left!important; padding: 0}
.cards.cards-user {margin: 0; padding: 10px; position: relative;}
.col-card {width: 33%; float: left; padding: 10px}
.card-user {overflow: hidden;}
.card-user > .card-heading {border-bottom: 1px solid #e5e5e5; text-shadow: 1px 1px 20px rgba(255,255,255,0.85); background: #b2d... | 0.41253 | 0.209106 |
.about_div{
padding:1.5rem;
margin:0rem;
width:100%;
}
.about_content{
font-size: 1.3rem;
}
.about_div_ul{
margin:1rem;
font-size:1.3rem;
}
.about_pro{
background-color: #fff1d333;
border-radius: 10px;
width:95%;
padding:2rem;
line-height: 1.5;
border-width: 2px;
... | Frontend/src/shared/components/About/about.css | .about_div{
padding:1.5rem;
margin:0rem;
width:100%;
}
.about_content{
font-size: 1.3rem;
}
.about_div_ul{
margin:1rem;
font-size:1.3rem;
}
.about_pro{
background-color: #fff1d333;
border-radius: 10px;
width:95%;
padding:2rem;
line-height: 1.5;
border-width: 2px;
... | 0.324342 | 0.088939 |
.menu_1{}
.menu_1 .widget_wrap{
height:50px;
}
.menu_1 .widget_wrap ul{
position: fixed;
width:100%;
left:0;
bottom:0;
background:#ededed;
border:1px solid #c4c4c4;
border-width: 1px 0 1px 0;
display: table;
text-align: center;
}
.menu_1 .widget_wrap ul>*{
display: table-cell;
vertical-align: middle;
heigh... | fightgroups/public/css/widget_menu.css | .menu_1{}
.menu_1 .widget_wrap{
height:50px;
}
.menu_1 .widget_wrap ul{
position: fixed;
width:100%;
left:0;
bottom:0;
background:#ededed;
border:1px solid #c4c4c4;
border-width: 1px 0 1px 0;
display: table;
text-align: center;
}
.menu_1 .widget_wrap ul>*{
display: table-cell;
vertical-align: middle;
heigh... | 0.230833 | 0.035847 |
.t-neutral.checkbox-options input[type="checkbox"]:checked + label {
background: #222;
border-color: #333;
color: #fff;
}
.high-contrast .checkbox-options input[type="checkbox"]:checked + label:before {
background: #eee;
}
.t-neutral.checkbox-options input[type="checkbox"]:checked + label:before {
-webkit-trans... | dist/style/check-options.css |
.t-neutral.checkbox-options input[type="checkbox"]:checked + label {
background: #222;
border-color: #333;
color: #fff;
}
.high-contrast .checkbox-options input[type="checkbox"]:checked + label:before {
background: #eee;
}
.t-neutral.checkbox-options input[type="checkbox"]:checked + label:before {
-webkit-trans... | 0.369543 | 0.134179 |
table.wp-list-table{}
table tr.type-newsletter.loading{
opacity: 0.5;
}
table tr th.manage-column{
white-space: nowrap;
}
.nonessential{
padding: 0;
cursor:help;
}
.campaign-progress{
width:92%;
height:20px;
background: #efefef;
overflow:hidden;
font-size:10px;
position:relative;
text-align: right;
line-hei... | src/wordpress/wp-content/plugins/mailster/assets/css/overview-style.css | table.wp-list-table{}
table tr.type-newsletter.loading{
opacity: 0.5;
}
table tr th.manage-column{
white-space: nowrap;
}
.nonessential{
padding: 0;
cursor:help;
}
.campaign-progress{
width:92%;
height:20px;
background: #efefef;
overflow:hidden;
font-size:10px;
position:relative;
text-align: right;
line-hei... | 0.196672 | 0.108001 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("flickr.com") {
/* ==== FLICKR - 00 - Flickr WideScreen - ALLinONE - Pool Beta - Small v.161a ==== */
/* (new161) POOL no BETA - JU - ROWS - TEST ANTI JUMP - === */
#pool-photos.ju {
display: inline-block !important;
min-width: 18... | data/usercss/192778.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("flickr.com") {
/* ==== FLICKR - 00 - Flickr WideScreen - ALLinONE - Pool Beta - Small v.161a ==== */
/* (new161) POOL no BETA - JU - ROWS - TEST ANTI JUMP - === */
#pool-photos.ju {
display: inline-block !important;
min-width: 18... | 0.23634 | 0.064477 |
display: flex;
flex-direction: row;
}
#buttons button {
font-size: 18px;
padding: 4px 8px 4px 8px;
margin: 4px;
}
ul {
padding-inline-start: 20px;
color: white;
}
span {
color: white;
font-size: 18px;
}
#checklist {
display: flex;
flex-direction: column;
margin: 20px;
}
#checklist > div:not... | src/App.css | display: flex;
flex-direction: row;
}
#buttons button {
font-size: 18px;
padding: 4px 8px 4px 8px;
margin: 4px;
}
ul {
padding-inline-start: 20px;
color: white;
}
span {
color: white;
font-size: 18px;
}
#checklist {
display: flex;
flex-direction: column;
margin: 20px;
}
#checklist > div:not... | 0.576423 | 0.111096 |
.sk_fading_circle {
width: 2rem;
height: 2rem;
margin-left: auto;
margin-right: auto;
margin-top: 50%;
position: relative;
}
.sk_fading_circle .sk_circle {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.sk_fading_circle .sk_circle:before {
content: '';
display: block;
m... | stylesheets/loading.css | .sk_fading_circle {
width: 2rem;
height: 2rem;
margin-left: auto;
margin-right: auto;
margin-top: 50%;
position: relative;
}
.sk_fading_circle .sk_circle {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.sk_fading_circle .sk_circle:before {
content: '';
display: block;
m... | 0.597725 | 0.115861 |
.nav_bar { border-bottom: 3px solid #d6dcdd }
.nav_bar li, .nav_bar li.on {
background: url(../images/nav_bar_on.gif) right -34px;
float: left;
height: 26px;
line-height: 26px;
margin-right: 10px;
padding-right: 15px;
}
.nav_bar li a, .nav_bar li.on a {
background: url(../image... | Presentation/WebApp/Content/msg.css | .nav_bar { border-bottom: 3px solid #d6dcdd }
.nav_bar li, .nav_bar li.on {
background: url(../images/nav_bar_on.gif) right -34px;
float: left;
height: 26px;
line-height: 26px;
margin-right: 10px;
padding-right: 15px;
}
.nav_bar li a, .nav_bar li.on a {
background: url(../image... | 0.316053 | 0.074332 |
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),
url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),
url('../fonts/fontawesome-webfont.ttf?v=4.2.0') fo... | assets/mec/css/iconfonts.css |
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),
url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),
url('../fonts/fontawesome-webfont.ttf?v=4.2.0') fo... | 0.299105 | 0.051035 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("livejournal.com") {
ul.b-pager-pages, ul.b-pager-pages a {
font-size: 100% !important;
background-image: none !important;
background-color: #dddddd !important;
color: #333333 !important;
}
.b-pager-page-active {
border-radius: 5p... | data/usercss/62469.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("livejournal.com") {
ul.b-pager-pages, ul.b-pager-pages a {
font-size: 100% !important;
background-image: none !important;
background-color: #dddddd !important;
color: #333333 !important;
}
.b-pager-page-active {
border-radius: 5p... | 0.245718 | 0.142232 |
html.han-la hanla:after {
content: " ";
display: inline;
font-family: Arial;
font-size: 0.89em;
}
html.han-la pre hanla,
html.han-la kbd hanla,
html.han-la code hanla,
html.han-la samp hanla {
display: none;
}
html.han-la ol > hanla,
html.han-la ul > hanla {
display: none;
}
/* ruby 样式来自于 https://github.com... | source/css/mori.css | html.han-la hanla:after {
content: " ";
display: inline;
font-family: Arial;
font-size: 0.89em;
}
html.han-la pre hanla,
html.han-la kbd hanla,
html.han-la code hanla,
html.han-la samp hanla {
display: none;
}
html.han-la ol > hanla,
html.han-la ul > hanla {
display: none;
}
/* ruby 样式来自于 https://github.com... | 0.338077 | 0.079282 |
input.form-control.rounded {
border-radius: 0.35rem !important;
}
.card-signin {
border: 0;
border-radius: 1rem;
box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.card-signin .card-title {
margin-bottom: 2rem;
font-weight: 300;
font-size: 1.5rem;
}
.card-signin .card-body {
padding: 2rem;
}
.form-s... | src/app/sign-up/sign-up.component.css | input.form-control.rounded {
border-radius: 0.35rem !important;
}
.card-signin {
border: 0;
border-radius: 1rem;
box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.card-signin .card-title {
margin-bottom: 2rem;
font-weight: 300;
font-size: 1.5rem;
}
.card-signin .card-body {
padding: 2rem;
}
.form-s... | 0.610105 | 0.102529 |
body {
font-size: 10pt;
margin-left: 5%;
margin-right: 5%;
background-image: none;
background: #ffffff;
}
#head_en {
display: none;
}
#head_fr {
display: none;
}
#splash {
width: 100%;
height: auto;
padding: 0 0 0 0;
margin: 0 0 0 0;
}
#sub {
position: relative;
width: 100%;
height: aut... | content/hiddenhistory/assets/css/print.css |
body {
font-size: 10pt;
margin-left: 5%;
margin-right: 5%;
background-image: none;
background: #ffffff;
}
#head_en {
display: none;
}
#head_fr {
display: none;
}
#splash {
width: 100%;
height: auto;
padding: 0 0 0 0;
margin: 0 0 0 0;
}
#sub {
position: relative;
width: 100%;
height: aut... | 0.47658 | 0.066146 |
*,
*::before,
*::after{
box-sizing: inherit;
}
/* leckerli-one-regular - latin */
@font-face {
font-family: 'Leckerli One';
font-style: normal;
font-weight: 400;
src: local('Leckerli One'), local('LeckerliOne-Regular'),
url('../fonts/leckerli-one-v10-latin-regular.woff2') format('woff2'), /... | modul_7/homework_07/css/style.css | *,
*::before,
*::after{
box-sizing: inherit;
}
/* leckerli-one-regular - latin */
@font-face {
font-family: 'Leckerli One';
font-style: normal;
font-weight: 400;
src: local('Leckerli One'), local('LeckerliOne-Regular'),
url('../fonts/leckerli-one-v10-latin-regular.woff2') format('woff2'), /... | 0.377311 | 0.048812 |
*{
font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
a{
text-decoration:none;
}
.navbar{
font-size: 16px;
font-weight: normal;
position: sticky;
top: 0;
left: ... | public/css/all.css | *{
font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
a{
text-decoration:none;
}
.navbar{
font-size: 16px;
font-weight: normal;
position: sticky;
top: 0;
left: ... | 0.444083 | 0.054525 |
@import '~antd/dist/antd.css';
body {
letter-spacing: .05rem;
}
.ant-layout {
background:rgba(253, 230, 251, 0.5);
}
.ant-layout-header {
background: unset;
}
.music-picker {
display: flex;
flex-direction: column;
align-items: center;
}
.music-picker-title {
padding: 0;
padding-bott... | src/app.css | @import '~antd/dist/antd.css';
body {
letter-spacing: .05rem;
}
.ant-layout {
background:rgba(253, 230, 251, 0.5);
}
.ant-layout-header {
background: unset;
}
.music-picker {
display: flex;
flex-direction: column;
align-items: center;
}
.music-picker-title {
padding: 0;
padding-bott... | 0.541166 | 0.078678 |
.myself{background:#efefef;padding-top:1.3rem;}
/*顶部三个小功能区域*/
#lzf_topthree{
width:100%;
height:1.866667rem;
margin-bottom:0.186667rem;
background:#fff;
}
#lzf_topthree ul{
position:relative;
font-size:0.3rem;
display:flex;
justify-content:space-around;
}
#lzf_topthree ul li{
paddin... | web/front/src/components/MyselfComponent/MyselfComponent.css | .myself{background:#efefef;padding-top:1.3rem;}
/*顶部三个小功能区域*/
#lzf_topthree{
width:100%;
height:1.866667rem;
margin-bottom:0.186667rem;
background:#fff;
}
#lzf_topthree ul{
position:relative;
font-size:0.3rem;
display:flex;
justify-content:space-around;
}
#lzf_topthree ul li{
paddin... | 0.162048 | 0.064153 |
.e-content-area {
background-color: white;
color: #111111;
border-color: #c8c8c8;
font-family: Segoe UI;
}
.hoverCell {
background-color: #86cbea !important;
}
.e-pivotgrid table {
font: 12px Segoe UI !important;
color: #333333;
border-collapse: collapse;
background-color: white;
cursor: default;
}... | Northwind.Mvc.AJAX/Content/ej/web/default-theme/ej.pivotgrid.css |
.e-content-area {
background-color: white;
color: #111111;
border-color: #c8c8c8;
font-family: Segoe UI;
}
.hoverCell {
background-color: #86cbea !important;
}
.e-pivotgrid table {
font: 12px Segoe UI !important;
color: #333333;
border-collapse: collapse;
background-color: white;
cursor: default;
}... | 0.376852 | 0.085175 |
@import url(http://fonts.googleapis.com/css?family=Lato:400,300italic,300,100,100italic,400italic,700,700italic,900,900italic);
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
... | public/onepro/css/progressbar.css | @import url(http://fonts.googleapis.com/css?family=Lato:400,300italic,300,100,100italic,400italic,700,700italic,900,900italic);
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
... | 0.393968 | 0.078642 |
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}
html, body {
height: 100%;
}
@media (max-width: 767px) {
.proRow > div {
display: block !important;
}
.proRowRight {
... | theme/new10/css/index.css | body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}
html, body {
height: 100%;
}
@media (max-width: 767px) {
.proRow > div {
display: block !important;
}
.proRowRight {
... | 0.36977 | 0.074097 |
body {
padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
/* To prevent text selection when dragging */
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: no... | css/annotation.css | body {
padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
/* To prevent text selection when dragging */
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: no... | 0.361954 | 0.074433 |
@charset "utf-8";
/* CSS Document */
.inquiry * h2{
font-size:20px;
}
.inquiry .hero-image {
margin-bottom:70px;
width: 100%;
height:480px;
background-image: url(/assets/images/inquiry__hero-image.jpg);
background-position:top center;
background-size:auto 100%;
background-repeat:no-repeat;
}
.... | public/assets/css/contact.css | @charset "utf-8";
/* CSS Document */
.inquiry * h2{
font-size:20px;
}
.inquiry .hero-image {
margin-bottom:70px;
width: 100%;
height:480px;
background-image: url(/assets/images/inquiry__hero-image.jpg);
background-position:top center;
background-size:auto 100%;
background-repeat:no-repeat;
}
.... | 0.334046 | 0.057971 |
html {
scroll-behavior: smooth;
}
body {
font-family: nunito, sans-serif;
}
#container {
display: flex;
height: 100vh;
margin: 0 auto;
max-width: 1440px;
min-width: 320px;
}
#app-title {
color: #ff816a;
font-family: bungee, sans-serif;
font-size: 2.5em;
letter-spacing: 2px;
margin: 0.5em;
t... | src/style.css | html {
scroll-behavior: smooth;
}
body {
font-family: nunito, sans-serif;
}
#container {
display: flex;
height: 100vh;
margin: 0 auto;
max-width: 1440px;
min-width: 320px;
}
#app-title {
color: #ff816a;
font-family: bungee, sans-serif;
font-size: 2.5em;
letter-spacing: 2px;
margin: 0.5em;
t... | 0.398758 | 0.098512 |
canvas{
height:180% !important;
}
.form{
width:900px;
height:1050px;
background:rgba(85,91,124,0.5);
border-radius:8px;box-shadow:0 0 40px -10px #000;
padding:20px 30px;
max-width:calc(100vw - 40px);
box-sizing:border-box;
font-family:inherit;
position:relative;
left:18%;
}
.signgl{
top:-20%;
... | static/css/signup.css | canvas{
height:180% !important;
}
.form{
width:900px;
height:1050px;
background:rgba(85,91,124,0.5);
border-radius:8px;box-shadow:0 0 40px -10px #000;
padding:20px 30px;
max-width:calc(100vw - 40px);
box-sizing:border-box;
font-family:inherit;
position:relative;
left:18%;
}
.signgl{
top:-20%;
... | 0.244904 | 0.064388 |
{
-fx-background-color: #D1D1D1;
-fx-border-color: #969696;
-fx-border-width: 2px 2px 2px 2px;
-fx-border-radius: 13px;
-fx-border-insets: -1px;
-fx-background-radius: 13px;
-fx-text-fill: black;
}
#back
{
-fx-background-color: #D1D1D1;
-fx-border-color: #969696;
-fx-border-width: 2px 2px 2px 2px;
-fx-b... | Bind/bin/css/Button.css | {
-fx-background-color: #D1D1D1;
-fx-border-color: #969696;
-fx-border-width: 2px 2px 2px 2px;
-fx-border-radius: 13px;
-fx-border-insets: -1px;
-fx-background-radius: 13px;
-fx-text-fill: black;
}
#back
{
-fx-background-color: #D1D1D1;
-fx-border-color: #969696;
-fx-border-width: 2px 2px 2px 2px;
-fx-b... | 0.228845 | 0.083292 |
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
color: #5a5e61;
font-family: 'Roboto', sans-serif;
}
ul {
list-style: none;
}
.body {
width: 100%;
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-web... | css/main.css | * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
color: #5a5e61;
font-family: 'Roboto', sans-serif;
}
ul {
list-style: none;
}
.body {
width: 100%;
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-web... | 0.340924 | 0.05375 |
@font-face {
font-family: 'open-sans';
src: url(../fonts/OpenSans-Bold.ttf);
font-style: normal;
font-weight: 600;
}
@font-face {
font-family: 'impact';
src: url(../fonts/impact.ttf);
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: 'burbank';
src: url(../fonts/BurbankBi... | src/css/styles.css | @font-face {
font-family: 'open-sans';
src: url(../fonts/OpenSans-Bold.ttf);
font-style: normal;
font-weight: 600;
}
@font-face {
font-family: 'impact';
src: url(../fonts/impact.ttf);
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: 'burbank';
src: url(../fonts/BurbankBi... | 0.482185 | 0.074231 |
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v16/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}
.material-icons {
font-family: 'Material Icon... | app/css/style.css | @font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v16/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}
.material-icons {
font-family: 'Material Icon... | 0.394901 | 0.063832 |
body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:1050px;
margin-left:0;
margin-right:0;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u317_img {
border-width:0px;
position:absolute;
left:-5px;
top:-5px;
width:1010px;
height:99px;
}
#u317 {
bord... | files/he/styles.css | body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:1050px;
margin-left:0;
margin-right:0;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u317_img {
border-width:0px;
position:absolute;
left:-5px;
top:-5px;
width:1010px;
height:99px;
}
#u317 {
bord... | 0.324449 | 0.052376 |
[class^="icon-"], [class*=" icon-"] {
font-family: 'fontello';
font-style: normal;
font-weight: normal;
/* fix buttons height */
line-height: 1em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
}
.icon-up-bold { *zoom: expression( this.runtimeStyle['zoom'] = '1', ... | community/static/css/fontello-ie7.css | [class^="icon-"], [class*=" icon-"] {
font-family: 'fontello';
font-style: normal;
font-weight: normal;
/* fix buttons height */
line-height: 1em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
}
.icon-up-bold { *zoom: expression( this.runtimeStyle['zoom'] = '1', ... | 0.165222 | 0.10942 |
* {
margin: 0;
padding: 0;
}
html {
font-size: 62.5%;
position: relative;
min-height: 100vh;
margin: 0;
padding: 0;
}
@media (min-width: 1024px) {
.big-content {
display: flex;
flex-direction: row-reverse;
padding: 0 10rem;
width: 100%;
}
}
header {
width: 100%;
position: fixed;... | public/css/style.css | * {
margin: 0;
padding: 0;
}
html {
font-size: 62.5%;
position: relative;
min-height: 100vh;
margin: 0;
padding: 0;
}
@media (min-width: 1024px) {
.big-content {
display: flex;
flex-direction: row-reverse;
padding: 0 10rem;
width: 100%;
}
}
header {
width: 100%;
position: fixed;... | 0.562177 | 0.076649 |
body{
font-family: 'Courier New', Courier, monospace
}
header{
background: rgb(255, 255, 255);
padding: 20px 0 ;
}
.container img{
max-width: 250px;
}
.container{
position: relative;
width: 940px;
margin: 0 auto;
}
nav li {
font-family: 'Permanent Marker', cursive;
... | style-home.css | body{
font-family: 'Courier New', Courier, monospace
}
header{
background: rgb(255, 255, 255);
padding: 20px 0 ;
}
.container img{
max-width: 250px;
}
.container{
position: relative;
width: 940px;
margin: 0 auto;
}
nav li {
font-family: 'Permanent Marker', cursive;
... | 0.358353 | 0.072178 |
.well,pre {
background:#fcfcfc;
box-shadow:none;
-webkit-box-shadow:none;
}
a {
color:#3ba0ff;
}
a:focus {
outline:none;
}
hr {
margin-top:17px;
margin-bottom:17px;
}
strong.default {
color:inherit;
}
p.lead,strong,p.sub {
color:#7D8282;
}
address {
line-height:1.6em;
}
blockquote {
border-left:3px so... | css/bootstrap-override.css | .well,pre {
background:#fcfcfc;
box-shadow:none;
-webkit-box-shadow:none;
}
a {
color:#3ba0ff;
}
a:focus {
outline:none;
}
hr {
margin-top:17px;
margin-bottom:17px;
}
strong.default {
color:inherit;
}
p.lead,strong,p.sub {
color:#7D8282;
}
address {
line-height:1.6em;
}
blockquote {
border-left:3px so... | 0.209874 | 0.040313 |
body{
background-image: radial-gradient(circle at 13% 47%,
rgba(140, 140, 140,0.03) 0%, rgba(140, 140, 140,0.03) 25%,transparent
25%, transparent 100%),radial-gradient(circle at 28% 63%, rgba(143, 143,
143,0.03) 0%, rgba(143, 143, 143,0.03) 16%,transparent 16%, transparent
100%),radial-gradient(ci... | public/styles/about-us.css | body{
background-image: radial-gradient(circle at 13% 47%,
rgba(140, 140, 140,0.03) 0%, rgba(140, 140, 140,0.03) 25%,transparent
25%, transparent 100%),radial-gradient(circle at 28% 63%, rgba(143, 143,
143,0.03) 0%, rgba(143, 143, 143,0.03) 16%,transparent 16%, transparent
100%),radial-gradient(ci... | 0.588534 | 0.143098 |
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);
/* OVERALL ASPECT */
body {
background-color: #f2f2f2;
font-family: "Lato";
font-weight: 300;
font-size: 16px;
color: #555;
-webkit-font-smooth... | public/css/main.css |
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);
/* OVERALL ASPECT */
body {
background-color: #f2f2f2;
font-family: "Lato";
font-weight: 300;
font-size: 16px;
color: #555;
-webkit-font-smooth... | 0.23793 | 0.0559 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("userstyles.org") { }
@-moz-document url-prefix('http://userstyles.org/users') , url-prefix("https://userstyles.org/users") {
body > h2 {
margin-bottom: -1.75ex !important;
border-bottom: solid 1px #cdd;
}
}
@-moz-document ... | data/usercss/35945.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("userstyles.org") { }
@-moz-document url-prefix('http://userstyles.org/users') , url-prefix("https://userstyles.org/users") {
body > h2 {
margin-bottom: -1.75ex !important;
border-bottom: solid 1px #cdd;
}
}
@-moz-document ... | 0.323273 | 0.097605 |
body {
margin: 0;
padding: 0;
}
.header {
height: 58px;
line-height: 58px;
position: relative;
display: flex;
justify-content: center;
}
.menusBox {
display: flex;
margin: 0 auto;
padding: 0 20px;
width: 100%;
max-width: 1200px;
}
.menus {
position: relative;
c... | content/zh/css/index.css | body {
margin: 0;
padding: 0;
}
.header {
height: 58px;
line-height: 58px;
position: relative;
display: flex;
justify-content: center;
}
.menusBox {
display: flex;
margin: 0 auto;
padding: 0 20px;
width: 100%;
max-width: 1200px;
}
.menus {
position: relative;
c... | 0.422743 | 0.076098 |
@import url("https://nyri4.github.io/LilyPichu/main.css");
:root {
/* --- User variables --- */
/* Background (if you want an image replace it by :
--background-tertiary-alt: url("image-link"); */
--background-tertiary-alt: #FFC7D4;
/* Border-radius for the whole theme */
--border-radius: 20px;
/* Background colo... | lilypichu.theme.css | @import url("https://nyri4.github.io/LilyPichu/main.css");
:root {
/* --- User variables --- */
/* Background (if you want an image replace it by :
--background-tertiary-alt: url("image-link"); */
--background-tertiary-alt: #FFC7D4;
/* Border-radius for the whole theme */
--border-radius: 20px;
/* Background colo... | 0.265214 | 0.094427 |
nav {
width: 100%;
height: auto;
display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: center;
color: #fff;
background: rgb(29, 111, 255);
}
#main-nav {
width: auto;
height: auto;
display: flex;
flex-flow: column wrap;
justify-content: flex-start;
align-items: stretch;... | css-grid-quackit/src/css/grid-layout-holy-grials-3/grid-layout-holy-grials-3e-nav.css | nav {
width: 100%;
height: auto;
display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: center;
color: #fff;
background: rgb(29, 111, 255);
}
#main-nav {
width: auto;
height: auto;
display: flex;
flex-flow: column wrap;
justify-content: flex-start;
align-items: stretch;... | 0.410756 | 0.081483 |
@import url('https://fonts.googleapis.com/css?family=Arimo');
body, html, #root {
margin: 0;
padding: 0;
font-family: 'Arimo', sans-serif;
width: 100%;
height: 100%;
}
* {
box-sizing: border-box;
}
.app-container {
width: 100%;
height: 100%;
background-color: #f0ecec;
padding-top: 50px;
positio... | react/src/index.css | @import url('https://fonts.googleapis.com/css?family=Arimo');
body, html, #root {
margin: 0;
padding: 0;
font-family: 'Arimo', sans-serif;
width: 100%;
height: 100%;
}
* {
box-sizing: border-box;
}
.app-container {
width: 100%;
height: 100%;
background-color: #f0ecec;
padding-top: 50px;
positio... | 0.323808 | 0.068475 |
html {
font-family: sans-serif;
font-size: 10px;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
margin: 0;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.42857143;
padding-bottom: 30px;... | src/Owin.ThemableErrorPage.Test/Content/ThemableErrorPage.css | html {
font-family: sans-serif;
font-size: 10px;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
margin: 0;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.42857143;
padding-bottom: 30px;... | 0.348756 | 0.090615 |
body.gwapi-notification-ui {}
body.gwapi-notification-ui .autocomplete {
position: relative;
}
.select2-container .select2-selection--multiple {
margin: 5px 0;
}
#notification_meta_triggers .select2-container .select2-selection--single {
margin: 5px 0;
padding: 5px;
height: 40px;
}
#notificatio... | css/gwapi-notification.css | body.gwapi-notification-ui {}
body.gwapi-notification-ui .autocomplete {
position: relative;
}
.select2-container .select2-selection--multiple {
margin: 5px 0;
}
#notification_meta_triggers .select2-container .select2-selection--single {
margin: 5px 0;
padding: 5px;
height: 40px;
}
#notificatio... | 0.356335 | 0.082512 |
_____________________________________________________________________________
| | |
| Title: | AutoPager - Visual Alert if Disabled |
| Description: | Sometimes AutoPager disables accidentally, animation hel... | data/usercss/10319.user.css | _____________________________________________________________________________
| | |
| Title: | AutoPager - Visual Alert if Disabled |
| Description: | Sometimes AutoPager disables accidentally, animation hel... | 0.300643 | 0.200323 |
.uk-light button:disabled,
.uk-light button:disabled:hover {
color: #999;
}
#watchface img,
#watchface>* {
position: absolute;
}
#modal-loading {
transition: opacity 1s linear;
}
#modal-loading .uk-modal-dialog {
transition: 1s linear;
image-rendering: -webkit-optimize-contrast;
background: ur... | src/utils/watchfaceEditor/assets/style.css | .uk-light button:disabled,
.uk-light button:disabled:hover {
color: #999;
}
#watchface img,
#watchface>* {
position: absolute;
}
#modal-loading {
transition: opacity 1s linear;
}
#modal-loading .uk-modal-dialog {
transition: 1s linear;
image-rendering: -webkit-optimize-contrast;
background: ur... | 0.535341 | 0.159675 |
/*also I don't like bootstrap so some positioning issues are inevitable.*/
body {
overflow-x: hidden;
}
body, p, div, span, tr, td {
font-family: 'Open Sans', sans-serif;
}
.topblack {
padding: 20px 0px;
width: 110%; /*not going to worry about why's right now.*/
background: #252525 url(../images/... | public/css/styles.css | /*also I don't like bootstrap so some positioning issues are inevitable.*/
body {
overflow-x: hidden;
}
body, p, div, span, tr, td {
font-family: 'Open Sans', sans-serif;
}
.topblack {
padding: 20px 0px;
width: 110%; /*not going to worry about why's right now.*/
background: #252525 url(../images/... | 0.309128 | 0.065128 |
body {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.top-img {
display: none;
}
.signup-div {
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: stretch;
}
.avatar{
border-radius: 50%;
border: #1a202c 1px solid;
display... | public/css/profile.css | body {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.top-img {
display: none;
}
.signup-div {
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: stretch;
}
.avatar{
border-radius: 50%;
border: #1a202c 1px solid;
display... | 0.471953 | 0.10325 |
@import "libs/themify.css";
@font-face {
font-family: 'Helvetica neue';
src: url("../fonts/HelveticaNeueLt.ttf");
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Helvetica neue";
}
body{
background: #f2f2f2;
}
::selection{background: #666; color: #fff}
.container... | assets/css/neon.css | @import "libs/themify.css";
@font-face {
font-family: 'Helvetica neue';
src: url("../fonts/HelveticaNeueLt.ttf");
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Helvetica neue";
}
body{
background: #f2f2f2;
}
::selection{background: #666; color: #fff}
.container... | 0.280222 | 0.043998 |
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0 3vw;
overflow-y: auto;
box-sizing: border-box;
-ms-overflow-style: none;
scrollbar-width: none; /*スクロールバーを非表示*/
z-index: 2;
}
#layer_board_area::-webkit-scrollbar {
display: none; /... | public/assets/css/first-view-modal.css | display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0 3vw;
overflow-y: auto;
box-sizing: border-box;
-ms-overflow-style: none;
scrollbar-width: none; /*スクロールバーを非表示*/
z-index: 2;
}
#layer_board_area::-webkit-scrollbar {
display: none; /... | 0.357007 | 0.083516 |
* {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
height: 100vh;
box-sizing: border-box;
display: grid;
place-items: center;
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
#display,
#solutions {
margin: 0;
height: auto;
min-height: 80px;
width: 100%;
max-width: 100%;
b... | src/styles/App.css | * {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
height: 100vh;
box-sizing: border-box;
display: grid;
place-items: center;
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
#display,
#solutions {
margin: 0;
height: auto;
min-height: 80px;
width: 100%;
max-width: 100%;
b... | 0.364778 | 0.094385 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(userstyles.org) {
.good-rating,
.good-average-rating {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAABDSURBVChTY/SYJvqfgQjARIQasBIMhdszX... | data/usercss/62320.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(userstyles.org) {
.good-rating,
.good-average-rating {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAABDSURBVChTY/SYJvqfgQjARIQasBIMhdszX... | 0.390243 | 0.190837 |
html {
list-style-type: none;
margin: 0;
overflow-x: hidden;
text-decoration: none;
font-size: 100%;
}
.giant-container {
background-size: cover;
}
.left-aside {
display: flex;
flex-direction: column;
height: 100vw;
position: fixed;
text-align: right;
width: 15em;
}
.intro {
font-size: 2em;
... | styles.css | html {
list-style-type: none;
margin: 0;
overflow-x: hidden;
text-decoration: none;
font-size: 100%;
}
.giant-container {
background-size: cover;
}
.left-aside {
display: flex;
flex-direction: column;
height: 100vw;
position: fixed;
text-align: right;
width: 15em;
}
.intro {
font-size: 2em;
... | 0.489992 | 0.077378 |
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto');
html {
scroll-behavior: smooth;
}
* {
margin: 0;
padding: 0;
font-family: 'Josefin Sans', sans-serif;
}
body {
scroll-snap-type: y mandatory !important;
overflow... | public/css/style.css | @import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto');
html {
scroll-behavior: smooth;
}
* {
margin: 0;
padding: 0;
font-family: 'Josefin Sans', sans-serif;
}
body {
scroll-snap-type: y mandatory !important;
overflow... | 0.432782 | 0.091099 |
:root {
--font-display: 'Roboto', sans-serif;
--font-text: 'Roboto', sans-serif;
--font-bold: 700;
--light-bg: #f0f2f5;
--primary-color: #1b95e0;
--error-color: #9f2222;
--success-color: #337733;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: var(--font-text);
font... | client/src/App.css | :root {
--font-display: 'Roboto', sans-serif;
--font-text: 'Roboto', sans-serif;
--font-bold: 700;
--light-bg: #f0f2f5;
--primary-color: #1b95e0;
--error-color: #9f2222;
--success-color: #337733;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: var(--font-text);
font... | 0.438785 | 0.106714 |
@font-face {
font-family: 'Noto Sans TC';
src: url('./fonts/noto-sans-tc-v10-latin_chinese-traditional-regular.woff2') format('woff2')
}
@font-face {
font-family: 'Noto Sans SC';
src: url('./fonts/noto-sans-sc-v11-latin_chinese-simplified-regular.woff2') format('woff2')
}
#tooltip {
position: absolute;
... | src/theme_contemporary.css | @font-face {
font-family: 'Noto Sans TC';
src: url('./fonts/noto-sans-tc-v10-latin_chinese-traditional-regular.woff2') format('woff2')
}
@font-face {
font-family: 'Noto Sans SC';
src: url('./fonts/noto-sans-sc-v11-latin_chinese-simplified-regular.woff2') format('woff2')
}
#tooltip {
position: absolute;
... | 0.355104 | 0.085175 |
h1 {
margin-bottom: 30px;
text-transform:uppercase;
color: #666666;
}
h2 {
margin-bottom: 10px;
color: #888888;
}
.center {
text-align: center;
}
body {
background-color: #E9EAED;
font-family: 'Open Sans', sans-serif;
padding-top: 50px;
}
body > .container {
background-color: #ff... | housematch-webapp/src/main/webapp/resources/css/site.css | h1 {
margin-bottom: 30px;
text-transform:uppercase;
color: #666666;
}
h2 {
margin-bottom: 10px;
color: #888888;
}
.center {
text-align: center;
}
body {
background-color: #E9EAED;
font-family: 'Open Sans', sans-serif;
padding-top: 50px;
}
body > .container {
background-color: #ff... | 0.473657 | 0.092401 |
*{margin: 0; padding: 0;}
body{text-align: center; font: 80%;}
.uidocs-all{width: 1000px; min-height: 100%; height: 100%; background: #FAFAFA; margin: 0 auto;}
.uidocs-header{background: url(../images/ui-bg_highlight-soft_100_eeeeee_1x100.png) repeat-x; text-align: center; height: 50px; margin-bottom: 3px;}
.uidoc... | jquery.ui/1.7.2/styles/jquery.ui.docs.cn.css | *{margin: 0; padding: 0;}
body{text-align: center; font: 80%;}
.uidocs-all{width: 1000px; min-height: 100%; height: 100%; background: #FAFAFA; margin: 0 auto;}
.uidocs-header{background: url(../images/ui-bg_highlight-soft_100_eeeeee_1x100.png) repeat-x; text-align: center; height: 50px; margin-bottom: 3px;}
.uidoc... | 0.451085 | 0.215413 |
.charsheet {
background-image: url("https://i.imgur.com/LOs4jFZ.jpeg");
background-size: 100% auto;
background-repeat: repeat-y;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border: 2px solid black;
width:825px;
min-wid... | Kult Divinity Lost/KULT Divinity Lost.css | .charsheet {
background-image: url("https://i.imgur.com/LOs4jFZ.jpeg");
background-size: 100% auto;
background-repeat: repeat-y;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border: 2px solid black;
width:825px;
min-wid... | 0.393269 | 0.136637 |
html,
body,
.app-container,
.cesium-container,
.main-container {
height: 100%;
width: 100%;
margin: 0px;
padding: 0px;
overflow: hidden;
position: relative;
}
.app-wrapp {
height: 100%;
width: 100%;
}
.app-header {
position: absolute;
top: 0px;
left: 0p... | src/assets/css/common.css | html,
body,
.app-container,
.cesium-container,
.main-container {
height: 100%;
width: 100%;
margin: 0px;
padding: 0px;
overflow: hidden;
position: relative;
}
.app-wrapp {
height: 100%;
width: 100%;
}
.app-header {
position: absolute;
top: 0px;
left: 0p... | 0.361165 | 0.043386 |
color: #3c4a60;
font-size: 40px;
}
#article-header {
padding-bottom: 20px;
border-bottom: 4px solid #e0e0e0;
}
#article-body pre {
font-size: 14px;
overflow: auto;
white-space: pre-wrap;
word-wrap: break-word;
}
#article-body blockquote p {
font-style: italic;
font-size: 15px;
color: #998;
}
#... | resources/assets/css/detail_common.css | color: #3c4a60;
font-size: 40px;
}
#article-header {
padding-bottom: 20px;
border-bottom: 4px solid #e0e0e0;
}
#article-body pre {
font-size: 14px;
overflow: auto;
white-space: pre-wrap;
word-wrap: break-word;
}
#article-body blockquote p {
font-style: italic;
font-size: 15px;
color: #998;
}
#... | 0.178812 | 0.06492 |
.Welcome {
display: none;
}
@media only screen and (max-width: 768px) {
.Welcome {
display: flex;
flex-direction: column;
min-width: 97vw;
background-color: darkcyan;
color: white;
background-image: url('/src/assets/images/Landscape.png');
font-family: "Trebuchet MS", "Lucida Sans Unicod... | src/components/welcomePage/Welcome.css | .Welcome {
display: none;
}
@media only screen and (max-width: 768px) {
.Welcome {
display: flex;
flex-direction: column;
min-width: 97vw;
background-color: darkcyan;
color: white;
background-image: url('/src/assets/images/Landscape.png');
font-family: "Trebuchet MS", "Lucida Sans Unicod... | 0.35031 | 0.135261 |
@font-face {
font-family: 'Apercu Pro';
src: url('ApercuPro.eot');
src: local('Apercu Pro'), local('ApercuPro'),
url('ApercuPro.eot?#iefix') format('embedded-opentype'),
url('ApercuPro.woff2') format('woff2'),
url('ApercuPro.woff') format('woff'),
url('ApercuPro.ttf') format... | css/fonts.css |
@font-face {
font-family: 'Apercu Pro';
src: url('ApercuPro.eot');
src: local('Apercu Pro'), local('ApercuPro'),
url('ApercuPro.eot?#iefix') format('embedded-opentype'),
url('ApercuPro.woff2') format('woff2'),
url('ApercuPro.woff') format('woff'),
url('ApercuPro.ttf') format... | 0.372734 | 0.333178 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: "Poppins", sans-serif;
}
p{
color: aliceblue;
}
footer {
margin: auto;
background-color: #210248;
width: 100%;
color: aliceblue;
di... | src/sections/general/Footer/styles.css | @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: "Poppins", sans-serif;
}
p{
color: aliceblue;
}
footer {
margin: auto;
background-color: #210248;
width: 100%;
color: aliceblue;
di... | 0.57821 | 0.086787 |
@charset "utf-8";
/********** BASICS ***********/
body, h1, h2, h3, h4, p, ul, ol, form, fieldset, figure {
margin: 0;
padding: 0;
}
div, figure, img, input, button {
box-sizing: border-box;
}
body {
background-color: #f5f5f5;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
img {
dis... | css/main.css | @charset "utf-8";
/********** BASICS ***********/
body, h1, h2, h3, h4, p, ul, ol, form, fieldset, figure {
margin: 0;
padding: 0;
}
div, figure, img, input, button {
box-sizing: border-box;
}
body {
background-color: #f5f5f5;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
img {
dis... | 0.28607 | 0.082586 |
html {
scroll-behavior: smooth;
}
body {
margin: 0;
max-width: 100%;
max-height: 100%;
overflow-x: hidden;
position: relative;
font-family: 'Open Sans', sans-serif;
background-image: linear-gradient(-42deg, #302F76 0%, #161541 100%);
}
/* sticky header */
/* Style the header */
.topHea... | main.css | html {
scroll-behavior: smooth;
}
body {
margin: 0;
max-width: 100%;
max-height: 100%;
overflow-x: hidden;
position: relative;
font-family: 'Open Sans', sans-serif;
background-image: linear-gradient(-42deg, #302F76 0%, #161541 100%);
}
/* sticky header */
/* Style the header */
.topHea... | 0.388734 | 0.094052 |
.hotBox .ml3 {
margin-left: 3px;
}
/* line 7, ../../../src/sass/page/_hotProduct.scss */
.hotBox .mt3 {
margin-top: 3px;
}
/* line 10, ../../../src/sass/page/_hotProduct.scss */
.hotBox .ml12 {
margin-left: 12px;
}
/* line 13, ../../../src/sass/page/_hotProduct.scss */
.hotBox .mt12 {
margin-top: 12px;
}
/* lin... | ctoc/build/css/page/hot.css | .hotBox .ml3 {
margin-left: 3px;
}
/* line 7, ../../../src/sass/page/_hotProduct.scss */
.hotBox .mt3 {
margin-top: 3px;
}
/* line 10, ../../../src/sass/page/_hotProduct.scss */
.hotBox .ml12 {
margin-left: 12px;
}
/* line 13, ../../../src/sass/page/_hotProduct.scss */
.hotBox .mt12 {
margin-top: 12px;
}
/* lin... | 0.248079 | 0.039343 |
@charset "UTF-8";
/**************************************************************
G├®n├®ral
****************************************************************/
html {
height: 100%; }
body {
height: 100%;
margin: 0;
background-repeat: no-repeat;
background: -moz-linear-gradient(top, #fffcfc 0%, rgba(149, 179,... | assets/styles/css/stylefront.css | @charset "UTF-8";
/**************************************************************
G├®n├®ral
****************************************************************/
html {
height: 100%; }
body {
height: 100%;
margin: 0;
background-repeat: no-repeat;
background: -moz-linear-gradient(top, #fffcfc 0%, rgba(149, 179,... | 0.219254 | 0.069132 |
.activity {
width: 70%;
margin: 0 auto;
}
.activity-title {
text-align: center;
font-weight: bold;
font-size: 36px;
color: #293F95;
font-family: 'Rubik', sans-serif;
margin-bottom: 80px;
}
.activity-list {
display: flex;
justify-content: space-between;
align-items: center;
... | css/activity.css | .activity {
width: 70%;
margin: 0 auto;
}
.activity-title {
text-align: center;
font-weight: bold;
font-size: 36px;
color: #293F95;
font-family: 'Rubik', sans-serif;
margin-bottom: 80px;
}
.activity-list {
display: flex;
justify-content: space-between;
align-items: center;
... | 0.494873 | 0.107578 |
.left {
-fx-min-width: 22em;
-fx-pref-width: 22em;
}
.deckList HBox, .fleetList HBox {
-fx-alignment: center-left;
}
.fleetList {
-fx-pref-height: 15em;
}
.delete:hover {
-fx-color: red;
}
.right {
}
.save {
-fx-color: skyblue;
-fx-font-weight: bold;
}
.status {
-... | src/main/resources/logbook/gui/deck.css |
.left {
-fx-min-width: 22em;
-fx-pref-width: 22em;
}
.deckList HBox, .fleetList HBox {
-fx-alignment: center-left;
}
.fleetList {
-fx-pref-height: 15em;
}
.delete:hover {
-fx-color: red;
}
.right {
}
.save {
-fx-color: skyblue;
-fx-font-weight: bold;
}
.status {
-... | 0.374791 | 0.060891 |
.container {
width: 100%;
position: relative;
min-width: 50%;
}
.productdesc {
max-width: 350px;
width: 100%;
background-color: white;
text-align: center;
padding-top: 3%;
padding-bottom: 3%;
position: relative;
}
.middle {
transition: .3s ease;
opacity: 0;
positi... | Team8CA/wwwroot/css/Gallery.css |
.container {
width: 100%;
position: relative;
min-width: 50%;
}
.productdesc {
max-width: 350px;
width: 100%;
background-color: white;
text-align: center;
padding-top: 3%;
padding-bottom: 3%;
position: relative;
}
.middle {
transition: .3s ease;
opacity: 0;
positi... | 0.599133 | 0.078219 |
@font-face {
font-family: "robotolight";
src: url("../../../app/fonts/RobotoTTF/Roboto-Light.ttf") format("truetype");
}
/* goog.ui.HoverCard */
.goog-char-picker-hovercard {
border: solid 2px #337ab7;
min-width: 50px;
max-width: 160px;
padding: 5px;
background-color: white;
text-align: center;
posit... | resources/css/charpicker.css | @font-face {
font-family: "robotolight";
src: url("../../../app/fonts/RobotoTTF/Roboto-Light.ttf") format("truetype");
}
/* goog.ui.HoverCard */
.goog-char-picker-hovercard {
border: solid 2px #337ab7;
min-width: 50px;
max-width: 160px;
padding: 5px;
background-color: white;
text-align: center;
posit... | 0.336549 | 0.04489 |
@charset "UTF-8";
#dataTable tbody tr:hover {
background-color: #ebf0fa;
}
#add-form label {
display: block;
}
#add-form input.text {
display: block;
margin-bottom: 12px;
width: 95%;
padding: .4em;
}
input.text {
margin-bottom: 12px;
width: 95%;
padding: .4em;
}
textarea.text {
margin-bottom: 12px;
widt... | src/main/webapp/css/domainpage.css | @charset "UTF-8";
#dataTable tbody tr:hover {
background-color: #ebf0fa;
}
#add-form label {
display: block;
}
#add-form input.text {
display: block;
margin-bottom: 12px;
width: 95%;
padding: .4em;
}
input.text {
margin-bottom: 12px;
width: 95%;
padding: .4em;
}
textarea.text {
margin-bottom: 12px;
widt... | 0.332961 | 0.052668 |
:root {
/* window */
--font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif; /* stylelint-disable-line value-keyword-case */
--font-size: 13px;
--font-color: #ddd;
--window-color: #202020;
/* tab */
--tab-width: 140px;
--tab-height: 40px;
--tab-color: #202020... | css/main.css | :root {
/* window */
--font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif; /* stylelint-disable-line value-keyword-case */
--font-size: 13px;
--font-color: #ddd;
--window-color: #202020;
/* tab */
--tab-width: 140px;
--tab-height: 40px;
--tab-color: #202020... | 0.377082 | 0.09886 |
@charset "utf-8";
/* 初始化CSS */
body, p, ul, ol, li, form, img, h1, h2, h3, select, input{margin:0; padding:0;}
body{background:#F1F1F1; color:#333333; text-align:left; font:14px/25px "Microsoft YaHei", "微软雅黑", "SimSun", "宋体", HELVETICA;}
ul, li{list-style:none;}
img{border:0;}
input{padding-top:0; padding-bottom:0;}
/*... | t4.chei.com.cn/chsi/css/common2014b2e3.css | @charset "utf-8";
/* 初始化CSS */
body, p, ul, ol, li, form, img, h1, h2, h3, select, input{margin:0; padding:0;}
body{background:#F1F1F1; color:#333333; text-align:left; font:14px/25px "Microsoft YaHei", "微软雅黑", "SimSun", "宋体", HELVETICA;}
ul, li{list-style:none;}
img{border:0;}
input{padding-top:0; padding-bottom:0;}
/*... | 0.223547 | 0.101991 |
html,
body {
padding: 0;
margin: 0;
min-height: 300px;
max-height: 300px;
}
#container {
width: 340px;
}
#header {
background: #28282c;
padding: 14px 20px;
font-weight: bold;
color: #f7f7f7;
font-size: 14px;
}
.content {
display: flex;
flex-direction: column;
padding: 0px 18px;
}
.center-aligned {
align-s... | packages/crusher-electron-app/public/styles/popup.css | html,
body {
padding: 0;
margin: 0;
min-height: 300px;
max-height: 300px;
}
#container {
width: 340px;
}
#header {
background: #28282c;
padding: 14px 20px;
font-weight: bold;
color: #f7f7f7;
font-size: 14px;
}
.content {
display: flex;
flex-direction: column;
padding: 0px 18px;
}
.center-aligned {
align-s... | 0.257485 | 0.066934 |
@charset "UTF-8";
header { height: 206px; border: 1px solid #ccc; }
header .container { width: 1200px; }
header .container .HnavH { height: 36px; background: #FAFAFA; line-height: 36px; font-size: 12px; }
header .container .HnavH li { position: relative; }
header .container .HnavH ul li a span { color: #555454; }
... | src/css/header.css | @charset "UTF-8";
header { height: 206px; border: 1px solid #ccc; }
header .container { width: 1200px; }
header .container .HnavH { height: 36px; background: #FAFAFA; line-height: 36px; font-size: 12px; }
header .container .HnavH li { position: relative; }
header .container .HnavH ul li a span { color: #555454; }
... | 0.356895 | 0.069605 |
body{
background-color: #D9DBD5;
font-family: "Segoe UI", "Helvetica Neue", "Helvetica", "Lucida Grande", Arial, "Ubuntu", "Cantarell", "Fira Sans", sans-serif;
padding-top: 70px;
}
nav.navbar{
background-color: #009688;
border: none;
box-shadow: 0 0 10px #000;
color: white;
}
nav a.navbar... | static/css/style.css | body{
background-color: #D9DBD5;
font-family: "Segoe UI", "Helvetica Neue", "Helvetica", "Lucida Grande", Arial, "Ubuntu", "Cantarell", "Fira Sans", sans-serif;
padding-top: 70px;
}
nav.navbar{
background-color: #009688;
border: none;
box-shadow: 0 0 10px #000;
color: white;
}
nav a.navbar... | 0.313 | 0.106737 |
.sobre {
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.sobre img {
width: 180px;
height: 220px;
padding: 20px 0px 0px 20px;
animation: fadeInLeft;
animation-duration: 3s;
}
.conteudo {
width: 70vw;
display: flex;
flex-di... | src/components/pages/about/styles.css | .sobre {
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.sobre img {
width: 180px;
height: 220px;
padding: 20px 0px 0px 20px;
animation: fadeInLeft;
animation-duration: 3s;
}
.conteudo {
width: 70vw;
display: flex;
flex-di... | 0.469763 | 0.110279 |
padding-bottom: 90px;
}
@media (max-width: 1199px) {
#banner,
#job_banner,
#courses_banner {
padding-bottom: 80px;
}
}
@media (max-width: 991px) {
#banner,
#job_banner,
#courses_banner {
padding-bottom: 70px;
}
}
@media (max-width: 767px) {
#banner,
#job... | public/css/banner.css | padding-bottom: 90px;
}
@media (max-width: 1199px) {
#banner,
#job_banner,
#courses_banner {
padding-bottom: 80px;
}
}
@media (max-width: 991px) {
#banner,
#job_banner,
#courses_banner {
padding-bottom: 70px;
}
}
@media (max-width: 767px) {
#banner,
#job... | 0.2522 | 0.158077 |
:root {
--field-color: #F8F8F8;
--highlight-color: #FFF;
--select-color: #AAA;
--border-line: 1px solid #CCC;
--background-color-almost-white: #faf6f6;
}
html {
color: hsl(0, 0%, 20%);
background-color: #FEFEFE;
font-size: 12pt;
font-family: sans-serif;
}
body {
margin: 0;
display: flex;
flex-direction: c... | public/main.css | :root {
--field-color: #F8F8F8;
--highlight-color: #FFF;
--select-color: #AAA;
--border-line: 1px solid #CCC;
--background-color-almost-white: #faf6f6;
}
html {
color: hsl(0, 0%, 20%);
background-color: #FEFEFE;
font-size: 12pt;
font-family: sans-serif;
}
body {
margin: 0;
display: flex;
flex-direction: c... | 0.426083 | 0.110327 |
html, body {
font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Roboto Condensed', sans-serif;
}
h1 {
font-family: 'Oswald', sans-serif;
margin-bottom: 15px;
}
.btn-primary,
.btn-primary.dropdown-toggle,
.show>.btn-primary.dropdown-toggle,
.btn-primary.disabled{
background-col... | static/css/styles.css | html, body {
font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Roboto Condensed', sans-serif;
}
h1 {
font-family: 'Oswald', sans-serif;
margin-bottom: 15px;
}
.btn-primary,
.btn-primary.dropdown-toggle,
.show>.btn-primary.dropdown-toggle,
.btn-primary.disabled{
background-col... | 0.381796 | 0.06724 |
font-family: 'Avenir', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
}
body {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
}
h1, h2 {
font-weight: bold;
}
a {
col... | css/main.css | font-family: 'Avenir', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
}
body {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
}
h1, h2 {
font-weight: bold;
}
a {
col... | 0.311846 | 0.109944 |
html {
scroll-behavior: smooth;
}
.landing {
background-image: url('../images/backgrounds/h_img.jpg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
color: white;
font-family: 'Open Sans', sans-serif;
padding-top: 20%;
}
.landing h1 {
margin:... | css/style.css | html {
scroll-behavior: smooth;
}
.landing {
background-image: url('../images/backgrounds/h_img.jpg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
color: white;
font-family: 'Open Sans', sans-serif;
padding-top: 20%;
}
.landing h1 {
margin:... | 0.441191 | 0.07343 |
body {
font-family: 'Karla', sans-serif;
font-size: 18px;
margin: 0;
}
h1 {
font-family: 'Space Mono', monospace;
font-size: 90px;
line-height: .5em;
}
h2 {
font-size: 24px;
margin-top: 60px;
font-family: 'Space Mono', monospace;
}
h3 {
font-size: 24px;
font-weight: normal;
line-height: 1.5em... | v1/public/stylesheets/style.css | body {
font-family: 'Karla', sans-serif;
font-size: 18px;
margin: 0;
}
h1 {
font-family: 'Space Mono', monospace;
font-size: 90px;
line-height: .5em;
}
h2 {
font-size: 24px;
margin-top: 60px;
font-family: 'Space Mono', monospace;
}
h3 {
font-size: 24px;
font-weight: normal;
line-height: 1.5em... | 0.407805 | 0.10307 |