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 |
|---|---|---|---|---|
.layout {
position: relative;
width: 100%;
padding-top: 5.33rem;
box-sizing: border-box;
overflow: hidden;
transition-property: width, height, border-radius;
transition-timing-function: var(--transition-ease);
transition-duration: 0.8s;
transition-delay: 0.5s;
}
.layout .app-root {
display: flex;
position: ... | styles/layout.css | .layout {
position: relative;
width: 100%;
padding-top: 5.33rem;
box-sizing: border-box;
overflow: hidden;
transition-property: width, height, border-radius;
transition-timing-function: var(--transition-ease);
transition-duration: 0.8s;
transition-delay: 0.5s;
}
.layout .app-root {
display: flex;
position: ... | 0.564098 | 0.066904 |
.main {
transition: background-color 0.1s, border-color 0.1s, box-shadow 0.1s;
border: solid 1px transparent;
font-weight: 600;
}
:global(.group-tail) .main {
border-left: none;
}
/* BASE COLOR */
:global(.light) .main {
background-color: var(--white);
border-color: var(--gray-2);
}
:global(.light) .main:hover... | core/src/init/button/outset.module.css | .main {
transition: background-color 0.1s, border-color 0.1s, box-shadow 0.1s;
border: solid 1px transparent;
font-weight: 600;
}
:global(.group-tail) .main {
border-left: none;
}
/* BASE COLOR */
:global(.light) .main {
background-color: var(--white);
border-color: var(--gray-2);
}
:global(.light) .main:hover... | 0.362292 | 0.076408 |
* 1. importing other leee files
* 2. general styles
* 3. header
* 4. cover
* 5. Post listiong
* 6. pagination
* 7. single post
* 8. share
* 9. about author
* 10. subscribe form
* 11. prev next post
* 12. comment
* 13. footer
* 14. widgets
* 15. search modal
* 16. error page
* 17. back to top
* 18. author archive and ta... | polar/assets/css/screen.css | * 1. importing other leee files
* 2. general styles
* 3. header
* 4. cover
* 5. Post listiong
* 6. pagination
* 7. single post
* 8. share
* 9. about author
* 10. subscribe form
* 11. prev next post
* 12. comment
* 13. footer
* 14. widgets
* 15. search modal
* 16. error page
* 17. back to top
* 18. author archive and ta... | 0.322846 | 0.09795 |
body{
font-family: 'Montserrat', sans-serif;
height: 100vh;
}
.carouselwithform{
width:50%;
min-height: 100%;
height: 100%;
float: left;
display: inline;
}
/* .carouselwithform .carouselitem {
min-height: 100%;
height: 100%;
width: 50%;
float: left;
display: inline;
}
.carouselwithform .car... | django_CCOS/static/css/master.css | body{
font-family: 'Montserrat', sans-serif;
height: 100vh;
}
.carouselwithform{
width:50%;
min-height: 100%;
height: 100%;
float: left;
display: inline;
}
/* .carouselwithform .carouselitem {
min-height: 100%;
height: 100%;
width: 50%;
float: left;
display: inline;
}
.carouselwithform .car... | 0.350755 | 0.059647 |
*{
margin: 0;
padding: 0;
}
body{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
color: #333;
}
h1{
font-size: 50px;
}
h2{
font-size: 28px;
}
h3{
font-size: 20px;
padding-top: 20px;
}
a{
text-decoration: none;
color: #2BB4D6;
}
.banner{
min-... | facemash/static/css/mashstyle.css | *{
margin: 0;
padding: 0;
}
body{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
color: #333;
}
h1{
font-size: 50px;
}
h2{
font-size: 28px;
}
h3{
font-size: 20px;
padding-top: 20px;
}
a{
text-decoration: none;
color: #2BB4D6;
}
.banner{
min-... | 0.309963 | 0.110088 |
#all-content {
-webkit-transition: 0.3s;
transition: 0.3s;
}
.yellow {
color: var(--yellow);
}
.red {
color: var(--red);
}
.green {
color: var(--green);
}
.blue {
color: var(--blue);
}
.container {
box-sizing: border-box;
height: auto;
min-height: 100vh;
overflow: hidden;
padding: 100px 70px ... | assets/css/main.css | #all-content {
-webkit-transition: 0.3s;
transition: 0.3s;
}
.yellow {
color: var(--yellow);
}
.red {
color: var(--red);
}
.green {
color: var(--green);
}
.blue {
color: var(--blue);
}
.container {
box-sizing: border-box;
height: auto;
min-height: 100vh;
overflow: hidden;
padding: 100px 70px ... | 0.244543 | 0.062103 |
body {
font-family: 'Montserrat', sans-serif;
}
header {
background: white;
}
.box {
position: relative;
width: 940px;
margin: 0 0 0 155px;
}
.principal{
text-align: center;
background: linear-gradient( #F5F5DC,#FFEFDB);
padding: 20px;
font-size: 25px;
}
nav {
position: absolute;
top: 50px;
righ... | princi.css | body {
font-family: 'Montserrat', sans-serif;
}
header {
background: white;
}
.box {
position: relative;
width: 940px;
margin: 0 0 0 155px;
}
.principal{
text-align: center;
background: linear-gradient( #F5F5DC,#FFEFDB);
padding: 20px;
font-size: 25px;
}
nav {
position: absolute;
top: 50px;
righ... | 0.261331 | 0.123789 |
*{
font-family: Trebuchet MS;
}
body, ul, li{
margin: 0;
padding: 0;
}
p, li, h1, h2, h3, h4{
color: #4e4e4e;
}
body{
background: #ffffff;
}
.wrapper{
width: 96%;
max-width: 1200px;
margin: 0 auto;
padding: 0 2%;
}
header{
background: #ffffff;
padding: 20px 0;
}
header ... | styles/main01.css | *{
font-family: Trebuchet MS;
}
body, ul, li{
margin: 0;
padding: 0;
}
p, li, h1, h2, h3, h4{
color: #4e4e4e;
}
body{
background: #ffffff;
}
.wrapper{
width: 96%;
max-width: 1200px;
margin: 0 auto;
padding: 0 2%;
}
header{
background: #ffffff;
padding: 20px 0;
}
header ... | 0.208541 | 0.072966 |
.mobile-nav {
background-color: white;
position: relative;
width: 100%;
z-index: 999;
border-bottom: solid 1px;
line-height: normal;
}
.mobile-nav a {
text-decoration: none;
}
.mobile-nav button {
width: 35px;
height: 30px;
margin: 0 5px;
vertical-align: middle;
position:... | docs/mobilenav.css | .mobile-nav {
background-color: white;
position: relative;
width: 100%;
z-index: 999;
border-bottom: solid 1px;
line-height: normal;
}
.mobile-nav a {
text-decoration: none;
}
.mobile-nav button {
width: 35px;
height: 30px;
margin: 0 5px;
vertical-align: middle;
position:... | 0.536313 | 0.057177 |
.blogContainer {
padding: 0 5%;
}
.blogIndex h1 {
margin-bottom: 50px;
}
.escapePreview {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border: none;
background-color: black;
border: 1px solid black;
color: white;
padding: 10px;
height: 24px;
border-rad... | src/styles/blog.module.css | .blogContainer {
padding: 0 5%;
}
.blogIndex h1 {
margin-bottom: 50px;
}
.escapePreview {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border: none;
background-color: black;
border: 1px solid black;
color: white;
padding: 10px;
height: 24px;
border-rad... | 0.461988 | 0.165897 |
* {
margin: 0;
padding: 0;
box-sizing: inherit !important;
}
li {
list-style: none;
}
body {
width: 100%;
overflow-x: hidden;
}
button {
outline: none;
}
/* mobile logo and navigation bar */
@media only screen and (min-width: 960px) {
.mobile_parent {
display: none;
}
... | style/nav.css | * {
margin: 0;
padding: 0;
box-sizing: inherit !important;
}
li {
list-style: none;
}
body {
width: 100%;
overflow-x: hidden;
}
button {
outline: none;
}
/* mobile logo and navigation bar */
@media only screen and (min-width: 960px) {
.mobile_parent {
display: none;
}
... | 0.379953 | 0.100525 |
@font-face
{
font-family: Montserrat-Medium;
src: url('../fonts/Montserrat-Medium.ttf');
}
@font-face
{
font-family: Montserrat-Regular;
src: url('../fonts/Montserrat-Regular.ttf');
}
@font-face
{
font-family: Montserrat-SemiBold;
src: url('../fonts/Montserrat-SemiBold.ttf');
}
@font-face
{
... | css/style.css | @font-face
{
font-family: Montserrat-Medium;
src: url('../fonts/Montserrat-Medium.ttf');
}
@font-face
{
font-family: Montserrat-Regular;
src: url('../fonts/Montserrat-Regular.ttf');
}
@font-face
{
font-family: Montserrat-SemiBold;
src: url('../fonts/Montserrat-SemiBold.ttf');
}
@font-face
{
... | 0.204819 | 0.040163 |
html, body {margin: 0; height: 100%; overflow: hidden}
.customer-phone {
margin: 10px auto;
max-width: calc((9 * 40px) + 50px + (2px * 10) + 1px);
width: calc((9 * 8.5vw) + 12vw + (2px * 10) + 1px);
font-family: Roboto-Regular;
}
.customer-phone__number-container {
background: white;
border-bott... | src/app/otp/otp-pin/otp-pin.component.css | html, body {margin: 0; height: 100%; overflow: hidden}
.customer-phone {
margin: 10px auto;
max-width: calc((9 * 40px) + 50px + (2px * 10) + 1px);
width: calc((9 * 8.5vw) + 12vw + (2px * 10) + 1px);
font-family: Roboto-Regular;
}
.customer-phone__number-container {
background: white;
border-bott... | 0.435421 | 0.091099 |
a {
color: #D6DBDF;
text-decoration: none;
background-color: transparent;
}
.grecaptcha-badge {
display: none;
}
.app-header {
/* background: -webkit-gradient(linear, left top, right bottom, from(rgb(241, 212, 237)), to(rgb(241, 212, 227)));
background: linear-gradient(to bottom right, rgb(227... | public/theme/main.css | a {
color: #D6DBDF;
text-decoration: none;
background-color: transparent;
}
.grecaptcha-badge {
display: none;
}
.app-header {
/* background: -webkit-gradient(linear, left top, right bottom, from(rgb(241, 212, 237)), to(rgb(241, 212, 227)));
background: linear-gradient(to bottom right, rgb(227... | 0.423935 | 0.162646 |
.bradius{
border-radius:20px !important;
}
.logo-login{
width: 15em;
}
.auth{
background-image: url('/imgs/fons_auth.png');
}
.inputauth {
height:35px
}
.img-navbar{
width: 10em;
}
nav{
height: 11vh;
min-height: 75px;
}
.h100{
height: 100%;
}
.profile-img{
width:160px;
max-width: 160px... | public/css/custom.css | .bradius{
border-radius:20px !important;
}
.logo-login{
width: 15em;
}
.auth{
background-image: url('/imgs/fons_auth.png');
}
.inputauth {
height:35px
}
.img-navbar{
width: 10em;
}
nav{
height: 11vh;
min-height: 75px;
}
.h100{
height: 100%;
}
.profile-img{
width:160px;
max-width: 160px... | 0.338733 | 0.099558 |
[ Table of contents ]
================================================
:: General
:: Page section margin padding
:: text color
:: Loading
:: Section title
:: form
:: button
:: Homepage
:: About Us
:: How to orders
:: Recipes
:: Recipe Detail
:: Upload Recipe
:: Partners
:: Restaurant Detail
:: Meals
:: Meal Detail
... | app/assets/css/style.css | [ Table of contents ]
================================================
:: General
:: Page section margin padding
:: text color
:: Loading
:: Section title
:: form
:: button
:: Homepage
:: About Us
:: How to orders
:: Recipes
:: Recipe Detail
:: Upload Recipe
:: Partners
:: Restaurant Detail
:: Meals
:: Meal Detail
... | 0.362631 | 0.094636 |
body {
margin: 0;
overflow-x: hidden;
background-color: gray;
}
.browserupgrade {
margin: 0;
padding: .5rem 1rem;
background-color: #fcfcfc;
text-align: center;
}
.btn {
padding-left: .75rem;
padding-right: .75rem;
}
label.btn {
margin-bottom: 0;
}
.d-flex>.btn {
flex-grow: 1;
}
/* Jumbotron */
.docs-jum... | src/main/webapp/css/main.css | body {
margin: 0;
overflow-x: hidden;
background-color: gray;
}
.browserupgrade {
margin: 0;
padding: .5rem 1rem;
background-color: #fcfcfc;
text-align: center;
}
.btn {
padding-left: .75rem;
padding-right: .75rem;
}
label.btn {
margin-bottom: 0;
}
.d-flex>.btn {
flex-grow: 1;
}
/* Jumbotron */
.docs-jum... | 0.477798 | 0.067301 |
@keyframes zoomOut {
50% {
transform: scale(0, 0);
opacity: 0;
}
100% {
transform: scale(1, 1);
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: .6
}
25%,
75% {
transform: scale(1.8);
opacity: 0
}
50% {
opacity: 0
... | assets/libs/iconate/css/iconate.css | @keyframes zoomOut {
50% {
transform: scale(0, 0);
opacity: 0;
}
100% {
transform: scale(1, 1);
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: .6
}
25%,
75% {
transform: scale(1.8);
opacity: 0
}
50% {
opacity: 0
... | 0.81409 | 0.367128 |
.ms-membership-form-wrapper #ms-shortcode-register-user-form,
.ms-membership-form-wrapper #ms-view-frontend-profile-form { padding:40px; border:1px solid rgba(204,204,204,1.0); max-width:640px; margin:auto; margin-top:40px; margin-bottom:20px; background-color:rgba(255,255,255,1.00); -webkit-box-shadow: 0 0 20px rgba... | public/client/themes/videoflix/css/membership101e.css | .ms-membership-form-wrapper #ms-shortcode-register-user-form,
.ms-membership-form-wrapper #ms-view-frontend-profile-form { padding:40px; border:1px solid rgba(204,204,204,1.0); max-width:640px; margin:auto; margin-top:40px; margin-bottom:20px; background-color:rgba(255,255,255,1.00); -webkit-box-shadow: 0 0 20px rgba... | 0.210604 | 0.042922 |
/* GERAL */
:root{
--color-default: #6132A4;
--color-default-dark: #562C91;
--color-featured: #1FE9C5;
--color-featured-dark: #16DAB7;
}
body{
text-align: center;
}
a{
text-decoration: none;
}
i{
color: var(--color-featured);
}
i:hover{
color: var(--color-featured-dark);
}
h1{
font-size: 3em;
}
h... | style.css | /* GERAL */
:root{
--color-default: #6132A4;
--color-default-dark: #562C91;
--color-featured: #1FE9C5;
--color-featured-dark: #16DAB7;
}
body{
text-align: center;
}
a{
text-decoration: none;
}
i{
color: var(--color-featured);
}
i:hover{
color: var(--color-featured-dark);
}
h1{
font-size: 3em;
}
h... | 0.321353 | 0.088505 |
body{font-size:20px;color:#333;font-family:Lora,'Times New Roman',serif}
p{line-height:1.5;margin:30px 0}
p a{text-decoration:underline}
h1,h2,h3,h4,h5,h6{font-weight:800;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif}
a{color:#333;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all ... | static/clean-blog.min.css | body{font-size:20px;color:#333;font-family:Lora,'Times New Roman',serif}
p{line-height:1.5;margin:30px 0}
p a{text-decoration:underline}
h1,h2,h3,h4,h5,h6{font-weight:800;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif}
a{color:#333;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all ... | 0.158532 | 0.047825 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
body{
padding: 0;
margin: 0;
font-family: Sans-Serif;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
background: rgb(193,4... | music.css | @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
body{
padding: 0;
margin: 0;
font-family: Sans-Serif;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
background: rgb(193,4... | 0.464659 | 0.075653 |
8.0.0-beta6:0f76ec1b406aa2d4df2e48aa45afeb340d65d39d4af70d2d2ed23133ef5d608c
8.0.0-beta7:8ac011599c8227e6e1f7e78b9a4656f55958524fafc1f123c5fed810593711ed
8.0.0-beta9:d14909c2003afd32b91232e3cb375cd76d8d9c5232224038b7396ea7367cff91
8.0.0-beta10:20775ce9e8d97a850f6b29c3143b038e5287887aeaf193865a88750b72af1a1f
8.0.0-beta1... | hashs-database/hashs/core___themes___bartik___css___base___elements.css | 8.0.0-beta6:0f76ec1b406aa2d4df2e48aa45afeb340d65d39d4af70d2d2ed23133ef5d608c
8.0.0-beta7:8ac011599c8227e6e1f7e78b9a4656f55958524fafc1f123c5fed810593711ed
8.0.0-beta9:d14909c2003afd32b91232e3cb375cd76d8d9c5232224038b7396ea7367cff91
8.0.0-beta10:20775ce9e8d97a850f6b29c3143b038e5287887aeaf193865a88750b72af1a1f
8.0.0-beta1... | 0.256366 | 0.317836 |
.aquaLemonChiffon4,
.hover_aquaLemonChiffon4:hover,
.active_aquaLemonChiffon4:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(255, 228, 120, .39),
inset 0 -0.5em 0.9em 0 #fff4de,
inset 0 -0.5em 0em 0.65em rgb(255, 221, 69),
inset 0 0em 0.5em 2em rgb(246, 239, 205);
-moz-box-sh... | widgets/common/assets/shadows/aqua/aquaLemonChiffon/aquaLemonChiffon4.css | .aquaLemonChiffon4,
.hover_aquaLemonChiffon4:hover,
.active_aquaLemonChiffon4:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(255, 228, 120, .39),
inset 0 -0.5em 0.9em 0 #fff4de,
inset 0 -0.5em 0em 0.65em rgb(255, 221, 69),
inset 0 0em 0.5em 2em rgb(246, 239, 205);
-moz-box-sh... | 0.293303 | 0.246397 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,300&display=swap');
html,
body {
font-family: 'Poppins', sans-serif;
}
body{
overflow-x: hidden;
}
.navbar {
text-transform: uppercase;
font-weight: 500;
font-size: 15px;
letter-spacing: 0.1rem;
backg... | style.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,300&display=swap');
html,
body {
font-family: 'Poppins', sans-serif;
}
body{
overflow-x: hidden;
}
.navbar {
text-transform: uppercase;
font-weight: 500;
font-size: 15px;
letter-spacing: 0.1rem;
backg... | 0.444324 | 0.09122 |
.carousal {
width: 100%;
height: 80%;
position: relative;
}
.leftarrow,
.rightarrow {
position: absolute;
top: 48%;
width: 3rem;
z-index: 1;
}
.leftarrow img,
.rightarrow img {
width: 100%;
}
.rightarrow {
right: 1rem;
}
.leftarrow {
left: 1rem;
}
.leftright-num {
position: ... | style.css | .carousal {
width: 100%;
height: 80%;
position: relative;
}
.leftarrow,
.rightarrow {
position: absolute;
top: 48%;
width: 3rem;
z-index: 1;
}
.leftarrow img,
.rightarrow img {
width: 100%;
}
.rightarrow {
right: 1rem;
}
.leftarrow {
left: 1rem;
}
.leftright-num {
position: ... | 0.45641 | 0.08548 |
* {
box-sizing: border-box;
}
html{
margin: 0;
padding: 0;
}
.backvid {
position: relative;
left: -1;
top: 0;
width: 10vh;
height: 100vh;
display: flex;
align-items: center;
z-index: -1;
overflow: visible;
padding-right: 20px;
}
.logo-video{
position: absolute;
top... | css/style.css | * {
box-sizing: border-box;
}
html{
margin: 0;
padding: 0;
}
.backvid {
position: relative;
left: -1;
top: 0;
width: 10vh;
height: 100vh;
display: flex;
align-items: center;
z-index: -1;
overflow: visible;
padding-right: 20px;
}
.logo-video{
position: absolute;
top... | 0.41052 | 0.094385 |
QPushButton {border: 1px solid #aaaaaa; border-radius: 3px;
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #f6f7fa, stop: 1 #dadbde);}
QPushButton:hover {
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #f6f7fa, stop: 1 #eaebee);}
QPushButton:pressed {
background-col... | cryptools/tools/style.css | QPushButton {border: 1px solid #aaaaaa; border-radius: 3px;
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #f6f7fa, stop: 1 #dadbde);}
QPushButton:hover {
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #f6f7fa, stop: 1 #eaebee);}
QPushButton:pressed {
background-col... | 0.426322 | 0.35474 |
ol.form-fields {
list-style: none;
padding-left: 0;
margin: 0;
}
.chzn-container {
display: block;
}
ul.ui-sortable li {
cursor: move;
}
ul.ui-sortable li:hover {
background: #ffffd8;
}
.ui-slider-handle {
z-index: 0 !important;
}
form.pods-manage .pods-field label {
cursor: pointer... | wp-content/plugins/pods/ui/css/pods-manage.css | ol.form-fields {
list-style: none;
padding-left: 0;
margin: 0;
}
.chzn-container {
display: block;
}
ul.ui-sortable li {
cursor: move;
}
ul.ui-sortable li:hover {
background: #ffffd8;
}
.ui-slider-handle {
z-index: 0 !important;
}
form.pods-manage .pods-field label {
cursor: pointer... | 0.433142 | 0.110136 |
html {
scroll-behavior: smooth
}
.btn-sm:focus,
.btn:focus,
.form-checkbox:focus,
.form-input:focus,
.form-multiselect:focus,
.form-radio:focus,
.form-select:focus,
.form-textarea:focus,
:focus,
button:focus {
outline: solid 2px
}
.form-checkbox:focus,
.form-input:focus,
.form-multiselect:focus,
.form-radio:focus... | frontend/src/styles/additional-styles/theme.css | html {
scroll-behavior: smooth
}
.btn-sm:focus,
.btn:focus,
.form-checkbox:focus,
.form-input:focus,
.form-multiselect:focus,
.form-radio:focus,
.form-select:focus,
.form-textarea:focus,
:focus,
button:focus {
outline: solid 2px
}
.form-checkbox:focus,
.form-input:focus,
.form-multiselect:focus,
.form-radio:focus... | 0.600423 | 0.113334 |
html, body {
height: 100%;
}
.content {
flex: 1 0 auto;
}
.footer {
flex-shrink: 0;
}
body {
font-family: 'Source Sans Pro', sans-serif;
display: flex;
flex-direction: column;
}
h1, h2, h3 {
font-family: 'Karla', 'Source Sans Pro', sans-serif;
font-weight: 700;
/* color: #640000; */
}
footer {
b... | css_new/main.css | html, body {
height: 100%;
}
.content {
flex: 1 0 auto;
}
.footer {
flex-shrink: 0;
}
body {
font-family: 'Source Sans Pro', sans-serif;
display: flex;
flex-direction: column;
}
h1, h2, h3 {
font-family: 'Karla', 'Source Sans Pro', sans-serif;
font-weight: 700;
/* color: #640000; */
}
footer {
b... | 0.427994 | 0.089893 |
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body{
}
.swal2-popup{
width:60% !important;
}
.swal2-actions button{
font-size: 1.5em !important;
}
.nbrHome{
padding-top:5px;
font-size:60px;
}
.material-icons{font-family:'Material Icons';font-weight:40... | public/styles/carousel.css | -------------------------------------------------- */
/* Padding below the footer and lighter body text */
body{
}
.swal2-popup{
width:60% !important;
}
.swal2-actions button{
font-size: 1.5em !important;
}
.nbrHome{
padding-top:5px;
font-size:60px;
}
.material-icons{font-family:'Material Icons';font-weight:40... | 0.400163 | 0.054224 |
body {
margin-top: 20px;
}
/*timeline*/
a {
text-decoration: none
}
/*h4{text-align:center;margin:30px 0;color:#444}*/
.main-timeline {
position: relative
}
.main-timeline:before {
content: "";
width: 5px;
height: 100%;
border-radius: 20px;
margin: 0 auto;
position: absolute;
... | assets/css/timeline.css | body {
margin-top: 20px;
}
/*timeline*/
a {
text-decoration: none
}
/*h4{text-align:center;margin:30px 0;color:#444}*/
.main-timeline {
position: relative
}
.main-timeline:before {
content: "";
width: 5px;
height: 100%;
border-radius: 20px;
margin: 0 auto;
position: absolute;
... | 0.456894 | 0.080105 |
@charset "UTF-8";
:root {
--primary-white-color: #ffffff;
--second-bg-color: #f5f4fa;
--third-bg-color: #2f303a;
--primary-text-color: #212121;
--title-text-color: #757575;
--text-color-placeholder: rgba(117, 117, 117, 0.5);
--accent-color: #2196f3;
--black-color: #000000;
--bcg-hero: #c4c4c4;
--gra... | css/portfolio.css | @charset "UTF-8";
:root {
--primary-white-color: #ffffff;
--second-bg-color: #f5f4fa;
--third-bg-color: #2f303a;
--primary-text-color: #212121;
--title-text-color: #757575;
--text-color-placeholder: rgba(117, 117, 117, 0.5);
--accent-color: #2196f3;
--black-color: #000000;
--bcg-hero: #c4c4c4;
--gra... | 0.313525 | 0.074198 |
.hello {
background-color: rgb(201, 120, 255);
color: floralwhite;
width: fit-content;
padding: 10px;
border-radius: 50px;
margin: auto;
}
header {
margin: 0px 0px 3em 0px;
padding: 1%;
background-color: rgba(255, 0, 43, 0.315);
box-shadow: -13px 13px 20px 5px rgba(0, 0, 0,... | style.css | .hello {
background-color: rgb(201, 120, 255);
color: floralwhite;
width: fit-content;
padding: 10px;
border-radius: 50px;
margin: auto;
}
header {
margin: 0px 0px 3em 0px;
padding: 1%;
background-color: rgba(255, 0, 43, 0.315);
box-shadow: -13px 13px 20px 5px rgba(0, 0, 0,... | 0.475362 | 0.155944 |
:root{
--primary:#eee;
--plight:#fff;
--pdark:#bcbcbc;
--secondary:#870d4c;
--slight:#bb4678;
--sdark:#550024;
}
.header body {
margin: 0;
font-family: Helvetica, sans-serif;
background-color: var(--primary);
}
.header a {
color: #000;
}
/* header */
.header {
background-... | static/css/plain-blog.css | :root{
--primary:#eee;
--plight:#fff;
--pdark:#bcbcbc;
--secondary:#870d4c;
--slight:#bb4678;
--sdark:#550024;
}
.header body {
margin: 0;
font-family: Helvetica, sans-serif;
background-color: var(--primary);
}
.header a {
color: #000;
}
/* header */
.header {
background-... | 0.351311 | 0.097133 |
/*-- フォーム全体の調整 --*/
.form-container {
margin: 30px auto 100px;
}
/*-- フォームの箱の指定 --*/
.form-box {
background: #FFF;
max-width: 600px;
padding: 30px 30px;
margin: 0 auto;
border: solid 1px rgba(0,127,255,1);
border-top: solid 10px rgba(0,127,255,1);
box-shadow: 0 10px 10px rgba(0, 0, 0, ... | public/css/form.css |
/*-- フォーム全体の調整 --*/
.form-container {
margin: 30px auto 100px;
}
/*-- フォームの箱の指定 --*/
.form-box {
background: #FFF;
max-width: 600px;
padding: 30px 30px;
margin: 0 auto;
border: solid 1px rgba(0,127,255,1);
border-top: solid 10px rgba(0,127,255,1);
box-shadow: 0 10px 10px rgba(0, 0, 0, ... | 0.225246 | 0.092074 |
@charset "utf-8";
/*
* Skin: Yellow
* ------------
*/
.skin-yellow a {
color: #e2b405;
}
.skin-yellow a:hover,
.skin-yellow a:focus {
color: #FA7722;
}
.skin-yellow .footer-nav li a:hover,
.skin-yellow .footer-nav li a:focus {
color: #333;
opacity: .6;
}
.skin-yellow .footer-nav-inline.social-list-color li ... | public/assets/css/skins/skin-yellow.css | @charset "utf-8";
/*
* Skin: Yellow
* ------------
*/
.skin-yellow a {
color: #e2b405;
}
.skin-yellow a:hover,
.skin-yellow a:focus {
color: #FA7722;
}
.skin-yellow .footer-nav li a:hover,
.skin-yellow .footer-nav li a:focus {
color: #333;
opacity: .6;
}
.skin-yellow .footer-nav-inline.social-list-color li ... | 0.200675 | 0.064949 |
*{
margin: 0;
padding: 0;
font-family: 'Montserrat', sans-serif;
}
.container{
display: flex;
width: 100%;
height: 100%;
background-image: linear-gradient(rgba(0,0,0,0.5), #004643),url(Pictures/namjoon.jpg.jpg);
background-position: center;
background-repeat: no-repeat;
backgroun... | CSS/RM.css | *{
margin: 0;
padding: 0;
font-family: 'Montserrat', sans-serif;
}
.container{
display: flex;
width: 100%;
height: 100%;
background-image: linear-gradient(rgba(0,0,0,0.5), #004643),url(Pictures/namjoon.jpg.jpg);
background-position: center;
background-repeat: no-repeat;
backgroun... | 0.522446 | 0.071009 |
background-color: white;
}
#bar-footer-message-box {
height: initial;
}
#bar-footer-message-box .list {
width: 100%;
}
.item-message {
background-color: #FDCFF5;
border-radius: 3px;
}
.item-message-header {
font-style: italic;
}
.item-message-body {
padding: 0px 10px 15px 18px;
}
/**
.item-messag... | www/css/app.css | background-color: white;
}
#bar-footer-message-box {
height: initial;
}
#bar-footer-message-box .list {
width: 100%;
}
.item-message {
background-color: #FDCFF5;
border-radius: 3px;
}
.item-message-header {
font-style: italic;
}
.item-message-body {
padding: 0px 10px 15px 18px;
}
/**
.item-messag... | 0.328529 | 0.072571 |
@font-face {
font-family: 'sega-font';
src:url("../fonts/SEGA.TTF");
}
/* General */
body{
background-color: #a91212;
}
div, h1, ::after, ::before, section{
position: absolute;
}
/* Css - Console Master System II */
/* Parts -*/
.base-console{
width: 1200px;
height: 640px;
margin-top:60px;
left: 5... | docs/css/console.css | @font-face {
font-family: 'sega-font';
src:url("../fonts/SEGA.TTF");
}
/* General */
body{
background-color: #a91212;
}
div, h1, ::after, ::before, section{
position: absolute;
}
/* Css - Console Master System II */
/* Parts -*/
.base-console{
width: 1200px;
height: 640px;
margin-top:60px;
left: 5... | 0.270095 | 0.079424 |
#main {
margin-top: 25px;
min-height: 700px;
}
/* ========= news-contain start ============ */
#main .news-contain {
width: 800px;
background: #fff;
float: left;
padding: 0 25px;
box-sizing: border-box;
}
.news-contain .news-title {
margin-top: 20px;
font-size: 30px;
lin... | myblog/static/css/news/news-detail.css | #main {
margin-top: 25px;
min-height: 700px;
}
/* ========= news-contain start ============ */
#main .news-contain {
width: 800px;
background: #fff;
float: left;
padding: 0 25px;
box-sizing: border-box;
}
.news-contain .news-title {
margin-top: 20px;
font-size: 30px;
lin... | 0.161023 | 0.033908 |
@font-face {
font-family: Android;
src: url('fonts/idroid.otf') format('opentype');
}
@font-face {
font-family: 'Bebas Neue';
src: url('fonts/BebasNeue-Regular.ttf') format('truetype');
}
:root {
--color-0: #c5ebd6;
--color-1: #83E1AD;
--color-2: #3DDC84;
--color-3: #2FA866;
--color-4: #... | html-css/module2/tasks/t10/style.css | @font-face {
font-family: Android;
src: url('fonts/idroid.otf') format('opentype');
}
@font-face {
font-family: 'Bebas Neue';
src: url('fonts/BebasNeue-Regular.ttf') format('truetype');
}
:root {
--color-0: #c5ebd6;
--color-1: #83E1AD;
--color-2: #3DDC84;
--color-3: #2FA866;
--color-4: #... | 0.397003 | 0.150309 |
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,500&display=swap');
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-p... | public/css/auth/login.css | @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,500&display=swap');
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-p... | 0.327668 | 0.049658 |
.wrapper_one
{
width: 525px;
height: 236px;
background: #0934DA;
}
.wrapper_two{
width:523px;
height: 235px;
background: #166AEE;
border-right: 1px solid #00138C;
border-bottom: 1px solid #00138C;
}
.wrapper_three{
width:521px;
height: 234px;
background: #0855DD;
border-right: 1px solid #001EA0;
border-b... | training/css/css4/Insert Object_files/style.css | .wrapper_one
{
width: 525px;
height: 236px;
background: #0934DA;
}
.wrapper_two{
width:523px;
height: 235px;
background: #166AEE;
border-right: 1px solid #00138C;
border-bottom: 1px solid #00138C;
}
.wrapper_three{
width:521px;
height: 234px;
background: #0855DD;
border-right: 1px solid #001EA0;
border-b... | 0.234757 | 0.081374 |
display: flex;
justify-content: center;
flex-wrap: wrap;
}
/* video{
height: 300px;
width: 400px;
object-fit: cover;
border: 4px solid rgb(98,100,167);
margin: 2px;
}
video:hover{
} */
.meet-prejoin-video{
height: 300px;
width: 400px;
object-fit: cover;
borde... | src/Pages/Meet/CSS/meet.css | display: flex;
justify-content: center;
flex-wrap: wrap;
}
/* video{
height: 300px;
width: 400px;
object-fit: cover;
border: 4px solid rgb(98,100,167);
margin: 2px;
}
video:hover{
} */
.meet-prejoin-video{
height: 300px;
width: 400px;
object-fit: cover;
borde... | 0.665084 | 0.086362 |
font-family: 'Roboto', sans-serif;
body {
font-family: 'Roboto', sans-serif;
font-weight: 500;
padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
navbar-header, nav, navbar-nav, h1, h2, h3, h4, h5, h6 {
font-family: 'Ro... | css/3-col-portfolio.css | font-family: 'Roboto', sans-serif;
body {
font-family: 'Roboto', sans-serif;
font-weight: 500;
padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
navbar-header, nav, navbar-nav, h1, h2, h3, h4, h5, h6 {
font-family: 'Ro... | 0.249264 | 0.070624 |
a {
text-decoration: none;
}
.container {
width: 100%;
max-width: 1300px;
margin: 0 auto;
display: flex;
}
.left {
flex: 1;
}
.right {
width: 500px;
height: 889px;
background: url("../img/misaka_mikoto.jpg");
}
.text-center {
text-align: center;
}
.auth {
border: 1px sol... | static/css/style.css | a {
text-decoration: none;
}
.container {
width: 100%;
max-width: 1300px;
margin: 0 auto;
display: flex;
}
.left {
flex: 1;
}
.right {
width: 500px;
height: 889px;
background: url("../img/misaka_mikoto.jpg");
}
.text-center {
text-align: center;
}
.auth {
border: 1px sol... | 0.44553 | 0.126569 |
.background{
background-color: #ffab9d;
}
nav{
margin-bottom: 50px;
}
h1{
margin-top: 50px;
font-size: 15vw;
text-align: center;
font-family: 'briceregular_expanded';
}
h5{
text-align: center;
color: white;
font-family: 'Quicksand', sans-serif;
}
.card-title{
margin-top: 50px... | tftf.css | .background{
background-color: #ffab9d;
}
nav{
margin-bottom: 50px;
}
h1{
margin-top: 50px;
font-size: 15vw;
text-align: center;
font-family: 'briceregular_expanded';
}
h5{
text-align: center;
color: white;
font-family: 'Quicksand', sans-serif;
}
.card-title{
margin-top: 50px... | 0.407098 | 0.107578 |
html, body {
height: 100%;
font-family: 'Rubik', sans-serif;
font-size: 0.95em;
background-image: radial-gradient(circle,#ffffff,#eaeaea);
color: #353535;
}
.wrap {
min-height: 100%;
padding-bottom: 75px;
}
.page {
margin-left: 225px;
min-width: 388px;
overflow: hidden;
pa... | public/app.css |
html, body {
height: 100%;
font-family: 'Rubik', sans-serif;
font-size: 0.95em;
background-image: radial-gradient(circle,#ffffff,#eaeaea);
color: #353535;
}
.wrap {
min-height: 100%;
padding-bottom: 75px;
}
.page {
margin-left: 225px;
min-width: 388px;
overflow: hidden;
pa... | 0.473901 | 0.088939 |
:root {
--main-color: #3d1101;
--font-color: #ff5e45;
}
container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: var(--main-color);
}
container h1 {
font-family: "Noto Sans TC", sans-serif;
font-size: 48px;
font-weight: 900;
margin-to... | Week0/RWDBurger/css/register.css | :root {
--main-color: #3d1101;
--font-color: #ff5e45;
}
container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: var(--main-color);
}
container h1 {
font-family: "Noto Sans TC", sans-serif;
font-size: 48px;
font-weight: 900;
margin-to... | 0.388038 | 0.092319 |
@import url(btn-upload.css);
body{margin:0;padding: 0;background:rgb(49, 47, 47);}
main{width: 100%;background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);font-family: Arial, Helvetica, sans-serif;}
main header{display:flex;justify-content: space-between;align-items: center; width: 100%;background-color... | css/main.css | @import url(btn-upload.css);
body{margin:0;padding: 0;background:rgb(49, 47, 47);}
main{width: 100%;background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);font-family: Arial, Helvetica, sans-serif;}
main header{display:flex;justify-content: space-between;align-items: center; width: 100%;background-color... | 0.333503 | 0.052546 |
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: rgb(233, 233, 233);
}
* {
margin: 0;
padding: 0;
}
main {
height: 1100px;
/* display: none; */
}
h1 {
display: flex;
justify-conte... | contributions/result_marskheet_generator_javascript/src/css/style.css | body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: rgb(233, 233, 233);
}
* {
margin: 0;
padding: 0;
}
main {
height: 1100px;
/* display: none; */
}
h1 {
display: flex;
justify-conte... | 0.401688 | 0.073065 |
@font-face {
font-family: "morty";
src: url(morty.ttf);
font-family: "rick";
src: url(rick.ttf)
}
body {
width: 950px;
margin: auto;
background-image: url("morty.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
font-family: "rick"
}
... | style.css | @font-face {
font-family: "morty";
src: url(morty.ttf);
font-family: "rick";
src: url(rick.ttf)
}
body {
width: 950px;
margin: auto;
background-image: url("morty.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
font-family: "rick"
}
... | 0.311532 | 0.142948 |
body{
background-image: url('../img/background2.png');
height:100%;
background-repeat: no-repeat;
background-size: cover;
}
.container_body{
padding-top: 100px;
}
.card {
background-color: inherit;
border: inherit;
width:500px;
}
.card-title{
color: darksalmon ;
font-wei... | css/panel.css | body{
background-image: url('../img/background2.png');
height:100%;
background-repeat: no-repeat;
background-size: cover;
}
.container_body{
padding-top: 100px;
}
.card {
background-color: inherit;
border: inherit;
width:500px;
}
.card-title{
color: darksalmon ;
font-wei... | 0.455441 | 0.089973 |
.fold{background:#e5eecc;border:solid 1px #c3c3c3;}
.unfold{display: none;}
.testfold{background:#e5eecc;border:solid 1px #c3c3c3;}
.testunfold{display: none;}
iptt{background-color:#00FFFF;padding-left:0px;}
log{color:#0000FF;}
.foldda1b6ff6-64b0-11e7-9e29-a820660f017d{background:#e5eecc;border:solid 1px #c3c3c3;}
.un... | callingRelation/CSSoutput.css | .fold{background:#e5eecc;border:solid 1px #c3c3c3;}
.unfold{display: none;}
.testfold{background:#e5eecc;border:solid 1px #c3c3c3;}
.testunfold{display: none;}
iptt{background-color:#00FFFF;padding-left:0px;}
log{color:#0000FF;}
.foldda1b6ff6-64b0-11e7-9e29-a820660f017d{background:#e5eecc;border:solid 1px #c3c3c3;}
.un... | 0.124919 | 0.117775 |
.nTilesWrapper,.nTilesContainer,.nTile,.nTileContentWrapper,.nTileBackground,.nTileHTMLContent
{
margin:0;
padding:0;
overflow:hidden
}
.nTilesWrapper
{
position:relative
}
.nTilesContainer
{
position:relative;
display:inline-block
}
.nTile,.nTileContentWrapper,.nTileBackground,.nTileHTMLCon... | src/0.8/nSPTIles.css | .nTilesWrapper,.nTilesContainer,.nTile,.nTileContentWrapper,.nTileBackground,.nTileHTMLContent
{
margin:0;
padding:0;
overflow:hidden
}
.nTilesWrapper
{
position:relative
}
.nTilesContainer
{
position:relative;
display:inline-block
}
.nTile,.nTileContentWrapper,.nTileBackground,.nTileHTMLCon... | 0.601945 | 0.081119 |
@charset "utf-8";
/**
* @author http://www.cosmosfarm.com/
*/
img { border: 0; }
.cut_strings { width: auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-wrap: normal; }
.kboard-thumbnail-button-small,
.kboard-thumbnail-button-small:link,
.kboard-thumbnail-button-small:visited { position: re... | GallerySkin/style.css | @charset "utf-8";
/**
* @author http://www.cosmosfarm.com/
*/
img { border: 0; }
.cut_strings { width: auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-wrap: normal; }
.kboard-thumbnail-button-small,
.kboard-thumbnail-button-small:link,
.kboard-thumbnail-button-small:visited { position: re... | 0.525856 | 0.088741 |
body { background: transparent url("../gallery_gen/a239d434bdac8d066fa273ccf550eb6e.png") repeat-x scroll center top; }
.wb_sbg { background: transparent url("../gallery_gen/93ccffb97b0100589693b4c4c2a7a41a.png") repeat-x scroll center bottom; }
body, .wb_sbg { min-width: 320px; min-height: 832px; }
.wb_cont_inner { wi... | web/sitepro/css/1.css | body { background: transparent url("../gallery_gen/a239d434bdac8d066fa273ccf550eb6e.png") repeat-x scroll center top; }
.wb_sbg { background: transparent url("../gallery_gen/93ccffb97b0100589693b4c4c2a7a41a.png") repeat-x scroll center bottom; }
body, .wb_sbg { min-width: 320px; min-height: 832px; }
.wb_cont_inner { wi... | 0.379838 | 0.199152 |
* {
font-family: helvetica;
}
header {
margin-left:1em;
margin-right:1em;
}
header table {
margin-left:auto;
margin-right:auto;
}
header table, header table th, header table td {
border: 1px solid black;
border-collapse: collapse;
min-width: 90%;
text-align: center;
min-height:... | docs/css/main.css | * {
font-family: helvetica;
}
header {
margin-left:1em;
margin-right:1em;
}
header table {
margin-left:auto;
margin-right:auto;
}
header table, header table th, header table td {
border: 1px solid black;
border-collapse: collapse;
min-width: 90%;
text-align: center;
min-height:... | 0.387343 | 0.111822 |
*
{
margin: 0px;
padding: 0px;
}
html, body
{
background-color:#1982BA;
/* background: url(background2.png) repeat fixed; */
font-family: Georgia, Palatino;
}
p
{
margin: 10px 0px 10px 0px;
font-size: 10pt;
line-height: 25px;
}
img
{
padding: 2px;
border: 1px solid #1982BA;
margi... | samples/PHPApplications/styles/styles.css | *
{
margin: 0px;
padding: 0px;
}
html, body
{
background-color:#1982BA;
/* background: url(background2.png) repeat fixed; */
font-family: Georgia, Palatino;
}
p
{
margin: 10px 0px 10px 0px;
font-size: 10pt;
line-height: 25px;
}
img
{
padding: 2px;
border: 1px solid #1982BA;
margi... | 0.191403 | 0.044932 |
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
body {
margin: 0;
font-family: 'Roboto', sans-serif; }
.list {
display: flex;
align-items: center;
justify-content: space-around;
width: 100vw;
height: 100vh;
background: linear-gradient(135deg, #8caced, #2750... | src/long-shadow/css/styles.css | @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
body {
margin: 0;
font-family: 'Roboto', sans-serif; }
.list {
display: flex;
align-items: center;
justify-content: space-around;
width: 100vw;
height: 100vh;
background: linear-gradient(135deg, #8caced, #2750... | 0.234231 | 0.056418 |
.banner img{width: 100%; height: 460px;}
/* 智慧茶仓 */
.zhcc{background-color: #f8f8f8;}
.zhcc-container{display: flex; width: 1350px; height: 470px; padding: 55px 0; box-sizing: border-box; margin: 0 auto;}
.zhcc-img{margin-right: 100px;}
.zhcc-content h3{font-size: 25px; color: #515151; margin: 10px 0;}
.zhcc-co... | public/static/index/css/index.css | .banner img{width: 100%; height: 460px;}
/* 智慧茶仓 */
.zhcc{background-color: #f8f8f8;}
.zhcc-container{display: flex; width: 1350px; height: 470px; padding: 55px 0; box-sizing: border-box; margin: 0 auto;}
.zhcc-img{margin-right: 100px;}
.zhcc-content h3{font-size: 25px; color: #515151; margin: 10px 0;}
.zhcc-co... | 0.227985 | 0.079104 |
@-moz-document domain("nicehash.com") {
body {
background-color: #474848 !important;
color: #BDBDBD !important;
}
h3 {
font-weight: 400 !important;
color: #bdbdbd !important;
font-size: 14px !important;
margin: 0px !important;
padding: 8px !important;
letter-spacing: 0 !important;
... | data/usercss/154579.user.css | @-moz-document domain("nicehash.com") {
body {
background-color: #474848 !important;
color: #BDBDBD !important;
}
h3 {
font-weight: 400 !important;
color: #bdbdbd !important;
font-size: 14px !important;
margin: 0px !important;
padding: 8px !important;
letter-spacing: 0 !important;
... | 0.172834 | 0.076961 |
.notice, .error, .update-nag{
display: none !important;
}
.mailster-badge{
position: absolute;
top: 0;
right: 0;
font-size: 14px;
text-align: center;
font-weight: 600;
margin: 5px 0 0;
padding-top: 120px;
height: 40px;
display: inline-block;
width: 150px;
text-rendering: optimizeLegibility;
-webkit-box-sh... | src/wordpress/wp-content/plugins/mailster/assets/css/welcome-style.css | .notice, .error, .update-nag{
display: none !important;
}
.mailster-badge{
position: absolute;
top: 0;
right: 0;
font-size: 14px;
text-align: center;
font-weight: 600;
margin: 5px 0 0;
padding-top: 120px;
height: 40px;
display: inline-block;
width: 150px;
text-rendering: optimizeLegibility;
-webkit-box-sh... | 0.291485 | 0.048744 |
:root{
--orange: #FF6700;
--blue: #0C1B33;
--white: #FFEEDB;
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: ProximaNova,Arial,Sans-serif;
}
body{
width: 100vw;
height: 100%;
overflow-x: hidden;
}
html{
scroll-behavior: smooth;
}
header{
position: fixed;
... | style.css | :root{
--orange: #FF6700;
--blue: #0C1B33;
--white: #FFEEDB;
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: ProximaNova,Arial,Sans-serif;
}
body{
width: 100vw;
height: 100%;
overflow-x: hidden;
}
html{
scroll-behavior: smooth;
}
header{
position: fixed;
... | 0.386416 | 0.13059 |
body {
height: 100vh;
background-color: #2d3436;
background-image: linear-gradient(315deg, #2d3436 0%, #000000 74%);
overflow : hidden;
}
h1, h2, h3, h4 {
color: #eeeeee; }
header {
padding: 1rem 2rem;
background: black; }
header h1 {
font-size: 3rem;
text-align: center; }
main .sudoku {
hei... | static/css/main.css | body {
height: 100vh;
background-color: #2d3436;
background-image: linear-gradient(315deg, #2d3436 0%, #000000 74%);
overflow : hidden;
}
h1, h2, h3, h4 {
color: #eeeeee; }
header {
padding: 1rem 2rem;
background: black; }
header h1 {
font-size: 3rem;
text-align: center; }
main .sudoku {
hei... | 0.438064 | 0.103839 |
PRAEMIUM BLUE 00a0e5 rgba(0,160,229,1)
*/
html,
body {
overflow-x: hidden;
}
body {
font: normal 62.5% Helvetica, 'Lato', 'Assistant', 'Roboto Condensed', 'Roboto', arial, sans-serif;
background: url('img/bg.jpg') no-repeat fixed;
background-size: cover;
color: #555;
overflow-x: hidden !importan... | style.css |
PRAEMIUM BLUE 00a0e5 rgba(0,160,229,1)
*/
html,
body {
overflow-x: hidden;
}
body {
font: normal 62.5% Helvetica, 'Lato', 'Assistant', 'Roboto Condensed', 'Roboto', arial, sans-serif;
background: url('img/bg.jpg') no-repeat fixed;
background-size: cover;
color: #555;
overflow-x: hidden !importan... | 0.322846 | 0.118742 |
.container-loader {
background: #fff;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 99999;
}
.cssload-thecube {
position: absolute;
top: 40%;
bottom: 0;
left: 0;
right: 0;
width: 73px;
height: 73px;
margin: 0 auto;
position: relativ... | public/assets/frontend/css/loader.css | .container-loader {
background: #fff;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 99999;
}
.cssload-thecube {
position: absolute;
top: 40%;
bottom: 0;
left: 0;
right: 0;
width: 73px;
height: 73px;
margin: 0 auto;
position: relativ... | 0.416559 | 0.097605 |
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: "Lato", sans-serif;
}
.App {
text-align: center;
}
.App-logo {
max-width: 50%;
height: auto;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
an... | src/App.css | @import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: "Lato", sans-serif;
}
.App {
text-align: center;
}
.App-logo {
max-width: 50%;
height: auto;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
an... | 0.444324 | 0.125869 |
@import url(<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital@1&display=swap" rel="stylesheet">);
@import url(<link href="https://fonts.googleapis.com/css2?family=Lemonada&display=swap" rel="stylesheet">);
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/*navbar styling from here*/
.navbar{
displ... | style.css | @import url(<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital@1&display=swap" rel="stylesheet">);
@import url(<link href="https://fonts.googleapis.com/css2?family=Lemonada&display=swap" rel="stylesheet">);
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/*navbar styling from here*/
.navbar{
displ... | 0.26341 | 0.07117 |
-----------------------------------
1. Theme default css
2. Header
3. Slider
4. Preloader
5. Testimonial
6. Newsletter
7. Footer
8. Team
9. Contact
10. Login
11. Elements
12. Breadcrumbs
*/
/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Rubik:300,400,500,7... | public/css/style.css | -----------------------------------
1. Theme default css
2. Header
3. Slider
4. Preloader
5. Testimonial
6. Newsletter
7. Footer
8. Team
9. Contact
10. Login
11. Elements
12. Breadcrumbs
*/
/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Rubik:300,400,500,7... | 0.247169 | 0.084985 |
* {
margin: 0;
padding: 0;
}
@media(min-width: 414px) {
body {
width: 366px;
margin: 0 auto;
}
}
@media(max-width: 414px) {
body {
margin: 0 auto;
padding: 24px;
}
}
section {
font-size: 14px;
color: #000;
margin: 24px 0;
}
p {
padding: 6px;
}
.ellipsis {
overflow: hidden;
w... | examples/demo.css | * {
margin: 0;
padding: 0;
}
@media(min-width: 414px) {
body {
width: 366px;
margin: 0 auto;
}
}
@media(max-width: 414px) {
body {
margin: 0 auto;
padding: 24px;
}
}
section {
font-size: 14px;
color: #000;
margin: 24px 0;
}
p {
padding: 6px;
}
.ellipsis {
overflow: hidden;
w... | 0.348313 | 0.110423 |
.hovereffect8 {
width: 100%;
height: 100%;
float: left;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
}
.hovereffect8 .overlay8 {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
left: 0;
background-color: rgba(255, 255, 255, 0.7);
top: -200px;
... | assets/css/8.css | .hovereffect8 {
width: 100%;
height: 100%;
float: left;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
}
.hovereffect8 .overlay8 {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
left: 0;
background-color: rgba(255, 255, 255, 0.7);
top: -200px;
... | 0.466846 | 0.082328 |
* {
background-repeat: no-repeat;
text-decoration: none;
}
body {
max-width: 1080px;
margin: 0 auto ;
text-align: center;
}
/*body * {
border: 1px solid black;
}*/
/*=============== index.html ===================*/
.indexMain {
width: 100%;
height: 810px;
}
main .indexImg {
background-i... | css/style.css | * {
background-repeat: no-repeat;
text-decoration: none;
}
body {
max-width: 1080px;
margin: 0 auto ;
text-align: center;
}
/*body * {
border: 1px solid black;
}*/
/*=============== index.html ===================*/
.indexMain {
width: 100%;
height: 810px;
}
main .indexImg {
background-i... | 0.351645 | 0.061763 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("christianchat.com") {
/*Site Background*/
#vbulletin_html {
background:url('http://i1294.photobucket.com/albums/b611/forthangel777/BeigeWatercolor_zpsbf60386f.jpg') !important;
background-attachment:fixed!important;
background-... | data/usercss/103687.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("christianchat.com") {
/*Site Background*/
#vbulletin_html {
background:url('http://i1294.photobucket.com/albums/b611/forthangel777/BeigeWatercolor_zpsbf60386f.jpg') !important;
background-attachment:fixed!important;
background-... | 0.261237 | 0.101991 |
body {
padding-top: 50px;
color: #ffffff;
}
.starter-template {
padding: 40px 15px;
text-align: center
}
#map-canvas {
height: 100%;
position: absolute;
top: 0;
bottom: -200px;
left: 0;
right: 0;
z-index: 0
}
.pagewrap {
z-index: 100;
position: relative;
backg... | css/main.css | body {
padding-top: 50px;
color: #ffffff;
}
.starter-template {
padding: 40px 15px;
text-align: center
}
#map-canvas {
height: 100%;
position: absolute;
top: 0;
bottom: -200px;
left: 0;
right: 0;
z-index: 0
}
.pagewrap {
z-index: 100;
position: relative;
backg... | 0.428114 | 0.141786 |
@import url("https://fonts.googleapis.com/css2?family=Muli:wght@400;700&display=swap");
* {
box-sizing: border-box;
}
/* Custom Scrollbar */
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888... | styles.css | @import url("https://fonts.googleapis.com/css2?family=Muli:wght@400;700&display=swap");
* {
box-sizing: border-box;
}
/* Custom Scrollbar */
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888... | 0.349422 | 0.060059 |
.fastestRow div {
background-color: lightgreen;
}
.card {
background-color: #ffffff;
margin-bottom: 8px;
padding: 15px;
}
#runAllButton {
width: 100px;
height: 50px;
margin-bottom: 15px;
}
/*
style the stuff as if they were a table.
allow for position relative/absolute for sorting and t... | performance/style.css | .fastestRow div {
background-color: lightgreen;
}
.card {
background-color: #ffffff;
margin-bottom: 8px;
padding: 15px;
}
#runAllButton {
width: 100px;
height: 50px;
margin-bottom: 15px;
}
/*
style the stuff as if they were a table.
allow for position relative/absolute for sorting and t... | 0.466116 | 0.14885 |
@import url('https://fonts.googleapis.com/css2?family=Mountains+of+Christmas&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Elsie&family=Mountains+of+Christmas&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Elsie&family=Milonga&family=Mountains+of+Christmas&display=swap');
... | src/css/Meal.css | @import url('https://fonts.googleapis.com/css2?family=Mountains+of+Christmas&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Elsie&family=Mountains+of+Christmas&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Elsie&family=Milonga&family=Mountains+of+Christmas&display=swap');
... | 0.404625 | 0.127598 |
.top-bar {
width: 100%;
height: 12%;
background: var(--element-background-color);
display: flex;
align-items: center;
justify-content: flex-end;
}
.top-bar div {
width: 70%;
display: flex;
flex-direction: column;
padding-inline-start: 2em;
padding-inline-end: 2em;
}
.top-ba... | public/css/trips-stylesheet.css | .top-bar {
width: 100%;
height: 12%;
background: var(--element-background-color);
display: flex;
align-items: center;
justify-content: flex-end;
}
.top-bar div {
width: 70%;
display: flex;
flex-direction: column;
padding-inline-start: 2em;
padding-inline-end: 2em;
}
.top-ba... | 0.445047 | 0.166269 |
@-moz-document domain("shizafm.com") {
body{
background: url(https://pp.vk.me/c628618/v628618404/484e3/zkBwLuW4ZMM.jpg) no-repeat;
background-size: cover;
background-color: #141640;
}
.content-nav{
background-color: rgba(0, 0, 0, 0.5);
}
.content-nav a{
color: #00F8F9;
border: none;
}
... | data/usercss/127111.user.css | @-moz-document domain("shizafm.com") {
body{
background: url(https://pp.vk.me/c628618/v628618404/484e3/zkBwLuW4ZMM.jpg) no-repeat;
background-size: cover;
background-color: #141640;
}
.content-nav{
background-color: rgba(0, 0, 0, 0.5);
}
.content-nav a{
color: #00F8F9;
border: none;
}
... | 0.273283 | 0.097219 |
html,body,div,span,applet,object,embed,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
margin:0;
padding:0;
border:0;
outl... | jQueryTourPlugin/examples/css/example.css | html,body,div,span,applet,object,embed,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
margin:0;
padding:0;
border:0;
outl... | 0.181481 | 0.055158 |
@media only screen and (max-width: 1080px),
only screen and (max-device-width: 1080px) {
html,
body {
font-size: 168.75px;
}
}
@media only screen and (max-width: 960px),
only screen and (max-device-width: 960px) {
html,
body {
font-size: 150px;
}
}
@media only screen and (max-w... | app/public/css/media.css | @media only screen and (max-width: 1080px),
only screen and (max-device-width: 1080px) {
html,
body {
font-size: 168.75px;
}
}
@media only screen and (max-width: 960px),
only screen and (max-device-width: 960px) {
html,
body {
font-size: 150px;
}
}
@media only screen and (max-w... | 0.360151 | 0.102305 |
.course[_v-d422088a] {
width: 100%;
height: auto;
min-height: 100%;
padding-bottom: 90px;
background: #f3f3f3;
box-sizing: border-box
}
.course .coursebox[_v-d422088a] {
width: 1200px;
margin: 0 auto;
overflow: hidden
}
.course .coursebox .screening[_v-d422088a] {
color: #666;
... | static/index/static/css/course.css | .course[_v-d422088a] {
width: 100%;
height: auto;
min-height: 100%;
padding-bottom: 90px;
background: #f3f3f3;
box-sizing: border-box
}
.course .coursebox[_v-d422088a] {
width: 1200px;
margin: 0 auto;
overflow: hidden
}
.course .coursebox .screening[_v-d422088a] {
color: #666;
... | 0.514888 | 0.117395 |
body {
--color-yellow: #fed136;
--color-yellow-darken: #fec503;
--color-black: #212529;
font-size: 1.1rem;
overflow-x: hidden;
font-family: 'Baloo Chettan 2', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Sego... | application/public/css/app.css | body {
--color-yellow: #fed136;
--color-yellow-darken: #fec503;
--color-black: #212529;
font-size: 1.1rem;
overflow-x: hidden;
font-family: 'Baloo Chettan 2', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Sego... | 0.534855 | 0.068787 |
:root{
--color-primary : #24A652;
--color-secondary : #347EBF;
--color-regular : #414142;
--color-light : #F8F9FD;
--color : #fff;
--lh: 1.5em;
}
/** Wordpress **/
img.alignleft {
float: left;
margin-right: 20px;
display: inline;
}
/* line 92, ../sass/base/_base.scss */
img.alig... | css/app.css | :root{
--color-primary : #24A652;
--color-secondary : #347EBF;
--color-regular : #414142;
--color-light : #F8F9FD;
--color : #fff;
--lh: 1.5em;
}
/** Wordpress **/
img.alignleft {
float: left;
margin-right: 20px;
display: inline;
}
/* line 92, ../sass/base/_base.scss */
img.alig... | 0.523908 | 0.142083 |
@charset "UTF-8";
/*!
* OS.js - JavaScript Operating System
*
* Copyright (c) 2011-2013, <NAME> <<EMAIL>>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of sour... | frontend/gui.css | @charset "UTF-8";
/*!
* OS.js - JavaScript Operating System
*
* Copyright (c) 2011-2013, <NAME> <<EMAIL>>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of sour... | 0.609524 | 0.046638 |
Created on : 25/05/2017, 18:29:58
Author : SE20582
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
*::before, *::after {
box-sizing: border-box;
}
.navbar-brand{
font-family: 'Open Sans Cond... | assets/css/estilosHome.css | Created on : 25/05/2017, 18:29:58
Author : SE20582
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
*::before, *::after {
box-sizing: border-box;
}
.navbar-brand{
font-family: 'Open Sans Cond... | 0.173358 | 0.153169 |
.container {
display: flex;
flex-direction: column;
width: 100%;
height: 100vh;
font-family: Verdana, Geneva, Tahoma, sans-serif;
box-sizing: border-box;
}
/* */
.app_bar {
background-color: #002060;
color: white;
width: 100%;
flex-wrap: wrap;
height: 10%;
border: 2px solid white;
display: f... | src/components/App.css | .container {
display: flex;
flex-direction: column;
width: 100%;
height: 100vh;
font-family: Verdana, Geneva, Tahoma, sans-serif;
box-sizing: border-box;
}
/* */
.app_bar {
background-color: #002060;
color: white;
width: 100%;
flex-wrap: wrap;
height: 10%;
border: 2px solid white;
display: f... | 0.290578 | 0.052887 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;500&display=swap");
/* Basic page style resets */
* {
box-sizing: border-box;
}
body {
font-family: "Poppins";
margin: 0;
}
h1, p {
margin: 0... | styles/css/style.css | @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;500&display=swap");
/* Basic page style resets */
* {
box-sizing: border-box;
}
body {
font-family: "Poppins";
margin: 0;
}
h1, p {
margin: 0... | 0.507568 | 0.120258 |
img{
width: 35%;
height: 250px;
}
body{
margin: 0;
padding: 0;
}
.clearfix::after{
content: "";
display: block;
clear: both;
}
.header-wrapper{
width: 100%;
height: 90vh;
background-image: url(https://cdn.pixabay.com/photo/2018/07/31/14/09/young-people-3575167_960_720.jpg);
b... | css/style.css | img{
width: 35%;
height: 250px;
}
body{
margin: 0;
padding: 0;
}
.clearfix::after{
content: "";
display: block;
clear: both;
}
.header-wrapper{
width: 100%;
height: 90vh;
background-image: url(https://cdn.pixabay.com/photo/2018/07/31/14/09/young-people-3575167_960_720.jpg);
b... | 0.355104 | 0.128443 |
@import '~antd/dist/antd.css';
html {
min-height: 100%;
width: auto;
font-size: 100%;
}
#app {
display: flex;
flex-direction: column;
flex-grow: 1;
height: 100%;
}
#root {
display: flex;
flex-direction: column;
flex-grow: 1;
margin-left: auto;
margin-right: auto;
width: ... | src/index.css | @import '~antd/dist/antd.css';
html {
min-height: 100%;
width: auto;
font-size: 100%;
}
#app {
display: flex;
flex-direction: column;
flex-grow: 1;
height: 100%;
}
#root {
display: flex;
flex-direction: column;
flex-grow: 1;
margin-left: auto;
margin-right: auto;
width: ... | 0.410638 | 0.060947 |
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100&display=swap");
@keyframes example {
from {background-color: red;}
to {background-color: yellow;}
}
h1 {
font-family: "Antonio", sans-serif;
color: rgb(134, 14, 145);
margin-top: 0;
margin-bottom: 0.2rem;
align-items: cente... | main.css | @import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100&display=swap");
@keyframes example {
from {background-color: red;}
to {background-color: yellow;}
}
h1 {
font-family: "Antonio", sans-serif;
color: rgb(134, 14, 145);
margin-top: 0;
margin-bottom: 0.2rem;
align-items: cente... | 0.41834 | 0.18678 |
.login {font-size:18px;font-family: 'Poppins', sans-serif;line-height:1.7;}
.login a {text-decoration:none;}
.login input[type=email],
.login input[type=password] {width:calc(100% - 24px);width:-moz-calc(100% - 24px);width:-webkit-calc(100% - 24px);border:1px solid #b2b2b2;outline:none;padding:12px;}
.login button ... | public/css/login.css | .login {font-size:18px;font-family: 'Poppins', sans-serif;line-height:1.7;}
.login a {text-decoration:none;}
.login input[type=email],
.login input[type=password] {width:calc(100% - 24px);width:-moz-calc(100% - 24px);width:-webkit-calc(100% - 24px);border:1px solid #b2b2b2;outline:none;padding:12px;}
.login button ... | 0.195556 | 0.069101 |
.c-article__header p {
text-transform: uppercase;
letter-spacing: .5em;
display: inline-block;
padding: 1.5em 0em;
position: absolute;
top: 3%;
left: 50%;
width: 40em;
margin: 0 0 0 -20em;
color:#000;
}
.c-article__header p span {
font: 700 3em/1 "Oswald", sans-serif;
letter-spacing: 0;
padding: .... | Anicare_Pruebas/web/CSS/css_Headers.css | .c-article__header p {
text-transform: uppercase;
letter-spacing: .5em;
display: inline-block;
padding: 1.5em 0em;
position: absolute;
top: 3%;
left: 50%;
width: 40em;
margin: 0 0 0 -20em;
color:#000;
}
.c-article__header p span {
font: 700 3em/1 "Oswald", sans-serif;
letter-spacing: 0;
padding: .... | 0.388966 | 0.077308 |
.m,
.mn {
margin-top: 455px
}
.banner {
height: 404px
}
.nav-bg,
.nav-bgn {
top: 455px
}
.banseo {
top: 126px
}
.ifbk {
height: 172px;
overflow: hidden;
}
.ifbk iframe {
width: 200%;
height: 200%;
background: white;
border: 0;
overflow: hidden;
-webkit-box-sizing: bo... | public/css/index.css | .m,
.mn {
margin-top: 455px
}
.banner {
height: 404px
}
.nav-bg,
.nav-bgn {
top: 455px
}
.banseo {
top: 126px
}
.ifbk {
height: 172px;
overflow: hidden;
}
.ifbk iframe {
width: 200%;
height: 200%;
background: white;
border: 0;
overflow: hidden;
-webkit-box-sizing: bo... | 0.378459 | 0.157947 |
@import "./nav-custom.css";
/* Color Theme Swatches in Hex */
.Happy-Address-1-hex { color: #010440; }
.Happy-Address-2-hex { color: #BF9004; }
.Happy-Address-3-hex { color: #F2C744; }
.Happy-Address-4-hex { color: #D9D8D7; }
.Happy-Address-5-hex { color: #8C3B0D; }
/* Color Theme Swatches in Hex */
.Graphic-Design-1... | www/demolamp/css/styles.css | @import "./nav-custom.css";
/* Color Theme Swatches in Hex */
.Happy-Address-1-hex { color: #010440; }
.Happy-Address-2-hex { color: #BF9004; }
.Happy-Address-3-hex { color: #F2C744; }
.Happy-Address-4-hex { color: #D9D8D7; }
.Happy-Address-5-hex { color: #8C3B0D; }
/* Color Theme Swatches in Hex */
.Graphic-Design-1... | 0.357231 | 0.087369 |
@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
@layer base {
::selection {
@apply bg-purple-300 text-purple-900;
}
html,
body {
@apply h-full;
}
body {
@apply font-sans tracking-wider text-blue-800 bg-no-repeat bg-gradient-radial-custom;
}
... | src/_bundle/main.css | @import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
@layer base {
::selection {
@apply bg-purple-300 text-purple-900;
}
html,
body {
@apply h-full;
}
body {
@apply font-sans tracking-wider text-blue-800 bg-no-repeat bg-gradient-radial-custom;
}
... | 0.477798 | 0.133077 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
background-color: deepskyblue;
}
body{
font-family: fantasy,cursive,Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.input{
text-align: center;
margin: 110px 0;
}
input[type="text"]{
height: 60px;
width: 700px;
background: whi... | css/style.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
background-color: deepskyblue;
}
body{
font-family: fantasy,cursive,Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.input{
text-align: center;
margin: 110px 0;
}
input[type="text"]{
height: 60px;
width: 700px;
background: whi... | 0.210604 | 0.068569 |