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 |
|---|---|---|---|---|
@font-face {
src: url(/resources/fonts/HelveticaNeue-LightItalic.ttf);
font-family: helvetica;
font-weight: 200;
font-style: italic;
}
@font-face {
src: url(/resources/fonts/HelveticaNeue-Light.ttf);
font-family: helvetica;
font-weight: 200;
}
@font-face {
src: url(/resources/fonts/HelveticaNeue-Regul... | styling/style.css | @font-face {
src: url(/resources/fonts/HelveticaNeue-LightItalic.ttf);
font-family: helvetica;
font-weight: 200;
font-style: italic;
}
@font-face {
src: url(/resources/fonts/HelveticaNeue-Light.ttf);
font-family: helvetica;
font-weight: 200;
}
@font-face {
src: url(/resources/fonts/HelveticaNeue-Regul... | 0.235021 | 0.030938 |
* {
margin: 0;
padding: 0;
}
:root {
--navbg: #000000;
--navtextcolor: #FFFFFF;
--bg: #E5FFF4;
--maincolor: #000000;
--seccolor: #FFFFFF;
--color2: #8AE6BC;
--color3: #01703E;
--color4: #67AD8D;
}
body {
background-color: var(--bg);
}
/*---------------------------... | assets/css/styles.css | * {
margin: 0;
padding: 0;
}
:root {
--navbg: #000000;
--navtextcolor: #FFFFFF;
--bg: #E5FFF4;
--maincolor: #000000;
--seccolor: #FFFFFF;
--color2: #8AE6BC;
--color3: #01703E;
--color4: #67AD8D;
}
body {
background-color: var(--bg);
}
/*---------------------------... | 0.393851 | 0.08163 |
@charset "UTF-8";
@font-face {
font-family: 'BarlowSemiCondensedLight';
src: url("../fonts/BarlowSemiCondensed-Light.woff2") format("woff2"), url("../fonts/BarlowSemiCondensed-Light.woff") format("woff");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'BarlowSemiConde... | nanostring/pages/static/pages/css/nanostringStyling.css | @charset "UTF-8";
@font-face {
font-family: 'BarlowSemiCondensedLight';
src: url("../fonts/BarlowSemiCondensed-Light.woff2") format("woff2"), url("../fonts/BarlowSemiCondensed-Light.woff") format("woff");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'BarlowSemiConde... | 0.35421 | 0.07538 |
@charset "utf-8";
:focus{
outline:none;
}
::selection {
background: #3ec3d5; /* Safari */
color:#fff;
}
::-moz-selection {
background: #3ec3d5; /* Firefox */
color:#fff;
}
/*
body {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
background: #F1F2F3;
font-family:Arial, Helvetica, sans-seri... | static/js/music/css/tplayer.css | @charset "utf-8";
:focus{
outline:none;
}
::selection {
background: #3ec3d5; /* Safari */
color:#fff;
}
::-moz-selection {
background: #3ec3d5; /* Firefox */
color:#fff;
}
/*
body {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
background: #F1F2F3;
font-family:Arial, Helvetica, sans-seri... | 0.21158 | 0.032559 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-size: 20px;
line-height: 1.5;
}
h1 {
padding: 50px;
color: rgb(77, 55, 51);
font-size: 80px;
text-align: center;
}
h2 {
font-size: 40px;
}
h3 {
padding: 10px;
}
main>div {
margin: auto;
max-width: 1280px;
}
#menu {
background-color... | www/sp1/posn01-3/blog/blog.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
font-size: 20px;
line-height: 1.5;
}
h1 {
padding: 50px;
color: rgb(77, 55, 51);
font-size: 80px;
text-align: center;
}
h2 {
font-size: 40px;
}
h3 {
padding: 10px;
}
main>div {
margin: auto;
max-width: 1280px;
}
#menu {
background-color... | 0.330687 | 0.146728 |
.section {
font-size: 14px;
}
.section_main {
width: 760px;
margin: 0 auto;
}
.section_notice,
.section_notice_content {
height: auto;
}
.section_basicInfo .section_notice_title {
cursor: default;
}
.section_notice_title a {
float: right;
line-height: 40px;
}
.sec... | Public/css/otherPerson.css | .section {
font-size: 14px;
}
.section_main {
width: 760px;
margin: 0 auto;
}
.section_notice,
.section_notice_content {
height: auto;
}
.section_basicInfo .section_notice_title {
cursor: default;
}
.section_notice_title a {
float: right;
line-height: 40px;
}
.sec... | 0.372619 | 0.087603 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("bbs.tianya.cn") {
/*-------------------LIST VIEW---------------------*/
/*page width*/
#bbsdoc,.bbsdoc,#doc{width:100% !important;}
/*top&bottom width*/
#top_nav_wrap,#bottom_nav_wrap,#bottom_nav{width:100% !important;max-width:100% !important... | data/usercss/77639.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("bbs.tianya.cn") {
/*-------------------LIST VIEW---------------------*/
/*page width*/
#bbsdoc,.bbsdoc,#doc{width:100% !important;}
/*top&bottom width*/
#top_nav_wrap,#bottom_nav_wrap,#bottom_nav{width:100% !important;max-width:100% !important... | 0.123471 | 0.075824 |
.preview-text > i {
transition: display 2s;
}
.main-header {
height: calc(100vh - 55px);
min-height: 500px;
position: relative;
}
.social-icons {
display: flex;
top: 75%;
justify-content: center;
}
.social-icon {
font-size: 4em;
padding: 0px;
height: 56px;
width: 56p... | GraemSheppardOnline/wwwroot/css/home.css | .preview-text > i {
transition: display 2s;
}
.main-header {
height: calc(100vh - 55px);
min-height: 500px;
position: relative;
}
.social-icons {
display: flex;
top: 75%;
justify-content: center;
}
.social-icon {
font-size: 4em;
padding: 0px;
height: 56px;
width: 56p... | 0.595728 | 0.090937 |
.CircularLoader {
position: relative;
width: 4em;
height: 4em;
display: inline-block;
font-size: 10px;
}
.CircularLoader > span {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
}
.CircularLoader > span::before {
content: "";
width: 1... | src/components/circular-loader/CircularLoader.css | .CircularLoader {
position: relative;
width: 4em;
height: 4em;
display: inline-block;
font-size: 10px;
}
.CircularLoader > span {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
}
.CircularLoader > span::before {
content: "";
width: 1... | 0.844665 | 0.375907 |
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.btn-add{
display: inline-block;
background: url("../images/btn/add.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
... | bo/assets/css/button.css | TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.btn-add{
display: inline-block;
background: url("../images/btn/add.png") no-repeat 5px 6px;
padding: 5px 8px 5px 25px;
font-size: 12px;
color:#444;
border-radius:4px;
border: 1px solid #ccc;
... | 0.125052 | 0.124878 |
@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);
@import url('../../node_modules/materialize-css/dist/css/materialize.min.css');
.container {
font-family: 'Roboto', sans-serif;
}
html{
font-family: 'Roboto', sans-serif;
}
@media (prefers-color-scheme: dark) {
html{
backg... | src/utils/common.css | @import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);
@import url('../../node_modules/materialize-css/dist/css/materialize.min.css');
.container {
font-family: 'Roboto', sans-serif;
}
html{
font-family: 'Roboto', sans-serif;
}
@media (prefers-color-scheme: dark) {
html{
backg... | 0.390476 | 0.073696 |
.catalogue-title {
font-Family: "Playfair Display", serif;
font-Size: 1.9rem;
line-height: 2.5rem;
margin-bottom: .5rem;
max-width: 28rem;
}
.catalogue-summary{
margin-bottom: 0;
Font-Family: 'Raleway', Sans-Serif;
Font-Size: 1rem;
line-height: 1.6rem;
max-width: 550px;
}
.cata... | static/custom.css | .catalogue-title {
font-Family: "Playfair Display", serif;
font-Size: 1.9rem;
line-height: 2.5rem;
margin-bottom: .5rem;
max-width: 28rem;
}
.catalogue-summary{
margin-bottom: 0;
Font-Family: 'Raleway', Sans-Serif;
Font-Size: 1rem;
line-height: 1.6rem;
max-width: 550px;
}
.cata... | 0.498047 | 0.07383 |
.marketing {
position: relative;
color: white;
width: auto;
height: 100vh;
margin-top: 50px
}
.marketing.inside {
height: auto;
min-height: 1em
}
.marketing .overlay {
position: absolute;
width: 100%;
height:100%;
background: transparent url(../img/dot.png);
z-index: 1
}
/* All browsers */
.m... | _site-theme-code/.kasar/theme/pages/components/content/marketing.css | .marketing {
position: relative;
color: white;
width: auto;
height: 100vh;
margin-top: 50px
}
.marketing.inside {
height: auto;
min-height: 1em
}
.marketing .overlay {
position: absolute;
width: 100%;
height:100%;
background: transparent url(../img/dot.png);
z-index: 1
}
/* All browsers */
.m... | 0.485356 | 0.065635 |
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
background: #eceef1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
content: '';
... | main.css | article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
background: #eceef1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
content: '';
... | 0.417865 | 0.098686 |
body{width: 100%; margin: 00px; padding: 00px; font-size:18px; }
html{height: 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
*{margin: 00px; padding: 00px; }
h1{font-size:20px; }
ul{list-style-type: none; }
.close {margin-left: 5px; width: auto... | resources/assets/css/index.css | body{width: 100%; margin: 00px; padding: 00px; font-size:18px; }
html{height: 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
*{margin: 00px; padding: 00px; }
h1{font-size:20px; }
ul{list-style-type: none; }
.close {margin-left: 5px; width: auto... | 0.25842 | 0.082512 |
.nav{width:100%;height:40px;border-top:1px solid #E7E7E7;line-height:40px;font-size:15px;color: #59585C;}
.grid-1200{width:1200px;overflow:hidden;margin:0 auto;}
.grid-1200 .crumbs{float:left;}
.grid-1200 .hands{float:right;}
.hands a{display:inline-block;width:100px;height:25px;border: 1px solid #FF8536;text-align:cen... | css/fortune/fortune.css | .nav{width:100%;height:40px;border-top:1px solid #E7E7E7;line-height:40px;font-size:15px;color: #59585C;}
.grid-1200{width:1200px;overflow:hidden;margin:0 auto;}
.grid-1200 .crumbs{float:left;}
.grid-1200 .hands{float:right;}
.hands a{display:inline-block;width:100px;height:25px;border: 1px solid #FF8536;text-align:cen... | 0.283881 | 0.064683 |
body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: vertical;
-webkit-box-direction: ... | styles/style.css | body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: vertical;
-webkit-box-direction: ... | 0.406744 | 0.039956 |
@font-face {font-family: "iconfont";
src: url('iconfont.eot'); /* IE9*/
src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('iconfont.woff') format('woff'), /* chrome、firefox */
url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url('iconfont... | www/resource/font/iconfont.css | @font-face {font-family: "iconfont";
src: url('iconfont.eot'); /* IE9*/
src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('iconfont.woff') format('woff'), /* chrome、firefox */
url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url('iconfont... | 0.278649 | 0.054777 |
@-moz-document domain("dillinger.io") {
@font-face {
font-family:'FantasqueSansMonoBold';
src: url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/b0cbb25e73a9f8354e96d89524f613e7/a46033d3a07d9385620dc83b7655203f/FantasqueSansMonoBold.ttf') format('truetype');
font-weight: bold;
font-styl... | data/usercss/169466.user.css | @-moz-document domain("dillinger.io") {
@font-face {
font-family:'FantasqueSansMonoBold';
src: url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/b0cbb25e73a9f8354e96d89524f613e7/a46033d3a07d9385620dc83b7655203f/FantasqueSansMonoBold.ttf') format('truetype');
font-weight: bold;
font-styl... | 0.243822 | 0.127925 |
:root{
/* Properties for Glasscord */
/* See here for a full list of values: https://github.com/AryToNeX/Glasscord#hey-buddy-i-am-a-theme-creator-how-should-i-support-glasscord-in-my-own-themes */
/* Windows */
--glasscord-win-blur: blurbehind;
/* macOS */
--glasscord-macos-vibrancy: fullscreen-ui;
/* Linux ... | discord/bliss/theme.css | :root{
/* Properties for Glasscord */
/* See here for a full list of values: https://github.com/AryToNeX/Glasscord#hey-buddy-i-am-a-theme-creator-how-should-i-support-glasscord-in-my-own-themes */
/* Windows */
--glasscord-win-blur: blurbehind;
/* macOS */
--glasscord-macos-vibrancy: fullscreen-ui;
/* Linux ... | 0.322633 | 0.078148 |
@font-face {
font-family: "messina";
src: url("assets/fonts/MessinaSansWeb-Regular.woff2") format("woff2");
font-style: normal;
font-weight: 400
}
@font-face {
font-family: "messina";
src: url("assets/fonts/MessinaSansWeb-RegularItalic.woff2") format("woff2");
font-style: italic;
font... | extension/popup.css |
@font-face {
font-family: "messina";
src: url("assets/fonts/MessinaSansWeb-Regular.woff2") format("woff2");
font-style: normal;
font-weight: 400
}
@font-face {
font-family: "messina";
src: url("assets/fonts/MessinaSansWeb-RegularItalic.woff2") format("woff2");
font-style: italic;
font... | 0.395835 | 0.077973 |
@charset "UTF-8";
@font-face {
font-family: "THSarabunNew";
src: url("./fonts/thaisarabun/thsarabunnew-webfont.eot");
src: url("./fonts/thaisarabun/thsarabunnew-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/thaisarabun/thsarabunnew-webfont.woff") format("woff"), url("./fonts/thaisarabun/thsarabun... | backend/web/css/style.css | @charset "UTF-8";
@font-face {
font-family: "THSarabunNew";
src: url("./fonts/thaisarabun/thsarabunnew-webfont.eot");
src: url("./fonts/thaisarabun/thsarabunnew-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/thaisarabun/thsarabunnew-webfont.woff") format("woff"), url("./fonts/thaisarabun/thsarabun... | 0.362969 | 0.055158 |
@font-face {
font-display: swap;
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: url("https://cdn2.madeiramadeira.com.br/files/56914193-open-sans-v16-latin-300-x.eot"), local("Open Sans Light"), local("OpenSans-Light"), url("https://cdn2.madeiramadeira.com.br/files/56914193-open-sans-v16-... | dist/venom.css | @font-face {
font-display: swap;
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: url("https://cdn2.madeiramadeira.com.br/files/56914193-open-sans-v16-latin-300-x.eot"), local("Open Sans Light"), local("OpenSans-Light"), url("https://cdn2.madeiramadeira.com.br/files/56914193-open-sans-v16-... | 0.449393 | 0.283261 |
body {
background-color: #000;
background-size: cover;
margin: 0 auto;
width: 100%;
font-family:"Work Sans";
}
.card-container{
background-repeat: no-repeat;
background-size: auto;
height: 400px;
}
.game-status {
border-bottom: solid 1px gray;
font-size: larger;
display: flex;
padding: 40px;
... | client/main.css | body {
background-color: #000;
background-size: cover;
margin: 0 auto;
width: 100%;
font-family:"Work Sans";
}
.card-container{
background-repeat: no-repeat;
background-size: auto;
height: 400px;
}
.game-status {
border-bottom: solid 1px gray;
font-size: larger;
display: flex;
padding: 40px;
... | 0.586168 | 0.09899 |
body {
font-family: 'CMS', 'Droid Sans', Helvetica, Arial, sans-serif;
font-size: 18px;
letter-spacing: -0.02rem;
line-height: 1.5;
text-align: left
}
@media only screen and (min-width:768px) {
body {
text-align: justify
}
}
h1 {
font-family: 'CMS', 'Droid Serif', Georgia, Times, serif;
font-size: 300%;
l... | posts/Draw/temp.css | body {
font-family: 'CMS', 'Droid Sans', Helvetica, Arial, sans-serif;
font-size: 18px;
letter-spacing: -0.02rem;
line-height: 1.5;
text-align: left
}
@media only screen and (min-width:768px) {
body {
text-align: justify
}
}
h1 {
font-family: 'CMS', 'Droid Serif', Georgia, Times, serif;
font-size: 300%;
l... | 0.308086 | 0.086362 |
html, body {
font: 20px/2 "SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Microsoft Yahei","Helvetica Neue","Helvetica","Arial",sans-serif;
color: #333;
height: 100%;
}
body {
background-color: #f0f2f5;
}
.di-avatar {
width: 32px;
height: 32px;
border-radius: 50%;
overflow: hidden;
box-shadow: 0 0 .5px... | myapp/static/appbuilder/css/ab_light.css | html, body {
font: 20px/2 "SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Microsoft Yahei","Helvetica Neue","Helvetica","Arial",sans-serif;
color: #333;
height: 100%;
}
body {
background-color: #f0f2f5;
}
.di-avatar {
width: 32px;
height: 32px;
border-radius: 50%;
overflow: hidden;
box-shadow: 0 0 .5px... | 0.298594 | 0.054777 |
.agenda-container {
--agenda-btns-top-bottom-margins: 15px;
--agenda-btn-side-margins: 10px;
--agenda-btn-width: 300px;
--agenda-btn-height: 40px;
}
.agenda-row {
}
.agenda-btns {
/* display: flex; */
display: block;
margin-left: auto;
margin-right: auto;
width: fit-content;
m... | public/assets/css/agenda.css | .agenda-container {
--agenda-btns-top-bottom-margins: 15px;
--agenda-btn-side-margins: 10px;
--agenda-btn-width: 300px;
--agenda-btn-height: 40px;
}
.agenda-row {
}
.agenda-btns {
/* display: flex; */
display: block;
margin-left: auto;
margin-right: auto;
width: fit-content;
m... | 0.420005 | 0.057573 |
body {
font-family: Helvetica, Arial, Verdana, sans-serif;
width: 90%;
margin: 0 auto;
}
div>h1, div>h2, div>h3 {
padding: 0 0 15px 0;
margin: 0;
}
ul {
display: inline-block;
padding: 0;
margin: 0;
}
#nav ul, #skills ul {
float: right;
}
#nav ul {
margin: 0 20px 0 0;
}
#skills ul {
text-align: ri... | stylesheets/screen.css | body {
font-family: Helvetica, Arial, Verdana, sans-serif;
width: 90%;
margin: 0 auto;
}
div>h1, div>h2, div>h3 {
padding: 0 0 15px 0;
margin: 0;
}
ul {
display: inline-block;
padding: 0;
margin: 0;
}
#nav ul, #skills ul {
float: right;
}
#nav ul {
margin: 0 20px 0 0;
}
#skills ul {
text-align: ri... | 0.317215 | 0.06951 |
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,300i,400,400i,700,900|Poppins:100,200,300,300i,400,400i,500,600,700,800,900|Roboto:100,300,400,500,700,900');
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding:0;
}
html{
fo... | assets/css/style.css | @import url('https://fonts.googleapis.com/css?family=Lato:100,300,300i,400,400i,700,900|Poppins:100,200,300,300i,400,400i,500,600,700,800,900|Roboto:100,300,400,500,700,900');
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding:0;
}
html{
fo... | 0.302803 | 0.051893 |
.panel {
background-color: #f1f1f1;
border-radius: 0;
}
.loader {
display: none;
position: absolute;
z-index: 10;
left: 0;
top: 0;
right: 0;
padding: 0 -15px;
text-align: center;
width: 100%;
height: 100%;
padding-top: 280px;
background-color: rgba(255, 255, 255,... | public/css/site.css | .panel {
background-color: #f1f1f1;
border-radius: 0;
}
.loader {
display: none;
position: absolute;
z-index: 10;
left: 0;
top: 0;
right: 0;
padding: 0 -15px;
text-align: center;
width: 100%;
height: 100%;
padding-top: 280px;
background-color: rgba(255, 255, 255,... | 0.443841 | 0.174938 |
Basic of template
*/
html {
height: 100%;
direction: rtl;
text-align: right !important; }
body {
width: 100%;
min-height: 100vh;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
max-width: 1600px;
margin-left: auto;
margin-right: auto; }
body {
color: ... | public/css/style-rtl.css | Basic of template
*/
html {
height: 100%;
direction: rtl;
text-align: right !important; }
body {
width: 100%;
min-height: 100vh;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
max-width: 1600px;
margin-left: auto;
margin-right: auto; }
body {
color: ... | 0.273186 | 0.097691 |
:root {
--primary-color: #ffd700 !important;
}
html,
body {
height: 100%;
margin: 0;
cursor: url("https://cdn.discordapp.com/attachments/817709358737129512/838085134162722867/20210502_001047.jpg"),
auto;
}
html {
scroll-behavior: smooth;
}
body {
scroll-behavior: smooth;
background-color: #36393f !... | src/website/public/style.css | :root {
--primary-color: #ffd700 !important;
}
html,
body {
height: 100%;
margin: 0;
cursor: url("https://cdn.discordapp.com/attachments/817709358737129512/838085134162722867/20210502_001047.jpg"),
auto;
}
html {
scroll-behavior: smooth;
}
body {
scroll-behavior: smooth;
background-color: #36393f !... | 0.550849 | 0.115811 |
.td-box {
margin: 13px 0;
}
.td-box .bet-ttlbox {
width: 1000px;
height: 32px;
line-height: 32px;
border-bottom: 1px solid #e0e0e0;
margin: 0 0 16px 0;
}
.bet-ttlbox .bt-h2 {
float: left;
color: #333;
font-size: 16px;
}
.bet-ttlbox .bt-a {
float: right;
color: #57a8dd;
}
.td-box .trend-box {
position: r... | Public/front/mybet.css | .td-box {
margin: 13px 0;
}
.td-box .bet-ttlbox {
width: 1000px;
height: 32px;
line-height: 32px;
border-bottom: 1px solid #e0e0e0;
margin: 0 0 16px 0;
}
.bet-ttlbox .bt-h2 {
float: left;
color: #333;
font-size: 16px;
}
.bet-ttlbox .bt-a {
float: right;
color: #57a8dd;
}
.td-box .trend-box {
position: r... | 0.390476 | 0.150029 |
.jq_skywheel li{
display: block;
background-color: #777;
position: absolute;
transition: 0.3s ease all;
text-align: center;
}
.jq_skywheel li .inner{
display: inline-block;
vertical-align: middle;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
overflow:hi... | jq-skywheel.css | .jq_skywheel li{
display: block;
background-color: #777;
position: absolute;
transition: 0.3s ease all;
text-align: center;
}
.jq_skywheel li .inner{
display: inline-block;
vertical-align: middle;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
overflow:hi... | 0.378229 | 0.07221 |
body {
background: #F5F5F5;
/*color: #5B5B5B;*/
margin: 0;
padding: 0;
}
table {
width: 100%;
padding: 0px 5px;
}
tr{
line-height: 2;
}
.full_screen_pos_display{
margin-top: 30px;
padding: 10px;
}
.pos_div_show_part{
width: 30%;
margin: 15px;
display: inline-block;
vertical-align: top;
min-width: 520px;
}... | public/cashdesk/css/pos_style.css | body {
background: #F5F5F5;
/*color: #5B5B5B;*/
margin: 0;
padding: 0;
}
table {
width: 100%;
padding: 0px 5px;
}
tr{
line-height: 2;
}
.full_screen_pos_display{
margin-top: 30px;
padding: 10px;
}
.pos_div_show_part{
width: 30%;
margin: 15px;
display: inline-block;
vertical-align: top;
min-width: 520px;
}... | 0.334046 | 0.190141 |
body {
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
background: #515151;
font-family: "proxima-nova", "Source Sans Pro", sans-serif;
font-size: 1em;
letter-spacing: 0.1px;
color: #32465a;
text-rendering: optimizeLegibility;
text-shadow: 1px 1px 1px rgba(0, 0, 0, ... | static/css/main.css | body {
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
background: #515151;
font-family: "proxima-nova", "Source Sans Pro", sans-serif;
font-size: 1em;
letter-spacing: 0.1px;
color: #32465a;
text-rendering: optimizeLegibility;
text-shadow: 1px 1px 1px rgba(0, 0, 0, ... | 0.387227 | 0.060557 |
.control-bar {
position: absolute;
top: 0px;
z-index: 1;
background-color: #5f5f5f;
color: #f1f1f1;
letter-spacing: 1px;
height: 40px;
margin: auto;
}
.content {
position: relative;
}
.site-content {
margin-top: 20px;
padding: 40px;
text-align: center;
}
.control-bar-e... | httpClient/styles/main.css | .control-bar {
position: absolute;
top: 0px;
z-index: 1;
background-color: #5f5f5f;
color: #f1f1f1;
letter-spacing: 1px;
height: 40px;
margin: auto;
}
.content {
position: relative;
}
.site-content {
margin-top: 20px;
padding: 40px;
text-align: center;
}
.control-bar-e... | 0.654564 | 0.102036 |
body {
padding-top: 50px;
padding-bottom: 20px;
padding-top: 50px;
height: 100%;
margin: 0;
/*background-position: center;*/
/*background-image: url('../Content/Imagens/Tecno-img.jpg');*/
background-size: auto;
}
.background {
position: absolute;
top: 0;
left: 0;
/*back... | ReservaSala/Content/Site.css | body {
padding-top: 50px;
padding-bottom: 20px;
padding-top: 50px;
height: 100%;
margin: 0;
/*background-position: center;*/
/*background-image: url('../Content/Imagens/Tecno-img.jpg');*/
background-size: auto;
}
.background {
position: absolute;
top: 0;
left: 0;
/*back... | 0.447702 | 0.085748 |
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@700&display=swap");
:root {
--s: 0.4rem;
--m: 1rem;
--l: 2.5rem;
--xl: 5rem;
--xxl: 10rem;
--MAX: 9999999px;
--bg: #1c2129;
--text: #fbfaf7;
--acc: #b3b2b8;
--acc2: #747d88;
--link: #2a7f62;
font-family: "Work Sans", -apple-system, Blin... | static/layout.css | @import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@700&display=swap");
:root {
--s: 0.4rem;
--m: 1rem;
--l: 2.5rem;
--xl: 5rem;
--xxl: 10rem;
--MAX: 9999999px;
--bg: #1c2129;
--text: #fbfaf7;
--acc: #b3b2b8;
--acc2: #747d88;
--link: #2a7f62;
font-family: "Work Sans", -apple-system, Blin... | 0.326379 | 0.121869 |
html,
body
{
height: 100%;
padding: 0;
margin: 0;
}
body
{
background: #32333b;
font: 12px/16px "Helvetica Neue",Arial,Tahoma,sans-serif;
}
body.modal-open {
overflow: hidden;
}
a
{
color: #979aa8;
text-decoration: none;
}
a:hover
{
color: #FFF;
text-decoration: none;
}
.wra... | html/css/common.css | html,
body
{
height: 100%;
padding: 0;
margin: 0;
}
body
{
background: #32333b;
font: 12px/16px "Helvetica Neue",Arial,Tahoma,sans-serif;
}
body.modal-open {
overflow: hidden;
}
a
{
color: #979aa8;
text-decoration: none;
}
a:hover
{
color: #FFF;
text-decoration: none;
}
.wra... | 0.438304 | 0.08043 |
:root {
--background: #151515;
--background-medium: #181818;
--background-low: #1C1C1C;
--foreground: #E8E3E3;
--accent: #8DA3B9;
--background-lower: #222;
--grey: #636363;
--red: #B66467;
}
@font-face {
font-family: 'feather';
src: url(../static/feather.ttf);
font-style: no... | css/evo.css | :root {
--background: #151515;
--background-medium: #181818;
--background-low: #1C1C1C;
--foreground: #E8E3E3;
--accent: #8DA3B9;
--background-lower: #222;
--grey: #636363;
--red: #B66467;
}
@font-face {
font-family: 'feather';
src: url(../static/feather.ttf);
font-style: no... | 0.449634 | 0.13733 |
html,
body,
main {
overflow-x: hidden;
}
.container-fluid {
max-width: 1310px;
overflow-x: hidden;
}
.subscribe-btn {
width: 200px;
}
.top-nav1 {
z-index: 6;
}
.bottom-nav-sticky {
width: 100%;
max-width: 1310px;
top: 0;
z-index: 5;
}
.special {
z-index: 10;
width: 1410px;
}
svg {
fill: wh... | styles/style.css | html,
body,
main {
overflow-x: hidden;
}
.container-fluid {
max-width: 1310px;
overflow-x: hidden;
}
.subscribe-btn {
width: 200px;
}
.top-nav1 {
z-index: 6;
}
.bottom-nav-sticky {
width: 100%;
max-width: 1310px;
top: 0;
z-index: 5;
}
.special {
z-index: 10;
width: 1410px;
}
svg {
fill: wh... | 0.649356 | 0.125574 |
.City {
position: relative;
display: flex;
flex-direction: column;
align-content: center;
align-items: flex-start;
flex-wrap: wrap; }
.City ul {
list-style-type: none;
text-decoration: none; }
.City .current {
display: flex;
flex-direction: column;
height: 66vh;
width: 100%;
... | src/styles/city.css | .City {
position: relative;
display: flex;
flex-direction: column;
align-content: center;
align-items: flex-start;
flex-wrap: wrap; }
.City ul {
list-style-type: none;
text-decoration: none; }
.City .current {
display: flex;
flex-direction: column;
height: 66vh;
width: 100%;
... | 0.441673 | 0.053999 |
height: 32px;
line-height: 32px;
background: url(../images/tb1.jpg) repeat-x;
border-left: 1px solid #E2E2E2;
border-right: 1px solid #E2E2E2;
color: #4B4B4B;
padding-left: 5px;
font-size: 14px;
position:relative;
}
#rightTitls {
float: right;
right:0;
position:absolute;
text-align: right;
width: 100px;
}... | tpl/simplebootx/Public/css/guarantee.css | height: 32px;
line-height: 32px;
background: url(../images/tb1.jpg) repeat-x;
border-left: 1px solid #E2E2E2;
border-right: 1px solid #E2E2E2;
color: #4B4B4B;
padding-left: 5px;
font-size: 14px;
position:relative;
}
#rightTitls {
float: right;
right:0;
position:absolute;
text-align: right;
width: 100px;
}... | 0.256925 | 0.127789 |
*{
margin:0;
padding: 0;
word-wrap: break-word;
}
body{
background-color: #132B3F;
}
.header{
z-index: 101;
}
svg{
height: 10... | public/css/spacex.css | *{
margin:0;
padding: 0;
word-wrap: break-word;
}
body{
background-color: #132B3F;
}
.header{
z-index: 101;
}
svg{
height: 10... | 0.239083 | 0.050168 |
@-moz-document domain("dict.leo.org") {
html {
background-color: #12181c;
color: #c9d1d9;
}
.bg-darkyellow {
background-color: #1a1f25;
color: #c9d1d9;
}
#searchBar {
background-color: #1a1f25;
color: #c9d1d9;
}
.tblf-... | leo-dark.user.css | @-moz-document domain("dict.leo.org") {
html {
background-color: #12181c;
color: #c9d1d9;
}
.bg-darkyellow {
background-color: #1a1f25;
color: #c9d1d9;
}
#searchBar {
background-color: #1a1f25;
color: #c9d1d9;
}
.tblf-... | 0.284079 | 0.105027 |
[hidden] {
display: none !important;
}
.react-fine-uploader-gallery-nodrop-container,
.react-fine-uploader-gallery-dropzone {
border-radius: 6px;
background-color: #fafafa;
max-height: 490px;
min-height: 310px;
overflow-y: hidden;
padding: 15px 15px 15px 5px;
position: relative;
}
.react-fine-uploader... | src/assets/stylesheets/fineupload.css | [hidden] {
display: none !important;
}
.react-fine-uploader-gallery-nodrop-container,
.react-fine-uploader-gallery-dropzone {
border-radius: 6px;
background-color: #fafafa;
max-height: 490px;
min-height: 310px;
overflow-y: hidden;
padding: 15px 15px 15px 5px;
position: relative;
}
.react-fine-uploader... | 0.478285 | 0.055515 |
@charset "UTF-8";
@font-face {
font-family: myFirstFont;
src: url(BugBusting-OVpne.otf);
}
/*------ css general styles ------*/
.hidden
{
display: none;
}
body
{
font-family: 'Poppins', sans-serif ;
}
h1{
font-family: myFirstFont;
font-size: 1.875em;
}
p
{
font-size: 1em;
margin: 10px;
}
... | css/main.css | @charset "UTF-8";
@font-face {
font-family: myFirstFont;
src: url(BugBusting-OVpne.otf);
}
/*------ css general styles ------*/
.hidden
{
display: none;
}
body
{
font-family: 'Poppins', sans-serif ;
}
h1{
font-family: myFirstFont;
font-size: 1.875em;
}
p
{
font-size: 1em;
margin: 10px;
}
... | 0.287768 | 0.052449 |
@media only screen and (min-width: 360px) {
/*The original .box is in DRY CSS in main.css*/
.box {
height: 25%;
max-height: 320px;
}
.gradient-background {
padding-top: 3rem;
padding-bottom: 3rem;
}
.gradient-background h1 {
color: white;
font-weight: bold;
fon... | CSS/apply.css |
@media only screen and (min-width: 360px) {
/*The original .box is in DRY CSS in main.css*/
.box {
height: 25%;
max-height: 320px;
}
.gradient-background {
padding-top: 3rem;
padding-bottom: 3rem;
}
.gradient-background h1 {
color: white;
font-weight: bold;
fon... | 0.424173 | 0.06951 |
-- Css Table of Content
--> Fonts
--> Generale Style
--> Preloader Style
--> Home Section Style
--> About Section Style
--> Fun Fact Section Style
--> Service Section Style
--> Experience Section Style
--> Sk... | assets/css/download.css | -- Css Table of Content
--> Fonts
--> Generale Style
--> Preloader Style
--> Home Section Style
--> About Section Style
--> Fun Fact Section Style
--> Service Section Style
--> Experience Section Style
--> Sk... | 0.44071 | 0.114542 |
.smooth_zoom_preloader {
z-index: 0 !important;
}
#wPaint {
z-index: 1 !important;
}
/* zoom tools */
.center {
margin:0 auto;
}
.overall_controls {
background-color: #000000;
border-radius: 5px;
left: 10px;
opacity: 0.55;
position: absolute;
top: 150px;
width: 120px;
z-index: 4;
}
.... | daassets_repo/interactivetool/demo/demo.css | .smooth_zoom_preloader {
z-index: 0 !important;
}
#wPaint {
z-index: 1 !important;
}
/* zoom tools */
.center {
margin:0 auto;
}
.overall_controls {
background-color: #000000;
border-radius: 5px;
left: 10px;
opacity: 0.55;
position: absolute;
top: 150px;
width: 120px;
z-index: 4;
}
.... | 0.273186 | 0.117496 |
div.document .first {
margin-top: 0 }
div.document .last {
margin-bottom: 0 }
div.document a.toc-backref {
text-decoration: none ;
color: black }
div.document dd {
margin-bottom: 0.5em }
div.document div.abstract {
margin: 2em 5em }
div.document div.abstract p.topic-title {
font-weight: bold ;
text... | rst/default.css | div.document .first {
margin-top: 0 }
div.document .last {
margin-bottom: 0 }
div.document a.toc-backref {
text-decoration: none ;
color: black }
div.document dd {
margin-bottom: 0.5em }
div.document div.abstract {
margin: 2em 5em }
div.document div.abstract p.topic-title {
font-weight: bold ;
text... | 0.370795 | 0.096706 |
@import url("https://fonts.googleapis.com/css?family=Montserrat:700");
@keyframes keyframe-pop-in {
from {
width: 0; }
to {
width: 50px; } }
@keyframes keyframe-rotation {
0%, 100% {
transform: rotate(0deg); }
25% {
transform: rotate(-15deg); }
75% {
transform: rotate(15deg); } }
.showcase... | wwwroot/static/base/showcase/showcase.css | @import url("https://fonts.googleapis.com/css?family=Montserrat:700");
@keyframes keyframe-pop-in {
from {
width: 0; }
to {
width: 50px; } }
@keyframes keyframe-rotation {
0%, 100% {
transform: rotate(0deg); }
25% {
transform: rotate(-15deg); }
75% {
transform: rotate(15deg); } }
.showcase... | 0.444565 | 0.143608 |
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap');
body {
margin: 0;
padding: 0;
font-family: 'Josefin Sans', sans-serif;
background-color: #F1EEE9;
}
h2{
font-size: 70px;
}
h3{
font-size: 50px;
}
p{
letter-spacing: 0.1rem;
font-size: 18px... | public/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap');
body {
margin: 0;
padding: 0;
font-family: 'Josefin Sans', sans-serif;
background-color: #F1EEE9;
}
h2{
font-size: 70px;
}
h3{
font-size: 50px;
}
p{
letter-spacing: 0.1rem;
font-size: 18px... | 0.286868 | 0.103115 |
@media all {html {font-size: 24px;}}
@media all and (max-width:1000px){html {font-size: 24px;}}
@media all and (max-width:960px){html {font-size: 23px;}}
@media all and (max-width:920px){html {font-size: 22px;}}
@media all and (max-width:880px){html {font-size: 21px;}}
@media all and (max-width:840px){html {font-size: ... | fastv8/doc/_build/html/_static/forWeb.css | @media all {html {font-size: 24px;}}
@media all and (max-width:1000px){html {font-size: 24px;}}
@media all and (max-width:960px){html {font-size: 23px;}}
@media all and (max-width:920px){html {font-size: 22px;}}
@media all and (max-width:880px){html {font-size: 21px;}}
@media all and (max-width:840px){html {font-size: ... | 0.258607 | 0.069668 |
.R-icon {
margin-right: 50px;
width: 50px;
height: 50px;
background-color: #FFA500;
float: right;
}
.R-name {
line-height: 30px;
align-items: center;
text-align: center;
font-size: 1em;
}
.L-icon {
margin-left: 50px;
width: 50px;
height: 50px;
bac... | css/chat.css | .R-icon {
margin-right: 50px;
width: 50px;
height: 50px;
background-color: #FFA500;
float: right;
}
.R-name {
line-height: 30px;
align-items: center;
text-align: center;
font-size: 1em;
}
.L-icon {
margin-left: 50px;
width: 50px;
height: 50px;
bac... | 0.363195 | 0.102799 |
body {
font-family: "微软雅黑";
font-size: 14px;
color: #404040;
height: 100%;
background-color: #fff;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, blockquote {
padding: 0;
margin: 0;
}
select {
margin: 0;
}
table {
... | SHAN.EFBase/SHAN.Web/Content/css/globle.css |
body {
font-family: "微软雅黑";
font-size: 14px;
color: #404040;
height: 100%;
background-color: #fff;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, blockquote {
padding: 0;
margin: 0;
}
select {
margin: 0;
}
table {
... | 0.447702 | 0.115911 |
:host,
:root {
--spectrum-global-color-status: Verified;
--spectrum-global-color-version: 5.1.0;
--spectrum-global-color-opacity-100: 1;
--spectrum-global-color-opacity-90: 0.9;
--spectrum-global-color-opacity-80: 0.8;
--spectrum-global-color-opacity-70: 0.7;
--spectrum-global-color-opacity-... | packages/styles/theme-darkest.css | :host,
:root {
--spectrum-global-color-status: Verified;
--spectrum-global-color-version: 5.1.0;
--spectrum-global-color-opacity-100: 1;
--spectrum-global-color-opacity-90: 0.9;
--spectrum-global-color-opacity-80: 0.8;
--spectrum-global-color-opacity-70: 0.7;
--spectrum-global-color-opacity-... | 0.513912 | 0.081082 |
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, ... | public/frontend/css/thankyoustyle.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.269037 | 0.08548 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap&subset=latin-ext');
:root {
--primary-font: 'Open Sans', sans-serif;
--primary-color: rgb(1, 135, 145);
--primary-color-dark: rgb(2, 63, 77);
--primary-color-light: rgb(126, 185, 183);
--light: #FFF;
--dark: #1A... | src/css/layout.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap&subset=latin-ext');
:root {
--primary-font: 'Open Sans', sans-serif;
--primary-color: rgb(1, 135, 145);
--primary-color-dark: rgb(2, 63, 77);
--primary-color-light: rgb(126, 185, 183);
--light: #FFF;
--dark: #1A... | 0.508056 | 0.108472 |
footer{ display:none; }
#data-input-container {
width: 960px;
margin: auto;
position: relative;
min-height: 32em;
}
#data-input-container .nav-tabs>li {width:13em;}
#data-input-container .nav-tabs>li>a {
padding: 2em 1em;
text-align: right;
}
#data-input-container .nav-tabs>li>a input{
width... | bnbapp/static/css/dataInput.css | footer{ display:none; }
#data-input-container {
width: 960px;
margin: auto;
position: relative;
min-height: 32em;
}
#data-input-container .nav-tabs>li {width:13em;}
#data-input-container .nav-tabs>li>a {
padding: 2em 1em;
text-align: right;
}
#data-input-container .nav-tabs>li>a input{
width... | 0.273089 | 0.055746 |
html,
body {
height: 100%;
margin: 0;
}
.font-small {
font-size: 13px;
}
/* Layout of the tool */
header {
z-index: 100;
}
header > * {
padding: 8px 16px;
}
#ratio-logo {
padding: 4px 8px;
}
#ratio-logo > img {
height: 52px;
}
#flex-body {
flex: 1 1 0;
overflow: auto;
position: relative;
}
... | ratio/static/style.css | html,
body {
height: 100%;
margin: 0;
}
.font-small {
font-size: 13px;
}
/* Layout of the tool */
header {
z-index: 100;
}
header > * {
padding: 8px 16px;
}
#ratio-logo {
padding: 4px 8px;
}
#ratio-logo > img {
height: 52px;
}
#flex-body {
flex: 1 1 0;
overflow: auto;
position: relative;
}
... | 0.383757 | 0.097907 |
#account {
position: absolute;
width: 95%;
height: 95%;
top: 2.5%;
left: 2.5%;
background: rgba(0, 0, 0, 0.5);
}
.shadow {
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
transition: box-shadow 0.28s cubic-bezi... | src/Din/StaticFiles/css/account/account.css | #account {
position: absolute;
width: 95%;
height: 95%;
top: 2.5%;
left: 2.5%;
background: rgba(0, 0, 0, 0.5);
}
.shadow {
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
transition: box-shadow 0.28s cubic-bezi... | 0.636579 | 0.141519 |
#login {
position: relative;
width: clamp(290px, calc(100vw - 160px), 1000px);
height: clamp(440px, calc(100vh - 310px), 500px);
border-radius: 25px;
background: inherit;
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
box-sizing: border-box;
padding: 0 40px;
... | timeweb/timewebapp/static/css/login.css | #login {
position: relative;
width: clamp(290px, calc(100vw - 160px), 1000px);
height: clamp(440px, calc(100vh - 310px), 500px);
border-radius: 25px;
background: inherit;
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
box-sizing: border-box;
padding: 0 40px;
... | 0.445771 | 0.113776 |
* {
margin: 0;
padding: 0;
}
body, html {
height: 100%;
display: grid;
font-family: 'Noto Sans KR', sans-serif;
background-color: #999999;
}
#container {
border: solid 1px #222;
box-shadow: 12px 12px 2px 1px rgba(20, 20, 70, .2);
width: 30%;
margin: auto 5%;
background-colo... | styles/styles.css | * {
margin: 0;
padding: 0;
}
body, html {
height: 100%;
display: grid;
font-family: 'Noto Sans KR', sans-serif;
background-color: #999999;
}
#container {
border: solid 1px #222;
box-shadow: 12px 12px 2px 1px rgba(20, 20, 70, .2);
width: 30%;
margin: auto 5%;
background-colo... | 0.538012 | 0.129046 |
body{
font-family: 'Montserrat', sans-serif;
}
html{
height: 100%;
}
p{
font-size: 13px;
color: #777777;
line-height: 24px;
font-family: 'Poppins', sans-serif;
}
nav{
position: fixed;
background: #fff;
z-index: 9;
width: 100%;
padding: 30px;
display: none;
-webkit-box... | css/style.css | body{
font-family: 'Montserrat', sans-serif;
}
html{
height: 100%;
}
p{
font-size: 13px;
color: #777777;
line-height: 24px;
font-family: 'Poppins', sans-serif;
}
nav{
position: fixed;
background: #fff;
z-index: 9;
width: 100%;
padding: 30px;
display: none;
-webkit-box... | 0.236781 | 0.073397 |
@CHARSET "ISO-8859-1";
/*
palette
@gray-base
#000
@gray-darker
lighten(@gray-base, 13.5%)
@gray-dark
lighten(@gray-base, 20%)
@gray
lighten(@gray-base, 33.5%)
@gray-light
lighten(@gray-base, 46.7%)
@gray-lighter
lighten(@gray-base, 93.5%)
@brand-primary
darken(#3486ab, 6.5%)
@brand-success
#25945C
@brand-info ... | sample-web-client-2/src/main/webapp/css/default.css | @CHARSET "ISO-8859-1";
/*
palette
@gray-base
#000
@gray-darker
lighten(@gray-base, 13.5%)
@gray-dark
lighten(@gray-base, 20%)
@gray
lighten(@gray-base, 33.5%)
@gray-light
lighten(@gray-base, 46.7%)
@gray-lighter
lighten(@gray-base, 93.5%)
@brand-primary
darken(#3486ab, 6.5%)
@brand-success
#25945C
@brand-info ... | 0.261331 | 0.063222 |
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
}
body {
background: linear-gradient(100deg, #1e1f29, #343650);
}
.container {
width: 100%;
min-height: 100vh;
max-width: 1440px;
display: -webkit-box;
display: -ms-flexbox;
di... | public/css/style.css | * {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
}
body {
background: linear-gradient(100deg, #1e1f29, #343650);
}
.container {
width: 100%;
min-height: 100vh;
max-width: 1440px;
display: -webkit-box;
display: -ms-flexbox;
di... | 0.332635 | 0.054879 |
@font-face{
font-family: 'Source Code Pro';
font-weight: 200;
font-style: normal;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-ExtraLight.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-ExtraLight.ttf.woff2') format('woff2'),
... | doc/_static/font-source-code-pro.css | @font-face{
font-family: 'Source Code Pro';
font-weight: 200;
font-style: normal;
font-stretch: normal;
src: url('./fonts/source_code_pro/EOT/SourceCodePro-ExtraLight.eot') format('embedded-opentype'),
url('./fonts/source_code_pro/WOFF2/SourceCodePro-ExtraLight.ttf.woff2') format('woff2'),
... | 0.163379 | 0.040408 |
body.dark-body{
background-color: #0F1343;
color: #fff;
}
.vaughn-blog .blog-item .entry-content .entry-meta ul li span,
.vaughn-pricing .pricing-item .pricing-title span.price,
.vaughn-work .work-filter .work-btn,
h1, h2, h3, h4, h5, h6,
p{
color: #fff;
}
.vaughn-blog .blog-item,
.vaughn-aside .menu-wrappe... | assets/front/css/profile/dark.css | body.dark-body{
background-color: #0F1343;
color: #fff;
}
.vaughn-blog .blog-item .entry-content .entry-meta ul li span,
.vaughn-pricing .pricing-item .pricing-title span.price,
.vaughn-work .work-filter .work-btn,
h1, h2, h3, h4, h5, h6,
p{
color: #fff;
}
.vaughn-blog .blog-item,
.vaughn-aside .menu-wrappe... | 0.360489 | 0.053182 |
.doc.json {
font-size: 18px;
}
.doc.json:after {
content: "";
display: block;
clear: both;
}
.doc.json ul {
padding-left: 0;
}
.doc.json ul > li {
list-style-type: none;
position: relative;
}
.doc.json ul > li:after {
content: "";
display: block;
clear: both;
}
.doc.json ul > li .heading {
display... | src/json-converter/css/json-converter.css | .doc.json {
font-size: 18px;
}
.doc.json:after {
content: "";
display: block;
clear: both;
}
.doc.json ul {
padding-left: 0;
}
.doc.json ul > li {
list-style-type: none;
position: relative;
}
.doc.json ul > li:after {
content: "";
display: block;
clear: both;
}
.doc.json ul > li .heading {
display... | 0.322206 | 0.08207 |
label{
margin: 10px 0;
}
.onoffswitch {
position: relative; width: 100%;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999; border... | public/assets/dashboard/css/cus.css | label{
margin: 10px 0;
}
.onoffswitch {
position: relative; width: 100%;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999; border... | 0.39257 | 0.100348 |
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 100;
src:
local('Roboto Thin '),
local('Roboto-Thin'),
url('./files/Roboto-Thin.woff2') format('woff2');
}
/* roboto-100italic - latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-dis... | fonts/roboto.css | @font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 100;
src:
local('Roboto Thin '),
local('Roboto-Thin'),
url('./files/Roboto-Thin.woff2') format('woff2');
}
/* roboto-100italic - latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-dis... | 0.162679 | 0.067332 |
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.375rem;
}
h4 {
font-size: 1.125rem;
}
h5 {
font-size: 1rem;
}
h6 {
font-size: 0.875rem;
}
p {
font-size: 1.125rem;
font-weight: 200;
line-height: 1.8;
}
.font-light {
font-weight: 300;
}
.font-regular {
font-weight: 400;
}... | assets/styles/cssgrid.css | h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.375rem;
}
h4 {
font-size: 1.125rem;
}
h5 {
font-size: 1rem;
}
h6 {
font-size: 0.875rem;
}
p {
font-size: 1.125rem;
font-weight: 200;
line-height: 1.8;
}
.font-light {
font-weight: 300;
}
.font-regular {
font-weight: 400;
}... | 0.428114 | 0.139719 |
================================================== */
.static-content h1, .static-content h2, .static-content h3, .static-content h4, .static-content h5, .static-content h6 {
font-family: 'Roboto', sans-serif;
font-weight: normal; }
.static-content h1 a, .static-content h2 a, .static-content h3 ... | src/assets/css/static.css | ================================================== */
.static-content h1, .static-content h2, .static-content h3, .static-content h4, .static-content h5, .static-content h6 {
font-family: 'Roboto', sans-serif;
font-weight: normal; }
.static-content h1 a, .static-content h2 a, .static-content h3 ... | 0.239972 | 0.073997 |
@font-face {
font-family: Myriad Pro;
src: url(../fonts/MyriadPro-Regular.otf);
}
@font-face {
font-family: calibri;
src: url(../fonts/calibri.woff);
}
@font-face {
font-family: Gill Sans MT;
src: url(../fonts/GIL.ttf);
}
/* Normal ====================================*/
.font-A .ind... | assest/css/styles.css | @font-face {
font-family: Myriad Pro;
src: url(../fonts/MyriadPro-Regular.otf);
}
@font-face {
font-family: calibri;
src: url(../fonts/calibri.woff);
}
@font-face {
font-family: Gill Sans MT;
src: url(../fonts/GIL.ttf);
}
/* Normal ====================================*/
.font-A .ind... | 0.18418 | 0.057971 |
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
font-family: 'Inter', sans-serif !important;
}
.bg-full {
min-height: 35vh;
background-position: center center;
background-size: cover;
background-image: url(faq_bg... | PROJEKTEK/FAQ/faq.css | @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
font-family: 'Inter', sans-serif !important;
}
.bg-full {
min-height: 35vh;
background-position: center center;
background-size: cover;
background-image: url(faq_bg... | 0.272315 | 0.049612 |
.footer-distributed > h1,h2,h3{
font-family: 'Gotham Rounded', Helvetica, sans-serif;
font-size: 16px;
font-weight: medium;
}
.footer-distributed{
background: linear-gradient(to right, rgb(0, 108, 168) 0%, rgb(0, 109, 168) 1%, rgb(0, 148, 176) 51%, rgb(0, 148, 176) 100%);
padding: 55px 50px;
lost-utility: cle... | src/templates/footer/footer.css | .footer-distributed > h1,h2,h3{
font-family: 'Gotham Rounded', Helvetica, sans-serif;
font-size: 16px;
font-weight: medium;
}
.footer-distributed{
background: linear-gradient(to right, rgb(0, 108, 168) 0%, rgb(0, 109, 168) 1%, rgb(0, 148, 176) 51%, rgb(0, 148, 176) 100%);
padding: 55px 50px;
lost-utility: cle... | 0.234231 | 0.086016 |
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
line-height: 1.6;
cursor: default;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
body {
padding: 0;
margin: 0;
font-family: "Monda", sans-serif;
font-size: calc(12px + 1vmin);
color: #... | styles/main.css | html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
line-height: 1.6;
cursor: default;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
body {
padding: 0;
margin: 0;
font-family: "Monda", sans-serif;
font-size: calc(12px + 1vmin);
color: #... | 0.457621 | 0.135432 |
:root {
--color-border-cell: rgb(0, 0, 0);
--color-text-cell: rgb(0, 0, 0);
--color-text-cell-static: rgb(255, 255, 255);
--color-text-cell-focus: rgb(255, 255, 255);
--color-bg-cell: rgb(255, 255, 255);
--color-bg-cell-static: rgb(16, 76, 160);
/* --color-bg-cell-neighbor: rgb(211, 211, ... | src/styles/components/sudoku/cell.css | :root {
--color-border-cell: rgb(0, 0, 0);
--color-text-cell: rgb(0, 0, 0);
--color-text-cell-static: rgb(255, 255, 255);
--color-text-cell-focus: rgb(255, 255, 255);
--color-bg-cell: rgb(255, 255, 255);
--color-bg-cell-static: rgb(16, 76, 160);
/* --color-bg-cell-neighbor: rgb(211, 211, ... | 0.505127 | 0.204739 |
body {
background-image: url(/assets/img/college_library5.jpg);
background-size: cover;
background-repeat: no-repeat;
font-family: Georgia, "Times New Roman", Times, serif;
background-attachment: fixed;
}
.landing-page {
text-align: center;
}
#title-heading {
padding-top: 50px;
text-align: center;
c... | public/assets/css/stylesheet.css | body {
background-image: url(/assets/img/college_library5.jpg);
background-size: cover;
background-repeat: no-repeat;
font-family: Georgia, "Times New Roman", Times, serif;
background-attachment: fixed;
}
.landing-page {
text-align: center;
}
#title-heading {
padding-top: 50px;
text-align: center;
c... | 0.36659 | 0.084606 |
@font-face {
font-family: lastresort;
src: url('fonts/LastResort.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notokufiarabic-regular;
src: url('fonts/noto_unhinted/NotoKufiArabic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notonaskharabic-regular;... | atu_fonts.css | @font-face {
font-family: lastresort;
src: url('fonts/LastResort.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notokufiarabic-regular;
src: url('fonts/noto_unhinted/NotoKufiArabic-Regular.ttf ') ;
unicode-range: U+??;
}
@font-face {
font-family: notonaskharabic-regular;... | 0.182062 | 0.047713 |
.sc_cars_item {
border: 1px solid #ddd;
}
.sc_cars_item .sc_cars_item_thumb {
background-color:#f0f0f0;
margin-bottom: 1.5em;
text-align:center;
}
.sc_cars_item .sc_cars_item_thumb img {
width: 100%;
}
.sc_cars_item .sc_cars_item_info {
padding: 0 1.5em 1.5em;
}
/* Labels in the featured image */
.sc_cars_item_t... | site/wp-content/plugins/trx_addons/cpt/cars/cars.css | .sc_cars_item {
border: 1px solid #ddd;
}
.sc_cars_item .sc_cars_item_thumb {
background-color:#f0f0f0;
margin-bottom: 1.5em;
text-align:center;
}
.sc_cars_item .sc_cars_item_thumb img {
width: 100%;
}
.sc_cars_item .sc_cars_item_info {
padding: 0 1.5em 1.5em;
}
/* Labels in the featured image */
.sc_cars_item_t... | 0.307774 | 0.138287 |
@charset "UTF-8";
.banner604{
position: relative;
}
.banner604 a{
position: absolute;
height: 604px;
top: 12px;
left: 0px;
width: 100%;
background:url(../images/banner.jpg) no-repeat top center;
}
.main{
position: relative;
}
.slider{
float: left;
width: 730px;
height: 45... | jingdong/css/index.css | @charset "UTF-8";
.banner604{
position: relative;
}
.banner604 a{
position: absolute;
height: 604px;
top: 12px;
left: 0px;
width: 100%;
background:url(../images/banner.jpg) no-repeat top center;
}
.main{
position: relative;
}
.slider{
float: left;
width: 730px;
height: 45... | 0.488283 | 0.100481 |
body {
background-color:#3c3f0a!important;
}
.foot, .nav-bar {
background-color: #6a9929!important;
color:#1a1a1a!important;
}
.post .post-header h3 a:visited, .post .post-header h3 a:link {
color:#6a9929!important;
}
.post a {
color: #9eb565;
text-decoration:none;
}
a.nav-bar-button {
... | eggs/cotc.css | body {
background-color:#3c3f0a!important;
}
.foot, .nav-bar {
background-color: #6a9929!important;
color:#1a1a1a!important;
}
.post .post-header h3 a:visited, .post .post-header h3 a:link {
color:#6a9929!important;
}
.post a {
color: #9eb565;
text-decoration:none;
}
a.nav-bar-button {
... | 0.484136 | 0.091382 |
:root {
--dark: darkslategray;
--light: lightslategrey;
}
header {
display: flex;
justify-content: center;
background-color: white;
color: var(--dark);
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 200%;
margin: 10px;
}
nav {
display: flex;
background-color:... | assets/css/style.css | :root {
--dark: darkslategray;
--light: lightslategrey;
}
header {
display: flex;
justify-content: center;
background-color: white;
color: var(--dark);
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 200%;
margin: 10px;
}
nav {
display: flex;
background-color:... | 0.511473 | 0.193852 |
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
width: 750px;
background-color: white;
}
#greeting-container {
margin-top: 20px;
}
body {
background-color: #8fcdcf;
color: black;
}
h1 {
padding-top: 80px;
padding-right: 20px;
text-align: center;
font-size: 40px;
background-color... | portfolio/src/main/webapp/style.css | margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
width: 750px;
background-color: white;
}
#greeting-container {
margin-top: 20px;
}
body {
background-color: #8fcdcf;
color: black;
}
h1 {
padding-top: 80px;
padding-right: 20px;
text-align: center;
font-size: 40px;
background-color... | 0.386069 | 0.076098 |
.ant-picker {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: var(--input-padding-vertical-base) var(--input-padding-horizontal-base);
color: var(--input-color);
font-size: var(--ql-typography-font-size-md);
font-variant: var(--ql-typography-font-variant-default);
line-height... | src/styles/antd/components/timePicker.css | .ant-picker {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: var(--input-padding-vertical-base) var(--input-padding-horizontal-base);
color: var(--input-color);
font-size: var(--ql-typography-font-size-md);
font-variant: var(--ql-typography-font-variant-default);
line-height... | 0.387227 | 0.048182 |
body
{
padding: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
a
{
text-decoration: none;
}
a:hover
{
text-decoration: none;
}
.root
{
z-index: 1;
color: white;
background: #0b1f42e8;
height: max-content;
top: 50%;
left: 50... | assets/css/style1.css | body
{
padding: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
a
{
text-decoration: none;
}
a:hover
{
text-decoration: none;
}
.root
{
z-index: 1;
color: white;
background: #0b1f42e8;
height: max-content;
top: 50%;
left: 50... | 0.461502 | 0.090494 |
Mixins
====================================== */
/* ===========================
Flexbox mixins
=========================== */
/* ===========================
Responsive mixins
=========================== */
/* ======================================
Responsive
=====================================... | css/main.css | Mixins
====================================== */
/* ===========================
Flexbox mixins
=========================== */
/* ===========================
Responsive mixins
=========================== */
/* ======================================
Responsive
=====================================... | 0.516352 | 0.041793 |
@import url("https://s3.amazonaws.com/static.slid.es/fonts/montserrat/montserrat.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/opensans/opensans.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/lato/lato.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/asul/asul... | css/style.css |
@import url("https://s3.amazonaws.com/static.slid.es/fonts/montserrat/montserrat.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/opensans/opensans.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/lato/lato.css");
@import url("https://s3.amazonaws.com/static.slid.es/fonts/asul/asul... | 0.245085 | 0.094761 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
:root {
--color1:#001B33;
--font-nav:'Amatic SC';
--font-destaque:'Bebas Neue';
--font-normal:arial, helvetica;
... | desafios/batiscafo/img/style.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
:root {
--color1:#001B33;
--font-nav:'Amatic SC';
--font-destaque:'Bebas Neue';
--font-normal:arial, helvetica;
... | 0.317215 | 0.112259 |
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body{
padding: 0;
margin: 0;
font-family: 'Poppins';
overflow-x: hidden;
}
header{
border-bottom: 1px solid #000000;
height: 70px;
width: 100%;
display: table;
}
.container{
display: none;
}
.imgContainer{
display: inline-block;
... | css/styles.css | @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body{
padding: 0;
margin: 0;
font-family: 'Poppins';
overflow-x: hidden;
}
header{
border-bottom: 1px solid #000000;
height: 70px;
width: 100%;
display: table;
}
.container{
display: none;
}
.imgContainer{
display: inline-block;
... | 0.281011 | 0.078219 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: sans-serif;
font-weight: 400;
font-size: 12px;
color: rgba(0, 0, 0, 0.6)
}
button {
border-radius: 15px;
box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.5);
padding: 1em;
width: 42 px;
height: 42 px;
border-sty... | public/stylesheets/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: sans-serif;
font-weight: 400;
font-size: 12px;
color: rgba(0, 0, 0, 0.6)
}
button {
border-radius: 15px;
box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.5);
padding: 1em;
width: 42 px;
height: 42 px;
border-sty... | 0.50293 | 0.176281 |
body {
color: rgb(51, 51, 51); font-size-adjust: none; font-stretch: normal; color:#3c3c3c;
font-family:"Microsoft YaHei";
}
.clearfix::after {
height: 0px; line-height: 0; clear: both; display: block; visibility: hidden; content: ".";
}
.clearfix {
overflow: hidden; clear: both; display: block;
}
html[x... | public/static/css/global.css | body {
color: rgb(51, 51, 51); font-size-adjust: none; font-stretch: normal; color:#3c3c3c;
font-family:"Microsoft YaHei";
}
.clearfix::after {
height: 0px; line-height: 0; clear: both; display: block; visibility: hidden; content: ".";
}
.clearfix {
overflow: hidden; clear: both; display: block;
}
html[x... | 0.351089 | 0.118896 |
body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
padding: 0;
margin: 0;
}
#topDiv, #navbar {
width: 1100px;
}
#topLeftLogo {
padding: 8px;
float: left;
}
#topRightLogo {
padding: 8px;
float: right;
}
#navbar,#navbar a,#navbar table {
background-color: #015782;
... | grouper-ui/webapp/grouperExternal/public/assets/css/grouperUi.css | body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
padding: 0;
margin: 0;
}
#topDiv, #navbar {
width: 1100px;
}
#topLeftLogo {
padding: 8px;
float: left;
}
#topRightLogo {
padding: 8px;
float: right;
}
#navbar,#navbar a,#navbar table {
background-color: #015782;
... | 0.376738 | 0.069637 |
body{color: #666666;line-height: 1.8;}
.pageBreakBefore{
page-break-before: always;
}
.webkit-progress{
position: relative;
width: 95%;
height: 1.5rem;
margin: 0.5rem auto;
}
.webkit-progress-label{
float: left;
max-width: 48%;
overflow: hidden;
text-overflow: ellipsis;
white-spa... | zkyk-pdf/components/Pdf/fake.css | body{color: #666666;line-height: 1.8;}
.pageBreakBefore{
page-break-before: always;
}
.webkit-progress{
position: relative;
width: 95%;
height: 1.5rem;
margin: 0.5rem auto;
}
.webkit-progress-label{
float: left;
max-width: 48%;
overflow: hidden;
text-overflow: ellipsis;
white-spa... | 0.478773 | 0.079424 |
.hero-section {
height: 95vh;
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 10vw;
}
.hero-section .hero-top-title,
.hero-section .hero-bottom-title {
width: 800px;
font-size: 5rem;
font-weight: 700;
}
.hero-section p {
font-size: 1.25rem;
margin: 2rem 0;
}
.hero-secti... | html/wp-content/themes/steinerskolan2.0/assets/css/landing.css | .hero-section {
height: 95vh;
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 10vw;
}
.hero-section .hero-top-title,
.hero-section .hero-bottom-title {
width: 800px;
font-size: 5rem;
font-weight: 700;
}
.hero-section p {
font-size: 1.25rem;
margin: 2rem 0;
}
.hero-secti... | 0.580709 | 0.096877 |
*{
margin: 0px;
padding: 0px;
}
.Banner{
display: flex;
justify-content: space-evenly;
background-color: #005cb980;
flex-wrap: wrap;
align-items: center;
padding: 10px;
}
/*Comentarios*/
.Comentarios{
display: flex;
flex-direction: column;
align-items: center;
}
.Comen... | wwwroot/css/style.css | *{
margin: 0px;
padding: 0px;
}
.Banner{
display: flex;
justify-content: space-evenly;
background-color: #005cb980;
flex-wrap: wrap;
align-items: center;
padding: 10px;
}
/*Comentarios*/
.Comentarios{
display: flex;
flex-direction: column;
align-items: center;
}
.Comen... | 0.382949 | 0.092401 |
body{
font-family: "jaf-facitweb","Helvetica Neue",Arial,sans-serif;
font-size: 16px;
line-height: 1.44em;
}
img{
padding: 0;
margin: 0;
}
#connection-zone{
margin: 5% auto 0 auto;
width: 400px;
min-height: 500px;
border-radius: 5px;
box-shadow: 0 2px 10px rgba(0,0,0,0.45);
... | public/style.css | body{
font-family: "jaf-facitweb","Helvetica Neue",Arial,sans-serif;
font-size: 16px;
line-height: 1.44em;
}
img{
padding: 0;
margin: 0;
}
#connection-zone{
margin: 5% auto 0 auto;
width: 400px;
min-height: 500px;
border-radius: 5px;
box-shadow: 0 2px 10px rgba(0,0,0,0.45);
... | 0.371707 | 0.087603 |