code stringlengths 2k 1.04M | repo_path stringlengths 5 517 | parsed_code stringlengths 0 1.04M | quality_prob float64 0.02 0.95 | learning_prob float64 0.02 0.93 |
|---|---|---|---|---|
@font-face {
font-family: 'he1';
src: url('../fonts/HelveticaNeueW23-Bd.woff') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'he2';
src: url('../fonts/HelveticaNeueW23-Reg.woff') format('truetype');
font-weight: normal;
font-style: normal;
}
@... | site2/css/frame.css | @font-face {
font-family: 'he1';
src: url('../fonts/HelveticaNeueW23-Bd.woff') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'he2';
src: url('../fonts/HelveticaNeueW23-Reg.woff') format('truetype');
font-weight: normal;
font-style: normal;
}
@... | 0.320715 | 0.136897 |
form.style-1 input[type='text'],
form.style-1 input[type='email'],
form.style-1 input[type='password'],
form.style-1 input[type='number'],
form.style-1 select,
form.style-1 textarea {
border-bottom: 1px solid;
}
form.style-2 input[type='text'],
form.style-2 input[type='email'],
form.style-2 input[type='password'],
f... | public/css/style.css | form.style-1 input[type='text'],
form.style-1 input[type='email'],
form.style-1 input[type='password'],
form.style-1 input[type='number'],
form.style-1 select,
form.style-1 textarea {
border-bottom: 1px solid;
}
form.style-2 input[type='text'],
form.style-2 input[type='email'],
form.style-2 input[type='password'],
f... | 0.254324 | 0.08152 |
html {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
background: white;
background-color: #ffffff;
background-image: url(http://www.transparenttextures.com/patterns/green-dust-and-scratches.png);
}
main {
text-align: center;
margin-botto... | builds/development/css/style.css | html {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
background: white;
background-color: #ffffff;
background-image: url(http://www.transparenttextures.com/patterns/green-dust-and-scratches.png);
}
main {
text-align: center;
margin-botto... | 0.270288 | 0.073231 |
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Rectangle_34 {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15) ;
filter: alpha(opacity=15) ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Image_23 {
... | doc/ui-mockups/html/resources/screens/7d9a839c-862d-4d00-8ff2-94f18e019662-1507888086769-ie8.css | -ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Rectangle_34 {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15) ;
filter: alpha(opacity=15) ;
margin-left: 0px;
margin-top: 0px;
}
#s-7d9a839c-862d-4d00-8ff2-94f18e019662 #s-Image_23 {
... | 0.35209 | 0.102979 |
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
:root {
--header-height: 3.5rem;
/* == Colors == */
--hue: 152;
--first-color: hsl(var(--hue), 24%, 32%);
--first-color-alt: hsl(var(--hue), 24%, 28%);
--first-color-light: hsl(var(--hue), 24%, 66%);
--first-color-l... | assets/dist/css/home.css | @import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
:root {
--header-height: 3.5rem;
/* == Colors == */
--hue: 152;
--first-color: hsl(var(--hue), 24%, 32%);
--first-color-alt: hsl(var(--hue), 24%, 28%);
--first-color-light: hsl(var(--hue), 24%, 66%);
--first-color-l... | 0.294215 | 0.087759 |
:root {
--background-main: #1E2140;
--background-button: #F87070;
--color-main: #D7E0FE;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
ul, ol { list-style: none; }
body {
font-family: 'Open Sans', sans-serif;
background: var(--background-main);
color: var(--color-main);
}
header,... | css/main.css | :root {
--background-main: #1E2140;
--background-button: #F87070;
--color-main: #D7E0FE;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
ul, ol { list-style: none; }
body {
font-family: 'Open Sans', sans-serif;
background: var(--background-main);
color: var(--color-main);
}
header,... | 0.587115 | 0.122078 |
body,
html {
width: 100%;
height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
}
.topnav {
font-size: 14px;
}
.lead {
font-size: 18px;
font-weight: 400;
}
.intro-header {
padding-top: 50px; /* If you're mak... | css/landing-page.css | body,
html {
width: 100%;
height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
}
.topnav {
font-size: 14px;
}
.lead {
font-size: 18px;
font-weight: 400;
}
.intro-header {
padding-top: 50px; /* If you're mak... | 0.40592 | 0.11158 |
*{
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6{
font-family: Roboto;
}
p{
font-family: Roboto;
}
a, a:hover{
text-decoration: none;
}
/************************************************************************************************************************************header section starts here... | css/style.css | *{
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6{
font-family: Roboto;
}
p{
font-family: Roboto;
}
a, a:hover{
text-decoration: none;
}
/************************************************************************************************************************************header section starts here... | 0.290477 | 0.036186 |
#scenes .cluetip span{
background:transparent url(../img/icon/cible.gif) no-repeat scroll center center;
color:black;
display:block;
font-size:1.1em;
font-weight:bold;
height:23px;
padding-top:5px;
text-align:center;
width:23px;
}
/*TMP*/
.thumbs_banner{
margin:10px auto;
padding:2px 0;
height: 60px !import... | prestashop/themes/default/css/scenes.css | #scenes .cluetip span{
background:transparent url(../img/icon/cible.gif) no-repeat scroll center center;
color:black;
display:block;
font-size:1.1em;
font-weight:bold;
height:23px;
padding-top:5px;
text-align:center;
width:23px;
}
/*TMP*/
.thumbs_banner{
margin:10px auto;
padding:2px 0;
height: 60px !import... | 0.193452 | 0.051368 |
header {
background :rgb(52, 73, 94);
color:#fff;
height: 60px;
margin-bottom: 20px;
}
footer {
width: 100%;
height: 40px;
position: absolute;
bottom: 0;
background:#16a085;
color:#fff;
}
body{
background:rgba(153,153,153,0.2);
}
/* FIN PLANTILLA */
.navbar-brand {
float: left... | bootstrap-3.3.7/css/csscustom.css | header {
background :rgb(52, 73, 94);
color:#fff;
height: 60px;
margin-bottom: 20px;
}
footer {
width: 100%;
height: 40px;
position: absolute;
bottom: 0;
background:#16a085;
color:#fff;
}
body{
background:rgba(153,153,153,0.2);
}
/* FIN PLANTILLA */
.navbar-brand {
float: left... | 0.179531 | 0.077692 |
.settings_panel .button {
position: absolute;
width: 26px;
height: 26px;
padding: 3px;
border: 1px solid black;
border-radius: 6px;
background-color: tan;
background-size: cover;
cursor: pointer;
}
.settings_panel .button:hover {
background-color: rgba(210, 180, 140, 0.9);
}
.s... | client/components/settingsPanel/settingsPanel.css | .settings_panel .button {
position: absolute;
width: 26px;
height: 26px;
padding: 3px;
border: 1px solid black;
border-radius: 6px;
background-color: tan;
background-size: cover;
cursor: pointer;
}
.settings_panel .button:hover {
background-color: rgba(210, 180, 140, 0.9);
}
.s... | 0.566738 | 0.099777 |
.container--admin {
padding-top: 0;
padding-bottom: 0;
}
.sidebar {
background-color: var(--color-grey-dark-1);
flex: 0 0 20%;
display: flex;
height: calc(100vh - 7rem);
}
.side-nav {
font-size: 1.5rem;
list-style: none;
margin-top: 3.5rem;
}
.side-nav__link:link, .side-nav__link:visited {
color:... | ui/css/admin.css | .container--admin {
padding-top: 0;
padding-bottom: 0;
}
.sidebar {
background-color: var(--color-grey-dark-1);
flex: 0 0 20%;
display: flex;
height: calc(100vh - 7rem);
}
.side-nav {
font-size: 1.5rem;
list-style: none;
margin-top: 3.5rem;
}
.side-nav__link:link, .side-nav__link:visited {
color:... | 0.480235 | 0.0704 |
body{
}
img{
width:100%;
height:auto;
}
/*********accordion********/
.accordin {
border: 1px solid #F4F4F4;
margin-top:6px;
}
.content-two .accordin h1{
font-size: 14px;
background: #F4F4F4;
margin: 0;
padding: 12px;
border: 1px solid #F4F4F4;
}
.accordin-content{
padding... | theme_data/css/style.css | body{
}
img{
width:100%;
height:auto;
}
/*********accordion********/
.accordin {
border: 1px solid #F4F4F4;
margin-top:6px;
}
.content-two .accordin h1{
font-size: 14px;
background: #F4F4F4;
margin: 0;
padding: 12px;
border: 1px solid #F4F4F4;
}
.accordin-content{
padding... | 0.236604 | 0.047316 |
nav {
/* position: sticky; */
width: 100%;
overflow-x: scroll;
top: 0;
}
.ul-left {
display: none;
}
.ul-right {
min-width: 250px;
display: flex;
padding: 0;
margin-top: auto;
padding-right: 5px;
}
.ul-right li {
font-weight: 600;
padding: 10px 0;
}
/* Main page */
.mobile-buttons {
displ... | styles/mobile.css | nav {
/* position: sticky; */
width: 100%;
overflow-x: scroll;
top: 0;
}
.ul-left {
display: none;
}
.ul-right {
min-width: 250px;
display: flex;
padding: 0;
margin-top: auto;
padding-right: 5px;
}
.ul-right li {
font-weight: 600;
padding: 10px 0;
}
/* Main page */
.mobile-buttons {
displ... | 0.437103 | 0.058858 |
* {
box-sizing: border-box;
}
.container {
margin: 0 auto;
width: 80%;
}
.nav-bar {
position: relative;
margin-top: 32px;
}
.logo {
height: 50px;
position: absolute;
margin-top: 15px;
}
.delicious {
margin-top: 15px;
font-size: 36px;
font-weight: 600;
margin-le... | css/style.css | * {
box-sizing: border-box;
}
.container {
margin: 0 auto;
width: 80%;
}
.nav-bar {
position: relative;
margin-top: 32px;
}
.logo {
height: 50px;
position: absolute;
margin-top: 15px;
}
.delicious {
margin-top: 15px;
font-size: 36px;
font-weight: 600;
margin-le... | 0.397938 | 0.138316 |
.maintitle {
font: 'Ubuntu', sans-serif;
font-size: 14px;
padding-left: 0px;
padding-right: 0px;
margin-bottom: 0px;
color: white;
text-transform: uppercase;
font-weight: bold;
text-decoration-style: solid;
text-align: center;
background: rgba(255,146,10,1);
background: -moz-radial-gradient(cent... | crop_rotator/crop_rotator/static/assets/css/panels.css | .maintitle {
font: 'Ubuntu', sans-serif;
font-size: 14px;
padding-left: 0px;
padding-right: 0px;
margin-bottom: 0px;
color: white;
text-transform: uppercase;
font-weight: bold;
text-decoration-style: solid;
text-align: center;
background: rgba(255,146,10,1);
background: -moz-radial-gradient(cent... | 0.452536 | 0.12595 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Montserrat', sans-serif;
... | index.css | @import url('https://fonts.googleapis.com/css2?family=Montserrat: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');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Montserrat', sans-serif;
... | 0.358016 | 0.076339 |
background-color: turquoise;
color: white;
padding: 70px;
font-family: 'Courier New', Courier, monospace;
}
#header>img{
float: right;
height: 660px;
padding: 60px;
margin-top: -350px;
border-radius: 1000px;
width: 35%;
height: 510px;
}
.p1{
padding-top: 70px;
margi... | index.css | background-color: turquoise;
color: white;
padding: 70px;
font-family: 'Courier New', Courier, monospace;
}
#header>img{
float: right;
height: 660px;
padding: 60px;
margin-top: -350px;
border-radius: 1000px;
width: 35%;
height: 510px;
}
.p1{
padding-top: 70px;
margi... | 0.613468 | 0.106691 |
body {
font-family: "Montserrat";
}
/* Navigation Bar */
.navigation-bar{
background-image: url(public/images/25.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.nav-item {
text-align: right;
color: #fff;
font-family: 'Montserrat', sans-serif;
}
.n... | style.css | body {
font-family: "Montserrat";
}
/* Navigation Bar */
.navigation-bar{
background-image: url(public/images/25.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.nav-item {
text-align: right;
color: #fff;
font-family: 'Montserrat', sans-serif;
}
.n... | 0.396886 | 0.052643 |
.atxt_info>p {
font-size: 0.7em;
margin: 0;
line-height: 1.1;
text-indent: 0;
}
.atxt_info>.atxt_keyvalue {
text-align: left;
margin-left: 3em;
text-indent: -3em;
}
p {
margin: 0;
text-indent: 2em;
text-align: justify;
line-height: 1.5;
}
.atxt_drawout {
margin: 0;
... | AeroNovelTool/template/OEBPS/Styles/Style.css | .atxt_info>p {
font-size: 0.7em;
margin: 0;
line-height: 1.1;
text-indent: 0;
}
.atxt_info>.atxt_keyvalue {
text-align: left;
margin-left: 3em;
text-indent: -3em;
}
p {
margin: 0;
text-indent: 2em;
text-align: justify;
line-height: 1.5;
}
.atxt_drawout {
margin: 0;
... | 0.47098 | 0.109682 |
html
{
height: 100%;
margin: 0px;
padding: 0px;
user-select: none;
}
html *
{
transition: background-color 1s, opacity 1s;
}
body
{
font-size: 14px;
vertical-align: middle;
color: #7F7F70;
background-color: #1C1E23;
height:100%;
margin: 0px;
padding: 0px;
font-family: cursive;
bac... | app/css/styles.css | html
{
height: 100%;
margin: 0px;
padding: 0px;
user-select: none;
}
html *
{
transition: background-color 1s, opacity 1s;
}
body
{
font-size: 14px;
vertical-align: middle;
color: #7F7F70;
background-color: #1C1E23;
height:100%;
margin: 0px;
padding: 0px;
font-family: cursive;
bac... | 0.271928 | 0.033117 |
:root {
--colour: #152a6e;
--visible-content: hidden;
--topbar-height: 2.0em;
--navbar-height: 2.5em;
}
body {
overflow-x: hidden;
font-family: Tahoma, Verdana, sans-serif; /* Oswald sieht auch gut aus */
color: #000000;
position: relative;
}
.top-bar {
background: var(--colour);
height:... | css/style.css | :root {
--colour: #152a6e;
--visible-content: hidden;
--topbar-height: 2.0em;
--navbar-height: 2.5em;
}
body {
overflow-x: hidden;
font-family: Tahoma, Verdana, sans-serif; /* Oswald sieht auch gut aus */
color: #000000;
position: relative;
}
.top-bar {
background: var(--colour);
height:... | 0.490236 | 0.115911 |
.spacing {
margin: 50px;
}
@-webkit-keyframes 'fade' {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes 'fade' {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-ms-keyframes 'fade' {
0% {
opacity: 0;
}
50% {
op... | hack-front/src/styles/Map.css | .spacing {
margin: 50px;
}
@-webkit-keyframes 'fade' {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes 'fade' {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-ms-keyframes 'fade' {
0% {
opacity: 0;
}
50% {
op... | 0.461259 | 0.084644 |
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comforter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyper... | styles/indexStyles/index.css | @import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comforter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyper... | 0.357792 | 0.078961 |
.c-menu {
.has-js & {
position: fixed;
z-index: map(layers, modal);
/* Create ‘fake’ banner/sidebar, so drawer can slide from underneath it */
&::before {
position: fixed;
top: 0;
right: 0;
z-index: calc(map(layers, modal) + 1);
display: block;
content: '';
... | src/components/global/menu/menu.css | .c-menu {
.has-js & {
position: fixed;
z-index: map(layers, modal);
/* Create ‘fake’ banner/sidebar, so drawer can slide from underneath it */
&::before {
position: fixed;
top: 0;
right: 0;
z-index: calc(map(layers, modal) + 1);
display: block;
content: '';
... | 0.619817 | 0.132627 |
.banner {
width:100%;
}
.beneficios {
padding: 3em 0;
background: #888888;
}
.beneficios-conteudo {
width: 640px;
margin: 0 auto;
}
.beneficios-imagem {
width: 60%;
opacity: 1;
transition: 400ms;
box-shadow: 10px 10px 10px 0 #000000;
}
.beneficios-imagem:hover {
opacity: 0.3;
}
.... | css/style.css | .banner {
width:100%;
}
.beneficios {
padding: 3em 0;
background: #888888;
}
.beneficios-conteudo {
width: 640px;
margin: 0 auto;
}
.beneficios-imagem {
width: 60%;
opacity: 1;
transition: 400ms;
box-shadow: 10px 10px 10px 0 #000000;
}
.beneficios-imagem:hover {
opacity: 0.3;
}
.... | 0.254324 | 0.133669 |
:root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-white: #fff;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;
--bs-primary:... | public/css/app-base.css | :root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-white: #fff;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;
--bs-primary:... | 0.486819 | 0.116487 |
@import url('https://fonts.googleapis.com/css2?family=Delius+Swash+Caps&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?famil... | style.css | @import url('https://fonts.googleapis.com/css2?family=Delius+Swash+Caps&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?famil... | 0.249447 | 0.075961 |
.room {
display: flex;
flex-direction: column;
width: 100%;
align-items: center;
}
.room-wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-left: 50px;
margin-top: 50px;
justify-content: center;
}
.room-status-bar {
display: flex;
flex-direction: row;
}
.title {
text-... | client/src/room/Room.css |
.room {
display: flex;
flex-direction: column;
width: 100%;
align-items: center;
}
.room-wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-left: 50px;
margin-top: 50px;
justify-content: center;
}
.room-status-bar {
display: flex;
flex-direction: row;
}
.title {
text-... | 0.479016 | 0.124505 |
@import url(http://fonts.googleapis.com/css?family=Orbitron:700);
@import url(http://fonts.googleapis.com/css?family=Merriweather:300,300italic);
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,700);
/* apply a natural box layout mod... | style.css | @import url(http://fonts.googleapis.com/css?family=Orbitron:700);
@import url(http://fonts.googleapis.com/css?family=Merriweather:300,300italic);
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,700);
/* apply a natural box layout mod... | 0.330687 | 0.10393 |
html, body, #app {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
overflow: hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.main-container {
height: calc(100% - 85px);
}
.fg-1 {
flex-grow: 1;
}
.game-lobby-list, .cha... | client/css/app.css | html, body, #app {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
overflow: hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.main-container {
height: calc(100% - 85px);
}
.fg-1 {
flex-grow: 1;
}
.game-lobby-list, .cha... | 0.380529 | 0.053108 |
.outer_container {
left:50%;
margin: 0 auto;
width:20em;
height:14.45em;
background:#191919;
overflow:hidden;
}
.internal_container {
position:relative;
top:0px;
left:0px;
width:20em;
height:14.45em;
background:#191919;
overflow:hidden;
}
/*
inner elements
*/
.loading-screen {
position: abs... | css/gallery-style.css | .outer_container {
left:50%;
margin: 0 auto;
width:20em;
height:14.45em;
background:#191919;
overflow:hidden;
}
.internal_container {
position:relative;
top:0px;
left:0px;
width:20em;
height:14.45em;
background:#191919;
overflow:hidden;
}
/*
inner elements
*/
.loading-screen {
position: abs... | 0.406155 | 0.09795 |
body {
background-color: #fafafa;
display: flex;
flex-direction: column;
}
title {
display: flex;
flex-direction: column;
align-items: center;
}
.content {
margin-top: 60px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
/* auth */
... | djangogram/static/css/users/base2.css | body {
background-color: #fafafa;
display: flex;
flex-direction: column;
}
title {
display: flex;
flex-direction: column;
align-items: center;
}
.content {
margin-top: 60px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
/* auth */
... | 0.516595 | 0.093844 |
body{
margin: 0;
padding: 0;
font-family: "Roboto", sans-serif;
}
.header{
position: fixed;
background: #22242A;
padding: 20;
width: 100%;
height: 30px;
}
.left-area h3{
color: #fff;
margin: 0;
text-transform: uppercase;
font-size: 22px;
font-weight: 900;
}
.sideba... | public/css/style.css | body{
margin: 0;
padding: 0;
font-family: "Roboto", sans-serif;
}
.header{
position: fixed;
background: #22242A;
padding: 20;
width: 100%;
height: 30px;
}
.left-area h3{
color: #fff;
margin: 0;
text-transform: uppercase;
font-size: 22px;
font-weight: 900;
}
.sideba... | 0.432423 | 0.077622 |
* {
box-sizing: border-box;
}
body {
font-family: 'Source Sans Pro';
line-height: 1.5;
-webkit-font-smoothing: antialiased;
margin: 0;
}
.overflow {
height: 100vh;
overflow: hidden;
}
.panels {
width: 200%;
}
.panels__side {
float: left;
width: 50%;
-webkit-perspective: 400px;
perspectiv... | css/you_and_me.css | * {
box-sizing: border-box;
}
body {
font-family: 'Source Sans Pro';
line-height: 1.5;
-webkit-font-smoothing: antialiased;
margin: 0;
}
.overflow {
height: 100vh;
overflow: hidden;
}
.panels {
width: 200%;
}
.panels__side {
float: left;
width: 50%;
-webkit-perspective: 400px;
perspectiv... | 0.469034 | 0.111992 |
html,
body {
font-family: "Roboto Condensed", sans-serif;
width: 100%;
height: 100%;
overflow: hidden;
}
#App {
height: 100%;
width: 100%;
display: flex;
justify-content: center;
position: relative;
}
#App img.Background-dash {
position: absolute;
width: 100%;
}
.content {
width: 98%;
heigh... | vendor/assets/css/dashboard.css | html,
body {
font-family: "Roboto Condensed", sans-serif;
width: 100%;
height: 100%;
overflow: hidden;
}
#App {
height: 100%;
width: 100%;
display: flex;
justify-content: center;
position: relative;
}
#App img.Background-dash {
position: absolute;
width: 100%;
}
.content {
width: 98%;
heigh... | 0.551091 | 0.064949 |
HTML {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
BODY {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDIN... | modules/mail_private/files/assets/compressed.css | HTML {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 100%; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; PADDING-TOP: 0px; FONT-FAMILY: inherit; BORDER-RIGHT-WIDTH: 0px
}
BODY {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDIN... | 0.413951 | 0.106365 |
@font-face {
font-family: 'xqRegular';
src: url('xq-regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'xqItalic';
src: url('xq-italic.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'xqB... | assets/xq/font/styles.css | @font-face {
font-family: 'xqRegular';
src: url('xq-regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'xqItalic';
src: url('xq-italic.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'xqB... | 0.420719 | 0.107813 |
:root {
--backdrop: rgb(58, 56, 56);
--text-color: rgb(201, 201, 201);
--border-color: rgb(170, 170, 170);
}
body {
margin: 0px;
font-size: 10px;
color: var(--text-color);
background: var(--backdrop);
font-family: "Open Sans", Arial, sans-serif;
line-height: 1.5;
}
nav {
positi... | styles.css | :root {
--backdrop: rgb(58, 56, 56);
--text-color: rgb(201, 201, 201);
--border-color: rgb(170, 170, 170);
}
body {
margin: 0px;
font-size: 10px;
color: var(--text-color);
background: var(--backdrop);
font-family: "Open Sans", Arial, sans-serif;
line-height: 1.5;
}
nav {
positi... | 0.68342 | 0.160727 |
.fs-dropdown {
position: relative;
z-index: 1;
display: block;
margin: 10px 0;
max-width: 100%
}
.fs-dropdown:focus {
box-shadow: none;
outline: none
}
.fs-dropdown,
.fs-dropdown:after,
.fs-dropdown:before,
.fs-dropdown *,
.fs-dropdown *:after,
.fs-dropdown *:before {
bo... | application/views/invoice/backup-01082017/prev/assets/files/templates/riiot/public/css/main.css | .fs-dropdown {
position: relative;
z-index: 1;
display: block;
margin: 10px 0;
max-width: 100%
}
.fs-dropdown:focus {
box-shadow: none;
outline: none
}
.fs-dropdown,
.fs-dropdown:after,
.fs-dropdown:before,
.fs-dropdown *,
.fs-dropdown *:after,
.fs-dropdown *:before {
bo... | 0.421909 | 0.147647 |
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
/* default background color for body */
body {
background-color: #d9dcd6;
}
/* header default colors, shape, and font */
header {
padding: 20px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-... | assets/css/style.css | * {
box-sizing: border-box;
padding: 0;
margin: 0;
}
/* default background color for body */
body {
background-color: #d9dcd6;
}
/* header default colors, shape, and font */
header {
padding: 20px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-... | 0.377426 | 0.133105 |
*,
*::after,
*::before {
box-sizing: border-box;
}
html {
font-size: 62.5%;
scroll-behavior: smooth;
}
/* ===========Variables=========== */
:root {
--clr-primary-text-dark: rgb(59, 37, 31);
--clr-primary-text-light: rgb(238, 238, 229);
--clr-link-dark: rgb(59, 37, 31);
--clr-link-dark-ho... | blog/static/blog/css/styles.css | *,
*::after,
*::before {
box-sizing: border-box;
}
html {
font-size: 62.5%;
scroll-behavior: smooth;
}
/* ===========Variables=========== */
:root {
--clr-primary-text-dark: rgb(59, 37, 31);
--clr-primary-text-light: rgb(238, 238, 229);
--clr-link-dark: rgb(59, 37, 31);
--clr-link-dark-ho... | 0.449876 | 0.071982 |
html, body {
width: 100%;
height: 100%;
}
.jumbotron {
color: white;
max-width: 700px;
}
.top-jumbotron ,.jumbotron {
margin-top: 30px;
margin-bottom: 30px;
}
.separator {
background: white;
}
.new-badge {
background: #191e36;
}
.postImg {
width: 100%;
height: auto;
border-radius: 10px;
/* clip-path: i... | assets/css/gallery.css | html, body {
width: 100%;
height: 100%;
}
.jumbotron {
color: white;
max-width: 700px;
}
.top-jumbotron ,.jumbotron {
margin-top: 30px;
margin-bottom: 30px;
}
.separator {
background: white;
}
.new-badge {
background: #191e36;
}
.postImg {
width: 100%;
height: auto;
border-radius: 10px;
/* clip-path: i... | 0.405096 | 0.079818 |
.navbar-1 .navbar-1-logo {
width: 30px;
height: 30px;
}
@media only screen and (max-width: 575px) {
.img-container-1-1 .card-img-top {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.img-container-3 .card-img-top {
width: 30px !important;
height: 30px !importa... | styles/style.css | .navbar-1 .navbar-1-logo {
width: 30px;
height: 30px;
}
@media only screen and (max-width: 575px) {
.img-container-1-1 .card-img-top {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.img-container-3 .card-img-top {
width: 30px !important;
height: 30px !importa... | 0.26086 | 0.071364 |
.e-pivotclient .removeSplitBtn {
border-radius: 4px;
}
/*-----------------------OLAP Definition End
/*----------------------Reportviewer Definition start------------------*/
/*----------------------Reportviewer Definition End------------------*/
/*-----------------------SymbolPalette Definition-----------------*/
/*... | Northwind.Mvc.AJAX/Content/ej/web/bootstrap-theme/ej.ganttchart.css | .e-pivotclient .removeSplitBtn {
border-radius: 4px;
}
/*-----------------------OLAP Definition End
/*----------------------Reportviewer Definition start------------------*/
/*----------------------Reportviewer Definition End------------------*/
/*-----------------------SymbolPalette Definition-----------------*/
/*... | 0.292292 | 0.112698 |
* Zatchi9's custom .css for the new IGN beta boards Classic Theme - Jan 13, 2012
* Not tested on default theme. It probably looks terrible.
*/
.messageList .message {
background: none repeat scroll 0 0 #B1B3BC ! important;
border-top: 1px dotted #B1B3BC ! important;
padding-bottom: 22px ! important... | data/usercss/59448.user.css | * Zatchi9's custom .css for the new IGN beta boards Classic Theme - Jan 13, 2012
* Not tested on default theme. It probably looks terrible.
*/
.messageList .message {
background: none repeat scroll 0 0 #B1B3BC ! important;
border-top: 1px dotted #B1B3BC ! important;
padding-bottom: 22px ! important... | 0.261897 | 0.177347 |
a,li,h5,span,p,input,button,option{
font: 14px 微软雅黑;
}
.list ul{
list-style: none;
padding-left:20px;
margin-bottom:38px;
}
.list ul li a{
color:#6f6f6f;
}
.list ul li:first-child{
font-weight:bold;
}
.list ul li+li{
margin-top:1rem;
}
#personal h5{
border-bottom:1PX solid #ececec;
}
#p... | suit-master/publice/css/private.css | a,li,h5,span,p,input,button,option{
font: 14px 微软雅黑;
}
.list ul{
list-style: none;
padding-left:20px;
margin-bottom:38px;
}
.list ul li a{
color:#6f6f6f;
}
.list ul li:first-child{
font-weight:bold;
}
.list ul li+li{
margin-top:1rem;
}
#personal h5{
border-bottom:1PX solid #ececec;
}
#p... | 0.284974 | 0.074736 |
.ex_highlight #socialsentiments tbody tr.even:hover, #socialsentiments tbody tr.even td.highlighted {
background-color: #ECFFB3;
}
.ex_highlight #socialsentiments tbody tr.odd:hover, #socialsentiments tbody tr.odd td.highlighted {
background-color: #E6FF99;
}
.ex_highlight_row #socialsentiments tr.even:hover {
bac... | WebContent/media/dataTables/social_escalate.css | .ex_highlight #socialsentiments tbody tr.even:hover, #socialsentiments tbody tr.even td.highlighted {
background-color: #ECFFB3;
}
.ex_highlight #socialsentiments tbody tr.odd:hover, #socialsentiments tbody tr.odd td.highlighted {
background-color: #E6FF99;
}
.ex_highlight_row #socialsentiments tr.even:hover {
bac... | 0.388502 | 0.075756 |
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");
/*!
* Bootswatch v3.2.0
* Homepage: http://bootswatch.com
* Copyright 2012-2014 <NAME>
* Licensed under MIT
* Based on Bootstrap
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 10, ../../../../../../../../resource... | name.martingeisse.slave-services/src/main/java/name/martingeisse/slave_services/application/page/common.css | @import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");
/*!
* Bootswatch v3.2.0
* Homepage: http://bootswatch.com
* Copyright 2012-2014 <NAME>
* Licensed under MIT
* Based on Bootstrap
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 10, ../../../../../../../../resource... | 0.259263 | 0.030589 |
@import "ionicons.css";
@import "normalize.css";
html,
body {
margin: 0;
padding: 0;
font-family: "Avenir", sans-serif;
}
body {
padding: 44px 0 88px 0;
background: #000;
}
a[href=''] {
text-decoration: none;
color: #888;
}
button {
background: transparent;
border: 0;
}
.app {
}... | app/style/app.css | @import "ionicons.css";
@import "normalize.css";
html,
body {
margin: 0;
padding: 0;
font-family: "Avenir", sans-serif;
}
body {
padding: 44px 0 88px 0;
background: #000;
}
a[href=''] {
text-decoration: none;
color: #888;
}
button {
background: transparent;
border: 0;
}
.app {
}... | 0.403214 | 0.080105 |
.topnav {
overflow: hidden;
background-color: #333;
position: sticky;
position: -webkit-sticky;
top: 0;
font-family: var(--second-font);
font-size: 14px;
z-index: 1;
}
.topnav a {
float: left;
display: block;
color: white;
text-align: center;
padding: 8px 12px;
text-decoration: none;
}
.to... | style/navbar.css | .topnav {
overflow: hidden;
background-color: #333;
position: sticky;
position: -webkit-sticky;
top: 0;
font-family: var(--second-font);
font-size: 14px;
z-index: 1;
}
.topnav a {
float: left;
display: block;
color: white;
text-align: center;
padding: 8px 12px;
text-decoration: none;
}
.to... | 0.490236 | 0.075585 |
.list-header{
width: 100%;
height: 50px;
border-bottom: 1px solid #eee;
}
.list-header .search{
height: 100%;
float: right;
}
.list-header .search .input{
position: relative;
height: 100%;
border-radius: 3px;
}
.list-header .search .input input{
display: inline-block;
vertical-al... | resources/assets/css/platform.admin.user.css | .list-header{
width: 100%;
height: 50px;
border-bottom: 1px solid #eee;
}
.list-header .search{
height: 100%;
float: right;
}
.list-header .search .input{
position: relative;
height: 100%;
border-radius: 3px;
}
.list-header .search .input input{
display: inline-block;
vertical-al... | 0.343892 | 0.071267 |
.app {
}
.tsinfolink {
position:absolute;
right:0px;
width: 14px;
height: 14px;
border-radius: 7px;
text-align: center;
color: white;
background: #C0C0C0;
border-style: solid;
border-width: 1px;
margin-top: 25px;
margin-right: 5px;
cursor: pointer;
}
.icon-help {
... | src/style/app.css | .app {
}
.tsinfolink {
position:absolute;
right:0px;
width: 14px;
height: 14px;
border-radius: 7px;
text-align: center;
color: white;
background: #C0C0C0;
border-style: solid;
border-width: 1px;
margin-top: 25px;
margin-right: 5px;
cursor: pointer;
}
.icon-help {
... | 0.538255 | 0.099996 |
.modal-form {
position: fixed;
z-index: 1;
left: 0px;
top: 0px;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.8);
overflow: auto;
}
.modal-form > div.modal-container {
margin: auto;
margin-top: 4em;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
-web... | __HTML/_class/form/modal-form.css | .modal-form {
position: fixed;
z-index: 1;
left: 0px;
top: 0px;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.8);
overflow: auto;
}
.modal-form > div.modal-container {
margin: auto;
margin-top: 4em;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
-web... | 0.320928 | 0.055618 |
.subreddit__post {
grid-template-columns: 100%; }
.subreddit__post .container__page--inner .topbar {
display: flex;
justify-content: space-around;
align-items: center; }
.subreddit__post .container__page--inner .topbar > div {
display: flex;
flex-direction: column;
justify-content:... | src/containers/pages/reddit/post/styles/styles.css | .subreddit__post {
grid-template-columns: 100%; }
.subreddit__post .container__page--inner .topbar {
display: flex;
justify-content: space-around;
align-items: center; }
.subreddit__post .container__page--inner .topbar > div {
display: flex;
flex-direction: column;
justify-content:... | 0.509032 | 0.035544 |
@-moz-document url-prefix("https://www.reddit.com/r/RocketLeague/") {
.flairselector.drop-choices.active,
.footer-parent,
.login-form-side,
.modal-content,
.res #userTaggerToolTip,
.res .RESDropdownList,
.res .res-commentNavToggle-choices,
.res .res-filterline,
.res .res-filterline .res-filterline-dropdown .re... | data/usercss/141636.user.css | @-moz-document url-prefix("https://www.reddit.com/r/RocketLeague/") {
.flairselector.drop-choices.active,
.footer-parent,
.login-form-side,
.modal-content,
.res #userTaggerToolTip,
.res .RESDropdownList,
.res .res-commentNavToggle-choices,
.res .res-filterline,
.res .res-filterline .res-filterline-dropdown .re... | 0.34798 | 0.051463 |
* {
/* font-family: 'Oswald', sans-serif; */
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
}
h1.title {
font-family: 'Oswald', sans-serif;
font-size: 2.25rem;
line-height: 3rem;
font-weight: 700;
}
h2 {
font-size: 22px;
f... | assets/css/style.css | * {
/* font-family: 'Oswald', sans-serif; */
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
}
h1.title {
font-family: 'Oswald', sans-serif;
font-size: 2.25rem;
line-height: 3rem;
font-weight: 700;
}
h2 {
font-size: 22px;
f... | 0.389779 | 0.068351 |
@import url("https://use.typekit.net/hfj0jxt.css");
* {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
body {
font-family: 'mr-eaves-modern', sans-serif;
font-size: 140%;
font-weight: 300;
color: #4f5c5e;
}
#byline {
text-align: center;
}
h2 {
margin-top: -2... | style.css | @import url("https://use.typekit.net/hfj0jxt.css");
* {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
body {
font-family: 'mr-eaves-modern', sans-serif;
font-size: 140%;
font-weight: 300;
color: #4f5c5e;
}
#byline {
text-align: center;
}
h2 {
margin-top: -2... | 0.312055 | 0.122418 |
header{
position: fixed;
width: 100%;
z-index: 3;
}
#topbar{
background: #367fa9;
color:#fff;
padding: .5em;
height: 50px;
font-size: 1.4em;
}
body{
background: #ecf0f5;
}
html, body{
height: 100%;
}
.nopadding {
padding: 0 !important;
}
.wrapspace-topbar{
height: 60px;
}
.wrapspace{
height: ... | assets/dist/css/columns.css | header{
position: fixed;
width: 100%;
z-index: 3;
}
#topbar{
background: #367fa9;
color:#fff;
padding: .5em;
height: 50px;
font-size: 1.4em;
}
body{
background: #ecf0f5;
}
html, body{
height: 100%;
}
.nopadding {
padding: 0 !important;
}
.wrapspace-topbar{
height: 60px;
}
.wrapspace{
height: ... | 0.428353 | 0.078148 |
custom styles
========================================================================== */
html {
width: 100%;
overflow-x: hidden;
}
body {
color: #767676;
-webkit-font-smoothing: antialiased;
width: 100%;
color:#9da6ac;
}
/*==========================================
PRE LOADER
======... | SheHeroes-template/css/style.css | custom styles
========================================================================== */
html {
width: 100%;
overflow-x: hidden;
}
body {
color: #767676;
-webkit-font-smoothing: antialiased;
width: 100%;
color:#9da6ac;
}
/*==========================================
PRE LOADER
======... | 0.340924 | 0.057971 |
body.vscode-dark svg {
background: rgba(255, 255, 255, 0.05);
}
/* ATN graphs. */
body.vscode-dark .marker {
fill: #eee;
stroke: none;
}
body.vscode-dark .stateLabel {
fill: #202020;
}
body.vscode-dark .stateTypeLabel {
fill: #404040;
}
body.vscode-dark .linkLabel {
fill: #ddd;
}
body.vscode-dark .stat... | misc/dark.css | body.vscode-dark svg {
background: rgba(255, 255, 255, 0.05);
}
/* ATN graphs. */
body.vscode-dark .marker {
fill: #eee;
stroke: none;
}
body.vscode-dark .stateLabel {
fill: #202020;
}
body.vscode-dark .stateTypeLabel {
fill: #404040;
}
body.vscode-dark .linkLabel {
fill: #ddd;
}
body.vscode-dark .stat... | 0.443841 | 0.05455 |
@charset "UTF-";
@import url('https://fonts.googleapis.com/css2? family = Montserrat: ital, wght @ 0,400; 0,500; 0,700; 0,900; 1,600; 1,700 & display = swap');
*{
text-decoration: none;
list-style: none;
}
body, html {
font-family: "Montserrat", Arial, Helvetica, sans-serif;
margin: 0;
paddin... | style.css | @charset "UTF-";
@import url('https://fonts.googleapis.com/css2? family = Montserrat: ital, wght @ 0,400; 0,500; 0,700; 0,900; 1,600; 1,700 & display = swap');
*{
text-decoration: none;
list-style: none;
}
body, html {
font-family: "Montserrat", Arial, Helvetica, sans-serif;
margin: 0;
paddin... | 0.268845 | 0.075653 |
* { margin: 0; padding: 0; }
html,body {
font: 13px Arial, serif;
line-height: 1.5em;
/*text-align:justify;*/
color:#000000;
width: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
article, aside, figure, footer, header, nav, section { display: block; }
.group:after { visibi... | assets/css/banner.css | * { margin: 0; padding: 0; }
html,body {
font: 13px Arial, serif;
line-height: 1.5em;
/*text-align:justify;*/
color:#000000;
width: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
article, aside, figure, footer, header, nav, section { display: block; }
.group:after { visibi... | 0.196518 | 0.087955 |
font-family: Georgia, serif;
font-size: 110%;
}
#list-summaries h3 {
font-size: 180%;
margin-bottom: 0;
}
#list-summaries ul {
margin-right: 0;
margin-bottom: 0;
list-style: none;
margin-left: 0;
}
#list-summaries p.view {
margin-bottom: 0;
text-align: right;
}
#lifelist.box {
padding: 0.8em;
... | public/stylesheets/lists.css | font-family: Georgia, serif;
font-size: 110%;
}
#list-summaries h3 {
font-size: 180%;
margin-bottom: 0;
}
#list-summaries ul {
margin-right: 0;
margin-bottom: 0;
list-style: none;
margin-left: 0;
}
#list-summaries p.view {
margin-bottom: 0;
text-align: right;
}
#lifelist.box {
padding: 0.8em;
... | 0.371479 | 0.133868 |
body {
font-family: 'Poppins', sans-serif;
color: white;
background-image: url('./../img/background.jpg');
background-size: cover;
}
a {
display: flex;
color: whitesmoke;
align-content: center;
justify-content: center;
}
a:hover {
color: whitesmoke;
text-decoration: none;
}
form {
display: flex;
color: w... | OrderTracker/wwwroot/css/styles.css | body {
font-family: 'Poppins', sans-serif;
color: white;
background-image: url('./../img/background.jpg');
background-size: cover;
}
a {
display: flex;
color: whitesmoke;
align-content: center;
justify-content: center;
}
a:hover {
color: whitesmoke;
text-decoration: none;
}
form {
display: flex;
color: w... | 0.382949 | 0.078219 |
.main_lay_cont .ly_items{
width: 95%;
margin: 0 auto;
}
.main_lay_cont .layouts_row{
margin-top: 45px;
}
.main_lay_cont .for_title_row {
margin: 37px 0 27px 0;
}
.main_lay_cont h1 {
width: 50%;
color: #555;
text-transform: uppercase;
font-size: 32px;
line-height: 32px;
font-fami... | public/css/backend_layouts_style.css | .main_lay_cont .ly_items{
width: 95%;
margin: 0 auto;
}
.main_lay_cont .layouts_row{
margin-top: 45px;
}
.main_lay_cont .for_title_row {
margin: 37px 0 27px 0;
}
.main_lay_cont h1 {
width: 50%;
color: #555;
text-transform: uppercase;
font-size: 32px;
line-height: 32px;
font-fami... | 0.372619 | 0.058426 |
.navbar{
padding-top: 0px;
padding-bottom: 0px;
padding-right: 40px;
}
.navbar-brand{
background-color:rgb(60, 69, 78);
color: white;
padding: 10px 20px;
margin-left: 40px;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-menu{
display: none;
position: absolute;
backgrou... | style.css | .navbar{
padding-top: 0px;
padding-bottom: 0px;
padding-right: 40px;
}
.navbar-brand{
background-color:rgb(60, 69, 78);
color: white;
padding: 10px 20px;
margin-left: 40px;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-menu{
display: none;
position: absolute;
backgrou... | 0.448185 | 0.120129 |
.navbar-brand {
font-family: 'Tangerine', cursive;
}
li {
list-style: none;
}
.navbar .disp-none {
display: none;
}
.navbar .dropdown-menu {
transform: translateY(-20px);
}
.search {
color: #000;
}
.input-group-append,
.search-input {
display: none;
}
#basic-addon2 {
height: 32px
}
.i... | public/css/myStyle.css | .navbar-brand {
font-family: 'Tangerine', cursive;
}
li {
list-style: none;
}
.navbar .disp-none {
display: none;
}
.navbar .dropdown-menu {
transform: translateY(-20px);
}
.search {
color: #000;
}
.input-group-append,
.search-input {
display: none;
}
#basic-addon2 {
height: 32px
}
.i... | 0.488527 | 0.105833 |
@font-face
{
font-family: 'RobotoBold';
src: url('fonts/RobotoCondensed-Bold.ttf');
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: 'RobotoLight';
src: url('fonts/RobotoCondensed-Light.ttf');
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: 'RobotoRegular';
src: url('fonts/Rob... | m/sale2/style.css | @font-face
{
font-family: 'RobotoBold';
src: url('fonts/RobotoCondensed-Bold.ttf');
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: 'RobotoLight';
src: url('fonts/RobotoCondensed-Light.ttf');
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: 'RobotoRegular';
src: url('fonts/Rob... | 0.233357 | 0.051344 |
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
* {
margin: 0;
}
body {
color: #111827;
font-family: 'Inter', sans-serif;
line-height: 1.5;
scroll-behavior: smooth;
text-rendering: optimizeSpeed;
}
a:not([class]) {
text-decoration-skip-ink: auto;
}
.container {
display: f... | examples/next-ssr-app/styles/globals.css | @import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
* {
margin: 0;
}
body {
color: #111827;
font-family: 'Inter', sans-serif;
line-height: 1.5;
scroll-behavior: smooth;
text-rendering: optimizeSpeed;
}
a:not([class]) {
text-decoration-skip-ink: auto;
}
.container {
display: f... | 0.570212 | 0.093637 |
.tim-row {
margin-bottom: 20px;
}
.tim-white-buttons {
background-color: #777777;
}
.typography-line {
padding-left: 25%;
margin-bottom: 35px;
position: relative;
display: block;
width: 100%;
}
.typography-line span {
bottom: 10px;
color: #c0c1c2;
display: block;
font-weight: 400;
font-size: ... | src/assets/css/demo.css | .tim-row {
margin-bottom: 20px;
}
.tim-white-buttons {
background-color: #777777;
}
.typography-line {
padding-left: 25%;
margin-bottom: 35px;
position: relative;
display: block;
width: 100%;
}
.typography-line span {
bottom: 10px;
color: #c0c1c2;
display: block;
font-weight: 400;
font-size: ... | 0.504883 | 0.100437 |
.rc-tree {
margin: 0;
padding: 5px;
}
.rc-tree li {
padding: 0;
margin: 0;
list-style: none;
white-space: nowrap;
outline: 0;
}
.rc-tree li ul {
margin: 0;
padding: 0 0 0 18px;
}
.rc-tree li ul.rc-tree-line {
background: url("https://t.alipayobjects.com/images/T13BtfXl0mXXXXXXXX.gif") 0 0 repeat-y;
... | node_modules/antd/node_modules/rc-tree/assets/index.css | .rc-tree {
margin: 0;
padding: 5px;
}
.rc-tree li {
padding: 0;
margin: 0;
list-style: none;
white-space: nowrap;
outline: 0;
}
.rc-tree li ul {
margin: 0;
padding: 0 0 0 18px;
}
.rc-tree li ul.rc-tree-line {
background: url("https://t.alipayobjects.com/images/T13BtfXl0mXXXXXXXX.gif") 0 0 repeat-y;
... | 0.487307 | 0.122078 |
.collection-container{
margin: 0;
padding: 0;
display: flex;
}
.collection-table-container{
padding:0;
width: 80%;
position: relative;
max-height: 90vh;
overflow-y: auto;
}
.collection-table{
width: 100%;
overflow-y: scroll;
}
th.mat-sort-header-sorted {
color: black;
}
.collection-table th... | src/app/data-table/data-table.component.css | .collection-container{
margin: 0;
padding: 0;
display: flex;
}
.collection-table-container{
padding:0;
width: 80%;
position: relative;
max-height: 90vh;
overflow-y: auto;
}
.collection-table{
width: 100%;
overflow-y: scroll;
}
th.mat-sort-header-sorted {
color: black;
}
.collection-table th... | 0.33372 | 0.067701 |
body{
padding: 100px;
position:absolute;
left: 25%;
background: black;
}
.con-input{
background: rgb(242, 243, 247);
display: flex;
align-items: center;
justify-content:center;
padding: 5px;
border-radius: 12px;
position: relative;
width: 240px;
}
.con-input input... | Projetos/Dia_17/style.css | body{
padding: 100px;
position:absolute;
left: 25%;
background: black;
}
.con-input{
background: rgb(242, 243, 247);
display: flex;
align-items: center;
justify-content:center;
padding: 5px;
border-radius: 12px;
position: relative;
width: 240px;
}
.con-input input... | 0.40486 | 0.075278 |
* {
font-family: Quicksand;
font-size: 16px;
color: #333;
}
body {
margin: 0;
height: 100vh;
padding: 0;
border: 0;
background: linear-gradient(to bottom right, #F1F2B5, #eef2f3);
}
.form {
background-color: #fff;
height: 240px;
width: 450px;
border-radius: 20px;
m... | page/BMI/stylesheet.css |
* {
font-family: Quicksand;
font-size: 16px;
color: #333;
}
body {
margin: 0;
height: 100vh;
padding: 0;
border: 0;
background: linear-gradient(to bottom right, #F1F2B5, #eef2f3);
}
.form {
background-color: #fff;
height: 240px;
width: 450px;
border-radius: 20px;
m... | 0.538741 | 0.146545 |
/* Define the top level grid layout for full screen, filled, and portrait view states */
.appGrid {
display: -ms-grid;
-ms-grid-columns: 120px 1fr;
-ms-grid-rows: 120px 1fr;
width: 100%;
height: 100%;
background-color: #405687;
}
header[role=banner] {
-ms-grid-column: 1;
-ms-grid-row: ... | Official Windows Platform Sample/Windows 8 app samples/[JavaScript]-Windows 8 app samples/JavaScript/Windows 8 app samples/Adaptive layout with CSS sample (Windows 8)/JavaScript/css/app.css | /* Define the top level grid layout for full screen, filled, and portrait view states */
.appGrid {
display: -ms-grid;
-ms-grid-columns: 120px 1fr;
-ms-grid-rows: 120px 1fr;
width: 100%;
height: 100%;
background-color: #405687;
}
header[role=banner] {
-ms-grid-column: 1;
-ms-grid-row: ... | 0.603114 | 0.201892 |
:root {
--primary-color: #d61a66;
}
html,
body {
height: 100%;
font-family: cairo, sans-serif;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
color: #111;
font-weight: 400;
font-family: cairo, sans-serif
}
h1 {
font-size:... | public/frontend_assets/css/style.css | :root {
--primary-color: #d61a66;
}
html,
body {
height: 100%;
font-family: cairo, sans-serif;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
color: #111;
font-weight: 400;
font-family: cairo, sans-serif
}
h1 {
font-size:... | 0.417271 | 0.126407 |
.background{
width: 100vw;
height: 100vh;
background-image: url('../design/img/background.jpg');
background-size: cover;
background-color: black;
}
.secondaryTitle{
font-family: 'Poppins', sans-serif;
color: #f88b72;
font-weight: 700;
font-size: 20px;
}
.deleteText{
font-famil... | assets/css/style.css |
.background{
width: 100vw;
height: 100vh;
background-image: url('../design/img/background.jpg');
background-size: cover;
background-color: black;
}
.secondaryTitle{
font-family: 'Poppins', sans-serif;
color: #f88b72;
font-weight: 700;
font-size: 20px;
}
.deleteText{
font-famil... | 0.513668 | 0.075858 |
html, body {
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
font-family: 'Ropa Sans', sans-serif;
}
.fa {
color: #fff;
padding: 0 15px;
text-shadow: -.5px -.5px 0 #000,
.5px -.5px 0 #000,
-.5px .5px 0 #000,
.5px .5px 0 #000;
transition: all 0.2s;
}
.fa:hover {
transform: scale(1.2);
transition... | css/style.css | html, body {
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
font-family: 'Ropa Sans', sans-serif;
}
.fa {
color: #fff;
padding: 0 15px;
text-shadow: -.5px -.5px 0 #000,
.5px -.5px 0 #000,
-.5px .5px 0 #000,
.5px .5px 0 #000;
transition: all 0.2s;
}
.fa:hover {
transform: scale(1.2);
transition... | 0.411466 | 0.064506 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.site {
width: 100%;
max-width: 1600px;
margin: 0 auto;
background-color: #fff;
display: grid;
}
.right_site {
padding-left: 300px;
position: relative;
}
.left_site {
background-color: #212529;
width: 300px;
heig... | public/css/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.site {
width: 100%;
max-width: 1600px;
margin: 0 auto;
background-color: #fff;
display: grid;
}
.right_site {
padding-left: 300px;
position: relative;
}
.left_site {
background-color: #212529;
width: 300px;
heig... | 0.525369 | 0.190347 |
body {
margin: 0px;
padding: 0px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Arial", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
header {
padding: 5px... | style.css | body {
margin: 0px;
padding: 0px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Arial", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
header {
padding: 5px... | 0.390243 | 0.104112 |
* {
box-sizing: border-box;
font-family: "Quicksand", sans-serif;
}
.event-title,
.function-title,
.selectors-title {
font-weight: bold;
text-align: center;
}
.main-event-section,
.main-functions-section,
.main-selectors-section {
width: 62%;
height: 100%;
display: flex;
flex-direction: column;
bord... | assets/styles/styles.css | * {
box-sizing: border-box;
font-family: "Quicksand", sans-serif;
}
.event-title,
.function-title,
.selectors-title {
font-weight: bold;
text-align: center;
}
.main-event-section,
.main-functions-section,
.main-selectors-section {
width: 62%;
height: 100%;
display: flex;
flex-direction: column;
bord... | 0.359926 | 0.125012 |
html {
color: #5b5b5b;
}
h2 {
display: block;
position: absolute;
font-size: 1.5rem;
padding-left: 30%;
margin-top: 100px;
}
a.back {
color: #000000;
}
div.post {
display: block;
padding-top: 220px;
padding-left: 30%;
}
div.users_posts {
position: absolute;
margin-top: -50px;
}
div.view-cou... | public/css/post_comment.css | html {
color: #5b5b5b;
}
h2 {
display: block;
position: absolute;
font-size: 1.5rem;
padding-left: 30%;
margin-top: 100px;
}
a.back {
color: #000000;
}
div.post {
display: block;
padding-top: 220px;
padding-left: 30%;
}
div.users_posts {
position: absolute;
margin-top: -50px;
}
div.view-cou... | 0.593491 | 0.101545 |
body {
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
}
header {
background-color: black;
padding: 12px;
}
header,
header a,
footer,
footer a {
color: #eee;
text-decoration: none;
}
header a:hover,
footer a:hover {
color: #fff;
tex... | public/css/app.css | body {
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
}
header {
background-color: black;
padding: 12px;
}
header,
header a,
footer,
footer a {
color: #eee;
text-decoration: none;
}
header a:hover,
footer a:hover {
color: #fff;
tex... | 0.42919 | 0.093058 |
/* ###Custom### */
html {
font-size: 14px;
}
body {
scroll-behavior: smooth;
background-color: #171819;
color: #eee;
font-family: 'Raleway', sans-serif;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
text-decoration: none;
color: #feda6a;
}
a:h... | style.css |
/* ###Custom### */
html {
font-size: 14px;
}
body {
scroll-behavior: smooth;
background-color: #171819;
color: #eee;
font-family: 'Raleway', sans-serif;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
text-decoration: none;
color: #feda6a;
}
a:h... | 0.343452 | 0.054424 |
.node--type-tp-testimonial .field--name-field-tp-testimonial-image {
margin: 0 0 20px;
}
.node--type-tp-testimonial .field--name-field-tp-testimonial-image img {
border-radius: 100%;
max-width: 200px;
}
.node--type-tp-testimonial .field--name-body,
.node--type-tp-testimonial .field--name-field-tp-subtitle,
.node-... | web/themes/custom/visitsalone/css/components/node-testimonial.css | .node--type-tp-testimonial .field--name-field-tp-testimonial-image {
margin: 0 0 20px;
}
.node--type-tp-testimonial .field--name-field-tp-testimonial-image img {
border-radius: 100%;
max-width: 200px;
}
.node--type-tp-testimonial .field--name-body,
.node--type-tp-testimonial .field--name-field-tp-subtitle,
.node-... | 0.327561 | 0.242935 |
@import url('https://fonts.googleapis.com/css?family=Comfortaa:400,500&display=swap');
.navigation-bar.boxed.homepage.fixto-fixed {
padding-top: 1px;
padding-bottom: 1px;
}
div.header-homepage {
background-size: cover;
height: 700px;
}
ul.dropdown-menu.simple-menu-items>.current_page_item>a {
color: white;
bac... | css/style.css | @import url('https://fonts.googleapis.com/css?family=Comfortaa:400,500&display=swap');
.navigation-bar.boxed.homepage.fixto-fixed {
padding-top: 1px;
padding-bottom: 1px;
}
div.header-homepage {
background-size: cover;
height: 700px;
}
ul.dropdown-menu.simple-menu-items>.current_page_item>a {
color: white;
bac... | 0.323166 | 0.082846 |
/*.reg_form {display: table;margin: 56px auto 0;}*/
.reg_form .profile-fullname {font-size: 58px;font-weight: 300;line-height: 60px;text-transform: capitalize;}
.reg_form .italic_font.about_font {font-size: 22px;font-weight: bold;}
.user_profiles ul{margin:0; padding:0;}
.reg_form .user_profile li {border-right: 1px s... | public/backend/curriculum/css/front/sub-style.css |
/*.reg_form {display: table;margin: 56px auto 0;}*/
.reg_form .profile-fullname {font-size: 58px;font-weight: 300;line-height: 60px;text-transform: capitalize;}
.reg_form .italic_font.about_font {font-size: 22px;font-weight: bold;}
.user_profiles ul{margin:0; padding:0;}
.reg_form .user_profile li {border-right: 1px s... | 0.221687 | 0.056522 |
html{
font-family: 'Noto Sans JP', sans-serif;
font-size: 10px;
padding: 0;
margin: 0;
width: 100%;
height: 100vh;
overflow: hidden;
background-image: url('bg.jpg');
background-size: cover;
background-color: black;
}
body{
width: 100%;
height: 80vh;
margin:... | whackamole/style.css | html{
font-family: 'Noto Sans JP', sans-serif;
font-size: 10px;
padding: 0;
margin: 0;
width: 100%;
height: 100vh;
overflow: hidden;
background-image: url('bg.jpg');
background-size: cover;
background-color: black;
}
body{
width: 100%;
height: 80vh;
margin:... | 0.486088 | 0.065217 |
.session {
background: #fff;
padding: 0 30px 80px 30px;
margin-left: 50px;
margin-top: 10px;
margin-right: 20px;
}
.session-content {
max-width: 1000px;
}
.session .status-bar {
width: 465px;
height: 54px;
padding: 10px 20px;
background: #5D6165;
color: #fff;
margin-left: -30px;
}
.session .s... | src/app/page/data/session/sleep-analysis/sleep-analysis.component.css | .session {
background: #fff;
padding: 0 30px 80px 30px;
margin-left: 50px;
margin-top: 10px;
margin-right: 20px;
}
.session-content {
max-width: 1000px;
}
.session .status-bar {
width: 465px;
height: 54px;
padding: 10px 20px;
background: #5D6165;
color: #fff;
margin-left: -30px;
}
.session .s... | 0.402275 | 0.07703 |
.x-accordion-hd {
background:#f1f1f1 none;
}
/* End: accordion */
/* Begin: button */
.x-btn-left {
background:url(../images/vistablack/button/btn-sprite.gif) no-repeat 0 0;
}
.x-btn-right {
background:url(../images/vistablack/button/btn-sprite.gif) no-repeat 0 -21px;
}
.x-btn-center {
background:... | WebContent/extjs/resources/css/xtheme-vistablack.css | .x-accordion-hd {
background:#f1f1f1 none;
}
/* End: accordion */
/* Begin: button */
.x-btn-left {
background:url(../images/vistablack/button/btn-sprite.gif) no-repeat 0 0;
}
.x-btn-right {
background:url(../images/vistablack/button/btn-sprite.gif) no-repeat 0 -21px;
}
.x-btn-center {
background:... | 0.149407 | 0.064979 |
Base styles: opinionated defaults
========================================================================== */
html,
button,
input,
select,
textarea {
color: #111;
}
body {
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These se... | RobotCasserole2018/resources/main.css | Base styles: opinionated defaults
========================================================================== */
html,
button,
input,
select,
textarea {
color: #111;
}
body {
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These se... | 0.318167 | 0.075995 |
.logo-container{
left: 50px;
position: absolute;
top: 20px;
z-index: 3;
}
.logo-container .logo{
overflow: hidden;
border-radius: 50%;
border: 1px solid #333333;
width: 60px;
float: left;
}
.logo-container .brand{
font-size: 18px;
color: #000000;
line-height: 20px;
f... | public/css/home/home.css | .logo-container{
left: 50px;
position: absolute;
top: 20px;
z-index: 3;
}
.logo-container .logo{
overflow: hidden;
border-radius: 50%;
border: 1px solid #333333;
width: 60px;
float: left;
}
.logo-container .brand{
font-size: 18px;
color: #000000;
line-height: 20px;
f... | 0.317109 | 0.196017 |
.gurps {
/* Sheet Tabs */
/* Items List */
/* Attributes */
}
.gcs-input-ta {
border-width: 0px !important;
border: none !important;
height: 1em !important;
padding: 1px !important;
}
.gcs-input {
border-width: 0px !important;
border: none !important;
height: 100% !important;
padding: 1px !impor... | styles/simple.css | .gurps {
/* Sheet Tabs */
/* Items List */
/* Attributes */
}
.gcs-input-ta {
border-width: 0px !important;
border: none !important;
height: 1em !important;
padding: 1px !important;
}
.gcs-input {
border-width: 0px !important;
border: none !important;
height: 100% !important;
padding: 1px !impor... | 0.314998 | 0.061452 |
body {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
background-color: aliceblue; }
#topMenu {
position: absolute;
padding: 5px;
top: 10px;
right: 10px;
background-color: #3b3b3b;
z-index: 100;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.8) 0 1px 4px -1px; }
#topMenu #searchBu... | public/stylesheets/index.css | body {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
background-color: aliceblue; }
#topMenu {
position: absolute;
padding: 5px;
top: 10px;
right: 10px;
background-color: #3b3b3b;
z-index: 100;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.8) 0 1px 4px -1px; }
#topMenu #searchBu... | 0.385259 | 0.058132 |
@import url("basic.css");
/* -- page layout ----------------------------------------------------------- */
#manual_body {
font-family: 'Lucida Grande', Arial, sans-serif;
font-size: 100%;
background-color: white;
color: #000;
}
#manual_body div.document {
background-color: white;
}
#manual_body... | webapp/manual/css/classic.css | @import url("basic.css");
/* -- page layout ----------------------------------------------------------- */
#manual_body {
font-family: 'Lucida Grande', Arial, sans-serif;
font-size: 100%;
background-color: white;
color: #000;
}
#manual_body div.document {
background-color: white;
}
#manual_body... | 0.248079 | 0.064772 |
body {
margin: 0;
padding: 200px;
display: inline-flex;
justify-content: center;
align-items: center;
min-height: 100vh;
font-family: consolas;
}
.blue {
position: relative;
display: inline-block;
padding: 15px 30px;
color: #2196f3;
text-transform: uppercase;
letter-spacing: 4px;
text-deco... | css/styles.css | body {
margin: 0;
padding: 200px;
display: inline-flex;
justify-content: center;
align-items: center;
min-height: 100vh;
font-family: consolas;
}
.blue {
position: relative;
display: inline-block;
padding: 15px 30px;
color: #2196f3;
text-transform: uppercase;
letter-spacing: 4px;
text-deco... | 0.64579 | 0.094552 |
@charset "utf-8";
/**************************************************************
Table 기본
**************************************************************/
.theme-dark table.ddp-table-form {
width: 100%;
table-layout: fixed;
border-spacing: 0px;
border-bottom: 1px solid #eaedf5;
}
.theme-dark table.dd... | discovery-frontend/src/assets/css/theme_dark/component/component.table.css | @charset "utf-8";
/**************************************************************
Table 기본
**************************************************************/
.theme-dark table.ddp-table-form {
width: 100%;
table-layout: fixed;
border-spacing: 0px;
border-bottom: 1px solid #eaedf5;
}
.theme-dark table.dd... | 0.395368 | 0.064477 |
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
font-family: '<NAME>';
font-style: normal;
}
html {
height: 100%;
margin: 0;
padding: 0;
}
.panel {
top: 0px;
display: flex;
}
.wrapper {
display: flex;
flex-direction: column;... | hill/src/style.css | * {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
font-family: '<NAME>';
font-style: normal;
}
html {
height: 100%;
margin: 0;
padding: 0;
}
.panel {
top: 0px;
display: flex;
}
.wrapper {
display: flex;
flex-direction: column;... | 0.455925 | 0.178669 |
.variableList>div{
padding-top:0.25em;
padding-bottom:0.25em;
padding-left:0.25em;
}
header
{
font-family: 'Lobster', cursive;
text-align: center;
font-size: 25px;
}
#info
{
font-size: 18px;
color: #555;
text-align: center;
margin-bottom: 25px;
}
a{
color: #074E8C;
}
.scrollbar
{
margin-left: 30px;
... | public/css/main.css | .variableList>div{
padding-top:0.25em;
padding-bottom:0.25em;
padding-left:0.25em;
}
header
{
font-family: 'Lobster', cursive;
text-align: center;
font-size: 25px;
}
#info
{
font-size: 18px;
color: #555;
text-align: center;
margin-bottom: 25px;
}
a{
color: #074E8C;
}
.scrollbar
{
margin-left: 30px;
... | 0.226441 | 0.075687 |