code stringlengths 2k 1.04M | repo_path stringlengths 5 517 | parsed_code stringlengths 0 1.04M | quality_prob float64 0.02 0.95 | learning_prob float64 0.02 0.93 |
|---|---|---|---|---|
* {
margin: 0;
}
/* END: Removing default margins */
/* Declaring global-scope CSS variables */
:root {
--main-font: "Lato", sans-serif;
--accent: #8d3938;
--light-bg-color: #fafafa;
--dark-bg-color: #f6f6f6;
--darker-bg-color: #666666;
--main-font-color: #545454;
--light-font-color:... | common/css/styles.css | * {
margin: 0;
}
/* END: Removing default margins */
/* Declaring global-scope CSS variables */
:root {
--main-font: "Lato", sans-serif;
--accent: #8d3938;
--light-bg-color: #fafafa;
--dark-bg-color: #f6f6f6;
--darker-bg-color: #666666;
--main-font-color: #545454;
--light-font-color:... | 0.311636 | 0.048744 |
.ModBlogC .blog-main-content { padding: 1em 1em 8em 1em }
.ModBlogC .is-post {
border-bottom: 1px solid #ddd;
min-height: 300px;
position: relative;
}
.ModBlogC .is-post header {
margin: 0 0 1em 0;
padding: 1em 0 0 0;
}
.ModBlogC .is-post h2 {
font-size: 3.25em;
line-height: 1.25em
}
.Mo... | Templates/Blog/Whatever/template.css | .ModBlogC .blog-main-content { padding: 1em 1em 8em 1em }
.ModBlogC .is-post {
border-bottom: 1px solid #ddd;
min-height: 300px;
position: relative;
}
.ModBlogC .is-post header {
margin: 0 0 1em 0;
padding: 1em 0 0 0;
}
.ModBlogC .is-post h2 {
font-size: 3.25em;
line-height: 1.25em
}
.Mo... | 0.359814 | 0.079317 |
footer {
margin-top: 80px;
}
.footer-banner {
height: 40px;
background-color: #0E820C;
}
.footer {
height: 110px;
background-color: #165106;
position: relative;
}
.footer-content {
height: 60%;
display: flex;
align-items: center;
}
/*---------------------------------Links--------------------------... | client/src/components/Footer/Footer.css | footer {
margin-top: 80px;
}
.footer-banner {
height: 40px;
background-color: #0E820C;
}
.footer {
height: 110px;
background-color: #165106;
position: relative;
}
.footer-content {
height: 60%;
display: flex;
align-items: center;
}
/*---------------------------------Links--------------------------... | 0.319865 | 0.066934 |
@media all { .hide { display: none; } }
@media print {
.noprint, div.indexgroup, .backlinktop, .backlinkbottom { display: none }
* {
border-color: black !important;
color: black !important;
background-color: transparent !important;
background-image: none !important;
}
}
@media screen, tty, tv,... | doc/man-pages/style.css |
@media all { .hide { display: none; } }
@media print {
.noprint, div.indexgroup, .backlinktop, .backlinkbottom { display: none }
* {
border-color: black !important;
color: black !important;
background-color: transparent !important;
background-image: none !important;
}
}
@media screen, tty, tv,... | 0.538498 | 0.100481 |
REQUIRED to hide the non-active tab content.
But do not hide them in the print stylesheet!
--------------------------------------------------*/
.tabberlive .tabbertabhide {
display:none;
}
/*--------------------------------------------------
.tabber = before the tabber interface is set up
.tabberli... | gyaneo/Common/css/tab.css | REQUIRED to hide the non-active tab content.
But do not hide them in the print stylesheet!
--------------------------------------------------*/
.tabberlive .tabbertabhide {
display:none;
}
/*--------------------------------------------------
.tabber = before the tabber interface is set up
.tabberli... | 0.235548 | 0.063686 |
.text-xl {
font-size: 2rem;
padding: 1rem;
}
.text-lg {
font-size: 1.5rem;
padding: 0.75rem;
}
.text-md {
font-size: 1rem;
padding: 0.5rem;
}
.text-sm {
font-size: 0.6rem;
padding: 0.3rem;
}
.left {
text-align: left;
}
.center {
text-align: center;
}
.right {
text-align... | css/Components.css | .text-xl {
font-size: 2rem;
padding: 1rem;
}
.text-lg {
font-size: 1.5rem;
padding: 0.75rem;
}
.text-md {
font-size: 1rem;
padding: 0.5rem;
}
.text-sm {
font-size: 0.6rem;
padding: 0.3rem;
}
.left {
text-align: left;
}
.center {
text-align: center;
}
.right {
text-align... | 0.543833 | 0.089973 |
.monster-creator-container {
justify-self: flex-end;
/* padding-top: 5rem;
padding-bottom: 5rem; */
width: 20rem;
height: 100vh;
border: 1px solid grey;
background-color: rgba(17, 17, 17, 0.349);
overflow: scroll;
}
.minions-button {
background-color: rgba(56, 56, 56, 0.644);
height: 2.5rem;
bord... | src/Components/Combat/MonsterCreator.css | .monster-creator-container {
justify-self: flex-end;
/* padding-top: 5rem;
padding-bottom: 5rem; */
width: 20rem;
height: 100vh;
border: 1px solid grey;
background-color: rgba(17, 17, 17, 0.349);
overflow: scroll;
}
.minions-button {
background-color: rgba(56, 56, 56, 0.644);
height: 2.5rem;
bord... | 0.567937 | 0.082033 |
.pg_bgd {
min-height: 100%;
height: 100vh;
background-color: black;
position:relative;
overflow: hidden;
overflow-y:scroll;
overflow-x:scroll;
color:red;
font-family: 'SignPainter';
margin-top: 0.5%;
}
.headerBar{
background-color:white;
height: 5vh;
text-align: center;
margin-top: 0;
}
.... | client/src/createEvent.css | .pg_bgd {
min-height: 100%;
height: 100vh;
background-color: black;
position:relative;
overflow: hidden;
overflow-y:scroll;
overflow-x:scroll;
color:red;
font-family: 'SignPainter';
margin-top: 0.5%;
}
.headerBar{
background-color:white;
height: 5vh;
text-align: center;
margin-top: 0;
}
.... | 0.419886 | 0.061706 |
.modal-dialog {
margin: 10% auto;
}
.hide-when-is-msg-job-in-history, .show-when-is-msg-job-in-history, .hide-when-is-script-job-in-history {
display: none;
}
.diff-conf-warning {
padding-left:22px;
color:#8a6d3b;
display:none;
height: 34px;
line-height: 34px;
position: absolute;
right... | saturn-console/src/main/resources/static/css/frame.css | .modal-dialog {
margin: 10% auto;
}
.hide-when-is-msg-job-in-history, .show-when-is-msg-job-in-history, .hide-when-is-script-job-in-history {
display: none;
}
.diff-conf-warning {
padding-left:22px;
color:#8a6d3b;
display:none;
height: 34px;
line-height: 34px;
position: absolute;
right... | 0.226356 | 0.05752 |
body{padding-top:54px;color:#495057;font-weight:400;font-family: 'Work Sans', sans-serif}
/* font-family:Muli,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'} */
@media (min-width:992px)
{body{padding-top:... | public/css/resume.min.css | body{padding-top:54px;color:#495057;font-weight:400;font-family: 'Work Sans', sans-serif}
/* font-family:Muli,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'} */
@media (min-width:992px)
{body{padding-top:... | 0.320077 | 0.044743 |
.banner {
background-color: #0a0b11;
width: 100%;
text-align: center
}
.banner .el-carousel {
width: 100%;
max-width: 1920px;
max-height: 440px;
}
.carousel-img {
max-width: 100%;
max-height: 440px;
}
.content .item {
width: 100%;
padding: 40px 210px 50px;
}
.content .title {
padding-left: 20p... | css/index.css | .banner {
background-color: #0a0b11;
width: 100%;
text-align: center
}
.banner .el-carousel {
width: 100%;
max-width: 1920px;
max-height: 440px;
}
.carousel-img {
max-width: 100%;
max-height: 440px;
}
.content .item {
width: 100%;
padding: 40px 210px 50px;
}
.content .title {
padding-left: 20p... | 0.417509 | 0.11187 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--primary: #80CBC4;
--dark: #263238;
--dark-light: #3C474C;
--light: #8B969A;
--bg-dark: rgba(0,0,0,.75);
--spacing-one: calc(1rem * 0.5);
--spacing-two: calc(1rem);
--spacing-five: calc(2.5rem);
--main-font: '... | src/index.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--primary: #80CBC4;
--dark: #263238;
--dark-light: #3C474C;
--light: #8B969A;
--bg-dark: rgba(0,0,0,.75);
--spacing-one: calc(1rem * 0.5);
--spacing-two: calc(1rem);
--spacing-five: calc(2.5rem);
--main-font: '... | 0.549641 | 0.10961 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
scroll-behavior: smooth;
}
/* Customizar scroll bar */
::-webkit-scrollbar{
width: 10px;
}... | style.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
scroll-behavior: smooth;
}
/* Customizar scroll bar */
::-webkit-scrollbar{
width: 10px;
}... | 0.241579 | 0.041153 |
:root {
--value-thin: 0.125rem;
--value-light: 0.25rem;
--value-regular: 0.5rem;
--value-medium: 1rem;
--value-bold: 2rem;
}
.blurred-t {
filter: blur(var(--value-thin));
}
.blurred-l {
filter: blur(var(--value-light));
}
.blurred-r {
filter: blur(var(--value-regular));
}
.blurred-m {
filter: blur(va... | src/modules/filter.css | :root {
--value-thin: 0.125rem;
--value-light: 0.25rem;
--value-regular: 0.5rem;
--value-medium: 1rem;
--value-bold: 2rem;
}
.blurred-t {
filter: blur(var(--value-thin));
}
.blurred-l {
filter: blur(var(--value-light));
}
.blurred-r {
filter: blur(var(--value-regular));
}
.blurred-m {
filter: blur(va... | 0.734596 | 0.320861 |
/* Wrappers */
body.rtl .fl-module-post-carousel .bx-viewport {
direction: ltr;
}
.fl-module-post-carousel .bx-wrapper {
max-width: 100% !important;
margin: 0 auto 40px;
}
.fl-module-post-carousel .bx-controls {
width: 100%;
position: absolute;
bottom: 0;
margin-top: 20px;
}
.fl-post-carousel-navigation{
posi... | wp-content/plugins/bb-plugin/modules/post-carousel/css/frontend.css |
/* Wrappers */
body.rtl .fl-module-post-carousel .bx-viewport {
direction: ltr;
}
.fl-module-post-carousel .bx-wrapper {
max-width: 100% !important;
margin: 0 auto 40px;
}
.fl-module-post-carousel .bx-controls {
width: 100%;
position: absolute;
bottom: 0;
margin-top: 20px;
}
.fl-post-carousel-navigation{
posi... | 0.357343 | 0.050284 |
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
main {
flex: 1 0 auto;
}
#chat-messages {
min-height: 10vh;
height: 60vh;
overflow-y: scroll;
}
#chat-members {
min-height: 10vh;
height: 60vh;
overflow-y: scroll;
}
img {
width: 4rem;
margin-right: 1r... | public/style.css | body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
main {
flex: 1 0 auto;
}
#chat-messages {
min-height: 10vh;
height: 60vh;
overflow-y: scroll;
}
#chat-members {
min-height: 10vh;
height: 60vh;
overflow-y: scroll;
}
img {
width: 4rem;
margin-right: 1r... | 0.638497 | 0.061255 |
.tile, .space {
position: relative; height: 40px; width: 40px;
float: left; margin: 1px 1px; white-space: nowrap;
line-height: 40px;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
.tile { background: #2d2d2d; }
.space { background: white; }
.B { backg... | index.css | .tile, .space {
position: relative; height: 40px; width: 40px;
float: left; margin: 1px 1px; white-space: nowrap;
line-height: 40px;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
.tile { background: #2d2d2d; }
.space { background: white; }
.B { backg... | 0.260013 | 0.193795 |
*{
margin: 0px;
padding: 0px;
list-style: none;
}
a:hover{
text-decoration: none;
}
body{
background-color: #f5f5f5;
}
/*导航条部分开始*/
.header{
height: 105px;
/*background-color: red;*/
margin: 0px auto;
position: relative;
}
.header .nav{
width: 620px;
height: 30px;
/*background-color:green; */
float: left;
}... | public/css/page.css | *{
margin: 0px;
padding: 0px;
list-style: none;
}
a:hover{
text-decoration: none;
}
body{
background-color: #f5f5f5;
}
/*导航条部分开始*/
.header{
height: 105px;
/*background-color: red;*/
margin: 0px auto;
position: relative;
}
.header .nav{
width: 620px;
height: 30px;
/*background-color:green; */
float: left;
}... | 0.222278 | 0.044122 |
display: none;
}
.navbar-default .navbar-nav > li {
border-right: none;
}
section.white{
padding-bottom: 5px;
padding-top: 40px;
}
.widget a{
color: #999eab;
}
/* ----------------------------------------------------
File Name: style.css
Template Name: Learn Plus
Created By: Template Visual
ht... | public/templates/2/style1.css | display: none;
}
.navbar-default .navbar-nav > li {
border-right: none;
}
section.white{
padding-bottom: 5px;
padding-top: 40px;
}
.widget a{
color: #999eab;
}
/* ----------------------------------------------------
File Name: style.css
Template Name: Learn Plus
Created By: Template Visual
ht... | 0.266548 | 0.083928 |
body{
min-width: 1450px;
}
.cInfo_warp{
width: 1180px;
margin: 30px auto;
}
.cInfo_cell_title{
height: 60px;
line-height: 60px;
padding: 0 20px;
border-bottom: solid 1px #e5e5e5;
color: #333;
}
.cInfo_cell_title .showCon{
font-size: 12px;
float: right;
}
.cInfo_cell_title .showCo... | client/purchase/pages/purchaseBack/seller-companyInfo/page.css | body{
min-width: 1450px;
}
.cInfo_warp{
width: 1180px;
margin: 30px auto;
}
.cInfo_cell_title{
height: 60px;
line-height: 60px;
padding: 0 20px;
border-bottom: solid 1px #e5e5e5;
color: #333;
}
.cInfo_cell_title .showCon{
font-size: 12px;
float: right;
}
.cInfo_cell_title .showCo... | 0.415492 | 0.095392 |
html,
body {
height: 100%;
}
body {
margin: 0;
}
.centered {
top: 50%;
bottom: auto;
transform: translateY(-50%);
left: 15%;
position: absolute;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
... | public/css/slider.css | html,
body {
height: 100%;
}
body {
margin: 0;
}
.centered {
top: 50%;
bottom: auto;
transform: translateY(-50%);
left: 15%;
position: absolute;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
... | 0.332419 | 0.090655 |
*{
margin: 0;
padding: o;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
nav .logo a{
color: white !important;
font-family: 'Recursive', sans-serif;
font-style: 800;
font-size: 2rem;
}
nav .logo a span{
color: #FA00FF;
font-family: 'Recursive', sans-serif;
}
#li... | barber_style.css | *{
margin: 0;
padding: o;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
nav .logo a{
color: white !important;
font-family: 'Recursive', sans-serif;
font-style: 800;
font-size: 2rem;
}
nav .logo a span{
color: #FA00FF;
font-family: 'Recursive', sans-serif;
}
#li... | 0.397704 | 0.094594 |
:root{
--color-1: #011627;
--color-2: #FB4D3D;
--color-3: #547AA5;
--color-4: #C5C9A4;
--color-5: #627C85;
--color-font: #fff;
}
/*=========================
GENERAL STYLES
=========================*/
/*This set 1 rem to 10px instead of it being 16px so now 1.6 rem is now 16px*/
html{
fo... | public/css/style.css | :root{
--color-1: #011627;
--color-2: #FB4D3D;
--color-3: #547AA5;
--color-4: #C5C9A4;
--color-5: #627C85;
--color-font: #fff;
}
/*=========================
GENERAL STYLES
=========================*/
/*This set 1 rem to 10px instead of it being 16px so now 1.6 rem is now 16px*/
html{
fo... | 0.359139 | 0.120594 |
body {
font-family: 'Courier New', Courier, monospace;
font-size: 17px;;
background-image: url('/images/background.jpeg');
background-attachment: fixed;
}
#content {
background-color: #252a2e;
color: #f2f2f2;
margin-left: 15px;
margin-right: 15px;
padding-left: 15px;
top: 0px;
}... | CSS/styles.css | body {
font-family: 'Courier New', Courier, monospace;
font-size: 17px;;
background-image: url('/images/background.jpeg');
background-attachment: fixed;
}
#content {
background-color: #252a2e;
color: #f2f2f2;
margin-left: 15px;
margin-right: 15px;
padding-left: 15px;
top: 0px;
}... | 0.448668 | 0.134122 |
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url('/css/fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('/css/fonts/roboto-v20-latin-300.woff') format('woff');
/* Chro... | docs/css/extra.css |
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url('/css/fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('/css/fonts/roboto-v20-latin-300.woff') format('woff');
/* Chro... | 0.378459 | 0.053453 |
@value selectionWidth: 1px;
@value selectionPadding: -6px;
@value selectionPadding2: -0.5em;
.main {
position: relative;
}
.main:before,
.main:after {
content: '';
position: absolute;
top: selectionPadding2;
left: selectionPadding2;
right: selectionPadding2;
bottom: selectionPadding2;
pointer-events: ... | entry_types/scrolled/package/src/frontend/inlineEditing/SelectionRect.module.css | @value selectionWidth: 1px;
@value selectionPadding: -6px;
@value selectionPadding2: -0.5em;
.main {
position: relative;
}
.main:before,
.main:after {
content: '';
position: absolute;
top: selectionPadding2;
left: selectionPadding2;
right: selectionPadding2;
bottom: selectionPadding2;
pointer-events: ... | 0.674158 | 0.225182 |
.index-category{text-align:center;padding:0 0 10px;background-color:#fff; border-top:1px #DDDDDD solid; border-bottom:1px #DDDDDD solid;}
.index-category .index_slider{overflow:hidden;position:relative;height:auto}
.index-category .index_slider-wrap{overflow:hidden;position:relative}
.index-category .page{float:left;pa... | m/template/css/index.css | .index-category{text-align:center;padding:0 0 10px;background-color:#fff; border-top:1px #DDDDDD solid; border-bottom:1px #DDDDDD solid;}
.index-category .index_slider{overflow:hidden;position:relative;height:auto}
.index-category .index_slider-wrap{overflow:hidden;position:relative}
.index-category .page{float:left;pa... | 0.223123 | 0.13489 |
@media (min-width: 1920px) {
}
/* Normal desktop :1170px. */
@media (min-width: 1170px) and (max-width: 1349px) {
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
.header-area.stick .main-menu ul.navbar-nav li a {
padding: 28px 0px;
}
.well-services {
padding: 30... | public/front_assets/css/responsive.css | @media (min-width: 1920px) {
}
/* Normal desktop :1170px. */
@media (min-width: 1170px) and (max-width: 1349px) {
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
.header-area.stick .main-menu ul.navbar-nav li a {
padding: 28px 0px;
}
.well-services {
padding: 30... | 0.168823 | 0.111338 |
*{
margin: 0;
padding: 0;
font-family: 'poppins',sans-serif;
box-sizing: border-box;
}
a{
text-decoration: none;
color: #5a5a5a;
}
img{
cursor: pointer;
}
.flex-div{
display: flex;
align-items: center;
}
nav{
padding: 10px 2%;
justify-content: space-between... | style.css | *{
margin: 0;
padding: 0;
font-family: 'poppins',sans-serif;
box-sizing: border-box;
}
a{
text-decoration: none;
color: #5a5a5a;
}
img{
cursor: pointer;
}
.flex-div{
display: flex;
align-items: center;
}
nav{
padding: 10px 2%;
justify-content: space-between... | 0.366703 | 0.057705 |
body
{
font: normal medium 'Gill Sans', 'Gill Sans MT', 'Goudy Bookletter 1911', 'Linux Libertine O', 'Liberation Serif', Candara, serif;
line-height: 1.75;
word-spacing: 0.1em;
margin: 1em 0;
padding: 0;
}
nav
{
overflow: hidden;
}
nav ul
{
margin: 0;
padding: 0.5em 1em 0 0;
text-... | stylesheets/options.css | body
{
font: normal medium 'Gill Sans', 'Gill Sans MT', 'Goudy Bookletter 1911', 'Linux Libertine O', 'Liberation Serif', Candara, serif;
line-height: 1.75;
word-spacing: 0.1em;
margin: 1em 0;
padding: 0;
}
nav
{
overflow: hidden;
}
nav ul
{
margin: 0;
padding: 0.5em 1em 0 0;
text-... | 0.540681 | 0.167832 |
body {
background: #bfcacc;
}
div#header {
background: url('../img/home-bg.jpg') center center no-repeat;
background-size: cover;
margin-top: -72px;
padding: 120px;
}
#header h1 {
position: relative;
top: -20px;
left: -40px;
color: #5afcb9;
}
#header cite {
font-size: 16px;
color: #ccbcb7;
position: rel... | my_assets/css/style.css | body {
background: #bfcacc;
}
div#header {
background: url('../img/home-bg.jpg') center center no-repeat;
background-size: cover;
margin-top: -72px;
padding: 120px;
}
#header h1 {
position: relative;
top: -20px;
left: -40px;
color: #5afcb9;
}
#header cite {
font-size: 16px;
color: #ccbcb7;
position: rel... | 0.191744 | 0.068694 |
* {
margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}
body {
font-family: Arial, Helvetica, sans-serif;
}
/* The Modal (background) */
.custom {
displa... | public/libs/map/styles.css | * {
margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}
body {
font-family: Arial, Helvetica, sans-serif;
}
/* The Modal (background) */
.custom {
displa... | 0.380529 | 0.086131 |
@media (max-width: 600px) {
.tabNav {
font-size:10px;
}
}
input.updateRoomTextField {
font-size: 1.25em;
mix-blend-mode: multiply;
}
body {
background-color: rgb(249, 249, 249);
font-family: roboto;
color: rgba(0, 0, 0, 0.7);
line-height: 1;
}
.activator {
height: 250px;
width: auto;
objec... | src/app/App.css | @media (max-width: 600px) {
.tabNav {
font-size:10px;
}
}
input.updateRoomTextField {
font-size: 1.25em;
mix-blend-mode: multiply;
}
body {
background-color: rgb(249, 249, 249);
font-family: roboto;
color: rgba(0, 0, 0, 0.7);
line-height: 1;
}
.activator {
height: 250px;
width: auto;
objec... | 0.403332 | 0.09236 |
body{
font-family: 'Libre Caslon Text', serif;
margin: 0;
padding: 1rem;
}
h1 {
font-family: 'Libre Caslon Text', serif;
display: flex;
justify-content: center;
font-style: bold;
font-size: 25px;
}
h3{
font-family: 'Libre Caslon Text', serif;
display: flex;
justify-content: center;
font-s... | recipes list.css | body{
font-family: 'Libre Caslon Text', serif;
margin: 0;
padding: 1rem;
}
h1 {
font-family: 'Libre Caslon Text', serif;
display: flex;
justify-content: center;
font-style: bold;
font-size: 25px;
}
h3{
font-family: 'Libre Caslon Text', serif;
display: flex;
justify-content: center;
font-s... | 0.569972 | 0.075961 |
.banner{
width: 100%;
margin: 0;
height: 100px;
border: 1px solid rgb(236, 233, 233);
}
.logo{
margin-top:20px;
width:90px;
height:60px;
margin-left: 20px;
}
.icon{
margin-left:20px;
margin-top:30px;
font-size:22px;
color:#000033;
display:none;
}
.tree{
margin: 0;
}
.avata{
float: right;
margin-top:45px;
width:40px;... | template/UI/css/style.css | .banner{
width: 100%;
margin: 0;
height: 100px;
border: 1px solid rgb(236, 233, 233);
}
.logo{
margin-top:20px;
width:90px;
height:60px;
margin-left: 20px;
}
.icon{
margin-left:20px;
margin-top:30px;
font-size:22px;
color:#000033;
display:none;
}
.tree{
margin: 0;
}
.avata{
float: right;
margin-top:45px;
width:40px;... | 0.365457 | 0.095983 |
.topBar{
width: 100%;
height: 100px;
margin-top: 15px;
}
.topBarLangue{
margin-top: 20px;
margin-left: 10px;
text-decoration: none;
width: 350px;
height: 23px;
padding-top: 10px;
padding-bottom: 13px;
padding-left: 10px;
padding-right: 10px;
text-alig... | style.css | .topBar{
width: 100%;
height: 100px;
margin-top: 15px;
}
.topBarLangue{
margin-top: 20px;
margin-left: 10px;
text-decoration: none;
width: 350px;
height: 23px;
padding-top: 10px;
padding-bottom: 13px;
padding-left: 10px;
padding-right: 10px;
text-alig... | 0.514888 | 0.062331 |
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Open+Sans&display=swap');
/* Navbar */
*{
padding: 0;
margin: 0;
text-decoration: none;
list-style: none;
box-sizing: border-box;
}
nav {
background: #ffffff;
height: 80px;
width: 100%;
box-shadow: 0 0 25px 0 black;
positi... | styles/gallery-7.css | @import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Open+Sans&display=swap');
/* Navbar */
*{
padding: 0;
margin: 0;
text-decoration: none;
list-style: none;
box-sizing: border-box;
}
nav {
background: #ffffff;
height: 80px;
width: 100%;
box-shadow: 0 0 25px 0 black;
positi... | 0.311636 | 0.083479 |
body {
font-family: "Lato", Helvetica, Arial, Verdana, sans-serif;
letter-spacing: 0.5px;
}
a {
text-decoration: none !important;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
/*
******** Header custom style *********
*/
header .navbar {
padding-bottom: 0.75rem;
padding-t... | static/css/style.css | body {
font-family: "Lato", Helvetica, Arial, Verdana, sans-serif;
letter-spacing: 0.5px;
}
a {
text-decoration: none !important;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
/*
******** Header custom style *********
*/
header .navbar {
padding-bottom: 0.75rem;
padding-t... | 0.346652 | 0.062217 |
body {
font-family: 'Roboto', sans-serif;
margin: 0;
font-size: 20px;
}
.box {
width: 100vw;
height: 100vh;
overflow: hidden;
}
.wrapper {
clear: both;
width: 200vw;
height: 100vh;
}
.box--recognition .reception,
.box--recognition .recognition {
left: -100vw;
}
.reception, .recognition {
float: ... | src/renderer/style.css | body {
font-family: 'Roboto', sans-serif;
margin: 0;
font-size: 20px;
}
.box {
width: 100vw;
height: 100vh;
overflow: hidden;
}
.wrapper {
clear: both;
width: 200vw;
height: 100vh;
}
.box--recognition .reception,
.box--recognition .recognition {
left: -100vw;
}
.reception, .recognition {
float: ... | 0.592313 | 0.111773 |
@font-face {
font-family: 'robotoregular';
src: url(../../fonts/roboto-regular-webfont.eot);
src: url(../../fonts/roboto-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../../fonts/roboto-regular-webfont.woff2) format("woff2"), url(../../fonts/roboto-regular-webfont.woff) format("woff"), url(..... | public/frontend/dist/css/styles.min.css | @font-face {
font-family: 'robotoregular';
src: url(../../fonts/roboto-regular-webfont.eot);
src: url(../../fonts/roboto-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../../fonts/roboto-regular-webfont.woff2) format("woff2"), url(../../fonts/roboto-regular-webfont.woff) format("woff"), url(..... | 0.382026 | 0.063628 |
html {
font-family: 'Nunito', sans-serif;
font-size: 16px;
scroll-behavior: smooth;
}
body {
background-color: #fff;
margin: 0;
min-height: 100vh;
padding-bottom: 20rem;
position: relative;
}
.container {
margin: 0 1rem;
}
hr {
margin: 2rem 0;
}
br {
clear: both;
}
a {
color: #78a1bb;
tex... | docs/css/site.css | html {
font-family: 'Nunito', sans-serif;
font-size: 16px;
scroll-behavior: smooth;
}
body {
background-color: #fff;
margin: 0;
min-height: 100vh;
padding-bottom: 20rem;
position: relative;
}
.container {
margin: 0 1rem;
}
hr {
margin: 2rem 0;
}
br {
clear: both;
}
a {
color: #78a1bb;
tex... | 0.562657 | 0.096535 |
@import url(http://fonts.googleapis.com/css?family=Questrial|Pacifico|Sanchez|Roboto:400,100,700);/*font-family: 'Questrial', sans-serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Muli', sans-serif;
font-family: 'Archivo Narrow', sans-serif;
font-family: 'Maven Pro', sans-serif;
font-family: 'Pacifico', cu... | public/css/styles.css | @import url(http://fonts.googleapis.com/css?family=Questrial|Pacifico|Sanchez|Roboto:400,100,700);/*font-family: 'Questrial', sans-serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Muli', sans-serif;
font-family: 'Archivo Narrow', sans-serif;
font-family: 'Maven Pro', sans-serif;
font-family: 'Pacifico', cu... | 0.271348 | 0.061452 |
.navigation {
height: 73px;
position: fixed;
width: 100%;
background: #f86f2d;
margin: 0 auto;
top: 0;
left: 0;
z-index: 999;
font-size: 16px;
font-weight: bold;
font-family: 'Times New Roman', Times, serif;
}
sect... | resilient 2.0/public/styles/othernewnav.css | .navigation {
height: 73px;
position: fixed;
width: 100%;
background: #f86f2d;
margin: 0 auto;
top: 0;
left: 0;
z-index: 999;
font-size: 16px;
font-weight: bold;
font-family: 'Times New Roman', Times, serif;
}
sect... | 0.50415 | 0.059647 |
input[type=text] {
width: 130px;
box-sizing: border-box;
border: none;
font-size: 15pt;
background-color: white;
padding: 13px 15px;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
right: 3px;
}
input[type=text]:focus {
width: 400px;
... | index.css | input[type=text] {
width: 130px;
box-sizing: border-box;
border: none;
font-size: 15pt;
background-color: white;
padding: 13px 15px;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
right: 3px;
}
input[type=text]:focus {
width: 400px;
... | 0.331228 | 0.071754 |
/* BEGIN Ubuntu Light */
@font-face {
font-family: 'Ubuntu';
src: url('fonts/ubuntu-light-webfont.eot');
src: url('fonts/ubuntu-light-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/ubuntu-light-webfont.woff2') format('woff2'),
url('fonts/ubuntu-light-webfont.woff') format('woff'),
... | ubuntu.css |
/* BEGIN Ubuntu Light */
@font-face {
font-family: 'Ubuntu';
src: url('fonts/ubuntu-light-webfont.eot');
src: url('fonts/ubuntu-light-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/ubuntu-light-webfont.woff2') format('woff2'),
url('fonts/ubuntu-light-webfont.woff') format('woff'),
... | 0.107356 | 0.034262 |
@media (max-width: 800px) {
#sidebar {
display: none;
}
#main {
/*max-width: 800px;*/
/*padding: 0px 20px;*/
margin: auto;
}
}
.page-margins {
vertical-align: top;
}
.sidebar {
overflow-x: hidden;
overflow-y: scroll;
width: 190px;
height: 100%;
position: fixed;
}
.sidebar-content {
padding: 20... | media/style.css | @media (max-width: 800px) {
#sidebar {
display: none;
}
#main {
/*max-width: 800px;*/
/*padding: 0px 20px;*/
margin: auto;
}
}
.page-margins {
vertical-align: top;
}
.sidebar {
overflow-x: hidden;
overflow-y: scroll;
width: 190px;
height: 100%;
position: fixed;
}
.sidebar-content {
padding: 20... | 0.257298 | 0.062103 |
html {
height: 100%;
}
body {
background-attachment: fixed;
background-size: cover;
background-position: center;
margin: 0;
height: 100%;
animation: fadeInAnimation ease-in 2s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
0% {
opacity: 0;
}
10... | assets/style2.css | html {
height: 100%;
}
body {
background-attachment: fixed;
background-size: cover;
background-position: center;
margin: 0;
height: 100%;
animation: fadeInAnimation ease-in 2s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
0% {
opacity: 0;
}
10... | 0.636692 | 0.104935 |
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
/* * {
outline: 1px solid red;
} */
body {
font-family: "Playfair Display", "Arial", sans-serif;
color: #626262;
background-color: #ffffff;
font-size: 14px;
line-height: 24px;
}
img {
display: block;
max-width: 100%... | html-css/module-03/css/style.css | html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
/* * {
outline: 1px solid red;
} */
body {
font-family: "Playfair Display", "Arial", sans-serif;
color: #626262;
background-color: #ffffff;
font-size: 14px;
line-height: 24px;
}
img {
display: block;
max-width: 100%... | 0.4856 | 0.073198 |
@charset "utf-8";
/* CSS Document */
body{
background-color: #f2f0f0;
}.content_gr {
background-image: url(images/yonghu_bg.gif);
background-repeat: no-repeat;
background-size:100% 231px;
}
.content_gr .main_info .left .tt_kf {
background-color: #F15703;
height: 30px;
color: #FFF;
text-align: center;
fon... | themes/ecmoban_meilishuo/zhanghu.css | @charset "utf-8";
/* CSS Document */
body{
background-color: #f2f0f0;
}.content_gr {
background-image: url(images/yonghu_bg.gif);
background-repeat: no-repeat;
background-size:100% 231px;
}
.content_gr .main_info .left .tt_kf {
background-color: #F15703;
height: 30px;
color: #FFF;
text-align: center;
fon... | 0.233532 | 0.053675 |
@font-face {
font-family: gothamrounded;
src: url('../fonts/gothamrnd-light.ttf');
}
@font-face {
font-family: gothamroundedregular;
src: url('../fonts/gothamrnd-medium.ttf');
}
@font-face {
font-family: proximaregular;
src: url('../fonts/MarkSimonson-ProximaNovaRegular.otf');
}
@font-face {
... | public/old/css/daqyaStyle.css | @font-face {
font-family: gothamrounded;
src: url('../fonts/gothamrnd-light.ttf');
}
@font-face {
font-family: gothamroundedregular;
src: url('../fonts/gothamrnd-medium.ttf');
}
@font-face {
font-family: proximaregular;
src: url('../fonts/MarkSimonson-ProximaNovaRegular.otf');
}
@font-face {
... | 0.360377 | 0.076304 |
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: inherit;
}
html {
font-size: 62.5%;
}
body {
box-sizing: border-box;
height: 100vh;
overflow: hidden;
font-family: "Roboto", sans-serif;
font-weight: 400;
font-size: 1.6rem;
line-height: 1.8;
color: #dedede;
background-color: #59253a;... | client/src/index.css | *,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: inherit;
}
html {
font-size: 62.5%;
}
body {
box-sizing: border-box;
height: 100vh;
overflow: hidden;
font-family: "Roboto", sans-serif;
font-weight: 400;
font-size: 1.6rem;
line-height: 1.8;
color: #dedede;
background-color: #59253a;... | 0.506836 | 0.064772 |
table.detail {
padding: 5%;
width: 35%;
border-collapse: collapse;
}
table.detail td {
color: #c0d3e8;
line-height: 25px;
font-size: 9pt;
border: 1px solid #4a5664;
padding: 3%;
}
span.s {
color: #fe8503;
font-size: 9pt;
}
table.seater_info{
margin-top: 3px;
background-color: #000000;
border:1px solid ... | public/front/css/sheet.css | table.detail {
padding: 5%;
width: 35%;
border-collapse: collapse;
}
table.detail td {
color: #c0d3e8;
line-height: 25px;
font-size: 9pt;
border: 1px solid #4a5664;
padding: 3%;
}
span.s {
color: #fe8503;
font-size: 9pt;
}
table.seater_info{
margin-top: 3px;
background-color: #000000;
border:1px solid ... | 0.184694 | 0.133726 |
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;700;900&display=swap");
* {
font-family: 'Montserrat', sans-serif;
}
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
/* Safari/Chrome, other WebKit */
/* Firefox, other Gecko */
box-sizing: border-box;
/* Opera... | client/src/styles/style.css | @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;700;900&display=swap");
* {
font-family: 'Montserrat', sans-serif;
}
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
/* Safari/Chrome, other WebKit */
/* Firefox, other Gecko */
box-sizing: border-box;
/* Opera... | 0.233095 | 0.063222 |
* {
/* #2 #font #faces */
font-family: 'Roboto','Arial', sans-serif;
/* removing ugly spaces */
margin: 0px;
padding: 0px;
}
body {
/* #2 #colorful #background */
background-color: #F5F5F5;
}
but... | CSS/style.css | * {
/* #2 #font #faces */
font-family: 'Roboto','Arial', sans-serif;
/* removing ugly spaces */
margin: 0px;
padding: 0px;
}
body {
/* #2 #colorful #background */
background-color: #F5F5F5;
}
but... | 0.269037 | 0.053849 |
.nav-menu-top {
margin-left: 80px;
}
/*
#user{
padding-top: 10px;
padding-bottom: 10px;
}
*/
body {
background: url('background.jpg') repeat ;
background-size: auto;
margin-top: 0px;
font-family: Arial, Helvetica, sans-serif;
color: #6D6D6D;
line-height: 1.2em;
}
.nav-tabs {
ma... | style.css | .nav-menu-top {
margin-left: 80px;
}
/*
#user{
padding-top: 10px;
padding-bottom: 10px;
}
*/
body {
background: url('background.jpg') repeat ;
background-size: auto;
margin-top: 0px;
font-family: Arial, Helvetica, sans-serif;
color: #6D6D6D;
line-height: 1.2em;
}
.nav-tabs {
ma... | 0.238196 | 0.071267 |
.wp-pagenavi{margin-bottom:0px;}
.wp-pagenavi .pages{padding-right:10px; border:0px;}
.wp-pagenavi a, .wp-pagenavi a:visited{padding:3px 7px!important; margin:0 0px; border:0px !important; font-weight:bold;}
.wp-pagenavi .current{padding:3px 7px!important; margin:0 0px; border:0px !important;}
/* BLOG */
.post{clear... | public/css/inner.css | .wp-pagenavi{margin-bottom:0px;}
.wp-pagenavi .pages{padding-right:10px; border:0px;}
.wp-pagenavi a, .wp-pagenavi a:visited{padding:3px 7px!important; margin:0 0px; border:0px !important; font-weight:bold;}
.wp-pagenavi .current{padding:3px 7px!important; margin:0 0px; border:0px !important;}
/* BLOG */
.post{clear... | 0.249356 | 0.104067 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;700&display=swap');
* {
border: 0;
outline: 0;
-webkit-font-smoothing: subpixel-antialiased;
-moz-font-smoothing: subpixel-antialiased;
-ms-font-smoothing: subpixel-antialiased;
-o-font-smoothing: subpixel-antialiased;
... | assets/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;700&display=swap');
* {
border: 0;
outline: 0;
-webkit-font-smoothing: subpixel-antialiased;
-moz-font-smoothing: subpixel-antialiased;
-ms-font-smoothing: subpixel-antialiased;
-o-font-smoothing: subpixel-antialiased;
... | 0.339828 | 0.105948 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@100&display=swap');
@font-face {
font-family: calcu;
src: url(digital-7.ttf);
}
:root{
--corbackground: #33313d;
--corpadrao: #272727;
--corletter: white;
--fontpadrao: 'Smooch Sans', sans-serif;
}
*{
padding: 0;
... | exercicios/Calculadora/style.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@100&display=swap');
@font-face {
font-family: calcu;
src: url(digital-7.ttf);
}
:root{
--corbackground: #33313d;
--corpadrao: #272727;
--corletter: white;
--fontpadrao: 'Smooch Sans', sans-serif;
}
*{
padding: 0;
... | 0.476823 | 0.074332 |
body{
font-family: 'Nunito', sans-serif;
background-color: black;
}
.main{
border-radius: 10px;
box-shadow: 1px 1px 1px 10px #5C626E;
background-color: white;
width: 900px;
overflow: auto;
}
#head{
font-family: 'Allerta Stencil', sans-serif;
font-size: 15vh;
text-shadow: 2px 2px... | subfiles/styling.css | body{
font-family: 'Nunito', sans-serif;
background-color: black;
}
.main{
border-radius: 10px;
box-shadow: 1px 1px 1px 10px #5C626E;
background-color: white;
width: 900px;
overflow: auto;
}
#head{
font-family: 'Allerta Stencil', sans-serif;
font-size: 15vh;
text-shadow: 2px 2px... | 0.453746 | 0.129183 |
.activitysearch .background {
background-image: url("https://firebasestorage.googleapis.com/v0/b/equiomentlist.appspot.com/o/images%2Fbackgrounds%2Fact-bg.jpg?alt=media&token=<PASSWORD>");
background-size: cover;
height: 100vh;
width: 100vw;
background-position: center top;
z-index: -1;
}
.acti... | src/components/activity/ActivitySearch/ActivitySearch.css | .activitysearch .background {
background-image: url("https://firebasestorage.googleapis.com/v0/b/equiomentlist.appspot.com/o/images%2Fbackgrounds%2Fact-bg.jpg?alt=media&token=<PASSWORD>");
background-size: cover;
height: 100vh;
width: 100vw;
background-position: center top;
z-index: -1;
}
.acti... | 0.620392 | 0.105487 |
body {
margin: 0;
background: #fafafa;
}
body,h1,h2,p,a,input {
color: #555;
font-family: Consolas, Arial;
text-decoration: none;
}
ul {
margin: 0;
padding: 0;
}
/* header styles */
header {
width: 100%;
padding: 20px;
text-align: right;
background: white;
box-sizing: border-box;
box-shadow... | hosting/admin/css/styles.css | body {
margin: 0;
background: #fafafa;
}
body,h1,h2,p,a,input {
color: #555;
font-family: Consolas, Arial;
text-decoration: none;
}
ul {
margin: 0;
padding: 0;
}
/* header styles */
header {
width: 100%;
padding: 20px;
text-align: right;
background: white;
box-sizing: border-box;
box-shadow... | 0.429908 | 0.067454 |
.progress-bar-container {
opacity: 0;
-webkit-transition: opacity 0.4s linear;
-moz-transition: opacity 0.4s linear;
transition: opacity 0.4s linear;
}
.progress-bar-container .progress {
margin-top: 15px;
margin-bottom: 25px;
background: white;
-webkit-box-shadow: none;
-moz-box-sha... | install_files/css/controls.css | .progress-bar-container {
opacity: 0;
-webkit-transition: opacity 0.4s linear;
-moz-transition: opacity 0.4s linear;
transition: opacity 0.4s linear;
}
.progress-bar-container .progress {
margin-top: 15px;
margin-bottom: 25px;
background: white;
-webkit-box-shadow: none;
-moz-box-sha... | 0.446495 | 0.054828 |
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,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure... | flat_email_update/web/css/style.css | html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure... | 0.247532 | 0.092442 |
*{
margin:0;
padding:0;
outline:none;
list-style:none;
}
body{
font-family: arial, helvetica, sans-serif;
font-size: 14px;
position:relative;
/*left:280px; posiciona a 450px para a esquerda */
/*top: 50px; posiciona a 70px para baixo */
background-image:url("imagens/fundo.jpg");
opacity: 1;
}
#login{
p... | css/style.css | *{
margin:0;
padding:0;
outline:none;
list-style:none;
}
body{
font-family: arial, helvetica, sans-serif;
font-size: 14px;
position:relative;
/*left:280px; posiciona a 450px para a esquerda */
/*top: 50px; posiciona a 70px para baixo */
background-image:url("imagens/fundo.jpg");
opacity: 1;
}
#login{
p... | 0.208018 | 0.053453 |
.tweet-text-box {
width: -webkit-fill-available;
height: 265px;
border-radius: 10px!important;
margin: 10px;
}
.close {
float: right;
font-size: 20px;
font-weight: bold;
line-height: 18px;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover {
... | public/styles/styles.css | .tweet-text-box {
width: -webkit-fill-available;
height: 265px;
border-radius: 10px!important;
margin: 10px;
}
.close {
float: right;
font-size: 20px;
font-weight: bold;
line-height: 18px;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover {
... | 0.360151 | 0.119562 |
body {
font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}
p, li {
font-size: 16px !important;
line-height: 24px !important;
}
/* Made by MailChimp */
body,
#bodyTable,
#bodyCell {
height: 100% !important;
margin: 0;
padding: 0;
width: 100% !important;
}
tabl... | archive/mailchimp/src/style.css | body {
font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}
p, li {
font-size: 16px !important;
line-height: 24px !important;
}
/* Made by MailChimp */
body,
#bodyTable,
#bodyCell {
height: 100% !important;
margin: 0;
padding: 0;
width: 100% !important;
}
tabl... | 0.265595 | 0.057812 |
.ticket-link a, .sold-out, .cancelled, .postponed, .free, .tickets-at-the-door, .future-sale a, .on-sale-soon, .custom {
display:block;
border:solid 1px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding:5px;
margin:0 0 5px 0;
text-align:center;
}
span.settime {font-size:0.85em;}
... | public/sites/neumos/wp-content/plugins/ticketfly-cms/style.css | .ticket-link a, .sold-out, .cancelled, .postponed, .free, .tickets-at-the-door, .future-sale a, .on-sale-soon, .custom {
display:block;
border:solid 1px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding:5px;
margin:0 0 5px 0;
text-align:center;
}
span.settime {font-size:0.85em;}
... | 0.172869 | 0.071009 |
.TemplateExplorer {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.TemplateExplorer.ComponentEditor-column {
border-left: none;
min-w... | ui/template-explorer.reel/template-explorer.css | .TemplateExplorer {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.TemplateExplorer.ComponentEditor-column {
border-left: none;
min-w... | 0.33112 | 0.047802 |
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/index.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.337313 | 0.067762 |
* {
margin: 0;
padding: 0;
font-family: 'cocon-next-arabic';
}
.width-pc {
width: 95%;
}
.width-all {
width: 100%;
}
.height-all {
height: 100%;
}
.margin-rp{
margin: 0 auto;
}
.ca-right {
float: right;
}
.ca-left {
float: left;
}
.border-d {
border: 1px solid #2723a9;
}
.color-... | public/themes/css/style.css | * {
margin: 0;
padding: 0;
font-family: 'cocon-next-arabic';
}
.width-pc {
width: 95%;
}
.width-all {
width: 100%;
}
.height-all {
height: 100%;
}
.margin-rp{
margin: 0 auto;
}
.ca-right {
float: right;
}
.ca-left {
float: left;
}
.border-d {
border: 1px solid #2723a9;
}
.color-... | 0.333829 | 0.080755 |
@import url(http://fonts.googleapis.com/css?family=Lato:300,400);
@-webkit-keyframes pulsate {
0% {
-webkit-transform: scale(0.6, 0.6);
transform: scale(0.6, 0.6);
opacity: 0.0;
}
50% {
opacity: 1.0;
}
100% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
o... | css/style.css | @import url(http://fonts.googleapis.com/css?family=Lato:300,400);
@-webkit-keyframes pulsate {
0% {
-webkit-transform: scale(0.6, 0.6);
transform: scale(0.6, 0.6);
opacity: 0.0;
}
50% {
opacity: 1.0;
}
100% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
o... | 0.391522 | 0.084191 |
*,
*::after,
*::before {
box-sizing: border-box;
}
body {
padding: 0;
margin: 0;
font-family: sans-serif;
text-align: center;
background-color: rgba(34, 60, 80, 1);
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
img {
display: block;
width: 100%;
}
.search-form {
margin-bottom: 10px;
displ... | src/css/styles.css | *,
*::after,
*::before {
box-sizing: border-box;
}
body {
padding: 0;
margin: 0;
font-family: sans-serif;
text-align: center;
background-color: rgba(34, 60, 80, 1);
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
img {
display: block;
width: 100%;
}
.search-form {
margin-bottom: 10px;
displ... | 0.710929 | 0.099426 |
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.eot");
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
url("./Flaticon.woff") format("woff"),
url("./Flaticon.ttf") format("truetype"),
url("./Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: ... | icons/137372-symbol-set/font/flaticon.css | @font-face {
font-family: "Flaticon";
src: url("./Flaticon.eot");
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
url("./Flaticon.woff") format("woff"),
url("./Flaticon.ttf") format("truetype"),
url("./Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: ... | 0.391522 | 0.252891 |
/*------------------------------------------------------------------
[Master Stylesheet]
Project: FLUX
Version: 1.0
Last change: 10/09/2015
Author:
-------------------------------------------------------------------*/
/* ---------------- Table of contents ----------------------
1. Base
2. Loader
3. Header
4. ... | app/assets/stylesheets/style_venue.css | /*------------------------------------------------------------------
[Master Stylesheet]
Project: FLUX
Version: 1.0
Last change: 10/09/2015
Author:
-------------------------------------------------------------------*/
/* ---------------- Table of contents ----------------------
1. Base
2. Loader
3. Header
4. ... | 0.378459 | 0.060032 |
@font-face {
font-family: 'afta_sansitalic';
src: url('fonts/aftasansthin-italic-webfont.eot');
src: url('fonts/aftasansthin-italic-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/aftasansthin-italic-webfont.woff') format('woff'),
url('fonts/aftasansthin-italic-webfont.ttf') format('truetype'... | css/style.css | @font-face {
font-family: 'afta_sansitalic';
src: url('fonts/aftasansthin-italic-webfont.eot');
src: url('fonts/aftasansthin-italic-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/aftasansthin-italic-webfont.woff') format('woff'),
url('fonts/aftasansthin-italic-webfont.ttf') format('truetype'... | 0.266739 | 0.08698 |
form {
display: inline;
}
th{
font-weight: normal;
}
tfoot input {
width: 100%;
padding: 3px;
box-sizing: border-box;
}
#user {
text-decoration: underline;
}
.caption h3 {
margin-top: 0px;
}
.navbar-inverse {
background-color: #005EB8;
border: 0px solid #003087;
}
.navbar-header... | gelweb/gel2mdt/static/gel2mdt/css/custom.css | form {
display: inline;
}
th{
font-weight: normal;
}
tfoot input {
width: 100%;
padding: 3px;
box-sizing: border-box;
}
#user {
text-decoration: underline;
}
.caption h3 {
margin-top: 0px;
}
.navbar-inverse {
background-color: #005EB8;
border: 0px solid #003087;
}
.navbar-header... | 0.469763 | 0.112698 |
@font-face {
font-family: 'IBM Plex Sans';
src: url('IBMPlexSans-Bold.woff2') format('woff2'),
url('IBMPlexSans-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'IBM Plex Mono';
src: url('IBMPlexMono-Medium.woff2') format('woff2'),
u... | public/fonts/loader.css | @font-face {
font-family: 'IBM Plex Sans';
src: url('IBMPlexSans-Bold.woff2') format('woff2'),
url('IBMPlexSans-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'IBM Plex Mono';
src: url('IBMPlexMono-Medium.woff2') format('woff2'),
u... | 0.414188 | 0.056262 |
@font-face {
font-family: 'latoblack';
src: url('../fonts/lato-black-webfont.woff2') format('woff2'),
url('../fonts/lato-black-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'latoblack_italic';
src: url('../fonts/lato-blackitalic... | target/heroku/app/target/classes/public/css/lato.css | @font-face {
font-family: 'latoblack';
src: url('../fonts/lato-black-webfont.woff2') format('woff2'),
url('../fonts/lato-black-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'latoblack_italic';
src: url('../fonts/lato-blackitalic... | 0.15662 | 0.054324 |
.wcvendors-pro-dashboard-wrapper *{}
.wcvendors-pro-dashboard-wrapper {font-size: 15px;line-height: 22px;}
.wcv-grid .wcv_dashboard_overview {background-color: #fff;border: 1px solid #e1e1e1;padding: 20px 2em 20px 0;margin: 10px 0 30px 0 !important;}
.wcv-grid h3{font-size: 19px !important}
.wcv-datepicker-calendar ul{... | wp-content/themes/rehub/css/wcvendor.css | .wcvendors-pro-dashboard-wrapper *{}
.wcvendors-pro-dashboard-wrapper {font-size: 15px;line-height: 22px;}
.wcv-grid .wcv_dashboard_overview {background-color: #fff;border: 1px solid #e1e1e1;padding: 20px 2em 20px 0;margin: 10px 0 30px 0 !important;}
.wcv-grid h3{font-size: 19px !important}
.wcv-datepicker-calendar ul{... | 0.294722 | 0.077797 |
.frame{
background-color:white;
width:100%;
position:relative;
z-index:1;
font-family: ;
padding-bottom:10px;
padding-top:10px;
font-family: 'Open Sans', sans-serif;
font-weight:300;
height:auto;
overflow:auto;
border-bottom:#EAEAEA 1px solid;
padding-bottom:40px;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Open S... | css/index.css | .frame{
background-color:white;
width:100%;
position:relative;
z-index:1;
font-family: ;
padding-bottom:10px;
padding-top:10px;
font-family: 'Open Sans', sans-serif;
font-weight:300;
height:auto;
overflow:auto;
border-bottom:#EAEAEA 1px solid;
padding-bottom:40px;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Open S... | 0.204302 | 0.051845 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/*HEADER*/
.header {
background: rgb(129, 156, 187);
width: 100%;
height: 80px;
position: fixed;
top: 0;
left: 0;
z-index: 1;
}
.heade... | css/izgled.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/*HEADER*/
.header {
background: rgb(129, 156, 187);
width: 100%;
height: 80px;
position: fixed;
top: 0;
left: 0;
z-index: 1;
}
.heade... | 0.325199 | 0.082475 |
.tc-ctl-toc {
overflow: hidden;
z-index: 10004;
}
.tc-ctl-toc-tree {
padding-top: 0;
}
ul.tc-ctl-toc-branch {
list-style-type: none;
/* img/vline.png */
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAKCAIAAAD6sKMdAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxIAAA... | TC/css/control/TOC.css | .tc-ctl-toc {
overflow: hidden;
z-index: 10004;
}
.tc-ctl-toc-tree {
padding-top: 0;
}
ul.tc-ctl-toc-branch {
list-style-type: none;
/* img/vline.png */
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAKCAIAAAD6sKMdAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxIAAA... | 0.341692 | 0.148016 |
@charset "utf-8";
/*
* Title : Pinpoint Booking System WordPress Plugin
* Version : 2.1.1
* File : assets/gui/css/backend-forms.css
* File Version : 1.0.5
* Created / Last Modified : 26 August 2015
* Author : <NAME> Paper
* Copyright ... | booking-system/assets/gui/css/backend-forms.css | @charset "utf-8";
/*
* Title : Pinpoint Booking System WordPress Plugin
* Version : 2.1.1
* File : assets/gui/css/backend-forms.css
* File Version : 1.0.5
* Created / Last Modified : 26 August 2015
* Author : <NAME> Paper
* Copyright ... | 0.444324 | 0.139602 |
margin: 350px auto;
width: 60%;
position:relative;
background: #F9AF86;
padding: 10px;
min-height: 50vw;
}
#container h1 {
font-family: "libre Baskerville";
font-size: 2vw;
margin: 20px auto;
width: 100%;
padding: 5px;
border-bottom: 2px solid black;
}
.content-box {
background-color: light... | css/Profile.css | margin: 350px auto;
width: 60%;
position:relative;
background: #F9AF86;
padding: 10px;
min-height: 50vw;
}
#container h1 {
font-family: "libre Baskerville";
font-size: 2vw;
margin: 20px auto;
width: 100%;
padding: 5px;
border-bottom: 2px solid black;
}
.content-box {
background-color: light... | 0.394901 | 0.070656 |
header{
width: 100%;
height: 800px;
background-image: url("../img/images/theme-preview/presentation-bg.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
header:before {
content: '';
position: absolute;
top: 0;
right: 0;
... | public/theme/css/intro.css | header{
width: 100%;
height: 800px;
background-image: url("../img/images/theme-preview/presentation-bg.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
header:before {
content: '';
position: absolute;
top: 0;
right: 0;
... | 0.439747 | 0.065217 |
body {margin:0px; text-align: center; width: 100%; font-family: Oswald;}
p {font-size: 22px; font-family: Open Sans; font-weight: 100;}
h1 {margin-top:0; margin-bottom: 0; font-family: Poppins;}
.topnav {position: fixed; right: 0;}
/*topnav links */
.topnav a { float: left;display: block;color: #f2f2f2;text-align: cent... | style.css | body {margin:0px; text-align: center; width: 100%; font-family: Oswald;}
p {font-size: 22px; font-family: Open Sans; font-weight: 100;}
h1 {margin-top:0; margin-bottom: 0; font-family: Poppins;}
.topnav {position: fixed; right: 0;}
/*topnav links */
.topnav a { float: left;display: block;color: #f2f2f2;text-align: cent... | 0.334155 | 0.134378 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* Danh cho pc*/
.main {
width:100%;
padding-top:140px;
margin:auto;
background-color: #f3f3f3;
text-align:center;
}
.tieude{
position: fixed;
width:100%;
height:140px;
background-color:black;
top:0px;
z-index: 100;
float:left;
}
.tieude .mid .bg-... | resources/css/nguoidung/css.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* Danh cho pc*/
.main {
width:100%;
padding-top:140px;
margin:auto;
background-color: #f3f3f3;
text-align:center;
}
.tieude{
position: fixed;
width:100%;
height:140px;
background-color:black;
top:0px;
z-index: 100;
float:left;
}
.tieude .mid .bg-... | 0.345878 | 0.047736 |
ul.inline:after,
.a-citynav:after,
.a-city-it:after{
clear: both;
display: block;
height: 0;
visibility: hidden;
content: "\20";
}
ul.inline,
.a-citynav,
.a-city-it {
zoom:1;
}
ul.inline,
.auto * {
margin: 0;
padding: 0;
}
.auto {
font: 12px/22px \5b8b\4f53,tahoma,Geneva,sans-serif... | docs/assets/less/auto.css | ul.inline:after,
.a-citynav:after,
.a-city-it:after{
clear: both;
display: block;
height: 0;
visibility: hidden;
content: "\20";
}
ul.inline,
.a-citynav,
.a-city-it {
zoom:1;
}
ul.inline,
.auto * {
margin: 0;
padding: 0;
}
.auto {
font: 12px/22px \5b8b\4f53,tahoma,Geneva,sans-serif... | 0.53607 | 0.219965 |
BuddyPress Buttons/Forms
--------------------------------------------------------------*/
.gp-theme #buddypress .dir-search input[type=search],
.gp-theme #buddypress .dir-search input[type=text],
.gp-theme #buddypress .groups-members-search input[type=search],
.gp-theme #buddypress .groups-members-search input[type=te... | h.css | BuddyPress Buttons/Forms
--------------------------------------------------------------*/
.gp-theme #buddypress .dir-search input[type=search],
.gp-theme #buddypress .dir-search input[type=text],
.gp-theme #buddypress .groups-members-search input[type=search],
.gp-theme #buddypress .groups-members-search input[type=te... | 0.207536 | 0.077657 |
.ipapikas-section-portfolio.container {
text-align: center;
display: table-cell;
vertical-align: middle; }
.ipapikas-section-portfolio .project-item {
margin: 10px 0;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: auto;
float: left;
wi... | public/assets/me/css/portfolio.css | .ipapikas-section-portfolio.container {
text-align: center;
display: table-cell;
vertical-align: middle; }
.ipapikas-section-portfolio .project-item {
margin: 10px 0;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: auto;
float: left;
wi... | 0.301465 | 0.15034 |
*{
box-sizing: border-box;
}
/* The dots/bullets/indicators */
.dotElement {
height: 10px;
width: 10px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active {
background-color: #717171;
}
/* #ournav{
... | CSS/discover-pacages.css | *{
box-sizing: border-box;
}
/* The dots/bullets/indicators */
.dotElement {
height: 10px;
width: 10px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active {
background-color: #717171;
}
/* #ournav{
... | 0.314156 | 0.063657 |
.main{
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
background: url(../images/background1.jpg) no-repeat;
/*background-repeat: no-repeat;*/
background-size: 100% 100%;
}
.main-user{
width: 100%;
height: 2.3rem;
position: absolute;
}
.main-user > .user-container{
height: 100%;
font-size: .8rem;... | src/css/main.css | .main{
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
background: url(../images/background1.jpg) no-repeat;
/*background-repeat: no-repeat;*/
background-size: 100% 100%;
}
.main-user{
width: 100%;
height: 2.3rem;
position: absolute;
}
.main-user > .user-container{
height: 100%;
font-size: .8rem;... | 0.26341 | 0.058534 |
:root {
--main-color: rgba(26, 188, 156, 1);
}
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
body {
font-family: "Roboto", "Open Sans", "Arial", sans-serif;
font-size: 14px;
line-height: 26px;
letter-spacing: -0.02em;
color: #555252;
}
img {
display: block;
max... | html-css/module-05/css/styles.css | :root {
--main-color: rgba(26, 188, 156, 1);
}
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
body {
font-family: "Roboto", "Open Sans", "Arial", sans-serif;
font-size: 14px;
line-height: 26px;
letter-spacing: -0.02em;
color: #555252;
}
img {
display: block;
max... | 0.514888 | 0.111822 |
@custom-selector :--focus-field :focus, .has-focus;
@custom-selector :--invalid-field :focus:invalid, :focus.is-invalid, :invalid, .is-invalid;
:root {
--field-font-size: 16px;
--field-font-size--dense: 13px;
--field-min-height: 33px;
--field-placeholder: {
color: var(--grey-200);
text-fill-color: ini... | src/components/field.css | @custom-selector :--focus-field :focus, .has-focus;
@custom-selector :--invalid-field :focus:invalid, :focus.is-invalid, :invalid, .is-invalid;
:root {
--field-font-size: 16px;
--field-font-size--dense: 13px;
--field-min-height: 33px;
--field-placeholder: {
color: var(--grey-200);
text-fill-color: ini... | 0.465145 | 0.105119 |
.carousel-item {
height: 65vh;
min-height: 350px;
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
*:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
... | style.css | .carousel-item {
height: 65vh;
min-height: 350px;
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
*:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
... | 0.461502 | 0.054399 |
*{
box-sizing: border-box;
}
#backcolor{
background: #83a4d4; /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #b6fbff, #83a4d4); /* Chrome 10-25, Safari 5.1-6 */
background: rgb(213,51,105);
background: linear-gradient(330deg, rgba(213,51,105,1) 0%, rgba(255,188,47,1) 100%);
... | views/css/style.css | *{
box-sizing: border-box;
}
#backcolor{
background: #83a4d4; /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #b6fbff, #83a4d4); /* Chrome 10-25, Safari 5.1-6 */
background: rgb(213,51,105);
background: linear-gradient(330deg, rgba(213,51,105,1) 0%, rgba(255,188,47,1) 100%);
... | 0.39129 | 0.077588 |
left: auto;
top: 56px;
right: 7px;
height: 33px;
position: absolute;
background-color: #fff;
border: 1px solid #ccc;
padding: 4px;
opacity: 0.9;
border-radius: 4px;
display: table;
z-index: 2;
}
#sc-basemap-main-container:hover {
opacity: 1;
}
#sc-basemap-imagery-slider-container .rc-slider-mark {
top: -2... | src/map/BasemapSwitcher.css | left: auto;
top: 56px;
right: 7px;
height: 33px;
position: absolute;
background-color: #fff;
border: 1px solid #ccc;
padding: 4px;
opacity: 0.9;
border-radius: 4px;
display: table;
z-index: 2;
}
#sc-basemap-main-container:hover {
opacity: 1;
}
#sc-basemap-imagery-slider-container .rc-slider-mark {
top: -2... | 0.318061 | 0.067824 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;900&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
}
header {
z-index: 999;
position: absolute;
top: 0;
left: 0;
width: 100%;
display: flex;
justify-cont... | hyf2/style.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;900&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
}
header {
z-index: 999;
position: absolute;
top: 0;
left: 0;
width: 100%;
display: flex;
justify-cont... | 0.441914 | 0.055592 |
*{margin:0;padding:0;font-size:12px}
html,body{height:100%}
ul,ol{margin:0}
.head{width:100%;height:10vh;background-color:#0e172f;box-shadow:0px 4px 22px #b1cee8}
.head .head_logo{display:inline-flex;width:200px;height:72px;margin-left:10%}
.head .head_logo img{line-height:72px;margin-left:20px;width:141px;height:... | static/css/login.css | *{margin:0;padding:0;font-size:12px}
html,body{height:100%}
ul,ol{margin:0}
.head{width:100%;height:10vh;background-color:#0e172f;box-shadow:0px 4px 22px #b1cee8}
.head .head_logo{display:inline-flex;width:200px;height:72px;margin-left:10%}
.head .head_logo img{line-height:72px;margin-left:20px;width:141px;height:... | 0.326486 | 0.050776 |
.FilesList,
.Empty {
width: 100%;
height: 100%;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.FilesList li {
display: flex;
align-items: center;
box-sizing: border-box;
opacity: 0.7;
color: #2f96ba;
font-size: 14px;
font-weig... | app/components/PagesSections/FilesList/FilesTable/FilesTable.css | .FilesList,
.Empty {
width: 100%;
height: 100%;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.FilesList li {
display: flex;
align-items: center;
box-sizing: border-box;
opacity: 0.7;
color: #2f96ba;
font-size: 14px;
font-weig... | 0.521471 | 0.091748 |