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 |
|---|---|---|---|---|
:root {
/* Fuentes */
--principal-font: "DM Sans", sans-serif;
--secondary-font: "Inter", sans-serif;
/* Colores */
--bitcoin-orange: #f7931a;
--soft-orange: #ffe9d5;
--secondary-blue: #1a9af7;
--soft-blue: #e7f5ff;
--warm-black: #201e1c;
--black: #282623;
--gray: #bababa;
--off-white: #faf8f7;... | Batatabit/css/mobile.css | :root {
/* Fuentes */
--principal-font: "DM Sans", sans-serif;
--secondary-font: "Inter", sans-serif;
/* Colores */
--bitcoin-orange: #f7931a;
--soft-orange: #ffe9d5;
--secondary-blue: #1a9af7;
--soft-blue: #e7f5ff;
--warm-black: #201e1c;
--black: #282623;
--gray: #bababa;
--off-white: #faf8f7;... | 0.449393 | 0.107157 |
@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
src: local("Roboto"),
url ("/fonts/Roboto-Regular.ttf") format ("ttf"),
url ("/fonts/Roboto-Regular.ttf") format ("ttf");
}
@font-face{
font-family: "Roboto";
font-style: normal;
font... | style.css | @font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
src: local("Roboto"),
url ("/fonts/Roboto-Regular.ttf") format ("ttf"),
url ("/fonts/Roboto-Regular.ttf") format ("ttf");
}
@font-face{
font-family: "Roboto";
font-style: normal;
font... | 0.30767 | 0.051821 |
@import url(../../assets/Fonts/Lato/Lato/latofonts.css);
@import url(../../assets/Fonts/WebFonts/style.css);
body {
background-color: #e7e7e7;
font: 13px/20px normal Helvetica, Arial, sans-serif;
color: #4F5155;
padding: 0;
margin: 0; }
.modal {
margin-top: 2vh; }
.modal-content {
border-radius: 3px !im... | src/css/service.css | @import url(../../assets/Fonts/Lato/Lato/latofonts.css);
@import url(../../assets/Fonts/WebFonts/style.css);
body {
background-color: #e7e7e7;
font: 13px/20px normal Helvetica, Arial, sans-serif;
color: #4F5155;
padding: 0;
margin: 0; }
.modal {
margin-top: 2vh; }
.modal-content {
border-radius: 3px !im... | 0.312265 | 0.05087 |
.business-data-sell {
min-width: 1200px;
color: #333; }
.business-data-sell .bootstrap-select.btn-group .dropdown-toggle .filter-option {
font-size: 16px;
line-height: 2; }
.business-data-sell .data-top-title .tabs-btn {
position: absolute;
right: 100px;
top: 8px; }
.business-data-sell .... | business/modules/data/views/assets/css/sales.css | .business-data-sell {
min-width: 1200px;
color: #333; }
.business-data-sell .bootstrap-select.btn-group .dropdown-toggle .filter-option {
font-size: 16px;
line-height: 2; }
.business-data-sell .data-top-title .tabs-btn {
position: absolute;
right: 100px;
top: 8px; }
.business-data-sell .... | 0.363308 | 0.063395 |
.container2{
background-image: url("../images/bg_home.jpg");
background-position: top;
background-repeat: no-repeat;
/*z-index: -1;*/
width: 100%;
height: 600px;
color: white;
}
.container4{
background-image: url("../images/bg_signup.jpg");
background-position: top;
backgrou... | public/css/style.css | .container2{
background-image: url("../images/bg_home.jpg");
background-position: top;
background-repeat: no-repeat;
/*z-index: -1;*/
width: 100%;
height: 600px;
color: white;
}
.container4{
background-image: url("../images/bg_signup.jpg");
background-position: top;
backgrou... | 0.333937 | 0.080394 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(http://weloveiconfonts.com/api/?family=entypo);
/* entypo */
[class*="entypo-"]:before {
font-family: 'entypo', sans-serif;
}
body {
height:100%;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-size: 1em;
font-weigh... | challenge/profile/breindy/style.css | @import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(http://weloveiconfonts.com/api/?family=entypo);
/* entypo */
[class*="entypo-"]:before {
font-family: 'entypo', sans-serif;
}
body {
height:100%;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-size: 1em;
font-weigh... | 0.36557 | 0.109801 |
.fill_-3 {
fill: #CC0000; }
.fill_-2 {
fill: #D44C00; }
.fill_-1 {
fill: #DC9800; }
.fill_0 {
fill: #E5E500; }
.fill_1 {
fill: #A1C708; }
.fill_2 {
fill: #5DA910; }
.fill_3 {
fill: #198C19; }
.color_-3 {
color: #CC0000; }
.color_-2 {
color: #D44C00; }
.color_-1 {
color: #DC9800; }
.color_0... | src/components/colors.css | .fill_-3 {
fill: #CC0000; }
.fill_-2 {
fill: #D44C00; }
.fill_-1 {
fill: #DC9800; }
.fill_0 {
fill: #E5E500; }
.fill_1 {
fill: #A1C708; }
.fill_2 {
fill: #5DA910; }
.fill_3 {
fill: #198C19; }
.color_-3 {
color: #CC0000; }
.color_-2 {
color: #D44C00; }
.color_-1 {
color: #DC9800; }
.color_0... | 0.398055 | 0.083217 |
body {
min-height: 100vh;
display: flex;
justify-content: center;
background-color: #ffff;
font-family: "Inter", sans-serif;
margin: 0;
padding: 0;
}
header {
width: 100%;
position: absolute;
top: 0;
}
header nav {
display: inline-flex;
justify-content: space-between;
width: 100%;
}
header ... | personal-portfolio/css/style.css | body {
min-height: 100vh;
display: flex;
justify-content: center;
background-color: #ffff;
font-family: "Inter", sans-serif;
margin: 0;
padding: 0;
}
header {
width: 100%;
position: absolute;
top: 0;
}
header nav {
display: inline-flex;
justify-content: space-between;
width: 100%;
}
header ... | 0.471953 | 0.050565 |
@charset "UTF-8";
html {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
font-family: "Noto Sans CJK JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
font-weight: 500;
color: #333;
line-height: 2;
letter-spacing: 0.1em;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
bo... | css/info.css | @charset "UTF-8";
html {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
font-family: "Noto Sans CJK JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
font-weight: 500;
color: #333;
line-height: 2;
letter-spacing: 0.1em;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
bo... | 0.287068 | 0.0538 |
.c01_m04_p04 .optionText .txt span {
vertical-align: top;
}
.c01_m04_p04 .qusWrapper {
width: 100%;
background: #f3f1f1;
height: 360px;
}
.c01_m04_p04 .optionContainer {
width: 100%;
height: auto;
min-height: 360px;
}
.c01_m04_p04 .mcmsContainer .optionContainer:after {
left: auto;
... | lalit/course_01/css/c01_m04_p04.css | .c01_m04_p04 .optionText .txt span {
vertical-align: top;
}
.c01_m04_p04 .qusWrapper {
width: 100%;
background: #f3f1f1;
height: 360px;
}
.c01_m04_p04 .optionContainer {
width: 100%;
height: auto;
min-height: 360px;
}
.c01_m04_p04 .mcmsContainer .optionContainer:after {
left: auto;
... | 0.309232 | 0.074366 |
html, body {
height: 100%;
direction: rtl;
}
body {
font-family: arial,sans-serif;
font-size: 13px;
color: #000000de;
margin: 0;
}
#navbar {
position: absolute;
left: 1%;
top: 1%;
height: 30px;
display: grid;
grid-template-columns: auto auto auto;
}
.nav... | styles/mainAR.css | html, body {
height: 100%;
direction: rtl;
}
body {
font-family: arial,sans-serif;
font-size: 13px;
color: #000000de;
margin: 0;
}
#navbar {
position: absolute;
left: 1%;
top: 1%;
height: 30px;
display: grid;
grid-template-columns: auto auto auto;
}
.nav... | 0.436622 | 0.083628 |
.larger1 {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 300%;
margin-bottom: 10px;
margin-top: 0px;
}
.larger {
font-family: -apple-system,
BlinkMacSystemFont,
'Segoe UI',
R... | daily-notes/style.css | .larger1 {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 300%;
margin-bottom: 10px;
margin-top: 0px;
}
.larger {
font-family: -apple-system,
BlinkMacSystemFont,
'Segoe UI',
R... | 0.516108 | 0.084191 |
.tipr_content {
font: 12px 'Source Code Pro', monospace;
color: #555;
text-transform: uppercase;
letter-spacing: 1px;
background-color: #fff;
padding: 6px 13px 7px 13px;
border-radius: 3px;
}
.tipr_container_below {
display: none;
position: absolute;
margin-top: 13px;
z-index: 1000;
box-shadow:... | extension/assets/css/tipr.css | .tipr_content {
font: 12px 'Source Code Pro', monospace;
color: #555;
text-transform: uppercase;
letter-spacing: 1px;
background-color: #fff;
padding: 6px 13px 7px 13px;
border-radius: 3px;
}
.tipr_container_below {
display: none;
position: absolute;
margin-top: 13px;
z-index: 1000;
box-shadow:... | 0.588771 | 0.068289 |
.profile {
display: flex;
background-color: #b9e3f7;
justify-content: space-between;
font-family: Helvetica, sans-serif;
}
.profile-img-liks-section {
margin: 5px auto;
width: 25%;
background-color: #333333;
border-radius: 5px;
display: flex;
flex-direction: column;
align-items: center;
justify-... | client/src/components/UserProfile/UserProfile.css | .profile {
display: flex;
background-color: #b9e3f7;
justify-content: space-between;
font-family: Helvetica, sans-serif;
}
.profile-img-liks-section {
margin: 5px auto;
width: 25%;
background-color: #333333;
border-radius: 5px;
display: flex;
flex-direction: column;
align-items: center;
justify-... | 0.40028 | 0.078607 |
lvg-board-column {
display: flex;
flex-direction: column;
vertical-align: top;
background-color: #e5e5e5;
position: relative;
width: 290px;
min-width: 290px;
margin: 4px;
border: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.lvg-board-column__container {
d... | target/collapp/app/components/board/column/board-column.css | lvg-board-column {
display: flex;
flex-direction: column;
vertical-align: top;
background-color: #e5e5e5;
position: relative;
width: 290px;
min-width: 290px;
margin: 4px;
border: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.lvg-board-column__container {
d... | 0.415017 | 0.091829 |
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat Regular'), local('Montserrat-Regular'),
url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/montserrat-v14-latin-regular.woff'... | module-08/css/styles.css | @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat Regular'), local('Montserrat-Regular'),
url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/montserrat-v14-latin-regular.woff'... | 0.239883 | 0.047691 |
.title{
margin-bottom:4px;
}
.major{
margin-bottom:4px;
}
.row .modal-body {
padding: 50px;
}
.modal-body h2{
border-bottom: 2.5px #000 solid;
color: rgb(109,110,113);
border-color: rgb(109,110,113);
text-align: center;
}
.container-fluid h2{
margin: 0 0 5px;
font-size: 250%;
font-style: normal;
... | css/costom.css | .title{
margin-bottom:4px;
}
.major{
margin-bottom:4px;
}
.row .modal-body {
padding: 50px;
}
.modal-body h2{
border-bottom: 2.5px #000 solid;
color: rgb(109,110,113);
border-color: rgb(109,110,113);
text-align: center;
}
.container-fluid h2{
margin: 0 0 5px;
font-size: 250%;
font-style: normal;
... | 0.50952 | 0.080069 |
.footer-widgets-container {
padding: 40px;
}
.inside-footer-widgets {
display: flex;
}
.inside-footer-widgets > div {
flex: 1 1 0;
}
.site-footer .footer-widgets-container .inner-padding {
padding: 0px 0px 0px 40px;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
margin-left: -40px;
}
/*----... | website/travis_controlpanel/wp-content/themes/generatepress/assets/css/components/widget-areas.css | .footer-widgets-container {
padding: 40px;
}
.inside-footer-widgets {
display: flex;
}
.inside-footer-widgets > div {
flex: 1 1 0;
}
.site-footer .footer-widgets-container .inner-padding {
padding: 0px 0px 0px 40px;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
margin-left: -40px;
}
/*----... | 0.286668 | 0.057098 |
@import "./phoenix.css";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');
html {
--background-color: #f7fafc;
background-color: var(--background-color);
}
/* Alerts and form errors used by phx.new */
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transpar... | assets/css/app.css | @import "./phoenix.css";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');
html {
--background-color: #f7fafc;
background-color: var(--background-color);
}
/* Alerts and form errors used by phx.new */
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transpar... | 0.50952 | 0.100437 |
margin-top: 20px;
font-family: 'Neucha';
color: #FEDA15;
font-size: 25px;
}
button, #talent-guess {
border-radius: 10px;
background-color: #FEDA15;
width: 100px;
font-size: 20px;
margin: 10px;
border: none;
font-family: 'Neucha';
vertical-align: center;
}
h3 {
font-family: 'Neucha';
text-a... | portfolio/src/main/webapp/style.css | margin-top: 20px;
font-family: 'Neucha';
color: #FEDA15;
font-size: 25px;
}
button, #talent-guess {
border-radius: 10px;
background-color: #FEDA15;
width: 100px;
font-size: 20px;
margin: 10px;
border: none;
font-family: 'Neucha';
vertical-align: center;
}
h3 {
font-family: 'Neucha';
text-a... | 0.412057 | 0.11808 |
@charset "utf-8";
@import url("reset.css");
body{
color:#333;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}
.class_body {
background:url(../imgs/layout/bg.jpg) repeat;
}
#wrapper{width:1000px; margin:0 auto;}
/************************************** BEGIN header ************************... | web/skin/temp1/templates/css.css | @charset "utf-8";
@import url("reset.css");
body{
color:#333;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}
.class_body {
background:url(../imgs/layout/bg.jpg) repeat;
}
#wrapper{width:1000px; margin:0 auto;}
/************************************** BEGIN header ************************... | 0.137764 | 0.033086 |
.colorBackground {
/*-fx-background-color: linear-gradient( to right top, rgba(104, 250, 194, 0.84), #00ffe8);*/
/*-fx-background-image: url("https://swall.teahub.io/photos/small/21-216495_wallpaper-gradient-purple-blue-linear-dark-violet-dark.jpg");*/
-fx-background-size: cover;
-fx-background-co... | Project/src/main/resources/com/example/cmpe313/application.css |
.colorBackground {
/*-fx-background-color: linear-gradient( to right top, rgba(104, 250, 194, 0.84), #00ffe8);*/
/*-fx-background-image: url("https://swall.teahub.io/photos/small/21-216495_wallpaper-gradient-purple-blue-linear-dark-violet-dark.jpg");*/
-fx-background-size: cover;
-fx-background-co... | 0.321034 | 0.082291 |
#services {
background-color: white;
}
/* --------------------------------------------------------------------------------- */
/* CONTAINER CARTAS */
.box-card {
padding: 0px;
margin: 0px;
}
/* CONTAINER */
.card {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
bo... | servicos.css | #services {
background-color: white;
}
/* --------------------------------------------------------------------------------- */
/* CONTAINER CARTAS */
.box-card {
padding: 0px;
margin: 0px;
}
/* CONTAINER */
.card {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
bo... | 0.321141 | 0.073132 |
.elzevir-book {
font-family: 'elzevir-book';
font-size: 4.5em;
}
.zoom {
font-size: 10em;
}
.elzevir-static {
font-family: 'elzevir-static';
position: absolute !important;
z-index: 1;
color: #24d390 !important;
opacity: 0.4;
display: none;
width: 100%;
bottom: 0;
}
/* General settings */
body {
padding: ... | smartFont/css/atypi2016.css | .elzevir-book {
font-family: 'elzevir-book';
font-size: 4.5em;
}
.zoom {
font-size: 10em;
}
.elzevir-static {
font-family: 'elzevir-static';
position: absolute !important;
z-index: 1;
color: #24d390 !important;
opacity: 0.4;
display: none;
width: 100%;
bottom: 0;
}
/* General settings */
body {
padding: ... | 0.442637 | 0.093388 |
.poster {
position: relative;
}
.post-img {
height: 30vh;
width: 100%;
}
.poster-title {
position: absolute;
bottom: 0;
display: flex;
align-items: center;
color: #fff;
width: 100%;
height: 80px;
/*这里不要使用opacity属性,文字也会继承透明属性,使用rgpa*/
background: rgba(0, 0, 0, 0.3);
}
.pos... | public/static/live/css/detail.css | .poster {
position: relative;
}
.post-img {
height: 30vh;
width: 100%;
}
.poster-title {
position: absolute;
bottom: 0;
display: flex;
align-items: center;
color: #fff;
width: 100%;
height: 80px;
/*这里不要使用opacity属性,文字也会继承透明属性,使用rgpa*/
background: rgba(0, 0, 0, 0.3);
}
.pos... | 0.39222 | 0.105211 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
font-family: 'DM Sans', sans-serif;
transition: all .4s ease-in-out;
}
html {
overflow-x: hidden;
}
/* width */
::-webkit-scrollbar {
width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-web... | public/css/style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
font-family: 'DM Sans', sans-serif;
transition: all .4s ease-in-out;
}
html {
overflow-x: hidden;
}
/* width */
::-webkit-scrollbar {
width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-web... | 0.346762 | 0.047272 |
.section-hero {
padding-bottom: 50px;
}
.container_section-hero {
height: 620px;
display: flex;
position: relative;
}
.swiper-container {
width: 100%;
height: 100%;
}
.swiper-pagination {
margin-bottom: 25px;
}
.swiper-pagination-bullet {
background-color: #FFFFFF;
width: 15px;
height: 15px;
}
... | css/hero.css |
.section-hero {
padding-bottom: 50px;
}
.container_section-hero {
height: 620px;
display: flex;
position: relative;
}
.swiper-container {
width: 100%;
height: 100%;
}
.swiper-pagination {
margin-bottom: 25px;
}
.swiper-pagination-bullet {
background-color: #FFFFFF;
width: 15px;
height: 15px;
}
... | 0.445288 | 0.060446 |
@front-face{
front-family:"Raleway-regular";
src:url(..\fronts\Raleway-Regular.ttf)
}
@front-face{
front-family:"Raleway-medium";
src:url(..\fronts\Raleway-Medium.ttf)
}
@front-face{
front-family:"Raleway-semibold";
src:url(..\fronts\Raleway-SemiBold.ttf)
}
@front-face{
front-family:"Ralew... | style.css | @front-face{
front-family:"Raleway-regular";
src:url(..\fronts\Raleway-Regular.ttf)
}
@front-face{
front-family:"Raleway-medium";
src:url(..\fronts\Raleway-Medium.ttf)
}
@front-face{
front-family:"Raleway-semibold";
src:url(..\fronts\Raleway-SemiBold.ttf)
}
@front-face{
front-family:"Ralew... | 0.342462 | 0.056418 |
body {
margin: 0;
padding: 0;
height: 100%;
}
.myContainer {
min-height: 100%;
position: relative;
}
.myHeader {
padding: 10px;
}
.myBody {
padding-bottom: 14%;
}
.myFooter {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
}
/* Navbar */
.navbar {
padding: 0.5rem 7%;
}
.nav-item ... | e-commerce website/css/index.css | body {
margin: 0;
padding: 0;
height: 100%;
}
.myContainer {
min-height: 100%;
position: relative;
}
.myHeader {
padding: 10px;
}
.myBody {
padding-bottom: 14%;
}
.myFooter {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
}
/* Navbar */
.navbar {
padding: 0.5rem 7%;
}
.nav-item ... | 0.432303 | 0.070017 |
.btn-primary {
border-color: #be893a !important;
background-color: #be893a !important;
color: #FFFFFF;
}
.btn-outline-primary {
border: 1px solid #000000;
background-color: transparent;
color: #000000;
}
.btn-outline-primary:hover {
color: #ffffff;
background: #bf8839;
border-color: #bf8839;
}
.car... | public/assets/css/style.css | .btn-primary {
border-color: #be893a !important;
background-color: #be893a !important;
color: #FFFFFF;
}
.btn-outline-primary {
border: 1px solid #000000;
background-color: transparent;
color: #000000;
}
.btn-outline-primary:hover {
color: #ffffff;
background: #bf8839;
border-color: #bf8839;
}
.car... | 0.325092 | 0.046249 |
@import 'https://fonts.googleapis.com/css?family=Exo|Orbitron|Suez+One';
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body {
height: 96%;
}
body {
background: url(http://i.share.pho.to/f65164fb_o.png);
text-align: center;
}
#game {
position: absolute;
box-shadow: 0px -2px 20px #222;
h... | css/style.css | @import 'https://fonts.googleapis.com/css?family=Exo|Orbitron|Suez+One';
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body {
height: 96%;
}
body {
background: url(http://i.share.pho.to/f65164fb_o.png);
text-align: center;
}
#game {
position: absolute;
box-shadow: 0px -2px 20px #222;
h... | 0.317426 | 0.078254 |
body {
font-family: "Nunito", sans-serif;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
body .bg-gradient-primary {
background: linear-gradient(87deg, #0a0c15 0, #825ee4 100%) !important;
}
body .bg-gradient-secondary {
background: linear-grad... | public/css/filemanager.css | body {
font-family: "Nunito", sans-serif;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
body .bg-gradient-primary {
background: linear-gradient(87deg, #0a0c15 0, #825ee4 100%) !important;
}
body .bg-gradient-secondary {
background: linear-grad... | 0.388618 | 0.111628 |
body {
background: url(../images/back6.jpg) no-repeat fixed;
background-size: 100% 100%;
color: white;
}
h1, h2, h3, h4, h5, h6 {
color: white;
}
section, .header {
text-align: center;
}
header {
background-color: rgba(0, 0, 0, 0.6);
font-size: 300%;
padding: 20px;
border-radius: ... | css/style.css | body {
background: url(../images/back6.jpg) no-repeat fixed;
background-size: 100% 100%;
color: white;
}
h1, h2, h3, h4, h5, h6 {
color: white;
}
section, .header {
text-align: center;
}
header {
background-color: rgba(0, 0, 0, 0.6);
font-size: 300%;
padding: 20px;
border-radius: ... | 0.475118 | 0.142262 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
font-family: 'Poppins',sans-serif;
}
body{
background-color: #0077B6;
}
.login-container{
position: absolute;
width: 474px;
height: 541px;
left: 450px;
top: 115px;
font-style: normal;
fon... | public/css/style2.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
font-family: 'Poppins',sans-serif;
}
body{
background-color: #0077B6;
}
.login-container{
position: absolute;
width: 474px;
height: 541px;
left: 450px;
top: 115px;
font-style: normal;
fon... | 0.432782 | 0.092606 |
body {
background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%) !important;
}
.hr {
width: 98%;
height: 650px;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
background-color: transparent !important;
border: 2px solid white;
}
.hr-bottom{
margin-bottom: 50... | frontend/src/components/pages/homePage.css | body {
background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%) !important;
}
.hr {
width: 98%;
height: 650px;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
background-color: transparent !important;
border: 2px solid white;
}
.hr-bottom{
margin-bottom: 50... | 0.593374 | 0.097648 |
* {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hea... | css/charts.css | * {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hea... | 0.398875 | 0.083965 |
body {
/* padding-top: 20px; */
/* padding-bottom: 20px; */
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer,
.content {
/* padding-right: 15px; */
/* padding-left: 15px; */
}
/* Custom page header */
.header {
border-bottom: 1px solid #e5e... | public/stylesheets/chezz.css | body {
/* padding-top: 20px; */
/* padding-bottom: 20px; */
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer,
.content {
/* padding-right: 15px; */
/* padding-left: 15px; */
}
/* Custom page header */
.header {
border-bottom: 1px solid #e5e... | 0.474875 | 0.097262 |
.r{
width:220%;
height:220%;
}
.q{
display:inline-block;
text-align:right;
margin-top:4%;
padding-left:15%;
font-size: 18px;
color:#CCCCCC;
}
.hr{
display:inline-table;
margin-left:20px;
margin-right:20px;
width:2px;
height:15px;
color:#CCCCCC;
}
.w{
background-image:url(../img/semilla.jpg);
height... | proyectos/e comunidad/css/main.css | .r{
width:220%;
height:220%;
}
.q{
display:inline-block;
text-align:right;
margin-top:4%;
padding-left:15%;
font-size: 18px;
color:#CCCCCC;
}
.hr{
display:inline-table;
margin-left:20px;
margin-right:20px;
width:2px;
height:15px;
color:#CCCCCC;
}
.w{
background-image:url(../img/semilla.jpg);
height... | 0.249356 | 0.059129 |
.cbp-tag {
background-color: #0081A1;
color: #fff;
border-radius: 16px;
display: table;
margin-bottom: 8px;
margin-right: 8px;
padding: 8px 16px;
}
.cbp-border-bottom {
padding-bottom: 24px;
border-bottom: 2px solid #DFE1E2;
}
/* .cbp-btn-group > button {
margin: 0;
max-width: 130px !important;... | ds-css-v2/demo-pages/passenger-app/index.css |
.cbp-tag {
background-color: #0081A1;
color: #fff;
border-radius: 16px;
display: table;
margin-bottom: 8px;
margin-right: 8px;
padding: 8px 16px;
}
.cbp-border-bottom {
padding-bottom: 24px;
border-bottom: 2px solid #DFE1E2;
}
/* .cbp-btn-group > button {
margin: 0;
max-width: 130px !important;... | 0.348867 | 0.076961 |
body {
font-family: 'Lato', sans-serif;
overflow: auto;
font-weight: bold;
}
body .page {
display: block;
top: inherit;
bottom: inherit;
left: inherit;
right: inherit;
position: relative;
background-color: #fff;
}
#wrapper {
max-width: 940px;
margin: 0 auto;
background-colo... | src/main/webapp/styles/hubspotmain.css | body {
font-family: 'Lato', sans-serif;
overflow: auto;
font-weight: bold;
}
body .page {
display: block;
top: inherit;
bottom: inherit;
left: inherit;
right: inherit;
position: relative;
background-color: #fff;
}
#wrapper {
max-width: 940px;
margin: 0 auto;
background-colo... | 0.529263 | 0.075278 |
div.contenedor{
margin: 30px;
padding: 20px;
}
/*
|---------------
| FILTRO
|---------------
*/
div#filtro h3{
color:#80725F;
margin: 10px;
}
div#filtro{
padding: 10px;
background-color: #DCC7AA;
border-radius: 15px;
margin-bottom: 25px;
}
#filtro .container{
margin: 0px;
widt... | public/css/gestionAnimales.css | div.contenedor{
margin: 30px;
padding: 20px;
}
/*
|---------------
| FILTRO
|---------------
*/
div#filtro h3{
color:#80725F;
margin: 10px;
}
div#filtro{
padding: 10px;
background-color: #DCC7AA;
border-radius: 15px;
margin-bottom: 25px;
}
#filtro .container{
margin: 0px;
widt... | 0.245899 | 0.096748 |
html,
body {
padding: 0;
margin: 0
}
a {
text-decoration: none;
color: #000
}
.hide {
display: none
}
.wrapper {
padding-top: 60px
}
.controls {
position: absolute;
top: 0;
left: 0;
background-color: #f1f1f1;
border: 1px solid #eee;
border-bottom-right-radius: 8px;
bo... | css/screen.min.css | html,
body {
padding: 0;
margin: 0
}
a {
text-decoration: none;
color: #000
}
.hide {
display: none
}
.wrapper {
padding-top: 60px
}
.controls {
position: absolute;
top: 0;
left: 0;
background-color: #f1f1f1;
border: 1px solid #eee;
border-bottom-right-radius: 8px;
bo... | 0.430985 | 0.131954 |
.isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duratio... | extras/themes/wgsa_startmin_bt3/css/multilevelmenu.css |
.isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duratio... | 0.570212 | 0.1126 |
@font-face {
font-family:'game';
src:url('../font/汉仪雪君体简.ttf');
}
.container{
width: 1200px;
height: 600px;
background: url(../img/login-bg.jpg);
margin: auto;
position: relative;
position: absolute;
top: 50%;
left:50%;
margin-left: -600px;
margin-top: -300px;
}
.container input[type=text]{
position: absol... | css/chessGame.css | @font-face {
font-family:'game';
src:url('../font/汉仪雪君体简.ttf');
}
.container{
width: 1200px;
height: 600px;
background: url(../img/login-bg.jpg);
margin: auto;
position: relative;
position: absolute;
top: 50%;
left:50%;
margin-left: -600px;
margin-top: -300px;
}
.container input[type=text]{
position: absol... | 0.270673 | 0.046595 |
body {
background-color: #F7FAFF;
background-image: url(../img/hero.png);
background-repeat: no-repeat;
background-size: 700px 1000px;
background-position: top right;
font-family: "Quicksand", sans-serif; }
/* Section Heading */
.heading {
background-color: white;
box-shadow: 0px -4px 13px 0px rgba(20,... | css/style.css | body {
background-color: #F7FAFF;
background-image: url(../img/hero.png);
background-repeat: no-repeat;
background-size: 700px 1000px;
background-position: top right;
font-family: "Quicksand", sans-serif; }
/* Section Heading */
.heading {
background-color: white;
box-shadow: 0px -4px 13px 0px rgba(20,... | 0.451327 | 0.071916 |
/* latin */
@font-face {
font-family: "Caveat";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("https://fonts.gstatic.com/s/caveat/v9/Wnz6HAc5bAfYB2Q7ZjYY.woff2") format("woff2");
unicode-range:
U+0000-00FF,
U+0131,
U+0152-0153,
U+02BB-02BC,
U+02C6,
U+02DA,
U... | src/assets/css/fonts.css |
/* latin */
@font-face {
font-family: "Caveat";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("https://fonts.gstatic.com/s/caveat/v9/Wnz6HAc5bAfYB2Q7ZjYY.woff2") format("woff2");
unicode-range:
U+0000-00FF,
U+0131,
U+0152-0153,
U+02BB-02BC,
U+02C6,
U+02DA,
U... | 0.336004 | 0.108472 |
paperdoll item
*/
.ui-control.paperdoll-item
{
width: 7.0rem;
height: 7.0rem;
position: relative;
overflow: hidden;
}
.ui-control.paperdoll-item.is-big
{
height: 14.0rem;
}
.ui-control.paperdoll-item.is-proxy
{
width: 7.0rem;
height: 7.0rem;
position: absolute;
/*overflow: hidden;*... | game_files/en/v1-5-0-10/scripts/ui/controls/paperdoll_item.css | paperdoll item
*/
.ui-control.paperdoll-item
{
width: 7.0rem;
height: 7.0rem;
position: relative;
overflow: hidden;
}
.ui-control.paperdoll-item.is-big
{
height: 14.0rem;
}
.ui-control.paperdoll-item.is-proxy
{
width: 7.0rem;
height: 7.0rem;
position: absolute;
/*overflow: hidden;*... | 0.520253 | 0.050682 |
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace html url("http://www.w3.org/1999/xhtml");
@-moz-document url("chrome://browser/content/browser.xul") {
@media (-moz-windows-compositor) {
@media not all and (-moz-os-version: windows-vista) {
@media not all ... | data/usercss/119958.user.css | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace html url("http://www.w3.org/1999/xhtml");
@-moz-document url("chrome://browser/content/browser.xul") {
@media (-moz-windows-compositor) {
@media not all and (-moz-os-version: windows-vista) {
@media not all ... | 0.385837 | 0.08886 |
body{
background-color: #fdfdfd;
font-family: arial;
}
input {
border-radius: 5px;
border: 1px solid #CCCCCC;
height: 3em;
width: 30em;
font-size: 15px;
padding: 10px;
margin-top: 10px;
background-color: white;
}
.button {
width: 30em;
height: 4em;
border-radius:... | dashboard/static/dashboard/style.css | body{
background-color: #fdfdfd;
font-family: arial;
}
input {
border-radius: 5px;
border: 1px solid #CCCCCC;
height: 3em;
width: 30em;
font-size: 15px;
padding: 10px;
margin-top: 10px;
background-color: white;
}
.button {
width: 30em;
height: 4em;
border-radius:... | 0.490724 | 0.137041 |
/* Custom scrollbars */
body::-webkit-scrollbar {
width: 1em;
}
body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb {
background-color: darkgrey;
outline: 1px solid slategrey;
}
body {
background-color: #121420;
margin: 0;
p... | bin/linux/static/ide/style.css | /* Custom scrollbars */
body::-webkit-scrollbar {
width: 1em;
}
body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb {
background-color: darkgrey;
outline: 1px solid slategrey;
}
body {
background-color: #121420;
margin: 0;
p... | 0.463687 | 0.054374 |
:root {
--primary-color: #a76d60;
--primary-white: #f7f9f9;
--font-primary: "Segoe UI", Roboto, Arial, sans-serif;
}
*, *::before, *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
ul {
list-style: none;
}
body {
font-family: var(--font-primary);
background-color: var(--... | css/style.css | :root {
--primary-color: #a76d60;
--primary-white: #f7f9f9;
--font-primary: "Segoe UI", Roboto, Arial, sans-serif;
}
*, *::before, *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
ul {
list-style: none;
}
body {
font-family: var(--font-primary);
background-color: var(--... | 0.60778 | 0.14253 |
:root {
--green: #00674B;
--white: #f8f8f8;
--black: #272727;
}
html {
/* border-box box model allows us to add padding and border to our elements without increasing their size */
box-sizing: border-box;
}
* {
box-sizing: inherit;
}
/* BODY */
body {
letter-spacing: -1px;
font-family... | assets/css/login.css | :root {
--green: #00674B;
--white: #f8f8f8;
--black: #272727;
}
html {
/* border-box box model allows us to add padding and border to our elements without increasing their size */
box-sizing: border-box;
}
* {
box-sizing: inherit;
}
/* BODY */
body {
letter-spacing: -1px;
font-family... | 0.476336 | 0.172729 |
*{
box-sizing: border-box;
}
body{
padding: 0;
margin: 0;
background: linear-gradient(to right,#7f53ac,#657ced);;
font-family: 'poppins', sans-serif;
color: #fff;
}
.container{
display: flex;
flex-direction: column;
padding: 0 10px;
}
.container1{
display: flex;
flex-direction: ro... | style.css | *{
box-sizing: border-box;
}
body{
padding: 0;
margin: 0;
background: linear-gradient(to right,#7f53ac,#657ced);;
font-family: 'poppins', sans-serif;
color: #fff;
}
.container{
display: flex;
flex-direction: column;
padding: 0 10px;
}
.container1{
display: flex;
flex-direction: ro... | 0.319865 | 0.059292 |
._3bww,
._3bwv {
height: 100%;
width: 100%
}
._3bwv {
display: table
}
._3bwv>._3bwy {
display: table-cell;
vertical-align: middle
}
._3bww>._3bwy>._3bwx {
display: table;
margin: 0 auto
}
._5bpf {
height: 100%
}
._3bww>._3bwy>._2qgx {
width: 700px
}
... | page/id=23005934695678/jstripi/keqi6.css | ._3bww,
._3bwv {
height: 100%;
width: 100%
}
._3bwv {
display: table
}
._3bwv>._3bwy {
display: table-cell;
vertical-align: middle
}
._3bww>._3bwy>._3bwx {
display: table;
margin: 0 auto
}
._5bpf {
height: 100%
}
._3bww>._3bwy>._2qgx {
width: 700px
}
... | 0.432782 | 0.107391 |
.discord-widget {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
.discord-widget div,
.discord-widget span,
.discord-widget applet,
.discord-widget object,
.discord-widget iframe,
.discord-widget h1,
.discord-widget h2,
.discord-widget h3,
.disc... | assets/css/xnone.css | .discord-widget {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
.discord-widget div,
.discord-widget span,
.discord-widget applet,
.discord-widget object,
.discord-widget iframe,
.discord-widget h1,
.discord-widget h2,
.discord-widget h3,
.disc... | 0.373762 | 0.03605 |
body[data-header-color="dark"] #header-secondary-outer{
background-color:#111;
border-bottom:1px solid #444
}
body[data-header-color="dark"] #header-secondary-outer nav >ul >li >a{
border-left:1px solid #222
}
body[data-header-color="dark"] #header-secondary-outer nav >ul >li:last-child{
border-rig... | wp-content/themes/salient/css/header/header-secondary-nav.css | body[data-header-color="dark"] #header-secondary-outer{
background-color:#111;
border-bottom:1px solid #444
}
body[data-header-color="dark"] #header-secondary-outer nav >ul >li >a{
border-left:1px solid #222
}
body[data-header-color="dark"] #header-secondary-outer nav >ul >li:last-child{
border-rig... | 0.272315 | 0.052643 |
background-color: #56738a;
color: black;
}
#centreImg{
margin-top: 2em;
max-width: 30em;
max-height: 20em;
margin-left: 35%;
margin-right: auto;
}
#dLogNav{
color: Gainsboro;
margin-right: 1em;
min-width: 10em;
padding-right: 1em;
list-style-type: circle;
}
#last{
margin-bottom: 3em;
}
... | Website Coursework/style.css | background-color: #56738a;
color: black;
}
#centreImg{
margin-top: 2em;
max-width: 30em;
max-height: 20em;
margin-left: 35%;
margin-right: auto;
}
#dLogNav{
color: Gainsboro;
margin-right: 1em;
min-width: 10em;
padding-right: 1em;
list-style-type: circle;
}
#last{
margin-bottom: 3em;
}
... | 0.264358 | 0.054525 |
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
/* body color */
* {
box-sizing: border-box;
}
body {
background-color: #1f2431;
margin: 0;
}
p,
span,
div,
label,
input,
button,
a,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Roboto";
}
p,
input {
margin: 0;
}
button {
curs... | app/index.css | @import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
/* body color */
* {
box-sizing: border-box;
}
body {
background-color: #1f2431;
margin: 0;
}
p,
span,
div,
label,
input,
button,
a,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Roboto";
}
p,
input {
margin: 0;
}
button {
curs... | 0.364212 | 0.07627 |
/*
Theme Name: Lana
Description: Creative Coming Soon Template
Author: Erilisdesign
Theme URI: https://preview.erilisdesign.com/html/lana/
Author URI: https://themeforest.net/user/erilisdesign
Version: 1.3.0
License: https://themeforest.net/licenses/standard
*/
/*------------------------------------------------------... | assets/css/utilities.css | /*
Theme Name: Lana
Description: Creative Coming Soon Template
Author: Erilisdesign
Theme URI: https://preview.erilisdesign.com/html/lana/
Author URI: https://themeforest.net/user/erilisdesign
Version: 1.3.0
License: https://themeforest.net/licenses/standard
*/
/*------------------------------------------------------... | 0.521715 | 0.121503 |
@charset "utf-8";
*{box-sizing:border-box;}
html,body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,form,button,input,textarea,th,td{margin:0;padding:0;}
html{height:100%;font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body{height:100%;margin:0;font:12px/1.5 "Helvetica Neue",Helvetica,Arial,"Mi... | public/static/admin/style/framework.css | @charset "utf-8";
*{box-sizing:border-box;}
html,body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,form,button,input,textarea,th,td{margin:0;padding:0;}
html{height:100%;font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body{height:100%;margin:0;font:12px/1.5 "Helvetica Neue",Helvetica,Arial,"Mi... | 0.252108 | 0.04653 |
@import '../reset.css';
@import '../body-header-and-footer-basics.css';
@import 'javascript-effects.css';
input[type="email"]{
text-transform: lowercase;
}
input, button{
border: 2px solid rgb(0,0,0);
border-radius: 10px;
font-family: "Maindra GD", cursive;
font-weight: bold;
}
div:nth-child(4)>input, div:nth-... | css/online-ordering/main.css | @import '../reset.css';
@import '../body-header-and-footer-basics.css';
@import 'javascript-effects.css';
input[type="email"]{
text-transform: lowercase;
}
input, button{
border: 2px solid rgb(0,0,0);
border-radius: 10px;
font-family: "Maindra GD", cursive;
font-weight: bold;
}
div:nth-child(4)>input, div:nth-... | 0.105326 | 0.080357 |
.comment h2 , .whatis h2 {
border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
/**
*Блоки содержимого
**/
.whatis {
background-color: #292929;
min-height: 400px;
color: #fff;
}
.registration {
background-color: #080524;
min-height: 650px;
color: #fff;
}
.new_orders {
background-color: #dfd0bd;
min... | public/css/index.css | .comment h2 , .whatis h2 {
border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
/**
*Блоки содержимого
**/
.whatis {
background-color: #292929;
min-height: 400px;
color: #fff;
}
.registration {
background-color: #080524;
min-height: 650px;
color: #fff;
}
.new_orders {
background-color: #dfd0bd;
min... | 0.361954 | 0.102844 |
* {
box-sizing: border-box;
}
.wrapper {
width: 1440px;
margin: 0 auto;
padding-top: 20px;
}
.block {
width: 100%;
}
.first {
background: #eff0f2;
padding-top: 64px;
padding-bottom: 135px;
padding-left: 150px;
padding-right: 150px;
}
.m_width {
max-width: 1440px;
... | css/style.css | * {
box-sizing: border-box;
}
.wrapper {
width: 1440px;
margin: 0 auto;
padding-top: 20px;
}
.block {
width: 100%;
}
.first {
background: #eff0f2;
padding-top: 64px;
padding-bottom: 135px;
padding-left: 150px;
padding-right: 150px;
}
.m_width {
max-width: 1440px;
... | 0.551332 | 0.137996 |
@CHARSET "UTF-8";
#brandingCanvas{
background-color: #434300;
padding-top: 11px;
padding-bottom: 11px;
z-index: 99999;
position: fixed;
width: 100%;
}
#brandingArea{
margin-left: 8%;
margin-right: 8%;
}
.main-logo{ /* inline-element <a> */
float: left;
border:1px black dotted;
height: 32px;
color: #eeee... | resources/css/main.css | @CHARSET "UTF-8";
#brandingCanvas{
background-color: #434300;
padding-top: 11px;
padding-bottom: 11px;
z-index: 99999;
position: fixed;
width: 100%;
}
#brandingArea{
margin-left: 8%;
margin-right: 8%;
}
.main-logo{ /* inline-element <a> */
float: left;
border:1px black dotted;
height: 32px;
color: #eeee... | 0.137851 | 0.049359 |
.showbox {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding: 5%;
background: rgba(255,255,255,0.7);
z-index: 1000;
}
// end demo-specific
.loader {
position: relative;
margin: 0 auto;
width: 100px;
&:before {
content: '';
display: block;
... | css/loader.css | .showbox {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding: 5%;
background: rgba(255,255,255,0.7);
z-index: 1000;
}
// end demo-specific
.loader {
position: relative;
margin: 0 auto;
width: 100px;
&:before {
content: '';
display: block;
... | 0.613815 | 0.220301 |
/*
Copyright (c) Microsoft Corporation. All rights reserved
*/
.tripDetails section {
margin: 10px;
}
.phone .tripDetails .page-section {
margin: auto 24px;
}
.phone .tripDetails .page-header .titlearea {
-ms-grid-column: 1;
margin-top: 37px;
margin-left: 24px;
font-size: 28p... | archived/CortanaVoiceCommand/js/AdventureWorks/css/tripDetails.css | /*
Copyright (c) Microsoft Corporation. All rights reserved
*/
.tripDetails section {
margin: 10px;
}
.phone .tripDetails .page-section {
margin: auto 24px;
}
.phone .tripDetails .page-header .titlearea {
-ms-grid-column: 1;
margin-top: 37px;
margin-left: 24px;
font-size: 28p... | 0.456894 | 0.06389 |
.navbar{
display: flex;
padding: 0 22px;
}
.MORINGA{
background-color: #F19201;
color: white;
}
.MORINGA1{
color: #F19201;
padding-bottom: 30px;
}
.section1{
background-image: url(./images/image2.png);
height: 450px;
background-repeat:no-repeat ;
width: 100%;
background-size: cover... | index.css | .navbar{
display: flex;
padding: 0 22px;
}
.MORINGA{
background-color: #F19201;
color: white;
}
.MORINGA1{
color: #F19201;
padding-bottom: 30px;
}
.section1{
background-image: url(./images/image2.png);
height: 450px;
background-repeat:no-repeat ;
width: 100%;
background-size: cover... | 0.31237 | 0.096834 |
body{
background:#fff;
font-family: 'PT Sans', sans-serif;
}
body a{
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
ul{
padding: 0;
margin: 0;
}
h1,h2,h3,h4,h5,h6,label,p{
margin:0;
}
/*----*/
.top-he... | view/css/style.css | body{
background:#fff;
font-family: 'PT Sans', sans-serif;
}
body a{
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
ul{
padding: 0;
margin: 0;
}
h1,h2,h3,h4,h5,h6,label,p{
margin:0;
}
/*----*/
.top-he... | 0.231354 | 0.056548 |
/*Internet Explorer/Edge ≥ 9 Safari 4 Android ≥ 2.3 */
@media screen and (min-width:0\0) {
body {
background-color: red;
}
}
/*Chrome 22-28 Safari ≥ 7 */
@media \\0 screen {
body {
background-color: red;
}
}
/*Chrome ≥ 29 Opera ≥ 16 */
@media all and (-webkit-min-device-pixel-ratio:0) a... | demo/hacks/media_queries.css |
/*Internet Explorer/Edge ≥ 9 Safari 4 Android ≥ 2.3 */
@media screen and (min-width:0\0) {
body {
background-color: red;
}
}
/*Chrome 22-28 Safari ≥ 7 */
@media \\0 screen {
body {
background-color: red;
}
}
/*Chrome ≥ 29 Opera ≥ 16 */
@media all and (-webkit-min-device-pixel-ratio:0) a... | 0.219672 | 0.070272 |
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Roboto:300,400,500,700,900&display=swap");
/* line 3, /Applications/MAMP/htdocs/project/infix/infix_html/scss/_reset.scss */
body {
font-family: "Roboto", sans-serif;
padding: 0;
margin: 0;
font-size: 14px;
background-color: #faf... | public/frontend/vendors/tagsinput/salesbind_files/style.css | @import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Roboto:300,400,500,700,900&display=swap");
/* line 3, /Applications/MAMP/htdocs/project/infix/infix_html/scss/_reset.scss */
body {
font-family: "Roboto", sans-serif;
padding: 0;
margin: 0;
font-size: 14px;
background-color: #faf... | 0.170232 | 0.043937 |
.indvl-ft-book-of-the-day-title {
width: 100%;
height: 40px;
}
.indvl-ft-book-of-the-day-title span {
color: #7C928F;
font-weight: 600;
letter-spacing: -0.035em;
}
.indvl-ft-book-of-the-day {
width: 710px;
margin: 0 auto;
min-height: 400px;
position: relative;
background: radial-gradient(50% 50% a... | styles/IndFtBooks/bookoftheday.css | .indvl-ft-book-of-the-day-title {
width: 100%;
height: 40px;
}
.indvl-ft-book-of-the-day-title span {
color: #7C928F;
font-weight: 600;
letter-spacing: -0.035em;
}
.indvl-ft-book-of-the-day {
width: 710px;
margin: 0 auto;
min-height: 400px;
position: relative;
background: radial-gradient(50% 50% a... | 0.422147 | 0.076649 |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
/* html5doctor.com Reset Stylesheet */
/* v1.6.1 */
/* Last Updated: 2010-09-17 */
/* Author: <NAME> - http://richclarkdesign.com */
/* Twitter: @rich_clark */
html, body, div, span, object, if... | demos/css/style.css | * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
/* html5doctor.com Reset Stylesheet */
/* v1.6.1 */
/* Last Updated: 2010-09-17 */
/* Author: <NAME> - http://richclarkdesign.com */
/* Twitter: @rich_clark */
html, body, div, span, object, if... | 0.311008 | 0.078395 |
- Appearance
-----------------------------------------------------------------*/
.ap-n {
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important; }
/*-----------------------------------------------------------------
- Box Sizing
------------------------------... | dist/csshelpers.css | - Appearance
-----------------------------------------------------------------*/
.ap-n {
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important; }
/*-----------------------------------------------------------------
- Box Sizing
------------------------------... | 0.322313 | 0.052643 |
body {
/* background: lightgrey; */
font-family: 'Poppins', sans-serif;
}
p {
margin: 10px 25px 10px 0px;
line-height: 30px;
}
/* PAGE SECTIONS */
main {
background-color: lightgray;
padding: 150px 10px 75px 10px;
}
#portfolio {
background-color: darkcyan;
padding: 75px;
color: white;
}
#... | assets/style.css | body {
/* background: lightgrey; */
font-family: 'Poppins', sans-serif;
}
p {
margin: 10px 25px 10px 0px;
line-height: 30px;
}
/* PAGE SECTIONS */
main {
background-color: lightgray;
padding: 150px 10px 75px 10px;
}
#portfolio {
background-color: darkcyan;
padding: 75px;
color: white;
}
#... | 0.466116 | 0.084342 |
html {
font-size: 24px;
overflow: hidden;
}
@media only screen and (max-width: 800px) {
html {
font-size: 3vw;
}
}
body {
padding: 3em;
display: flex;
}
.title-content-spacer {
margin: 1.5em;
}
.title-area {
}
#main-title {
color: #D6DBE5;
font-family: "Major Mono Disp... | home_index/static/css/index.css |
html {
font-size: 24px;
overflow: hidden;
}
@media only screen and (max-width: 800px) {
html {
font-size: 3vw;
}
}
body {
padding: 3em;
display: flex;
}
.title-content-spacer {
margin: 1.5em;
}
.title-area {
}
#main-title {
color: #D6DBE5;
font-family: "Major Mono Disp... | 0.775265 | 0.150965 |
.bag-action-icon {
margin-right: 4px;
}
/* Text in the error grid will wrap normally */
td.wrapped-cell > div {
white-space: normal;
}
/* Italicizes rows for missing files */
.missing-bag-row {
font-style: italic;
}
/* The status icon in the bottom left of the page */
.status-text-icon {
vertical-ali... | src/main/webapp/resources/css/core.css | .bag-action-icon {
margin-right: 4px;
}
/* Text in the error grid will wrap normally */
td.wrapped-cell > div {
white-space: normal;
}
/* Italicizes rows for missing files */
.missing-bag-row {
font-style: italic;
}
/* The status icon in the bottom left of the page */
.status-text-icon {
vertical-ali... | 0.415017 | 0.172276 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
#about-me {
text-align: center;
margin-left: none;
margin-right: none;
background-color: #7FBF3F;
height: 100vh;
padding-left: 20vw;
padding-right: 20vw;
}
.about-me ul li {
list-style-type: none
}
.about-me > ul > li {
padding-top: 5vh;
}
.about-me... | src/css/layoutOLD.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
#about-me {
text-align: center;
margin-left: none;
margin-right: none;
background-color: #7FBF3F;
height: 100vh;
padding-left: 20vw;
padding-right: 20vw;
}
.about-me ul li {
list-style-type: none
}
.about-me > ul > li {
padding-top: 5vh;
}
.about-me... | 0.396185 | 0.080973 |
@font-face {
font-family: "Space Mono";
font-style: normal;
font-weight: 400;
src: url("./fonts/space-mono-v6-latin-regular.eot"); /* IE9 Compat Modes */
src: local(""),
url("./fonts/space-mono-v6-latin-regular.eot?#iefix")
format("embedded-opentype"),
/* IE6-IE8 */ url("./fonts/space-mono-v6-la... | src/lib/css/fonts.css | @font-face {
font-family: "Space Mono";
font-style: normal;
font-weight: 400;
src: url("./fonts/space-mono-v6-latin-regular.eot"); /* IE9 Compat Modes */
src: local(""),
url("./fonts/space-mono-v6-latin-regular.eot?#iefix")
format("embedded-opentype"),
/* IE6-IE8 */ url("./fonts/space-mono-v6-la... | 0.183155 | 0.059183 |
@charset "utf-8";
/**
* font.css
* @font-face | class font-family | Mobile
* 20201217 | @m | 최초 등록
* 20201228 | @m | 요구반영. 결함개선. 고도화.
*/
/* ◇◆ @font-face ◇◆ */
/* NanumGothic */
@font-face {
font-family: 'Nanum Gothic';
font-weight: 400;
src:
url(../../font/NanumGothic/400.woff2) format('woff2'),url(../.... | public/assets_doadm/css/font.css | @charset "utf-8";
/**
* font.css
* @font-face | class font-family | Mobile
* 20201217 | @m | 최초 등록
* 20201228 | @m | 요구반영. 결함개선. 고도화.
*/
/* ◇◆ @font-face ◇◆ */
/* NanumGothic */
@font-face {
font-family: 'Nanum Gothic';
font-weight: 400;
src:
url(../../font/NanumGothic/400.woff2) format('woff2'),url(../.... | 0.303113 | 0.062588 |
html {
font-family: 'Exo', sans-serif;
}
.main-navigation {
margin-right: 0px;
margin-left: 18%;
}
a.uk-logo img {
width: 150px;
}
.er-navbar-top li > a:hover {
color: #666 !important;
}
.er-navbar-top li > a {
font-size: 8pt !important;
padding-top: 5px;
padding-bottom: 5px;
color: #ffffff !import... | style.css | html {
font-family: 'Exo', sans-serif;
}
.main-navigation {
margin-right: 0px;
margin-left: 18%;
}
a.uk-logo img {
width: 150px;
}
.er-navbar-top li > a:hover {
color: #666 !important;
}
.er-navbar-top li > a {
font-size: 8pt !important;
padding-top: 5px;
padding-bottom: 5px;
color: #ffffff !import... | 0.438304 | 0.0704 |
@charset "utf-8";
/* CSS Document */
.ibody_two{ width:100% ; height:auto ; background:url(../img/store/bg-x.jpg) #f4f4f4 repeat-x}
.store_header{ width:1200px ; height:103px ; padding-top:35px }
.store_logo{ padding-right:50px; border-right:1px dotted #dedede ; height:75px ; }
.store_logo img{ height:75px;}
.store_z... | MWShop/src/main/webapp/css/store.css | @charset "utf-8";
/* CSS Document */
.ibody_two{ width:100% ; height:auto ; background:url(../img/store/bg-x.jpg) #f4f4f4 repeat-x}
.store_header{ width:1200px ; height:103px ; padding-top:35px }
.store_logo{ padding-right:50px; border-right:1px dotted #dedede ; height:75px ; }
.store_logo img{ height:75px;}
.store_z... | 0.237046 | 0.140749 |
.efa__search-tile {
color: black;
background-color: #a8d9ed;
position: relative;
padding: 0;
margin-bottom: 30px;
}
.efa__search-tile__claim {
hyphens: auto;
color: black;
}
.efa__search-tile__logo {
overflow: hidden;
background: #8ec6dd url('../img/euros-fuer-aerzte_logo.svg');
background-repeat:... | correctiv_eurosfueraerzte/static/eurosfueraerzte/css/search_tile.css | .efa__search-tile {
color: black;
background-color: #a8d9ed;
position: relative;
padding: 0;
margin-bottom: 30px;
}
.efa__search-tile__claim {
hyphens: auto;
color: black;
}
.efa__search-tile__logo {
overflow: hidden;
background: #8ec6dd url('../img/euros-fuer-aerzte_logo.svg');
background-repeat:... | 0.395251 | 0.059866 |
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
margin: 0;
padding: 0;
}
/* 设置默认字体 ... | public/static/css/common.css | body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
margin: 0;
padding: 0;
}
/* 设置默认字体 ... | 0.219588 | 0.10711 |
header {
/*background: #f5b335;*/
height: 100px;
position: fixed;
top: 0;
transition: top 0.2s ease-in-out;
width: 100%;
z-index: 999;
}
.nav-up {
top: -100px;
}
.head {
position: relative;
max-width: 1200px;
margin: 0px auto;
margin-top: 20px;
padding: 6px 10px;
background: #fff;
box-si... | myfinal/src/app/header/header.component.css | header {
/*background: #f5b335;*/
height: 100px;
position: fixed;
top: 0;
transition: top 0.2s ease-in-out;
width: 100%;
z-index: 999;
}
.nav-up {
top: -100px;
}
.head {
position: relative;
max-width: 1200px;
margin: 0px auto;
margin-top: 20px;
padding: 6px 10px;
background: #fff;
box-si... | 0.291485 | 0.082438 |
#left_column #cart_block, #right_column #cart_block {
}
#header #cart_block .title_block, #header #cart_block h4 {
display: none;
}
#header #cart_block {
z-index: 10;
display:none;
position: absolute;
right: 0;
top: 65px;
height: auto;
width: 200px;
-moz-border-bottom-right-radius: 3px;
-moz-border-bottom-l... | blockcart.css | #left_column #cart_block, #right_column #cart_block {
}
#header #cart_block .title_block, #header #cart_block h4 {
display: none;
}
#header #cart_block {
z-index: 10;
display:none;
position: absolute;
right: 0;
top: 65px;
height: auto;
width: 200px;
-moz-border-bottom-right-radius: 3px;
-moz-border-bottom-l... | 0.355104 | 0.082291 |
a {
color: #2c6ecb;
text-decoration: none;
}
a:active,
a:hover,
a:visited {
color: #2c6ecb;
}
a:hover {
text-decoration: underline;
}
/*form section*/
.heading-div {
margin-bottom: 15px;
font-size: 2rem;
}
.lock-icon {
display: inline-block;
}
.preview-bar {
/* background: black; */
margin: 10px 0px;... | styles/globals.css | a {
color: #2c6ecb;
text-decoration: none;
}
a:active,
a:hover,
a:visited {
color: #2c6ecb;
}
a:hover {
text-decoration: underline;
}
/*form section*/
.heading-div {
margin-bottom: 15px;
font-size: 2rem;
}
.lock-icon {
display: inline-block;
}
.preview-bar {
/* background: black; */
margin: 10px 0px;... | 0.292595 | 0.157914 |
.toggle,
[id^=drop] {
display: none;
}
/* Giving a background-color to the .nav.user container. */
.nav.user {
margin:0;
padding: 0;
background-color: rgba(18, 153, 197, 1);
font-family: 'Poppins', 'Arial', sans-serif;
}
.nav.user .menu li {
height: 70px;
}
.nav.user .menu li a {
font-size: 14px;
font-weigh... | UI/css/widget.navbar.protected.css | .toggle,
[id^=drop] {
display: none;
}
/* Giving a background-color to the .nav.user container. */
.nav.user {
margin:0;
padding: 0;
background-color: rgba(18, 153, 197, 1);
font-family: 'Poppins', 'Arial', sans-serif;
}
.nav.user .menu li {
height: 70px;
}
.nav.user .menu li a {
font-size: 14px;
font-weigh... | 0.276007 | 0.11427 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
html,
body {
height: 100%;
}
body {
margin: 0;
font-family: 'Roboto', sans-serif;
}
.vertical-center-updated {
min-height: 100%; /* Fallback for... | src/app/app.component.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
html,
body {
height: 100%;
}
body {
margin: 0;
font-family: 'Roboto', sans-serif;
}
.vertical-center-updated {
min-height: 100%; /* Fallback for... | 0.428712 | 0.086093 |
body {
padding-top: 0;
padding-bottom: 40px;
background: url('../img/light_wool.png') repeat;
}
.zf-green {
color: #68b604;
}
.btn-success {
background-color: #57a900;
background-image: -moz-linear-gradient(top, #70d900, #57a900);
background-image: -ms-linear-gradient(top, #70d900, #57a900);
b... | module/Application/public/css/style.css | body {
padding-top: 0;
padding-bottom: 40px;
background: url('../img/light_wool.png') repeat;
}
.zf-green {
color: #68b604;
}
.btn-success {
background-color: #57a900;
background-image: -moz-linear-gradient(top, #70d900, #57a900);
background-image: -ms-linear-gradient(top, #70d900, #57a900);
b... | 0.438545 | 0.10961 |
position:fixed;
bottom:0;
left:30%;
transform:translateX(-50%);
z-index:1001;
padding:6px 10px;
display:flex;
flex-direction:row;
align-items: flex-start;
background-color: white;
border: 1px solid #bdbdbd;
border-bottom:0;
vertical-align:top;
}
#protocol_controls .buttons {
display:flex;
... | vendor/assets/stylesheets/protocol_manipulator.css | position:fixed;
bottom:0;
left:30%;
transform:translateX(-50%);
z-index:1001;
padding:6px 10px;
display:flex;
flex-direction:row;
align-items: flex-start;
background-color: white;
border: 1px solid #bdbdbd;
border-bottom:0;
vertical-align:top;
}
#protocol_controls .buttons {
display:flex;
... | 0.475849 | 0.070081 |
td {
padding-bottom: 5px;
text-align:left;
}
html,body {
height: 100%;
word-wrap: break-word;
}
header > h1 {
flex: 1 1 auto;
margin: 0;
font-size: 24px;
font-weight: normal;
text-align: left;
}
h1 {
flex: 1 1 auto;
margin: 0;
font-size: 24px;
font-weight: normal;
text-align: cente... | src/html/css/user.css | td {
padding-bottom: 5px;
text-align:left;
}
html,body {
height: 100%;
word-wrap: break-word;
}
header > h1 {
flex: 1 1 auto;
margin: 0;
font-size: 24px;
font-weight: normal;
text-align: left;
}
h1 {
flex: 1 1 auto;
margin: 0;
font-size: 24px;
font-weight: normal;
text-align: cente... | 0.448668 | 0.137996 |
.detMain{width:980px;}
.detMain .r{float:right;width:750px;}
.detMain .dr{float:right;width:730px;}
.detMain .r_2{float:right;width:779px;height:3346px;}
.focusPic{width:570px;float:left;}
.focusPic .pic{width:566px;border:1px solid #EDEDEE;float:left;height:auto;margin-bottom:16px;padding:0 0 0 1px;}
.focusPic .tabL... | public/template/content/css/detail.css | .detMain{width:980px;}
.detMain .r{float:right;width:750px;}
.detMain .dr{float:right;width:730px;}
.detMain .r_2{float:right;width:779px;height:3346px;}
.focusPic{width:570px;float:left;}
.focusPic .pic{width:566px;border:1px solid #EDEDEE;float:left;height:auto;margin-bottom:16px;padding:0 0 0 1px;}
.focusPic .tabL... | 0.236693 | 0.073796 |
body {
background-color: #f0f0f0;
}
.cate {
padding-left: 15px;
margin: 20px auto;
width: 1000px;
}
.cate:after {
display: block;
content: "";
clear: both;
}
.cate li {
float: left;
line-height: 30px;
margin: 0 10px 10px 0;
font-size: 14px;
text-align: center;
curso... | code/css/block.css | body {
background-color: #f0f0f0;
}
.cate {
padding-left: 15px;
margin: 20px auto;
width: 1000px;
}
.cate:after {
display: block;
content: "";
clear: both;
}
.cate li {
float: left;
line-height: 30px;
margin: 0 10px 10px 0;
font-size: 14px;
text-align: center;
curso... | 0.520984 | 0.137793 |
.myicon {
background-image: url(/Public/Admin/images/my/icon.png);
background-repeat: no-repeat !important;
display: block !important;
width: 40px !important;
height: 40px !important;
}
.r1c1 {
background-position: -5px -2px;
}
.r1c2 {
background-position: -49px -2px;
}
.r1c3 {
background-position: -94px -2p... | Public/Admin/css/myicon.css | .myicon {
background-image: url(/Public/Admin/images/my/icon.png);
background-repeat: no-repeat !important;
display: block !important;
width: 40px !important;
height: 40px !important;
}
.r1c1 {
background-position: -5px -2px;
}
.r1c2 {
background-position: -49px -2px;
}
.r1c3 {
background-position: -94px -2p... | 0.283285 | 0.094845 |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body, html {
height: 100%;
margin: 0;
padding: 0;
font-size: 100%;
background: #F5F5F5;
font-family: 'Titillium Web', sans-serif;
}
.navigation {
float: left;
width: 100%;
}
.navigation a {
float: right;
... | public/css/styleList.css |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body, html {
height: 100%;
margin: 0;
padding: 0;
font-size: 100%;
background: #F5F5F5;
font-family: 'Titillium Web', sans-serif;
}
.navigation {
float: left;
width: 100%;
}
.navigation a {
float: right;
... | 0.36977 | 0.107437 |
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1 Theme Reset Style
#0.2 Global Elements
#0.3 wpo-header
#0.4 wpo-hero-style
#0.5 wpo-footer
#0.6 wpo-news-letter-part
#0.7 wpo-about-area
#0.8 service-area
#0.9 wpo-counter-area
#1.0 pilars-area
#1.1 wpo-event-section... | src/assets/css/style.css | >>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1 Theme Reset Style
#0.2 Global Elements
#0.3 wpo-header
#0.4 wpo-hero-style
#0.5 wpo-footer
#0.6 wpo-news-letter-part
#0.7 wpo-about-area
#0.8 service-area
#0.9 wpo-counter-area
#1.0 pilars-area
#1.1 wpo-event-section... | 0.292797 | 0.065545 |
.Container {
margin: 0 0 0 15%;
-webkit-flex: 3 0;
flex: 3 0;
max-width: 60%;
height: -webkit-fill-available;
border-left: 1px solid #cecccc;
border-right: 1px solid #cecccc;
}
.ActionLine{
display: flex;
padding: 1% 5%;
flex-wrap: wrap;
justify-content: space-around;
}
.It... | src/components/users/style.module.css | .Container {
margin: 0 0 0 15%;
-webkit-flex: 3 0;
flex: 3 0;
max-width: 60%;
height: -webkit-fill-available;
border-left: 1px solid #cecccc;
border-right: 1px solid #cecccc;
}
.ActionLine{
display: flex;
padding: 1% 5%;
flex-wrap: wrap;
justify-content: space-around;
}
.It... | 0.365457 | 0.091058 |
*{
padding: 0;
margin: 0;
}
body {
color: #666
}
a{
text-decoration: none;
}
ul{
list-style-type: none
}
.header{
width: 100%;
height: 60px;
background-color: #2b3848;
color: #fff;
display: flex;
justify-content: space-between;
padding: 0 10px;
box-sizing: border-box;
align-items: center;
}
.header a{
... | public/themes/simpleboot3/public/css/finance.css | *{
padding: 0;
margin: 0;
}
body {
color: #666
}
a{
text-decoration: none;
}
ul{
list-style-type: none
}
.header{
width: 100%;
height: 60px;
background-color: #2b3848;
color: #fff;
display: flex;
justify-content: space-between;
padding: 0 10px;
box-sizing: border-box;
align-items: center;
}
.header a{
... | 0.289071 | 0.067577 |
@import 'https://fonts.googleapis.com/css?family=Fira+Sans';
* {
box-sizing: border-box;
}
a {
text-decoration: none;
}
html, body {
height: 100%;
width: 100%;
}
body {
font-family: "Fira Sans", sans-serif;
background-image: url(http://static.boredpanda.com/blog/wp-content/uploads/2015/04/night-sky-stars... | public/css/auth.css | @import 'https://fonts.googleapis.com/css?family=Fira+Sans';
* {
box-sizing: border-box;
}
a {
text-decoration: none;
}
html, body {
height: 100%;
width: 100%;
}
body {
font-family: "Fira Sans", sans-serif;
background-image: url(http://static.boredpanda.com/blog/wp-content/uploads/2015/04/night-sky-stars... | 0.339499 | 0.065935 |
font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333333;
padding: 1em;
}
h1 {
font-size: 140%;
font-weight: normal;
}
#element > h1.mx-3 {
margin-left: 10px !important;
margin-right: 10px !important;
}
header.p-2 {
padding: 0 !impo... | er_trainer/resources/lea-like.css | font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333333;
padding: 1em;
}
h1 {
font-size: 140%;
font-weight: normal;
}
#element > h1.mx-3 {
margin-left: 10px !important;
margin-right: 10px !important;
}
header.p-2 {
padding: 0 !impo... | 0.328099 | 0.108519 |