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 |
|---|---|---|---|---|
.md-perspective,
.md-perspective body {
height: 100%;
overflow: hidden;
}
.md-perspective body {
background: #222;
-webkit-perspective: 600px;
-moz-perspective: 600px;
perspective: 600px;
}
.container {
/* background: #e74c3c;*/
min-height: 100%;
z-index: 9999;
}
.md-modal {
... | assets/home_page/css/component.css | .md-perspective,
.md-perspective body {
height: 100%;
overflow: hidden;
}
.md-perspective body {
background: #222;
-webkit-perspective: 600px;
-moz-perspective: 600px;
perspective: 600px;
}
.container {
/* background: #e74c3c;*/
min-height: 100%;
z-index: 9999;
}
.md-modal {
... | 0.468061 | 0.08266 |
.overview {
overflow: hidden;
width: 100%;
height: 100%;
padding: 0px 25px 0px 25px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 15rem;
}
.overview .bar {
height: 15vh;
}
.overview .title {
width: 350px;
padding: 15px 40px 15px 40px;
backg... | src/global/styles/Sprints.css | .overview {
overflow: hidden;
width: 100%;
height: 100%;
padding: 0px 25px 0px 25px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 15rem;
}
.overview .bar {
height: 15vh;
}
.overview .title {
width: 350px;
padding: 15px 40px 15px 40px;
backg... | 0.730001 | 0.1881 |
body {
font-family: 'Open Sans', sans-serif;
background-color: #f4f4f4;
}
nav .navbar-brand {
margin-left: 95px;
margin-top: 30px;
}
nav .navbar-nav {
margin-right: 100px;
margin-top: 30px;
}
nav .navbar-nav .nav-item .nav-link {
color: #000;
font-size: 18px;
}
nav .navbar-nav .nav-item .nav-link.ac... | assets/frontend/styles/main.css | body {
font-family: 'Open Sans', sans-serif;
background-color: #f4f4f4;
}
nav .navbar-brand {
margin-left: 95px;
margin-top: 30px;
}
nav .navbar-nav {
margin-right: 100px;
margin-top: 30px;
}
nav .navbar-nav .nav-item .nav-link {
color: #000;
font-size: 18px;
}
nav .navbar-nav .nav-item .nav-link.ac... | 0.334916 | 0.039232 |
/* 织梦58(dede58.com)做最好的织梦整站模板下载网站 */
/**
* PgwSlideshow - Version 2.0
*
* Copyright 2014, <NAME>
* http://pgwjs.com - http://pagawa.com
*
* Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
*/
/*.pgwSlideshow li { float:left; }*/
.pgwSlideshow {
width: 100%; /*display:... | template/default/css/pgwslideshow.css | /* 织梦58(dede58.com)做最好的织梦整站模板下载网站 */
/**
* PgwSlideshow - Version 2.0
*
* Copyright 2014, <NAME>
* http://pgwjs.com - http://pagawa.com
*
* Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
*/
/*.pgwSlideshow li { float:left; }*/
.pgwSlideshow {
width: 100%; /*display:... | 0.329176 | 0.057045 |
Thank you -
http://www.w3schools.com/css/tryit.asp?filename=trycss3_animation3
http://www.w3schools.com/css/css3_animations.asp
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Animations/Using_CSS_animations
*/
.html,
.css,
.js,
.jquery {
width: 50px;
height: 50px;
background-color: #fed136;
position: abs... | css/style.css | Thank you -
http://www.w3schools.com/css/tryit.asp?filename=trycss3_animation3
http://www.w3schools.com/css/css3_animations.asp
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Animations/Using_CSS_animations
*/
.html,
.css,
.js,
.jquery {
width: 50px;
height: 50px;
background-color: #fed136;
position: abs... | 0.376279 | 0.089335 |
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
.tree-container {
position: relative;
background-color: #333;
border: 2px solid #ddd;
padding: 7px;
border-radius: 1px;
/* z-index: -2; */
}
.comp-with-children-container {
display: block;
position: relative;
left: 20px;
margin-top: 10px;
... | nexus/media/styles.css | * {
box-sizing: border-box;
padding: 0;
margin: 0;
}
.tree-container {
position: relative;
background-color: #333;
border: 2px solid #ddd;
padding: 7px;
border-radius: 1px;
/* z-index: -2; */
}
.comp-with-children-container {
display: block;
position: relative;
left: 20px;
margin-top: 10px;
... | 0.448185 | 0.10434 |
body {
width: 100%;
height: 850px;
background-image: url(img/map.png);
background-size: 100% 100%;
}
p, a {
font-family: 'Platform OLX Web', sans-serif;
}
.btn-olx {
margin-top: 1rem;
padding: 1rem;
font-weight: 500;
font-size: 14px;
line-height: 17px;
color: #002F34;
background-color: #23E5DB;
border:... | public/map.css | body {
width: 100%;
height: 850px;
background-image: url(img/map.png);
background-size: 100% 100%;
}
p, a {
font-family: 'Platform OLX Web', sans-serif;
}
.btn-olx {
margin-top: 1rem;
padding: 1rem;
font-weight: 500;
font-size: 14px;
line-height: 17px;
color: #002F34;
background-color: #23E5DB;
border:... | 0.307046 | 0.080141 |
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?fami... | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?fami... | 0.272896 | 0.073099 |
.no-result {
padding: 15px;
}
.result-list {
min-height: 200px;
}
.show_filters {
padding: 15px 15px 0px;
border-bottom: 1px solid #d1d8dd;
}
.set-filters {
padding-bottom: 4px;
}
.set-filters .btn {
margin-bottom: 10px;
}
.set-filters .btn-group {
margin-right: 10px;
}
.set-filters .btn-group .btn-defaul... | assets/css/list.min.css | .no-result {
padding: 15px;
}
.result-list {
min-height: 200px;
}
.show_filters {
padding: 15px 15px 0px;
border-bottom: 1px solid #d1d8dd;
}
.set-filters {
padding-bottom: 4px;
}
.set-filters .btn {
margin-bottom: 10px;
}
.set-filters .btn-group {
margin-right: 10px;
}
.set-filters .btn-group .btn-defaul... | 0.256925 | 0.074332 |
margin-left: 15px;
margin-right: 15px
}
#grid-4014 .tg-nav-color:not(.dots):not(.tg-dropdown-value):not(.tg-dropdown-title):hover, #grid-4014 .tg-nav-color:hover .tg-nav-color, #grid-4014 .tg-page-number.tg-page-current, #grid-4014 .tg-filter.tg-filter-active span {
color: #ff6863
}
#grid-4014 .tg-filter:... | _site/assets/css/male.css | margin-left: 15px;
margin-right: 15px
}
#grid-4014 .tg-nav-color:not(.dots):not(.tg-dropdown-value):not(.tg-dropdown-title):hover, #grid-4014 .tg-nav-color:hover .tg-nav-color, #grid-4014 .tg-page-number.tg-page-current, #grid-4014 .tg-filter.tg-filter-active span {
color: #ff6863
}
#grid-4014 .tg-filter:... | 0.467332 | 0.083628 |
* {
font-family: 'Roboto', sans-serif;
}
body {
min-width: 1080px;
}
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace-inactive {
display: none;
}
.pace .pace-progress {
background: #29d;
... | styles/app.css | * {
font-family: 'Roboto', sans-serif;
}
body {
min-width: 1080px;
}
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace-inactive {
display: none;
}
.pace .pace-progress {
background: #29d;
... | 0.488283 | 0.1191 |
.mapillary-js.component-tag-create .mapillary-js-interactive,
.mapillary-js.component-tag-edit-crosshair .mapillary-js-interactive {
cursor: crosshair;
}
.mapillary-js.component-tag-edit-move .mapillary-js-interactive {
cursor: move;
}
.mapillary-js.component-tag-edit-nesw-resize .mapillary-js-interactive {
... | styles/TagComponent.css | .mapillary-js.component-tag-create .mapillary-js-interactive,
.mapillary-js.component-tag-edit-crosshair .mapillary-js-interactive {
cursor: crosshair;
}
.mapillary-js.component-tag-edit-move .mapillary-js-interactive {
cursor: move;
}
.mapillary-js.component-tag-edit-nesw-resize .mapillary-js-interactive {
... | 0.691289 | 0.185781 |
.mainBanner{
width: 100%;
max-width: 1920px;
height: 670px;
min-height: 670px;
background: linear-gradient(to right, var(--color2) 35%, rgba(255,255,255,0.6) 0%),
url(../../assets/home/homem-e-mulher-tomando-cafe.jpg) 100% no-repeat;
background-size: cover;
background-position: cente... | src/components/MainBanner/style.css | .mainBanner{
width: 100%;
max-width: 1920px;
height: 670px;
min-height: 670px;
background: linear-gradient(to right, var(--color2) 35%, rgba(255,255,255,0.6) 0%),
url(../../assets/home/homem-e-mulher-tomando-cafe.jpg) 100% no-repeat;
background-size: cover;
background-position: cente... | 0.406626 | 0.085939 |
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: sans-serif;
}
body {
background-color: black;
background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(imag... | sustainable_energy/static/styles/mainpage.css | @import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: sans-serif;
}
body {
background-color: black;
background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(imag... | 0.366703 | 0.085251 |
color: floralwhite;
}
/* DOWN TARGETS START */
#down_targets-header {
background-color: rgb(248, 215, 218);
color: rgb(114, 28, 36);
border: 1px solid rgb(245, 198, 203);
border-radius: 5px;
padding: 8px 50px 8px 8px;
}
#down_targets-separator {
border: 1px solid dimgray;
}
#down_targets... | app/static/targets_template.css | color: floralwhite;
}
/* DOWN TARGETS START */
#down_targets-header {
background-color: rgb(248, 215, 218);
color: rgb(114, 28, 36);
border: 1px solid rgb(245, 198, 203);
border-radius: 5px;
padding: 8px 50px 8px 8px;
}
#down_targets-separator {
border: 1px solid dimgray;
}
#down_targets... | 0.394318 | 0.131759 |
.grid,
.grid-c,
.grid-c0 {
grid-gap: $gutter-row $gutter-col;
@if $auto-rows != auto {
grid-auto-rows: $auto-rows;
}
@if $auto-cols != auto {
grid-auto-columns: $auto-cols;
}
@media $l {
grid-gap: $gutter-row-large $gutter-col-large;
}
}
/* Compact gaps between rows and columns */
/* sty... | css/src/_grid.css |
.grid,
.grid-c,
.grid-c0 {
grid-gap: $gutter-row $gutter-col;
@if $auto-rows != auto {
grid-auto-rows: $auto-rows;
}
@if $auto-cols != auto {
grid-auto-columns: $auto-cols;
}
@media $l {
grid-gap: $gutter-row-large $gutter-col-large;
}
}
/* Compact gaps between rows and columns */
/* sty... | 0.319227 | 0.181046 |
@charset 'utf-8';
.separate-block {
display: flex;
justify-content: space-between;
}
.separate-block > * {
display: block;
}
.hidden-block {
visibility: hidden;
}
.narrow-labels .fieldset div.legend,
.narrow-labels .fieldset label {
min-width: 80px;
}
ul.button-list {
display: flex;
list-style-type: n... | style/oas/universal.css | @charset 'utf-8';
.separate-block {
display: flex;
justify-content: space-between;
}
.separate-block > * {
display: block;
}
.hidden-block {
visibility: hidden;
}
.narrow-labels .fieldset div.legend,
.narrow-labels .fieldset label {
min-width: 80px;
}
ul.button-list {
display: flex;
list-style-type: n... | 0.344554 | 0.086478 |
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
@font-face {
font-family: 'ff-meta-web-pro';
src: url(../fonts/ff-meta-serif-web-regular.otf);
}
@font-face {
... | css/main.css | /* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
@font-face {
font-family: 'ff-meta-web-pro';
src: url(../fonts/ff-meta-serif-web-regular.otf);
}
@font-face {
... | 0.477311 | 0.054149 |
@import '@angular/material/prebuilt-themes/indigo-pink.css';
html, body { /* make theme take up whole page */
height: 100%;
overflow-y: auto;
background-color: #222222;
color: #dddddd;
}
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
/* overridin... | frontend/src/styles.css |
@import '@angular/material/prebuilt-themes/indigo-pink.css';
html, body { /* make theme take up whole page */
height: 100%;
overflow-y: auto;
background-color: #222222;
color: #dddddd;
}
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
/* overridin... | 0.349644 | 0.070464 |
puppy-toy-display {
z-index: 5000;
position: fixed;
display: block;
top: 0;
bottom: 0;
left: 0;
right: 0;
color: white;
background-color: black;
border: solid 2px silver;
font-size: 16px;
font-family: 'Abel', sans-serif;
cursor: default;
overflow: hidden;
}
p... | docs/puppy-toy/css/puppy-toy.css |
puppy-toy-display {
z-index: 5000;
position: fixed;
display: block;
top: 0;
bottom: 0;
left: 0;
right: 0;
color: white;
background-color: black;
border: solid 2px silver;
font-size: 16px;
font-family: 'Abel', sans-serif;
cursor: default;
overflow: hidden;
}
p... | 0.317744 | 0.139954 |
body {
}
/*modal de checklist cuadro_buscar_sucursal*/
.modalDialog1 {
position: fixed;
font-family: Arial, Helvetica, sans-serif;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(99, 101, 103, 0.60) ;
z-index: 99999;
opacity:1;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 80... | seguimiento/res/css/modalckl.css | body {
}
/*modal de checklist cuadro_buscar_sucursal*/
.modalDialog1 {
position: fixed;
font-family: Arial, Helvetica, sans-serif;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(99, 101, 103, 0.60) ;
z-index: 99999;
opacity:1;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 80... | 0.263031 | 0.049497 |
html, body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
.wraper {
height: 100%;
width: 100%;
background: #E55D87;
background: linear-gradient(130deg, #5FC3E4, #E55D87);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
paddi... | public/asset/css/admin.style.css | html, body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
.wraper {
height: 100%;
width: 100%;
background: #E55D87;
background: linear-gradient(130deg, #5FC3E4, #E55D87);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
paddi... | 0.487063 | 0.143548 |
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700);
meta.foundation-mq-small {
font-family: "/only screen and (max-width: 40em)/";
width: 0em;
}
meta.foundation-mq-medium {
font-family: "/only screen and (min-width:40.063em)/";
width: 40.063em;
}
meta.foundation-mq-large {
font-family: "/only sc... | css/oldcss.css | @import url(//fonts.googleapis.com/css?family=PT+Sans:400,700);
meta.foundation-mq-small {
font-family: "/only screen and (max-width: 40em)/";
width: 0em;
}
meta.foundation-mq-medium {
font-family: "/only screen and (min-width:40.063em)/";
width: 40.063em;
}
meta.foundation-mq-large {
font-family: "/only sc... | 0.381335 | 0.069668 |
a {
color: inherit; /* hyperlinks colour*/
}
address {
font-style: normal;
}
h1,
h2,
h3 {
margin: 0;
}
pre,
code,
samp,
.monospace {
font-family: "Ubuntu Mono", monospace;
}
b {
display: block;
text-align: center;
font-weight: 500;
}
@media all and (min-width: 60rem) {
body {
display: grid;
grid... | poster.css | a {
color: inherit; /* hyperlinks colour*/
}
address {
font-style: normal;
}
h1,
h2,
h3 {
margin: 0;
}
pre,
code,
samp,
.monospace {
font-family: "Ubuntu Mono", monospace;
}
b {
display: block;
text-align: center;
font-weight: 500;
}
@media all and (min-width: 60rem) {
body {
display: grid;
grid... | 0.598547 | 0.146484 |
* {
margin: 0;
padding: 0;
font-family: Roboto;
outline: none;
box-sizing: border-box;
z-index: 0;
}
@font-face {
font-family: 'Roboto';
src: url('../webfonts/Roboto.ttf');
}
body {
display: flex;
justify-content: center;
align-items: center;
width: 100vw;
height: 1... | public/assets/css/index.css | * {
margin: 0;
padding: 0;
font-family: Roboto;
outline: none;
box-sizing: border-box;
z-index: 0;
}
@font-face {
font-family: 'Roboto';
src: url('../webfonts/Roboto.ttf');
}
body {
display: flex;
justify-content: center;
align-items: center;
width: 100vw;
height: 1... | 0.345216 | 0.088899 |
.autoMart-nav__list .post-ad a {
color: #000000;
font-weight: bold;
}
.car-card-container {
display: flex;
flex-wrap: wrap;
}
.car-card {
width: 300px;
height: 370px;
min-width: 300px;
border: 1px solid #E5E5E5;
cursor: pointer;
margin: 2em auto;
}
.car-card:hover {
box-shadow: 0px 4px 4px rgba... | ui/css/ad-list.css | .autoMart-nav__list .post-ad a {
color: #000000;
font-weight: bold;
}
.car-card-container {
display: flex;
flex-wrap: wrap;
}
.car-card {
width: 300px;
height: 370px;
min-width: 300px;
border: 1px solid #E5E5E5;
cursor: pointer;
margin: 2em auto;
}
.car-card:hover {
box-shadow: 0px 4px 4px rgba... | 0.519034 | 0.120594 |
@media (min-width: 568px) and (max-width: 1024px) {
.navbar-copy.title {
position: absolute;
top: 10px;
left: 0;
right: 0;
font-size: 30px;
margin: auto;
text-align: center;
z-index: 3;
}
.navbar-tab {
display: none;
}
.dropdown-wrap p.dropdown-... | client/styles/tablet/navbar.css | @media (min-width: 568px) and (max-width: 1024px) {
.navbar-copy.title {
position: absolute;
top: 10px;
left: 0;
right: 0;
font-size: 30px;
margin: auto;
text-align: center;
z-index: 3;
}
.navbar-tab {
display: none;
}
.dropdown-wrap p.dropdown-... | 0.530966 | 0.055158 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("cvs.php.net"),
domain("cvs.sourceforge.net"),
domain("svn.apache.org"),
domain("svn.sourceforge.net")
{
a,
a:link,
a:link:visited,
.vc_blame_rev
{
color: #E8E1BD !important;
}
... | data/usercss/5178.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("cvs.php.net"),
domain("cvs.sourceforge.net"),
domain("svn.apache.org"),
domain("svn.sourceforge.net")
{
a,
a:link,
a:link:visited,
.vc_blame_rev
{
color: #E8E1BD !important;
}
... | 0.312055 | 0.147402 |
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, 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,
article, aside, ca... | assets/moxile/css/moxile.css |
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, 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,
article, aside, ca... | 0.408749 | 0.076339 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;700&display=swap');
html, body {
width: auto!important;
overflow-x: hidden!important;
}
* {
margin: 0;
padding: 0;
}
/*Header Top*/
.headTop {
height: 35px;
background-color: #bc4236;
}
.headTop .row {
paddin... | public/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;700&display=swap');
html, body {
width: auto!important;
overflow-x: hidden!important;
}
* {
margin: 0;
padding: 0;
}
/*Header Top*/
.headTop {
height: 35px;
background-color: #bc4236;
}
.headTop .row {
paddin... | 0.480966 | 0.064713 |
body {
background-image: url(images/landing-background.png);
background-size: 354px 428px;
background-repeat: no-repeat;
font-family: "Lora", serif;
width: 340px;
height: 410px;
}
h1 {
font-size: 32px;
font-weight: lighter;
color: #333333;
position: absolute;
left: 50px;
... | extension/css/landing.css | body {
background-image: url(images/landing-background.png);
background-size: 354px 428px;
background-repeat: no-repeat;
font-family: "Lora", serif;
width: 340px;
height: 410px;
}
h1 {
font-size: 32px;
font-weight: lighter;
color: #333333;
position: absolute;
left: 50px;
... | 0.449876 | 0.095181 |
.jd_ontainer{
width: 100%;
min-height: 800px;
background-color: #eee;
}
/* 顶部通栏 */
.header{
height: 40px;
width: 100%;
background-color: rgb(201, 21, 35,0);
/* 要固定在顶部 所以 改为 fixed */
position: fixed;
z-index: 99;
/* 设置pading 把input 挤进去 */
padding-left: 70px;
padding-right... | mobile web/m_jd/css/index.css | .jd_ontainer{
width: 100%;
min-height: 800px;
background-color: #eee;
}
/* 顶部通栏 */
.header{
height: 40px;
width: 100%;
background-color: rgb(201, 21, 35,0);
/* 要固定在顶部 所以 改为 fixed */
position: fixed;
z-index: 99;
/* 设置pading 把input 挤进去 */
padding-left: 70px;
padding-right... | 0.27474 | 0.062474 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
list-style: none;
font-family: 'Montserrat', sans-serif;
}
body{
background:#585c68;
font-size: 14px;
line-height: 22px;
color: #555555;
}
.bol... | style.css | @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
list-style: none;
font-family: 'Montserrat', sans-serif;
}
body{
background:#585c68;
font-size: 14px;
line-height: 22px;
color: #555555;
}
.bol... | 0.208018 | 0.045713 |
.title {
color: #e63946;
text-align: center;
}
.filter {
width: 100%;
text-align: center;
font-family: "Roboto", sans-serif;
padding-bottom: 5%;
}
.searchFilter {
width: 50%;
}
.searchFilter input {
width: 90%;
}
.searchFilter i {
position: relative;
z-index: 1;
left: -30... | front-end/light-modules/hello-magnolia/webresources/css/style2.css | .title {
color: #e63946;
text-align: center;
}
.filter {
width: 100%;
text-align: center;
font-family: "Roboto", sans-serif;
padding-bottom: 5%;
}
.searchFilter {
width: 50%;
}
.searchFilter input {
width: 90%;
}
.searchFilter i {
position: relative;
z-index: 1;
left: -30... | 0.526343 | 0.212824 |
* {
padding: 0;
margin: 0;
}
body {
padding: 2rem 6rem;
font-family: 'Poppins', sans-serif;
}
ul {
border: 1px solid black;
margin-top: 10px;
max-height: 18rem;
overflow-y: scroll;
}
header {
padding: 10px;
color: green;
}
a {
text-decoration: none;
color: #fff;
}
#main-sec {
display: ... | src/style.css | * {
padding: 0;
margin: 0;
}
body {
padding: 2rem 6rem;
font-family: 'Poppins', sans-serif;
}
ul {
border: 1px solid black;
margin-top: 10px;
max-height: 18rem;
overflow-y: scroll;
}
header {
padding: 10px;
color: green;
}
a {
text-decoration: none;
color: #fff;
}
#main-sec {
display: ... | 0.460046 | 0.099514 |
.subtitle h2 {
font-family: 'Monda', sans-serif;
text-align: right;
text-transform: none;
font-size: 18px;
color: white;
letter-spacing: -.05em;
line-height: 1.1em;
font-weight: normal;
padding: 15px 0px;
margin: 0px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing:... | public/css/podcast.css | .subtitle h2 {
font-family: 'Monda', sans-serif;
text-align: right;
text-transform: none;
font-size: 18px;
color: white;
letter-spacing: -.05em;
line-height: 1.1em;
font-weight: normal;
padding: 15px 0px;
margin: 0px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing:... | 0.255994 | 0.063861 |
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ======================================================... | css/main.css |
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ======================================================... | 0.584745 | 0.101634 |
body {
background-color: dodgerblue;
font-size: 1rem;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
padding: 00.5rem 1rem;
margin: 0;
display: flex;
flex: 1;
flex-direction: column;
align-items: center;
}
a {
color: #fff;
font-weight: bold;
}
#work {
border: 1px solid #fff;
border-radius: 5px;... | index.css | body {
background-color: dodgerblue;
font-size: 1rem;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
padding: 00.5rem 1rem;
margin: 0;
display: flex;
flex: 1;
flex-direction: column;
align-items: center;
}
a {
color: #fff;
font-weight: bold;
}
#work {
border: 1px solid #fff;
border-radius: 5px;... | 0.374219 | 0.101145 |
@import url(normalize.css);
/* I keep using pureBuster icon font */
@font-face {
font-family: 'icons';
src:url('../fonts/pureBuster.eot');
src:url('../fonts/pureBuster.eot?#iefix') format('embedded-opentype'),
url('../fonts/pureBuster.woff') format('woff'),
url('../fonts/pureBuster.ttf') fo... | assets/css/style.css | @import url(normalize.css);
/* I keep using pureBuster icon font */
@font-face {
font-family: 'icons';
src:url('../fonts/pureBuster.eot');
src:url('../fonts/pureBuster.eot?#iefix') format('embedded-opentype'),
url('../fonts/pureBuster.woff') format('woff'),
url('../fonts/pureBuster.ttf') fo... | 0.36139 | 0.055592 |
html {
scroll-behavior: smooth;
}
body {
background-color: #F2B05E;
color: #F2EBDF;
}
header {
display: flex;
justify-content: flex-end;
}
#contact {
z-index: -1;
width: 880px;
margin: -285px 0 0 521px;
}
#title-main,
#title-second,
#title-third,
#title-fourth {
display: inline;
... | Assets/css/main2.css | html {
scroll-behavior: smooth;
}
body {
background-color: #F2B05E;
color: #F2EBDF;
}
header {
display: flex;
justify-content: flex-end;
}
#contact {
z-index: -1;
width: 880px;
margin: -285px 0 0 521px;
}
#title-main,
#title-second,
#title-third,
#title-fourth {
display: inline;
... | 0.409929 | 0.081776 |
.namelist {
font-family: '微软雅黑', "黑体";
font-size: 16px;
position: relative;
width: 694px;
height: 1011px;
padding: 56px 50px;
margin: 0 auto;
background: url("excel/bg-0.jpg") center repeat-y;
}
.nl-bg {
width: 100%;
height: 100%;
opacity: 1;
filter: alpha... | static/lottery-list.css | .namelist {
font-family: '微软雅黑', "黑体";
font-size: 16px;
position: relative;
width: 694px;
height: 1011px;
padding: 56px 50px;
margin: 0 auto;
background: url("excel/bg-0.jpg") center repeat-y;
}
.nl-bg {
width: 100%;
height: 100%;
opacity: 1;
filter: alpha... | 0.308294 | 0.067362 |
@page
{
margin-right:22.5px;
margin-left:22.5px;
margin-top:22.5px;
margin-bottom:22.5px;
}
@font-face
{
font-family: "Charis";
src: url(Fonts/CharisSILR.ttf);
font-style: normal;
font-weight: normal;
}
@font-face
{
font-family: "Charis";
src: url(Fonts/CharisSILB.ttf);
font-style: normal;... | backend/epubj2/2980802779244_epub.v3.s1.j2.epubj/OEBPS/9780802779243.css | @page
{
margin-right:22.5px;
margin-left:22.5px;
margin-top:22.5px;
margin-bottom:22.5px;
}
@font-face
{
font-family: "Charis";
src: url(Fonts/CharisSILR.ttf);
font-style: normal;
font-weight: normal;
}
@font-face
{
font-family: "Charis";
src: url(Fonts/CharisSILB.ttf);
font-style: normal;... | 0.190611 | 0.047958 |
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Mona... | event-management-frontend/src/index.css | body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Mona... | 0.503906 | 0.100348 |
@font-face {
font-family: "ceva";
src: url("../fonts/ceva-c2.woff") format('woff');
}
@font-face {
font-family: "ceva";
src: url("../fonts/ceva-c2.ttf") format('ttf');
}
body {
background: url('../images/stars.jpg') no-repeat #5a7a8e;
background-size: 'cover';
font-family: lucida console,andale mono, verd... | deaddrop-page/style/deaddrop.css | @font-face {
font-family: "ceva";
src: url("../fonts/ceva-c2.woff") format('woff');
}
@font-face {
font-family: "ceva";
src: url("../fonts/ceva-c2.ttf") format('ttf');
}
body {
background: url('../images/stars.jpg') no-repeat #5a7a8e;
background-size: 'cover';
font-family: lucida console,andale mono, verd... | 0.303629 | 0.059237 |
CSS Theme Table of Contents
========================================
# Header CSS
# Hero Area CSS
# Features CSS
# Features Main CSS
# Services CSS
+ Latest service
+ Single service
# Call to action CSS
# Portfolio CSS
+ Latest Portfolio
+ Portfolio Single
# Testimonial CSS
# CounterUP CSS
# Team CSS
# Blog CSS
# ... | public/pific-web-site/custom.css | CSS Theme Table of Contents
========================================
# Header CSS
# Hero Area CSS
# Features CSS
# Features Main CSS
# Services CSS
+ Latest service
+ Single service
# Call to action CSS
# Portfolio CSS
+ Latest Portfolio
+ Portfolio Single
# Testimonial CSS
# CounterUP CSS
# Team CSS
# Blog CSS
# ... | 0.46393 | 0.082734 |
body {
background-color: #E3E3E3;
}
h1{
text-align: center;
height: 100px;
letter-spacing: 2px;
word-spacing: 7px;
text-shadow: 1px 1px #4286f4;
border-color: #b0e0e6;
}
#paper {
width: 80%;
height: 90%;
background-color: white;
border-radius: 10px;
padding: 50px;
margin: auto;
bottom: 10p... | create_event.css | body {
background-color: #E3E3E3;
}
h1{
text-align: center;
height: 100px;
letter-spacing: 2px;
word-spacing: 7px;
text-shadow: 1px 1px #4286f4;
border-color: #b0e0e6;
}
#paper {
width: 80%;
height: 90%;
background-color: white;
border-radius: 10px;
padding: 50px;
margin: auto;
bottom: 10p... | 0.345436 | 0.074399 |
margin-left: 30vw;
margin-right: auto;
text-align: justify;
width: 650px;
}
#nav-bar {
background-color: black;
}
#title {
font-family: 'Roboto Mono', monospace;
color: white;
display: inline-block;
padding-right: 10px;
padding-left: 10px;
}
.nav-button, .footer_link {
font-family: 'Roboto Mono... | portfolio/src/main/webapp/style.css | margin-left: 30vw;
margin-right: auto;
text-align: justify;
width: 650px;
}
#nav-bar {
background-color: black;
}
#title {
font-family: 'Roboto Mono', monospace;
color: white;
display: inline-block;
padding-right: 10px;
padding-left: 10px;
}
.nav-button, .footer_link {
font-family: 'Roboto Mono... | 0.449634 | 0.083292 |
.alignCenter {
text-align: center;
}
.alignRight {
text-align: right;
}
.alignLeft {
text-align: left;
}
.alignTop {
vertical-align: top;
}
.alignMiddle {
vertical-align: middle;
}
.alignLeftTop {
text-align: left;
vertical-align: top;
}
.alignBottom {
vertical-align: bottom;
}
.alignRight... | static/src/main/resources/META-INF/resources/stylesheet/site.css | .alignCenter {
text-align: center;
}
.alignRight {
text-align: right;
}
.alignLeft {
text-align: left;
}
.alignTop {
vertical-align: top;
}
.alignMiddle {
vertical-align: middle;
}
.alignLeftTop {
text-align: left;
vertical-align: top;
}
.alignBottom {
vertical-align: bottom;
}
.alignRight... | 0.323487 | 0.109849 |
.browsehappy {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
body {
padding: 0;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
padding-left: 15px;
padding-right: 15px;
}
/* Custom page header */
.header {
border-botto... | app/styles/main.css | .browsehappy {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
body {
padding: 0;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
padding-left: 15px;
padding-right: 15px;
}
/* Custom page header */
.header {
border-botto... | 0.327238 | 0.099295 |
*, *::after, *::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body, html {
padding: 0px;
margin: 0px;
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-weight: lighter;
font-size: 14px;
}
a {
color: #01e;
text-decoration: none;
}
a:visited {... | example/style.css | *, *::after, *::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body, html {
padding: 0px;
margin: 0px;
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-weight: lighter;
font-size: 14px;
}
a {
color: #01e;
text-decoration: none;
}
a:visited {... | 0.373876 | 0.063453 |
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,i,u,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,fieldse... | examples/web-chat-system/app/public/css/chat.css | html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,i,u,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,fieldse... | 0.293101 | 0.044764 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, ... | stylesheets/screen.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, ... | 0.243912 | 0.05902 |
* {
font-family: arial;
font-size: large;
}
body{
margin: auto;
display: flex;
flex-direction: column;
background-color: rgb(214, 214, 213);
}
#conteudo {
text-align: center;
margin-top: 2px;
}
p {
text-align: left;
margin-left: 8px;
font-family: 'Courier New', Courier, ... | historia/css/estilos.css | * {
font-family: arial;
font-size: large;
}
body{
margin: auto;
display: flex;
flex-direction: column;
background-color: rgb(214, 214, 213);
}
#conteudo {
text-align: center;
margin-top: 2px;
}
p {
text-align: left;
margin-left: 8px;
font-family: 'Courier New', Courier, ... | 0.375134 | 0.07627 |
html {
scroll-behavior: smooth;
}
* {
margin: 0;
}
body {
background-color: #0a192f;
height: 100%;
position: relative;
}
#side-footer {
top: 0;
position: sticky;
transform: translate(0, 35vh);
width: fit-content;
float: left;
z-index: 2;
}
.side-container {
display: flex;
flex-direction: colum... | src/styles.css | html {
scroll-behavior: smooth;
}
* {
margin: 0;
}
body {
background-color: #0a192f;
height: 100%;
position: relative;
}
#side-footer {
top: 0;
position: sticky;
transform: translate(0, 35vh);
width: fit-content;
float: left;
z-index: 2;
}
.side-container {
display: flex;
flex-direction: colum... | 0.533641 | 0.088269 |
* {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
body {
margin: 0;
padding: 0;
background: #FFFFFF;
font-family: Helvetica, Sans-Serif;
}
.page {
width: 100... | styles/main.css | * {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
body {
margin: 0;
padding: 0;
background: #FFFFFF;
font-family: Helvetica, Sans-Serif;
}
.page {
width: 100... | 0.344885 | 0.091504 |
.force-height {
height: 1500px;
}
header {
text-align: center;
}
#calendar {
width: 100%;
}
#calendar a {
color: #8e352e;
text-decoration: none;
}
#calendar ul {
list-style: none;
padding: 0;
margin: 0;
width: 100%;
}
#calendar li {
display: block;
float: left;
width: 14.342%;
padding: 5p... | css/events-style.css | .force-height {
height: 1500px;
}
header {
text-align: center;
}
#calendar {
width: 100%;
}
#calendar a {
color: #8e352e;
text-decoration: none;
}
#calendar ul {
list-style: none;
padding: 0;
margin: 0;
width: 100%;
}
#calendar li {
display: block;
float: left;
width: 14.342%;
padding: 5p... | 0.424412 | 0.087019 |
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
.menu-btn {
position: absolute;
z-index: 3;
right: 1rem;
top: 1rem;
cursor: pointer;
}
.icon {
height: 70px;
width: 70px;
position: absolute;
z-index: 3;
left: 1rem;
top: 1rem;
cursor: pointer;... | src/css/main.css | * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
.menu-btn {
position: absolute;
z-index: 3;
right: 1rem;
top: 1rem;
cursor: pointer;
}
.icon {
height: 70px;
width: 70px;
position: absolute;
z-index: 3;
left: 1rem;
top: 1rem;
cursor: pointer;... | 0.343012 | 0.059702 |
@import '@statusfy/common/lib/style/base';
main {
min-height: calc(100vh - 14rem);
}
.btn {
@apply inline-block rounded font-medium border py-2 px-4 shadow;
color: var(--grey-darkest);
background-color: var(--white);
border-color: var(--grey-light);
&:hover {
@apply shadow-md;
color: var(--black... | packages/@statusfy/core/client/assets/css/styles.css | @import '@statusfy/common/lib/style/base';
main {
min-height: calc(100vh - 14rem);
}
.btn {
@apply inline-block rounded font-medium border py-2 px-4 shadow;
color: var(--grey-darkest);
background-color: var(--white);
border-color: var(--grey-light);
&:hover {
@apply shadow-md;
color: var(--black... | 0.589953 | 0.128826 |
**************************************************************** **/
html, body {
height: 100%;
}
body {
color: #666;
background-color: #fff;
font-family: 'Open Sans', 'Rubik', 'Libre Franklin', Arial, Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 14px;
line-heigh... | dandeliondiary/static/css/layout.css | **************************************************************** **/
html, body {
height: 100%;
}
body {
color: #666;
background-color: #fff;
font-family: 'Open Sans', 'Rubik', 'Libre Franklin', Arial, Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 14px;
line-heigh... | 0.307046 | 0.074164 |
body {
margin: 0;
padding: 0;
font-family: "Montserrat", sans-serif;
}
h1 {
font-size: 2.4rem;
}
h1 span {
text-transform: uppercase;
font-size: 2em;
color: #ffd12f;
margin-bottom: 5px;
}
section {
height: 700px;
padding-bottom: 50px;
}
.welcome-section {
display: flex;
... | style.css | body {
margin: 0;
padding: 0;
font-family: "Montserrat", sans-serif;
}
h1 {
font-size: 2.4rem;
}
h1 span {
text-transform: uppercase;
font-size: 2em;
color: #ffd12f;
margin-bottom: 5px;
}
section {
height: 700px;
padding-bottom: 50px;
}
.welcome-section {
display: flex;
... | 0.48121 | 0.115112 |
.green .background {
background-color: #62A321;
background-image: url("https://images.pexels.com/photos/732548/pexels-photo-732548.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
background-repeat: no-repeat;
background-size: cover;
}
.green .styled-button {
background-color: #62A321;
}
.green .reverse-... | client/src/App.css | .green .background {
background-color: #62A321;
background-image: url("https://images.pexels.com/photos/732548/pexels-photo-732548.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
background-repeat: no-repeat;
background-size: cover;
}
.green .styled-button {
background-color: #62A321;
}
.green .reverse-... | 0.552298 | 0.133669 |
.w3ls-banner-shadow {
background: rgba(226, 226, 226, 0.5);
width: 56%;
margin: 0 auto;
text-align: center;
padding: 3em;
box-shadow: 0 0 50px #333333;
border-radius:4px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}... | assets/web/css/netin.css | .w3ls-banner-shadow {
background: rgba(226, 226, 226, 0.5);
width: 56%;
margin: 0 auto;
text-align: center;
padding: 3em;
box-shadow: 0 0 50px #333333;
border-radius:4px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}... | 0.303732 | 0.063453 |
.version._500 /* version checker */
{
color: #0000F2;
background-color: #2C6329;
}
#page
{
z-index: 1;
width: 380px;
min-height: 1007px;
background-image: none;
border-width: 0px;
border-color: #000000;
background-color: #FFFFFF;
}
#page_position_content
{
margin-bottom: -67px;
width: 0.01px;/* should not ... | src/assets/phone/css/500.css | .version._500 /* version checker */
{
color: #0000F2;
background-color: #2C6329;
}
#page
{
z-index: 1;
width: 380px;
min-height: 1007px;
background-image: none;
border-width: 0px;
border-color: #000000;
background-color: #FFFFFF;
}
#page_position_content
{
margin-bottom: -67px;
width: 0.01px;/* should not ... | 0.236604 | 0.056444 |
@media screen and (max-width: 700px) {
.navbar {
width: 100%;
display: flex;
justify-content: space-between;
}
.fas {
color: rgb(6, 29, 131);
font-size: 22px;
padding-right: 10px;
}
a.navbar-brand {
width: 40%;
font-size: 22px;
font-weight: 900;
color: rgb(6, 29, 131);
... | assets/styles/navbar.css | @media screen and (max-width: 700px) {
.navbar {
width: 100%;
display: flex;
justify-content: space-between;
}
.fas {
color: rgb(6, 29, 131);
font-size: 22px;
padding-right: 10px;
}
a.navbar-brand {
width: 40%;
font-size: 22px;
font-weight: 900;
color: rgb(6, 29, 131);
... | 0.512449 | 0.087213 |
.header-container {
max-width: 1000px;
width: 60%;
margin: 10% auto 0% auto;
}
h1 {
font-family: 'Sail', cursive;
font-size: 5.5em;
line-height: .8em;
text-align: center;
margin: 50px auto 1px auto;
}
h1 a {
text-decoration: none;
color:#404040;
}
.desktop-header {
display: block;
max-width: 1200px;
}
... | main.css | .header-container {
max-width: 1000px;
width: 60%;
margin: 10% auto 0% auto;
}
h1 {
font-family: 'Sail', cursive;
font-size: 5.5em;
line-height: .8em;
text-align: center;
margin: 50px auto 1px auto;
}
h1 a {
text-decoration: none;
color:#404040;
}
.desktop-header {
display: block;
max-width: 1200px;
}
... | 0.203708 | 0.080357 |
position: relative;
}
/* cartes */
#cartes{
position: absolute;
top:0%;
left:0%;
width:100%;
height:100%;
}
.carte{
position: absolute;
opacity: 0;
top:0%;
left:0%;
width:100%;
height:100%;
}
#carte1905{
opacity:1;
}
/* boutons */
form{
z-index: 10;
right:0%... | ville-saint-nazaire/public/css/style3.css | position: relative;
}
/* cartes */
#cartes{
position: absolute;
top:0%;
left:0%;
width:100%;
height:100%;
}
.carte{
position: absolute;
opacity: 0;
top:0%;
left:0%;
width:100%;
height:100%;
}
#carte1905{
opacity:1;
}
/* boutons */
form{
z-index: 10;
right:0%... | 0.467575 | 0.07244 |
html, body {
height: 100%;
}
body {
padding-top: 50px;
padding-bottom: 20px;
font-family: 'Open Sans', sans-serif;
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 20px;
margin-right: 15px;
margin-bottom: 8px;
background-color: #ececec;
... | css/main.css |
html, body {
height: 100%;
}
body {
padding-top: 50px;
padding-bottom: 20px;
font-family: 'Open Sans', sans-serif;
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 20px;
margin-right: 15px;
margin-bottom: 8px;
background-color: #ececec;
... | 0.38445 | 0.065009 |
a:hover {
color: #00abd5;
}
/* Highlight */
::-moz-selection {
background: #00abd5;
}
::selection {
background: #00abd5;
}
/* Buttons */
.btn-u {
background: #00abd5;
}
.btn-u:hover,
.btn-u:focus {
color: #00abd5;
background: #fff;
}
.btn-u.btn-brd:hover,
.btn-u.btn-brd:focus {
ba... | assets/css/theme-color-base.css | a:hover {
color: #00abd5;
}
/* Highlight */
::-moz-selection {
background: #00abd5;
}
::selection {
background: #00abd5;
}
/* Buttons */
.btn-u {
background: #00abd5;
}
.btn-u:hover,
.btn-u:focus {
color: #00abd5;
background: #fff;
}
.btn-u.btn-brd:hover,
.btn-u.btn-brd:focus {
ba... | 0.249082 | 0.084153 |
body {
background: #9e9e9e5c;
color:#1b2125;}
.w-100 {
width: 50%!important;
}
.list-label {
background-color: #1fc055;
display: inline-block;
position: absolute;
margin-left: -5px;
margin-top: 10px;
font-size: 12px;
padding: 4px;
color: #fff;
}
.list-details {
float: none;
}
... | web/coli/css/1.css | body {
background: #9e9e9e5c;
color:#1b2125;}
.w-100 {
width: 50%!important;
}
.list-label {
background-color: #1fc055;
display: inline-block;
position: absolute;
margin-left: -5px;
margin-top: 10px;
font-size: 12px;
padding: 4px;
color: #fff;
}
.list-details {
float: none;
}
... | 0.435181 | 0.114171 |
.ui.square > .ui > .image > *,
.ui.tall > .ui > .image > *,
.ui.wide > .ui > .image > * {
position:absolute;
max-height:100%;
max-width:100%;
}
.ui.square > .ui > .image::after {
content: "";
display: block;
height: 0;
padding-bottom: 100%;
}
.ui.tall > .ui > .image::after {
content: "";
display: block;
heigh... | packages/html/ui/card.css | .ui.square > .ui > .image > *,
.ui.tall > .ui > .image > *,
.ui.wide > .ui > .image > * {
position:absolute;
max-height:100%;
max-width:100%;
}
.ui.square > .ui > .image::after {
content: "";
display: block;
height: 0;
padding-bottom: 100%;
}
.ui.tall > .ui > .image::after {
content: "";
display: block;
heigh... | 0.341034 | 0.045121 |
@-moz-document domain(eldarya.fr)
{
/*HALLOWEEN 2018 EldaryaFR*/
div[class^="page-main-container pet-main-container"] {
height: 620px !important;
}
/*<NAME>*/
#mapLocation50 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/egg/c60d22946de3b1a916f5e4e10f214ebf.png),
url(http... | data/usercss/167114.user.css | @-moz-document domain(eldarya.fr)
{
/*HALLOWEEN 2018 EldaryaFR*/
div[class^="page-main-container pet-main-container"] {
height: 620px !important;
}
/*<NAME>*/
#mapLocation50 > div {
background-image :
url(https://www.eldarya.fr/static/img/item/egg/c60d22946de3b1a916f5e4e10f214ebf.png),
url(http... | 0.079912 | 0.138026 |
* {
margin:0px;
padding:0px;
border:none;
outline:none;
}
body {
font-size:15px;
color:#777777;
line-height:1.8em;
font-weight:400;
background:#ffffff;
background-size:cover;
background-repeat:no-repeat;
background-position:center top;
-webkit-font-smoothing: antialiased;
font-family: 'PT Sans', sans-ser... | public/css/front-new.css | * {
margin:0px;
padding:0px;
border:none;
outline:none;
}
body {
font-size:15px;
color:#777777;
line-height:1.8em;
font-weight:400;
background:#ffffff;
background-size:cover;
background-repeat:no-repeat;
background-position:center top;
-webkit-font-smoothing: antialiased;
font-family: 'PT Sans', sans-ser... | 0.250088 | 0.047404 |
@import url("../../css/colors.css");
@import url("../../css/colors.css");
@import url("../../css/normalize.css");
@import url("../../css/main.css");
@import url("../../css/list.css");
:root {
--color-white: #ffffff;
font-family: var(--font-family);
}
* {
margin: 0;
padding: 0;
}
.mobile__header {
display: ... | teams/4/page-1.css | @import url("../../css/colors.css");
@import url("../../css/colors.css");
@import url("../../css/normalize.css");
@import url("../../css/main.css");
@import url("../../css/list.css");
:root {
--color-white: #ffffff;
font-family: var(--font-family);
}
* {
margin: 0;
padding: 0;
}
.mobile__header {
display: ... | 0.346762 | 0.068944 |
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
touch-action: manipulation;
}
/*
* Remove text... | css/main.css | /* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
touch-action: manipulation;
}
/*
* Remove text... | 0.461745 | 0.066934 |
a.link {
color: #FF4500;
text-decoration: underline;
}
table .lp {
width: 35px;
}
table .lp:after {
content: '.';
}
td.wyrozniony {
background-color: #f0e68c;
color: black;
}
/*label:not(.control-label) {
font-size: 20px;
margin-right: 10px;
}*/
label.required:after {
content: " *";
... | web/css/layout_1.css | a.link {
color: #FF4500;
text-decoration: underline;
}
table .lp {
width: 35px;
}
table .lp:after {
content: '.';
}
td.wyrozniony {
background-color: #f0e68c;
color: black;
}
/*label:not(.control-label) {
font-size: 20px;
margin-right: 10px;
}*/
label.required:after {
content: " *";
... | 0.370225 | 0.163579 |
:root {
/* Color Palette */
--accent: #f90;
--background: #555;
--primary: #111;
--secondary: #333;
--tertiary: #777;
}
* {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
margin: 0;
padding: 0;
}
body {
align-items:... | styles.css | :root {
/* Color Palette */
--accent: #f90;
--background: #555;
--primary: #111;
--secondary: #333;
--tertiary: #777;
}
* {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
margin: 0;
padding: 0;
}
body {
align-items:... | 0.31237 | 0.097219 |
/* --- Font-Face --- */
@font-face {
font-family: 'ka1';
src: url("font/ka1.ttf");
}
@font-face {
font-family: 'Lato-Black';
src: url('font/Lato-Black.eot');
src: local('Lato Black'), local('Lato-Black'), url('font/Lato-Black.ttf') format('truetype'),
url('font/Lato-Black.woff') format('woff'),
url('... | style.css |
/* --- Font-Face --- */
@font-face {
font-family: 'ka1';
src: url("font/ka1.ttf");
}
@font-face {
font-family: 'Lato-Black';
src: url('font/Lato-Black.eot');
src: local('Lato Black'), local('Lato-Black'), url('font/Lato-Black.ttf') format('truetype'),
url('font/Lato-Black.woff') format('woff'),
url('... | 0.346762 | 0.071754 |
body
{
background-color: #303030;
color: #F0F0F0;
font-family: 'Lato', sans-serif;
margin-top: 0;
margin-bottom: 0;
margin-right:15%;
margin-left:15%;
min-height: 100vh;
}
#main-header
{
height: fit-content;
font-size: 68px;
display: flex;
flex-direction: row;
justify-content: space-between;
}
#main-h... | src/main/resources/static/css/profile-style.css | body
{
background-color: #303030;
color: #F0F0F0;
font-family: 'Lato', sans-serif;
margin-top: 0;
margin-bottom: 0;
margin-right:15%;
margin-left:15%;
min-height: 100vh;
}
#main-header
{
height: fit-content;
font-size: 68px;
display: flex;
flex-direction: row;
justify-content: space-between;
}
#main-h... | 0.342242 | 0.055926 |
.carousel {
position: relative;
.carousel-controls {
.carousel-prev,
.carousel-next {
z-index: calc(var(--z-index-carousel) - 1);
position: absolute;
top: 0;
bottom: 0;
align-items: center;
justify-content: center;
... | css/components/carousel.css | .carousel {
position: relative;
.carousel-controls {
.carousel-prev,
.carousel-next {
z-index: calc(var(--z-index-carousel) - 1);
position: absolute;
top: 0;
bottom: 0;
align-items: center;
justify-content: center;
... | 0.628065 | 0.12234 |
/*
* ruletext
* author: ronglin
* create date: 2011.12.28
*/
.vs-ruletext {
border: 1px solid #CCC;
float: left;
width: 250px;
margin-left: 5px;
}
.vs-ruletext .content {
height: 241px;
padding: 5px;
overflow:auto;
}
.vs-ruletext .content .message {
color: #000;
}
.vs-ruletext .content .editor {
pos... | Kooboo.CMS/KoobooModule/Areas/Sites/Scripts/visualStyle/modules/ruletext.css | /*
* ruletext
* author: ronglin
* create date: 2011.12.28
*/
.vs-ruletext {
border: 1px solid #CCC;
float: left;
width: 250px;
margin-left: 5px;
}
.vs-ruletext .content {
height: 241px;
padding: 5px;
overflow:auto;
}
.vs-ruletext .content .message {
color: #000;
}
.vs-ruletext .content .editor {
pos... | 0.33372 | 0.049704 |
@charset "UTF-8";
/*--- Main Base Color ---*/
/*--- /Main Base Color ---*/
/*--- Mixins ---*/
/*--- Animation ---*/
/*--- /Animation ---*/
/*--- Keyframes ---*/
/*--- /Keyframes ---*/
/*--- Transform ---*/
/*--- /Transform ---*/
/*--- Box Shadows ---*/
/*--- /Box Shadows ---*/
/*--- /Mixin ---*/
/*--- Bg Color ---*/
.b... | public/assets/frontend/css/style.css | @charset "UTF-8";
/*--- Main Base Color ---*/
/*--- /Main Base Color ---*/
/*--- Mixins ---*/
/*--- Animation ---*/
/*--- /Animation ---*/
/*--- Keyframes ---*/
/*--- /Keyframes ---*/
/*--- Transform ---*/
/*--- /Transform ---*/
/*--- Box Shadows ---*/
/*--- /Box Shadows ---*/
/*--- /Mixin ---*/
/*--- Bg Color ---*/
.b... | 0.402392 | 0.059592 |
body {
text-align: center;
font-family: sans-serif;
}
.header,.source, h3, .footer {
text-align: left;
width: 800px;
margin-left: auto;
margin-right: auto;
}
#berlin-citymap, .header, #aging-chart {
margin-top: 25px;
max-width: 740px;
margin-left: auto;
margin-right: auto;
}
... | 2013/12/pages.css |
body {
text-align: center;
font-family: sans-serif;
}
.header,.source, h3, .footer {
text-align: left;
width: 800px;
margin-left: auto;
margin-right: auto;
}
#berlin-citymap, .header, #aging-chart {
margin-top: 25px;
max-width: 740px;
margin-left: auto;
margin-right: auto;
}
... | 0.539469 | 0.092893 |
html {
overflow: scroll;
scroll-behavior: smooth;
height: 120%;
}
::-webkit-scrollbar {
width: 0px;
background: transparent; /* make scrollbar transparent */
}
*{
padding: 0;
margin: 0;
font-family: sans-serif;
}
.section-1 {
background-image: url("https://i.ibb.co/gRGTdVc/DSC08237-01.jpg");
backg... | css/style.css | html {
overflow: scroll;
scroll-behavior: smooth;
height: 120%;
}
::-webkit-scrollbar {
width: 0px;
background: transparent; /* make scrollbar transparent */
}
*{
padding: 0;
margin: 0;
font-family: sans-serif;
}
.section-1 {
background-image: url("https://i.ibb.co/gRGTdVc/DSC08237-01.jpg");
backg... | 0.410756 | 0.077343 |
:root {
--lightgray : #efefef;
--middlegray : #cecece;
--primary : #ffa862;
--primary-hover: #ffd0a8;
--error: #ff7f7f;
--darkgray: #555;
--success: #d4e87c;
}
body.center {
display: flex;
height: 100vh;
justify-content: center;
align-items: center;
}
body {
margin: 0;... | app/css/twitter/style.css | :root {
--lightgray : #efefef;
--middlegray : #cecece;
--primary : #ffa862;
--primary-hover: #ffd0a8;
--error: #ff7f7f;
--darkgray: #555;
--success: #d4e87c;
}
body.center {
display: flex;
height: 100vh;
justify-content: center;
align-items: center;
}
body {
margin: 0;... | 0.442396 | 0.251935 |
*{margin:0;padding:0;}
body{
background:#fff;
font-family:'segoe ui',sans-serif;
}
/*.button{
width:100px;
background:#0078ff;
display:block;
margin:0 auto;
margin-top:1%;
padding:10px;
text-align:center;
text-decoration:none;
color:#fff;
cursor:pointer;
transition:background .3s;
-webkit-... | demos/css/mainBlack.css | *{margin:0;padding:0;}
body{
background:#fff;
font-family:'segoe ui',sans-serif;
}
/*.button{
width:100px;
background:#0078ff;
display:block;
margin:0 auto;
margin-top:1%;
padding:10px;
text-align:center;
text-decoration:none;
color:#fff;
cursor:pointer;
transition:background .3s;
-webkit-... | 0.119498 | 0.043043 |
#themify_lightbox_fa{
background:#fff;
color:#666;
border:none;
width:820px;
padding:20px 25px;
margin:auto;
position:absolute;
left:50%;
top:30px;
max-width: 90%;
transform: translateX(-50%);
z-index:9999999;
display:none;
font: normal 14px/1.6em Arial, Helvetica... | wordpress/wp-content/themes/basic/themify/themify-icon-picker/assets/styles.css | #themify_lightbox_fa{
background:#fff;
color:#666;
border:none;
width:820px;
padding:20px 25px;
margin:auto;
position:absolute;
left:50%;
top:30px;
max-width: 90%;
transform: translateX(-50%);
z-index:9999999;
display:none;
font: normal 14px/1.6em Arial, Helvetica... | 0.268366 | 0.069763 |
@charset "utf-8";
/*
* Title : Thumbnail Scroller (with PHP Admin)
* Version : 1.1
* File : style.css
* File Version : 1.0
* Created / Last Modified : 10 December 2012
* Author : <NAME>
* Copyright : © 2012 Dot on Paper
* We... | dopts/admin/assets/gui/css/style.css | @charset "utf-8";
/*
* Title : Thumbnail Scroller (with PHP Admin)
* Version : 1.1
* File : style.css
* File Version : 1.0
* Created / Last Modified : 10 December 2012
* Author : <NAME>
* Copyright : © 2012 Dot on Paper
* We... | 0.354098 | 0.086246 |
.right {
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
margin-bottom: 20px;
}
.banner {
width: 100%;
}
.browse {
float: left;
width: 25%;
overflow: hidden;
text-align: center;
}
.ad {
padding: 6px 16px 6px 16px;
border-color: #aaa;
border-bottom-style: solid;
... | Zhigly/Zhigly/Styles/SchoolStyle.css | .right {
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
margin-bottom: 20px;
}
.banner {
width: 100%;
}
.browse {
float: left;
width: 25%;
overflow: hidden;
text-align: center;
}
.ad {
padding: 6px 16px 6px 16px;
border-color: #aaa;
border-bottom-style: solid;
... | 0.547222 | 0.11304 |
* {
list-style: none;
margin: 0;
padding: 0;
}
html {
/* text-align: center; */
background-image: url(../images/benz.png);
background-repeat: no-repeat;
background-size: cover;
background-color: rgba(0, 0, 0, 0.5);
}
#form {
background: rgb(247, 241, 241);
border: 1px solid rgba(0... | public/stylesheets/index.css | * {
list-style: none;
margin: 0;
padding: 0;
}
html {
/* text-align: center; */
background-image: url(../images/benz.png);
background-repeat: no-repeat;
background-size: cover;
background-color: rgba(0, 0, 0, 0.5);
}
#form {
background: rgb(247, 241, 241);
border: 1px solid rgba(0... | 0.336549 | 0.086285 |
.about-sec1 {
background-image: url('https://summit.cckorea.org/images/base/mobile_intro_bg.png');
height: 500px;
width: 100%;
background-size: contain;
display: flex;
flex-direction: column;
}
.header {
height: 70px;
}
.sec1-title {
margin-top: 10px;
}
.sec1-title,
.sec1-title2 {
font-size: 22px;
... | styles/about.css | .about-sec1 {
background-image: url('https://summit.cckorea.org/images/base/mobile_intro_bg.png');
height: 500px;
width: 100%;
background-size: contain;
display: flex;
flex-direction: column;
}
.header {
height: 70px;
}
.sec1-title {
margin-top: 10px;
}
.sec1-title,
.sec1-title2 {
font-size: 22px;
... | 0.527803 | 0.118232 |
.logo {
width: 150px;
}
.header__topbar {
background-color: #F2F2F2;
height: 28px;
transition: 1s;
/* display: none; */
}
.header__cart-tablet-icon {
font-size: 2.4rem;
color: #000000;
}
.cart-mobile>i {
font-size: 2.4rem;
cursor: pointer;
}
.header-bar-icon {
font-size: 2.4... | public/frontend/css/app.css | .logo {
width: 150px;
}
.header__topbar {
background-color: #F2F2F2;
height: 28px;
transition: 1s;
/* display: none; */
}
.header__cart-tablet-icon {
font-size: 2.4rem;
color: #000000;
}
.cart-mobile>i {
font-size: 2.4rem;
cursor: pointer;
}
.header-bar-icon {
font-size: 2.4... | 0.561215 | 0.139572 |
.beaver {
-webkit-box-align: center;
align-items: center;
background-image: radial-gradient(ellipse farthest-corner, #996a3e 0%, #825d3a);
box-shadow: inset 0.4rem -0.4rem 0.3rem 0.2rem #6c5035;
border-radius: 80% / 70% 68% 40% 40%;
bottom: -2rem;
display: -webkit-box;
display: flex;
-webkit-b... | static/style.css | .beaver {
-webkit-box-align: center;
align-items: center;
background-image: radial-gradient(ellipse farthest-corner, #996a3e 0%, #825d3a);
box-shadow: inset 0.4rem -0.4rem 0.3rem 0.2rem #6c5035;
border-radius: 80% / 70% 68% 40% 40%;
bottom: -2rem;
display: -webkit-box;
display: flex;
-webkit-b... | 0.493409 | 0.06236 |
.main {
display: flex;
}
.centerDiv {
width: 55%;
background-color: white;
display: flex;
margin-left: 34%;
margin-top: 4%;
height: 100%;
flex-direction: column;
}
.centerDivHeader {
display: flex;
flex-direction: row;
justify-content: center;
background-col... | src/styles/leaderBoard.module.css | .main {
display: flex;
}
.centerDiv {
width: 55%;
background-color: white;
display: flex;
margin-left: 34%;
margin-top: 4%;
height: 100%;
flex-direction: column;
}
.centerDivHeader {
display: flex;
flex-direction: row;
justify-content: center;
background-col... | 0.560253 | 0.111967 |
body { margin-top: 10px; display: none }
button { box-shadow: 0px 0px 5px 0px; }
button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary,
.button.disabled.secondary,
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,... | web/css/front.css | body { margin-top: 10px; display: none }
button { box-shadow: 0px 0px 5px 0px; }
button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary,
.button.disabled.secondary,
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,... | 0.460532 | 0.064949 |
@media (min-width: 768px) and (max-width: 990px) {
.navbar { position: relative; }
.navbar-toggle { display: block; background-color: #eee; margin: 30px 30px 13px 0px; }
.navbar-collapse { padding: 0px 0px 0px 0px; width: 260px; background-color: #272727; box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10); border: none; ... | public/assets/css/responsive.css | @media (min-width: 768px) and (max-width: 990px) {
.navbar { position: relative; }
.navbar-toggle { display: block; background-color: #eee; margin: 30px 30px 13px 0px; }
.navbar-collapse { padding: 0px 0px 0px 0px; width: 260px; background-color: #272727; box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10); border: none; ... | 0.298491 | 0.133049 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap');
:root{
--main-color: rgb... | new html/styling.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap');
:root{
--main-color: rgb... | 0.286369 | 0.057865 |
@-webkit-keyframes toggle-rise {
0% {
-webkit-transform: translateY(0.75em);
-moz-transform: translateY(0.75em);
-o-transform: translateY(0.75em);
-ms-transform: translateY(0.75em);
transform: translateY(0.75em);
opacity: 0;
}
100% {
-webkit-transform: translateY(0em);
-moz-transform: translateY(0em)... | public/css/custom/keyframes.css | @-webkit-keyframes toggle-rise {
0% {
-webkit-transform: translateY(0.75em);
-moz-transform: translateY(0.75em);
-o-transform: translateY(0.75em);
-ms-transform: translateY(0.75em);
transform: translateY(0.75em);
opacity: 0;
}
100% {
-webkit-transform: translateY(0em);
-moz-transform: translateY(0em)... | 0.311846 | 0.154472 |
.grey-container{
height: 100vh;
background-color: #74c1d1;
color: white;
padding-top: 0;
}
.col-lg-6{
margin-right: 0;
}
.home-heading{
font-size: 100px;
font-weight: bold;
}
.home-desc{
padding: 20px 20px 25px 0;
}
.site-char{
padding: 10%;
}
.change-btn{
background-color: ... | flaskblog/static/css/index.css | .grey-container{
height: 100vh;
background-color: #74c1d1;
color: white;
padding-top: 0;
}
.col-lg-6{
margin-right: 0;
}
.home-heading{
font-size: 100px;
font-weight: bold;
}
.home-desc{
padding: 20px 20px 25px 0;
}
.site-char{
padding: 10%;
}
.change-btn{
background-color: ... | 0.665411 | 0.128307 |
:root {
--primary: #28302f;
--secondary: #747867;
--background: #d1d1d1;
--textPrimary: #ffffff;
--tertiary: #5e877f;
--quat: #2c3f2f;
}
@font-face {
font-family: "BellandLamb";
src: url("/assets/Bell-and-lamb.otf") format("opentype");
}
body {
margin: 0;
max-height: 100vh;
min-width: 100vw;
b... | public/css/style.css | :root {
--primary: #28302f;
--secondary: #747867;
--background: #d1d1d1;
--textPrimary: #ffffff;
--tertiary: #5e877f;
--quat: #2c3f2f;
}
@font-face {
font-family: "BellandLamb";
src: url("/assets/Bell-and-lamb.otf") format("opentype");
}
body {
margin: 0;
max-height: 100vh;
min-width: 100vw;
b... | 0.320077 | 0.117623 |
@font-face {
font-family: "light";
src: url("../fonts/Roboto-Light.ttf"); }
@font-face {
font-family: "regular";
src: url("../fonts/Roboto-Regular.ttf"); }
@font-face {
font-family: "bold";
src: url("../fonts/Roboto-Medium.ttf"); }
a, a:hover, a:focus, a:active, a:visited {
text-decoration: none; }
.btn:... | finance/egov/egov-portalweb/src/main/webapp/resources/css/citizen.css | @font-face {
font-family: "light";
src: url("../fonts/Roboto-Light.ttf"); }
@font-face {
font-family: "regular";
src: url("../fonts/Roboto-Regular.ttf"); }
@font-face {
font-family: "bold";
src: url("../fonts/Roboto-Medium.ttf"); }
a, a:hover, a:focus, a:active, a:visited {
text-decoration: none; }
.btn:... | 0.349644 | 0.039012 |