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: BlackoutMidnight;
src: url(BO-Midnight.ttf);
}
@font-face {
font-family: Blackout2AM;
src: url(BO-2am.ttf);
}
html,
body {
height: 100%;
color: #D0D0CE;
margin:0;
padding: 0;
}
body{
background-color: black;
}
.zoom{
position: fixed;
top: 50%;
transform: translateY(-50... | style.css | @font-face {
font-family: BlackoutMidnight;
src: url(BO-Midnight.ttf);
}
@font-face {
font-family: Blackout2AM;
src: url(BO-2am.ttf);
}
html,
body {
height: 100%;
color: #D0D0CE;
margin:0;
padding: 0;
}
body{
background-color: black;
}
.zoom{
position: fixed;
top: 50%;
transform: translateY(-50... | 0.309754 | 0.087447 |
* {
box-sizing: border-box;
}
body {
font-family: 'Roboto', sans-serif;
font-size: 20px;
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 800;
margin: 0;
}
h1 {
font-size: 60px;
line-height: 1.3;
text-transform: uppercase;
color: #ffffff;
}
h2 {
... | css/index.css | * {
box-sizing: border-box;
}
body {
font-family: 'Roboto', sans-serif;
font-size: 20px;
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 800;
margin: 0;
}
h1 {
font-size: 60px;
line-height: 1.3;
text-transform: uppercase;
color: #ffffff;
}
h2 {
... | 0.289171 | 0.093927 |
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,500&display=swap');
/*
CSS RESET
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blo... | style.css | @import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,500&display=swap');
/*
CSS RESET
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blo... | 0.374791 | 0.071074 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html,body {
height: 100%;
margin: 0;
}
* {
font-family: 'Roboto', sans-serif;
}
.main {
min-height: 90%;
}
.branding-area {
padding: 20px... | themes/opencs/assets/css/main.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html,body {
height: 100%;
margin: 0;
}
* {
font-family: 'Roboto', sans-serif;
}
.main {
min-height: 90%;
}
.branding-area {
padding: 20px... | 0.561215 | 0.102754 |
.CardAudio {
max-width: 400px;
height: 3em;
vertical-align: top;
margin-right: 1em;
margin-top: 1em;
font-size: 1rem;
border-radius: 1.5em;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 1.5em;
user-select: none;
-webkit-user-select: none;
background-color: var(--green);
... | src/components/cards/CardAudio.css | .CardAudio {
max-width: 400px;
height: 3em;
vertical-align: top;
margin-right: 1em;
margin-top: 1em;
font-size: 1rem;
border-radius: 1.5em;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 1.5em;
user-select: none;
-webkit-user-select: none;
background-color: var(--green);
... | 0.442877 | 0.063424 |
body {
color: #333;
font-size: 16px;
font-family: Manrope, sans-serif;
font-weight: 500;
line-height: 1.6;
letter-spacing: 0px;
}
a {
text-decoration: none;
}
.text-success {
color: #00cd56 !important;
}
.primary-btn {
display: inline-block;
min-width: 170px;
text-align: center;
background:... | public/css/app.css | body {
color: #333;
font-size: 16px;
font-family: Manrope, sans-serif;
font-weight: 500;
line-height: 1.6;
letter-spacing: 0px;
}
a {
text-decoration: none;
}
.text-success {
color: #00cd56 !important;
}
.primary-btn {
display: inline-block;
min-width: 170px;
text-align: center;
background:... | 0.268078 | 0.060529 |
* {
margin: 0px;
padding: 0px;
}
html {
font-size: 16px;
}
img {
max-width: 100%;
display: block;
}
a {
text-decoration: none ;
color: inherit;
}
ul {
list-style: none;
}
input,
select,
button,
textarea {
outline: none;
border: none;
}
button {
cursor: pointer;
-webkit-transition: all 0.4s;
tr... | public/css/public.css | * {
margin: 0px;
padding: 0px;
}
html {
font-size: 16px;
}
img {
max-width: 100%;
display: block;
}
a {
text-decoration: none ;
color: inherit;
}
ul {
list-style: none;
}
input,
select,
button,
textarea {
outline: none;
border: none;
}
button {
cursor: pointer;
-webkit-transition: all 0.4s;
tr... | 0.334916 | 0.065425 |
.contact-form {
grid-column: center-start / center-end;
width: 100%;
}
@media only screen and (max-width: 768px) {
.contact-form {
grid-column: full-start / full-end;
padding: 0 2rem;
}
}
.contact-form__banner {
display: grid;
grid-template-rows: repeat(3, 6rem);
margin-top: 2rem;
border-radius: 1rem;
ba... | frontend/public/styles/Components/Form/ContactForm.css | .contact-form {
grid-column: center-start / center-end;
width: 100%;
}
@media only screen and (max-width: 768px) {
.contact-form {
grid-column: full-start / full-end;
padding: 0 2rem;
}
}
.contact-form__banner {
display: grid;
grid-template-rows: repeat(3, 6rem);
margin-top: 2rem;
border-radius: 1rem;
ba... | 0.440229 | 0.089455 |
html, body{
height: 100%;
width: 100%;
}
body {
/*text-align: center;*/
background-color: #floralwhite;
margin:0px;
color: #E8FFFD;
font-family: 'VWHeadlineOTSemibold';
font-style: normal;
font-weight: 300;
letter-spacing:0.2px;
line-height: 0.7;
font-size: 7px;
font-size: 0.7rem;
color: #... | css/styles.css | html, body{
height: 100%;
width: 100%;
}
body {
/*text-align: center;*/
background-color: #floralwhite;
margin:0px;
color: #E8FFFD;
font-family: 'VWHeadlineOTSemibold';
font-style: normal;
font-weight: 300;
letter-spacing:0.2px;
line-height: 0.7;
font-size: 7px;
font-size: 0.7rem;
color: #... | 0.267791 | 0.040181 |
BREAKPOINT SETTINGS
=================================================== */
/* ---------------------------------------------------
Transitions
--------------------------------------------------- */
/**
* Colors
*/
/**
* Typography
*/
/**
* Radius
*/
/**
* Link
*/
/**
* Animation
*/
/**
* Shadow
*/
/**
* Sec... | dist/collection/components/dropdown-option/dropdown-option.css | BREAKPOINT SETTINGS
=================================================== */
/* ---------------------------------------------------
Transitions
--------------------------------------------------- */
/**
* Colors
*/
/**
* Typography
*/
/**
* Radius
*/
/**
* Link
*/
/**
* Animation
*/
/**
* Shadow
*/
/**
* Sec... | 0.472927 | 0.05328 |
.navbar {
display: none;
align-items: center;
font-size: 16px;
font-weight: bold;
font-family: 'Open Sans', sans-serif;
position: relative;
padding: 40px;
}
.navbar_pp-twitter-inner {
width: 90px;
border-radius: 50%;
margin-left: 40px;
position: relative;
margin: 5px 0px 0px 5px;... | stylesheets/navbar.css |
.navbar {
display: none;
align-items: center;
font-size: 16px;
font-weight: bold;
font-family: 'Open Sans', sans-serif;
position: relative;
padding: 40px;
}
.navbar_pp-twitter-inner {
width: 90px;
border-radius: 50%;
margin-left: 40px;
position: relative;
margin: 5px 0px 0px 5px;... | 0.391871 | 0.08141 |
*{margin:0;padding:0;font-family:"楷体";}
html{height: 100%;width: 100%}
body{width: 100%;height: 100%; }
a{display:block;text-decoration:none;}
ul li{list-style:none;}
em{font-style:normal;}
button{display:block;}
input{display: block}
p{display: block}
.clearfix {
*zoom:1;
}
.clearfix:after{
content: "";
di... | public/static/style.css | *{margin:0;padding:0;font-family:"楷体";}
html{height: 100%;width: 100%}
body{width: 100%;height: 100%; }
a{display:block;text-decoration:none;}
ul li{list-style:none;}
em{font-style:normal;}
button{display:block;}
input{display: block}
p{display: block}
.clearfix {
*zoom:1;
}
.clearfix:after{
content: "";
di... | 0.468547 | 0.085901 |
body {
overflow-y: scroll;
font-size: var(--f-size);
line-height: var(--f-line-height);
font-family: var(--f-family);
color: var(--c-text);
background-color: var(--c-background);
}
/*
* VERTICAL RHYTHM
*/
/*
1: Set `margin-bottom` to maintain vertical rhythm.
*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,... | src/css/elements.base.css | body {
overflow-y: scroll;
font-size: var(--f-size);
line-height: var(--f-line-height);
font-family: var(--f-family);
color: var(--c-text);
background-color: var(--c-background);
}
/*
* VERTICAL RHYTHM
*/
/*
1: Set `margin-bottom` to maintain vertical rhythm.
*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,... | 0.506347 | 0.117395 |
.hot{height: 150px; font-size: 14px; }
.hot a{color:#0f0f0f;}
.hot-img img{ padding-top:13px; }
.rx{width: 1200px;}
/*作者开始*/
/*-- team --*/
.team {
overflow: hidden;
padding: 60px 0px;
}
.agile_team_grid {
text-align: center;
position: relative;
padding-bottom: 4em;
}
.agile_team_grid h4 {
f... | public/home/css/index.css | .hot{height: 150px; font-size: 14px; }
.hot a{color:#0f0f0f;}
.hot-img img{ padding-top:13px; }
.rx{width: 1200px;}
/*作者开始*/
/*-- team --*/
.team {
overflow: hidden;
padding: 60px 0px;
}
.agile_team_grid {
text-align: center;
position: relative;
padding-bottom: 4em;
}
.agile_team_grid h4 {
f... | 0.297266 | 0.07393 |
@import url('https://fonts.googleapis.com/css2?family=Tourney:ital,wght@1,100&display=swap');
/* hover flip specials */
.mtk8, .mtk9, .mtk3, .mtk6, .mtk7, .mtk10 {
display: inline-block;
transition: .4s transform;
/* transform: rotateX(0); */
}
.mtk8:hover, .mtk9:hover, .mtk3:hover, .mtk6:hover, ... | epic-80s-transitions.css | @import url('https://fonts.googleapis.com/css2?family=Tourney:ital,wght@1,100&display=swap');
/* hover flip specials */
.mtk8, .mtk9, .mtk3, .mtk6, .mtk7, .mtk10 {
display: inline-block;
transition: .4s transform;
/* transform: rotateX(0); */
}
.mtk8:hover, .mtk9:hover, .mtk3:hover, .mtk6:hover, ... | 0.459561 | 0.107719 |
@font-face {
font-family: myFirstFont;
src: url('../fonts/PALSCRI.TTF');
}
@font-face {
font-family: myFirstFont;
src: url('../fonts/PALSCRI.TTF');
font-weight: bold;
}
/* .site-navbar .site-logo
{
font-family: myFirstFont !important;
} */
.logo
{
width: 40%;
}
.btn-primary
{
back... | asset/css/custom.css | @font-face {
font-family: myFirstFont;
src: url('../fonts/PALSCRI.TTF');
}
@font-face {
font-family: myFirstFont;
src: url('../fonts/PALSCRI.TTF');
font-weight: bold;
}
/* .site-navbar .site-logo
{
font-family: myFirstFont !important;
} */
.logo
{
width: 40%;
}
.btn-primary
{
back... | 0.257018 | 0.099514 |
body{width: 10.00rem;background-color: #fff;position: absolute;overflow-x:hidden;color: #000;font-family: "微软雅黑";}
form{background-color: #fff;border-radius:5px;width: 9.5rem;margin: 0 auto;overflow-x: hidden;}
header{margin-bottom: 15px;background-color: #ff3366;width: 10rem;height: auto;}
header img{width: 100%;displ... | public/css/style.css | body{width: 10.00rem;background-color: #fff;position: absolute;overflow-x:hidden;color: #000;font-family: "微软雅黑";}
form{background-color: #fff;border-radius:5px;width: 9.5rem;margin: 0 auto;overflow-x: hidden;}
header{margin-bottom: 15px;background-color: #ff3366;width: 10rem;height: auto;}
header img{width: 100%;displ... | 0.375592 | 0.049154 |
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
background: #1E1E1E;
}
.App {
height: 100%;
text-align: center;
font-family: 'Ubuntu Mono', monospace;
background-color: #1E1E1E;
}
#blah {
color: white;
}
#Logo {
position: absol... | src/App.css | @import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
background: #1E1E1E;
}
.App {
height: 100%;
text-align: center;
font-family: 'Ubuntu Mono', monospace;
background-color: #1E1E1E;
}
#blah {
color: white;
}
#Logo {
position: absol... | 0.392919 | 0.0584 |
div.title-area {
margin: auto auto;
width: 170px;
}
div.title-area h1 {
text-align: center;
}
h1.logo {
font-size: 29px;
width: 139px;
margin: 0 0 0px;
text-align: center;
background-color: #fff;
}
h1.site-title a {
color: #333;
text-decoration: none;
border-bottom: none;
}
span.custom-title {
font-famil... | css/sample.css | div.title-area {
margin: auto auto;
width: 170px;
}
div.title-area h1 {
text-align: center;
}
h1.logo {
font-size: 29px;
width: 139px;
margin: 0 0 0px;
text-align: center;
background-color: #fff;
}
h1.site-title a {
color: #333;
text-decoration: none;
border-bottom: none;
}
span.custom-title {
font-famil... | 0.162115 | 0.077413 |
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Proza+Libre:wght@700&display=swap");
html {
scroll-behavior: smooth;
}
html,
body {
height: 100%;
}
:root {
--spacing-1: 8px;
--spacing-2: 12px;
--spacing-3: 16px;
--spacing-4: 24px;
--border-radius: 12px;
--f... | style.css | @import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Proza+Libre:wght@700&display=swap");
html {
scroll-behavior: smooth;
}
html,
body {
height: 100%;
}
:root {
--spacing-1: 8px;
--spacing-2: 12px;
--spacing-3: 16px;
--spacing-4: 24px;
--border-radius: 12px;
--f... | 0.348534 | 0.07603 |
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.home-area {
padding: 250px 0 200px;
}
.domain-price li span {
padding-left: 2px;
}
.domain-price li del {
padding-left: 4px;
}
.domain-price li {
padding: 0 4px;
}
.specl-offer-cont {... | public/static/index/css/responsive.css | @media only screen and (min-width: 992px) and (max-width: 1200px) {
.home-area {
padding: 250px 0 200px;
}
.domain-price li span {
padding-left: 2px;
}
.domain-price li del {
padding-left: 4px;
}
.domain-price li {
padding: 0 4px;
}
.specl-offer-cont {... | 0.391173 | 0.168309 |
:root {
--vermelho:#E50914;
--preta:#141414;
}
/*O Comando abaixo reseta o CSS*/
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/*elemento base*/
body{
background: var(--preta);
font-family: 'Arial', Times, serif;
color: white;
}
header .container{
display: flex;
flex-... | style/main.css |
:root {
--vermelho:#E50914;
--preta:#141414;
}
/*O Comando abaixo reseta o CSS*/
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/*elemento base*/
body{
background: var(--preta);
font-family: 'Arial', Times, serif;
color: white;
}
header .container{
display: flex;
flex-... | 0.428712 | 0.10226 |
@media screen and (max-width: 1200px) {
body {
font-size: 18px;
}
.work-header h2 {
height: 110vh;
}
/* Small tablet to big tablet: from 768px to 1023px */
@media screen and (max-width: 1023px) {
body {
font-size: 16px;
}
section {
padding: 40px 0;
}
nav ul li {
display: block;
... | assets/css/media-queries.css | @media screen and (max-width: 1200px) {
body {
font-size: 18px;
}
.work-header h2 {
height: 110vh;
}
/* Small tablet to big tablet: from 768px to 1023px */
@media screen and (max-width: 1023px) {
body {
font-size: 16px;
}
section {
padding: 40px 0;
}
nav ul li {
display: block;
... | 0.288469 | 0.095097 |
@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");
.panel-danger > .panel-heading {
color: #000000;
background-color: #ffffff;
border-color: #cccccc;
}
.panel-danger {
color: #000000;
background-color: #ffffff;
border-color: #cccccc;
}
.panel-pricing {
-... | css/custom.css | @import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");
.panel-danger > .panel-heading {
color: #000000;
background-color: #ffffff;
border-color: #cccccc;
}
.panel-danger {
color: #000000;
background-color: #ffffff;
border-color: #cccccc;
}
.panel-pricing {
-... | 0.355104 | 0.08318 |
a {
color:#000000;
text-decoration: none;
}
a:visited {
color:#000000;
text-decoration: none;
}
a:active {
color:#000000;
text-decoration: none;
}
a:hover {
color:#000000;
text-decoration: underline;
}
a.green {
color:#006600;
text-decoration: none;
}
a.green:visited {
... | PEAR/data/PEAR_Frontend_Web/data/style.css | a {
color:#000000;
text-decoration: none;
}
a:visited {
color:#000000;
text-decoration: none;
}
a:active {
color:#000000;
text-decoration: none;
}
a:hover {
color:#000000;
text-decoration: underline;
}
a.green {
color:#006600;
text-decoration: none;
}
a.green:visited {
... | 0.373647 | 0.159054 |
a:link, a:visited, a:hover, a:active { font-size:9pt; font-family:"돋움";color:#000000; text-decoration:none; }
body { margin-left:23px; margin-right:0px; margin-top:17px; margin-bottom:0px;}
*/
td {font-family: "돋움"; font-size: 9pt; color:#595959; font-weight:normal;}
th {font-family: "돋움"; font-size: 9pt; color:... | lab104-common-component-tutor/src/main/webapp/css/egovframework/com/com.css | a:link, a:visited, a:hover, a:active { font-size:9pt; font-family:"돋움";color:#000000; text-decoration:none; }
body { margin-left:23px; margin-right:0px; margin-top:17px; margin-bottom:0px;}
*/
td {font-family: "돋움"; font-size: 9pt; color:#595959; font-weight:normal;}
th {font-family: "돋움"; font-size: 9pt; color:... | 0.326164 | 0.167423 |
body {
background-color: #000000;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 800'%3E%3Cg %3E%3Ccircle fill='%23000000' cx='400' cy='400' r='600'/%3E%3Ccircle fill='%23180d1c' cx='400' cy='400' r='500'/%3E%3Ccircle fill='%232614... | docs/css/mobile-dark.css | body {
background-color: #000000;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 800'%3E%3Cg %3E%3Ccircle fill='%23000000' cx='400' cy='400' r='600'/%3E%3Ccircle fill='%23180d1c' cx='400' cy='400' r='500'/%3E%3Ccircle fill='%232614... | 0.37777 | 0.086864 |
@media (max-width: 768px){
.container-profile-edit{
flex-direction: column;
}
.container-profile-info{
margin-bottom: 30px;
}
.password-profile{
margin: 0 auto;
}
}
.btn-danger:hover{
background-color:#d4392e!important;
border-color:#d4392e!important;
}
.con... | public/css/app.css | @media (max-width: 768px){
.container-profile-edit{
flex-direction: column;
}
.container-profile-info{
margin-bottom: 30px;
}
.password-profile{
margin: 0 auto;
}
}
.btn-danger:hover{
background-color:#d4392e!important;
border-color:#d4392e!important;
}
.con... | 0.361841 | 0.070081 |
.container {
font-family: sans-serif;
color: #666;
background-color: #ccc;
width: 100%;
display: grid;
grid-template-columns: 10px 340px 10px auto 10px;
grid-template-rows: 10px 30px 10px 250px 10px 20px 10px;
}
.filter {
grid-column: 2 / 3;
grid-row: 2 / 3;
position: relative;
line-height: 30px;... | docs/dist/tutorial-assets/style.css | .container {
font-family: sans-serif;
color: #666;
background-color: #ccc;
width: 100%;
display: grid;
grid-template-columns: 10px 340px 10px auto 10px;
grid-template-rows: 10px 30px 10px 250px 10px 20px 10px;
}
.filter {
grid-column: 2 / 3;
grid-row: 2 / 3;
position: relative;
line-height: 30px;... | 0.513181 | 0.114715 |
body
{
margin: 0;
padding: 0;
}
.main-header {
background-color: #a2c0f7;
height: 400px;
}
.inner-box {
padding: 65px;
margin: 5px;
width: 80%;
position: relative;
margin-left: 5%;
top: 5%;
height: 167px;
box-shadow: 0 12px 16px 0 rgba(113,24,245,0.24), 0 17px 50px 0 rgba... | css/shopping.css | body
{
margin: 0;
padding: 0;
}
.main-header {
background-color: #a2c0f7;
height: 400px;
}
.inner-box {
padding: 65px;
margin: 5px;
width: 80%;
position: relative;
margin-left: 5%;
top: 5%;
height: 167px;
box-shadow: 0 12px 16px 0 rgba(113,24,245,0.24), 0 17px 50px 0 rgba... | 0.55447 | 0.087019 |
*{
font-family: open sans, arial;
margin: 0px;
padding: 0px;
}
.range_freecodecamp{
background-color: #00631c;
text-align: center;
font-weight: 100;
color: #fff;
padding: 5px 0px;
font-size: 11pt;
}
.range_freecodecamp img{
vertical-align: middle;
display: inline-block;
}
.text_freecodecamp{
vertical-alig... | style.css | *{
font-family: open sans, arial;
margin: 0px;
padding: 0px;
}
.range_freecodecamp{
background-color: #00631c;
text-align: center;
font-weight: 100;
color: #fff;
padding: 5px 0px;
font-size: 11pt;
}
.range_freecodecamp img{
vertical-align: middle;
display: inline-block;
}
.text_freecodecamp{
vertical-alig... | 0.268845 | 0.059674 |
body {
background-color: #2b2f3e;
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
color: #333;
font-size: 14px;
line-height: 20px;
}
.sec-a-top-bar {
display: inline-block;
}
.top-nav-bar {
z-index: 1002;
display: block;
height: 60px;
background-color: #2b2f3e;
text-align: center;
}... | src/assets/css/goodad.webflow.min.css | body {
background-color: #2b2f3e;
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
color: #333;
font-size: 14px;
line-height: 20px;
}
.sec-a-top-bar {
display: inline-block;
}
.top-nav-bar {
z-index: 1002;
display: block;
height: 60px;
background-color: #2b2f3e;
text-align: center;
}... | 0.392686 | 0.09645 |
html, body {
height: 100vh;
}
.container-fluid {
margin-left: 15%;
width: 85%;
background: #f1f3f6;
padding: 1px 0 0 0;
flex: 1 0 auto;
}
.container {
margin: 0;
max-width: 98%;
margin: 1%;
background-color: #ffffff;
border-radius: 5px;
}
.user_options button {
max-width:... | css/home.css | html, body {
height: 100vh;
}
.container-fluid {
margin-left: 15%;
width: 85%;
background: #f1f3f6;
padding: 1px 0 0 0;
flex: 1 0 auto;
}
.container {
margin: 0;
max-width: 98%;
margin: 1%;
background-color: #ffffff;
border-radius: 5px;
}
.user_options button {
max-width:... | 0.337968 | 0.068102 |
@import url(https://allfont.net/allfont.css?fonts=star-jedi);
:root {
font-size: calc(10pt + 1vw);
}
.hidden {
overflow: hidden;
height: 0;
width: 0;
margin: 0rem;
}
.hiddenAll {
display: none;
}
body {
--squareSide: calc(50px + 5vw);
background-color: black;
color: yellow;
t... | style.css | @import url(https://allfont.net/allfont.css?fonts=star-jedi);
:root {
font-size: calc(10pt + 1vw);
}
.hidden {
overflow: hidden;
height: 0;
width: 0;
margin: 0rem;
}
.hiddenAll {
display: none;
}
body {
--squareSide: calc(50px + 5vw);
background-color: black;
color: yellow;
t... | 0.453746 | 0.142172 |
@import url('https://fonts.googleapis.com/css?family=PT+Sans');
@import url('https://fonts.googleapis.com/css?family=PT+Sans|Slabo+27px');
*,
*:before,
*:after{
padding: 0;
margin:0;
border:0;
outline:0;
box-sizing: border-box;
}
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body ... | src/layouts/index.css | @import url('https://fonts.googleapis.com/css?family=PT+Sans');
@import url('https://fonts.googleapis.com/css?family=PT+Sans|Slabo+27px');
*,
*:before,
*:after{
padding: 0;
margin:0;
border:0;
outline:0;
box-sizing: border-box;
}
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body ... | 0.369543 | 0.085175 |
/*------------own-styles.scss mixins start -------------*/
/*------------------app.min.scss mixins end---------------------------*/
/*-----------own-styles.scss mixins end -----------------*/
/*----------------animate.min.scss mixin start -----------*/
/*----------------animate.min.scss mixin End -----------*/
... | app/onBoarding/business-details/business-details.component.css | /*------------own-styles.scss mixins start -------------*/
/*------------------app.min.scss mixins end---------------------------*/
/*-----------own-styles.scss mixins end -----------------*/
/*----------------animate.min.scss mixin start -----------*/
/*----------------animate.min.scss mixin End -----------*/
... | 0.334155 | 0.094971 |
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100&family=Noto+Sans:wght@700&display=swap");
.profile-info{
margin-bottom: 25px;
}
.profile-img {
width: 80%;
max-width: 350px;
border-radius: 50%;
margin-top: 10px;
}
.profile-img-section{
position: relative;
}
... | css/profile.css | @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100&family=Noto+Sans:wght@700&display=swap");
.profile-info{
margin-bottom: 25px;
}
.profile-img {
width: 80%;
max-width: 350px;
border-radius: 50%;
margin-top: 10px;
}
.profile-img-section{
position: relative;
}
... | 0.385953 | 0.076615 |
#banner,section,#movies,#Customer,#footer{
width:1230px;margin:0 auto;
}
html{background:#F5F5F5;}
body{font:14px "microsoft yahei",Arial,Helvetica,sans-serif;
color:#333;margin:0;padding:0;}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{margin:0;padding:0;border:0;list-style:none;}
input{outline:none;}/*清除点击时的边框*/
a{color:#333;... | src/css/index.css | #banner,section,#movies,#Customer,#footer{
width:1230px;margin:0 auto;
}
html{background:#F5F5F5;}
body{font:14px "microsoft yahei",Arial,Helvetica,sans-serif;
color:#333;margin:0;padding:0;}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{margin:0;padding:0;border:0;list-style:none;}
input{outline:none;}/*清除点击时的边框*/
a{color:#333;... | 0.286169 | 0.116814 |
body {
background: #94bbc9;
margin: 0px;
padding: 0px;
}
.content {
height: 85vh;
width: 100vw;
}
.swing {
transition: all 0.1s ease;
}
@-webkit-keyframes swing {
15% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
30% {
-webkit-transform: translateY(-10px);
tran... | HTML+CSS+JS/Footer/Bouncing-Animation/style.css | body {
background: #94bbc9;
margin: 0px;
padding: 0px;
}
.content {
height: 85vh;
width: 100vw;
}
.swing {
transition: all 0.1s ease;
}
@-webkit-keyframes swing {
15% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
30% {
-webkit-transform: translateY(-10px);
tran... | 0.38827 | 0.096195 |
*{
outline: none !important;
}
.mlt{
margin-top: 6px;
}
.maintop{
width:200px;
height: 250px;
background:#ebedee;
}
.talkimg{
padding: 36px 40px;
width:200px;
height: 200px;
border-radius:50%
}
.text14{
font-size: 14px;
color: #545454;
text-align: center;
}
.mtl1{
position: absolute;
margin-top: -20px... | public/static/css/web-details.css | *{
outline: none !important;
}
.mlt{
margin-top: 6px;
}
.maintop{
width:200px;
height: 250px;
background:#ebedee;
}
.talkimg{
padding: 36px 40px;
width:200px;
height: 200px;
border-radius:50%
}
.text14{
font-size: 14px;
color: #545454;
text-align: center;
}
.mtl1{
position: absolute;
margin-top: -20px... | 0.288369 | 0.061452 |
.rightContent{width: 956px;}
.rightContentTitle{height: 38px;line-height: 38px;}
.rightContentTitle a{width: 150px;text-align: center;font-size: 18px;font-weight: 600;color: #333;}
.rightContentTitle .active{border-bottom: 2px solid #f8981d;color: #f8981d;}
/* 我的资产 */
.myAssetsUl{padding: 40px 10px 0;}
.myAssetsUl l... | web/home/Static/Css/personalCenter/message.css | .rightContent{width: 956px;}
.rightContentTitle{height: 38px;line-height: 38px;}
.rightContentTitle a{width: 150px;text-align: center;font-size: 18px;font-weight: 600;color: #333;}
.rightContentTitle .active{border-bottom: 2px solid #f8981d;color: #f8981d;}
/* 我的资产 */
.myAssetsUl{padding: 40px 10px 0;}
.myAssetsUl l... | 0.149221 | 0.134691 |
.endless-toBeContinued {
overflow: visible !important;
-webkit-transform: translate(-120vw, -1007px);
-moz-transform: translate(-120vw, -1007px);
-o-transform: translate(-120vw, -1007px);
transform: translate(-120vw, -1007px);
}
@-webkit-keyframes hideTBCA { 0% { -webkit-transform: translate(0, -1007px);} 25... | css/control.css | .endless-toBeContinued {
overflow: visible !important;
-webkit-transform: translate(-120vw, -1007px);
-moz-transform: translate(-120vw, -1007px);
-o-transform: translate(-120vw, -1007px);
transform: translate(-120vw, -1007px);
}
@-webkit-keyframes hideTBCA { 0% { -webkit-transform: translate(0, -1007px);} 25... | 0.406155 | 0.260395 |
body {
background-color: #25A9FC;
}
.box {
position: relative;
margin: auto;
display: block;
margin-top: 8%;
width: 600px;
height: 420px;
}
.head {
position: absolute;
top: 16.5%;
left: 25%;
width: 50%;
height: 67%;
background-color: #A6BECF;
border-radius: 50%;
}
/* changed ears to negat... | css-images/koala/styles.css | body {
background-color: #25A9FC;
}
.box {
position: relative;
margin: auto;
display: block;
margin-top: 8%;
width: 600px;
height: 420px;
}
.head {
position: absolute;
top: 16.5%;
left: 25%;
width: 50%;
height: 67%;
background-color: #A6BECF;
border-radius: 50%;
}
/* changed ears to negat... | 0.570571 | 0.086748 |
padding-top: 2em !important;
padding-bottom: 2em !important;
}
#addaccount .maket.leftPart {
background: rgb(var(--background-main));
}
#addaccount .caption {
font-size: 4.1em;
font-weight: 100;
margin-bottom: 0.5em !important;
}
#addaccount button {
min-width: 350px;
}
#addaccount button.toRegistration {... | components/addaccount/index.css | padding-top: 2em !important;
padding-bottom: 2em !important;
}
#addaccount .maket.leftPart {
background: rgb(var(--background-main));
}
#addaccount .caption {
font-size: 4.1em;
font-weight: 100;
margin-bottom: 0.5em !important;
}
#addaccount button {
min-width: 350px;
}
#addaccount button.toRegistration {... | 0.285671 | 0.078078 |
@font-face {
font-family: 'OpenSansRegular';
src: url('../fonts/opensans/opensans-regular_0.eot');
src: url('../fonts/opensans/opensans-regular_0.eot') format('embedded-opentype'),
url('../fonts/opensans/opensans-regular_0.woff') format('woff'),
url('../fonts/opensans/opensans-regular... | web/css/opensans.css | @font-face {
font-family: 'OpenSansRegular';
src: url('../fonts/opensans/opensans-regular_0.eot');
src: url('../fonts/opensans/opensans-regular_0.eot') format('embedded-opentype'),
url('../fonts/opensans/opensans-regular_0.woff') format('woff'),
url('../fonts/opensans/opensans-regular... | 0.224991 | 0.042226 |
.sb-box {
position: relative;
overflow: hidden;
word-break: break-all
}
/* アイコン画像 */
.icon-img {
position: absolute;
overflow: hidden;
top: 0; /* 画像の位置を上から0に */
width: 80px; /* 画像の幅 */
height: 80px; /* 画像の高さ */
}
/* アイコン画像(左) */
.icon-img-left {
left: 0; /* 画像の位置を左から0に */
}
/* アイコン画像(右) */
.icon-img-r... | public/css/chat.css | .sb-box {
position: relative;
overflow: hidden;
word-break: break-all
}
/* アイコン画像 */
.icon-img {
position: absolute;
overflow: hidden;
top: 0; /* 画像の位置を上から0に */
width: 80px; /* 画像の幅 */
height: 80px; /* 画像の高さ */
}
/* アイコン画像(左) */
.icon-img-left {
left: 0; /* 画像の位置を左から0に */
}
/* アイコン画像(右) */
.icon-img-r... | 0.280616 | 0.091666 |
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: 400;
letter-spacing: -.022em;
font-synthesis: none;
-moz-font-feature-settings: 'kern';
-webkit-font-smoothing: antialiased;
-moz-osx-... | pages/css/pages.css | body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: 400;
letter-spacing: -.022em;
font-synthesis: none;
-moz-font-feature-settings: 'kern';
-webkit-font-smoothing: antialiased;
-moz-osx-... | 0.394551 | 0.095139 |
.select {
position: relative;
display: inline-block;
vertical-align: top;
& .selection ,& .selectionClose{
width: 200px;
border: solid 1px var(--border-color);
border-radius: 4px;
height: 34px;
line-height: 34px;
padding: 0 5px;
cursor: pointer;
box-sizing: border-b... | src/components/select/Select.css | .select {
position: relative;
display: inline-block;
vertical-align: top;
& .selection ,& .selectionClose{
width: 200px;
border: solid 1px var(--border-color);
border-radius: 4px;
height: 34px;
line-height: 34px;
padding: 0 5px;
cursor: pointer;
box-sizing: border-b... | 0.453746 | 0.084153 |
*{
margin:0;
letter-spacing: 2px;
border-radius: 0% !important;
font-family: 'Roboto', sans-serif;
}
small{
color:#DB4437 !important;
margin-top:1%;
}
body{
background-color: #ededed !important;
}
h1,h2,h3,h4,h5,h6,a{
color:#45A29E;
text-transform: uppercase;
}
hr{
margin-bottom: 5%;
}
thead tr th{
colo... | assets/css/styles.css | *{
margin:0;
letter-spacing: 2px;
border-radius: 0% !important;
font-family: 'Roboto', sans-serif;
}
small{
color:#DB4437 !important;
margin-top:1%;
}
body{
background-color: #ededed !important;
}
h1,h2,h3,h4,h5,h6,a{
color:#45A29E;
text-transform: uppercase;
}
hr{
margin-bottom: 5%;
}
thead tr th{
colo... | 0.262936 | 0.067886 |
body{
margin: 0;
background-image: url("../picture/boat.png");
background-size: 100% auto;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom right;
/* font-family: 'Prompt', sans-serif; */
font-family: 'Kanit', sans-serif;
text-align: c... | public/css/class.css | body{
margin: 0;
background-image: url("../picture/boat.png");
background-size: 100% auto;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom right;
/* font-family: 'Prompt', sans-serif; */
font-family: 'Kanit', sans-serif;
text-align: c... | 0.302185 | 0.094761 |
.mdsg_upper_holder {
width: 100% !important;
height: 400px !important;
/* Flexbox */
display: flex;
align-content: flex-start;
}
.mdsg_client_info_left {
height: 100% !important;
width: 25% !important;
}
.mdsg_client_data_right {
height: 100% !important;
width: 75% !important;
}... | app/assets/css/Dashboard/MainDashboardSystem/MDSGeneral.css | .mdsg_upper_holder {
width: 100% !important;
height: 400px !important;
/* Flexbox */
display: flex;
align-content: flex-start;
}
.mdsg_client_info_left {
height: 100% !important;
width: 25% !important;
}
.mdsg_client_data_right {
height: 100% !important;
width: 75% !important;
}... | 0.358016 | 0.064271 |
.geba_vote-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 5%;
flex: 0 0 5%;
max-width: 5%;
}
.geba_vote-offset {
margin-left: 5%;
}
.geba_vote-col {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.mobile-link {
display: inline-flex;
... | geba_website/assets/apps/vote/css/vote.css | .geba_vote-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 5%;
flex: 0 0 5%;
max-width: 5%;
}
.geba_vote-offset {
margin-left: 5%;
}
.geba_vote-col {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.mobile-link {
display: inline-flex;
... | 0.450359 | 0.093512 |
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500;600&display=swap");
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-size: 13px;
font-family: "Barlow Semi Condensed", sans-serif;
overflow: auto;
width: 100%;
... | styles/main.css | @import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500;600&display=swap");
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-size: 13px;
font-family: "Barlow Semi Condensed", sans-serif;
overflow: auto;
width: 100%;
... | 0.323594 | 0.078926 |
form.reviewform .form-group{float:left;width:100%;}
#table_click_hide{display:none}
form.reviewform .srating{border:none;float:left;}
form.reviewform .srating.validation-error{border:1px solid #eb2a2e;}
form.reviewform .srating > input{display:none;}
form.reviewform .srating > label:before{margin:5px;font-size:1.25em;f... | assets/fontend/css/mycustom.css | form.reviewform .form-group{float:left;width:100%;}
#table_click_hide{display:none}
form.reviewform .srating{border:none;float:left;}
form.reviewform .srating.validation-error{border:1px solid #eb2a2e;}
form.reviewform .srating > input{display:none;}
form.reviewform .srating > label:before{margin:5px;font-size:1.25em;f... | 0.227298 | 0.071364 |
.auto__block {
display: flex;
height: 100vh;
justify-content: space-between;
/* align-items: center; */
}
.auto {
padding: 24px 0 0 29px;
display: flex;
flex-direction: column;
}
.auto__block * {
font-family: 'Akrobat';
/* font-weight: 400; */
font-style: normal;
}
::-webkit-s... | assets/css/auto_new.css | .auto__block {
display: flex;
height: 100vh;
justify-content: space-between;
/* align-items: center; */
}
.auto {
padding: 24px 0 0 29px;
display: flex;
flex-direction: column;
}
.auto__block * {
font-family: 'Akrobat';
/* font-weight: 400; */
font-style: normal;
}
::-webkit-s... | 0.391406 | 0.091058 |
position: relative;
margin: 0pt;
padding-bottom: 15pt;
}
#codeshell pre,button {
outline: none;
margin: 0pt;
}
#codeshell div {
position: relative;
}
#codeshell pre#output {
background: #fcfcfc;
border: dotted 1px #ccc;
}
#codeshell pre#print {
}
#codeshell pre#input {
background: #f... | sphinxcontrib/gp/evalcode.css | position: relative;
margin: 0pt;
padding-bottom: 15pt;
}
#codeshell pre,button {
outline: none;
margin: 0pt;
}
#codeshell div {
position: relative;
}
#codeshell pre#output {
background: #fcfcfc;
border: dotted 1px #ccc;
}
#codeshell pre#print {
}
#codeshell pre#input {
background: #f... | 0.29088 | 0.077065 |
* {
box-sizing: border-box;
}
:root {
--black: #000000ff;
--oxford-blue: #14213dff;
--orange-web: #fca311ff;
--platinum: #e5e5e5ff;
--white: #ffffffff;
}
body {
background: var(--black);
font-family: 'Roboto Mono', monospace;
}
.app {
height: 100%;
width: 100%;
display: flex;
flex-direction: ... | css/site.css | * {
box-sizing: border-box;
}
:root {
--black: #000000ff;
--oxford-blue: #14213dff;
--orange-web: #fca311ff;
--platinum: #e5e5e5ff;
--white: #ffffffff;
}
body {
background: var(--black);
font-family: 'Roboto Mono', monospace;
}
.app {
height: 100%;
width: 100%;
display: flex;
flex-direction: ... | 0.540196 | 0.111169 |
.ui.segment.filterSegment {
margin: auto;
width: 90%;
margin-top: 1em;
}
#option-icon {
float: right;
}
.options-div {
transition-property: all;
transition-duration: 0.5s;
overflow: hidden;
transition-timing-function: ease;
}
.ui.header.content-header {
margin-bottom: 0;
}
.centered {
padding-left... | client/src/components/Hospitals/hospitals.css | .ui.segment.filterSegment {
margin: auto;
width: 90%;
margin-top: 1em;
}
#option-icon {
float: right;
}
.options-div {
transition-property: all;
transition-duration: 0.5s;
overflow: hidden;
transition-timing-function: ease;
}
.ui.header.content-header {
margin-bottom: 0;
}
.centered {
padding-left... | 0.366363 | 0.114567 |
h1 {
font-family: 'Open Sans', sans-serif;
color: #656565;
font-weight: bold;
float: left;
margin-left: calc((calc(calc(100vw * 0.68) / 3.63) / 2) + 12px + 0.5vw);
position: absolute;
font-size: 14vw;
bottom: -26vw;
}
a {
font-family: 'Open Sans', sans-serif;
color: #656565;
... | src/styles/_base.css | h1 {
font-family: 'Open Sans', sans-serif;
color: #656565;
font-weight: bold;
float: left;
margin-left: calc((calc(calc(100vw * 0.68) / 3.63) / 2) + 12px + 0.5vw);
position: absolute;
font-size: 14vw;
bottom: -26vw;
}
a {
font-family: 'Open Sans', sans-serif;
color: #656565;
... | 0.559651 | 0.17849 |
*:focus {outline: none;}
body {
width:960px;
margin:20px auto;
}
.login_form h2, .login_form label {font-family:Georgia, Times, "Times New Roman", serif;}
.form_hint, .required_notification {font-size: 11px;}
/* === List Styles === */
.login_form ul {
list-style-type:none;
list-style-pos... | blog.zxy97.com/web/css/login.css | *:focus {outline: none;}
body {
width:960px;
margin:20px auto;
}
.login_form h2, .login_form label {font-family:Georgia, Times, "Times New Roman", serif;}
.form_hint, .required_notification {font-size: 11px;}
/* === List Styles === */
.login_form ul {
list-style-type:none;
list-style-pos... | 0.278846 | 0.062046 |
@import url(antd.css);
html {
position: relative;
min-height: 100% !important; }
body {
font-family: "Titillium Web", sans-serif !important;
background: #f8f8f8 !important;
margin-bottom: 75px !important;
/* Margin bottom by footer height */
padding-left: env(safe-area-inset-left);
padding-right: env(s... | src/styles/main.css | @import url(antd.css);
html {
position: relative;
min-height: 100% !important; }
body {
font-family: "Titillium Web", sans-serif !important;
background: #f8f8f8 !important;
margin-bottom: 75px !important;
/* Margin bottom by footer height */
padding-left: env(safe-area-inset-left);
padding-right: env(s... | 0.385028 | 0.061283 |
.product-wrap {
margin: 0 auto;
padding: 40px 0;
max-width: 1200px;
color: #333;
}
/* 左侧产品列表 */
.product-type-left {
width: 17%;
text-align: right;
}
.product-type-left h2 {
margin-bottom: 5px;
padding-bottom: 10px;
font-size: 20px;
border-bottom: 1px solid #ccc;
}
.product-type-left dt,
.product... | src/css/product.css | .product-wrap {
margin: 0 auto;
padding: 40px 0;
max-width: 1200px;
color: #333;
}
/* 左侧产品列表 */
.product-type-left {
width: 17%;
text-align: right;
}
.product-type-left h2 {
margin-bottom: 5px;
padding-bottom: 10px;
font-size: 20px;
border-bottom: 1px solid #ccc;
}
.product-type-left dt,
.product... | 0.425367 | 0.086285 |
*{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
padding: 5px;
}
he... | css/style.css | *{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
padding: 5px;
}
he... | 0.258981 | 0.079496 |
*
{
padding: 0;
margin:0;
}
/*----------About Us----------*/
#about
{
padding-top: 100px;
padding-bottom: 100px;
}
#about .col-mid-6
{
padding:20px 10px;
}
about h3
{
margin: 20px auto;
}
/*----------Services----------*/
#services
{
background-color:#D0D3D4;
padding-top:50px;
paddi... | style.css | *
{
padding: 0;
margin:0;
}
/*----------About Us----------*/
#about
{
padding-top: 100px;
padding-bottom: 100px;
}
#about .col-mid-6
{
padding:20px 10px;
}
about h3
{
margin: 20px auto;
}
/*----------Services----------*/
#services
{
background-color:#D0D3D4;
padding-top:50px;
paddi... | 0.363647 | 0.101012 |
body{
background:#1c1f23;
height: 100vh;
}
.codingScreen{
display:grid;
z-index: 5;
grid-template-columns: auto 1fr auto;
}
.explorerContainer{
width:215px;
}
.explorerContainerStyles{
background:#2d3239;
}
.filesContainer{
color:#fff;
font-family: century go... | css/styles.css | body{
background:#1c1f23;
height: 100vh;
}
.codingScreen{
display:grid;
z-index: 5;
grid-template-columns: auto 1fr auto;
}
.explorerContainer{
width:215px;
}
.explorerContainerStyles{
background:#2d3239;
}
.filesContainer{
color:#fff;
font-family: century go... | 0.251648 | 0.059129 |
@import url(http://fonts.googleapis.com/css?family=Architects+Daughter);
body > h1:first-child,
section > h2:first-child,
nav > h2:first-child,
section > h1:first-child,
footer > h2:first-child {
display: none;
}
body {
padding: 0;
background-color: #f1f7f5;
font-size: 100%;
}
main {
width: 100%;
... | lab-snowtooth-express/public/style.css | @import url(http://fonts.googleapis.com/css?family=Architects+Daughter);
body > h1:first-child,
section > h2:first-child,
nav > h2:first-child,
section > h1:first-child,
footer > h2:first-child {
display: none;
}
body {
padding: 0;
background-color: #f1f7f5;
font-size: 100%;
}
main {
width: 100%;
... | 0.434221 | 0.138899 |
:root {
--blue-gradient: linear-gradient(75deg, rgb(58, 117, 219), rgb(40, 120, 255));
--unsat-blue-gradient: linear-gradient(75deg, rgb(171, 177, 186), rgb(182, 187, 195));
--near-white-gradient: linear-gradient(75deg, rgb(245, 248, 255), rgb(235, 243, 255));
--near-black: hsl(219, 100%, 5%);
--nea... | workplace-app/public/css/styles.css | :root {
--blue-gradient: linear-gradient(75deg, rgb(58, 117, 219), rgb(40, 120, 255));
--unsat-blue-gradient: linear-gradient(75deg, rgb(171, 177, 186), rgb(182, 187, 195));
--near-white-gradient: linear-gradient(75deg, rgb(245, 248, 255), rgb(235, 243, 255));
--near-black: hsl(219, 100%, 5%);
--nea... | 0.67694 | 0.26378 |
.nav{
display: flex;
justify-content: space-between;
padding: 0 10px;
}
/* Style general containers */
.container {
display: flex;
text-align: center;
flex-direction: column;
align-items: center;
}
/* Style to intro page */
.intro{
padding: 100px;
font-size: 35px;
}
.intro p{
font-size: ... | assets/css/style.css | .nav{
display: flex;
justify-content: space-between;
padding: 0 10px;
}
/* Style general containers */
.container {
display: flex;
text-align: center;
flex-direction: column;
align-items: center;
}
/* Style to intro page */
.intro{
padding: 100px;
font-size: 35px;
}
.intro p{
font-size: ... | 0.276788 | 0.067608 |
@font-face {
font-family: 'FreeMono-lean';
src: url('../fonts/FreeMono.eot');
src: url('../fonts/FreeMono.eot?#iefix') format('embedded-opentype'),
url('../fonts/FreeMono.woff2') format('woff2'),
url('../fonts/FreeMono.woff') format('woff'),
url('../fonts/FreeMono.ttf') format('tr... | css/code.css | @font-face {
font-family: 'FreeMono-lean';
src: url('../fonts/FreeMono.eot');
src: url('../fonts/FreeMono.eot?#iefix') format('embedded-opentype'),
url('../fonts/FreeMono.woff2') format('woff2'),
url('../fonts/FreeMono.woff') format('woff'),
url('../fonts/FreeMono.ttf') format('tr... | 0.24015 | 0.042523 |
.cont-portada {
padding-bottom: 20px; }
.cont-portada .menu-interno {
float: left;
list-style: none;
padding: 0px;
margin: 50px 0px 0px -38px; }
.cont-portada .menu-interno li {
float: left;
clear: left; }
.cont-portada .menu-interno li a {
float: left;
width: 2... | module__/Portal/public/css/portada.css | .cont-portada {
padding-bottom: 20px; }
.cont-portada .menu-interno {
float: left;
list-style: none;
padding: 0px;
margin: 50px 0px 0px -38px; }
.cont-portada .menu-interno li {
float: left;
clear: left; }
.cont-portada .menu-interno li a {
float: left;
width: 2... | 0.306008 | 0.067516 |
@media screen {
/* --- Reset Styles --- */
* {
list-style: none;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
width: 100%;
}
/* --- Welcome Page Styles --- */
body {
background-color: #efefef;
color: #333;
font-family: Sans-Serif;
line-height: 18px;
}
.wrap... | public/stylesheets/style.css | @media screen {
/* --- Reset Styles --- */
* {
list-style: none;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
width: 100%;
}
/* --- Welcome Page Styles --- */
body {
background-color: #efefef;
color: #333;
font-family: Sans-Serif;
line-height: 18px;
}
.wrap... | 0.250913 | 0.072308 |
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
/*
Common
*/
.wizard,
.tabcontrol
{
display: block;
width: 100%;
overflow: hidden;
}
.wizard a,
.tabcontrol a
{
outline: 0;
}
.wizard ul,
.tabcontrol ul
{
list-style: none !import... | public/src/css/steps.min.css | * Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
/*
Common
*/
.wizard,
.tabcontrol
{
display: block;
width: 100%;
overflow: hidden;
}
.wizard a,
.tabcontrol a
{
outline: 0;
}
.wizard ul,
.tabcontrol ul
{
list-style: none !import... | 0.430626 | 0.129458 |
.menu {
--bg: var(--primary);
--color: var(--white);
background-color: var(--bg);
color: var(--color);
min-width: 150px;
padding-top: 4rem;
padding-bottom: 4rem;
}
.menu__item {
font-family: var(--font-family);
font-size: var(--regular-size);
font-weight: bold;
padding-top: 1.15em;
padding-bot... | src/components/Menu/index.css | .menu {
--bg: var(--primary);
--color: var(--white);
background-color: var(--bg);
color: var(--color);
min-width: 150px;
padding-top: 4rem;
padding-bottom: 4rem;
}
.menu__item {
font-family: var(--font-family);
font-size: var(--regular-size);
font-weight: bold;
padding-top: 1.15em;
padding-bot... | 0.378 | 0.079675 |
@font-face {
font-family: 'KOMACON';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_seven@1.2/KOMACON.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MapoAgape';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1... | style.css | @font-face {
font-family: 'KOMACON';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_seven@1.2/KOMACON.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MapoAgape';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1... | 0.449151 | 0.116563 |
.section-news {
padding: 50px 0 0;
}
.section-news h2 {
text-transform: uppercase;
text-align: center;
color: #000;
font-size: 22px;
}
hr.hr-purple {
border: none;
border-bottom: 1px solid #d3d3d3;
position: relative;
}
hr.hr-purple:after {
content: "";
position: absolute;
... | public/css/pages/news.css | .section-news {
padding: 50px 0 0;
}
.section-news h2 {
text-transform: uppercase;
text-align: center;
color: #000;
font-size: 22px;
}
hr.hr-purple {
border: none;
border-bottom: 1px solid #d3d3d3;
position: relative;
}
hr.hr-purple:after {
content: "";
position: absolute;
... | 0.488039 | 0.142948 |
.gamepage {
min-height: calc(100vh - 108px);
width: 100%;
padding-top: 2rem;
color: white;
background: url(https://cdn.akamai.steamstatic.com/steam/apps/1134570/page_bg_generated_v6b.jpg?t=1636296403);
background-size: cover;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
align... | public/css/gamepage.css | .gamepage {
min-height: calc(100vh - 108px);
width: 100%;
padding-top: 2rem;
color: white;
background: url(https://cdn.akamai.steamstatic.com/steam/apps/1134570/page_bg_generated_v6b.jpg?t=1636296403);
background-size: cover;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
align... | 0.564579 | 0.061706 |
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. What you may not use - .jpg, .gif, and .png files. */
... | unit/benchmark/src/csszengarden.com.040.css | /* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. What you may not use - .jpg, .gif, and .png files. */
... | 0.108945 | 0.040999 |
.syntaxhighlighter
{
/*font:normal 18px/40px monospace !important;*/
font-size: 1em !important;
background-color: #eee !important;
}
/* Highlighed line number */
.syntaxhighlighter .line.highlighted .number
{
background-color: #ddd !important;
color: black !important;
}
/* Highlighed line */
.syntaxhighlight... | vendor/gems/syntax_highlighter-rails/vendor/assets/stylesheets/syntax_highlighter/shThemeGitHub.css | .syntaxhighlighter
{
/*font:normal 18px/40px monospace !important;*/
font-size: 1em !important;
background-color: #eee !important;
}
/* Highlighed line number */
.syntaxhighlighter .line.highlighted .number
{
background-color: #ddd !important;
color: black !important;
}
/* Highlighed line */
.syntaxhighlight... | 0.222109 | 0.096493 |
@CHARSET "UTF-8";
.module-wizard .tabs span.noIcon.audio {
background-image:
url("/templates/rijekafiume/images/media-images/media-music.png");
background-size: 64px auto;
}
.module-wizard .tabs span.noIcon.document {
display: none;
}
.module-wizard .tabs span.noIcon.image {
background-image:
url("/templates/... | rijekafiume.custom.css | @CHARSET "UTF-8";
.module-wizard .tabs span.noIcon.audio {
background-image:
url("/templates/rijekafiume/images/media-images/media-music.png");
background-size: 64px auto;
}
.module-wizard .tabs span.noIcon.document {
display: none;
}
.module-wizard .tabs span.noIcon.image {
background-image:
url("/templates/... | 0.29972 | 0.055952 |
-fx-background-color: #392a1a;
}
#btnNinjaDatabase {
-fx-background-color: #392a1a;
}
#btnTeamBuilder {
-fx-background-color: #392a1a;
}
#btnKaguyaSimulator {
-fx-background-color: #392a1a;
}
#btnFight {
-fx-background-color: #428619;
-fx-border-color: #140b05;
-fx-border-radius: 4px;
-fx-font-style: it... | frontend/src/views/application.css | -fx-background-color: #392a1a;
}
#btnNinjaDatabase {
-fx-background-color: #392a1a;
}
#btnTeamBuilder {
-fx-background-color: #392a1a;
}
#btnKaguyaSimulator {
-fx-background-color: #392a1a;
}
#btnFight {
-fx-background-color: #428619;
-fx-border-color: #140b05;
-fx-border-radius: 4px;
-fx-font-style: it... | 0.108342 | 0.053626 |
* {
margin: 0;
padding: 0;
}
html, body {
background-color: gray;
overflow: hidden !important;
user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
}
header .logo {
position: absolute;
left: 0;
top: 0;
z-index: 500;
}
header .logo img {
height: 80px;
... | assets/css/styles.css | * {
margin: 0;
padding: 0;
}
html, body {
background-color: gray;
overflow: hidden !important;
user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
}
header .logo {
position: absolute;
left: 0;
top: 0;
z-index: 500;
}
header .logo img {
height: 80px;
... | 0.433022 | 0.07072 |
@-moz-document domain("younow.com"){
/*background color*/
body {
background-color: #222 !important;
}
/*leftsidebar bg color*/
div#leftsidebar {
background-color: #222 !important;
}
/*leftsidebar username color*/
#leftsidebar .trending-user {
color: #3cf !important;
}
/*leftsidebar viewer color*/
... | data/usercss/114578.user.css | @-moz-document domain("younow.com"){
/*background color*/
body {
background-color: #222 !important;
}
/*leftsidebar bg color*/
div#leftsidebar {
background-color: #222 !important;
}
/*leftsidebar username color*/
#leftsidebar .trending-user {
color: #3cf !important;
}
/*leftsidebar viewer color*/
... | 0.159577 | 0.033812 |
.admin_header_nav {
padding-top: 0;
padding-bottom: 0;
}
.logo {
width: 240px;
text-align: center;
font-size: 20px;
font-weight: 500;
padding: 23px 0;
background: var(--main-grident);
color: var(--white-color);
}
a.sidebarCollapse {
padding-left: 14px;
color: var(--second-color);
font-size: 20px;
align-s... | public/css/dashboard/layers.css | .admin_header_nav {
padding-top: 0;
padding-bottom: 0;
}
.logo {
width: 240px;
text-align: center;
font-size: 20px;
font-weight: 500;
padding: 23px 0;
background: var(--main-grident);
color: var(--white-color);
}
a.sidebarCollapse {
padding-left: 14px;
color: var(--second-color);
font-size: 20px;
align-s... | 0.234056 | 0.065157 |
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%
}
body {
margin: 0
}
section {
display: block
}
a {
background-color: transparent
}
a:active,
a:hover {
outline: 0
}
h1 {
margin: .67em 0;
font-size: 2em
}
pre {
overflow: auto
}
co... | doc/docstyle.css |
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%
}
body {
margin: 0
}
section {
display: block
}
a {
background-color: transparent
}
a:active,
a:hover {
outline: 0
}
h1 {
margin: .67em 0;
font-size: 2em
}
pre {
overflow: auto
}
co... | 0.672224 | 0.107578 |
/* Plano de Fundo da Página */
body {
background-color: #2F4F4F;
}
/* Estilos da Barra do Sistema */
.navbar-default {
background-color: #25c594;
border-color: #008787;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.navbar-default .navbar-brand {
color:... | componentes/temas/consucloud/consucloud.css |
/* Plano de Fundo da Página */
body {
background-color: #2F4F4F;
}
/* Estilos da Barra do Sistema */
.navbar-default {
background-color: #25c594;
border-color: #008787;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.navbar-default .navbar-brand {
color:... | 0.277767 | 0.061059 |
.login {
padding: 25px;
padding-top: 15px;
height: 100vh;
display: flex;
flex-direction: column;
gap: 70px;
}
.login__header {
display: flex;
align-items: center;
justify-content: space-between;
position: sticky;
top: 0;
}
.login__logo > a > img {
object-fit... | tesla/src/Login.css | .login {
padding: 25px;
padding-top: 15px;
height: 100vh;
display: flex;
flex-direction: column;
gap: 70px;
}
.login__header {
display: flex;
align-items: center;
justify-content: space-between;
position: sticky;
top: 0;
}
.login__logo > a > img {
object-fit... | 0.297164 | 0.082734 |
.sherif_home_main-box_section{
display: flex;
flex-direction: row;
flex-wrap: wrap;
box-sizing: border-box;
}
.sherif_home_main-box_section_itm{
display: flex;
flex: 30%;
flex-direction: column;
justify-content: center;
align-items: center;
border: 1px solid #172c41;
border-radius: 2px;... | public/assets/css/section/_main.css | .sherif_home_main-box_section{
display: flex;
flex-direction: row;
flex-wrap: wrap;
box-sizing: border-box;
}
.sherif_home_main-box_section_itm{
display: flex;
flex: 30%;
flex-direction: column;
justify-content: center;
align-items: center;
border: 1px solid #172c41;
border-radius: 2px;... | 0.113003 | 0.071819 |
.Product_Page {
row-gap: calc(7px * 10);
}
.Product_Page .dropdown-toggle {
background: #F0F0F0FF !important;
}
.Product_Page .dropdown-item {
padding: 0;
}
.Product_Page .B-M {
grid-area: 1/2/2/3;
margin-top: calc(7px * 10);
grid-column-gap: calc(7px * 10);
row-gap: calc(7px * 4);
}
.Product_Page .B-M .C... | src/web/shop-all/ProductPage.css | .Product_Page {
row-gap: calc(7px * 10);
}
.Product_Page .dropdown-toggle {
background: #F0F0F0FF !important;
}
.Product_Page .dropdown-item {
padding: 0;
}
.Product_Page .B-M {
grid-area: 1/2/2/3;
margin-top: calc(7px * 10);
grid-column-gap: calc(7px * 10);
row-gap: calc(7px * 4);
}
.Product_Page .B-M .C... | 0.277865 | 0.120491 |
*:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.video__icon {
position: absolute;
width: 10px;
}
.video__icon .circle--inner {
background: #e50040;
left: 15px;
top: 5px;
width: 10px;
height: 10px;
border-radius: 50... | src/components/liveicon.css | *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.video__icon {
position: absolute;
width: 10px;
}
.video__icon .circle--inner {
background: #e50040;
left: 15px;
top: 5px;
width: 10px;
height: 10px;
border-radius: 50... | 0.475849 | 0.095771 |
* Этот файл сгенерирован автоматически. Не надо править его руками.
*/
:root {
--accent: #528bcc;
--action_sheet_action_foreground: #2787f5;
--action_sheet_separator: rgba(0, 0, 0, 0.12);
--activity_indicator_tint: #aeb7c2;
--attach_picker_tab_active_background: #5181b8;
--attach_picker_tab_active_icon: #ff... | static/css/bundle.css | * Этот файл сгенерирован автоматически. Не надо править его руками.
*/
:root {
--accent: #528bcc;
--action_sheet_action_foreground: #2787f5;
--action_sheet_separator: rgba(0, 0, 0, 0.12);
--activity_indicator_tint: #aeb7c2;
--attach_picker_tab_active_background: #5181b8;
--attach_picker_tab_active_icon: #ff... | 0.212804 | 0.13023 |
.container {
display: flex;
position: fixed;
bottom: 0;
width: 100%;
left: 0;
justify-content: center;
align-items: center;
z-index: 100000;
}
a{
display: flex;
color: #fff;
text-decoration: none;
align-items: center;
justify-content: center;
position: relativ... | src/components/Navigatiom.css | .container {
display: flex;
position: fixed;
bottom: 0;
width: 100%;
left: 0;
justify-content: center;
align-items: center;
z-index: 100000;
}
a{
display: flex;
color: #fff;
text-decoration: none;
align-items: center;
justify-content: center;
position: relativ... | 0.337094 | 0.078043 |
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('1_toadOcfmlt9b38dHJxOBGD_j0nMiB9fPhg_k1wdK2h0.woff2') format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-fac... | src/fonts/font.css | @font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('1_toadOcfmlt9b38dHJxOBGD_j0nMiB9fPhg_k1wdK2h0.woff2') format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-fac... | 0.19729 | 0.073264 |
.clear {
clear: both;
}
body {
background-color: #ffffff;
overflow-y: hidden;
overflow-x: hidden;
}
.row #main-row{
padding: 5px;
}
#submenu{
background-color: #f8f8f8;
border-bottom: 1px solid #e7e7e7;
height: 35px;
padding-left: 14px
}
.submenubutton.first{
border-left: 1px solid #e7e7e7... | wwwroot/assets/css/conversa-client.css | .clear {
clear: both;
}
body {
background-color: #ffffff;
overflow-y: hidden;
overflow-x: hidden;
}
.row #main-row{
padding: 5px;
}
#submenu{
background-color: #f8f8f8;
border-bottom: 1px solid #e7e7e7;
height: 35px;
padding-left: 14px
}
.submenubutton.first{
border-left: 1px solid #e7e7e7... | 0.324128 | 0.127625 |
.flow-vars {
--app-font-size: 12px;
--base-spacing: 16px;
--category-summary-font-size: 18px;
--half-base-spacing: calc(var(--base-spacing) / 2);
--sidebar-flow-step-navigation-font-size: 14px;
--sidebar-summary-font-size: 14px;
--sidebar-title-font-size: 16px;
--summary-flow-step-label-font-size: 16px;... | flow-report/assets/styles.css | .flow-vars {
--app-font-size: 12px;
--base-spacing: 16px;
--category-summary-font-size: 18px;
--half-base-spacing: calc(var(--base-spacing) / 2);
--sidebar-flow-step-navigation-font-size: 14px;
--sidebar-summary-font-size: 14px;
--sidebar-title-font-size: 16px;
--summary-flow-step-label-font-size: 16px;... | 0.504394 | 0.105487 |
* {
box-sizing: border-box;
font-family: "Roboto", sans-serif;
}
body {
margin: 0;
}
:root {
/* from https://www.color-hex.com/color-palette/105274 */
--color1: 132, 193, 123;
--color2: 9, 105, 54;
--lightest-green: 230, 243, 228;
}
.grid-container {
display: grid;
min-width: 300px;
max-width: mi... | index.css | * {
box-sizing: border-box;
font-family: "Roboto", sans-serif;
}
body {
margin: 0;
}
:root {
/* from https://www.color-hex.com/color-palette/105274 */
--color1: 132, 193, 123;
--color2: 9, 105, 54;
--lightest-green: 230, 243, 228;
}
.grid-container {
display: grid;
min-width: 300px;
max-width: mi... | 0.488039 | 0.104523 |
html {
height: 100%;
}
body {
height: 100%;
margin: 0;
}
.header {
z-index: 1;
width: 100%;
background-color: white;
}
.header_fixed {
position: fixed;
top: 0;
}
.header_bottom-border {
border-bottom: 2px solid #d0d0d0;
}
.header__name {
margin: 0;
padding: 15px 0;
text-align: center;
}... | frontend/term_5/UX/04-murpassport/src/index.css | html {
height: 100%;
}
body {
height: 100%;
margin: 0;
}
.header {
z-index: 1;
width: 100%;
background-color: white;
}
.header_fixed {
position: fixed;
top: 0;
}
.header_bottom-border {
border-bottom: 2px solid #d0d0d0;
}
.header__name {
margin: 0;
padding: 15px 0;
text-align: center;
}... | 0.579638 | 0.108189 |
a {
color: #333;
display: block;
height: auto;
width: auto;
}
.main{
width: 100%;
height: auto;
font-size: 0;
padding-bottom: 50px;
}
.main img{
display: inline-block;
width: 100%;
}
.comments{
width: 100%;
height: auto;
padding-left: 0.26rem;
background: #fff;... | web-app/src/views/topicDetail/style.css | a {
color: #333;
display: block;
height: auto;
width: auto;
}
.main{
width: 100%;
height: auto;
font-size: 0;
padding-bottom: 50px;
}
.main img{
display: inline-block;
width: 100%;
}
.comments{
width: 100%;
height: auto;
padding-left: 0.26rem;
background: #fff;... | 0.613815 | 0.117775 |
@-moz-document url(http://www.skritter.com/study/all)
{
#body_wrapper {
width: 480px;
height: 832px;
overflow: hidden; }
.tabs_div {
width: 480px;
padding: 0;
margin-bottom: 4px; }
.tab {
width: 80px; }
#content_wrapper {
width: 480px;
padding: 0;
positio... | data/usercss/90857.user.css | @-moz-document url(http://www.skritter.com/study/all)
{
#body_wrapper {
width: 480px;
height: 832px;
overflow: hidden; }
.tabs_div {
width: 480px;
padding: 0;
margin-bottom: 4px; }
.tab {
width: 80px; }
#content_wrapper {
width: 480px;
padding: 0;
positio... | 0.20466 | 0.049062 |
.ace-legacy .ace_gutter {
background: rgba(20,25,31,1);
color: rgb(97,110,128)
}
.ace-legacy .ace_print-margin {
width: 1px;
background: #e8e8e8
}
.ace-legacy {
background-color: rgba(20,25,31,1);
color: rgba(174,194,224,1)
}
.ace-legacy .ace_cursor {
color: rgba(248,248,240,1)
}
.ace-legacy .ace_mark... | ace/lib/ace/theme/legacy.css | .ace-legacy .ace_gutter {
background: rgba(20,25,31,1);
color: rgb(97,110,128)
}
.ace-legacy .ace_print-margin {
width: 1px;
background: #e8e8e8
}
.ace-legacy {
background-color: rgba(20,25,31,1);
color: rgba(174,194,224,1)
}
.ace-legacy .ace_cursor {
color: rgba(248,248,240,1)
}
.ace-legacy .ace_mark... | 0.639511 | 0.154249 |
div.wysiwyg { border: 1px solid #ccc; padding: 5px; background-color: #fff; }
div.wysiwyg * { margin: 0; padding: 0; }
div.wysiwyg ul.panel li.jwysiwyg-custom-command {overflow:hidden;}
div.wysiwyg ul.panel li.jwysiwyg-custom-command img { margin-left: 5000px; }
div.wysiwyg ul.panel { border-bottom: 1px solid #ccc; f... | src/main/webapp/resource/js/jwysiwyg/jquery.wysiwyg.css | div.wysiwyg { border: 1px solid #ccc; padding: 5px; background-color: #fff; }
div.wysiwyg * { margin: 0; padding: 0; }
div.wysiwyg ul.panel li.jwysiwyg-custom-command {overflow:hidden;}
div.wysiwyg ul.panel li.jwysiwyg-custom-command img { margin-left: 5000px; }
div.wysiwyg ul.panel { border-bottom: 1px solid #ccc; f... | 0.285272 | 0.092934 |