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 |
|---|---|---|---|---|
*{
margin:0;
padding:0;
box-sizing :border-box;
font-family:'Poppins',sans-serif;
}
header {
position:absolute;
top:0;
Left:0;
width: 100%;
display:flex;
justify-content:space-between;
align-items:center;
padding :40px 100px;
z-index :1000;
}
header .l... | src/style.css | *{
margin:0;
padding:0;
box-sizing :border-box;
font-family:'Poppins',sans-serif;
}
header {
position:absolute;
top:0;
Left:0;
width: 100%;
display:flex;
justify-content:space-between;
align-items:center;
padding :40px 100px;
z-index :1000;
}
header .l... | 0.412767 | 0.079567 |
.trellosearchWin {
border: none;
border-radius: 5px;
height: 262px;
width: 456px;
margin-bottom: 30px;
}
#trelloheader {
padding: 0;
border-bottom: 1px #E2E2E2 solid;
height: 39px;
background: #026AA7;
z-index: 10;
box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.branding span {... | styles.css | .trellosearchWin {
border: none;
border-radius: 5px;
height: 262px;
width: 456px;
margin-bottom: 30px;
}
#trelloheader {
padding: 0;
border-bottom: 1px #E2E2E2 solid;
height: 39px;
background: #026AA7;
z-index: 10;
box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.branding span {... | 0.477554 | 0.119974 |
@font-face {
font-family: OpenSans;
font-style: normal;
font-weight: 400;
src: url(../Fonts/Open_Sans/opensans-regular-webfont.woff2);
font-display: swap;
}
@font-face {
font-family: Ubuntu;
font-style: normal;
font-weight: 500;
src: url(../Fonts/Ubuntu/ubuntu-medium-webfont.woff2);... | Public/Stylesheets/styles.css | @font-face {
font-family: OpenSans;
font-style: normal;
font-weight: 400;
src: url(../Fonts/Open_Sans/opensans-regular-webfont.woff2);
font-display: swap;
}
@font-face {
font-family: Ubuntu;
font-style: normal;
font-weight: 500;
src: url(../Fonts/Ubuntu/ubuntu-medium-webfont.woff2);... | 0.354992 | 0.085251 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
font-size: 62.5%;
}
body {
font-family: 'Montserrat', sans-serif;
}
header {
width: 100%;
height: auto;
}
.calculator-title {
width: 100%;
padding: 20px;
color: white;
background-color:steelblue;
text-align: cent... | styles/style.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
font-size: 62.5%;
}
body {
font-family: 'Montserrat', sans-serif;
}
header {
width: 100%;
height: auto;
}
.calculator-title {
width: 100%;
padding: 20px;
color: white;
background-color:steelblue;
text-align: cent... | 0.569015 | 0.237919 |
@font-face {
font-weight: normal;
font-style: normal;
font-family: 'stroke7pixeden';
src:url('../fonts/stroke7pixeden/stroke7pixeden.eot?u58ytb');
src:url('../fonts/stroke7pixeden/stroke7pixeden.eot?#iefixu58ytb') format('embedded-opentype'),
url('../fonts/stroke7pixeden/stroke7pixeden.woff?u58ytb') format('woff... | app/css/tabstyles.css | @font-face {
font-weight: normal;
font-style: normal;
font-family: 'stroke7pixeden';
src:url('../fonts/stroke7pixeden/stroke7pixeden.eot?u58ytb');
src:url('../fonts/stroke7pixeden/stroke7pixeden.eot?#iefixu58ytb') format('embedded-opentype'),
url('../fonts/stroke7pixeden/stroke7pixeden.woff?u58ytb') format('woff... | 0.177454 | 0.065875 |
meta.foundation-version {
font-family: "/5.5.1/";
}
/* line 352, ../../sass/vendor/foundation/components/_global.scss */
meta.foundation-mq-small {
font-family: "/only screen/";
width: 0;
}
/* line 357, ../../sass/vendor/foundation/components/_global.scss */
meta.foundation-mq-small-only {
font-family: "/only... | cms/admin/themes/gentellela/css/app/global.css | meta.foundation-version {
font-family: "/5.5.1/";
}
/* line 352, ../../sass/vendor/foundation/components/_global.scss */
meta.foundation-mq-small {
font-family: "/only screen/";
width: 0;
}
/* line 357, ../../sass/vendor/foundation/components/_global.scss */
meta.foundation-mq-small-only {
font-family: "/only... | 0.244453 | 0.040693 |
@charset "UTF-8";
/*
Fonts
*/
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,300);
/*
The Foundation
*/
body {
margin-top: 1em
}
.tabby {
font: 300 0/1.5"Open Sans", "Segoe UI Light", "Segoe UI Web Ligh... | css/tabby-box-.css | @charset "UTF-8";
/*
Fonts
*/
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,300);
/*
The Foundation
*/
body {
margin-top: 1em
}
.tabby {
font: 300 0/1.5"Open Sans", "Segoe UI Light", "Segoe UI Web Ligh... | 0.350755 | 0.069258 |
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap');
body {
margin:0;
padding: 0;
font-family: 'IBM Plex Sans', sans-serif;
color: #8F8F8F;
}
ul, li {
list-style: none;
margin: 0;
padding: 0;
}
p,h1,h2,h3,h4,h5,h6 {
margin: 0;
padding: 0;
}
p {
font-weig... | assets/css/style.css | @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap');
body {
margin:0;
padding: 0;
font-family: 'IBM Plex Sans', sans-serif;
color: #8F8F8F;
}
ul, li {
list-style: none;
margin: 0;
padding: 0;
}
p,h1,h2,h3,h4,h5,h6 {
margin: 0;
padding: 0;
}
p {
font-weig... | 0.273866 | 0.061227 |
a {
text-decoration:none;
}
/* エラーメッセージ用のスタイル */
.error {
color: red;
}
/* 成功メッセージ用のスタイル */
.success {
color: green;
}
/*いいねボタン*/
.like_button {
cursor: pointer;
}
.like {
display: inline;
}
.like_post {
background-color: #dccaca;
border: solid 1px #e67c2e;
}
.like_post .like_button {
color: yel... | public/css/styles.css | a {
text-decoration:none;
}
/* エラーメッセージ用のスタイル */
.error {
color: red;
}
/* 成功メッセージ用のスタイル */
.success {
color: green;
}
/*いいねボタン*/
.like_button {
cursor: pointer;
}
.like {
display: inline;
}
.like_post {
background-color: #dccaca;
border: solid 1px #e67c2e;
}
.like_post .like_button {
color: yel... | 0.282295 | 0.120439 |
.Calendar {
height: 550px;
width: 385px;
background: transparent;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-areas: "title title title year year year year" "month month month month month month ... | src/css/dashboardDemo/Calendar.css | .Calendar {
height: 550px;
width: 385px;
background: transparent;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-areas: "title title title year year year year" "month month month month month month ... | 0.688783 | 0.390912 |
.theme-dark {
--header-primary: #D9E0EE !important;
--background-primary: #1E1E2E !important;
--background-primary-alt: #1E1E2E !important;
--background-mobile-primary: #1E1E2E !important;
--background-secondary: #1A1826 !important;
--background-secondary-alt: #1A1826 !important;
--background-mobil... | Catppuccin.theme.css | .theme-dark {
--header-primary: #D9E0EE !important;
--background-primary: #1E1E2E !important;
--background-primary-alt: #1E1E2E !important;
--background-mobile-primary: #1E1E2E !important;
--background-secondary: #1A1826 !important;
--background-secondary-alt: #1A1826 !important;
--background-mobil... | 0.320609 | 0.046098 |
.box {
background-color: #FFFFFF;
width: 400px;
height: 400px;
margin: 7em auto;
border-radius: 1.5em;
}
.font {
padding-top: 30px;
color:grey;
font-weight: bold;
font-size: 22px;
}
sign {
padding-top: 40px;
... | style-login.css | .box {
background-color: #FFFFFF;
width: 400px;
height: 400px;
margin: 7em auto;
border-radius: 1.5em;
}
.font {
padding-top: 30px;
color:grey;
font-weight: bold;
font-size: 22px;
}
sign {
padding-top: 40px;
... | 0.384565 | 0.089574 |
body{
font-family: 'Raleway', sans-serif;
top: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.cart-title{
color: #fff;
font-size: 25px;
font-weight: 700;
line-height: 1.1;
margin-top: 0;
text-align: center;
text-decoration: underline;
}
.new-comment{
margin-top: 10px;
}
#cart-btn{
... | service-oriented-system/public/stylesheets/main.css | body{
font-family: 'Raleway', sans-serif;
top: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.cart-title{
color: #fff;
font-size: 25px;
font-weight: 700;
line-height: 1.1;
margin-top: 0;
text-align: center;
text-decoration: underline;
}
.new-comment{
margin-top: 10px;
}
#cart-btn{
... | 0.450118 | 0.063106 |
*{ /*aplicando a todos os elementos*/
margin: 0;
padding: 0;
box-sizing: border-box; /*incluindo tamanho de borda e padding*/
}
body{
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
font-size: 13px;
overflow-x: hidden; /*conteudo que ultrapasse a horizontal será ignorado...*... | Projeto Awax/assets/css/style.css |
*{ /*aplicando a todos os elementos*/
margin: 0;
padding: 0;
box-sizing: border-box; /*incluindo tamanho de borda e padding*/
}
body{
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
font-size: 13px;
overflow-x: hidden; /*conteudo que ultrapasse a horizontal será ignorado...*... | 0.256925 | 0.055926 |
input:focus, a:focus, .btn:focus, .cusel:focus{outline: 0 none;}
a, a:visited, .btn:visited {outline:none;}
body input:focus:invalid:focus, body textarea:focus:invalid:focus, body select:focus:invalid:focus {
border: 1px solid #fe8504;
outline: none;
box-shadow: none;
}
html, body{height: 100%;}
body{font-f... | src/Table/MainBundle/Resources/public/css/main.css | input:focus, a:focus, .btn:focus, .cusel:focus{outline: 0 none;}
a, a:visited, .btn:visited {outline:none;}
body input:focus:invalid:focus, body textarea:focus:invalid:focus, body select:focus:invalid:focus {
border: 1px solid #fe8504;
outline: none;
box-shadow: none;
}
html, body{height: 100%;}
body{font-f... | 0.292292 | 0.072243 |
.about {
max-width: 1000px;
position: relative;
margin: 0px auto;
padding: 150px 0px;
animation: onload 1.5s;
animation-delay: 2.3s;
animation-fill-mode: backwards;
}
.page-heading {
position: relative;
display: flex;
-webkit-box-align: center;
align-items: center;
width: 100%;
white-... | src/styles/about.css | .about {
max-width: 1000px;
position: relative;
margin: 0px auto;
padding: 150px 0px;
animation: onload 1.5s;
animation-delay: 2.3s;
animation-fill-mode: backwards;
}
.page-heading {
position: relative;
display: flex;
-webkit-box-align: center;
align-items: center;
width: 100%;
white-... | 0.470493 | 0.09645 |
.font-nova {
font-family: 'Comfortaa', cursive !important;
}
.no-margin {
margin: 0 !important;
}
.md-card {
position: inherit !important;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
border: none;... | web/build/css/cv_content_pdf.css | .font-nova {
font-family: 'Comfortaa', cursive !important;
}
.no-margin {
margin: 0 !important;
}
.md-card {
position: inherit !important;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
border: none;... | 0.359589 | 0.088112 |
.resource-publishLive .modal-dialog {
width: 700px;
height: 400px;
}
.resource-publishLive .modal-content {
position: relative;
background: #f1f2f4;
}
.resource-publishLive .modal-content .live {
width: 698px;
border: 4px solid #dddddd;
}
.resource-publishLive .modal-content .header {
hei... | app/resourceCenter/live/modal/publishLive/puslishLive.css | .resource-publishLive .modal-dialog {
width: 700px;
height: 400px;
}
.resource-publishLive .modal-content {
position: relative;
background: #f1f2f4;
}
.resource-publishLive .modal-content .live {
width: 698px;
border: 4px solid #dddddd;
}
.resource-publishLive .modal-content .header {
hei... | 0.367497 | 0.043589 |
.ui-cards-list ul,
.ui-card .ui-list-block ul {
background: none;
}
.ui-cards-list > ul:before,
.ui-card .ui-list-block > ul:before {
display: none;
}
.ui-cards-list > ul:after,
.ui-card .ui-list-block > ul:after {
display: none;
}
.ui-card {
background: #fff;
box-shadow: 0 0.05rem 0.1rem rgba(0, 0,... | Public/Static/Mobile/mtui/card.css | .ui-cards-list ul,
.ui-card .ui-list-block ul {
background: none;
}
.ui-cards-list > ul:before,
.ui-card .ui-list-block > ul:before {
display: none;
}
.ui-cards-list > ul:after,
.ui-card .ui-list-block > ul:after {
display: none;
}
.ui-card {
background: #fff;
box-shadow: 0 0.05rem 0.1rem rgba(0, 0,... | 0.363421 | 0.035847 |
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background: #dfa54e; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVy... | frontend/web/css/scrollToTop.css | display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background: #dfa54e; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVy... | 0.305386 | 0.094803 |
.discrete-slider {
position: relative;
width: 100%;
margin: 50px 0 25px;
outline: none !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.discrete-slider input[type=range] {
-webkit-appearance: none;
width: 100%;
background: ... | src/components/discrete-slider/discrete-slider.css | .discrete-slider {
position: relative;
width: 100%;
margin: 50px 0 25px;
outline: none !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.discrete-slider input[type=range] {
-webkit-appearance: none;
width: 100%;
background: ... | 0.262842 | 0.114641 |
@-moz-document regexp("^https?:\/\/forums\.unrealengine\.com\/.*") {
/*==========================================================================*/
/*-------------------------- Optional Mods start ---------------------------*/
/* Those modifications are optional and not every user may want them,
... | data/usercss/147773.user.css | @-moz-document regexp("^https?:\/\/forums\.unrealengine\.com\/.*") {
/*==========================================================================*/
/*-------------------------- Optional Mods start ---------------------------*/
/* Those modifications are optional and not every user may want them,
... | 0.367157 | 0.033463 |
body {
height: 1600px;
}
header {
margin-top: 3%;
margin-left: 3%;
margin-right: 5%;
margin-bottom: 0%;
padding-bottom: 0%;
line-height: 20%;
}
#headerCont p { font-size: small;
color: gray; }
#headerCont {
float: left;
display: flex;
clear: both;
padding: 10px;
... | style.css | body {
height: 1600px;
}
header {
margin-top: 3%;
margin-left: 3%;
margin-right: 5%;
margin-bottom: 0%;
padding-bottom: 0%;
line-height: 20%;
}
#headerCont p { font-size: small;
color: gray; }
#headerCont {
float: left;
display: flex;
clear: both;
padding: 10px;
... | 0.29381 | 0.103976 |
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/* 스타일 초기화 */
html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
address, form, fieldset, legend,
table, caption, col, colgroup, thead, tfoot, tbody, th, td {
margin:0;
padding:0;
font-family:'Nanum Gothic','돋움','Helvetica N... | si-modules/DM_Web_Server/src/main/webapp/css/hitdm/reset.css | @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/* 스타일 초기화 */
html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
address, form, fieldset, legend,
table, caption, col, colgroup, thead, tfoot, tbody, th, td {
margin:0;
padding:0;
font-family:'Nanum Gothic','돋움','Helvetica N... | 0.234933 | 0.075585 |
* {
box-sizing: border-box;
margin: 0 auto;
}
/* ids */
/* classes */
.hamburger {
margin-top: 10px;
margin-bottom: -5px;
background: none;
border-color: #2196f3;
}
.navigation {
list-style: none;
padding-left: 0;
}
.navigation li {
display: none;
}
.navigation.responsive {
... | selectedprojects/weather_site/lesson6/styles/main-6.css | * {
box-sizing: border-box;
margin: 0 auto;
}
/* ids */
/* classes */
.hamburger {
margin-top: 10px;
margin-bottom: -5px;
background: none;
border-color: #2196f3;
}
.navigation {
list-style: none;
padding-left: 0;
}
.navigation li {
display: none;
}
.navigation.responsive {
... | 0.2359 | 0.132655 |
body {
font-family:Arial;
font-size: 14px; line-height: 18px;
color: #333;
background: #fff;
margin: 0;
padding: 0;
line-height: normal; font-weight: 300;
}
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
src: url('../fonts/fontawesome-webfont.eot?#ief... | report/assets/css/anexture.css | body {
font-family:Arial;
font-size: 14px; line-height: 18px;
color: #333;
background: #fff;
margin: 0;
padding: 0;
line-height: normal; font-weight: 300;
}
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
src: url('../fonts/fontawesome-webfont.eot?#ief... | 0.322953 | 0.052765 |
a {
text-decoration: none;
}
input {
width: 100%;
font-size: 25px;
padding: 5px;
}
.main-container {
margin-left: 35%;
margin-right: 35%;
margin-top: 10%;
padding: 2px;
display: block;
}
.main-block {
background-color: #f4f7f9;
color: black;
padding: 5px;
}
.task {
backg... | public/css/task-js.css | a {
text-decoration: none;
}
input {
width: 100%;
font-size: 25px;
padding: 5px;
}
.main-container {
margin-left: 35%;
margin-right: 35%;
margin-top: 10%;
padding: 2px;
display: block;
}
.main-block {
background-color: #f4f7f9;
color: black;
padding: 5px;
}
.task {
backg... | 0.326593 | 0.09899 |
* {
color:inherit;
font: inherit;
padding:0; margin:0;
}
html { background-color:#CCC; }
body {
color:#666;
background-color:#FFF;
font-size: 100%;
margin: 1em 2em;
font-family: Calibri, Tahoma, Verdana, Helvetica, Arial, sans-serif;
width: 43em;
padding: 1em 1em;
}
ul.navline ... | public/stylesheets/master.css | * {
color:inherit;
font: inherit;
padding:0; margin:0;
}
html { background-color:#CCC; }
body {
color:#666;
background-color:#FFF;
font-size: 100%;
margin: 1em 2em;
font-family: Calibri, Tahoma, Verdana, Helvetica, Arial, sans-serif;
width: 43em;
padding: 1em 1em;
}
ul.navline ... | 0.447943 | 0.083965 |
.main-content{
/* <!--width: 100vw;--> */
height: 100vh;
margin-top: 0px;
padding-left: 250px;
transition: all 0.3s ease-in-out;
}
.hidden{
display:none;
}
.bootstrap-tagsinput .tag {
background: var(--primary-color);
border: none;
padding: 0 6px;
margin-right: 2px;
colo... | assets/css/admin/admin_styles.css | .main-content{
/* <!--width: 100vw;--> */
height: 100vh;
margin-top: 0px;
padding-left: 250px;
transition: all 0.3s ease-in-out;
}
.hidden{
display:none;
}
.bootstrap-tagsinput .tag {
background: var(--primary-color);
border: none;
padding: 0 6px;
margin-right: 2px;
colo... | 0.359364 | 0.067762 |
@import url(https://fonts.googleapis.com/css?family=Montserrat);
body
{
margin: 0;
padding-top: 0;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
font-family: segoe script;
background: url(../images/bg1.jpg)no-repeat center top;
background-size: cover;
-webkit-backgroun... | public/css/loginstyle.css | @import url(https://fonts.googleapis.com/css?family=Montserrat);
body
{
margin: 0;
padding-top: 0;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
font-family: segoe script;
background: url(../images/bg1.jpg)no-repeat center top;
background-size: cover;
-webkit-backgroun... | 0.291082 | 0.072768 |
body {
font-family: 'Montserrat', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0;
font-size: 16px;
line-height: 1.5;
background-color: #D1CEC5;
}
main {
max-width: 850px;
margin: 32px auto;
padding: 0 24px;
}
a {
color: deepskyblue;
text-decorat... | src/app.css | body {
font-family: 'Montserrat', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0;
font-size: 16px;
line-height: 1.5;
background-color: #D1CEC5;
}
main {
max-width: 850px;
margin: 32px auto;
padding: 0 24px;
}
a {
color: deepskyblue;
text-decorat... | 0.330579 | 0.064271 |
.ant-tree-checkbox-inner {
z-index: 10;
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
border: 0.1em solid #fff;
border-top: 0;
border-left: 0;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher::after {
height: 12px;
line-height: 12px;
background: #fff;
}
.fileTree li {
padding: ... | dbus-keeper/keeper-web/app/components/common/FileTree/res/styles/fileTree.css |
.ant-tree-checkbox-inner {
z-index: 10;
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
border: 0.1em solid #fff;
border-top: 0;
border-left: 0;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher::after {
height: 12px;
line-height: 12px;
background: #fff;
}
.fileTree li {
padding: ... | 0.391406 | 0.090133 |
body#theme-default {
background: #333;
}
.round {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.round_top {
border-top-left-radius:3px;
-moz-border-radius-topleft:3px;
-webkit-border-radius-topleft:3px;
border-top-right-radius:3px;
-moz-border-radius-topright:3px;
-webkit-border-r... | monitor/upate/www/depend/css/themes.css | body#theme-default {
background: #333;
}
.round {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.round_top {
border-top-left-radius:3px;
-moz-border-radius-topleft:3px;
-webkit-border-radius-topleft:3px;
border-top-right-radius:3px;
-moz-border-radius-topright:3px;
-webkit-border-r... | 0.18418 | 0.073696 |
body {
min-height: 2000px;
padding-top: 2.5em;
}
body > .container > h1 a {
color: inherit;
}
body > .container > h1 a:hover {
color: inherit;
}
h1 .urban {
font-family: marsneveneksk;
color: hotpink;
font-size: 0.8em;
font-size: 10vw;
margin-left: 0.125em;
}
h1 .urban::before {
co... | public/stylesheets/main.css | body {
min-height: 2000px;
padding-top: 2.5em;
}
body > .container > h1 a {
color: inherit;
}
body > .container > h1 a:hover {
color: inherit;
}
h1 .urban {
font-family: marsneveneksk;
color: hotpink;
font-size: 0.8em;
font-size: 10vw;
margin-left: 0.125em;
}
h1 .urban::before {
co... | 0.584627 | 0.105441 |
@CHARSET "UTF-8";
.wlDialog-mask{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
filter: alpha(opacity=0);
opacity: 0.0;
background: #fff;
display1: none;
font-size: 1px;
overflow: hidden;
display: none;
z-index: 9000;
}
.wlDialog *{
box-sizing:border-box;
}
.wlDialog{
position:absolut... | s/js/ui/wlToolbar/wlToolbar.all.css | @CHARSET "UTF-8";
.wlDialog-mask{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
filter: alpha(opacity=0);
opacity: 0.0;
background: #fff;
display1: none;
font-size: 1px;
overflow: hidden;
display: none;
z-index: 9000;
}
.wlDialog *{
box-sizing:border-box;
}
.wlDialog{
position:absolut... | 0.218753 | 0.062531 |
html, body { background: ; }
body { font-size: 17pt !important; font-weight: 400 !important; font-family: 'Heebo', sans-serif !important; }
h1,h2,h3,h4,h5,h6 { font-weight: 100; font-family: 'Oxygen', sans-serif; }
.container { width: 450px; margin: 0 auto; position: relative; top: 100; }
.login-form { background-colo... | public/assets/css/app.css |
html, body { background: ; }
body { font-size: 17pt !important; font-weight: 400 !important; font-family: 'Heebo', sans-serif !important; }
h1,h2,h3,h4,h5,h6 { font-weight: 100; font-family: 'Oxygen', sans-serif; }
.container { width: 450px; margin: 0 auto; position: relative; top: 100; }
.login-form { background-colo... | 0.385953 | 0.085824 |
width: 300px;
}
.command-zone {
font-family: 'Raleway', sans-serif;
overflow-y: auto;
}
.network-info {
padding: 12px;
}
.content {
overflow-y: auto;
overflow-x: hidden;
}
.fancy-text {
font-family: 'Raleway', sans-serif;
font-size: 1.2em;
color: #534b45;
background-color: #EDE9E2;
}
.fancy-tex... | Patent2Net/media/Graph-recipes/app.css | width: 300px;
}
.command-zone {
font-family: 'Raleway', sans-serif;
overflow-y: auto;
}
.network-info {
padding: 12px;
}
.content {
overflow-y: auto;
overflow-x: hidden;
}
.fancy-text {
font-family: 'Raleway', sans-serif;
font-size: 1.2em;
color: #534b45;
background-color: #EDE9E2;
}
.fancy-tex... | 0.368747 | 0.068881 |
@font-face {
font-family: 'Poppins';
src: url('./Poppins-Thin.ttf');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-ThinItalic.ttf');
font-weight: 100;
font-style: italic;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-ExtraLight.ttf');... | fonts/Poppins/font.css | @font-face {
font-family: 'Poppins';
src: url('./Poppins-Thin.ttf');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-ThinItalic.ttf');
font-weight: 100;
font-style: italic;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-ExtraLight.ttf');... | 0.211091 | 0.060613 |
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
.container {
max-width: 75rem;
margin: 0 auto;
}
button {
background-color: #0282f9;
color: white;
padding: 10px 40px;
border-style: none;
}
li {
list-style: none;
}
.nav_top {
background-color: #0282f9;
height: 1.25rem;
color: white;
... | public/css/app.css | * {
box-sizing: border-box;
padding: 0;
margin: 0;
}
.container {
max-width: 75rem;
margin: 0 auto;
}
button {
background-color: #0282f9;
color: white;
padding: 10px 40px;
border-style: none;
}
li {
list-style: none;
}
.nav_top {
background-color: #0282f9;
height: 1.25rem;
color: white;
... | 0.439988 | 0.084833 |
body {
padding-top:50px;
}
/*Navigation Sidebar */
#sidebar li {
margin: 0;
}
#sidebar li a {
display: block;
color: #777;
border-left: 1px solid rgba(0,0,0,0);
padding: 4px 4px 4px 20px;
text-decoration: none;
border-color: #eee;
}
#sidebar li ol {
display: non... | documentation/css/docs.css | body {
padding-top:50px;
}
/*Navigation Sidebar */
#sidebar li {
margin: 0;
}
#sidebar li a {
display: block;
color: #777;
border-left: 1px solid rgba(0,0,0,0);
padding: 4px 4px 4px 20px;
text-decoration: none;
border-color: #eee;
}
#sidebar li ol {
display: non... | 0.288268 | 0.057679 |
* Elements
*/
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slig... | style.css | * Elements
*/
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slig... | 0.555676 | 0.155431 |
.background-main-color,
.blog-post.layout-2 .img-out .icon-type,
a.firo-bottom {
background-color: #ec278d;
}
.background-second-color {
background-color: #466396;
}
.firo-title.layout-3 h2.title:before {
background-color: #466396;
}
.firo-title.layout-4 h2.title:before {
border-color: #466396;
}
.firo-titl... | public/stylesheets/color.css | .background-main-color,
.blog-post.layout-2 .img-out .icon-type,
a.firo-bottom {
background-color: #ec278d;
}
.background-second-color {
background-color: #466396;
}
.firo-title.layout-3 h2.title:before {
background-color: #466396;
}
.firo-title.layout-4 h2.title:before {
border-color: #466396;
}
.firo-titl... | 0.415373 | 0.078784 |
body, html
{
background-color: black !important;
height: 100%;
padding: 0px;
margin: 0px;
min-width: 1100px;
}
::-webkit-scrollbar {
width: 20px;
}
/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
... | site/web/css/base.css | body, html
{
background-color: black !important;
height: 100%;
padding: 0px;
margin: 0px;
min-width: 1100px;
}
::-webkit-scrollbar {
width: 20px;
}
/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
... | 0.36591 | 0.058051 |
@charset "UTF-8";
img {
/*border: none;*/
/*vertical-align: middle;*/
}
a {
color: #3f240e;
text-decoration: none;
}
a:hover {
color: #f40;
text-decoration: none;
}
.clear {
clear: both;
*display: inline;
/*IE only*/
}
.text-red {
color: red;
}
.ui-toolbar{
border-top-w... | css/common.css | @charset "UTF-8";
img {
/*border: none;*/
/*vertical-align: middle;*/
}
a {
color: #3f240e;
text-decoration: none;
}
a:hover {
color: #f40;
text-decoration: none;
}
.clear {
clear: both;
*display: inline;
/*IE only*/
}
.text-red {
color: red;
}
.ui-toolbar{
border-top-w... | 0.338842 | 0.050776 |
[role=banner] h1 svg path {
fill: red !important;
}
[role=banner] h1 {
color: red !important;
}
.btn--tertiary {border-color: #b1b1bc !important;box-shadow: none;background-color: white !important; }
.btn--tertiary,.btn--tertiary:link,.btn--tertiary:visited,.btn--tertiary:hover,.btn--tertiary:focus,.btn--tertiary... | public/stylesheet/custom.css | [role=banner] h1 svg path {
fill: red !important;
}
[role=banner] h1 {
color: red !important;
}
.btn--tertiary {border-color: #b1b1bc !important;box-shadow: none;background-color: white !important; }
.btn--tertiary,.btn--tertiary:link,.btn--tertiary:visited,.btn--tertiary:hover,.btn--tertiary:focus,.btn--tertiary... | 0.315947 | 0.073397 |
body {
padding-top: 70px;
font-family: 'Lato', sans-serif;
background: #006400;
}
.spacer {
padding: 15px;
}
/*Navigation Bar Color*/
.navbar {
background-color: #006400;
}
/*Navigation Brand Name*/
.navbar-default .navbar-brand {
color: #fff;
font-size: 24px;
}
.navbar-default .navb... | src/css/index.css | body {
padding-top: 70px;
font-family: 'Lato', sans-serif;
background: #006400;
}
.spacer {
padding: 15px;
}
/*Navigation Bar Color*/
.navbar {
background-color: #006400;
}
/*Navigation Brand Name*/
.navbar-default .navbar-brand {
color: #fff;
font-size: 24px;
}
.navbar-default .navb... | 0.413714 | 0.066327 |
div.myseisplot {
}
div.particleMotion {
}
.predicted polygon {
fill: rgba(220,220,220,.4);
}
.pick polygon {
fill: rgba(255,100,100,.4);
}
path.seispath {
stroke: skyblue;
fill: none;
stroke-width: 1px;
}
/* Responsive SVG */
.svg-container-square {
display: inline-block;
position: relative;
w... | wwwStatus/style.css | div.myseisplot {
}
div.particleMotion {
}
.predicted polygon {
fill: rgba(220,220,220,.4);
}
.pick polygon {
fill: rgba(255,100,100,.4);
}
path.seispath {
stroke: skyblue;
fill: none;
stroke-width: 1px;
}
/* Responsive SVG */
.svg-container-square {
display: inline-block;
position: relative;
w... | 0.607663 | 0.149967 |
.main {
position: absolute;
top: 48px;
right: 0px;
bottom: 0px;
left: 0px;
background: url(../images/warlock_bg.png) no-repeat center;
background-size: contain;
}
.control .label {
line-height: 30;
margin-right: 10px;
float: left;
}
.label {
color: rgb(122, 39, 54);
}
.to... | libs/console/css/controlpanel.css | .main {
position: absolute;
top: 48px;
right: 0px;
bottom: 0px;
left: 0px;
background: url(../images/warlock_bg.png) no-repeat center;
background-size: contain;
}
.control .label {
line-height: 30;
margin-right: 10px;
float: left;
}
.label {
color: rgb(122, 39, 54);
}
.to... | 0.610918 | 0.129485 |
@charset "utf-8";
body{margin: 0px; min-height: 100%;}
div{background-color: #ffffff;}
#pagewrap{background-color: #f5f5f9;}
.main{background-color: #f5f5f9;}
a:visited{color: #4f4f4f} a:link{color: #4f4f4f} a:hover{color: #4f4f4f} a:active{color: #4f4f4f}
#header_img{width: 100%;}
.button_nav{width: 25%; text-align: ... | Public/Style/style.css | @charset "utf-8";
body{margin: 0px; min-height: 100%;}
div{background-color: #ffffff;}
#pagewrap{background-color: #f5f5f9;}
.main{background-color: #f5f5f9;}
a:visited{color: #4f4f4f} a:link{color: #4f4f4f} a:hover{color: #4f4f4f} a:active{color: #4f4f4f}
#header_img{width: 100%;}
.button_nav{width: 25%; text-align: ... | 0.174762 | 0.074198 |
this changes the background of the whole
webpage */
/*The selector points to the HTML element you want to style.
The declaration block contains one or more declarations separated by semicolons.
Each declaration includes a CSS property name and a value, separated by a colon.*/
/* body*/
... | jollof rice 6/jollof rice.css | this changes the background of the whole
webpage */
/*The selector points to the HTML element you want to style.
The declaration block contains one or more declarations separated by semicolons.
Each declaration includes a CSS property name and a value, separated by a colon.*/
/* body*/
... | 0.109254 | 0.141222 |
p {
background-color: #b3b3b3;
border-style: dashed;
border-color: green;
border-right-width: 0px;
border-left-width: 0px;
}
h2 {
background-color: #b3b3b3;
border-style: dashed;
border-color: green;
border-right-width: 0px;
border-left-width: 0px;
}
#footer {
background-co... | website/css/mylayouts.css | p {
background-color: #b3b3b3;
border-style: dashed;
border-color: green;
border-right-width: 0px;
border-left-width: 0px;
}
h2 {
background-color: #b3b3b3;
border-style: dashed;
border-color: green;
border-right-width: 0px;
border-left-width: 0px;
}
#footer {
background-co... | 0.540439 | 0.181227 |
.jumbotron{
padding: 0px;
margin: 0px;
background-color: #fff !important;
}
.top-header{
background-color: #ffffff;
height: 40px;
}
.top-menu{
/*margin-left: 66.7%;*/
padding-top: 20px;
position: relative;
float: left;
}
.top-menu ul{
list-style-type: none;
}
.top-menu ul li{
float: left;
text-transform... | public/assets/css/site/custom.css | .jumbotron{
padding: 0px;
margin: 0px;
background-color: #fff !important;
}
.top-header{
background-color: #ffffff;
height: 40px;
}
.top-menu{
/*margin-left: 66.7%;*/
padding-top: 20px;
position: relative;
float: left;
}
.top-menu ul{
list-style-type: none;
}
.top-menu ul li{
float: left;
text-transform... | 0.165728 | 0.055413 |
.breadcrumbs {
padding: 0 5px 0 0;
line-height: 38px;
color: #666
}
.breadcrumbs .menus {
float: left
}
.breadcrumbs .menus a {
margin-right: 6px
}
.breadcrumbs .right {
float: right;
color: #bbb
}
.breadcrumbs .right i {
font-size: 20px;
margin-right: 5px;
vertical-align: -2px
}
.breadcrumbs .right .code {
... | project/xiansu/css/goods.css | .breadcrumbs {
padding: 0 5px 0 0;
line-height: 38px;
color: #666
}
.breadcrumbs .menus {
float: left
}
.breadcrumbs .menus a {
margin-right: 6px
}
.breadcrumbs .right {
float: right;
color: #bbb
}
.breadcrumbs .right i {
font-size: 20px;
margin-right: 5px;
vertical-align: -2px
}
.breadcrumbs .right .code {
... | 0.317426 | 0.090776 |
@import url('grid_12-825-55-15.css');
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-Black.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-Black.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-Black.ttf') format('truetype');... | www/www/fonts/PublicSans/css/public-sans.css | @import url('grid_12-825-55-15.css');
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-Black.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-Black.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-Black.ttf') format('truetype');... | 0.276886 | 0.032744 |
*{
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.letra{
font-size: 300%;
font-family: 'Dancing Script', cursive;
font-weight: bold;
text-align: center;
color: #D2B4DE ;
}
.letra2{
font-size: 300%;
font-wei... | public/css/estilomenu.css | *{
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.letra{
font-size: 300%;
font-family: 'Dancing Script', cursive;
font-weight: bold;
text-align: center;
color: #D2B4DE ;
}
.letra2{
font-size: 300%;
font-wei... | 0.439507 | 0.095181 |
.slides.template-uulm-in section > article:not(.fill):not(.title-slide):before{
content:"";
display:block;
border-top:2px solid rgb(163,38,56);
position: absolute;
width: 100%;
height: 2px;
min-height: 2px;
left: 0;
top: 24px;
}
.slides.template-uulm-in section > article:not(.fill):not(.title-slide) .slide-... | slidify/libraries/frameworks/html5slides/uulm/uulm.css | .slides.template-uulm-in section > article:not(.fill):not(.title-slide):before{
content:"";
display:block;
border-top:2px solid rgb(163,38,56);
position: absolute;
width: 100%;
height: 2px;
min-height: 2px;
left: 0;
top: 24px;
}
.slides.template-uulm-in section > article:not(.fill):not(.title-slide) .slide-... | 0.28877 | 0.10004 |
:root {
--top-bar-height: 0px !important;
--default-color: #70939f !important;
--hover-color: #b0d2d6 !important;
--active-color: #68b0d0 !important;
--ui-border-color: rgba(0, 0, 0, 0.06) !important;
--ui-border-color-dark: rgba(0, 0, 0, 0.06) !important;
--ui-border-color-active: #b0d2d6;
--primary-ba... | platform/viewer/src/styles/index.css | :root {
--top-bar-height: 0px !important;
--default-color: #70939f !important;
--hover-color: #b0d2d6 !important;
--active-color: #68b0d0 !important;
--ui-border-color: rgba(0, 0, 0, 0.06) !important;
--ui-border-color-dark: rgba(0, 0, 0, 0.06) !important;
--ui-border-color-active: #b0d2d6;
--primary-ba... | 0.376165 | 0.135604 |
:root {
--currently-playing-text: white;
--player-background: black;
--player-text: white;
--modal-background: black;
--modal-text: white;
--modal-border: white;
--accent: turquoise;
--accent-highlighted: rgb(173, 255, 247);
--accent-muted: teal;
--accent-text-dark: black;
--accent-text-light: whi... | src/Player.css | :root {
--currently-playing-text: white;
--player-background: black;
--player-text: white;
--modal-background: black;
--modal-text: white;
--modal-border: white;
--accent: turquoise;
--accent-highlighted: rgb(173, 255, 247);
--accent-muted: teal;
--accent-text-dark: black;
--accent-text-light: whi... | 0.483892 | 0.10316 |
@-moz-document domain("replay.pokemonshowdown.com") {
.dark .pfx-topbar,
.pfx-topbar {
background-color:#ababab;
background-image: linear-gradient(#424242, #171717);
background: -moz-linear-gradient(center top , #424242, #171717) repeat scroll 0% 0% transparent;
border-bottom: 1px solid #000 !... | data/usercss/113356.user.css | @-moz-document domain("replay.pokemonshowdown.com") {
.dark .pfx-topbar,
.pfx-topbar {
background-color:#ababab;
background-image: linear-gradient(#424242, #171717);
background: -moz-linear-gradient(center top , #424242, #171717) repeat scroll 0% 0% transparent;
border-bottom: 1px solid #000 !... | 0.243103 | 0.090937 |
.fbx.fbOverlay,.fbx.fbMain,.fbMain .fbx,.fbx.fbFloater,.fbx.fbSlowLoad{margin:0 auto;padding:0;border:0 solid #000;overflow:visible;background:transparent none no-repeat 0 0;background-size:auto;text-shadow:none;clear:both}
.fbx.fbOverlay,.fbx.fbBackground,.fbx.fbLiner{background-repeat:repeat;overflow:hidden}
.fbx.f... | docs/openscienceke-updatedjournal-reference/files/422/floatbox.css | .fbx.fbOverlay,.fbx.fbMain,.fbMain .fbx,.fbx.fbFloater,.fbx.fbSlowLoad{margin:0 auto;padding:0;border:0 solid #000;overflow:visible;background:transparent none no-repeat 0 0;background-size:auto;text-shadow:none;clear:both}
.fbx.fbOverlay,.fbx.fbBackground,.fbx.fbLiner{background-repeat:repeat;overflow:hidden}
.fbx.f... | 0.441914 | 0.291901 |
@import url("https://fonts.googleapis.com/css?family=Rubik:400,500,700,900");
html, body {
height: 100%;
font-family: 'Rubik', sans-serif;
}
.name {
line-height: 1.25;
font-size: 32px;
font-weight: 600;
margin-bottom: 8px;
}
.text-gray {
color: #586069;
}
.bg-gray-light {
background-... | public/css/main.css | @import url("https://fonts.googleapis.com/css?family=Rubik:400,500,700,900");
html, body {
height: 100%;
font-family: 'Rubik', sans-serif;
}
.name {
line-height: 1.25;
font-size: 32px;
font-weight: 600;
margin-bottom: 8px;
}
.text-gray {
color: #586069;
}
.bg-gray-light {
background-... | 0.487551 | 0.128525 |
.services_list__wrap {
position: absolute;
top: 31%;
right: 5%;
width: 45%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: s... | src/utils/components/list.css | .services_list__wrap {
position: absolute;
top: 31%;
right: 5%;
width: 45%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: s... | 0.481698 | 0.055209 |
@charset "utf-8";
/* CSS Document */
.logo_one {
margin: 3% 0 0 9%;
width: 0px;
height: 0px;
}
.header {
background: rgba(204, 204, 204, 0.56);
height: 75px;
width: 100%;
margin: 0 0 0 -1%;
}
.border {
border-bottom: 5px solid #18be8c;
width: 100%;
height: 0px;
margin: 0% 0... | assets/css/login.css | @charset "utf-8";
/* CSS Document */
.logo_one {
margin: 3% 0 0 9%;
width: 0px;
height: 0px;
}
.header {
background: rgba(204, 204, 204, 0.56);
height: 75px;
width: 100%;
margin: 0 0 0 -1%;
}
.border {
border-bottom: 5px solid #18be8c;
width: 100%;
height: 0px;
margin: 0% 0... | 0.45302 | 0.097048 |
:root {
--bg-color: #e06147;
}
html,
body {
background-color: var(--bg-color);
color: #fff;
font-size: 16px;
}
/**
* =====================================================
* 通用
*/
.header {
text-align: center;
padding: 80px 0 50px;
}
.header h2 {
font-size: 28px;
}
.header h3 {
font-size: 12px;
}... | assets/styles/index.css | :root {
--bg-color: #e06147;
}
html,
body {
background-color: var(--bg-color);
color: #fff;
font-size: 16px;
}
/**
* =====================================================
* 通用
*/
.header {
text-align: center;
padding: 80px 0 50px;
}
.header h2 {
font-size: 28px;
}
.header h3 {
font-size: 12px;
}... | 0.498535 | 0.142709 |
body {
padding-top: 45px;
}
.cover {
background: url(/img/buskeet_cover_4.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
/*min-height: 650px;*/
}
@media (max-width: 360px) {
.cover { min-heigh... | web/css/default.css | body {
padding-top: 45px;
}
.cover {
background: url(/img/buskeet_cover_4.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
/*min-height: 650px;*/
}
@media (max-width: 360px) {
.cover { min-heigh... | 0.332961 | 0.07889 |
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
... | CSS Presentation & Positioning/Exercises/01. Book Review/book-review.css | @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
... | 0.659515 | 0.128635 |
.{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body{
font-family: sans-serif;
line-height: 2;
color: white;
overflow-x: hidden;
background-color: black;
}
/*navbar*/
#navbar{
display:flex;
justify-content: space-between;
background-color: black;
padding: 1rem 1rem;
position: sticky... | css/services.css | .{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body{
font-family: sans-serif;
line-height: 2;
color: white;
overflow-x: hidden;
background-color: black;
}
/*navbar*/
#navbar{
display:flex;
justify-content: space-between;
background-color: black;
padding: 1rem 1rem;
position: sticky... | 0.378459 | 0.060142 |
.page-wrappers{
margin-top:55px;
width: 20vw;
height:calc(100vh - 55px);
overflow-y: scroll;
overflow-x: hidden;
background: #242526;
}
.left-menu{
background: #242526;
}
/* width */
::-webkit-scrollbar {
width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
background: #242526;
border:solid 1px #3a3b3c;
... | public/css/messenger-left-panel.css | .page-wrappers{
margin-top:55px;
width: 20vw;
height:calc(100vh - 55px);
overflow-y: scroll;
overflow-x: hidden;
background: #242526;
}
.left-menu{
background: #242526;
}
/* width */
::-webkit-scrollbar {
width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
background: #242526;
border:solid 1px #3a3b3c;
... | 0.206734 | 0.046877 |
@import "compass/css3";
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif:400,700);
#wrap {
width: 1000px;
margin: 0 auto;
text-align: left;
color: #989A8F;
margin-left: 60px;
}
#exams {
background-color: #ffffff;
height: 325px;
width: 100%;
margin-top: 50px;
list-... | assets/styles/allExams.css | @import "compass/css3";
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif:400,700);
#wrap {
width: 1000px;
margin: 0 auto;
text-align: left;
color: #989A8F;
margin-left: 60px;
}
#exams {
background-color: #ffffff;
height: 325px;
width: 100%;
margin-top: 50px;
list-... | 0.216508 | 0.064713 |
IMPORTS & DEPENDENCIES
Remember, all the BASE styles are called already since IE can
read those. Below, we need to import only the stuff IE can't
understand (what's inside the media queries). We also need to
import the mixins file so SASS can understand the variables.
**********************************************... | library/scss/ie.css | IMPORTS & DEPENDENCIES
Remember, all the BASE styles are called already since IE can
read those. Below, we need to import only the stuff IE can't
understand (what's inside the media queries). We also need to
import the mixins file so SASS can understand the variables.
**********************************************... | 0.397237 | 0.062875 |
h2 {
font-family: "Mulish", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 28px;
letter-spacing: -0.423077px;
color: #4A4FF2;
}
h1 {
font-family: "Mulish", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 60px;
color: #111111;
... | styles/_fonts.css | h2 {
font-family: "Mulish", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 28px;
letter-spacing: -0.423077px;
color: #4A4FF2;
}
h1 {
font-family: "Mulish", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 60px;
color: #111111;
... | 0.31258 | 0.102529 |
hr,
input[type=search] {
box-sizing: content-box
}
h1,
h2 {
margin: 40px 0 20px
}
img,
legend {
border: 0
}
body,
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
blockquote,
dfn {
font-style: italic
}
[class*=" icon-"]:before,
[class^=icon-]:before,
blo... | assets/css/style.min.css | hr,
input[type=search] {
box-sizing: content-box
}
h1,
h2 {
margin: 40px 0 20px
}
img,
legend {
border: 0
}
body,
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
blockquote,
dfn {
font-style: italic
}
[class*=" icon-"]:before,
[class^=icon-]:before,
blo... | 0.229708 | 0.065665 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
:root {
--dark-brown: #260101;
--burnt-sienna: #8C391B;
--light-coffee: #BF814B;
--sandstone: #F2CA7E;
--teal: #1BCBF2;
--powderblue: #A3C3DC;
}
html {
scroll-behavior: smooth;
}
body {
width: 100%;
}
ul {
list-style-t... | assets/css/style.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
}
:root {
--dark-brown: #260101;
--burnt-sienna: #8C391B;
--light-coffee: #BF814B;
--sandstone: #F2CA7E;
--teal: #1BCBF2;
--powderblue: #A3C3DC;
}
html {
scroll-behavior: smooth;
}
body {
width: 100%;
}
ul {
list-style-t... | 0.367838 | 0.133896 |
.subtitle {
animation: fadeIn 0.75s ease-in-out;
}
.project-grid {
opacity: 0;
animation: fadeIn 0.75s ease-in-out;
animation-delay: 0.3s;
animation-fill-mode: forwards;
margin-bottom: 6%;
}
@keyframes fadeIn {
0% {
opacity: 0;
transform: translateY(20px);
}
... | css/work.css | .subtitle {
animation: fadeIn 0.75s ease-in-out;
}
.project-grid {
opacity: 0;
animation: fadeIn 0.75s ease-in-out;
animation-delay: 0.3s;
animation-fill-mode: forwards;
margin-bottom: 6%;
}
@keyframes fadeIn {
0% {
opacity: 0;
transform: translateY(20px);
}
... | 0.597373 | 0.130951 |
@font-face {
font-family: 'Karla-Regular';
src: url("../fonts/Karla-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Karla-Regular.woff") format("woff"), url("../fonts/Karla-Regular.ttf") format("truetype"), url("../fonts/Karla-Regular.svg#Karla-Regular") format("svg");
font-weight: normal;
font-... | public/assets222/css/all.css | @font-face {
font-family: 'Karla-Regular';
src: url("../fonts/Karla-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Karla-Regular.woff") format("woff"), url("../fonts/Karla-Regular.ttf") format("truetype"), url("../fonts/Karla-Regular.svg#Karla-Regular") format("svg");
font-weight: normal;
font-... | 0.278846 | 0.07244 |
.shape_alert_overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
z-index: 1005;
opacity: 0.9;
filter: alpha(opacity=90);
}
#overLayIncompatibleBrowser{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background... | node_modules/SwarmShape/deps/alertStyle.css | .shape_alert_overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
z-index: 1005;
opacity: 0.9;
filter: alpha(opacity=90);
}
#overLayIncompatibleBrowser{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background... | 0.379148 | 0.12711 |
@import 'tailwindcss/base';
@import 'tailwindcss/utilities';
@import 'tailwindcss/components';
::selection {
background-color: theme('colors.tertiary');
color: theme('colors.white');
-webkit-text-fill-color: theme('colors.white');
}
.btn {
display: inline-flex;
justify-content: space-between;
align-items:... | src/assets/styles/index.css | @import 'tailwindcss/base';
@import 'tailwindcss/utilities';
@import 'tailwindcss/components';
::selection {
background-color: theme('colors.tertiary');
color: theme('colors.white');
-webkit-text-fill-color: theme('colors.white');
}
.btn {
display: inline-flex;
justify-content: space-between;
align-items:... | 0.459319 | 0.035679 |
@font-face {
font-family: opensans-regular;
src: url("../fonts/OpenSans-Regular.ttf");
}
@font-face{
font-family: opensans-light;
src:url("../fonts/OpenSans-Light.ttf");
}
*{
margin: 0;
padding: 0;
}
html body{
font-family:'OpenSans-Regular';
font-size: 16px;
text-align: justify;
... | simpletheme/css/my.css | @font-face {
font-family: opensans-regular;
src: url("../fonts/OpenSans-Regular.ttf");
}
@font-face{
font-family: opensans-light;
src:url("../fonts/OpenSans-Light.ttf");
}
*{
margin: 0;
padding: 0;
}
html body{
font-family:'OpenSans-Regular';
font-size: 16px;
text-align: justify;
... | 0.215021 | 0.059565 |
@charset "UTF-8";
/*!
* Bootstrap v4.5.0 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
--blue: #045bc1;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c... | resources/css/theme-rtl.css | @charset "UTF-8";
/*!
* Bootstrap v4.5.0 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
--blue: #045bc1;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c... | 0.692018 | 0.07088 |
@font-face {
font-family: 'Glyphicons Halflings';
src: url('./lib/bootstrap/fonts/glyphicons-halflings-regular.eot');
src: url('./lib/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
url('./lib/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'),
... | src/css/style.css | @font-face {
font-family: 'Glyphicons Halflings';
src: url('./lib/bootstrap/fonts/glyphicons-halflings-regular.eot');
src: url('./lib/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
url('./lib/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'),
... | 0.274935 | 0.055031 |
body {
font-family: Arial, Helvetica, sans-serif;
background: url(../img/Ocean.jpg) no-repeat center center fixed;
background-size: cover;
}
/* header */
header {
background-color: #444;
height: auto;
border: medium double #aaa;
}
h1 {
font-family: 'Lemonada', cursive;
font-size: 3em;
text-align: c... | css/style.css | body {
font-family: Arial, Helvetica, sans-serif;
background: url(../img/Ocean.jpg) no-repeat center center fixed;
background-size: cover;
}
/* header */
header {
background-color: #444;
height: auto;
border: medium double #aaa;
}
h1 {
font-family: 'Lemonada', cursive;
font-size: 3em;
text-align: c... | 0.342352 | 0.082401 |
body {
font-family: Arial, sans;
font-size: 0.85em;
}
.pyr h1 {
font-size: 150%;
}
.pyr h2 {
font-size: 130%;
}
.pyr div.header {
background: url(logo.jpg) no-repeat;
padding-top: 72px;
text-align: center;
font-size: 120%;
}
.pyr ul.sections li {
list-style:none;
... | PCB/ACC/CIAA_ACC/doc/simulaciones/hyperlynx/DDR_Results_Jan-23-2018_10h-07m/DDR_report/report_data/style.css | body {
font-family: Arial, sans;
font-size: 0.85em;
}
.pyr h1 {
font-size: 150%;
}
.pyr h2 {
font-size: 130%;
}
.pyr div.header {
background: url(logo.jpg) no-repeat;
padding-top: 72px;
text-align: center;
font-size: 120%;
}
.pyr ul.sections li {
list-style:none;
... | 0.39946 | 0.097605 |
.hidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/* ==========================================================================
Typography
========================================================================== */
b... | library/css/ie.css | .hidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/* ==========================================================================
Typography
========================================================================== */
b... | 0.391173 | 0.140838 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("scrabulizer.com") {
body, html {
background: rgb(0,0,0) !important;
}
.middle {
background: url("http://i1260.photobucket.com/albums/ii580/l34k3d/star_zpsf1e3c1a1.png") no-repeat scroll center rgb(20,120,40) !i... | data/usercss/81064.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("scrabulizer.com") {
body, html {
background: rgb(0,0,0) !important;
}
.middle {
background: url("http://i1260.photobucket.com/albums/ii580/l34k3d/star_zpsf1e3c1a1.png") no-repeat scroll center rgb(20,120,40) !i... | 0.29381 | 0.136839 |
.clearFull {
float: none !important;
width: 100% !important;
clear: both;
height: auto !important;
display: block !important;
background: none;
margin: 0;
padding: 0;
}
.padLeft0 {
padding-left: 0 !important;
}
.adminCont h3 {
margin-top: 0;
margin-bottom: 0;
... | web/css/style.css | .clearFull {
float: none !important;
width: 100% !important;
clear: both;
height: auto !important;
display: block !important;
background: none;
margin: 0;
padding: 0;
}
.padLeft0 {
padding-left: 0 !important;
}
.adminCont h3 {
margin-top: 0;
margin-bottom: 0;
... | 0.307358 | 0.083553 |
html {
height: 100vh;
user-select: none;
}
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;
ove... | src/index.css | html {
height: 100vh;
user-select: none;
}
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;
ove... | 0.496582 | 0.082549 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,900&display=swap');
/* body */
html,body{
width: 100%;
height: auto;
backgr... | public/css/frandikasepta.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,900&display=swap');
/* body */
html,body{
width: 100%;
height: auto;
backgr... | 0.338405 | 0.060004 |
background-color: #fff;
width: 100%;
height: 100vh;
z-index: 300;
display: none;
text-align: center;
position: fixed;
top: 0;
}
#loader img {
margin: auto;
display: block;
position: absolute;
top: 50%;
left: 50%;
margin-top: -15px;
margin-left: -15px;
widt... | Resources/public/css/twitter.css | background-color: #fff;
width: 100%;
height: 100vh;
z-index: 300;
display: none;
text-align: center;
position: fixed;
top: 0;
}
#loader img {
margin: auto;
display: block;
position: absolute;
top: 50%;
left: 50%;
margin-top: -15px;
margin-left: -15px;
widt... | 0.54819 | 0.062388 |
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
html, body {
overflow: hidden;
}
.use-higher-resolution {
display: none;
}
iframe {
pointer-events: none;
background: white;
}
body > h1 {
font-family: "Open Sans", sans-serif;
font-weight: 100;
text-align: center;
po... | css/style.css | @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
html, body {
overflow: hidden;
}
.use-higher-resolution {
display: none;
}
iframe {
pointer-events: none;
background: white;
}
body > h1 {
font-family: "Open Sans", sans-serif;
font-weight: 100;
text-align: center;
po... | 0.559771 | 0.078219 |
@charset "utf-8";
/*
Template Name: Elegant Typo
Author: <a href="http://www.os-templates.com/">OS Templates</a>
Author URI: http://www.os-templates.com/
Licence: Free to use under our free template licence terms
Licence URI: http://www.os-templates.com/template-terms
File: Homepage CSS
*/
#wrapper #introbox... | layout/styles/homepage.css | @charset "utf-8";
/*
Template Name: Elegant Typo
Author: <a href="http://www.os-templates.com/">OS Templates</a>
Author URI: http://www.os-templates.com/
Licence: Free to use under our free template licence terms
Licence URI: http://www.os-templates.com/template-terms
File: Homepage CSS
*/
#wrapper #introbox... | 0.343452 | 0.056055 |
@import url(https://fonts.googleapis.com/css?family=Dosis:600&subset=latin,latin-ext);@font-face {
font-family: "controls";
src: url("controls.eot");
src: url("controls.eot#iefix") format("embedded-opentype"),
url("controls.woff") format("woff"),
url("controls.ttf") format("truetype"),
url("controls.s... | engine1/style.css | @import url(https://fonts.googleapis.com/css?family=Dosis:600&subset=latin,latin-ext);@font-face {
font-family: "controls";
src: url("controls.eot");
src: url("controls.eot#iefix") format("embedded-opentype"),
url("controls.woff") format("woff"),
url("controls.ttf") format("truetype"),
url("controls.s... | 0.224991 | 0.060585 |
#safe-ribbon a{
z-index: 2000;
background:#E98300;
color:#fff;
text-decoration:none;
font-family:arial, sans-serif;
text-align:center;
font-weight:bold;
padding:5px 40px;
font-size:1rem;
line-height:2rem;
position:relative;
transition:0.5s;
}
#safe-ribbon a:hover{
background:#DA7B00;
color... | Resources/ServerCertification/Scenario2/data/scenario2/css/index.css |
#safe-ribbon a{
z-index: 2000;
background:#E98300;
color:#fff;
text-decoration:none;
font-family:arial, sans-serif;
text-align:center;
font-weight:bold;
padding:5px 40px;
font-size:1rem;
line-height:2rem;
position:relative;
transition:0.5s;
}
#safe-ribbon a:hover{
background:#DA7B00;
color... | 0.382949 | 0.060752 |
.container{
width: 940px;
text-align: left;
margin: 0 auto;
}
.header{
position: relative;
z-index: 1000;
height: 40px;
line-height: 40px;
background: url("../img/nav_bg.png") left top repeat-x;
padding-left: 10px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
... | 2014/monbow/css/index.css | .container{
width: 940px;
text-align: left;
margin: 0 auto;
}
.header{
position: relative;
z-index: 1000;
height: 40px;
line-height: 40px;
background: url("../img/nav_bg.png") left top repeat-x;
padding-left: 10px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
... | 0.380529 | 0.115461 |
.os
{
background: Black;
color :#FFF;
margin-bottom : 20px;
padding : 15px
}
.warning
{
background: Red;
color :#FFF;
margin-bottom : 20px;
padding : 15px
}
/*navbar*/
.test
{
height: 200px ;
background: #F6F6F6;
line-height: 300px;
}
body
{
padding-top: 80px;
background:... | public/css/css/profile.css | .os
{
background: Black;
color :#FFF;
margin-bottom : 20px;
padding : 15px
}
.warning
{
background: Red;
color :#FFF;
margin-bottom : 20px;
padding : 15px
}
/*navbar*/
.test
{
height: 200px ;
background: #F6F6F6;
line-height: 300px;
}
body
{
padding-top: 80px;
background:... | 0.239794 | 0.071138 |
* {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
border: 0;
margin: 0;
padding: 0;
text-decoration: none;
}
a{
color: #FFFFFF;
}
*,
:after,
:before {
box-sizing: border-box;
}
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea... | css/girl.css | * {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
border: 0;
margin: 0;
padding: 0;
text-decoration: none;
}
a{
color: #FFFFFF;
}
*,
:after,
:before {
box-sizing: border-box;
}
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea... | 0.263031 | 0.059729 |
body{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
background: url(fondo.jpg) no-repeat center fixed;
background-size: cover;
}
h1{
color: #fff;
}
.clearfix{
clear: both; /*ESTO HACE QUE EL Siguiente elemento se coloque debajo*/
}
ul.solarsystem{
height: 640px;
position: relative;
list-style:... | sistema_solar.css | body{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
background: url(fondo.jpg) no-repeat center fixed;
background-size: cover;
}
h1{
color: #fff;
}
.clearfix{
clear: both; /*ESTO HACE QUE EL Siguiente elemento se coloque debajo*/
}
ul.solarsystem{
height: 640px;
position: relative;
list-style:... | 0.287468 | 0.063744 |
body {
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin: 0;
font-family: Verdana, sans-serif;
min-height: 100vh;
display: flex;
flex-direction: column;
}
p {
color: black;
text-align: center;
font-size: 20px;
padding: 0 10px;
}
... | historyTrails/src/main/resources/static/styles.css | body {
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin: 0;
font-family: Verdana, sans-serif;
min-height: 100vh;
display: flex;
flex-direction: column;
}
p {
color: black;
text-align: center;
font-size: 20px;
padding: 0 10px;
}
... | 0.393968 | 0.101589 |
*,
*::after,
*::before {
padding: 0;
margin: 0;
box-sizing: inherit; }
html {
font-size: 62.5%; }
body {
box-sizing: border-box; }
@keyframes moveInLeft {
0% {
opacity: 0;
transform: translateX(-10rem); }
80% {
transform: translateX(1rem); }
100% {
opacity: 1;
transform: translate... | css/style.css | *,
*::after,
*::before {
padding: 0;
margin: 0;
box-sizing: inherit; }
html {
font-size: 62.5%; }
body {
box-sizing: border-box; }
@keyframes moveInLeft {
0% {
opacity: 0;
transform: translateX(-10rem); }
80% {
transform: translateX(1rem); }
100% {
opacity: 1;
transform: translate... | 0.679072 | 0.119717 |
html {
overflow-x: hidden;
}
body {
font-family: Roboto, sans-serif;
margin: 0px;
padding: 0px;
margin-top: 50px;
width: 100vw;
overflow-x: hidden;
background: #394255;
background-image: linear-gradient(to right, #242936, #8ca2d1, #242936);
/* background: -webkit-radial-gradient(center, #8ca2d1, #2... | server/public/style.css | html {
overflow-x: hidden;
}
body {
font-family: Roboto, sans-serif;
margin: 0px;
padding: 0px;
margin-top: 50px;
width: 100vw;
overflow-x: hidden;
background: #394255;
background-image: linear-gradient(to right, #242936, #8ca2d1, #242936);
/* background: -webkit-radial-gradient(center, #8ca2d1, #2... | 0.44746 | 0.085061 |
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, thead, t... | css/style.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, thead, t... | 0.469277 | 0.108189 |