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 |
|---|---|---|---|---|
.reg_hint{height:40px;}
.reg_tit{font-size:26px;color:#808080;margin-top:48px;margin-left:564px;}
.reg_con{width:1200px;background:url(../img/reg_bg.png) no-repeat left 40px;margin-bottom:42px;}
.reg_con .reg_r{float: right;width:494px;background-color:#f1f1f1;margin-top:30px;padding-bottom:42px;}
.reg_con .reg_r .reg_... | webapps/ROOT/css/reg.css | .reg_hint{height:40px;}
.reg_tit{font-size:26px;color:#808080;margin-top:48px;margin-left:564px;}
.reg_con{width:1200px;background:url(../img/reg_bg.png) no-repeat left 40px;margin-bottom:42px;}
.reg_con .reg_r{float: right;width:494px;background-color:#f1f1f1;margin-top:30px;padding-bottom:42px;}
.reg_con .reg_r .reg_... | 0.178132 | 0.076201 |
{ width: 80px; }
#Levels #level_value
{ width: 25px; }
#Levels .remove_button
{ margin-right: 24px; }
#Levels .Level_listitem
{ display: inline; }
#cols #left,
#cols #right { width: 320px; }
#cols #right { margin-left: 20px; }
/* stats - Stats tab */
#stats_attribs { width: 150px; margin-left: 10px; margin-bottom: 4p... | data/OGL35/OGL35.css | { width: 80px; }
#Levels #level_value
{ width: 25px; }
#Levels .remove_button
{ margin-right: 24px; }
#Levels .Level_listitem
{ display: inline; }
#cols #left,
#cols #right { width: 320px; }
#cols #right { margin-left: 20px; }
/* stats - Stats tab */
#stats_attribs { width: 150px; margin-left: 10px; margin-bottom: 4p... | 0.344554 | 0.113604 |
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,
... | src/css/core.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.395134 | 0.070049 |
.button-menu{
padding-bottom: 10px;
}
.refresh-icon.return-icon{
margin-left:0px;
}
.gmail-heading{
border-bottom: 1px solid #e5e5e5;
padding-left: 0px;
margin-left: 15px;
}
.gmail-heading h3{
font-size: 18px;
font-weight: 400;
margin-top: 13px;
margin-bottom: 13px;
... | src/assets/css/details.css | .button-menu{
padding-bottom: 10px;
}
.refresh-icon.return-icon{
margin-left:0px;
}
.gmail-heading{
border-bottom: 1px solid #e5e5e5;
padding-left: 0px;
margin-left: 15px;
}
.gmail-heading h3{
font-size: 18px;
font-weight: 400;
margin-top: 13px;
margin-bottom: 13px;
... | 0.277082 | 0.076649 |
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
}
p {
font-family: 'Poppins', sans-serif;
font-size: 1.1em;
font-weight: 300;
line-height: 1.7em;
color: #999;
}
a{
text-decoration: none;
col... | public/css/menu.css | @import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
}
p {
font-family: 'Poppins', sans-serif;
font-size: 1.1em;
font-weight: 300;
line-height: 1.7em;
color: #999;
}
a{
text-decoration: none;
col... | 0.401101 | 0.115088 |
.prayaction:hover .fa-heart{-webkit-transform: scale(1.3,1.3); } .prayaction:active .fa-heart{-webkit-transform: scale(1.1,1.1); } .show.active{display: flex}
.relative{position: relative;}
.flexdiv a,
.flexdiv strong{
color: #787f8d !important;
}
.flexdiv{
position: absolute;
display: flex;
left: 0;
... | public/third_party/prayer/prayer.css | .prayaction:hover .fa-heart{-webkit-transform: scale(1.3,1.3); } .prayaction:active .fa-heart{-webkit-transform: scale(1.1,1.1); } .show.active{display: flex}
.relative{position: relative;}
.flexdiv a,
.flexdiv strong{
color: #787f8d !important;
}
.flexdiv{
position: absolute;
display: flex;
left: 0;
... | 0.346099 | 0.079818 |
* {
margin: 0;
padding: 0;
box-sizing: inherit;
}
html {
/* default size - 16px, We want 10px as base, so we divide 10/16, now our base size = 10px */
font-size: 62.5%;
}
body {
box-sizing: border-box;
font-size: 2rem;
font-family: 'Lato', serif;
background-color: #eee;
}
.header {
position: relative;
}
... | css/style.css | * {
margin: 0;
padding: 0;
box-sizing: inherit;
}
html {
/* default size - 16px, We want 10px as base, so we divide 10/16, now our base size = 10px */
font-size: 62.5%;
}
body {
box-sizing: border-box;
font-size: 2rem;
font-family: 'Lato', serif;
background-color: #eee;
}
.header {
position: relative;
}
... | 0.260013 | 0.077343 |
@font-face {
font-family: Kalinga;
src: url(kalinga-font.woff);
}
body{
background-color: #fff;
}
/*MENU*/
.navbar {
margin-bottom: 0px;
}
.no-pad{
padding-left: 0;
padding-right:0;
}
.navbar-default {
background-color: transparent;
border: hidden;
border-color: #fff;
}
.navbar-default .navbar-nav>.open>... | public/css/style.css | @font-face {
font-family: Kalinga;
src: url(kalinga-font.woff);
}
body{
background-color: #fff;
}
/*MENU*/
.navbar {
margin-bottom: 0px;
}
.no-pad{
padding-left: 0;
padding-right:0;
}
.navbar-default {
background-color: transparent;
border: hidden;
border-color: #fff;
}
.navbar-default .navbar-nav>.open>... | 0.267313 | 0.040922 |
html,
body {
height: 100%;
}
#page-content {
flex: 1 0 auto;
}
#sticky-footer {
flex-shrink: none;
}
body {
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00b7ff;
}
body {
font-family: "Roboto", sans-serif;
font-size: 16px;
font-weight: 300;
color... | public/css/style.css | html,
body {
height: 100%;
}
#page-content {
flex: 1 0 auto;
}
#sticky-footer {
flex-shrink: none;
}
body {
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00b7ff;
}
body {
font-family: "Roboto", sans-serif;
font-size: 16px;
font-weight: 300;
color... | 0.234056 | 0.039602 |
body {
color: #909499;
font-size: 16px;
font-family: Manrope, sans-serif;
font-weight: 500;
line-height: 1.6;
letter-spacing: 0px;
}
a {
text-decoration: none;
}
.text-success {
color: #00cd56 !important;
}
.primary-btn {
display: inline-block;
min-width: 170px;
text-align: center;
backgrou... | public/css/user/app.css | body {
color: #909499;
font-size: 16px;
font-family: Manrope, sans-serif;
font-weight: 500;
line-height: 1.6;
letter-spacing: 0px;
}
a {
text-decoration: none;
}
.text-success {
color: #00cd56 !important;
}
.primary-btn {
display: inline-block;
min-width: 170px;
text-align: center;
backgrou... | 0.277375 | 0.071786 |
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,500,900,900italic,700italic,500italic,100,100italic,300,300italic);
@font-face {
font-family: 'Roboto', sans-serif;
font-weight: normal;
font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldse... | css/normalize.css | @import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,500,900,900italic,700italic,500italic,100,100italic,300,300italic);
@font-face {
font-family: 'Roboto', sans-serif;
font-weight: normal;
font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldse... | 0.220846 | 0.100172 |
.logimg{
text-align: center;
padding: 130px 20px;
}
.logimg img{
width: 200px;
}
.img_o , .vid_o{ width:50%; float: left;}
.person_img, .vid_o video{
width: 95%;
margin: 5px;
display: block;
}
.completed_box img {
width: 19px;
margin: 0 auto;
display: block;
}
... | client/src/app/documentdetail/documentdetail.component.css | .logimg{
text-align: center;
padding: 130px 20px;
}
.logimg img{
width: 200px;
}
.img_o , .vid_o{ width:50%; float: left;}
.person_img, .vid_o video{
width: 95%;
margin: 5px;
display: block;
}
.completed_box img {
width: 19px;
margin: 0 auto;
display: block;
}
... | 0.356223 | 0.066085 |
@-moz-document domain("gocd.cd.vendavo.com") {
.pipeline_bundle.pipeline_group, .page_header, .application_nav, #header, #yui-main, div.yui-b, #pipeline-history, .container-in-body, .pipeline-info, .pipeline-name, .pipeline-run, .spacer, td, th, input, div.content_wrapper_inner_pipeline_history, table, tr, .row, .pipe... | data/usercss/157647.user.css | @-moz-document domain("gocd.cd.vendavo.com") {
.pipeline_bundle.pipeline_group, .page_header, .application_nav, #header, #yui-main, div.yui-b, #pipeline-history, .container-in-body, .pipeline-info, .pipeline-name, .pipeline-run, .spacer, td, th, input, div.content_wrapper_inner_pipeline_history, table, tr, .row, .pipe... | 0.2359 | 0.040769 |
width: 100%;
height: 80vh;
background-image: url(../img/fundoroxo.jpg);
background-size: cover;
background-position: center;
background-attachment: fixed;
}
.home-text {
position: relative;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.logo {... | css/style.css | width: 100%;
height: 80vh;
background-image: url(../img/fundoroxo.jpg);
background-size: cover;
background-position: center;
background-attachment: fixed;
}
.home-text {
position: relative;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.logo {... | 0.490968 | 0.106505 |
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;600;700;800&display=swap);
:root {
--color-button-primary: rgb(16, 76, 160);
--color-button-primary-hover: rgba(16, 76, 160, 0.15);
}
.button {
cursor: pointer;
border-radius: 5px;
border: 3px solid var(--color-button-primary);
... | docs/index.css | @import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;600;700;800&display=swap);
:root {
--color-button-primary: rgb(16, 76, 160);
--color-button-primary-hover: rgba(16, 76, 160, 0.15);
}
.button {
cursor: pointer;
border-radius: 5px;
border: 3px solid var(--color-button-primary);
... | 0.515376 | 0.101233 |
:root {
--S: 0px;
--purple: #4C2E4D;
--btnLeft: 35%;
--btnMid: 50%;
--btnRight: 65%;
--btnHeight: 80%;
}
#titleText {
src: url('bilder/ui/Logo.png');
display: block;
position: fixed;
margin-left: auto;
margin-right: auto;
width: calc(var(--S) *200);
height: calc(... | css.css | :root {
--S: 0px;
--purple: #4C2E4D;
--btnLeft: 35%;
--btnMid: 50%;
--btnRight: 65%;
--btnHeight: 80%;
}
#titleText {
src: url('bilder/ui/Logo.png');
display: block;
position: fixed;
margin-left: auto;
margin-right: auto;
width: calc(var(--S) *200);
height: calc(... | 0.536313 | 0.205236 |
body {
font-family: "Source Sans Pro", Helvetica, sans-serif;
background: url("https://cdn.discordapp.com/attachments/508801763349102596/647308312634720273/image_18.png") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size:... | hifi/styles/index.css | body {
font-family: "Source Sans Pro", Helvetica, sans-serif;
background: url("https://cdn.discordapp.com/attachments/508801763349102596/647308312634720273/image_18.png") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size:... | 0.495606 | 0.092606 |
width: 100%;
height: calc(92vh - 50px);
position: fixed;
top: 40px;
}
.title {
font-size: 35px;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
line-height: 40px;
}
.p {
font-size: 28px;
font-family: palatino, "Palatino Linotype", "Book Antiqua", Palatino, ser... | Extensions/OverlayExtension/pebl-overlay-widget.css | width: 100%;
height: calc(92vh - 50px);
position: fixed;
top: 40px;
}
.title {
font-size: 35px;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
line-height: 40px;
}
.p {
font-size: 28px;
font-family: palatino, "Palatino Linotype", "Book Antiqua", Palatino, ser... | 0.571408 | 0.08472 |
body,div,ul,li,a,p{
padding:0;
margin:0;
}
li{
list-style:none;
}
a{
text-decoration:none;
color:black;
}
#ww{
... | Public/Home/css/footer.css | body,div,ul,li,a,p{
padding:0;
margin:0;
}
li{
list-style:none;
}
a{
text-decoration:none;
color:black;
}
#ww{
... | 0.203945 | 0.040579 |
html, body {
height:100%;
width:100%;
margin-left:10;
padding-top: 10px;
padding-right: 10px;
background-color: #EAEAEA;
}
h1 {
text-align: center;
color: black;
font-family: "Helvetica Neue Bold","Helvetica-Light", sans-serif;
font-size: 30px;
font-weight: bolder;
padding: none;
letter-spacing: 1px;
}
h... | css/style.css | html, body {
height:100%;
width:100%;
margin-left:10;
padding-top: 10px;
padding-right: 10px;
background-color: #EAEAEA;
}
h1 {
text-align: center;
color: black;
font-family: "Helvetica Neue Bold","Helvetica-Light", sans-serif;
font-size: 30px;
font-weight: bolder;
padding: none;
letter-spacing: 1px;
}
h... | 0.351979 | 0.066782 |
* {
--screenerPageHeight: calc(100vh - var(--mainHeaderHeight));
--screenerPageWidth: 100vw;
--screenerMargins: 40px;
--screenerContainerHeight: calc(
var(--screenerPageHeight) - var(--screenerMargins)
);
--screenerContainerWidth: calc(
var(--screenerPageWidth) - var(--screenerMargins)
);
--s... | public/styles/screener.css | * {
--screenerPageHeight: calc(100vh - var(--mainHeaderHeight));
--screenerPageWidth: 100vw;
--screenerMargins: 40px;
--screenerContainerHeight: calc(
var(--screenerPageHeight) - var(--screenerMargins)
);
--screenerContainerWidth: calc(
var(--screenerPageWidth) - var(--screenerMargins)
);
--s... | 0.448426 | 0.121634 |
.calamansi-skin--basic {
width: 100%;
box-sizing: border-box;
height: 56px;
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
display: flex;
justify-content: space-between;
align-items: center;
padding-left: 24px;
padding-right: 24px;
border-radius: 4px;
user-select: none;
-w... | dist/skins/basic/skin.css | .calamansi-skin--basic {
width: 100%;
box-sizing: border-box;
height: 56px;
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
display: flex;
justify-content: space-between;
align-items: center;
padding-left: 24px;
padding-right: 24px;
border-radius: 4px;
user-select: none;
-w... | 0.461502 | 0.161916 |
@font-face {
font-family: "Roboto";
src: local(Roboto Bold), url("../fonts/roboto/Roboto-Bold.woff") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff");
font-weight: 700;
}
::-webkit-scrollbar {
width: 4px;
}
::-webkit-scrollbar-thumb {
background: #8f8f8f;
}
::-webkit-scrol... | public/css/style.css | @font-face {
font-family: "Roboto";
src: local(Roboto Bold), url("../fonts/roboto/Roboto-Bold.woff") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff");
font-weight: 700;
}
::-webkit-scrollbar {
width: 4px;
}
::-webkit-scrollbar-thumb {
background: #8f8f8f;
}
::-webkit-scrol... | 0.298185 | 0.062331 |
@charset "UTF-8";
@import url(/node_modules/normalize.css/normalize.css);
body {
font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
color: #3C3C3C;
-webkit-transition: z-index 0ms 5.28455ms;
transition: z-index 0ms 5.28455ms;
... | package/assets/css/style.css | @charset "UTF-8";
@import url(/node_modules/normalize.css/normalize.css);
body {
font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
color: #3C3C3C;
-webkit-transition: z-index 0ms 5.28455ms;
transition: z-index 0ms 5.28455ms;
... | 0.193719 | 0.094469 |
.danphe-multiselect-style {
color: #ccc !important;
}
.danphe-multiselect-style .c-token {
background: #38d574 !important;
}
.danphe-multiselect-style .pure-checkbox label::before {
border-color: #38d574 !important;
}
.danphe-multiselect-style .pure-checkbox input[type="checkbox"]:checked + label[_ngconten... | Code/Websites/DanpheEMR/wwwroot/assets-dph/styles/pharmacy/phrm-sale.component.css | .danphe-multiselect-style {
color: #ccc !important;
}
.danphe-multiselect-style .c-token {
background: #38d574 !important;
}
.danphe-multiselect-style .pure-checkbox label::before {
border-color: #38d574 !important;
}
.danphe-multiselect-style .pure-checkbox input[type="checkbox"]:checked + label[_ngconten... | 0.38318 | 0.090776 |
body {
font-family: 'Open Sans', sans-serif;
background: #333;
color: white;
}
h3 {
color: white;
font-size: 36px;
text-align: center;
font-weight: 800;
}
#app {
background-color: #222;
width: 90%;
margin: 5% auto;
padding: 20px;
border-radius: 10px;
vertical-align: center;
}
.txt-username... | style/style.css | body {
font-family: 'Open Sans', sans-serif;
background: #333;
color: white;
}
h3 {
color: white;
font-size: 36px;
text-align: center;
font-weight: 800;
}
#app {
background-color: #222;
width: 90%;
margin: 5% auto;
padding: 20px;
border-radius: 10px;
vertical-align: center;
}
.txt-username... | 0.389547 | 0.085251 |
@charset "UTF-8";
/* Color Dark CSS */
.darker .header {background: #000; background-color: rgba(0,0,0,0.85);}
.darker .logo,.darker .menu a,.darker .highlight {color: #f4f4f4;}
.darker .slider-logo{border-color: #404040;}
.darker .dark,.darker .progress-bar,.darker .q-spacer,.darker .peThemeContactForm .controls .span... | css/color/dark.css | @charset "UTF-8";
/* Color Dark CSS */
.darker .header {background: #000; background-color: rgba(0,0,0,0.85);}
.darker .logo,.darker .menu a,.darker .highlight {color: #f4f4f4;}
.darker .slider-logo{border-color: #404040;}
.darker .dark,.darker .progress-bar,.darker .q-spacer,.darker .peThemeContactForm .controls .span... | 0.2763 | 0.041346 |
[data-controls] .searchInput {
height: 2.2em;
width: 17em;
}
[data-controls] .searchInput div {
background: #fff;
border: 1px solid #2a2a2a;
text-shadow: none;
border-radius: 0;
box-shadow: none;
float: right;
margin: 0;
font-size: 13px;
}
[data-controls] .ui-controlgroup-horizontal .ui-btn,
[data-controls] .... | index.css | [data-controls] .searchInput {
height: 2.2em;
width: 17em;
}
[data-controls] .searchInput div {
background: #fff;
border: 1px solid #2a2a2a;
text-shadow: none;
border-radius: 0;
box-shadow: none;
float: right;
margin: 0;
font-size: 13px;
}
[data-controls] .ui-controlgroup-horizontal .ui-btn,
[data-controls] .... | 0.223123 | 0.09739 |
*{
box-sizing: border-box;
}
body{
margin: 0;
font-family: candara,sans-serif;
background: linear-gradient(darkcyan, darkorchid ,darkgoldenrod);
}
header, footer{
background-color: deeppink;
height: 30vh;
}
header{
margin-bottom: 20px;
}
.footerl{
display: flex;
justify-content: cent... | public/style.css | *{
box-sizing: border-box;
}
body{
margin: 0;
font-family: candara,sans-serif;
background: linear-gradient(darkcyan, darkorchid ,darkgoldenrod);
}
header, footer{
background-color: deeppink;
height: 30vh;
}
header{
margin-bottom: 20px;
}
.footerl{
display: flex;
justify-content: cent... | 0.558568 | 0.090173 |
.conekta-module-wrapper .bootstrap:parent .nobootstrap:parent { min-width: 930px; }
.conekta-module-wrapper { clear: both; margin: 0px auto; min-width: 930px; overflow: hidden; }
.conekta-module-header { clear: both; margin-bottom: 40px; padding-top: 15px; overflow: hidden; }
.conekta-module-header img.conekta-lo... | views/css/conekta-prestashop-admin.css | .conekta-module-wrapper .bootstrap:parent .nobootstrap:parent { min-width: 930px; }
.conekta-module-wrapper { clear: both; margin: 0px auto; min-width: 930px; overflow: hidden; }
.conekta-module-header { clear: both; margin-bottom: 40px; padding-top: 15px; overflow: hidden; }
.conekta-module-header img.conekta-lo... | 0.395368 | 0.144541 |
body {
background: white;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 92%; /* adjust from default 16px (!) to 11pt (@ 96ppi) */
line-height: 1.6;
margin: 0 auto; /* equal l/r margins */
max-width: 1024px; /* subject to design; if unlimited, put eg max 48e... | public/css/base.css |
body {
background: white;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 92%; /* adjust from default 16px (!) to 11pt (@ 96ppi) */
line-height: 1.6;
margin: 0 auto; /* equal l/r margins */
max-width: 1024px; /* subject to design; if unlimited, put eg max 48e... | 0.426799 | 0.092976 |
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root{
--color-primary: #6F1E51;
--color-accent: #FFC312;
--color-warn: #d63031;
--color-dark: #222f3e;
... | Class03_http/main.css | @import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root{
--color-primary: #6F1E51;
--color-accent: #FFC312;
--color-warn: #d63031;
--color-dark: #222f3e;
... | 0.411466 | 0.076201 |
.files-btn-upload{
position:relative;
overflow:hidden;
width: 110px;
}
.files-btn-upload-ipt{
position: absolute;
left: -100px;
top: 0;
z-index: 1;
display: block;
width: 210px;
height: 30px;
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
cursor: pointer;
}
.f... | s/css/admin/files.index.css | .files-btn-upload{
position:relative;
overflow:hidden;
width: 110px;
}
.files-btn-upload-ipt{
position: absolute;
left: -100px;
top: 0;
z-index: 1;
display: block;
width: 210px;
height: 30px;
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
cursor: pointer;
}
.f... | 0.305905 | 0.06216 |
@font-face {
font-family: 'epigrafica';
src: url('epigrafica-entona-webfont.eot');
src: url('epigrafica-entona-webfont.eot?#iefix') format('embedded-opentype'),
url('epigrafica-entona-webfont.woff2') format('woff2'),
url('epigrafica-entona-webfont.woff') format('woff'),
url('epigr... | fonts/epigrafica/stylesheet.css | @font-face {
font-family: 'epigrafica';
src: url('epigrafica-entona-webfont.eot');
src: url('epigrafica-entona-webfont.eot?#iefix') format('embedded-opentype'),
url('epigrafica-entona-webfont.woff2') format('woff2'),
url('epigrafica-entona-webfont.woff') format('woff'),
url('epigr... | 0.235108 | 0.078572 |
@charset "UTF-8";
.ui-theme .modal-content {
-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
}
.ui-theme .modal-dialog .modal-header {
color: inherit;
background: inherit;
padding: 2.0rem 4.0rem;
}
.ui-theme .mo... | node_modules/strong-arc/client/www/style/style.css | @charset "UTF-8";
.ui-theme .modal-content {
-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
}
.ui-theme .modal-dialog .modal-header {
color: inherit;
background: inherit;
padding: 2.0rem 4.0rem;
}
.ui-theme .mo... | 0.304662 | 0.048249 |
body {
font-family: 'Montserrat', sans-serif;
text-align: center;
font-size: 12px;
background-color: #272727;
}
.container {
width: 342px;
margin: 0 auto;
background-color: #fff;
}
.container-header {
width: 374px;
margin: 0 auto;
}
.header {
margin-left: -59px !important;
}
#logo {
z-index: 1... | public/stylesheets/style.css | body {
font-family: 'Montserrat', sans-serif;
text-align: center;
font-size: 12px;
background-color: #272727;
}
.container {
width: 342px;
margin: 0 auto;
background-color: #fff;
}
.container-header {
width: 374px;
margin: 0 auto;
}
.header {
margin-left: -59px !important;
}
#logo {
z-index: 1... | 0.461988 | 0.085137 |
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block
}
audio,
canvas,
video {
display: inline-block
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden],
template {
display: none
}
html {
font-family: sans-serif;
-ms-text... | assets/sme/css/labs.css |
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block
}
audio,
canvas,
video {
display: inline-block
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden],
template {
display: none
}
html {
font-family: sans-serif;
-ms-text... | 0.402627 | 0.150934 |
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/dPJ5r9gl3kK6ijoeP1IRsvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+... | 03. CSS-Selectors-and-Rules/P01_TheFutureOfCars/the-future-of-cars.css | @font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/dPJ5r9gl3kK6ijoeP1IRsvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+... | 0.483161 | 0.120646 |
body {
background: #010214;
}
.features-icons {
padding-top: 7rem;
padding-bottom: 7rem;
}
.features-icons .features-icons-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.features-icons .features-icons-item .features-icons-icon {
height: 5rem;
-webkit-b... | styles.css | body {
background: #010214;
}
.features-icons {
padding-top: 7rem;
padding-bottom: 7rem;
}
.features-icons .features-icons-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.features-icons .features-icons-item .features-icons-icon {
height: 5rem;
-webkit-b... | 0.381104 | 0.067485 |
.grid-stack-item-content {
text-align: center;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
cursor: move;
}
.h4_dashboard_title{
padding: 20px 10px 14px 10px;
margin: 10px 0px 22px 0px; width: 100%;
}
.widg... | css/stats-dashboard-panels.css | .grid-stack-item-content {
text-align: center;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
cursor: move;
}
.h4_dashboard_title{
padding: 20px 10px 14px 10px;
margin: 10px 0px 22px 0px; width: 100%;
}
.widg... | 0.328422 | 0.212865 |
@import url('https://fonts.googleapis.com/css2?family=Major+Mono+Display&family=Montserrat:wght@100;200;300;500&family=Work+Sans:wght@100;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
html{
background-color: #95ccc7;
scroll-behavior: smooth;
}
.app{
ba... | src/App.css | @import url('https://fonts.googleapis.com/css2?family=Major+Mono+Display&family=Montserrat:wght@100;200;300;500&family=Work+Sans:wght@100;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
html{
background-color: #95ccc7;
scroll-behavior: smooth;
}
.app{
ba... | 0.41834 | 0.056993 |
.text-msg-item-container {
/*z-index: 1;*/
}
.text-msg-item-container .msg-item-body {
/*z-index: 1;*/
}
.text-highlight-background {
background-color: #f2fbff;
}
.text-highlight-background .guide-line-bg {
background-color: #f2fbff;
}
.msg-item__action {
display:none;
}
.msg-item-action-icon {
font-size:... | client/app/center/messages/services/renderers/templates/center.text.css | .text-msg-item-container {
/*z-index: 1;*/
}
.text-msg-item-container .msg-item-body {
/*z-index: 1;*/
}
.text-highlight-background {
background-color: #f2fbff;
}
.text-highlight-background .guide-line-bg {
background-color: #f2fbff;
}
.msg-item__action {
display:none;
}
.msg-item-action-icon {
font-size:... | 0.346431 | 0.057785 |
body { background: #fff url(blue/bodytile.jpg) repeat left top; }
/* 1.2 Hyperlinks */
a:link, a:visited { color: #17517b; }
a:hover {}
/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-----------------------------------------... | divers/ssl bonneverssion/Installer un certificat SSL sous WAMP - Blog de Florian Bogey_files/blue.css | body { background: #fff url(blue/bodytile.jpg) repeat left top; }
/* 1.2 Hyperlinks */
a:link, a:visited { color: #17517b; }
a:hover {}
/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-----------------------------------------... | 0.199893 | 0.048903 |
@import url('./../containers/App/styles.css');
body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
@color-navy: #00303c;
@font-face {
font-family: 'FontAwesome';
src: url('../public/assets/fonts/fontawesome.ttf');
}
@font-face {
font-family: 'Roboto';
src: url('../public/assets/fonts/Robo... | src/styles/main.css | @import url('./../containers/App/styles.css');
body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
@color-navy: #00303c;
@font-face {
font-family: 'FontAwesome';
src: url('../public/assets/fonts/fontawesome.ttf');
}
@font-face {
font-family: 'Roboto';
src: url('../public/assets/fonts/Robo... | 0.42477 | 0.057705 |
body{
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
padding:0;
margin:0;
font-family: 'Roboto Condensed', sans-serif;
font-size: 100%;
}
h1,h2,h3,h4,h5,h6{
margin:0;
}
p{
margin:0;
}
ul{
margin:0;
padding:0... | css/msform.css | body{
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
padding:0;
margin:0;
font-family: 'Roboto Condensed', sans-serif;
font-size: 100%;
}
h1,h2,h3,h4,h5,h6{
margin:0;
}
p{
margin:0;
}
ul{
margin:0;
padding:0... | 0.357904 | 0.079104 |
.r1 {
display: none;
}
.newsitem {
background: var(--clr-06);
padding: 16px;
padding-bottom: 0;
}
.speedbar {
font-size: 14px;
color: var(--clr-b);
}
.speedbar a {
color: var(--clr-03);
}
.speedbar a:hover {
text-decoration: underline;
}
.col2grid h1 {
font-size: 26px;
color: var(--clr-b);
li... | public/newSite/css/notmain.css | .r1 {
display: none;
}
.newsitem {
background: var(--clr-06);
padding: 16px;
padding-bottom: 0;
}
.speedbar {
font-size: 14px;
color: var(--clr-b);
}
.speedbar a {
color: var(--clr-03);
}
.speedbar a:hover {
text-decoration: underline;
}
.col2grid h1 {
font-size: 26px;
color: var(--clr-b);
li... | 0.420481 | 0.122156 |
.main-nav-toggle {
float: left;
color: #fff;
}
.main-nav-toggle .fa {
font-size: 28px;
}
.main-nav-toggle:hover, .main-nav-toggle:focus {
color: #ddd;
}
/* breadcrumb */
.breadcrumb li + li:before {
font-family: FontAwesome;
font-size: 14px;
content: "\f105";
color: #b2b6bf;
margin-right: 2px;
padd... | app/Assets/themes/kingadmin/css/navigation.css | .main-nav-toggle {
float: left;
color: #fff;
}
.main-nav-toggle .fa {
font-size: 28px;
}
.main-nav-toggle:hover, .main-nav-toggle:focus {
color: #ddd;
}
/* breadcrumb */
.breadcrumb li + li:before {
font-family: FontAwesome;
font-size: 14px;
content: "\f105";
color: #b2b6bf;
margin-right: 2px;
padd... | 0.352425 | 0.046725 |
body {
font-family: sans-serif;
}
a {
text-decoration: none;
}
label {
display: block;
}
nav a {
display: inline-block;
margin: 1em;
}
form div {
margin: 1em;
display: inline-block;
}
.single-deck-list {
display: flex;
flex-direction: row;
align-items: center;
width: 100%;
}
.single-deck-li... | public/style.css | body {
font-family: sans-serif;
}
a {
text-decoration: none;
}
label {
display: block;
}
nav a {
display: inline-block;
margin: 1em;
}
form div {
margin: 1em;
display: inline-block;
}
.single-deck-list {
display: flex;
flex-direction: row;
align-items: center;
width: 100%;
}
.single-deck-li... | 0.357792 | 0.072472 |
@font-face {
font-family: 'Conv_MyriadPro-Regular';
src: url('fonts/MyriadPro-Regular.eot');
src: url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg') format('svg');
font-weight: normal;
font-style... | css/style.css | @font-face {
font-family: 'Conv_MyriadPro-Regular';
src: url('fonts/MyriadPro-Regular.eot');
src: url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg') format('svg');
font-weight: normal;
font-style... | 0.331336 | 0.089574 |
aside {
height: 100%;
position: relative;
}
aside h3 {
font-size: 16px;
text-align: left;
margin: 7px 0 14px 0;
}
aside h4 {
margin: 9px 0 0 0;
}
aside .sort-by {
border-radius: 6px;
margin-bottom: 20px;
}
aside .sort-by ul {
padding-left: 0;
}
#sort-by a {
cursor: pointer;
}
#sort-by a.active {
f... | app/css/main.css | aside {
height: 100%;
position: relative;
}
aside h3 {
font-size: 16px;
text-align: left;
margin: 7px 0 14px 0;
}
aside h4 {
margin: 9px 0 0 0;
}
aside .sort-by {
border-radius: 6px;
margin-bottom: 20px;
}
aside .sort-by ul {
padding-left: 0;
}
#sort-by a {
cursor: pointer;
}
#sort-by a.active {
f... | 0.447702 | 0.090374 |
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body { /*BODY ES EL CUERPO DE LA PAGINA*/
/*FONDO DE LA PAGINA Y FUENTE*/
background-image: url(https://www.hdcarwallpapers.com/walls/honda_civic_sedan_2019_4k_2-HD.jpg);
font-famil... | assets/css/style.css | * {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body { /*BODY ES EL CUERPO DE LA PAGINA*/
/*FONDO DE LA PAGINA Y FUENTE*/
background-image: url(https://www.hdcarwallpapers.com/walls/honda_civic_sedan_2019_4k_2-HD.jpg);
font-famil... | 0.375363 | 0.072308 |
.Home {
width: 100%;
overflow-x: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
scroll-behavior: smooth;
font-size: 1.5rem;
}
.Home .Home__intro {
position: relative;
top: 10vh;
min-height: 70vh;
... | src/components/Homepage/homepage.css | .Home {
width: 100%;
overflow-x: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
scroll-behavior: smooth;
font-size: 1.5rem;
}
.Home .Home__intro {
position: relative;
top: 10vh;
min-height: 70vh;
... | 0.42322 | 0.066146 |
*, *::before, *::after {
box-sizing: border-box;
}
.app {
align-items: center;
display: flex;
height: 100%;
justify-content: center;
width: 100%;
}
.app .loading-spinner {
animation: rotate 2.625s linear infinite;
height: 48px;
transform-origin: center;
width: 48px;
}
.app .l... | public/css/style.css |
*, *::before, *::after {
box-sizing: border-box;
}
.app {
align-items: center;
display: flex;
height: 100%;
justify-content: center;
width: 100%;
}
.app .loading-spinner {
animation: rotate 2.625s linear infinite;
height: 48px;
transform-origin: center;
width: 48px;
}
.app .l... | 0.570571 | 0.087447 |
@font-face {
font-family: "Heebo-Regular";
src: url("./fonts/Heebo-Regular.woff") format("woff")
}
@font-face {
font-family: "Heebo-Bold";
src: url("./fonts/Heebo-Bold.woff") format("woff")
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
button {
cursor: pointer;
}
body {
... | eindopdracht/app/public/style.css | @font-face {
font-family: "Heebo-Regular";
src: url("./fonts/Heebo-Regular.woff") format("woff")
}
@font-face {
font-family: "Heebo-Bold";
src: url("./fonts/Heebo-Bold.woff") format("woff")
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
button {
cursor: pointer;
}
body {
... | 0.420362 | 0.077308 |
body {
font-family:Muli,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
padding-top:54px;
color:#848686
}
@media (min-width:992px) {
body {
padding-top:0;
padding-left:17rem
}
}
h1,h2,h3,h4,h5,h6 {
font-fam... | css/print.css | body {
font-family:Muli,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
padding-top:54px;
color:#848686
}
@media (min-width:992px) {
body {
padding-top:0;
padding-left:17rem
}
}
h1,h2,h3,h4,h5,h6 {
font-fam... | 0.464416 | 0.064183 |
html {
scroll-behavior: smooth;
}
.container-home {
background-image: linear-gradient(#b800e6, #0090e3);
padding: 100px;
}
.content {
height: 300px;
position: relative;
}
.title {
font-family: 'Poppins', sans-serif;
font-size: 45px;
font-weight: 600;
}
.subtitle {
font-family: 'Poppi... | public/assets/css/site.css | html {
scroll-behavior: smooth;
}
.container-home {
background-image: linear-gradient(#b800e6, #0090e3);
padding: 100px;
}
.content {
height: 300px;
position: relative;
}
.title {
font-family: 'Poppins', sans-serif;
font-size: 45px;
font-weight: 600;
}
.subtitle {
font-family: 'Poppi... | 0.470007 | 0.105487 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("boards.4chan.org") {
/* Remove Ads */
form[name="post"] > div{
display: none !important
}
.bf{ /* Hurr durr buzzfeed */
display: none !important;
}
/* Postblock */
input[type="checkbox"], .deletebuttons{ /* Might need to remove t... | data/usercss/39436.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("boards.4chan.org") {
/* Remove Ads */
form[name="post"] > div{
display: none !important
}
.bf{ /* Hurr durr buzzfeed */
display: none !important;
}
/* Postblock */
input[type="checkbox"], .deletebuttons{ /* Might need to remove t... | 0.194139 | 0.099777 |
@charset "utf-8";
/********** RESET DEFAULT **********/
html,body,div,ul,ol,li,h1,h2,h3,img,p,blockquote,pre,span,img,form,fieldset,label,input,table,thead,tbody,tr,th,td,textarea,header,section,footer,aside,nav,article,figure{margin:0;padding:0;list-style:none;font-weight:normal;}
a:link, a:visited, a:hover { text-d... | network_outline/RI Web Login_files/main.css | @charset "utf-8";
/********** RESET DEFAULT **********/
html,body,div,ul,ol,li,h1,h2,h3,img,p,blockquote,pre,span,img,form,fieldset,label,input,table,thead,tbody,tr,th,td,textarea,header,section,footer,aside,nav,article,figure{margin:0;padding:0;list-style:none;font-weight:normal;}
a:link, a:visited, a:hover { text-d... | 0.146026 | 0.058588 |
html,
body {
height: 100%;
background-color: #F4F6FA;
font-family: 'Poppins', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a,a:focus,a:hover,input:focus {
outline: none !important;
}
.px-1,
.p-1 {
padding-left: 1.75rem !important;
padding-right: 1.... | assets/css/admin.css | html,
body {
height: 100%;
background-color: #F4F6FA;
font-family: 'Poppins', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a,a:focus,a:hover,input:focus {
outline: none !important;
}
.px-1,
.p-1 {
padding-left: 1.75rem !important;
padding-right: 1.... | 0.319652 | 0.05744 |
:root {
--border-pacman: 25px;
}
.frame {
position: absolute;
top: 50%;
left: 50%;
width: 400px;
height: 400px;
margin-top: -200px;
margin-left: -200px;
border-radius: 2px;
box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1);
overflow: hidden;
background: #fff;
}
.center {
position: absolute;
to... | newton-pendulum/main.css | :root {
--border-pacman: 25px;
}
.frame {
position: absolute;
top: 50%;
left: 50%;
width: 400px;
height: 400px;
margin-top: -200px;
margin-left: -200px;
border-radius: 2px;
box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1);
overflow: hidden;
background: #fff;
}
.center {
position: absolute;
to... | 0.642096 | 0.154855 |
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Roboto:300');
.mobileheadContainer{
border: 0.1px solid #9dcd6d;
height: 600px;
width:100%;
background: linear-gradient(#332354,#9d6dcd);
}
.mobiletitleText{
text-align: center;
margin-top: 200px;... | client/src/components/MobileHome/MobileHome.css | @import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Roboto:300');
.mobileheadContainer{
border: 0.1px solid #9dcd6d;
height: 600px;
width:100%;
background: linear-gradient(#332354,#9d6dcd);
}
.mobiletitleText{
text-align: center;
margin-top: 200px;... | 0.291082 | 0.053924 |
.main-section {
font-family: montserrat;
color: #4c4c4c;
margin-top: 35px;
border-bottom: 1px solid #f0f0f0;
}
.second-section {
border-bottom: 1px solid #f0f0f0;
}
.limit-container {
font-family: montserrat;
color: #4c4c4c;
margin-top: 20px;
text-align: center;
}
.table-limit {
... | public/css/custom.css | .main-section {
font-family: montserrat;
color: #4c4c4c;
margin-top: 35px;
border-bottom: 1px solid #f0f0f0;
}
.second-section {
border-bottom: 1px solid #f0f0f0;
}
.limit-container {
font-family: montserrat;
color: #4c4c4c;
margin-top: 20px;
text-align: center;
}
.table-limit {
... | 0.294114 | 0.085213 |
:root {
--clr-mainColor:#eaeaea;
--clr-secondaryColor:#fff;
--clr-borderColor:#c1c1c1;
--clr-mainText: #000000;
--clr-secondaryText:#4b5156;
--clr-themeDotBorder:#24292e;
--clr-previewBg:rgb(251, 249, 243, 0.8);
--clr-previewShadow:#f0ead6;
--clr-buttonColor: #000000;
--clr-theme-one:#7135F2;
... | src/css/style.css | :root {
--clr-mainColor:#eaeaea;
--clr-secondaryColor:#fff;
--clr-borderColor:#c1c1c1;
--clr-mainText: #000000;
--clr-secondaryText:#4b5156;
--clr-themeDotBorder:#24292e;
--clr-previewBg:rgb(251, 249, 243, 0.8);
--clr-previewShadow:#f0ead6;
--clr-buttonColor: #000000;
--clr-theme-one:#7135F2;
... | 0.415373 | 0.126461 |
@charset "UTF-8";
@font-face {
font-family: 'icomoon';
src: url("../fonts/icomoon.eot?et4yno");
src: url("../fonts/icomoon.eot?et4yno#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?et4yno") format("truetype"), url("../fonts/icomoon.woff?et4yno") format("woff"), url("../fonts/icomoon.svg?et4yno#ico... | app/css/favorites.css | @charset "UTF-8";
@font-face {
font-family: 'icomoon';
src: url("../fonts/icomoon.eot?et4yno");
src: url("../fonts/icomoon.eot?et4yno#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?et4yno") format("truetype"), url("../fonts/icomoon.woff?et4yno") format("woff"), url("../fonts/icomoon.svg?et4yno#ico... | 0.560253 | 0.076098 |
body{
margin: 0;
padding: 0;
font-family: "Lucida Grande", "Lucida Sans", sans-serif;
font-size: 100%;
background: #333333;
}
#calendar-container{
width:370px;
padding:5px;
border:1px solid #bcbcbc;
margin:0 auto;
background-color:#cccccc;
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-rad... | www/css/calendar.css | body{
margin: 0;
padding: 0;
font-family: "Lucida Grande", "Lucida Sans", sans-serif;
font-size: 100%;
background: #333333;
}
#calendar-container{
width:370px;
padding:5px;
border:1px solid #bcbcbc;
margin:0 auto;
background-color:#cccccc;
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-rad... | 0.193223 | 0.077378 |
@import url('https://fonts.googleapis.com/css?family=Comfortaa:700|Open+Sans:400,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
*{
font: 14px "Open Sans", Arial, sans-serif; "Comfortaa", sans-serif;
background: #f3f5f7;
}
aside{
float: left;
display: block;
back... | CSS Presentation and Positioning/02. Zora Properties/zoraProperties.css | @import url('https://fonts.googleapis.com/css?family=Comfortaa:700|Open+Sans:400,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
*{
font: 14px "Open Sans", Arial, sans-serif; "Comfortaa", sans-serif;
background: #f3f5f7;
}
aside{
float: left;
display: block;
back... | 0.307358 | 0.065336 |
*{
margin:0;
padding:0;
}
body{
width:100%;
height:100%;
background-color: #d2d2d2;
}
/*可选择、不可选择和选中的背景色*/
.choice{
/*background-color: #0ca2d9;*/
border:1px solid #666;
}
.selected{
background-color: #0ca2d9;
border:none;
}
.noChoice{
background-color: #a0a0a0;
border:none;
}... | Public/Home/css/choose_seat.css | *{
margin:0;
padding:0;
}
body{
width:100%;
height:100%;
background-color: #d2d2d2;
}
/*可选择、不可选择和选中的背景色*/
.choice{
/*background-color: #0ca2d9;*/
border:1px solid #666;
}
.selected{
background-color: #0ca2d9;
border:none;
}
.noChoice{
background-color: #a0a0a0;
border:none;
}... | 0.325306 | 0.065965 |
:root {
--dark-background: #252934;
--darker-background: #1B242F;
--light-background: #ffffff;
--highlight-color: #db1c52;
--element-color: #66b2ff;
--transparent-gray: rgba(255,255,255,.3);
--offwhite-background: #dbdbdb;
}
* {
box-sizing: border-box;
transition: all .5s;
font-... | frontend/index/index.css | :root {
--dark-background: #252934;
--darker-background: #1B242F;
--light-background: #ffffff;
--highlight-color: #db1c52;
--element-color: #66b2ff;
--transparent-gray: rgba(255,255,255,.3);
--offwhite-background: #dbdbdb;
}
* {
box-sizing: border-box;
transition: all .5s;
font-... | 0.397003 | 0.146911 |
@media (min-width: 750px){
.logodiv
{
margin-bottom:40px;
margin-top:20px;
}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 970px) {
... }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1170px) {
... }
.nav>li>a.dropdown-caret {
padding-right: 35px;
}
.nav>l... | website/templates/educational_books/School/css/style.css | @media (min-width: 750px){
.logodiv
{
margin-bottom:40px;
margin-top:20px;
}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 970px) {
... }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1170px) {
... }
.nav>li>a.dropdown-caret {
padding-right: 35px;
}
.nav>l... | 0.093774 | 0.063366 |
button {
background-color: honeydew;
padding: 1em;
border-radius: 6px;
}
button:hover {
cursor: pointer;
}
header {
margin-top: 113px;
display: initial;
}
#home-link {
font-family: 'Lobster', cursive;
}
body {
font-family: Arial;
margin: 0;
display: flex;
flex-direction: column;... | public/css/style.css | button {
background-color: honeydew;
padding: 1em;
border-radius: 6px;
}
button:hover {
cursor: pointer;
}
header {
margin-top: 113px;
display: initial;
}
#home-link {
font-family: 'Lobster', cursive;
}
body {
font-family: Arial;
margin: 0;
display: flex;
flex-direction: column;... | 0.243642 | 0.073198 |
body {
font-family: 'Montserrat', sans-serif;
}
.App {
text-align: left;
border-top: 1px solid #D9DBDC;
position: relative;
min-height: 700px;
}
.App-logo {
position: absolute;
margin-left: -48px;
margin-top: 5px;
}
.App-logo img {
height: 29.88px;
width: 29.54px;
}
.clearfix {
clear: both;
}... | src/assets/css/App.css | body {
font-family: 'Montserrat', sans-serif;
}
.App {
text-align: left;
border-top: 1px solid #D9DBDC;
position: relative;
min-height: 700px;
}
.App-logo {
position: absolute;
margin-left: -48px;
margin-top: 5px;
}
.App-logo img {
height: 29.88px;
width: 29.54px;
}
.clearfix {
clear: both;
}... | 0.446253 | 0.093223 |
@import url('https://fonts.googleapis.com/css2?family=Handlee&family=Righteous&family=Roboto+Mono:wght@400&display=swap');
@import './reset.css';
@import './index.html/index-userForm.css';
@import './index.html/index-searchForm.css';
@import './index.html/index-cardContainer.css';
:root {
--main-color: white;
--re... | src/public/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Handlee&family=Righteous&family=Roboto+Mono:wght@400&display=swap');
@import './reset.css';
@import './index.html/index-userForm.css';
@import './index.html/index-searchForm.css';
@import './index.html/index-cardContainer.css';
:root {
--main-color: white;
--re... | 0.477311 | 0.090937 |
*,
*:after,
*:before {
box-sizing: border-box;
}
html {
font-size: 17px;
}
code {
display: inline-block;
font-size: 85%;
color: rgb(158, 254, 255);
background: rgb(45, 42, 85);
padding: 0 0.4rem;
margin: 0.2rem 0.1rem;
border-radius: 3px;
font-family: inherit;
letter-spacing: 0.02rem;
word-spa... | src/styles/global.css | *,
*:after,
*:before {
box-sizing: border-box;
}
html {
font-size: 17px;
}
code {
display: inline-block;
font-size: 85%;
color: rgb(158, 254, 255);
background: rgb(45, 42, 85);
padding: 0 0.4rem;
margin: 0.2rem 0.1rem;
border-radius: 3px;
font-family: inherit;
letter-spacing: 0.02rem;
word-spa... | 0.577853 | 0.069605 |
* {
font-size: 16px;
font-family: Avenir-Next, Roboto, sans-serif;
box-sizing: border-box;
/* overflow-x: hidden; */
}
html{
width:100%;
height:100%;
padding:0px;
margin:0px;
overflow-x: hidden;
}
nav{
display: flex;
justify-content: space-between;
align-i... | assets/styles.css | * {
font-size: 16px;
font-family: Avenir-Next, Roboto, sans-serif;
box-sizing: border-box;
/* overflow-x: hidden; */
}
html{
width:100%;
height:100%;
padding:0px;
margin:0px;
overflow-x: hidden;
}
nav{
display: flex;
justify-content: space-between;
align-i... | 0.303629 | 0.070368 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
:root{
--cor1: #730742e1;
--cor2: #DFBFE8;
--cor3... | estilos/styleHome.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
:root{
--cor1: #730742e1;
--cor2: #DFBFE8;
--cor3... | 0.315841 | 0.089893 |
@import url("http://fonts.googleapis.com/css?family=Bree+Serif|Merriweather:400,300,700,900|Droid+Sans:400,700");
/* apply a natural box layout model to all elements, but allowing components to change */
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
/* Reset Styles */
html, ... | builds/development/css/style.css | @import url("http://fonts.googleapis.com/css?family=Bree+Serif|Merriweather:400,300,700,900|Droid+Sans:400,700");
/* apply a natural box layout model to all elements, but allowing components to change */
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
/* Reset Styles */
html, ... | 0.40028 | 0.107391 |
height: 100%;
}
.App {
flex: 1;
display: flex;
flex-direction: column;
height: 100%;
}
.App-banner {
height: 100%;
display: flex;
flex-direction: row;
align-items: center;
}
.App-label {
height: 100%;
flex: 1;
display: flex;
align-items: center;
justify-content: center;
align-content: ... | stack/client/src/App.css | height: 100%;
}
.App {
flex: 1;
display: flex;
flex-direction: column;
height: 100%;
}
.App-banner {
height: 100%;
display: flex;
flex-direction: row;
align-items: center;
}
.App-label {
height: 100%;
flex: 1;
display: flex;
align-items: center;
justify-content: center;
align-content: ... | 0.604983 | 0.074231 |
body { background: rgb(255, 255, 255); margin: 0px; }
#projects, #components { width: calc(100% - 1em); margin: auto; }
#components ul { list-style: none; margin: 0px; }
#global-components .global-local .add-new-local-component { display: none; }
.global-local input[type="checkbox"] { display: none; }
#projects-list .f... | modules/tilepieces/package-manager/css/css.css | body { background: rgb(255, 255, 255); margin: 0px; }
#projects, #components { width: calc(100% - 1em); margin: auto; }
#components ul { list-style: none; margin: 0px; }
#global-components .global-local .add-new-local-component { display: none; }
.global-local input[type="checkbox"] { display: none; }
#projects-list .f... | 0.391988 | 0.153105 |
body { margin: 0px 0px 0px 0px; padding: 0; background: #3B4A53 url(images/bg.gif) repeat-x left top; font-family: 'Verdana'; color: #202123; font-size: 11px;}
.header2 {
height: 77px;
background-image: url(images/headerbg.gif);
width: 100%;
margin-top: 0px;
padding-top: 20px;
}
/* General Links */
a:link { ... | themes/user/softlight/stylesheets/style.css | body { margin: 0px 0px 0px 0px; padding: 0; background: #3B4A53 url(images/bg.gif) repeat-x left top; font-family: 'Verdana'; color: #202123; font-size: 11px;}
.header2 {
height: 77px;
background-image: url(images/headerbg.gif);
width: 100%;
margin-top: 0px;
padding-top: 20px;
}
/* General Links */
a:link { ... | 0.342791 | 0.220112 |
.container {
height: 100%;
width: 100%;
position: relative;
}
#background_video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
object-fit: cover;
height: 100%;
width: 100%;
}
.login-box {
position: absolute;
width: 360px;
background: rgba(255,255,255,0.2);
top... | css/login.css | .container {
height: 100%;
width: 100%;
position: relative;
}
#background_video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
object-fit: cover;
height: 100%;
width: 100%;
}
.login-box {
position: absolute;
width: 360px;
background: rgba(255,255,255,0.2);
top... | 0.413951 | 0.060808 |
:root {
--ff-primary: "Encode Sans Expanded", sans-serif;
--ff-secondary: "Open Sans", sans-serif;
--color-white: #fff;
--color-dark: #000;
--color-blue: #245ddd;
--color-grey: hsl(209, 34%, 30%);
--color-white-grey: hsl(210, 36%, 96%);
--transition: all 0.1s linear;
--transition-slow: all 0.3s linear... | src/css/main.css | :root {
--ff-primary: "Encode Sans Expanded", sans-serif;
--ff-secondary: "Open Sans", sans-serif;
--color-white: #fff;
--color-dark: #000;
--color-blue: #245ddd;
--color-grey: hsl(209, 34%, 30%);
--color-white-grey: hsl(210, 36%, 96%);
--transition: all 0.1s linear;
--transition-slow: all 0.3s linear... | 0.544075 | 0.123551 |
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Passion+One);
@import url(https://fonts.googleapis.com/css?family=Poppins);
* {
box-sizing: border-box;
}
body {
margin: 0;
width: 1... | assets/css/style.css | @import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Passion+One);
@import url(https://fonts.googleapis.com/css?family=Poppins);
* {
box-sizing: border-box;
}
body {
margin: 0;
width: 1... | 0.225758 | 0.074939 |
* {
margin: 0px;
padding: 0px;
}
/* remove the scrollbar, but keep it's functionality */
::-webkit-scrollbar {
display: none;
}
/* define font-face, Break-Bold */
@font-face {
font-family: Break-Bold;
src: url(./../fonts/break-bold.ttf);
}
/* define font-face, Uni-Sans */
@font-face {
font-fa... | encyclopedia/src/stylesheets/style.css | * {
margin: 0px;
padding: 0px;
}
/* remove the scrollbar, but keep it's functionality */
::-webkit-scrollbar {
display: none;
}
/* define font-face, Break-Bold */
@font-face {
font-family: Break-Bold;
src: url(./../fonts/break-bold.ttf);
}
/* define font-face, Uni-Sans */
@font-face {
font-fa... | 0.320821 | 0.072472 |
a:link, a:visited {
-webkit-transition: color .2s linear;
}
a:hover {
color: rgba(55,146,179,.8);
}
/* nav toggle
--------------------------------------------- */
.navigation li a {
-webkit-transition: background-color .4s linear;
}
.navigation li a:hover {
background: rgba(0,0,0,.15);
}
.navigation li.select... | resources/css/enriched.css | a:link, a:visited {
-webkit-transition: color .2s linear;
}
a:hover {
color: rgba(55,146,179,.8);
}
/* nav toggle
--------------------------------------------- */
.navigation li a {
-webkit-transition: background-color .4s linear;
}
.navigation li a:hover {
background: rgba(0,0,0,.15);
}
.navigation li.select... | 0.29381 | 0.190856 |
.oKCGUgXq_0{stroke-dasharray:1411 1413;stroke-dashoffset:1412;}
.start .oKCGUgXq_0{animation:oKCGUgXq_draw 3600ms ease-in-out 0ms forwards;}
.oKCGUgXq_1{stroke-dasharray:1165 1167;stroke-dashoffset:1166;}
.start .oKCGUgXq_1{animation:oKCGUgXq_draw 3600ms ease-in-out 57ms forwards;}
.... | asset/loader.css | .oKCGUgXq_0{stroke-dasharray:1411 1413;stroke-dashoffset:1412;}
.start .oKCGUgXq_0{animation:oKCGUgXq_draw 3600ms ease-in-out 0ms forwards;}
.oKCGUgXq_1{stroke-dasharray:1165 1167;stroke-dashoffset:1166;}
.start .oKCGUgXq_1{animation:oKCGUgXq_draw 3600ms ease-in-out 57ms forwards;}
.... | 0.480722 | 0.055362 |
.hero--title {
color: #000;
font-family: DM Sans;
font-style: normal;
font-weight: bold;
font-size: 46px;
line-height: 60px;
letter-spacing: -0.07em;
}
.hero--text {
font-family: DM Sans;
font-style: normal;
font-weight: normal;
font-size: 32px;
line-height: 42px;
letter-spacing: -0.04em;
... | website/src/pages/Home/home.module.css | .hero--title {
color: #000;
font-family: DM Sans;
font-style: normal;
font-weight: bold;
font-size: 46px;
line-height: 60px;
letter-spacing: -0.07em;
}
.hero--text {
font-family: DM Sans;
font-style: normal;
font-weight: normal;
font-size: 32px;
line-height: 42px;
letter-spacing: -0.04em;
... | 0.569015 | 0.103386 |
*{
font-variant: small-caps;
}
.section {
text-align: center;
}
.heading {
font-size: 6em;
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.contact {
font-size: 20px;
margin-top:500px;
}
.text {
font-size: 35px;
text-align: center;
margin-top: 15px;
margin-right... | style.css | *{
font-variant: small-caps;
}
.section {
text-align: center;
}
.heading {
font-size: 6em;
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.contact {
font-size: 20px;
margin-top:500px;
}
.text {
font-size: 35px;
text-align: center;
margin-top: 15px;
margin-right... | 0.373533 | 0.092319 |
img {
max-width: 100%;
}
h1 {
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 26px;
color: #747b82;
margin: 0;
text-align: center;
}
a {
display: block;
font-family: "Roboto", arial, sans-serif;
font-size: 15px;
font-weight: 400;
color: #999;
text-decoration: none;
}
a:hover {
text-dec... | resources/css/site/login.css |
img {
max-width: 100%;
}
h1 {
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 26px;
color: #747b82;
margin: 0;
text-align: center;
}
a {
display: block;
font-family: "Roboto", arial, sans-serif;
font-size: 15px;
font-weight: 400;
color: #999;
text-decoration: none;
}
a:hover {
text-dec... | 0.17653 | 0.072178 |
.textbox{
border:0;
background: none;
display: block;
margin: 20px auto;
text-align: center;
border: 2px solid #bb0d0d;
padding: 14px 10px;
width: 200px;
outline: none;
color: white;
border-radius: 24px;
transition: 0.25s;
}
.botonRecuperarContra {
widt... | css/login2.css | .textbox{
border:0;
background: none;
display: block;
margin: 20px auto;
text-align: center;
border: 2px solid #bb0d0d;
padding: 14px 10px;
width: 200px;
outline: none;
color: white;
border-radius: 24px;
transition: 0.25s;
}
.botonRecuperarContra {
widt... | 0.280321 | 0.082107 |
.main {
width: 100%;
height: auto;
min-height: 100%;
font-family: SF UI Display Regular;
z-index: 1;
position: relative;
}
/*=== HEADER ===*/
.header {
position: fixed;
width: 100%;
height: 60px;
top: 0;
background-color: #ffffff;
z-index: 100;
}
.header__container {
position: relative;
he... | src/components/MainLayout/MainLayout.css | .main {
width: 100%;
height: auto;
min-height: 100%;
font-family: SF UI Display Regular;
z-index: 1;
position: relative;
}
/*=== HEADER ===*/
.header {
position: fixed;
width: 100%;
height: 60px;
top: 0;
background-color: #ffffff;
z-index: 100;
}
.header__container {
position: relative;
he... | 0.451327 | 0.061368 |
img
{
filter: expression(artFixPNG(this));
}/* end Page */
/* begin Box, Sheet */
.art-sheet-tl
{
clip: rect(auto 18px 18px auto);
}
.art-sheet-tr
{
clip: rect(auto auto 18px 18px);
}
.art-sheet-bl
{
clip: rect(18px 18px auto auto);
}
.art-sheet-br
{
clip: rect(18px auto auto 18px);
}
.art-sheet-tc
{
... | style.ie7.css |
img
{
filter: expression(artFixPNG(this));
}/* end Page */
/* begin Box, Sheet */
.art-sheet-tl
{
clip: rect(auto 18px 18px auto);
}
.art-sheet-tr
{
clip: rect(auto auto 18px 18px);
}
.art-sheet-bl
{
clip: rect(18px 18px auto auto);
}
.art-sheet-br
{
clip: rect(18px auto auto 18px);
}
.art-sheet-tc
{
... | 0.246443 | 0.219045 |
.post-type-br_product_filter #settings .inside {
padding: 0;
}
.post-type-br_product_filter #settings .inside .berocket_sbs {
margin-left: 0;
}
/*Conditions*/
#conditions .section_conditions_hide_this_on {
margin-left: -13px;
margin-right: -13px;
border-top: 1px solid #ccc;
padding: 5px 12px 1px... | web/app/plugins/woocommerce-ajax-filters/assets/admin/css/single_filter_edit.css | .post-type-br_product_filter #settings .inside {
padding: 0;
}
.post-type-br_product_filter #settings .inside .berocket_sbs {
margin-left: 0;
}
/*Conditions*/
#conditions .section_conditions_hide_this_on {
margin-left: -13px;
margin-right: -13px;
border-top: 1px solid #ccc;
padding: 5px 12px 1px... | 0.451085 | 0.080792 |
width: 100%;
}
#team-container {
background-color: #303237;
border-radius: 3em;
padding: 5em;
margin: 5% auto 5%;
width: 85%;
}
#team-circle {
position: relative;
margin: auto;
width: 25em;
height: 25em;
border: 1em solid #3e4147;
border-radius: 50%;
box-shadow: 0em 0em 2em #000000, 0 0 2em ... | client/src/main/team/Team.css | width: 100%;
}
#team-container {
background-color: #303237;
border-radius: 3em;
padding: 5em;
margin: 5% auto 5%;
width: 85%;
}
#team-circle {
position: relative;
margin: auto;
width: 25em;
height: 25em;
border: 1em solid #3e4147;
border-radius: 50%;
box-shadow: 0em 0em 2em #000000, 0 0 2em ... | 0.648466 | 0.196325 |
body {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pr... | src/index.css | body {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pr... | 0.379378 | 0.110423 |
.event-list {
min-height: 250px;
background-color: #fff;
padding-top: 25px;
padding-bottom: 20px;
}
.event-list .card-size {
margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
width: 260px;
}
.event-list .card-body {
padding: 3px 15px... | webroot/newtheme/custom/css/event.list.css | .event-list {
min-height: 250px;
background-color: #fff;
padding-top: 25px;
padding-bottom: 20px;
}
.event-list .card-size {
margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
width: 260px;
}
.event-list .card-body {
padding: 3px 15px... | 0.325842 | 0.06489 |
.contianer-text-information {
max-width : 85%;
padding-bottom: 5%;
margin : auto;
}
.contianer-text-information h1 {
font-size : 1.9vw;
text-align: center;
margin-top: 4%;
padding : 1vw;
color : #164194;
position : relative;
}
.contianer-text-information h1:after ... | public/modules/libranza/public/css/information/app.css | .contianer-text-information {
max-width : 85%;
padding-bottom: 5%;
margin : auto;
}
.contianer-text-information h1 {
font-size : 1.9vw;
text-align: center;
margin-top: 4%;
padding : 1vw;
color : #164194;
position : relative;
}
.contianer-text-information h1:after ... | 0.762954 | 0.083628 |
.shadowBox {
width: 100%;
height: 100%;
top: 0;
border-radius: 50%;
position: absolute;
box-shadow: inset 0.5em -0.5em #f7efab;
animation: spin2 2s linear infinite;
animation-delay: 8s;
}
.shadowBox::before, .shadowBox::after {
position: absolute;
content: "";
width: 100%;
height: 100%;
overf... | src/styles/css3Try.css | .shadowBox {
width: 100%;
height: 100%;
top: 0;
border-radius: 50%;
position: absolute;
box-shadow: inset 0.5em -0.5em #f7efab;
animation: spin2 2s linear infinite;
animation-delay: 8s;
}
.shadowBox::before, .shadowBox::after {
position: absolute;
content: "";
width: 100%;
height: 100%;
overf... | 0.795975 | 0.11304 |
html, body{
background-image: url(../imgs/night_fly.jpg);
max-height: 100%;
max-width: 100%;
margin: 0;
background-size: cover;
display: block;
font-size: 15px;
}
header{
display: flex;
flex-direction: column;
box-sizing: border-box;
margin-top: 15px;
background-color: rg... | survey_form/css/style.css | html, body{
background-image: url(../imgs/night_fly.jpg);
max-height: 100%;
max-width: 100%;
margin: 0;
background-size: cover;
display: block;
font-size: 15px;
}
header{
display: flex;
flex-direction: column;
box-sizing: border-box;
margin-top: 15px;
background-color: rg... | 0.547706 | 0.091829 |
body {
background: none repeat scroll 0 0 #F2F2F2;
font: 14px "Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
line-height:2em;
color:#828282;}
a{
color:#828282;}
input, button, select, textarea {
font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
}
li{line... | project/demo/kaoshi/app/user/styles/css/theme.css | body {
background: none repeat scroll 0 0 #F2F2F2;
font: 14px "Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
line-height:2em;
color:#828282;}
a{
color:#828282;}
input, button, select, textarea {
font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
}
li{line... | 0.224395 | 0.053576 |
.uk-dark a, .uk-dark a:link {
color: var(--color-gray-10);
}
.uk-dark .dark\:uk-text-gray-100, .uk-dark.dark\:uk-text-gray-100 {
color: var(--color-gray-100)!important;
}
.uk-background-white, .uk-dark .dark\:uk-background-white, .uk-dark.dark\:uk-background-white {
background-color: #fff!important;
}
.uk-b... | btn.css | .uk-dark a, .uk-dark a:link {
color: var(--color-gray-10);
}
.uk-dark .dark\:uk-text-gray-100, .uk-dark.dark\:uk-text-gray-100 {
color: var(--color-gray-100)!important;
}
.uk-background-white, .uk-dark .dark\:uk-background-white, .uk-dark.dark\:uk-background-white {
background-color: #fff!important;
}
.uk-b... | 0.430746 | 0.132683 |