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 |
|---|---|---|---|---|
body {
margin: 0;
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
display: grid;
background-color: white;
}
.orderPair {
background-color: white;
height: 641px;
width: 100%;
display: inline-block;
margin-top: 60px;
/* overflow: hidden; */
}
.App{
height: 100px;
f... | index.css | body {
margin: 0;
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
display: grid;
background-color: white;
}
.orderPair {
background-color: white;
height: 641px;
width: 100%;
display: inline-block;
margin-top: 60px;
/* overflow: hidden; */
}
.App{
height: 100px;
f... | 0.558568 | 0.075312 |
.recommend {
padding-top: 22px;
background-color: #f5f5f5;
}
.recommend-header {
position: relative;
/* padding: 30px 0 10px; */
}
.recommend-header h3 {
height: 58px;
line-height: 58px;
font-size: 20px;
font-weight: 400;
color: #333;
}
.recommend-header ul {
position: absolut... | css/recommend.css | .recommend {
padding-top: 22px;
background-color: #f5f5f5;
}
.recommend-header {
position: relative;
/* padding: 30px 0 10px; */
}
.recommend-header h3 {
height: 58px;
line-height: 58px;
font-size: 20px;
font-weight: 400;
color: #333;
}
.recommend-header ul {
position: absolut... | 0.558809 | 0.115936 |
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
background-color: #fff;
font-family: "Roboto", sans-serif;
width: 100vw;
}
a {
text-decoration: none;
color: black;
}
h2 {
font-weight: 500;
}
.w3c-hidden {
display: none;
}
.logo {
display: -webkit-box;
... | project-2/css/style.css | * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
background-color: #fff;
font-family: "Roboto", sans-serif;
width: 100vw;
}
a {
text-decoration: none;
color: black;
}
h2 {
font-weight: 500;
}
.w3c-hidden {
display: none;
}
.logo {
display: -webkit-box;
... | 0.271445 | 0.071494 |
.cd-header {
position: relative;
height: 150px;
background-color: #331d35;
}
.cd-header h1 {
color: #ffffff;
line-height: 150px;
text-align: center;
font-size: 2.4rem;
font-weight: 300;
}
@media only screen and (min-width: 1170px) {
.cd-header {
height: 180px;
}
.cd-header h1 {
line-height... | public/demo/css/ico-fiters-style.css | .cd-header {
position: relative;
height: 150px;
background-color: #331d35;
}
.cd-header h1 {
color: #ffffff;
line-height: 150px;
text-align: center;
font-size: 2.4rem;
font-weight: 300;
}
@media only screen and (min-width: 1170px) {
.cd-header {
height: 180px;
}
.cd-header h1 {
line-height... | 0.324342 | 0.055464 |
@keyframes scaleUp {
from {
transform: scale(0);
}
to {
transform: scale(1);
}
}
.modal {
visibility: hidden;
position: fixed;
top: 0;
left: 0;
display: grid;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
z-index: 999;
}
.modal.ac... | styles/modal.css | @keyframes scaleUp {
from {
transform: scale(0);
}
to {
transform: scale(1);
}
}
.modal {
visibility: hidden;
position: fixed;
top: 0;
left: 0;
display: grid;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
z-index: 999;
}
.modal.ac... | 0.662469 | 0.150903 |
*{
box-sizing: border-box;
padding: 0;
margin: 0;
}
html,body{
width: 100vw;
height: 100vh; /* Fallback for browsers that do not support Custom Properties */
height: var(--vh, 100vh);
}
.fill-area{
width: 100%;
height: 100%;
}
.remaining-balls-grid{
display: grid;
grid-template-column... | css/main.css | *{
box-sizing: border-box;
padding: 0;
margin: 0;
}
html,body{
width: 100vw;
height: 100vh; /* Fallback for browsers that do not support Custom Properties */
height: var(--vh, 100vh);
}
.fill-area{
width: 100%;
height: 100%;
}
.remaining-balls-grid{
display: grid;
grid-template-column... | 0.350199 | 0.072047 |
/*
Theme Name: Taffle
Theme URI: http://taffle.dymix.us/
Author: Dymix
Author URI: http://dymix.us/
Version: 1.0.0
*/
/* -------------------------------------------- */
/* TABLE OF CONTENTS
/* -------------------------------------------- */
/* 01 - GENERAL ... | css/style.css | /*
Theme Name: Taffle
Theme URI: http://taffle.dymix.us/
Author: Dymix
Author URI: http://dymix.us/
Version: 1.0.0
*/
/* -------------------------------------------- */
/* TABLE OF CONTENTS
/* -------------------------------------------- */
/* 01 - GENERAL ... | 0.228415 | 0.032713 |
margin: 0;
padding: 0;
border: 0;
outline: 0;
box-sizing: border-box;
vertical-align: text-top;
max-width: calc(50% - 20px);
width: 100%;
} */
.creatediv .model,
.creatediv .engine,
.creatediv .color,
.creatediv .brand,
.creatediv .type,
.creatediv .category,
.creatediv .year,
.createdi... | client/src/components/Edit/Edit.css | margin: 0;
padding: 0;
border: 0;
outline: 0;
box-sizing: border-box;
vertical-align: text-top;
max-width: calc(50% - 20px);
width: 100%;
} */
.creatediv .model,
.creatediv .engine,
.creatediv .color,
.creatediv .brand,
.creatediv .type,
.creatediv .category,
.creatediv .year,
.createdi... | 0.468547 | 0.092237 |
@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Zen+Dots&display=swap');
.App {
text-align: center;
/* top: 0px;
position: absolute; */
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin i... | src/App.css | @import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Zen+Dots&display=swap');
.App {
text-align: center;
/* top: 0px;
position: absolute; */
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin i... | 0.417271 | 0.070528 |
span.no-file-selected
{
display: flex;
width: 100%;
justify-content: center;
text-align: center;
align-items: center;
}
div.note-body-container
{
left: 200px;
width: calc(100% - 200px);
height: 100%;
position: absolute;
display: flex;
}
/* END: App.js */
/* START: NotesList.js */
div.notes-list
{
... | noter/src/App.css | span.no-file-selected
{
display: flex;
width: 100%;
justify-content: center;
text-align: center;
align-items: center;
}
div.note-body-container
{
left: 200px;
width: calc(100% - 200px);
height: 100%;
position: absolute;
display: flex;
}
/* END: App.js */
/* START: NotesList.js */
div.notes-list
{
... | 0.252384 | 0.073596 |
.bp-element-newsletter-popup.vblog-layout-popup-1 .newsletter-open {
font-weight: 400;
font-size: 13px;
line-height: 1.5;
color: #191919;
text-transform: uppercase;
display: inline-flex;
justify-content: center;
align-items: center;
white-space: nowrap;
overflow: hidden;
max-width: 100%;
height:... | wp-content/plugins/builderpress/inc/elements/general/newsletter/assets/css/newsletter.css | .bp-element-newsletter-popup.vblog-layout-popup-1 .newsletter-open {
font-weight: 400;
font-size: 13px;
line-height: 1.5;
color: #191919;
text-transform: uppercase;
display: inline-flex;
justify-content: center;
align-items: center;
white-space: nowrap;
overflow: hidden;
max-width: 100%;
height:... | 0.243013 | 0.062531 |
@font-face {
font-family: 'HelveticaLight';
src: url('../font/HelveticaLight.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'HELVETICA BOLD.TTF';
src: url('../font/HELVETICA BOLD.TTF.eot');
src: url('../font/HELVETICA BOLD.TTF.eot?#iefix') format('embedded-ope... | css/font.css | @font-face {
font-family: 'HelveticaLight';
src: url('../font/HelveticaLight.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'HELVETICA BOLD.TTF';
src: url('../font/HELVETICA BOLD.TTF.eot');
src: url('../font/HELVETICA BOLD.TTF.eot?#iefix') format('embedded-ope... | 0.244995 | 0.049062 |
html { font-size: 15px; }
body { width: 87.5%; margin-left: auto; margin-right: auto; padding-left: 12.5%; font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; background-color: #fffff8; color: #111; max-width: 1400px; counter-reset: sidenote-counter; }
h1 { font-wei... | assets/css/main.css | html { font-size: 15px; }
body { width: 87.5%; margin-left: auto; margin-right: auto; padding-left: 12.5%; font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; background-color: #fffff8; color: #111; max-width: 1400px; counter-reset: sidenote-counter; }
h1 { font-wei... | 0.583203 | 0.244713 |
#staticMenu {
float: right;
/* z-index: 20;*/
width: 275px;
margin-bottom: -12px;
}
.staticMenuButton, .staticMenuButton:visited {
background: url(../images/page/staticMenu/main_menu_button.png) no-repeat scroll 0 0;
display: block;
height: 67px;
width: 220px;
padding: ... | public/stylesheets/static_menu.css |
#staticMenu {
float: right;
/* z-index: 20;*/
width: 275px;
margin-bottom: -12px;
}
.staticMenuButton, .staticMenuButton:visited {
background: url(../images/page/staticMenu/main_menu_button.png) no-repeat scroll 0 0;
display: block;
height: 67px;
width: 220px;
padding: ... | 0.153327 | 0.051439 |
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
margin:0;
padding:0;
}
table{
border-collapse:collapse;
border-spacing:0;
}
fieldset,img{
border:0;
}
address,caption,site,code,dfn,em,strong,th,var{
font-style:normal;
font-weight:normal;
}
caption,th{
text-align:... | public/css/aboutUs.css | body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
margin:0;
padding:0;
}
table{
border-collapse:collapse;
border-spacing:0;
}
fieldset,img{
border:0;
}
address,caption,site,code,dfn,em,strong,th,var{
font-style:normal;
font-weight:normal;
}
caption,th{
text-align:... | 0.146575 | 0.045692 |
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans|Open+Sans|PT+Serif");
summary, body, button,
input[type=button],
input[type=reset],
input[type=submit], output, [type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=file],
[type=month],
[type=number],
[type=password],
[type=search],
[... | docs/color.css | @import url("https://fonts.googleapis.com/css?family=Josefin+Sans|Open+Sans|PT+Serif");
summary, body, button,
input[type=button],
input[type=reset],
input[type=submit], output, [type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=file],
[type=month],
[type=number],
[type=password],
[type=search],
[... | 0.369429 | 0.163846 |
body {
font-family: 'Open Sans', 'Arial', sans-serif;
background-color: #ffffff;
color: #141F45;
line-height: 1.5;
font-weight: 300;
}
.container {
max-width: 90%;
margin: 0 auto;
}
/** só o header **/
header {
height: 97x;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 2;... | css/casamentos.css | body {
font-family: 'Open Sans', 'Arial', sans-serif;
background-color: #ffffff;
color: #141F45;
line-height: 1.5;
font-weight: 300;
}
.container {
max-width: 90%;
margin: 0 auto;
}
/** só o header **/
header {
height: 97x;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 2;... | 0.287168 | 0.072801 |
body {
font-family: 'Roboto', sans-serif;
box-sizing: border-box;
margin: 0px;
background-color: #e8fbe8;
}
main{
padding-left: 10%;
padding-right: 10%;
}
header {
width: 100%;
border-bottom: solid #6a9f4b 3px;
margin-top: 0px;
}
nav {
display: flex;
justify-content: space-around;
background: #b8e1b0;
a... | styles/styles2.css | body {
font-family: 'Roboto', sans-serif;
box-sizing: border-box;
margin: 0px;
background-color: #e8fbe8;
}
main{
padding-left: 10%;
padding-right: 10%;
}
header {
width: 100%;
border-bottom: solid #6a9f4b 3px;
margin-top: 0px;
}
nav {
display: flex;
justify-content: space-around;
background: #b8e1b0;
a... | 0.249722 | 0.072047 |
.list-group-item {
position: relative;
display: block;
padding: .75rem 1.25rem;
margin-bottom: -1px;
/* background-color: #fff; */
background-color:rgba(255,255,255,0.8);
/* border: 2px solid rgba(0,0,0,.125); */
border: 2px solid #f1f2f4;
border-radius: 6px;
font-size:12px;
}
/* what can we do for ... | src/main.css | .list-group-item {
position: relative;
display: block;
padding: .75rem 1.25rem;
margin-bottom: -1px;
/* background-color: #fff; */
background-color:rgba(255,255,255,0.8);
/* border: 2px solid rgba(0,0,0,.125); */
border: 2px solid #f1f2f4;
border-radius: 6px;
font-size:12px;
}
/* what can we do for ... | 0.2587 | 0.065665 |
@import url("https://fonts.googleapis.com/css?family=PT+Mono|Roboto:300&display=swap");
html, body {
margin: 0;
padding: 0;
}
.about {
width: 100%;
display: inline-block;
position: relative;
margin-bottom: 20px;
}
.about .coffe {
float: left;
position: relative;
}
.about .coffe .content {
display: bl... | trabajos/cafeteria-agere/assets/css/main.css | @import url("https://fonts.googleapis.com/css?family=PT+Mono|Roboto:300&display=swap");
html, body {
margin: 0;
padding: 0;
}
.about {
width: 100%;
display: inline-block;
position: relative;
margin-bottom: 20px;
}
.about .coffe {
float: left;
position: relative;
}
.about .coffe .content {
display: bl... | 0.393851 | 0.078219 |
#page-header.carta-header {background-image: url("/hipertextos/brand/carta.jpg");background-color:var(--color-hardgrey);font-family:var(--font-default), sans-serif; text-transform: uppercase; border:none;
height: 260px;padding-top:100px;background-position: center;background-attachment: fixed;background-size: cove... | hipertextos/styles/adding-carta.css |
#page-header.carta-header {background-image: url("/hipertextos/brand/carta.jpg");background-color:var(--color-hardgrey);font-family:var(--font-default), sans-serif; text-transform: uppercase; border:none;
height: 260px;padding-top:100px;background-position: center;background-attachment: fixed;background-size: cove... | 0.227813 | 0.059565 |
*
{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.sr-section
{
background-image: linear-gradient(rgba(0,0,0,0.56), rgba(90,0,0,0.67)), url("https://images.pexels.com/photos/5423728/pexels-photo-5423728.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500");
height: 100vh;
background-repeat: no-repeat... | public/css/style.css | *
{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.sr-section
{
background-image: linear-gradient(rgba(0,0,0,0.56), rgba(90,0,0,0.67)), url("https://images.pexels.com/photos/5423728/pexels-photo-5423728.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500");
height: 100vh;
background-repeat: no-repeat... | 0.493409 | 0.119434 |
body{
font-family: 'Lato', sans-serif;
color: #333;
background-color: #f1f2f8;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Francois One', sans-serif;
}
h1{
color: #fff;
}
h4{
font-size: clamp(1.25rem, 5vw, 2.5rem); ;
}
h4 small{
font-size: 1rem;
}
table a{
color: #333;
text-decoration: none;
border-bottom: 1px dott... | style.css | body{
font-family: 'Lato', sans-serif;
color: #333;
background-color: #f1f2f8;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Francois One', sans-serif;
}
h1{
color: #fff;
}
h4{
font-size: clamp(1.25rem, 5vw, 2.5rem); ;
}
h4 small{
font-size: 1rem;
}
table a{
color: #333;
text-decoration: none;
border-bottom: 1px dott... | 0.339828 | 0.077413 |
ul.pagination{
margin-top: 15px;
margin-bottom: 0;
margin-left: 15px;
}
.pagination div.limit {
float: left;
height: 22px;
line-height: 22px;
margin: 0 10px;
}
.pagination div.limit select#limit {
width: 50px;
}
/* Pagination on backend */
.button1,
.button1 div {
/*height: 1%;*/
float: right;
}
.... | public/frontend/css/pagination.css | ul.pagination{
margin-top: 15px;
margin-bottom: 0;
margin-left: 15px;
}
.pagination div.limit {
float: left;
height: 22px;
line-height: 22px;
margin: 0 10px;
}
.pagination div.limit select#limit {
width: 50px;
}
/* Pagination on backend */
.button1,
.button1 div {
/*height: 1%;*/
float: right;
}
.... | 0.303938 | 0.131201 |
BODY {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #CCCCCC;
text-decoration: none;
text-align: left;
list-style-type: circle;
scrollbar-face-color: 000000;
scrollbar-shadow-color: 000000;
scrollbar-highlight-color: 000000;
scrollbar-3dlight-color: 595656;
scrollbar-darkshadow-color: 00... | old/btnews/general.css | BODY {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #CCCCCC;
text-decoration: none;
text-align: left;
list-style-type: circle;
scrollbar-face-color: 000000;
scrollbar-shadow-color: 000000;
scrollbar-highlight-color: 000000;
scrollbar-3dlight-color: 595656;
scrollbar-darkshadow-color: 00... | 0.280222 | 0.065396 |
*{
margin: 0;
padding: 0;
}
.loginAndsignin{
text-decoration: none;
color: white;
margin-left: 5px;
}
.loginAndsignin:hover{
text-decoration: underline;
color: white;
}
.headerSignUp{
margin: 30px 0 0 0;
color: #6b34b3;
}
.signUpContainer{
background-color: rgba(255, 255, 255, 0.... | public/css/sing-login-style.css | *{
margin: 0;
padding: 0;
}
.loginAndsignin{
text-decoration: none;
color: white;
margin-left: 5px;
}
.loginAndsignin:hover{
text-decoration: underline;
color: white;
}
.headerSignUp{
margin: 30px 0 0 0;
color: #6b34b3;
}
.signUpContainer{
background-color: rgba(255, 255, 255, 0.... | 0.392803 | 0.090013 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
header {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 99;
}
header .header-top-bar {
backgrou... | public/css/app.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
header {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 99;
}
header .header-top-bar {
backgrou... | 0.395951 | 0.078289 |
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, ... | website/static/css/custom.css | @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, ... | 0.361728 | 0.099908 |
body {
background: #F4F4F8;
margin: 0;
font-family: 'Lato', sans-serif;
color: #778;
overflow: hidden;
}
.aside-person {
position: absolute;
top: 0;
left: 0;
display: table;
text-align: center;
background: #445;
color: #AAB;
box-shadow: 0px 5px 8px #445;
height: 100vh;
width: 250px;
ove... | example/main.css | body {
background: #F4F4F8;
margin: 0;
font-family: 'Lato', sans-serif;
color: #778;
overflow: hidden;
}
.aside-person {
position: absolute;
top: 0;
left: 0;
display: table;
text-align: center;
background: #445;
color: #AAB;
box-shadow: 0px 5px 8px #445;
height: 100vh;
width: 250px;
ove... | 0.5144 | 0.065935 |
.login_bg {
background: url(../img/login-bg.jpg);
background-size: cover;
background-position: center;
position: relative;
}
.position-card {
position: absolute;
left: 25%;
}
@media only screen and (max-width: 768px) {
.position-card {
position: absolute;
left: 0%;
}
}... | public/dist/css/custom.css | .login_bg {
background: url(../img/login-bg.jpg);
background-size: cover;
background-position: center;
position: relative;
}
.position-card {
position: absolute;
left: 25%;
}
@media only screen and (max-width: 768px) {
.position-card {
position: absolute;
left: 0%;
}
}... | 0.390011 | 0.092033 |
* Name: Weszlo dark
* Author: Atx
* Version: v1.1
* Latest update: 19.10.2017
*/
@-moz-document domain("weszlo.com")
{
section.posts, section.wpis,
.main-page-content
{
background: #1C1C1C;
}
div:nth-child(1) > div > article,.trybuna > article,
section.posts:nth-child(8) > ... | data/usercss/149386.user.css | * Name: Weszlo dark
* Author: Atx
* Version: v1.1
* Latest update: 19.10.2017
*/
@-moz-document domain("weszlo.com")
{
section.posts, section.wpis,
.main-page-content
{
background: #1C1C1C;
}
div:nth-child(1) > div > article,.trybuna > article,
section.posts:nth-child(8) > ... | 0.269422 | 0.04703 |
body {
padding-top: 70px;
}
table.nostretch {
width=100%
}
.nostretch td {
class='block'
}
.nostretch tr td{
width:1%;
white-space:nowrap;
}
<<<<<<< HEAD
:target:before {
content:"";
display:block;
height:60px;
margin:-60px 0 0;
====... | docs/fpm-ford/css/local.css | body {
padding-top: 70px;
}
table.nostretch {
width=100%
}
.nostretch td {
class='block'
}
.nostretch tr td{
width:1%;
white-space:nowrap;
}
<<<<<<< HEAD
:target:before {
content:"";
display:block;
height:60px;
margin:-60px 0 0;
====... | 0.449151 | 0.101367 |
.info .remove {
background-color: #235171;
}
.splHeader-primary {
border-top-width: 0;
}
.splMenu-secondary, .splMenu-secondary a {
color: #333;
}
.layoutCell {
border-left-width: 0;
}
a.splButton-tertiary,
a.splButton-primary,
.splButton-tertiary,
.splButton-primary,
#loading {
background-color: #2f76a7;
... | splunk_add_on_ucc_framework/UCC-UI-lib/bower_components/SplunkWebCore/search_mrsparkle/exposed/css/skins/default/patches/webintelligence-408175778a9038e0aa61008166b62393.css | .info .remove {
background-color: #235171;
}
.splHeader-primary {
border-top-width: 0;
}
.splMenu-secondary, .splMenu-secondary a {
color: #333;
}
.layoutCell {
border-left-width: 0;
}
a.splButton-tertiary,
a.splButton-primary,
.splButton-tertiary,
.splButton-primary,
#loading {
background-color: #2f76a7;
... | 0.344113 | 0.058669 |
.bs-callout {
padding: 20px;
margin: 0 0 20px 0;
border: 1px solid #eee;
border-left-width: 5px;
border-radius: 3px;
background-color: white;
}
.bs-callout h4 {
margin-top: 0;
margin-bottom: 5px;
}
.bs-callout + .bs-callout {
margin-top: -5px;
}
.bs-callout-default {
border-l... | web/static/css/exam-my.css | .bs-callout {
padding: 20px;
margin: 0 0 20px 0;
border: 1px solid #eee;
border-left-width: 5px;
border-radius: 3px;
background-color: white;
}
.bs-callout h4 {
margin-top: 0;
margin-bottom: 5px;
}
.bs-callout + .bs-callout {
margin-top: -5px;
}
.bs-callout-default {
border-l... | 0.49585 | 0.101411 |
.hof--wrapper {
width: 86.1vw;
margin: 5rem auto 0 auto;
}
.head {
width: 100%;
height: 9rem;
position: relative;
margin-top: 0rem;
}
.logo--info--wrapper {
display: inline-block;
}
.hof--logo--wrapper {
line-height: 3.8rem;
font-family: "segoeuib";
font-size: 4.3rem;
color: #539a50;
display: i... | src/pages/hall-of-fame.css | .hof--wrapper {
width: 86.1vw;
margin: 5rem auto 0 auto;
}
.head {
width: 100%;
height: 9rem;
position: relative;
margin-top: 0rem;
}
.logo--info--wrapper {
display: inline-block;
}
.hof--logo--wrapper {
line-height: 3.8rem;
font-family: "segoeuib";
font-size: 4.3rem;
color: #539a50;
display: i... | 0.500244 | 0.070848 |
@charset "utf-8";
/* CSS Document */
.post-grid{
overflow:hidden;
}
.post-grid .grid-items {
margin: 0 auto;
overflow: hidden;
}
.post-grid .item {
background: rgb(255, 255, 255) none repeat scroll 0 0;
display: inline-block;
vertical-align: top;
position: relative;
word-break: break-word;
margin: 0 a... | 2021/CVE-2021-24488/vultarget/post-grid/assets/frontend/css/style.css | @charset "utf-8";
/* CSS Document */
.post-grid{
overflow:hidden;
}
.post-grid .grid-items {
margin: 0 auto;
overflow: hidden;
}
.post-grid .item {
background: rgb(255, 255, 255) none repeat scroll 0 0;
display: inline-block;
vertical-align: top;
position: relative;
word-break: break-word;
margin: 0 a... | 0.287368 | 0.053083 |
@font-face {
font-family: 'GmarketSansLight';
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff") format("woff");
font-weight: normal;
font-style: normal; }
#banner {
z-index: 1;
-webkit-transform: translateZ(0);
border: none;
width: 32px;
position: fixed;
... | CSS/template.css | @font-face {
font-family: 'GmarketSansLight';
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff") format("woff");
font-weight: normal;
font-style: normal; }
#banner {
z-index: 1;
-webkit-transform: translateZ(0);
border: none;
width: 32px;
position: fixed;
... | 0.350421 | 0.09426 |
@charset "UTF-8";
/* breakpoints */
.overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url(../Images/overlay-bg.png);
z-index: 9999;
display: none;
width: 100%;
}
.overlay.component {
margin: 0;
}
.overlay > .component-content {
border-radius: 5px;
display: block;
... | themes/Globags/styles/overlay.css | @charset "UTF-8";
/* breakpoints */
.overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url(../Images/overlay-bg.png);
z-index: 9999;
display: none;
width: 100%;
}
.overlay.component {
margin: 0;
}
.overlay > .component-content {
border-radius: 5px;
display: block;
... | 0.378229 | 0.059074 |
@media only screen and (max-width: 800px) {
.cards {
margin-top: -280px;
width: 100%;
/* background-color: var(--cor); */
display: var(--flex);
justify-content: var(--justify);
align-items: var(--align);
flex-wrap: wrap;
}
.cards a {
width: 85%... | CSS/P 01/01 CARDS/cards.css | @media only screen and (max-width: 800px) {
.cards {
margin-top: -280px;
width: 100%;
/* background-color: var(--cor); */
display: var(--flex);
justify-content: var(--justify);
align-items: var(--align);
flex-wrap: wrap;
}
.cards a {
width: 85%... | 0.335569 | 0.058912 |
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Reem+Kufi');
body {
font-family: 'Source Sans Pro', sans-serif;
font-size: 15px;
}
*:active, *, *:hover, *:focus{
outline: none
}
a:hover, a:active, a:visited, a:... | include_files/user/css/style.css | @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Reem+Kufi');
body {
font-family: 'Source Sans Pro', sans-serif;
font-size: 15px;
}
*:active, *, *:hover, *:focus{
outline: none
}
a:hover, a:active, a:visited, a:... | 0.334263 | 0.086593 |
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;800&display=swap');
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,... | src/App.css | @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;800&display=swap');
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,... | 0.297572 | 0.095434 |
p{color:rgba(0,0,0,.8);letter-spacing:-.01em;font-size:17px;font-family:"Noto Serif","DejaVu Serif",serif;font-weight:400;font-style:normal;line-height:27.2px;letter-spacing:-0.17px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;}
.sect2{margin:10px 55px;max-width:970px;}
.sect2 h3{font-size:27p... | src/main/resources/static/css/documentation.css | p{color:rgba(0,0,0,.8);letter-spacing:-.01em;font-size:17px;font-family:"Noto Serif","DejaVu Serif",serif;font-weight:400;font-style:normal;line-height:27.2px;letter-spacing:-0.17px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;}
.sect2{margin:10px 55px;max-width:970px;}
.sect2 h3{font-size:27p... | 0.248443 | 0.088308 |
.kickoff {
position: relative;
height: 100%;
line-height: 24px;
color: #383838;
font-family: Roboto, "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
... | public/assets/stylesheets/kickoff/kickoff-b4cca394.css | .kickoff {
position: relative;
height: 100%;
line-height: 24px;
color: #383838;
font-family: Roboto, "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
... | 0.476336 | 0.156523 |
/* Start Main Content Font Color */
body,
input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]),
textarea,
select,
option,
.cmsmasters_prev_arrow,
.cmsmasters_next_arrow,
.cmsmasters_wrap_pagination ul li .page-numbers,
.cmsmasters_quotes_slider.cmsmasters_quotes_sli... | web/app/themes/all-business/css/styles/all-business_colors_primary.css |
/* Start Main Content Font Color */
body,
input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]),
textarea,
select,
option,
.cmsmasters_prev_arrow,
.cmsmasters_next_arrow,
.cmsmasters_wrap_pagination ul li .page-numbers,
.cmsmasters_quotes_slider.cmsmasters_quotes_sli... | 0.205296 | 0.046098 |
@import '~bootstrap/dist/css/bootstrap.min.css';
@import '~animate.css';
@font-face {
font-family: "Open Sans";
font-style: italic;
font-weight: 300;
src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hmIqOjjg.woff2) format... | resources/sass/app.css | @import '~bootstrap/dist/css/bootstrap.min.css';
@import '~animate.css';
@font-face {
font-family: "Open Sans";
font-style: italic;
font-weight: 300;
src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hmIqOjjg.woff2) format... | 0.325842 | 0.096195 |
html, body {
margin: 0;
padding: 0;
background-color: black;
font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
color: white;
}
ul { list-style: none; display: block;}
li { display: inline; margin-right: 10px;}
a { color: white; text-decoration: none; }
h1 {
margin: 40px 0 0 40px;
font-size: 80px;
}
... | example/css/app.css | html, body {
margin: 0;
padding: 0;
background-color: black;
font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
color: white;
}
ul { list-style: none; display: block;}
li { display: inline; margin-right: 10px;}
a { color: white; text-decoration: none; }
h1 {
margin: 40px 0 0 40px;
font-size: 80px;
}
... | 0.434341 | 0.075721 |
body {
max-width: 100%;
height: auto;
background: url('http://localhost/NilsSchnitzel/Humble-Abode/assets/images/space.png') no-repeat center fixed;
background-size: cover;
}
/* Footer.php */
/* Home.php */
.time {
color: rgb(255, 255, 255);
font-style: Helvetica, sans-serif;
text-align: center;
... | assets/css/styles.css | body {
max-width: 100%;
height: auto;
background: url('http://localhost/NilsSchnitzel/Humble-Abode/assets/images/space.png') no-repeat center fixed;
background-size: cover;
}
/* Footer.php */
/* Home.php */
.time {
color: rgb(255, 255, 255);
font-style: Helvetica, sans-serif;
text-align: center;
... | 0.282592 | 0.048137 |
html {
}
body {
line-height: 1.5;
font-size: 1em;
font-family: sans-serif;
color: #333;
}
h1, h2, h3, h4, h5, h6 {
margin: 1.5em 0 1em;
color: #c62828;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.75em;
}
h3 {
font-size: 1.5em;
}
h4 {
font-size: 1.25em;
}
h5, h6 {
font-size: 1em;
}
a {
col... | theme/share/default.css | html {
}
body {
line-height: 1.5;
font-size: 1em;
font-family: sans-serif;
color: #333;
}
h1, h2, h3, h4, h5, h6 {
margin: 1.5em 0 1em;
color: #c62828;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.75em;
}
h3 {
font-size: 1.5em;
}
h4 {
font-size: 1.25em;
}
h5, h6 {
font-size: 1em;
}
a {
col... | 0.520984 | 0.143878 |
body {
width: 100%;
height: 100%;
text-shadow: 1px 1px 2px #000000,
0px 6px 10px #000000,
0px 10px 15px #000000;
font-family: GothamThin, sans-serif;
color: white;
background-color: black; }
html {
width: 100%;
height: 100%; }
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 35px;
te... | css/grayscale.css | body {
width: 100%;
height: 100%;
text-shadow: 1px 1px 2px #000000,
0px 6px 10px #000000,
0px 10px 15px #000000;
font-family: GothamThin, sans-serif;
color: white;
background-color: black; }
html {
width: 100%;
height: 100%; }
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 35px;
te... | 0.359589 | 0.054374 |
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.active>a {
background-image: none;
background-image: none;
background-image: none;
background-image: none;
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);*/
... | public/home_assets/css/css_changes.css |
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.active>a {
background-image: none;
background-image: none;
background-image: none;
background-image: none;
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);*/
... | 0.155944 | 0.063077 |
* {
box-sizing: border-box;
}
body {
font-family: Arial;
color: #292929;
font-size: 100%;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.17em;
}
h3 {
font-size: 1.17em;
}
h4 {
padding-top: 10px;
margin-bottom: 0;
}
p {
... | app/assets/stylesheets/application.css | * {
box-sizing: border-box;
}
body {
font-family: Arial;
color: #292929;
font-size: 100%;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.17em;
}
h3 {
font-size: 1.17em;
}
h4 {
padding-top: 10px;
margin-bottom: 0;
}
p {
... | 0.495361 | 0.206634 |
@import url(https://fonts.googleapis.com/css?family=Montserrat);.btn {
border-radius: 0;
text-transform: uppercase;
}
.btn.btn-xs {
font-size: 12px;
padding: 2px 4px;
}
.btn-blue {
background-color: #6fbbff;
color: #ffffff;
}
.btn-blue:hover {
background-color: #098bff;
color: #ffffff;
}
.btn-white {
... | public/css/xs.css | @import url(https://fonts.googleapis.com/css?family=Montserrat);.btn {
border-radius: 0;
text-transform: uppercase;
}
.btn.btn-xs {
font-size: 12px;
padding: 2px 4px;
}
.btn-blue {
background-color: #6fbbff;
color: #ffffff;
}
.btn-blue:hover {
background-color: #098bff;
color: #ffffff;
}
.btn-white {
... | 0.347205 | 0.076511 |
@charset "utf-8";
.colspan2 .fleft .wxyt_ft .slide, .colspan2 .fleft .wxyt_ft .slide_cur, .colspan2 .fleft .wxyt_ft .slide .lt, .colspan2 .fleft .wxyt_ft .slide .rt, .colspan2 .fleft .wxyt_ft .slide_cur .lt, .colspan2 .fleft .wxyt_ft .slide_cur .rt, .colspan2 .fleft .wxyt_ft .slide_btn, .colspan2 .fleft .wxyt_ft .op a ... | css/product_player.css | @charset "utf-8";
.colspan2 .fleft .wxyt_ft .slide, .colspan2 .fleft .wxyt_ft .slide_cur, .colspan2 .fleft .wxyt_ft .slide .lt, .colspan2 .fleft .wxyt_ft .slide .rt, .colspan2 .fleft .wxyt_ft .slide_cur .lt, .colspan2 .fleft .wxyt_ft .slide_cur .rt, .colspan2 .fleft .wxyt_ft .slide_btn, .colspan2 .fleft .wxyt_ft .op a ... | 0.391057 | 0.182098 |
body{
padding:0;
margin:0;
font-family: sans-serif;
}
.top-header{
height:12vh;
background-color: white;
width: 100%;
display: flex;
justify-content: center;
}
.logo-top{
height:8vh;
margin:2vh 0;
}
.header{
height:8vh;
width:100%;
background-... | style.css | body{
padding:0;
margin:0;
font-family: sans-serif;
}
.top-header{
height:12vh;
background-color: white;
width: 100%;
display: flex;
justify-content: center;
}
.logo-top{
height:8vh;
margin:2vh 0;
}
.header{
height:8vh;
width:100%;
background-... | 0.374448 | 0.045247 |
body {
font-family: 'Lora';
background: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 23, 15, 0.65))), url("../img/leaves.jpg");
background: linear-gradient(rgba(47, 23, 15, 0.65)), url("../img/leaves.jpg");
background-attachment: fixed;
background-position: center;
background-size: co... | css/clean-blog.css | body {
font-family: 'Lora';
background: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 23, 15, 0.65))), url("../img/leaves.jpg");
background: linear-gradient(rgba(47, 23, 15, 0.65)), url("../img/leaves.jpg");
background-attachment: fixed;
background-position: center;
background-size: co... | 0.472927 | 0.077239 |
:root {
--taille-cellule: 48px;
--epaisseur-bordure-cellule: 1px;
--epaisseur-padding-cellule: 2px;
--couleur-bien-place: #e7002a;
--couleur-mal-place: #ffbd00;
--couleur-fond-grille: #0077c7;
--couleur-non-trouve: rgb(112, 112, 112);
--couleur-icone: rgb(200, 200, 200);
}
@font-face {
font-family: "... | public/jeu.css | :root {
--taille-cellule: 48px;
--epaisseur-bordure-cellule: 1px;
--epaisseur-padding-cellule: 2px;
--couleur-bien-place: #e7002a;
--couleur-mal-place: #ffbd00;
--couleur-fond-grille: #0077c7;
--couleur-non-trouve: rgb(112, 112, 112);
--couleur-icone: rgb(200, 200, 200);
}
@font-face {
font-family: "... | 0.48121 | 0.160102 |
@media all {
body {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 90%;
margin: 0;
padding: 0;
align: center;
}
h3 {
width: 769px;
font-size: 130%;
font-weight: bold;
color: #af1e2d;
background-color: #e5eceb;
border: solid #d3d3d3 1px;
margin-top: 12px;
ma... | src/css/defxws.css | @media all {
body {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 90%;
margin: 0;
padding: 0;
align: center;
}
h3 {
width: 769px;
font-size: 130%;
font-weight: bold;
color: #af1e2d;
background-color: #e5eceb;
border: solid #d3d3d3 1px;
margin-top: 12px;
ma... | 0.26341 | 0.060446 |
background:white url(../images/frfr/searchdatabase.gif) .2em center no-repeat;
}
.listview-quicksearch input.search-within-results {
background:white url(../images/frfr/searchwithinresults.gif) .2em center no-repeat;
}
.listview-quicksearch input.search-within-results2 {
background:white url(../images/frfr/searchwith... | templates/wowhead/css/locale_frfr.css | background:white url(../images/frfr/searchdatabase.gif) .2em center no-repeat;
}
.listview-quicksearch input.search-within-results {
background:white url(../images/frfr/searchwithinresults.gif) .2em center no-repeat;
}
.listview-quicksearch input.search-within-results2 {
background:white url(../images/frfr/searchwith... | 0.355216 | 0.119537 |
@media(min-width:768px) {
body {
margin-top: 50px;
}
}
#wrapper {
padding-top: 50px;
padding-left: 0;
}
#page-wrapper {
width: 100%;
padding: 0;
background-color: #fff;
}
.extra-padding{
padding-left:100px;
padding-right: 100px;
}
.huge {
font-size: 50px;
line-he... | public/stylesheets/formview.css |
@media(min-width:768px) {
body {
margin-top: 50px;
}
}
#wrapper {
padding-top: 50px;
padding-left: 0;
}
#page-wrapper {
width: 100%;
padding: 0;
background-color: #fff;
}
.extra-padding{
padding-left:100px;
padding-right: 100px;
}
.huge {
font-size: 50px;
line-he... | 0.443118 | 0.070913 |
.main_div {
max-width: 800px;
margin: 40px auto;
background-color: #f2f2f2;
padding: 18px;
font-family: Helvetica,Arial,sans-serif;
border: 2px solid #ff5733;
}
.conv_title {
background-color: #ff5733; /*#EE3233(pomegranate)*/ /*#ff5733*/ /*#ff6d00(orange accent 4)*/ /*#e65100(orange darke... | WebContent/htmlCssFiles/conversation.css | .main_div {
max-width: 800px;
margin: 40px auto;
background-color: #f2f2f2;
padding: 18px;
font-family: Helvetica,Arial,sans-serif;
border: 2px solid #ff5733;
}
.conv_title {
background-color: #ff5733; /*#EE3233(pomegranate)*/ /*#ff5733*/ /*#ff6d00(orange accent 4)*/ /*#e65100(orange darke... | 0.256273 | 0.07024 |
html, div, span, applet, object, iframe, 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, tr, th, td, article, aside... | includes/css/styles.css | html, div, span, applet, object, iframe, 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, tr, th, td, article, aside... | 0.367384 | 0.06832 |
body {
padding-top: 70px;
color: #222;
font-family: 'georgia', serif;
font-size: 17px;
line-height: 1.8 !important;
}
html {
overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'georgia', serif;
font-weight:200;
color: #222;
}
p{
font-family: 'georgia', serif;
font-weight:300;
}
section {... | css/style.css | body {
padding-top: 70px;
color: #222;
font-family: 'georgia', serif;
font-size: 17px;
line-height: 1.8 !important;
}
html {
overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'georgia', serif;
font-weight:200;
color: #222;
}
p{
font-family: 'georgia', serif;
font-weight:300;
}
section {... | 0.36139 | 0.064713 |
@charset "UTF-8";
.body::after, .maxbox::after, .info div::after, .info .buy p::after, header::after, .header_top::after, .header_center_content::after, .header_center_content .search p::after, .header_footer::after, .foot_help::after, .foot_nav::after, .foot_nav ul::after, .w980::after, .lognul::after, .lognrtop::afte... | hui-tao-web-ui/src/main/webapp/static/css/logon.css | @charset "UTF-8";
.body::after, .maxbox::after, .info div::after, .info .buy p::after, header::after, .header_top::after, .header_center_content::after, .header_center_content .search p::after, .header_footer::after, .foot_help::after, .foot_nav::after, .foot_nav ul::after, .w980::after, .lognul::after, .lognrtop::afte... | 0.402627 | 0.051534 |
.nectar-box-roll .overlaid-content[data-text-alignment="center"]{
text-align:center
}
.nectar-box-roll .overlaid-content[data-text-alignment="right"]{
text-align:right
}
.nectar-box-roll .overlaid-content[data-alignment-v="middle"] .row,
.nectar-box-roll .overlaid-content[data-alignment-v="middle"] .container,
... | wp-content/themes/salient/css/plugins/box-roll.css | .nectar-box-roll .overlaid-content[data-text-alignment="center"]{
text-align:center
}
.nectar-box-roll .overlaid-content[data-text-alignment="right"]{
text-align:right
}
.nectar-box-roll .overlaid-content[data-alignment-v="middle"] .row,
.nectar-box-roll .overlaid-content[data-alignment-v="middle"] .container,
... | 0.406391 | 0.072999 |
.mainDivContainer{
margin-left: 16px;
margin-right: 16px;
height:90vh;
overflow: hidden;
}
.divider{
width:5px;
height:auto;
display:inline-block;
}
.column1{
float: left;
width: 60%;
box-shadow: 0 2px 2px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(... | PlatformUI3/src/app/com/cognizant/devops/platformui/modules/datadictionary/datadictionary.component.css | .mainDivContainer{
margin-left: 16px;
margin-right: 16px;
height:90vh;
overflow: hidden;
}
.divider{
width:5px;
height:auto;
display:inline-block;
}
.column1{
float: left;
width: 60%;
box-shadow: 0 2px 2px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(... | 0.277473 | 0.151906 |
.memArea{
width: 100%;
margin: auto;
}
.memArea-container{
max-width: 1200px;
margin: auto;
}
.memArea-title{
margin-top: 20px;
}
.memArea-titleTxt{
padding-left: 30px;
line-height: 70px;
font-size: 33px;
font-weight: 700;
color:#777;
}
.memArea-box{
box-shadow: 0px 0px 2px 3px rgba(0,0,0,.1);
margin-top: 3... | assets/css/memArea.css | .memArea{
width: 100%;
margin: auto;
}
.memArea-container{
max-width: 1200px;
margin: auto;
}
.memArea-title{
margin-top: 20px;
}
.memArea-titleTxt{
padding-left: 30px;
line-height: 70px;
font-size: 33px;
font-weight: 700;
color:#777;
}
.memArea-box{
box-shadow: 0px 0px 2px 3px rgba(0,0,0,.1);
margin-top: 3... | 0.159577 | 0.049658 |
padding: 4rem 3rem 3rem;
min-height: initial;
display: grid;
grid-template-columns: 20rem 1fr;
grid-gap: 3rem;
color: rgba(255, 255, 255, 0.8);
}
#vendors.dark {
background-color: transparent;
color: rgba(0, 0, 0, 0.8);
}
#vendors .presentation-node.vendors {
display: unset;
flex-flow: unset;
pa... | src/views/Vendors/styles.css | padding: 4rem 3rem 3rem;
min-height: initial;
display: grid;
grid-template-columns: 20rem 1fr;
grid-gap: 3rem;
color: rgba(255, 255, 255, 0.8);
}
#vendors.dark {
background-color: transparent;
color: rgba(0, 0, 0, 0.8);
}
#vendors .presentation-node.vendors {
display: unset;
flex-flow: unset;
pa... | 0.445288 | 0.115561 |
@font-face{
font-family: "gillsans-light";
src: url('fonts/gillsans-light.ttf'),
url('fonts/gillsans-light.eot'); /* IE */
}
body {
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 1em;
text-rendering: optimizeLegibility;
background-color: white;
color: #333333;
margin: 0;
}
a {... | bibtex/static/style.css | @font-face{
font-family: "gillsans-light";
src: url('fonts/gillsans-light.ttf'),
url('fonts/gillsans-light.eot'); /* IE */
}
body {
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 1em;
text-rendering: optimizeLegibility;
background-color: white;
color: #333333;
margin: 0;
}
a {... | 0.287568 | 0.071074 |
.background_glossyMagenta4,
.hover_background_glossyMagenta4:hover,
.active_background_glossyMagenta4:active:hover {
background: #ff0dff;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image... | widgets/common/assets/gradients/glossy/glossyMagenta/glossyMagenta4.css | .background_glossyMagenta4,
.hover_background_glossyMagenta4:hover,
.active_background_glossyMagenta4:active:hover {
background: #ff0dff;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image... | 0.438064 | 0.070113 |
body {
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
}
h1 {
font-family: 'Oswald', sans-serif;
font-size: 55px;
text-align: center;
text-decoration: none;
margin-top: 90px;
}
p{
padding: 10px;
text-align: left;
max-width: 90%;
margin: 0 auto;
}
header... | assignment-nav2/style.css | body {
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
}
h1 {
font-family: 'Oswald', sans-serif;
font-size: 55px;
text-align: center;
text-decoration: none;
margin-top: 90px;
}
p{
padding: 10px;
text-align: left;
max-width: 90%;
margin: 0 auto;
}
header... | 0.322846 | 0.060363 |
.wdk-Record:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.wdk-RecordActions {
padding: 0;
margin: 0;
padding-top: 1em;
}
.wdk-RecordHeading {
clear: both;
padding: 10px 0;
}
.wdk-RecordActionItem {
display: inline-block;
}
.wdk-RecordActio... | Client/src/Views/Records/Record.css | .wdk-Record:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.wdk-RecordActions {
padding: 0;
margin: 0;
padding-top: 1em;
}
.wdk-RecordHeading {
clear: both;
padding: 10px 0;
}
.wdk-RecordActionItem {
display: inline-block;
}
.wdk-RecordActio... | 0.517083 | 0.105165 |
body {
font-family: 'Roboto', sans-serif;
font-size: 15px;
margin: 0px;
height: 100%;
color: rgb(21, 21, 21);
}
#header {
border: none;
z-index: 1;
box-shadow: rgba(0, 0, 0, 0.26) 0px 2px 5px;
}
#navigationHeader {
border: none;
box-shadow: rgba(0, 0, 0, 0.26) 0px 1px 3px;
}
#navigationContainer {
back... | src/main/webapp/miniterial.css | body {
font-family: 'Roboto', sans-serif;
font-size: 15px;
margin: 0px;
height: 100%;
color: rgb(21, 21, 21);
}
#header {
border: none;
z-index: 1;
box-shadow: rgba(0, 0, 0, 0.26) 0px 2px 5px;
}
#navigationHeader {
border: none;
box-shadow: rgba(0, 0, 0, 0.26) 0px 1px 3px;
}
#navigationContainer {
back... | 0.27338 | 0.096535 |
.rw-conversation-container .rw-header{
background-color: #0cc2aa;
}
.rw-conversation-container .rw-client{
background-color: #0cc2aa !important;
}
.conversation-container close-button {
background-color: #0cc2aa;
}
.rw-launcher{
background-color: #0cc2aa;
padding: 1px 6px;
}
/* Quick Reply b... | src/pro-src/widget.css | .rw-conversation-container .rw-header{
background-color: #0cc2aa;
}
.rw-conversation-container .rw-client{
background-color: #0cc2aa !important;
}
.conversation-container close-button {
background-color: #0cc2aa;
}
.rw-launcher{
background-color: #0cc2aa;
padding: 1px 6px;
}
/* Quick Reply b... | 0.264928 | 0.066085 |
@charset "utf-8";
/*全局*/
* { margin:0; padding:0; font-family:"Microsoft YaHei", Arial, Helvetica, sans-serif; }
body { font-size:14px; color:#333; background:#fff; }
input,a,select { outline:none; transition: 0.2s all; }
textarea { outline:none; resize: none; transition: 0.2s border-color; }
input { display:inl... | src/main/webapp/manage/css/main.css | @charset "utf-8";
/*全局*/
* { margin:0; padding:0; font-family:"Microsoft YaHei", Arial, Helvetica, sans-serif; }
body { font-size:14px; color:#333; background:#fff; }
input,a,select { outline:none; transition: 0.2s all; }
textarea { outline:none; resize: none; transition: 0.2s border-color; }
input { display:inl... | 0.351868 | 0.083367 |
.error {
border: solid 2px #FF0000;
}
#content {
height: 100%;
}
#content * {
margin: auto;
display: block;
}
.controls_vertical {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.controls_horizontal {
display: flex;
flex-direction: column;
justify-con... | app/static/style.css | .error {
border: solid 2px #FF0000;
}
#content {
height: 100%;
}
#content * {
margin: auto;
display: block;
}
.controls_vertical {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.controls_horizontal {
display: flex;
flex-direction: column;
justify-con... | 0.498535 | 0.146087 |
.emp-profile {
padding: 3%;
margin-top: 3%;
margin-bottom: 3%;
border-radius: 0.5rem;
background: #fff;
}
.profile-img {
text-align: center;
}
.profile-img img {
width: 70%;
height: 100%;
}
.profile-img .file {
position: relative;
overflow: hidden;
margin-top: -20%;
width: 70%;
border: none... | user_page/css/profile.css | .emp-profile {
padding: 3%;
margin-top: 3%;
margin-bottom: 3%;
border-radius: 0.5rem;
background: #fff;
}
.profile-img {
text-align: center;
}
.profile-img img {
width: 70%;
height: 100%;
}
.profile-img .file {
position: relative;
overflow: hidden;
margin-top: -20%;
width: 70%;
border: none... | 0.461988 | 0.082809 |
.thepostcard {
position: relative;
}
.thepostcard .timp {
position: absolute;
right: 16px;
bottom: 8px;
opacity: 0;
z-index: 1;
-webkit-transition: opacity 0.4s;
transition: opacity 0.4s;
}
.thepostcard video {
-webkit-transform: scale(1.05);
transform: scale(1.05);
height: 100%;
posit... | src/components/blog/post.css | .thepostcard {
position: relative;
}
.thepostcard .timp {
position: absolute;
right: 16px;
bottom: 8px;
opacity: 0;
z-index: 1;
-webkit-transition: opacity 0.4s;
transition: opacity 0.4s;
}
.thepostcard video {
-webkit-transform: scale(1.05);
transform: scale(1.05);
height: 100%;
posit... | 0.346762 | 0.057945 |
@font-face {
font-family: 'Comfortaa';
src: url('fonts/Comfortaa/Comfortaa-Light.ttf');
font-weight: 300;
}
/* common */
.relative { position: relative; }
.w-auto { width: auto; }
.width170 { width: 170px; }
.min-width150 { min-width: 150px; }
.big { font-size: 120%; }
.big-big { font-size: 140%; }
.min-he... | public/css/app.css | @font-face {
font-family: 'Comfortaa';
src: url('fonts/Comfortaa/Comfortaa-Light.ttf');
font-weight: 300;
}
/* common */
.relative { position: relative; }
.w-auto { width: auto; }
.width170 { width: 170px; }
.min-width150 { min-width: 150px; }
.big { font-size: 120%; }
.big-big { font-size: 140%; }
.min-he... | 0.408395 | 0.119562 |
.tuna {
animation: walk-cycle 1s steps(12) infinite;
background: url(http://stash.rachelnabors.com/img/codepen/tuna_sprite.png) 0 0 no-repeat;
height: 200px;
width: 400px;
position: absolute;
bottom: 1px;
left: 50%;
margin-left: -200px;
transform: translateZ(0); /* offers a bit of a performance boost ... | app/assets/stylesheets/background.css | .tuna {
animation: walk-cycle 1s steps(12) infinite;
background: url(http://stash.rachelnabors.com/img/codepen/tuna_sprite.png) 0 0 no-repeat;
height: 200px;
width: 400px;
position: absolute;
bottom: 1px;
left: 50%;
margin-left: -200px;
transform: translateZ(0); /* offers a bit of a performance boost ... | 0.764628 | 0.224459 |
body {
margin: 0;
padding: 0;
font-family: 'Livvic', sans-serif;
background: url("../img/bg.jpg");
background-size: cover;
background-attachment: fixed;
}
#topContainer {
text-align: center;
}
#title {
font-size: 5em;
font-family: 'Lobster', cursive;
color: whitesmoke;
}
/* ho... | assets/css/mapstyle.css | body {
margin: 0;
padding: 0;
font-family: 'Livvic', sans-serif;
background: url("../img/bg.jpg");
background-size: cover;
background-attachment: fixed;
}
#topContainer {
text-align: center;
}
#title {
font-size: 5em;
font-family: 'Lobster', cursive;
color: whitesmoke;
}
/* ho... | 0.371137 | 0.092115 |
body {
background-image: url(../images/ep_naturalblack.png);
}
#aboutMe {
width:960px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size:21px;
background-color:#F5F5F5;
margin:auto;
padding:30px;
}
#contact {
width:960px;
font-family: Verdana, Geneva, Tahom... | Basic-Portfolio/assets/css/style.css | body {
background-image: url(../images/ep_naturalblack.png);
}
#aboutMe {
width:960px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size:21px;
background-color:#F5F5F5;
margin:auto;
padding:30px;
}
#contact {
width:960px;
font-family: Verdana, Geneva, Tahom... | 0.322846 | 0.084606 |
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-ti... | .obsidian/plugins/obsidian-leaflet-plugin/styles.css |
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-ti... | 0.254416 | 0.216653 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
font-family: arial, sans-serif;
margin: 0 auto;
background-color: rgb(220, 220, 230);
font-size: 13px;
min-height: 100vh;
}
.testimonial-container {
display: grid;
padding: 4.3rem 1.5rem;
margin: 0 auto;
justif... | styles.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
font-family: arial, sans-serif;
margin: 0 auto;
background-color: rgb(220, 220, 230);
font-size: 13px;
min-height: 100vh;
}
.testimonial-container {
display: grid;
padding: 4.3rem 1.5rem;
margin: 0 auto;
justif... | 0.675978 | 0.193757 |
.codio-assessment {
display: flex;
width: 100% ;
flex-direction: column;
}
.codio-assessment-name {
font-size: 150%;
}
.codio-button-result.hide {
display: none;
}
.codio-button-result {
font-size: 100%;
}
.codio-assessment-last-run {
font-size: 70%;
}
.codio-assessment-last-run span {
color: #888;... | .guides/styles.css | .codio-assessment {
display: flex;
width: 100% ;
flex-direction: column;
}
.codio-assessment-name {
font-size: 150%;
}
.codio-button-result.hide {
display: none;
}
.codio-button-result {
font-size: 100%;
}
.codio-assessment-last-run {
font-size: 70%;
}
.codio-assessment-last-run span {
color: #888;... | 0.479991 | 0.110375 |
body {
width: 100%;
background-image:url(../assets/images/body-background-8.png);
background-repeat: no-repeat;
}
/* ---------------------------------------------------------- start of Wrapper */
.wrapper {
display: grid;
margin: auto auto;
}
/* -----------------------------------... | css/style.css | body {
width: 100%;
background-image:url(../assets/images/body-background-8.png);
background-repeat: no-repeat;
}
/* ---------------------------------------------------------- start of Wrapper */
.wrapper {
display: grid;
margin: auto auto;
}
/* -----------------------------------... | 0.385837 | 0.086709 |
@charset "utf-8";
/* CSS Document */
*{
margin: 0;
padding: 0;
font-family:"微软雅黑";
}
ul li{
list-style-type: none;
float: left;
}
a{
text-decoration: none;
}
body{
width: 100%;
min-height:1200px;
position: absolute;
z-index: -1;
background:url(../images/bg.jpg) no-repeat;
... | Public/e8home/default/style/about.css | @charset "utf-8";
/* CSS Document */
*{
margin: 0;
padding: 0;
font-family:"微软雅黑";
}
ul li{
list-style-type: none;
float: left;
}
a{
text-decoration: none;
}
body{
width: 100%;
min-height:1200px;
position: absolute;
z-index: -1;
background:url(../images/bg.jpg) no-repeat;
... | 0.219672 | 0.046077 |
.login{background: url("src/assets/img/login-bg.jpg") no-repeat fixed center top; background-size: cover; padding: 30px 0; }
ol, ul { list-style: none; }
a, .btn { transition: all 0.5s ease; }
a:active, a:hover, a:focus, .btn:focus, .btn:active, .btn:hover { outline: 0; }
a { color: #236477; text-decoration: none; }
a... | src/app/login/login.component.css | .login{background: url("src/assets/img/login-bg.jpg") no-repeat fixed center top; background-size: cover; padding: 30px 0; }
ol, ul { list-style: none; }
a, .btn { transition: all 0.5s ease; }
a:active, a:hover, a:focus, .btn:focus, .btn:active, .btn:hover { outline: 0; }
a { color: #236477; text-decoration: none; }
a... | 0.306631 | 0.070848 |
@charset "UTF-8";
@font-face {
font-family: "SF UI Display Regular";
src: url("/fonts/sf_ui_display_regular.eot");
src: url("/fonts/sf_ui_display_regular.eot?#iefix") format("embedded-opentype"), url("/fonts/sf_ui_display_regular.woff2") format("woff2"), url("/fonts/sf_ui_display_regular.woff") format("woff"), u... | public/css/app.css | @charset "UTF-8";
@font-face {
font-family: "SF UI Display Regular";
src: url("/fonts/sf_ui_display_regular.eot");
src: url("/fonts/sf_ui_display_regular.eot?#iefix") format("embedded-opentype"), url("/fonts/sf_ui_display_regular.woff2") format("woff2"), url("/fonts/sf_ui_display_regular.woff") format("woff"), u... | 0.422028 | 0.06256 |
table {
border: 1px solid black;
border-collapse: collapse;
width: 90%;
margin: auto;
}
.heading_align{
text-align: center;
padding: 0;
}
th {
border: 1px solid black
border-bottom: 3px solid black
text-align: center;
}
td, tr {
border: 1px solid black;
text... | Portal Web Site/big/css/tables.css | table {
border: 1px solid black;
border-collapse: collapse;
width: 90%;
margin: auto;
}
.heading_align{
text-align: center;
padding: 0;
}
th {
border: 1px solid black
border-bottom: 3px solid black
text-align: center;
}
td, tr {
border: 1px solid black;
text... | 0.30715 | 0.171685 |
.slider .indicators .indicator-item.active{
background-color: rgba(201, 202, 201, 0.8)!important;
}
.slider .indicators .indicator-item {
bottom: 60px;
z-index: 7;
}
.slider .slides li img {
height: 589px!important;
width: 100%!important;
background-size: cover;
background-position: center... | public/css/pages/slider.css | .slider .indicators .indicator-item.active{
background-color: rgba(201, 202, 201, 0.8)!important;
}
.slider .indicators .indicator-item {
bottom: 60px;
z-index: 7;
}
.slider .slides li img {
height: 589px!important;
width: 100%!important;
background-size: cover;
background-position: center... | 0.442034 | 0.063657 |
:root {
--colour-grey-light: hsl(0, 0%, 93.3%);
--colour-pink-medium: hsl(318, 58.3%, 47.1%);
--colour-blue-medium: hsl(202.3, 58.3%, 47.1%);
--card-unit-height: 24px;
--logo-radius: 32px;
--event-unit-height: calc(1rem * 12);
}
@font-face {
font-family: 'Inter var';
font-weight: 100 900;
font-displa... | css/main.css | :root {
--colour-grey-light: hsl(0, 0%, 93.3%);
--colour-pink-medium: hsl(318, 58.3%, 47.1%);
--colour-blue-medium: hsl(202.3, 58.3%, 47.1%);
--card-unit-height: 24px;
--logo-radius: 32px;
--event-unit-height: calc(1rem * 12);
}
@font-face {
font-family: 'Inter var';
font-weight: 100 900;
font-displa... | 0.567937 | 0.190159 |
div {
font-family: monospace;
}
a {
text-decoration: none;
cursor: pointer;
}
.bg-orange-light {
background-color: #f09d51;
}
.bg-onyx {
background-color: #313638;
}
.bg-platinum {
background-color: #e8e9eb;
}
.selected-lang {
background-color: #313638;
color : white;
}
.home {
min-height: 22em... | src/app/information/information.component.css | div {
font-family: monospace;
}
a {
text-decoration: none;
cursor: pointer;
}
.bg-orange-light {
background-color: #f09d51;
}
.bg-onyx {
background-color: #313638;
}
.bg-platinum {
background-color: #e8e9eb;
}
.selected-lang {
background-color: #313638;
color : white;
}
.home {
min-height: 22em... | 0.468304 | 0.111386 |
:root {
font-family: plex-mono-light,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
body {
font-weight: 700;
margin: 0;
background: #10111f;
overflow: hidden;
}
::selection{
color: #ffff;
backgr... | public/style.css | :root {
font-family: plex-mono-light,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
body {
font-weight: 700;
margin: 0;
background: #10111f;
overflow: hidden;
}
::selection{
color: #ffff;
backgr... | 0.567697 | 0.153486 |
*{
margin: 0;
padding: 0;
list-style: none;
text-decoration: none;
}
a:hover{
text-decoration: none
}
.til{
line-height: 60px;
background: transparent;
border: none;
}
.til span, .til a{
color: #fff;
}
.til li:before{
background: transparent;
}
.til li:hover a... | src/public/css/index.css | *{
margin: 0;
padding: 0;
list-style: none;
text-decoration: none;
}
a:hover{
text-decoration: none
}
.til{
line-height: 60px;
background: transparent;
border: none;
}
.til span, .til a{
color: #fff;
}
.til li:before{
background: transparent;
}
.til li:hover a... | 0.278944 | 0.043528 |
<style>
<!--
/* Style Definitions */
p,div
{
margin-top:0pt;
margin-bottom:7.5pt;
font-size:8.5pt;
font-family:"Verdana";
}
dl
{
margin-top: 0.0pt;
margin-bottom:12.0pt
}
li
{
margin-left: 12.0pt;
margin-top: 0;
margin-bottom: 2.0pt;
font-size: 8.5pt;
font-family: "Verdana";
text-indent: 0;
}
... | src/WWTMVC5/Docs/SDK_style.css | <style>
<!--
/* Style Definitions */
p,div
{
margin-top:0pt;
margin-bottom:7.5pt;
font-size:8.5pt;
font-family:"Verdana";
}
dl
{
margin-top: 0.0pt;
margin-bottom:12.0pt
}
li
{
margin-left: 12.0pt;
margin-top: 0;
margin-bottom: 2.0pt;
font-size: 8.5pt;
font-family: "Verdana";
text-indent: 0;
}
... | 0.341034 | 0.047847 |
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic);@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700... | style.min.css | @import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic);@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700... | 0.454714 | 0.084758 |
* html .ui-autocomplete {
width:1px;
}
*{
font-family: 'Open Sans Condensed', sans-serif;
font-size: 17px;
}
a{
color: #1b257a;
}
body{
background-color: #f8f8ff;
}
h3{
border-bottom: 1px solid #1b257a;
}
select{
width: 100%;
}
#middle-container{
margin-top: 10px;
}
#login-box{
float: none;
margin: 0... | public/css/modulos-style.css | * html .ui-autocomplete {
width:1px;
}
*{
font-family: 'Open Sans Condensed', sans-serif;
font-size: 17px;
}
a{
color: #1b257a;
}
body{
background-color: #f8f8ff;
}
h3{
border-bottom: 1px solid #1b257a;
}
select{
width: 100%;
}
#middle-container{
margin-top: 10px;
}
#login-box{
float: none;
margin: 0... | 0.194139 | 0.073796 |
.content {
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
align-items: center;
position: absolute;
z-index: 2;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.content .title {
color: #FAFAFA;
font-size: 2rem;
font-wei... | selfcare/src/main/resources/static/css/form.css | .content {
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
align-items: center;
position: absolute;
z-index: 2;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.content .title {
color: #FAFAFA;
font-size: 2rem;
font-wei... | 0.355663 | 0.066995 |
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, ... | css/HtmlFormat.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.369998 | 0.124612 |
.jexcel {
border-collapse: separate;
table-layout: fixed;
white-space: nowrap;
width: 0px;
empty-cells: show;
border-top: 1px transparent;
border-left: 1px transparent;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
background-clip: padding-box;
background... | InnovationMaps/static/css/jexcel.css | .jexcel {
border-collapse: separate;
table-layout: fixed;
white-space: nowrap;
width: 0px;
empty-cells: show;
border-top: 1px transparent;
border-left: 1px transparent;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
background-clip: padding-box;
background... | 0.541651 | 0.18984 |