code stringlengths 2k 1.04M | repo_path stringlengths 5 517 | parsed_code stringlengths 0 1.04M | quality_prob float64 0.02 0.95 | learning_prob float64 0.02 0.93 |
|---|---|---|---|---|
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2... | front_assets/comcss/style.css |
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2... | 0.359139 | 0.067454 |
@import "./site/variables.css";
@import "./site/base.css";
@import "./site/fonts.css";
@import "./site/typography.css";
@import "./components/accordion/accordion.css";
@import "./components/breadcrumb/breadcrumb.css";
@import "./components/button/button.css";
@import "./components/button/button--secondary.css";
@impor... | theme/demos/wireframe/theme.css | @import "./site/variables.css";
@import "./site/base.css";
@import "./site/fonts.css";
@import "./site/typography.css";
@import "./components/accordion/accordion.css";
@import "./components/breadcrumb/breadcrumb.css";
@import "./components/button/button.css";
@import "./components/button/button--secondary.css";
@impor... | 0.157655 | 0.022138 |
.bg-1 {
background: #ECEFF1;
color: #37474f;
}
.bg-2 {
background: #3a56e6;
color: #ECEFF1;
}
.bg-3 {
background: #37474f;
color: #fff;
}
/* Common button styles */
.button {
display:inline-block;
float: left;
min-width: 100px;
max-width: 250px;
margin: 0.5em 0em;
padding: 0.5em 1em;
... | static/css/custom.css |
.bg-1 {
background: #ECEFF1;
color: #37474f;
}
.bg-2 {
background: #3a56e6;
color: #ECEFF1;
}
.bg-3 {
background: #37474f;
color: #fff;
}
/* Common button styles */
.button {
display:inline-block;
float: left;
min-width: 100px;
max-width: 250px;
margin: 0.5em 0em;
padding: 0.5em 1em;
... | 0.271059 | 0.094845 |
import Fonts
---------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,700i,900&display=swap')... | public/web/css/style.css | import Fonts
---------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,700i,900&display=swap')... | 0.285372 | 0.047294 |
@font-face {
font-family: "Roboto";
src: url("./fonts/Roboto/Roboto-Regular.ttf");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Roboto";
src: url("./fonts/Roboto/Roboto-Bold.ttf");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Roboto";
src: url("./fo... | html-css/practice/html-css/module-08/classwork/styles.css | @font-face {
font-family: "Roboto";
src: url("./fonts/Roboto/Roboto-Regular.ttf");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Roboto";
src: url("./fonts/Roboto/Roboto-Bold.ttf");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Roboto";
src: url("./fo... | 0.263789 | 0.06804 |
@charset "UTF-8";
#vivo-head-wrap a,
#vivo-contain a,
#vivo-foot-path a,
#vivo-foot-wrap a {
text-decoration: none;
cursor: pointer;
outline: 0 none;
-webkit-tap-highlight-color: transparent
}
#vivo-contain a,
#vivo-foot-path a,
#vivo-foot-wrap a {
color: #333;
font-weight: normal;
}
#vivo-co... | public/home/css/home.css | @charset "UTF-8";
#vivo-head-wrap a,
#vivo-contain a,
#vivo-foot-path a,
#vivo-foot-wrap a {
text-decoration: none;
cursor: pointer;
outline: 0 none;
-webkit-tap-highlight-color: transparent
}
#vivo-contain a,
#vivo-foot-path a,
#vivo-foot-wrap a {
color: #333;
font-weight: normal;
}
#vivo-co... | 0.335786 | 0.050494 |
@font-face {
font-family: 'JetBrains Mono';
src: url('./fonts/JetBrainsMono-Regular.woff2') format('woff2')
}
#svelte {
min-height: 100vh;
}
body.dark_mode {
--red_rgb: 255, 69, 58;
--orange_rgb: 255, 159, 10;
--yellow_rgb: 255, 214, 10;
--green_rgb: 48, 209, 88;
--mint_rgb: 102, 212, ... | frontend/src/app.css | @font-face {
font-family: 'JetBrains Mono';
src: url('./fonts/JetBrainsMono-Regular.woff2') format('woff2')
}
#svelte {
min-height: 100vh;
}
body.dark_mode {
--red_rgb: 255, 69, 58;
--orange_rgb: 255, 159, 10;
--yellow_rgb: 255, 214, 10;
--green_rgb: 48, 209, 88;
--mint_rgb: 102, 212, ... | 0.485112 | 0.096153 |
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, ... | bluebottle/common/static/css/admin/dashboard.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.306838 | 0.083404 |
.td-smart-app .tdm-social-item {
margin: 5px 10px 5px 0;
}
.td-smart-app .tdm-descr {
font-size: 13px;
line-height: 22px;
}
.td-smart-app .tdm-title-bg {
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
... | application/public_html/wp-content/themes/Newspaper/includes/demos/smart_app/demo_style.css | .td-smart-app .tdm-social-item {
margin: 5px 10px 5px 0;
}
.td-smart-app .tdm-descr {
font-size: 13px;
line-height: 22px;
}
.td-smart-app .tdm-title-bg {
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
... | 0.243552 | 0.073596 |
.page {
padding-top: 5px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.categoryIcon {
display: inline-block;
text-align: left;
min-width: 10px;
margin: 0 5px;
flex: 2%;
}
.categoryTitle {
flex: 73%;
text-align: left;
}
.button {
cursor: pointer;
background: inhe... | pages/options/options.css | .page {
padding-top: 5px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.categoryIcon {
display: inline-block;
text-align: left;
min-width: 10px;
margin: 0 5px;
flex: 2%;
}
.categoryTitle {
flex: 73%;
text-align: left;
}
.button {
cursor: pointer;
background: inhe... | 0.437103 | 0.097907 |
* Panes titles
*/
h1.pane-title{margin:0;padding:5px 0 3px 5px;font-size:1em;font-weight:bold;text-shadow: #FFFFFF 0px 1px 0px;
background: rgb(255,255,255);
background: url(data:image/svg+xml;base64,<KEY>+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 27%, rgba(232,232,232,1) 100%);
back... | mapmint-ui/new-themes/themes/default/layout.css | * Panes titles
*/
h1.pane-title{margin:0;padding:5px 0 3px 5px;font-size:1em;font-weight:bold;text-shadow: #FFFFFF 0px 1px 0px;
background: rgb(255,255,255);
background: url(data:image/svg+xml;base64,<KEY>+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 27%, rgba(232,232,232,1) 100%);
back... | 0.272508 | 0.136091 |
body {
background: #ddd;
}
.nav-link.logout {
color: #fff;
font-weight: 700;
background: #ffe5e233;
border-radius: 58px;
}
.nav-link.logout .fa {
color: #f65858;
}
.page {
background: #ddd;
}
.side-navbar.shrink {
width: 130px;
text-align: center;
border-right: 4px solid #33b35a;
}
.side-navbar .side... | public/assets/backend/distribution/css/custom.css | body {
background: #ddd;
}
.nav-link.logout {
color: #fff;
font-weight: 700;
background: #ffe5e233;
border-radius: 58px;
}
.nav-link.logout .fa {
color: #f65858;
}
.page {
background: #ddd;
}
.side-navbar.shrink {
width: 130px;
text-align: center;
border-right: 4px solid #33b35a;
}
.side-navbar .side... | 0.260766 | 0.083928 |
button {
background-color: #fffefc;
border: 1px solid black;
border-radius: .25em;
color: black;
font-family: inherit;
font-size: inherit;
letter-spacing: .0125em;
padding: .5em .75em;
transition: box-shadow 0.3s cubic-bezier(0, 0.1, 0.3, 1); }
button:hover {
box-shadow: 0 2px 2px 0 rgba(0, 0, 0... | lib/fb-pixel-styles/styles.css | button {
background-color: #fffefc;
border: 1px solid black;
border-radius: .25em;
color: black;
font-family: inherit;
font-size: inherit;
letter-spacing: .0125em;
padding: .5em .75em;
transition: box-shadow 0.3s cubic-bezier(0, 0.1, 0.3, 1); }
button:hover {
box-shadow: 0 2px 2px 0 rgba(0, 0, 0... | 0.443118 | 0.087213 |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
line-height: 1.7em;
color: #fff;
font-size: 13px;
background: #111;
}
a {
color: #ccc;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
iframe {
width: 1px;
... | public/css/morsemyip.css | * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
line-height: 1.7em;
color: #fff;
font-size: 13px;
background: #111;
}
a {
color: #ccc;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
iframe {
width: 1px;
... | 0.548674 | 0.124133 |
html, body {
margin: 0;
padding: 0;
}
#container {
width: 100%;
max-width: 600px;
margin: 0 auto;
padding: 0;
display: flex;
flex-flow: row wrap;
justify-content: flex-start; /*main axis.*/
align-items: flex-start; /*cross-axis.*/
position: relative;
}
header {
width: 9... | index.css | html, body {
margin: 0;
padding: 0;
}
#container {
width: 100%;
max-width: 600px;
margin: 0 auto;
padding: 0;
display: flex;
flex-flow: row wrap;
justify-content: flex-start; /*main axis.*/
align-items: flex-start; /*cross-axis.*/
position: relative;
}
header {
width: 9... | 0.440469 | 0.055311 |
@import url('reset.css');
/* @import url('960.css'); */
@import url('text.css');
/**********Custom Desktop Styles**********/
body {background-color:#eee; font-family:helvetica,arial,sans-serif;}
#GRIMLOCK {background-color:#fff;
position:relative;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.81);
-moz-box-shado... | grimlock_ipsum/static/css/mobile.css | @import url('reset.css');
/* @import url('960.css'); */
@import url('text.css');
/**********Custom Desktop Styles**********/
body {background-color:#eee; font-family:helvetica,arial,sans-serif;}
#GRIMLOCK {background-color:#fff;
position:relative;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.81);
-moz-box-shado... | 0.174059 | 0.092647 |
.notifyMeContainer {
position: fixed;
width: 320px;
}
.notification {
background-color: #f5f5f5;
color: #333;
padding: 5px 10px;
margin: 10px 0;
font-size: 13px;
box-shadow: 1px 1px 3px rgba(188, 188, 188, 0.2);
animation-duration: .5s;
-webkit-animation-duration:... | meteor/imports/ui/notify-me.css |
.notifyMeContainer {
position: fixed;
width: 320px;
}
.notification {
background-color: #f5f5f5;
color: #333;
padding: 5px 10px;
margin: 10px 0;
font-size: 13px;
box-shadow: 1px 1px 3px rgba(188, 188, 188, 0.2);
animation-duration: .5s;
-webkit-animation-duration:... | 0.249996 | 0.086401 |
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/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,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
... | 0.369998 | 0.066965 |
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
line-height: 0;
content: "";
}
.clearfix:after {
clear: both;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
width:... | css/bootstrap-responsive.css | .clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
line-height: 0;
content: "";
}
.clearfix:after {
clear: both;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
width:... | 0.228156 | 0.089973 |
.containerMobileAppLink {
width: 100%;
background: #F9F9F9;
height: 383px;
display: flex;
flex-direction: row;
justify-content: space-around;
}
.qrCodeStyle {
padding-left: 67px;
padding-top: 96px;
}
.googlePlayStyle {
text-align: center
}
.googlePlayStyle img:hover {
cursor: pointer;
}
.firstTex... | src/components/MobileAppLink.css | .containerMobileAppLink {
width: 100%;
background: #F9F9F9;
height: 383px;
display: flex;
flex-direction: row;
justify-content: space-around;
}
.qrCodeStyle {
padding-left: 67px;
padding-top: 96px;
}
.googlePlayStyle {
text-align: center
}
.googlePlayStyle img:hover {
cursor: pointer;
}
.firstTex... | 0.410993 | 0.082254 |
.banners{font-size: 0;}
#focus {WIDTH: 960px; POSITION: relative; HEIGHT: 464px}
#au {FILTER: progid:DXImagetransform.Microsoft.Fade (duration=0.5,overlap=1.0); /*WIDTH: 960px; HEIGHT: 260px*/}
#no {BORDER-TOP: #725f4a 1px solid; MARGIN-TOP: 0px; BACKGROUND: #000; FILTER: alpha(Opacity=40); LEFT: -2px; WIDTH: 960px; LI... | Public/Home/css/index.css | .banners{font-size: 0;}
#focus {WIDTH: 960px; POSITION: relative; HEIGHT: 464px}
#au {FILTER: progid:DXImagetransform.Microsoft.Fade (duration=0.5,overlap=1.0); /*WIDTH: 960px; HEIGHT: 260px*/}
#no {BORDER-TOP: #725f4a 1px solid; MARGIN-TOP: 0px; BACKGROUND: #000; FILTER: alpha(Opacity=40); LEFT: -2px; WIDTH: 960px; LI... | 0.221182 | 0.132486 |
html,
body{
width: 100%;
max-width: 100%;
overflow-x: hidden;
}
:root{
--darck : #393939;
--ser: rgba(156, 156, 156, 1);
--pur: rgba(83, 66, 148, 1);
--sert: #2E2E2E;
}
*{
outline: none;
}
h1,h2,h3{
cursor: default;
}
span{
cursor: default;
}
p{
margin: 0;
cursor: default;
color: var(--sert);
}
a{
color:... | www/layot/style/style.css | html,
body{
width: 100%;
max-width: 100%;
overflow-x: hidden;
}
:root{
--darck : #393939;
--ser: rgba(156, 156, 156, 1);
--pur: rgba(83, 66, 148, 1);
--sert: #2E2E2E;
}
*{
outline: none;
}
h1,h2,h3{
cursor: default;
}
span{
cursor: default;
}
p{
margin: 0;
cursor: default;
color: var(--sert);
}
a{
color:... | 0.393152 | 0.071689 |
.one_third {
width:33.3%;
margin-right:0px;
}
.one_fourth {
width:25%;
margin-right:0px;
}
/* Pricing Table
----------------------------------------*/
.pricing_table {
text-align:center;
position:relative;
}
.pricing_table h3 {
color:#fff;
font-size:25px;
padding-bottom:30px;
}
.price h1 {
font-size:60px;
... | css/pricing_table.css | .one_third {
width:33.3%;
margin-right:0px;
}
.one_fourth {
width:25%;
margin-right:0px;
}
/* Pricing Table
----------------------------------------*/
.pricing_table {
text-align:center;
position:relative;
}
.pricing_table h3 {
color:#fff;
font-size:25px;
padding-bottom:30px;
}
.price h1 {
font-size:60px;
... | 0.241489 | 0.098599 |
body{
font-family: Helvetica, Arial, sans-serif;
}
.header{
background-color: #3B5998;
height: 82px;
}
.facebook-text{
font-size: 38px;
font-weight: 600;
}
.facebook-text:hover {
text-decoration: none;
color: white;
}
.login-box{
line-height: 16.08px;
}
label{
color: white;
font-... | public/css/javascript.css | body{
font-family: Helvetica, Arial, sans-serif;
}
.header{
background-color: #3B5998;
height: 82px;
}
.facebook-text{
font-size: 38px;
font-weight: 600;
}
.facebook-text:hover {
text-decoration: none;
color: white;
}
.login-box{
line-height: 16.08px;
}
label{
color: white;
font-... | 0.486819 | 0.090574 |
.line1 span {
background: #000; }
.headerInformation .btnInformation a:link, html.mouseDevice .headerInformation .btnInformation a:hover, .headerInformation .btnInformation a:visited, html.mouseDevice .headerInformation .btnInformation a:active {
color: #fff; }
.pageHeader.second {
background: #000; }
.announc... | style/style.css | .line1 span {
background: #000; }
.headerInformation .btnInformation a:link, html.mouseDevice .headerInformation .btnInformation a:hover, .headerInformation .btnInformation a:visited, html.mouseDevice .headerInformation .btnInformation a:active {
color: #fff; }
.pageHeader.second {
background: #000; }
.announc... | 0.413596 | 0.042325 |
body {
background: linear-gradient(to bottom, #7a3143, #190822);
background-size: cover;
font-family: 'VT323', monospace;
margin: 0 auto;
background-repeat: no-repeat;
background-attachment: fixed;
}
.bg {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: ... | static/style.css | body {
background: linear-gradient(to bottom, #7a3143, #190822);
background-size: cover;
font-family: 'VT323', monospace;
margin: 0 auto;
background-repeat: no-repeat;
background-attachment: fixed;
}
.bg {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: ... | 0.590543 | 0.154759 |
:root {
--bg-color: #f0f0f0;
--primary-color: #26547C;
background-color: var(--bg-color);
--logo-space: calc(240px - 16px);
--usrspace: calc(300px - 16px);
--searchbar: 266px;
--sort-width-1: calc(100% - var(--logo-space) - var(--usrspace) - var(--searchbar)); }
body, html {
margin: 0;
padding: 0;
... | public/static/css/wiki-styles.css | :root {
--bg-color: #f0f0f0;
--primary-color: #26547C;
background-color: var(--bg-color);
--logo-space: calc(240px - 16px);
--usrspace: calc(300px - 16px);
--searchbar: 266px;
--sort-width-1: calc(100% - var(--logo-space) - var(--usrspace) - var(--searchbar)); }
body, html {
margin: 0;
padding: 0;
... | 0.287968 | 0.087876 |
body {
font-family : Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
margin : 0;
font-size : 1vw;
}
a {
text-decoration : none;
color : black;
}
label {
font-weight : bold;
display : block;
clear : both;
margin-bottom : 0.4vw;
margin-top: 1vw;... | mvc/view/css/style.css | body {
font-family : Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
margin : 0;
font-size : 1vw;
}
a {
text-decoration : none;
color : black;
}
label {
font-weight : bold;
display : block;
clear : both;
margin-bottom : 0.4vw;
margin-top: 1vw;... | 0.312475 | 0.150403 |
.grid {
letter-spacing: -0.31em;
*letter-spacing: normal;
word-spacing: -0.43em;
}
button::-moz-focus-inner {
border: 0;
padding: 0;
margin: 0;
}
.grid .g-u {
display: inline-block;
zoom: 1;
*display: inline;
/* IE < 8: fake inline-block */
letter-spacing: normal;
word-spacing: normal;
vertic... | Assets/Admin/js/kissy/gallery/uploader/1.5/themes/cropUploader/style.css | .grid {
letter-spacing: -0.31em;
*letter-spacing: normal;
word-spacing: -0.43em;
}
button::-moz-focus-inner {
border: 0;
padding: 0;
margin: 0;
}
.grid .g-u {
display: inline-block;
zoom: 1;
*display: inline;
/* IE < 8: fake inline-block */
letter-spacing: normal;
word-spacing: normal;
vertic... | 0.479747 | 0.085862 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://www.google), url-prefix(http://images.google) {
#gsr #res .g .s {max-width:150% !important;}
#mbEnd, #rhsline.std, #pa1, #tads, #tads.c, .tas, #ImgCont > TABLE[style*='background: rgb(255, 248, 221)'], #mclip, .ads.noprint, #rv_pan... | data/usercss/20361.user.css |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://www.google), url-prefix(http://images.google) {
#gsr #res .g .s {max-width:150% !important;}
#mbEnd, #rhsline.std, #pa1, #tads, #tads.c, .tas, #ImgCont > TABLE[style*='background: rgb(255, 248, 221)'], #mclip, .ads.noprint, #rv_pan... | 0.254324 | 0.103205 |
background-color: #fff;
min-height: 5rem;
vertical-align: top;
width: 100%;
position: relative;
overflow: auto;
height: 250px;
}
#app .carousels ul{
position: absolute;
}
#app .carousels ul li{
/*display: none;*/
overflow: hidden;
height: 250px;
list-style: none;
flo... | themes/default/css/home.css | background-color: #fff;
min-height: 5rem;
vertical-align: top;
width: 100%;
position: relative;
overflow: auto;
height: 250px;
}
#app .carousels ul{
position: absolute;
}
#app .carousels ul li{
/*display: none;*/
overflow: hidden;
height: 250px;
list-style: none;
flo... | 0.312685 | 0.041676 |
header {
border: silver solid 1.5px;
}
#best_sellers {
text-align: center;
font-family: "Lucida Sans";
color: #f13c9e;
font-size: 2.2em;
text-emphasis: circle;
margin-top: 4%;
padding: 4% 0 4% 0;
opacity: 0.6;
}
.addToCart_btn {
background-color: transparent;
}
/************** Button to sc... | FD(full version)netlify/CSS/home.css | header {
border: silver solid 1.5px;
}
#best_sellers {
text-align: center;
font-family: "Lucida Sans";
color: #f13c9e;
font-size: 2.2em;
text-emphasis: circle;
margin-top: 4%;
padding: 4% 0 4% 0;
opacity: 0.6;
}
.addToCart_btn {
background-color: transparent;
}
/************** Button to sc... | 0.247351 | 0.087994 |
* {
font-family: Arial, Helvetica, sans-serif;
margin-left: 0px;
margin-right: 0px;
}
html {
height: 100%
}
body {
height: 100%;
margin: 0;
padding: 0;
font-size: 90%;
}
a {
color: black;
}
.middle {
text-align: center;
}
.text_left {
text-align: left;
}
.text_ce... | css/neuluk_0.3.css | * {
font-family: Arial, Helvetica, sans-serif;
margin-left: 0px;
margin-right: 0px;
}
html {
height: 100%
}
body {
height: 100%;
margin: 0;
padding: 0;
font-size: 90%;
}
a {
color: black;
}
.middle {
text-align: center;
}
.text_left {
text-align: left;
}
.text_ce... | 0.244093 | 0.070464 |
.icon-blank{
background:url("blank.gif"/*tpa=http://cron.qqe2.com/Cron/icons/blank.gif*/) no-repeat center center;
}
.icon-add{
background:url("edit_add.png"/*tpa=http://cron.qqe2.com/Cron/icons/edit_add.png*/) no-repeat center center;
}
.icon-edit{
background:url("pencil.png"/*tpa=http://cron.qqe2.com/Cron/icons/pe... | public/cron/icon-1.css | .icon-blank{
background:url("blank.gif"/*tpa=http://cron.qqe2.com/Cron/icons/blank.gif*/) no-repeat center center;
}
.icon-add{
background:url("edit_add.png"/*tpa=http://cron.qqe2.com/Cron/icons/edit_add.png*/) no-repeat center center;
}
.icon-edit{
background:url("pencil.png"/*tpa=http://cron.qqe2.com/Cron/icons/pe... | 0.246443 | 0.107766 |
body, html {
height: 100%;
margin: 0;
}
/* Style tab links */
.tablink {
background-color: #555;
color: white;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
font-size: 17px;
width: 25%;
}
.amore{
background-color: red !impor... | assets/css/dashvv.css | body, html {
height: 100%;
margin: 0;
}
/* Style tab links */
.tablink {
background-color: #555;
color: white;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
font-size: 17px;
width: 25%;
}
.amore{
background-color: red !impor... | 0.273283 | 0.068756 |
.details-bg{
width: 100%;
height: 5rem;
background:url(../img/banner3.png) no-repeat;
background-size: 7.5rem 5rem;
}
.vac-bar-y{
position: absolute;
width: 1.19rem;
height: 3px;
background-color: #14916A;
left: 3.2rem;
top: -0.01rem;
}
.details-1{
width: 100%;
/* height:... | daima/bear-house-app/css/details.css | .details-bg{
width: 100%;
height: 5rem;
background:url(../img/banner3.png) no-repeat;
background-size: 7.5rem 5rem;
}
.vac-bar-y{
position: absolute;
width: 1.19rem;
height: 3px;
background-color: #14916A;
left: 3.2rem;
top: -0.01rem;
}
.details-1{
width: 100%;
/* height:... | 0.402157 | 0.059592 |
/*
IMAGE CROP SETTING START
*/
.img-container,
.img-preview {
background-color: #f7f7f7;
text-align: center;
width: 100%;
}
.img-container {
margin-bottom: 1rem;
max-height: 497px;
min-height: 200px;
}
@media (min-width: 768px) {
.img-container {
min-height: 497px;
}
}
.img-container > img {... | src/lib/portal/main.css | /*
IMAGE CROP SETTING START
*/
.img-container,
.img-preview {
background-color: #f7f7f7;
text-align: center;
width: 100%;
}
.img-container {
margin-bottom: 1rem;
max-height: 497px;
min-height: 200px;
}
@media (min-width: 768px) {
.img-container {
min-height: 497px;
}
}
.img-container > img {... | 0.421314 | 0.06028 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2? family= Bebas+Neue & display=swap');
@font-face {
font-family: "idroid" ;
src: url(fontes/idroid.otf);
}
*{
margin: 0px;
padding: 0px;
}
body {
background-color: #c5ebd6;
font-family: Arial, Helvetica, sans-serif;
}
a.externo::af... | Android/estilo.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2? family= Bebas+Neue & display=swap');
@font-face {
font-family: "idroid" ;
src: url(fontes/idroid.otf);
}
*{
margin: 0px;
padding: 0px;
}
body {
background-color: #c5ebd6;
font-family: Arial, Helvetica, sans-serif;
}
a.externo::af... | 0.362066 | 0.132178 |
margin: 10px 5px;
min-height: 115px; }
#listing_aside.no-image #pixgallery .open_pixgallery {
border: 1px dashed #d9d9d9; }
#listing_aside.no-image #pixgallery .open_pixgallery .icon {
opacity: 1;
color: #262526; }
#listing_aside.no-image #pixgallery .open_pixgallery .icon:before {
c... | assets/css/admin/edit-page.css | margin: 10px 5px;
min-height: 115px; }
#listing_aside.no-image #pixgallery .open_pixgallery {
border: 1px dashed #d9d9d9; }
#listing_aside.no-image #pixgallery .open_pixgallery .icon {
opacity: 1;
color: #262526; }
#listing_aside.no-image #pixgallery .open_pixgallery .icon:before {
c... | 0.347205 | 0.055797 |
* {
margin: 0;
padding:0;
}
#header {
position: fixed;
top 0;
width: 100%;
line-height: 60px;
background-color: rgb(111, 115, 255); /*used a rgb calculator*/
color: white;
text-align: center;
font-size: 0.9em;
font-family: "Verdana", Helvetica, Arial, sans-serif;
}
#nav-bar{
height: 60px;
bac... | style.css | * {
margin: 0;
padding:0;
}
#header {
position: fixed;
top 0;
width: 100%;
line-height: 60px;
background-color: rgb(111, 115, 255); /*used a rgb calculator*/
color: white;
text-align: center;
font-size: 0.9em;
font-family: "Verdana", Helvetica, Arial, sans-serif;
}
#nav-bar{
height: 60px;
bac... | 0.318273 | 0.078501 |
body {
background-color: #fff;
}
.order_list {
border-bottom: 5px solid #eee;
}
.order_list .goods_list li {
padding: 10px;
background-color: #fff;
margin-bottom: 2px;
}
.order_list .goods_list li .list_content img {
width: 72px;
height: 72px;
float: left;
}
.order_list .goods_list li .list_content .goo... | template/mobile/new/static/css/cart-order.css | body {
background-color: #fff;
}
.order_list {
border-bottom: 5px solid #eee;
}
.order_list .goods_list li {
padding: 10px;
background-color: #fff;
margin-bottom: 2px;
}
.order_list .goods_list li .list_content img {
width: 72px;
height: 72px;
float: left;
}
.order_list .goods_list li .list_content .goo... | 0.522689 | 0.075927 |
.root {
-fx-font-family: "Rubik Medium";
-fx-font-size: 13;
-toolbar-text-fill: white;
-toolbar-background-color: rgb(43, 43, 43);
-toolbar-button-pressed-color: rgba(255, 255, 255, .4);
-toolbar-button-selected-color: rgba(255, 255, 255, .1);
-drop-shadow-1: dropshadow(gaussian, rgba(0, 0,... | src/main/resources/com/dlsc/jpro/calendar/calendar.css | .root {
-fx-font-family: "Rubik Medium";
-fx-font-size: 13;
-toolbar-text-fill: white;
-toolbar-background-color: rgb(43, 43, 43);
-toolbar-button-pressed-color: rgba(255, 255, 255, .4);
-toolbar-button-selected-color: rgba(255, 255, 255, .1);
-drop-shadow-1: dropshadow(gaussian, rgba(0, 0,... | 0.63273 | 0.0771 |
.message-group:not(.compact) .avatar-large[style*="ID"] ~ .comment .message h2 span.username-wrapper::after,.channel-members .member .avatar-small[style*="ID"] ~ .member-inner .member-username .member-username-inner::after{content:"TAG";background:color;color:#fff;border-radius:3px;border: 1px solid transparent;margin-... | css/Tags.css | .message-group:not(.compact) .avatar-large[style*="ID"] ~ .comment .message h2 span.username-wrapper::after,.channel-members .member .avatar-small[style*="ID"] ~ .member-inner .member-username .member-username-inner::after{content:"TAG";background:color;color:#fff;border-radius:3px;border: 1px solid transparent;margin-... | 0.360039 | 0.049543 |
1) OVERVIEW
**********/
.overview {
padding: 50px 0 90px;
background-color: #253646;
}
.overview .section-header { margin-bottom: 60px; }
@media (min-width: 768px) {
.overview .section-header { margin-bottom: 70px; }
}
.overview .tab-pane { padding: 40px 0 0; }
/* Section Content */
.overview .o... | src/files/css/components/component_overview.css | 1) OVERVIEW
**********/
.overview {
padding: 50px 0 90px;
background-color: #253646;
}
.overview .section-header { margin-bottom: 60px; }
@media (min-width: 768px) {
.overview .section-header { margin-bottom: 70px; }
}
.overview .tab-pane { padding: 40px 0 0; }
/* Section Content */
.overview .o... | 0.433022 | 0.065695 |
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700');
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
/*! bulma.io v0.7.2 | MIT License | github.com/jgthms/bulma */
html {
background-color: #f5f5f5;
color: #555... | simple_login/static/styles.css | @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700');
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
/*! bulma.io v0.7.2 | MIT License | github.com/jgthms/bulma */
html {
background-color: #f5f5f5;
color: #555... | 0.470493 | 0.111386 |
@import url("https://fonts.googleapis.com/css2?family=Quicksand&family=Open+Sans&family=Roboto&display=swap");
html,
body {
margin: 0;
padding: 0;
height: 100vh;
width: 100%;
font-family: Quicksand;
color: white;
background-color: black;
}
/* Style the navbar */
#navbar {
overflow: hidden;
backgroun... | style.css | @import url("https://fonts.googleapis.com/css2?family=Quicksand&family=Open+Sans&family=Roboto&display=swap");
html,
body {
margin: 0;
padding: 0;
height: 100vh;
width: 100%;
font-family: Quicksand;
color: white;
background-color: black;
}
/* Style the navbar */
#navbar {
overflow: hidden;
backgroun... | 0.423458 | 0.111145 |
.fusion-chart.legend-bottom .fusion-chart-inner,
.fusion-chart.legend-left .fusion-chart-inner,
.fusion-chart.legend-right .fusion-chart-inner,
.fusion-chart.legend-top .fusion-chart-inner {
display: flex;
flex-direction: row;
}
.fusion-chart.legend-bottom .fusion-chart-inner,
.fusion-chart.legend-top .fusion-chart... | wp-app/wp-content/plugins/fusion-builder/assets/css/shortcodes/chart.css | .fusion-chart.legend-bottom .fusion-chart-inner,
.fusion-chart.legend-left .fusion-chart-inner,
.fusion-chart.legend-right .fusion-chart-inner,
.fusion-chart.legend-top .fusion-chart-inner {
display: flex;
flex-direction: row;
}
.fusion-chart.legend-bottom .fusion-chart-inner,
.fusion-chart.legend-top .fusion-chart... | 0.769687 | 0.053403 |
@charset "UTF-8";
.blueTheme {
background-color: #07a9f1;
color: #ffffff;
}
.whiteTheme {
background-color: #ffffff;
color: #333;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 <NAME>
*/
.animated,
.line {
-webkit-animation... | public/css/main.css | @charset "UTF-8";
.blueTheme {
background-color: #07a9f1;
color: #ffffff;
}
.whiteTheme {
background-color: #ffffff;
color: #333;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 <NAME>
*/
.animated,
.line {
-webkit-animation... | 0.537041 | 0.162347 |
@import url('https://fonts.googleapis.com/css?family=Noto+Sans|Varela+Round');
@import url('https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css');
/* colors
https://color.adobe.com/create/color-wheel/?base=2&rule=Shades&selected=3&name=My%20Color%20Theme&mode=rgb&rgbvalues=0.75,0.5077714426389784,0.134... | responsive-tables.css | @import url('https://fonts.googleapis.com/css?family=Noto+Sans|Varela+Round');
@import url('https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css');
/* colors
https://color.adobe.com/create/color-wheel/?base=2&rule=Shades&selected=3&name=My%20Color%20Theme&mode=rgb&rgbvalues=0.75,0.5077714426389784,0.134... | 0.499756 | 0.137128 |
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@500&family=Source+Sans+Pro:wght@700&display=swap);* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.container {
max-width: 1200px;
padding: 0 15px;
margin: 0 auto;
}
body {
font-family: "Roboto", sans-serif;
}
.header {
background-c... | public/css/app.css | @import url(https://fonts.googleapis.com/css2?family=Roboto:wght@500&family=Source+Sans+Pro:wght@700&display=swap);* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.container {
max-width: 1200px;
padding: 0 15px;
margin: 0 auto;
}
body {
font-family: "Roboto", sans-serif;
}
.header {
background-c... | 0.336331 | 0.085137 |
html {font-size: 100px;}
.header {position:relative;height: 1.12rem;background-color: black; padding: .23rem .16rem; z-index: 2}
.logo {
float: left;
width: 2.1rem;
height: .62rem;
margin-top: .25rem;
}
.logo a {
display: block;
width: 100%;
height: 100%;
background: url("../images/logo.... | css/index.css | html {font-size: 100px;}
.header {position:relative;height: 1.12rem;background-color: black; padding: .23rem .16rem; z-index: 2}
.logo {
float: left;
width: 2.1rem;
height: .62rem;
margin-top: .25rem;
}
.logo a {
display: block;
width: 100%;
height: 100%;
background: url("../images/logo.... | 0.383295 | 0.094052 |
$main-color: #111;
$origin-eye-color: #eee;
$staring-eye-color: #00ffff;
.head {
-webkit-backface-visibility: hidden;
position: relative;
margin: -250px auto;
width: 80px;
height: 80px;
background-color: $main-color;
border-radius: 50px;
box-shadow: inset -4px 2px 0px 0px $origin-eye-color;
animation... | front-end/app/components/Loading/styles.css | $main-color: #111;
$origin-eye-color: #eee;
$staring-eye-color: #00ffff;
.head {
-webkit-backface-visibility: hidden;
position: relative;
margin: -250px auto;
width: 80px;
height: 80px;
background-color: $main-color;
border-radius: 50px;
box-shadow: inset -4px 2px 0px 0px $origin-eye-color;
animation... | 0.481698 | 0.085099 |
body {
background-color: #8EC5FC;
background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);
background-size: cover;
background-repeat: no-repeat;
margin: 0;
height: 100vh;
width: 100vw;
}
.frontContainer {
height: 85vh;
display: flex;
justify-content: center;
align... | main.css | body {
background-color: #8EC5FC;
background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);
background-size: cover;
background-repeat: no-repeat;
margin: 0;
height: 100vh;
width: 100vw;
}
.frontContainer {
height: 85vh;
display: flex;
justify-content: center;
align... | 0.585575 | 0.09886 |
.loginPage {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
background: #f9f9f9;
align-items: center;
justify-content: center;
height: 100%;
min-height: 560px;
}
.loginPage .loginContainer {
width: 100%;
max-width: 257px;
border: 1px sol... | packages/applications/default-application/source/css/login.css | .loginPage {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
background: #f9f9f9;
align-items: center;
justify-content: center;
height: 100%;
min-height: 560px;
}
.loginPage .loginContainer {
width: 100%;
max-width: 257px;
border: 1px sol... | 0.304042 | 0.049451 |
.text-center.footer-nav {
display: none;
}
.colorDefault {
color: #ededed;
}
.backgroundDefault {
background: #ededed;
}
.borderDefault {
border-color: #ededed;
}
.colorPrimary {
color: #708fa0 !important;
}
.backgroundPrimary {
background: #708fa0 !important;
}
.borderPrimary {
border-colo... | aesthetic.css | .text-center.footer-nav {
display: none;
}
.colorDefault {
color: #ededed;
}
.backgroundDefault {
background: #ededed;
}
.borderDefault {
border-color: #ededed;
}
.colorPrimary {
color: #708fa0 !important;
}
.backgroundPrimary {
background: #708fa0 !important;
}
.borderPrimary {
border-colo... | 0.171408 | 0.087525 |
@import url("https://fonts.googleapis.com/css?family=Dosis|Josefin+Sans|Signika&display=swap");
/* font-family: 'Dosis', sans-serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Signika', sans-serif; */
/* * body{
font-family: 'Montserrat', sans-serif;
-webkit-font-family: 'Montserrat', sans-serif;
-moz... | public/assets/author/css/style.css | @import url("https://fonts.googleapis.com/css?family=Dosis|Josefin+Sans|Signika&display=swap");
/* font-family: 'Dosis', sans-serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Signika', sans-serif; */
/* * body{
font-family: 'Montserrat', sans-serif;
-webkit-font-family: 'Montserrat', sans-serif;
-moz... | 0.385143 | 0.080574 |
@import '../../css/variables.css';
.contact a {
border-bottom: 0;
width: 400px;
}
.lineBreak {
height: 3px;
width: 100px;
background: var(--colorBlack);
margin: calc(var(--gutter) * 2.5) 0;
}
.email {
font-size: 1.333rem;
}
.link:hover {
border-bottom: 1px solid;
}
.social li {
display: inline-bl... | src/components/contact-netlify-form/styles.module.css | @import '../../css/variables.css';
.contact a {
border-bottom: 0;
width: 400px;
}
.lineBreak {
height: 3px;
width: 100px;
background: var(--colorBlack);
margin: calc(var(--gutter) * 2.5) 0;
}
.email {
font-size: 1.333rem;
}
.link:hover {
border-bottom: 1px solid;
}
.social li {
display: inline-bl... | 0.253399 | 0.069542 |
@namespace url(http://www.w3.org/1999/xhtml);
/*************************************************************/
/* Pour toutes les pages http://forums/mediabox sauf le wiki */
/*************************************************************/
@-moz-document regexp("^http://forums\.mediabox\.fr(?!/wiki).*") {
/* Fon... | data/usercss/61086.user.css | @namespace url(http://www.w3.org/1999/xhtml);
/*************************************************************/
/* Pour toutes les pages http://forums/mediabox sauf le wiki */
/*************************************************************/
@-moz-document regexp("^http://forums\.mediabox\.fr(?!/wiki).*") {
/* Fon... | 0.133302 | 0.078395 |
* {
margin:0;
padding:0;
}
body {
font-family:"나눔스퀘어라운드", "나눔바른고딕";
font-size:12px;
color:#444444;
background-color:white;
}
#wrap {
width:990px;
margin:0 auto;
}
ul {
list-style-type:none;
}
a:link, a:visited, a:hover, a:active {
text-decoration:none;
color:#444444;
}
.clear ... | css/common.css | * {
margin:0;
padding:0;
}
body {
font-family:"나눔스퀘어라운드", "나눔바른고딕";
font-size:12px;
color:#444444;
background-color:white;
}
#wrap {
width:990px;
margin:0 auto;
}
ul {
list-style-type:none;
}
a:link, a:visited, a:hover, a:active {
text-decoration:none;
color:#444444;
}
.clear ... | 0.219003 | 0.069415 |
@import url('//hello.myfonts.net/count/2e6b7c');
@font-face {
font-family: 'Larsseit';
font-weight: normal;
src: url('https://du9l8eemj97rm.cloudfront.net/fonts/larsseit/2E6B7C_8_0.eot');
src: url('https://du9l8eemj97rm.cloudfront.net/fonts/larsseit/2E6B7C_8_0.eot?#iefix')
format('embedded-opentype'),
... | packages/common/src/css/core/fonts.css | @import url('//hello.myfonts.net/count/2e6b7c');
@font-face {
font-family: 'Larsseit';
font-weight: normal;
src: url('https://du9l8eemj97rm.cloudfront.net/fonts/larsseit/2E6B7C_8_0.eot');
src: url('https://du9l8eemj97rm.cloudfront.net/fonts/larsseit/2E6B7C_8_0.eot?#iefix')
format('embedded-opentype'),
... | 0.243013 | 0.133556 |
The intention of this sheet is to serve as the primary
source for all documents on this archive. It is not
meant to be exhaustive nor cater to every style, but to
serve every primary need in as diverse a range of
documents and possible uses, while at the same time
being as basic, malleable and versatile as possibl... | zip/testes/relat10h/works-blue.css | The intention of this sheet is to serve as the primary
source for all documents on this archive. It is not
meant to be exhaustive nor cater to every style, but to
serve every primary need in as diverse a range of
documents and possible uses, while at the same time
being as basic, malleable and versatile as possibl... | 0.458591 | 0.218669 |
:root{
--color-loader: white;
/*-#f7a941 */
}
/*CSS para el load*/
.loaderWeb{
display: none;
width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 100;background: rgba(0, 0, 0, 0.7);
}
.loaderWeb #contenedor{
width: auto;
height: auto;
position: absolute;
top: 50%;
righ... | public/css/loader.css | :root{
--color-loader: white;
/*-#f7a941 */
}
/*CSS para el load*/
.loaderWeb{
display: none;
width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 100;background: rgba(0, 0, 0, 0.7);
}
.loaderWeb #contenedor{
width: auto;
height: auto;
position: absolute;
top: 50%;
righ... | 0.377655 | 0.301953 |
.c1 {
justify-content: center;
display: flex;
}
.container {
display: flex;
background-color: #7e7a8f;
justify-content: space-between;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
margin-top: 60px;
height: 530px;
width: 1100px;
justify-content: center;
}
#m2 {
display: none;
}
.main-im... | src/main/AboutUsMain/AboutUsMain.css | .c1 {
justify-content: center;
display: flex;
}
.container {
display: flex;
background-color: #7e7a8f;
justify-content: space-between;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
margin-top: 60px;
height: 530px;
width: 1100px;
justify-content: center;
}
#m2 {
display: none;
}
.main-im... | 0.444083 | 0.076684 |
body {
padding-top: 60px;
}
.not-active {
pointer-events: none;
cursor: default;
}
.sidebar {
min-width: 200px;
max-width: 200px;
float: left;
}
.main-content {
margin-left: 250px;
}
.bs-docs-sidenav {
width: 220px;
margin: 30px 0 0;
padding: 0;
background-color: #fff;
... | designer/public/css/dashboard.css | body {
padding-top: 60px;
}
.not-active {
pointer-events: none;
cursor: default;
}
.sidebar {
min-width: 200px;
max-width: 200px;
float: left;
}
.main-content {
margin-left: 250px;
}
.bs-docs-sidenav {
width: 220px;
margin: 30px 0 0;
padding: 0;
background-color: #fff;
... | 0.52074 | 0.133302 |
*{
margin:0;
padding:0;
}
a{
text-decoration: none;
color: #5bc0de;
border:0;
}
.cli{
text-decoration: none;
color: #5bc0de;
border:0;
font-weight: 400;
}
li{
list-style: none;
}
input{
outline: none;
}
textarea{
resize:none;
overflow-y:scroll;
font-size: 16px;
... | public/static/css/application_remove.css | *{
margin:0;
padding:0;
}
a{
text-decoration: none;
color: #5bc0de;
border:0;
}
.cli{
text-decoration: none;
color: #5bc0de;
border:0;
font-weight: 400;
}
li{
list-style: none;
}
input{
outline: none;
}
textarea{
resize:none;
overflow-y:scroll;
font-size: 16px;
... | 0.322419 | 0.052814 |
* {
box-sizing: border-box;
}
body {
background-color: #f1f1f1;
padding: 20px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
/* Navbar styling*/
nav {
position: relative;
margin: 20px 0;
text-align: center;
}
nav ul {
margin: 0;
padding: 0;
}
... | assets/style.css | * {
box-sizing: border-box;
}
body {
background-color: #f1f1f1;
padding: 20px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
/* Navbar styling*/
nav {
position: relative;
margin: 20px 0;
text-align: center;
}
nav ul {
margin: 0;
padding: 0;
}
... | 0.395251 | 0.117876 |
.select-options__menu {
z-index: 100 !important;
}
/*
* Recover select options
*/
.dark .select-options__control {
background-color: rgba(6, 27, 47, 0.5);
border-radius: 0px;
border-width: 0px;
}
.dark .select-options__control-is-focused {
background-color: rgba(255, 255, 255, 0.07);
box-sh... | slog/src/components/selectoptions.css | .select-options__menu {
z-index: 100 !important;
}
/*
* Recover select options
*/
.dark .select-options__control {
background-color: rgba(6, 27, 47, 0.5);
border-radius: 0px;
border-width: 0px;
}
.dark .select-options__control-is-focused {
background-color: rgba(255, 255, 255, 0.07);
box-sh... | 0.406155 | 0.09122 |
body{
background-color: #181928; /*rgb(10, 10, 10) (105, 102, 105)*/
margin: auto;
margin-left: 300px;
margin-top: 2%;
margin-bottom: 2%;
width: 70%;
}
section.sidenav{
height: 100%; /* Full-height: remove this if you want "auto" height */
width: 270px; /* Set the width of the sidebar *... | juhansmn.css | body{
background-color: #181928; /*rgb(10, 10, 10) (105, 102, 105)*/
margin: auto;
margin-left: 300px;
margin-top: 2%;
margin-bottom: 2%;
width: 70%;
}
section.sidenav{
height: 100%; /* Full-height: remove this if you want "auto" height */
width: 270px; /* Set the width of the sidebar *... | 0.501953 | 0.120983 |
.filter-black-management {
background-color: rgba(0, 0, 0, 0.6);
height : 100%;
}
.container-management-index {
display : flex;
align-items : center;
justify-content: center;
flex-wrap : wrap;
}
.management-index-background {
background-image : url(../images/fondoadmin.jpg)... | site/public/stylesheets/management.css |
.filter-black-management {
background-color: rgba(0, 0, 0, 0.6);
height : 100%;
}
.container-management-index {
display : flex;
align-items : center;
justify-content: center;
flex-wrap : wrap;
}
.management-index-background {
background-image : url(../images/fondoadmin.jpg)... | 0.308815 | 0.072276 |
.chat body, html.chat{overflow:hidden;}
.chat_warn {
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
right: 0;
text-align: center;
height: 42px;
}.ic.chat_warn_i {
background-image: url(images/chat/warn-16.png);
display: inline-block;
vertical-align: middle;
... | sites/CodeCanyon/v. 2/Script/template/original/css/chat.css | .chat body, html.chat{overflow:hidden;}
.chat_warn {
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
right: 0;
text-align: center;
height: 42px;
}.ic.chat_warn_i {
background-image: url(images/chat/warn-16.png);
display: inline-block;
vertical-align: middle;
... | 0.463201 | 0.068913 |
.holder {
position: relative;
height: 100vh;
width: 100%;
min-height: 1000px;
min-width: 1300px;
}
.first {
display: grid;
grid-template-columns: repeat(4, 1fr);
height: 70%;
background: #141414;
color: white;
background-image: url("../public/icons/Bars.svg");
background-repeat: no-repeat;
background-posi... | client/styles/first.module.css | .holder {
position: relative;
height: 100vh;
width: 100%;
min-height: 1000px;
min-width: 1300px;
}
.first {
display: grid;
grid-template-columns: repeat(4, 1fr);
height: 70%;
background: #141414;
color: white;
background-image: url("../public/icons/Bars.svg");
background-repeat: no-repeat;
background-posi... | 0.482185 | 0.078642 |
All custom ids and classes used for the theme, starts with "fabtheme".
For documentation page, it uses "fabthemeDoc".
*/
/* TABLE OF CONTENTS */
/*
1. body
1.1 #fabtheme-body
2. headlines
h1, h2, h3
3. headings
3.1 .fabtheme-headings
4. about
4.1 .fabtheme-about
5. services
5.1 .fabtheme-services-1
5... | public/website/css/main_style.css | All custom ids and classes used for the theme, starts with "fabtheme".
For documentation page, it uses "fabthemeDoc".
*/
/* TABLE OF CONTENTS */
/*
1. body
1.1 #fabtheme-body
2. headlines
h1, h2, h3
3. headings
3.1 .fabtheme-headings
4. about
4.1 .fabtheme-about
5. services
5.1 .fabtheme-services-1
5... | 0.246896 | 0.046965 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: #111;
}
.container {
position: relative;
width: 100%;
display: flex;
justify-content: center;
a... | CSS Animation Effects | Html CSS Only/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: #111;
}
.container {
position: relative;
width: 100%;
display: flex;
justify-content: center;
a... | 0.433502 | 0.087213 |
* {
margin: 0;
box-sizing: border-box;
font-family: Helvetica, Arial, sans-serif;
}
body {
font-size: 16px;
margin: 1px;
}
header {
position: sticky;
top: 0;
z-index: 100;
}
.reallywhitefont {
color: #fff;
}
.whitefont {
color: #c0c0c0;
}
.greyfont {
color: #858585;
}
.orangefont {
color: ... | assets/style.css | * {
margin: 0;
box-sizing: border-box;
font-family: Helvetica, Arial, sans-serif;
}
body {
font-size: 16px;
margin: 1px;
}
header {
position: sticky;
top: 0;
z-index: 100;
}
.reallywhitefont {
color: #fff;
}
.whitefont {
color: #c0c0c0;
}
.greyfont {
color: #858585;
}
.orangefont {
color: ... | 0.479504 | 0.082217 |
@charset "UTF-8";
body{
margin: 0;
padding: 0;
font-family: 'Hiragino Kaku Gothic Pro',Meiryo, arial, helvetica, clean, sans-serif;
}
#wrapper{
background: #fff url(../images/sp/bg_wrapper.png);
background-size: contain;
font-size: 12px;
position: relative;
}
#wrapper *{
margin:0;
padding:0;
... | test/css/present_style_sp.css | @charset "UTF-8";
body{
margin: 0;
padding: 0;
font-family: 'Hiragino Kaku Gothic Pro',Meiryo, arial, helvetica, clean, sans-serif;
}
#wrapper{
background: #fff url(../images/sp/bg_wrapper.png);
background-size: contain;
font-size: 12px;
position: relative;
}
#wrapper *{
margin:0;
padding:0;
... | 0.242026 | 0.032314 |
pre.pygments .hll { background-color: #ffffcc }
pre.pygments, pre.pygments code { background: #ffffff; }
pre.pygments .tok-c { color: #008000 } /* Comment */
pre.pygments .tok-err { border: 1px solid #FF0000 } /* Error */
pre.pygments .tok-k { color: #0000ff } /* Keyword */
pre.pygments .tok-ch { color: #008000 } /* Co... | docs/assets/css/asciidoc-pygments.css | pre.pygments .hll { background-color: #ffffcc }
pre.pygments, pre.pygments code { background: #ffffff; }
pre.pygments .tok-c { color: #008000 } /* Comment */
pre.pygments .tok-err { border: 1px solid #FF0000 } /* Error */
pre.pygments .tok-k { color: #0000ff } /* Keyword */
pre.pygments .tok-ch { color: #008000 } /* Co... | 0.453504 | 0.139924 |
html, body {
display: block;
position: relative;
margin: 0;
padding: 0;
}
html {
height: 100%;
}
body {
min-height: 100%;
font-family: Helvetica, Arial, sans-serif;
font-size: 15px;
}
h1, h2 {
margin: 0 0 0.5em 0;
}
input[type="text"] {
margin: 0;
border: 1px solid #aaa;
padding: 0.5em;
... | public/css/paper-issues.css | html, body {
display: block;
position: relative;
margin: 0;
padding: 0;
}
html {
height: 100%;
}
body {
min-height: 100%;
font-family: Helvetica, Arial, sans-serif;
font-size: 15px;
}
h1, h2 {
margin: 0 0 0.5em 0;
}
input[type="text"] {
margin: 0;
border: 1px solid #aaa;
padding: 0.5em;
... | 0.512449 | 0.107204 |
pre.sh_sourceCode{background-color: #3f3f3f;color:#dcdccc;font-weight:normal;font-style:normal;}
pre.sh_sourceCode .sh_keyword{color:#f0dfaf;font-weight:bold;font-style:normal;}
pre.sh_sourceCode .sh_type{color:#dfdfbf;font-weight:bold;font-style:normal;}
pre.sh_sourceCode .sh_string{color:#cc9393;font-weight:normal;fo... | js/shjs/sh_zenburn.min.css | pre.sh_sourceCode{background-color: #3f3f3f;color:#dcdccc;font-weight:normal;font-style:normal;}
pre.sh_sourceCode .sh_keyword{color:#f0dfaf;font-weight:bold;font-style:normal;}
pre.sh_sourceCode .sh_type{color:#dfdfbf;font-weight:bold;font-style:normal;}
pre.sh_sourceCode .sh_string{color:#cc9393;font-weight:normal;fo... | 0.191328 | 0.051463 |
input[type=range] {
box-sizing: border-box;
font-size: 16px;
line-height: 1;
height: 2em;
background-color: transparent;
cursor: pointer;
-webkit-appearance: none;
width: 100%;
}
input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
}
input[type=range]:focus {
outline: none;
}
input[ty... | css/range.css | input[type=range] {
box-sizing: border-box;
font-size: 16px;
line-height: 1;
height: 2em;
background-color: transparent;
cursor: pointer;
-webkit-appearance: none;
width: 100%;
}
input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
}
input[type=range]:focus {
outline: none;
}
input[ty... | 0.430147 | 0.09426 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("forum.korben.info") {
/* --------------------------------- */
/* PARTIE COMMUNE A TOUTES LES PAGES */
/* --------------------------------- */
body { font-family: Verdana !important; }
/* Modifie le header */
#branding { background-image... | data/usercss/33264.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("forum.korben.info") {
/* --------------------------------- */
/* PARTIE COMMUNE A TOUTES LES PAGES */
/* --------------------------------- */
body { font-family: Verdana !important; }
/* Modifie le header */
#branding { background-image... | 0.19853 | 0.07946 |
.App {
text-align: center;
}
body{
background-color:whitesmoke;
}
input{
text-align:center;
}
.header {
background-color: #222;
color: white;
margin-bottom: 0;
}
.searchBox {
width:50%;
text-align: center;
margin-top: 2em;
}
.departmentsGrid{
margin-top:1em;
border-bottom: 1px solid #ccc;
... | ui/src/App.css | .App {
text-align: center;
}
body{
background-color:whitesmoke;
}
input{
text-align:center;
}
.header {
background-color: #222;
color: white;
margin-bottom: 0;
}
.searchBox {
width:50%;
text-align: center;
margin-top: 2em;
}
.departmentsGrid{
margin-top:1em;
border-bottom: 1px solid #ccc;
... | 0.55652 | 0.094385 |
Common and unsorted
*/
.siesta-test-initializing .x-grid-item-container:empty::after {
font-size : 0.85em;
color : #777;
white-space : nowrap;
}
.siesta-assertion-grid .x-grid-body {
border-top : 0 none;
}
/*=================================================================================... | node_modules/neo.mjs/node_modules/siesta-lite/lib/Siesta/Project/Browser/UI/AssertionGrid-theme.css | Common and unsorted
*/
.siesta-test-initializing .x-grid-item-container:empty::after {
font-size : 0.85em;
color : #777;
white-space : nowrap;
}
.siesta-assertion-grid .x-grid-body {
border-top : 0 none;
}
/*=================================================================================... | 0.51562 | 0.269139 |
.img-caption {
position: relative;
width: 27%;
}
.img-caption img {
vertical-align: middle;
width: 100%;
}
.img-caption .caption {
background-color: black;
color: white;
width: 100%;
}
/*
Move Up Animation
________________________________________________________
*/
.finalStateMoveUp... | static/css/img-captions.css | .img-caption {
position: relative;
width: 27%;
}
.img-caption img {
vertical-align: middle;
width: 100%;
}
.img-caption .caption {
background-color: black;
color: white;
width: 100%;
}
/*
Move Up Animation
________________________________________________________
*/
.finalStateMoveUp... | 0.550607 | 0.140838 |
.l-container {
position: relative;
width: 100%;
margin-right: auto;
margin-left: auto;
}
.l-container.is-fluid {
max-width: 100% !important;
}
@media (min-width: 410px) {
.l-container {
max-width: 395px;
}
}
@media (min-width: 576px) {
.l-container {
max-width: 540px;
}
}
@media (min-width... | styles/layout.css | .l-container {
position: relative;
width: 100%;
margin-right: auto;
margin-left: auto;
}
.l-container.is-fluid {
max-width: 100% !important;
}
@media (min-width: 410px) {
.l-container {
max-width: 395px;
}
}
@media (min-width: 576px) {
.l-container {
max-width: 540px;
}
}
@media (min-width... | 0.358241 | 0.056029 |
* {
margin: 0;
padding: 0;
border: none;
box-sizing: border-box;
}
.hide {
display: none;
height: 0px;
}
.container{
justify-content: flex-start;
height: 100vh;
}
ul {
height: 100vh;
padding-top: 1%;
overflow: auto;
}
.header{
min-height: 15vh;
padding-top: 1%;
flex-grow: 1;
justify-cont... | css/style.css | * {
margin: 0;
padding: 0;
border: none;
box-sizing: border-box;
}
.hide {
display: none;
height: 0px;
}
.container{
justify-content: flex-start;
height: 100vh;
}
ul {
height: 100vh;
padding-top: 1%;
overflow: auto;
}
.header{
min-height: 15vh;
padding-top: 1%;
flex-grow: 1;
justify-cont... | 0.385143 | 0.09947 |
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, ... | yii2-app-advanced/frontend/web/stylesheets/screen.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.225417 | 0.054224 |
@charset "UTF-8";
@font-face {
font-family: 'pf_beausans_probold';
src: url("/fonts//pfbeausanspro-bold_0-webfont.eot");
src: url("/fonts//pfbeausanspro-bold_0-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts//pfbeausanspro-bold_0-webfont.woff2") format("woff2"), url("/fonts//pfbeausanspro-bold_0-we... | public/css/style.css | @charset "UTF-8";
@font-face {
font-family: 'pf_beausans_probold';
src: url("/fonts//pfbeausanspro-bold_0-webfont.eot");
src: url("/fonts//pfbeausanspro-bold_0-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts//pfbeausanspro-bold_0-webfont.woff2") format("woff2"), url("/fonts//pfbeausanspro-bold_0-we... | 0.378 | 0.058777 |
bg50001 { background: blue repeat scroll right top url(test.jpg) }
bg50002 { background: blue repeat scroll right top }
bg50003 { background: blue repeat scroll right url(test.jpg) }
bg50004 { background: blue repeat scroll right }
bg50005 { background: blue repeat scroll top center none }
bg50006 { background: blue re... | autotest/testsuite/properties/positive/background/css3/002-af.css | bg50001 { background: blue repeat scroll right top url(test.jpg) }
bg50002 { background: blue repeat scroll right top }
bg50003 { background: blue repeat scroll right url(test.jpg) }
bg50004 { background: blue repeat scroll right }
bg50005 { background: blue repeat scroll top center none }
bg50006 { background: blue re... | 0.463687 | 0.828176 |
* {margin:0; padding:0; outline:none;}
html {}
body {font:normal 12px Tahoma, sans-serif; color:black; background:#f2f2f2;}
img {border:0;}
.clear {height:0 !important; clear:both;}
a {color:#003366; text-decoration:underline; cursor:pointer;}
a:hover {text-decoration:none;}
h1 { font-weight:bold; font-size:16px; line-... | distributeme-registry/src/main/webapp/styles/common.css | * {margin:0; padding:0; outline:none;}
html {}
body {font:normal 12px Tahoma, sans-serif; color:black; background:#f2f2f2;}
img {border:0;}
.clear {height:0 !important; clear:both;}
a {color:#003366; text-decoration:underline; cursor:pointer;}
a:hover {text-decoration:none;}
h1 { font-weight:bold; font-size:16px; line-... | 0.289874 | 0.106505 |
@font-face {
font-family: 'Patua One';
font-style: normal;
font-weight: 400;
src: url(../fonts/patua-one-400-normal.eot);
src: local('Patua One'), local('PatuaOne-Regular'), url(../fonts/patua-one-400-normal.woff) format('woff'), url(../fonts/patua-one-400-normal.ttf) format('truetype'), url(../fonts/patua-one-400... | smart-zeppelin/zeppelin-web/src/fonts/google-fonts.css | @font-face {
font-family: 'Patua One';
font-style: normal;
font-weight: 400;
src: url(../fonts/patua-one-400-normal.eot);
src: local('Patua One'), local('PatuaOne-Regular'), url(../fonts/patua-one-400-normal.woff) format('woff'), url(../fonts/patua-one-400-normal.ttf) format('truetype'), url(../fonts/patua-one-400... | 0.23231 | 0.046681 |
a:hover {
text-decoration: none !important;
}
a:hover, [class~=menu] ul li a:hover {
transition: all .5s ease;
}
[class~=lp] {
padding-left: 145px;
}
[class~=lp] {
padding-bottom: 45pt;
}
[class~=hom-trend-img] img:hover {
-webkit-transform: scale(1.1);
}
a:hover {
-webkit-transition: all .... | public/frontend/assets/css/style.css | a:hover {
text-decoration: none !important;
}
a:hover, [class~=menu] ul li a:hover {
transition: all .5s ease;
}
[class~=lp] {
padding-left: 145px;
}
[class~=lp] {
padding-bottom: 45pt;
}
[class~=hom-trend-img] img:hover {
-webkit-transform: scale(1.1);
}
a:hover {
-webkit-transition: all .... | 0.425963 | 0.242632 |
html, body {
height: 100%;
width: 100%;
}
@media (min-width:481px){
/* styles for mobile browsers smaller than 480px; (iPhone) */
body {
background: #f5f5f5 url('../assets/iPhone.png') no-repeat top center;
}
.container {
height: 667px;
width: 372px;
padding: 111... | docs/tellthetime/styles/app.css | html, body {
height: 100%;
width: 100%;
}
@media (min-width:481px){
/* styles for mobile browsers smaller than 480px; (iPhone) */
body {
background: #f5f5f5 url('../assets/iPhone.png') no-repeat top center;
}
.container {
height: 667px;
width: 372px;
padding: 111... | 0.256366 | 0.064447 |
.stickarea {
width: 800px;
height: 500px;
}
.stickarea .b,
.stickarea .g {
width: 200px;
height: 200px;
}
.stickarea .b {
position: absolute;
top: 300px;
left: 100px;
}
.stickarea .g {
position: absolute;
top: 300px;
left: 500px;
}
.stickarea .o {
width: 300px;
}
.stick... | css/balloons.css |
.stickarea {
width: 800px;
height: 500px;
}
.stickarea .b,
.stickarea .g {
width: 200px;
height: 200px;
}
.stickarea .b {
position: absolute;
top: 300px;
left: 100px;
}
.stickarea .g {
position: absolute;
top: 300px;
left: 500px;
}
.stickarea .o {
width: 300px;
}
.stick... | 0.659624 | 0.09472 |
@import 'night/codeblock.dark.css';
@import 'night/mermaid.dark.css';
@import 'night/sourcemode.dark.css';
@import 'lostkeys.css';
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,700');
:root {
--accent-color: #5661B3;
--accented-background-color: #303b41;
--background-color: #131224;
--font-... | theme/lostkeys-allophone.css | @import 'night/codeblock.dark.css';
@import 'night/mermaid.dark.css';
@import 'night/sourcemode.dark.css';
@import 'lostkeys.css';
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,700');
:root {
--accent-color: #5661B3;
--accented-background-color: #303b41;
--background-color: #131224;
--font-... | 0.193795 | 0.100613 |
.container {
position: relative;
height: 150px;
max-width: 103px;
margin: 0 auto;
background-color: gray;}
.container img {margin-bottom: -5px}
.container .content {
position: absolute;
bottom: 0;
background-color: gray;
/*background: rgba(0, 0, 0, 0.5); /* Black background with transp... | css/on-off-switch.css | .container {
position: relative;
height: 150px;
max-width: 103px;
margin: 0 auto;
background-color: gray;}
.container img {margin-bottom: -5px}
.container .content {
position: absolute;
bottom: 0;
background-color: gray;
/*background: rgba(0, 0, 0, 0.5); /* Black background with transp... | 0.397471 | 0.078607 |
@charset "utf-8";
/* CSS Document */
body{background:#e4e4e4; font-size:14px;font-family:Arial, '微软雅黑', sans-serif;}
a,textarea,button,input,ul,li,div,span,td{ font-size:14px;font-family:Arial, '微软雅黑', sans-serif;-webkit-appearance:none;}
.container{max-width:640px; margin:0 auto;}
.wrap{max-width:640px; margin:0 auto... | SPF.Beetlea.Web/Css/form/common.css | @charset "utf-8";
/* CSS Document */
body{background:#e4e4e4; font-size:14px;font-family:Arial, '微软雅黑', sans-serif;}
a,textarea,button,input,ul,li,div,span,td{ font-size:14px;font-family:Arial, '微软雅黑', sans-serif;-webkit-appearance:none;}
.container{max-width:640px; margin:0 auto;}
.wrap{max-width:640px; margin:0 auto... | 0.171894 | 0.071074 |
.panel-container {
background-color: #648ca6;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
overflow-x: hidden;
overflow-y: hidden;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
position: fixed;
left: 0;
top: 0;
/* This is crazy high to ensure it's drawn... | src/components/Sidepanel/SidePanel.css | .panel-container {
background-color: #648ca6;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
overflow-x: hidden;
overflow-y: hidden;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
position: fixed;
left: 0;
top: 0;
/* This is crazy high to ensure it's drawn... | 0.402157 | 0.089137 |
*, *::before, *::after {
box-sizing: border-box; }
html, body {
font: 16px/1.5 sans-serif; }
.tf-wrapper {
display: flex;
flex-wrap: wrap;
padding: 0.5em;
width: 100%;
background: rgba(41, 35, 77, 0.1);
transition: opacity 300ms ease; }
.tf-item {
display: flex;
flex-direction: column;
position... | public/css/main.css | *, *::before, *::after {
box-sizing: border-box; }
html, body {
font: 16px/1.5 sans-serif; }
.tf-wrapper {
display: flex;
flex-wrap: wrap;
padding: 0.5em;
width: 100%;
background: rgba(41, 35, 77, 0.1);
transition: opacity 300ms ease; }
.tf-item {
display: flex;
flex-direction: column;
position... | 0.64579 | 0.100172 |
body{font:14px/1.85em 'Open Sans',Arial,Helvetice Neue,sans-serif; color:#888888; font-weight:300; font-style:normal; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:100%;}
a,a:hover,a:focus{text-decoration:none; -webkit-transition:all 150ms ease-in; -moz-transition:all 150ms ease-in; -o-transition:all 15... | asset/front/css/templatemo_style.css | body{font:14px/1.85em 'Open Sans',Arial,Helvetice Neue,sans-serif; color:#888888; font-weight:300; font-style:normal; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:100%;}
a,a:hover,a:focus{text-decoration:none; -webkit-transition:all 150ms ease-in; -moz-transition:all 150ms ease-in; -o-transition:all 15... | 0.259263 | 0.054074 |
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Correct the line height in all browsers.
* 3. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
html {
font-family: sans-serif;
/* 1 */
line-height: 1.15;
/* 2 */
-ms-text-size... | app/client/ui/bundle.css | /**
* 1. Change the default font family in all browsers (opinionated).
* 2. Correct the line height in all browsers.
* 3. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
html {
font-family: sans-serif;
/* 1 */
line-height: 1.15;
/* 2 */
-ms-text-size... | 0.671363 | 0.124293 |