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 {
background-color: #d1cec9;
}
.ls-form form {
max-width: 500px;
margin: 2rem auto;
border: 2px solid #000000;
padding: 2rem;
background-image: url("../assets/waterPlant.jpg");
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
background-size: cover;
... | src/style/signup-login.css | body {
background-color: #d1cec9;
}
.ls-form form {
max-width: 500px;
margin: 2rem auto;
border: 2px solid #000000;
padding: 2rem;
background-image: url("../assets/waterPlant.jpg");
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
background-size: cover;
... | 0.389663 | 0.128307 |
@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700&family=Josefin+Slab:ital,wght@0,200;0,300;0,400;0,500;1,200;1,300;1,400&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;1,200;1,300;1,400&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/... | style.css | @import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700&family=Josefin+Slab:ital,wght@0,200;0,300;0,400;0,500;1,200;1,300;1,400&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;1,200;1,300;1,400&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/... | 0.418816 | 0.070656 |
@CHARSET "UTF-8";
/* html{
background:#e4eae6
} */
body{
background-color: #fff;
color: #393939;
font-family: "Open Sans";
font-size: 13px;
line-height: 1.5;
min-height: 100%;
padding:30px 20px;
overflow-y: hidden;
overflow-x: auto;
/* margin:20px; */
}
.easyWizardSteps{
bac... | tpl/Home/Public/css/style.css | @CHARSET "UTF-8";
/* html{
background:#e4eae6
} */
body{
background-color: #fff;
color: #393939;
font-family: "Open Sans";
font-size: 13px;
line-height: 1.5;
min-height: 100%;
padding:30px 20px;
overflow-y: hidden;
overflow-x: auto;
/* margin:20px; */
}
.easyWizardSteps{
bac... | 0.225246 | 0.034619 |
@font-face {
font-family: 'Montserrat';
src: url('Montserrat-Black.woff') format('woff'),
url('Montserrat-Black.ttf') format('truetype'),
url('Montserrat-Black.svg#Montserrat-Black') format('svg');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-fam... | src/assets/fons/stylesheet.css | @font-face {
font-family: 'Montserrat';
src: url('Montserrat-Black.woff') format('woff'),
url('Montserrat-Black.ttf') format('truetype'),
url('Montserrat-Black.svg#Montserrat-Black') format('svg');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-fam... | 0.28607 | 0.055005 |
body{
background: #fff;
}
a{
color: #444444;
}
a:hover{
color: #FF0000;
}
#nav .goods_menu_box{
display: none;
}
#nav .all_goods span{
float: right;
height: 9px;
width: 15px;
margin: 15px 20px 0 0;
background: url(../img/emList.png) no-repeat scroll 0 -10px;
}
#nav .all_goods span.down{
background: url(../im... | demo/mlg/css/Nathome.css | body{
background: #fff;
}
a{
color: #444444;
}
a:hover{
color: #FF0000;
}
#nav .goods_menu_box{
display: none;
}
#nav .all_goods span{
float: right;
height: 9px;
width: 15px;
margin: 15px 20px 0 0;
background: url(../img/emList.png) no-repeat scroll 0 -10px;
}
#nav .all_goods span.down{
background: url(../im... | 0.341912 | 0.050098 |
@-webkit-keyframes line-scale
{
0%
{
-webkit-transform: scaley(1);
transform: scaley(1);
}
50%
{
-webkit-transform: scaley(.4);
transform: scaley(.4);
}
100%
{
-webkit-transform: scaley(1);
transform: scaley(1);
... | assets/css/plugins/loaders/animations/line-scale.css | @-webkit-keyframes line-scale
{
0%
{
-webkit-transform: scaley(1);
transform: scaley(1);
}
50%
{
-webkit-transform: scaley(.4);
transform: scaley(.4);
}
100%
{
-webkit-transform: scaley(1);
transform: scaley(1);
... | 0.432303 | 0.091139 |
/* ------------------------------------------------------------------------------------------
1 - media screen and (max-width: 1199px) Start
------------------------------------------------------------------------------------------ */
@media screen and (max-width: 1199px) {
.header-section ul.main-menu>li>a {
... | css/responsive.css | /* ------------------------------------------------------------------------------------------
1 - media screen and (max-width: 1199px) Start
------------------------------------------------------------------------------------------ */
@media screen and (max-width: 1199px) {
.header-section ul.main-menu>li>a {
... | 0.140631 | 0.036459 |
body {
background-color: #444;
margin: 0;
display: flex;
height: 100vh;
visibility: hidden;
}
aside.mdc-drawer {
border-right-width: 0;
}
aside.mdc-drawer .mdc-drawer__header {
background-color: #0091ea;
--mdc-theme-primary: #fff;
height: 6vh;
}
aside.mdc-drawer .mdc-drawer__content {
background-color: #444... | assets/css/map.css | body {
background-color: #444;
margin: 0;
display: flex;
height: 100vh;
visibility: hidden;
}
aside.mdc-drawer {
border-right-width: 0;
}
aside.mdc-drawer .mdc-drawer__header {
background-color: #0091ea;
--mdc-theme-primary: #fff;
height: 6vh;
}
aside.mdc-drawer .mdc-drawer__content {
background-color: #444... | 0.391406 | 0.042384 |
.welcome {
background-image: url("../../images/background.svg");
background-attachment: fixed;
font-family: "Open Sans", sans-serif;
color: #fff;
text-align: center; }
.welcome .container {
width: 100%;
height: 100%; }
.welcome .row {
height: 100%;
display: flex;
align-items: center; }... | app/resources/css/welcome/welcome.component.css | .welcome {
background-image: url("../../images/background.svg");
background-attachment: fixed;
font-family: "Open Sans", sans-serif;
color: #fff;
text-align: center; }
.welcome .container {
width: 100%;
height: 100%; }
.welcome .row {
height: 100%;
display: flex;
align-items: center; }... | 0.434461 | 0.103295 |
html, body {
height: 100%;
}
a:link, a:visited, a:active {
color: #4183C4;
}
#samples, #samples .ui.menu, #samples .ui.table {
font-size: 15px;
}
/* Getting Started ************************************************************/
#getting-started {
margin-bottom: 70px;
font-weight: bold;
color:#000 !impor... | implicit-form-post/public/css/samples.css |
html, body {
height: 100%;
}
a:link, a:visited, a:active {
color: #4183C4;
}
#samples, #samples .ui.menu, #samples .ui.table {
font-size: 15px;
}
/* Getting Started ************************************************************/
#getting-started {
margin-bottom: 70px;
font-weight: bold;
color:#000 !impor... | 0.372505 | 0.084153 |
font-family: 'H5P' !important;
content: "\e88e";
padding: 7px 0;
}
.h5peditor-form a {
text-decoration: none;
}
.h5p-wp-admin-wrapper {
margin-right: 300px;
}
.h5p-wp-admin-wrapper .h5p-content-wrap {
float: left;
width: 100%;
margin-bottom: 20px;
max-width: 960px;
}
#h5p-content-form {
padding-top:... | public/wordpress/wp-content/plugins/h5p/admin/styles/admin.css | font-family: 'H5P' !important;
content: "\e88e";
padding: 7px 0;
}
.h5peditor-form a {
text-decoration: none;
}
.h5p-wp-admin-wrapper {
margin-right: 300px;
}
.h5p-wp-admin-wrapper .h5p-content-wrap {
float: left;
width: 100%;
margin-bottom: 20px;
max-width: 960px;
}
#h5p-content-form {
padding-top:... | 0.305905 | 0.092647 |
.shopping_cart_info_holder{margin-bottom:20px; text-align: center;}
.shopping_cart_info{
display: block;
margin:0 auto;
margin-bottom:20px;
padding: 1px;
max-width: 300px;
max-height: 30px;
/*border-radius: 5px;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.30);*/
text-decoration: none;
}
/*.shopping_cart_inf... | public/css/cart.css | .shopping_cart_info_holder{margin-bottom:20px; text-align: center;}
.shopping_cart_info{
display: block;
margin:0 auto;
margin-bottom:20px;
padding: 1px;
max-width: 300px;
max-height: 30px;
/*border-radius: 5px;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.30);*/
text-decoration: none;
}
/*.shopping_cart_inf... | 0.227641 | 0.068289 |
.ui-selection-block__section {
display: flex;
flex-flow: row nowrap;
}
.ui-selection-block_vertical
.ui-selection-block__section {
display: block;
}
.ui-selection-block_vertical
.ui-selection-block__header
.ui-selection-block__logo {
display: flex;
}
.ui-selection-block__header
.ui-selection-block__logo,
.ui... | packages/travix-ui-kit/components/selectionBlock/selectionBlock.css | .ui-selection-block__section {
display: flex;
flex-flow: row nowrap;
}
.ui-selection-block_vertical
.ui-selection-block__section {
display: block;
}
.ui-selection-block_vertical
.ui-selection-block__header
.ui-selection-block__logo {
display: flex;
}
.ui-selection-block__header
.ui-selection-block__logo,
.ui... | 0.61057 | 0.076996 |
body{-webkit-text-size-adjust:none;
margin:0px;
padding:0px;
background:white;
}
#head{background-color:#00bfff;
margin:0px;
padding:0px;
height:50px;
width:100%;
position:absolute;
top:0%;
left:0%;
}
#logo{
color:white;
padding:0px;
margin:0px;
font-size:19.6px;
font-family:Tahoma,sans-serif;
... | student/prop/p.stud2.css | body{-webkit-text-size-adjust:none;
margin:0px;
padding:0px;
background:white;
}
#head{background-color:#00bfff;
margin:0px;
padding:0px;
height:50px;
width:100%;
position:absolute;
top:0%;
left:0%;
}
#logo{
color:white;
padding:0px;
margin:0px;
font-size:19.6px;
font-family:Tahoma,sans-serif;
... | 0.228415 | 0.037928 |
.flow-text-howtouse {
font-weight: 200;
}
@media only screen and (min-width: 360px) {
.flow-text-howtouse {
font-size: 10px;
}
}
@media only screen and (min-width: 390px) {
.flow-text-howtouse {
font-size: 10px;
}
}
@media only screen and (min-width: 420px) {
.flow-text-howtou... | src/components/landing/styles/flowtextHowToUse.css | .flow-text-howtouse {
font-weight: 200;
}
@media only screen and (min-width: 360px) {
.flow-text-howtouse {
font-size: 10px;
}
}
@media only screen and (min-width: 390px) {
.flow-text-howtouse {
font-size: 10px;
}
}
@media only screen and (min-width: 420px) {
.flow-text-howtou... | 0.42656 | 0.263991 |
* {
box-sizing: border-box;
}
body {
background-color: #222;
margin: 0;
font-family: 'Nunito', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
font-weight: 500;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
... | nibbl_app_frontend/src/index.css | * {
box-sizing: border-box;
}
body {
background-color: #222;
margin: 0;
font-family: 'Nunito', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
font-weight: 500;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
... | 0.409811 | 0.157622 |
[class*="zocial-"]:before {
color: black;
display: inline-block;
font-family: 'zocial', sans-serif;
text-shadow: 3px 3px 3px #aaa;
width: 2em;
}
a:hover [class*="zocial-"]:before {
color: #3d85c6;
}
a {
color: #4183C4;
font-weight: 300;
text-decoration: none;
}
a:hover {
color: #3d85c6;
text-de... | Project-Part-3-Solution/css/main.css | [class*="zocial-"]:before {
color: black;
display: inline-block;
font-family: 'zocial', sans-serif;
text-shadow: 3px 3px 3px #aaa;
width: 2em;
}
a:hover [class*="zocial-"]:before {
color: #3d85c6;
}
a {
color: #4183C4;
font-weight: 300;
text-decoration: none;
}
a:hover {
color: #3d85c6;
text-de... | 0.321247 | 0.125842 |
body
{
font-family: "Source Sans Pro";
padding-top: 7.6rem;
background-color: white;
}
@media (max-width: 992px)
{
body
{
padding-top: 5.5rem;
}
}
@media (min-width: 992px)
{
body
{
padding-top: 7.6rem;
}
}
@media (min-width: 1200px) {
.container{
... | css/main.css | body
{
font-family: "Source Sans Pro";
padding-top: 7.6rem;
background-color: white;
}
@media (max-width: 992px)
{
body
{
padding-top: 5.5rem;
}
}
@media (min-width: 992px)
{
body
{
padding-top: 7.6rem;
}
}
@media (min-width: 1200px) {
.container{
... | 0.290578 | 0.077483 |
header p{
font-size:80%;
margin:0;
}
select{vertical-align:middle}
input{vertical-align:text-bottom}
input[type="radio"]{vertical-align:text-bottom}
input[type="checkbox"]{vertical-align:bottom;*vertical-align:baseline}
label,input[type=button],input[type=submit],button{cursor:pointer}
button,input,select,textarea{... | assets/css/admin.css | header p{
font-size:80%;
margin:0;
}
select{vertical-align:middle}
input{vertical-align:text-bottom}
input[type="radio"]{vertical-align:text-bottom}
input[type="checkbox"]{vertical-align:bottom;*vertical-align:baseline}
label,input[type=button],input[type=submit],button{cursor:pointer}
button,input,select,textarea{... | 0.30549 | 0.074905 |
@import url(https://fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
* {
margin: 0;
padding: 0;
font-family:'Roboto', sans-serif;
}
body {
background: #d7d7d7;
}
/* ---------------------------------------------------... | res/css/style.css | @import url(https://fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
* {
margin: 0;
padding: 0;
font-family:'Roboto', sans-serif;
}
body {
background: #d7d7d7;
}
/* ---------------------------------------------------... | 0.388038 | 0.131062 |
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
font-family: "Material Icons";
font-style: normal;
... | index.css | @import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
font-family: "Material Icons";
font-style: normal;
... | 0.431824 | 0.066297 |
.remark-slide-content p, ul, ol, li {
font-size: 1.3rem;
}
.remark-slide-content {
background-color: #ffffff;
}
.remark-slide-content h1 {
font-family: 'Caladea', serif;
color: #3b4245;
font-size: 1.5em;
word-wrap: break-word;
letter-spacing: 1pt;
font-weight: 300;
margin-bottom: 0.5em !important;
}
... | docs/cafe_ecologico/assets/css/my-theme.css | .remark-slide-content p, ul, ol, li {
font-size: 1.3rem;
}
.remark-slide-content {
background-color: #ffffff;
}
.remark-slide-content h1 {
font-family: 'Caladea', serif;
color: #3b4245;
font-size: 1.5em;
word-wrap: break-word;
letter-spacing: 1pt;
font-weight: 300;
margin-bottom: 0.5em !important;
}
... | 0.587233 | 0.106412 |
@charset "utf-8";
/*! fileicon.css v1.0.0 | MIT License | github.com/picturepan2/fileicon.css */
/* fileicon.basic */
.file-icon {
font-family: Arial, Tahoma, sans-serif;
font-weight: 300;
display: block;
width: 24px;
height: 32px;
background: #007abf;
position: relative;
border-radius: 2px;
text-alig... | public/css/fileicon.css | @charset "utf-8";
/*! fileicon.css v1.0.0 | MIT License | github.com/picturepan2/fileicon.css */
/* fileicon.basic */
.file-icon {
font-family: Arial, Tahoma, sans-serif;
font-weight: 300;
display: block;
width: 24px;
height: 32px;
background: #007abf;
position: relative;
border-radius: 2px;
text-alig... | 0.30549 | 0.07056 |
Cursor and selection styles from textmate.css. */
.ace-github .ace_gutter {
background: #e8e8e8;
color: #AAA;
}
.ace-github {
background: #fff;
color: #000;
}
.ace-github .ace_keyword {
font-weight: bold;
}
.ace-github .ace_string {
color: #D14;
}
.ace-github .ace_variable.ace_class {
color: teal;... | tools/ace-editor/lib/ace/theme/github.css | Cursor and selection styles from textmate.css. */
.ace-github .ace_gutter {
background: #e8e8e8;
color: #AAA;
}
.ace-github {
background: #fff;
color: #000;
}
.ace-github .ace_keyword {
font-weight: bold;
}
.ace-github .ace_string {
color: #D14;
}
.ace-github .ace_variable.ace_class {
color: teal;... | 0.42322 | 0.165931 |
background-image: linear-gradient(-90deg, rgba(4, 94, 194, 0.7) 0%, rgba(26, 112, 229, 0.3) 100%), url("image/loginbg.jpg");
position: relative;
height: 500px;
width: 100%;
background-size: cover;
background-position: center;
}
.login-form {
position: absolute;
top: 56%;
left: 38%;
background: #fff;... | public/css/login.css | background-image: linear-gradient(-90deg, rgba(4, 94, 194, 0.7) 0%, rgba(26, 112, 229, 0.3) 100%), url("image/loginbg.jpg");
position: relative;
height: 500px;
width: 100%;
background-size: cover;
background-position: center;
}
.login-form {
position: absolute;
top: 56%;
left: 38%;
background: #fff;... | 0.317638 | 0.106877 |
*{
margin:0;
padding:0;
}
header {
background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('pagobackground.jpg');
height: 100vh;
background-size:cover;
background-position: center;
}
.home {
position: absolute;
top: 5%;
left: 74%;
display:block;
width:150px;... | authorization_code/public/mainstyle.css | *{
margin:0;
padding:0;
}
header {
background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('pagobackground.jpg');
height: 100vh;
background-size:cover;
background-position: center;
}
.home {
position: absolute;
top: 5%;
left: 74%;
display:block;
width:150px;... | 0.705582 | 0.088583 |
html {
overflow: scroll;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0; /* Remove scrollbar space */
background: transparent; /* Optional: just make scrollbar invisible */
}
.spinner {
border-width: 1px;
}
.text-dim {
color: dimgray !important;
}
.link {
text-decoration: none;
... | src/css/styles.css | html {
overflow: scroll;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0; /* Remove scrollbar space */
background: transparent; /* Optional: just make scrollbar invisible */
}
.spinner {
border-width: 1px;
}
.text-dim {
color: dimgray !important;
}
.link {
text-decoration: none;
... | 0.704364 | 0.122733 |
.wbutton {
padding: 0 16px 0;
height: 37px;
display: inline-flex;
align-items: center;
font-weight: bold;
font-size: 13.8px;
letter-spacing: .02rem;
border-radius: 5px;
cursor: pointer;
position: relative;
user-select: none;
text-decoration: none;
transition: transfor... | src/css/buttons.webgen.static.css | .wbutton {
padding: 0 16px 0;
height: 37px;
display: inline-flex;
align-items: center;
font-weight: bold;
font-size: 13.8px;
letter-spacing: .02rem;
border-radius: 5px;
cursor: pointer;
position: relative;
user-select: none;
text-decoration: none;
transition: transfor... | 0.599602 | 0.106412 |
@font-face {
font-family: 'League Spartan';
src: url('https://raw.githubusercontent.com/theleagueof/league-spartan/master/_webfonts/leaguespartan-bold.eot');
src: url('https://raw.githubusercontent.com/theleagueof/league-spartan/master/_webfonts/leaguespartan-bold.eot?#iefix') format('embedded-opentype'),
... | examples/demo.css | @font-face {
font-family: 'League Spartan';
src: url('https://raw.githubusercontent.com/theleagueof/league-spartan/master/_webfonts/leaguespartan-bold.eot');
src: url('https://raw.githubusercontent.com/theleagueof/league-spartan/master/_webfonts/leaguespartan-bold.eot?#iefix') format('embedded-opentype'),
... | 0.290578 | 0.152789 |
@font-face {
font-family: 'Sarabun';
src: url('Sarabun/Sarabun-Bold.woff2') format('woff2'),
url('Sarabun/Sarabun-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Sarabun';
src: url('Sarabun/Sarabun-ExtraBold.woff2')... | react-frontend/src/assets/fonts/font_sarabun.css | @font-face {
font-family: 'Sarabun';
src: url('Sarabun/Sarabun-Bold.woff2') format('woff2'),
url('Sarabun/Sarabun-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Sarabun';
src: url('Sarabun/Sarabun-ExtraBold.woff2')... | 0.375134 | 0.056236 |
@charset "utf-8";
/* MAIN RULES
========================================================================== */
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow-x: hidden;
font-size: 1em;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}... | css/style.css | @charset "utf-8";
/* MAIN RULES
========================================================================== */
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow-x: hidden;
font-size: 1em;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}... | 0.234494 | 0.044245 |
.bbm-wrapper {
background: rgba(0, 0, 0, 0.75);
-webkit-transition: background-color 0.3s; }
.bbm-modal {
background: white;
box-shadow: 0 0px 6px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.9); }
/* BLOCKS */
.bbm-modal__topbar,
.bbm-modal__bottombar {
padding: 0 30px; }
.bbm-modal__topbar {
border-bo... | src/Indriya.Web/www/libs/backbone.modal/backbone.modal.theme.css | .bbm-wrapper {
background: rgba(0, 0, 0, 0.75);
-webkit-transition: background-color 0.3s; }
.bbm-modal {
background: white;
box-shadow: 0 0px 6px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.9); }
/* BLOCKS */
.bbm-modal__topbar,
.bbm-modal__bottombar {
padding: 0 30px; }
.bbm-modal__topbar {
border-bo... | 0.323915 | 0.128744 |
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400);
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #aca49c;
font-size: 0.875em;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
color: #bbb5af;
}
input::-moz-placeholder, tex... | assets/css/writepage.css | @import url(https://fonts.googleapis.com/css?family=Lato:100,300,400);
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #aca49c;
font-size: 0.875em;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
color: #bbb5af;
}
input::-moz-placeholder, tex... | 0.3027 | 0.073463 |
{
position: fixed;
top: 0px;
border-bottom: 1px solid gray;
padding: 25px;
}
.topBarContainerLight
{
background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top, #f7f7f7 0%, #cecece 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-... | mobile/css/topbar.css | {
position: fixed;
top: 0px;
border-bottom: 1px solid gray;
padding: 25px;
}
.topBarContainerLight
{
background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top, #f7f7f7 0%, #cecece 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-... | 0.217504 | 0.076615 |
.hide{
display: none;
}
#wrap .money_top{
width: 100%;
overflow: hidden;
background: #F1F0F0;
padding-top: 0.426667rem;
padding-bottom: 0.64rem;
position: fixed;
top:44px;
z-index: 20;
}
#wrap .money_bg{
width: 95%;
margin: 0 2.5%;
height: 7.253333rem;
background: #EC6D65;
border-r... | yyy/m.soolife.cn/public/css/i/money/index.css | .hide{
display: none;
}
#wrap .money_top{
width: 100%;
overflow: hidden;
background: #F1F0F0;
padding-top: 0.426667rem;
padding-bottom: 0.64rem;
position: fixed;
top:44px;
z-index: 20;
}
#wrap .money_bg{
width: 95%;
margin: 0 2.5%;
height: 7.253333rem;
background: #EC6D65;
border-r... | 0.269902 | 0.076546 |
h1 {
font-family: 'Overpass', sans-serif;
}
p {
font-family: 'Noto Serif TC', serif;
}
header {
height: 160px;
}
header img {
width: 500px;
margin-left: 3%;
margin-top: 1.25%;
margin-bottom: .75%;
}
body {
background-color: #eae1df;
}
#homeMain {
display: flex;
justify-content: center;
align... | css/style.css | h1 {
font-family: 'Overpass', sans-serif;
}
p {
font-family: 'Noto Serif TC', serif;
}
header {
height: 160px;
}
header img {
width: 500px;
margin-left: 3%;
margin-top: 1.25%;
margin-bottom: .75%;
}
body {
background-color: #eae1df;
}
#homeMain {
display: flex;
justify-content: center;
align... | 0.341692 | 0.062417 |
body{
font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
/* font-family: 'Fjalla One' Arial, Helvetica, sans-serif; */
font-family: 'Fjalla One',Arial,sans-serif;
font-weight: nomal;
}
h2{
text-transform: uppercase;
color: #026fff;
fo... | css/style.css | body{
font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
/* font-family: 'Fjalla One' Arial, Helvetica, sans-serif; */
font-family: 'Fjalla One',Arial,sans-serif;
font-weight: nomal;
}
h2{
text-transform: uppercase;
color: #026fff;
fo... | 0.304869 | 0.12 |
.jstree-node,
.jstree-children,
.jstree-container-ul {
display: block;
margin: 0;
padding: 0;
list-style-type: none;
list-style-image: none;
}
.jstree-node {
white-space: nowrap;
}
.jstree-anchor {
display: inline-block;
color: black;
white-space: nowrap;
padding: 0 4px 0 1px;
margin: 0;
vertical-align: top... | StaticPages/Roblox.WWWRoot/CSS/Base/CSS/jstree.css | .jstree-node,
.jstree-children,
.jstree-container-ul {
display: block;
margin: 0;
padding: 0;
list-style-type: none;
list-style-image: none;
}
.jstree-node {
white-space: nowrap;
}
.jstree-anchor {
display: inline-block;
color: black;
white-space: nowrap;
padding: 0 4px 0 1px;
margin: 0;
vertical-align: top... | 0.303732 | 0.06489 |
margin-bottom: 2rem !important;
}
.musicWrapper {
margin-top: 7rem;
position: relative;
transform: translateX(-50%);
width: 30rem;
height: 30rem;
left: 50%;
}
@media screen and (max-width: 1000px) {
.musicWrapper {
width: 25rem;
}
#title {
margin-bottom: 5rem... | music/musicStyle.css | margin-bottom: 2rem !important;
}
.musicWrapper {
margin-top: 7rem;
position: relative;
transform: translateX(-50%);
width: 30rem;
height: 30rem;
left: 50%;
}
@media screen and (max-width: 1000px) {
.musicWrapper {
width: 25rem;
}
#title {
margin-bottom: 5rem... | 0.437824 | 0.083628 |
body {
margin: 0;
padding: 0;
font-family: sans-serif;
color: #fff;
background: #10171E;
}
a {
text-decoration: none;
color: #fff;
}
button {
outline: none;
}
.container {
max-width: 1000px;
margin: 0 auto;
padding: 10px;
}
.btn {
text-transform: uppercase;
margin: 35px auto;
padding: 10... | src/index.css | body {
margin: 0;
padding: 0;
font-family: sans-serif;
color: #fff;
background: #10171E;
}
a {
text-decoration: none;
color: #fff;
}
button {
outline: none;
}
.container {
max-width: 1000px;
margin: 0 auto;
padding: 10px;
}
.btn {
text-transform: uppercase;
margin: 35px auto;
padding: 10... | 0.432902 | 0.070113 |
.stacked-heatmaps {
width: 198px;
height: 283px;
margin: 0 auto;
}
.tile {
position: absolute;
bottom: -25px;
left: 30px;
z-index: 1;
transform: scaleY(0.58) rotate(45deg);
-webkit-transform: scaleY(0.58) rotate(45deg);
-ms-transform: scaleY(0.58) rotate(45deg);
}
.layer {
left: 0px;
width:... | css/heatmap.css | .stacked-heatmaps {
width: 198px;
height: 283px;
margin: 0 auto;
}
.tile {
position: absolute;
bottom: -25px;
left: 30px;
z-index: 1;
transform: scaleY(0.58) rotate(45deg);
-webkit-transform: scaleY(0.58) rotate(45deg);
-ms-transform: scaleY(0.58) rotate(45deg);
}
.layer {
left: 0px;
width:... | 0.325092 | 0.210644 |
.overlay-100 {
background-color: rgba(0, 0, 0, 0.1);
}
/* line 11, ../sass/screen.scss */
.overlay-100.on-hover-overlay-hide:hover {
background: none;
}
/* line 13, ../sass/screen.scss */
.overlay-100.on-hover-overlay-hide:hover * {
visibility: hidden;
}
/* line 20, ../sass/screen.scss */
.overlay-200 {
backgr... | assets/css/stylesheets/screen.css | .overlay-100 {
background-color: rgba(0, 0, 0, 0.1);
}
/* line 11, ../sass/screen.scss */
.overlay-100.on-hover-overlay-hide:hover {
background: none;
}
/* line 13, ../sass/screen.scss */
.overlay-100.on-hover-overlay-hide:hover * {
visibility: hidden;
}
/* line 20, ../sass/screen.scss */
.overlay-200 {
backgr... | 0.356559 | 0.051296 |
html,body
{
width: 100%;
/* height: 100%; */
margin: 0px;
padding: 0px;
overflow-x: hidden;
background: url("../images/html-bg.png");
}
#block-headerarea {
height: 100vh;
width: 100vw;
overflow: hidden;
}
.path-frontpage
.not-content-layout {
text-align: center;
max-widt... | web/themes/custom/star/css/base.css | html,body
{
width: 100%;
/* height: 100%; */
margin: 0px;
padding: 0px;
overflow-x: hidden;
background: url("../images/html-bg.png");
}
#block-headerarea {
height: 100vh;
width: 100vw;
overflow: hidden;
}
.path-frontpage
.not-content-layout {
text-align: center;
max-widt... | 0.468547 | 0.074736 |
body {
margin: 0;
padding: 0;
font-family: sans-serif;
border: 1px solid #eee;
border-radius: 5px;
height: 100%;
background-color: #fff;
overflow-y: auto;
}
*:focus {
outline: none;
}
html, body {
height: 100%;
font-family: 'Source Sans Pro';
}
p {
margin: 10px 0;
}
p:last-child {
margin-b... | src/index.css | body {
margin: 0;
padding: 0;
font-family: sans-serif;
border: 1px solid #eee;
border-radius: 5px;
height: 100%;
background-color: #fff;
overflow-y: auto;
}
*:focus {
outline: none;
}
html, body {
height: 100%;
font-family: 'Source Sans Pro';
}
p {
margin: 10px 0;
}
p:last-child {
margin-b... | 0.416085 | 0.066055 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
html, body{
font-family: 'Open Sans', sans-serif;
height:100%
}
.container{
width: 1200px;
margin: 0 auto;
height:100%;
}
.search {
width: 100%;
position: relative
}
.searchTerm {
float: left;
width: 60%;
border: 3px solid;... | assets/css/style.css | @import url(https://fonts.googleapis.com/css?family=Open+Sans);
html, body{
font-family: 'Open Sans', sans-serif;
height:100%
}
.container{
width: 1200px;
margin: 0 auto;
height:100%;
}
.search {
width: 100%;
position: relative
}
.searchTerm {
float: left;
width: 60%;
border: 3px solid;... | 0.349422 | 0.087486 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: #FF8247;
}
.box {
position: relative;
width: 600px;
height: 500px;
margin: 4% auto;
}
.elastic {
position: absolute;
width: 12%;
height: 25%;
right: 34%;
bottom: 5%;
border-radius: 100% 30%;
border: 16px solid #F4A4... | Day 10/css/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: #FF8247;
}
.box {
position: relative;
width: 600px;
height: 500px;
margin: 4% auto;
}
.elastic {
position: absolute;
width: 12%;
height: 25%;
right: 34%;
bottom: 5%;
border-radius: 100% 30%;
border: 16px solid #F4A4... | 0.533884 | 0.123234 |
:root {
--font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
--body-bg: transparent;
/* ui styling */
--container-bg: transparent;
--container-max-width: 680px;
--container-padding: 2rem 0;
--text-size: 1r... | src/assets/style.css | :root {
--font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
--body-bg: transparent;
/* ui styling */
--container-bg: transparent;
--container-max-width: 680px;
--container-padding: 2rem 0;
--text-size: 1r... | 0.503662 | 0.129458 |
@charset "utf-8";
body,input[type=button]:hover,input[type=reset]:hover {
background-color: #898577
}
body,cite,em,i {
line-height: 1
}
a,cite,code,dd,dl dt,em,i,ins,mark,p,pre,strong,sup {
text-decoration: none
}
cite,em,i,mark,sup {
vertical-align: baseline
}
.container,body,svg:not(:root) {
o... | public/css/frontend/style.css | @charset "utf-8";
body,input[type=button]:hover,input[type=reset]:hover {
background-color: #898577
}
body,cite,em,i {
line-height: 1
}
a,cite,code,dd,dl dt,em,i,ins,mark,p,pre,strong,sup {
text-decoration: none
}
cite,em,i,mark,sup {
vertical-align: baseline
}
.container,body,svg:not(:root) {
o... | 0.392337 | 0.072933 |
Created on : 10 24, 17, 9:17:31 AM
Author : OneLab
*/
.breadcrumb-arrow {
height: 30px;
padding: 0;
line-height: 30px;
list-style: none;
padding-bottom: 0px;
margin-bottom: 0px;
background-color: #e6e9ed
}
.breadcrumb-arrow li:first-child a {
border-radius: 0px 0 0 0px;
-... | frontend/web/css/breadcrumbs.css | Created on : 10 24, 17, 9:17:31 AM
Author : OneLab
*/
.breadcrumb-arrow {
height: 30px;
padding: 0;
line-height: 30px;
list-style: none;
padding-bottom: 0px;
margin-bottom: 0px;
background-color: #e6e9ed
}
.breadcrumb-arrow li:first-child a {
border-radius: 0px 0 0 0px;
-... | 0.410993 | 0.270995 |
.Info {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
background-color: #f3f3f3;
}
.InfoD {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
text-align: center;
color: #556080;
}
.Titolo {
margin-top: 35px;
padding: 0... | client/src/components/home/Info.module.css | .Info {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
background-color: #f3f3f3;
}
.InfoD {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
text-align: center;
color: #556080;
}
.Titolo {
margin-top: 35px;
padding: 0... | 0.475849 | 0.081813 |
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;500&display=swap');
:root{
--font1: 'Fredoka', sans-serif;
}
*{
margin: 0;
padding: 0;
}
body{
background-image: url('https://raw.githubusercontent.com/CrislaineLuana/landingPageAcademiaHtmlCss/main/img/img5.jpg');
background-... | style/style.css | @import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;500&display=swap');
:root{
--font1: 'Fredoka', sans-serif;
}
*{
margin: 0;
padding: 0;
}
body{
background-image: url('https://raw.githubusercontent.com/CrislaineLuana/landingPageAcademiaHtmlCss/main/img/img5.jpg');
background-... | 0.489259 | 0.11304 |
* body {
padding: 0;
margin: 0px 16px 6px 10px;
background-color: #eeeeee;
box-sizing: border-box;
font-family: "Rubik", sans-serif;
}
.topbar {
display: flex;
margin: 0px 0px 6px 0px;
padding: 5px;
position: sticky;
top: 0;
flex-direction: column;
background-color: #fff;
border-radius: 3px;
... | Styles/blogs.css | * body {
padding: 0;
margin: 0px 16px 6px 10px;
background-color: #eeeeee;
box-sizing: border-box;
font-family: "Rubik", sans-serif;
}
.topbar {
display: flex;
margin: 0px 0px 6px 0px;
padding: 5px;
position: sticky;
top: 0;
flex-direction: column;
background-color: #fff;
border-radius: 3px;
... | 0.379148 | 0.051534 |
@font-face {
font-family: mplus-2p-light-sub;
src: url("/styles/mplus-2p-light-sub.ttf?v6");
}
@font-face {
font-family: monosocialiconsfont-sub;
src: url("/styles/monosocialiconsfont-sub.ttf?v1");
}
/**************************************************************************************************
*... | public/styles/styles.css | @font-face {
font-family: mplus-2p-light-sub;
src: url("/styles/mplus-2p-light-sub.ttf?v6");
}
@font-face {
font-family: monosocialiconsfont-sub;
src: url("/styles/monosocialiconsfont-sub.ttf?v1");
}
/**************************************************************************************************
*... | 0.354992 | 0.076132 |
7.0-alpha1:7a49ebaf47c236f14e80a6eb57f8534cef5a4875ce403751d6d4f6f528c9b08a
7.0-alpha2:7a49ebaf47c236f14e80a6eb57f8534cef5a4875ce403751d6d4f6f528c9b08a
7.0-alpha3:7a49ebaf47c236f14e80a6eb57f8534cef5a4875ce403751d6d4f6f528c9b08a
7.0-alpha4:7a49ebaf47c236f14e80a6eb57f8534cef5a4875ce403751d6d4f6f528c9b08a
7.0-alpha5:7a49e... | hashs-database/hashs/modules___node___node-rtl.css | 7.0-alpha1:7a49ebaf47c236f14e80a6eb57f8534cef5a4875ce403751d6d4f6f528c9b08a
7.0-alpha2:7a49ebaf47c236f14e80a6eb57f8534cef5a4875ce403751d6d4f6f528c9b08a
7.0-alpha3:7a49ebaf47c236f14e80a6eb57f8534cef5a4875ce403751d6d4f6f528c9b08a
7.0-alpha4:7a49ebaf47c236f14e80a6eb57f8534cef5a4875ce403751d6d4f6f528c9b08a
7.0-alpha5:7a49e... | 0.175573 | 0.240752 |
.high_res_only{
display:none !important;
}
#main_bg_pattern {
position:absolute;
background: url(images/PF_background_pattern.png) repeat-x;
top:0px;
left:0px;
width:980px;
z-index:0;
}
#main_bg {
min-height:2000px;
}
#heading{
margin-left:285px !important;
}
#header{
padding-left:0px !important;
pa... | themes/piraten/htdocs/luci-static/piraten/iphone.css | .high_res_only{
display:none !important;
}
#main_bg_pattern {
position:absolute;
background: url(images/PF_background_pattern.png) repeat-x;
top:0px;
left:0px;
width:980px;
z-index:0;
}
#main_bg {
min-height:2000px;
}
#heading{
margin-left:285px !important;
}
#header{
padding-left:0px !important;
pa... | 0.156943 | 0.071041 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
font-family: "Open Sans", "Helvetica Neue", Helvetica, "Melno", "Meslo", Arial, sans-serif;
color: #f1f1f1;
width: 100vw; height: 100vh;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef9634+37,de4... | webroot/css/style.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
font-family: "Open Sans", "Helvetica Neue", Helvetica, "Melno", "Meslo", Arial, sans-serif;
color: #f1f1f1;
width: 100vw; height: 100vh;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef9634+37,de4... | 0.276691 | 0.081082 |
body
{
font-family: 'Open Sans';
font-size: 13.5px;
line-height: 25px;
word-spacing: 2px;
background: #fff;
}
/*main top menu css*/
.visit_count img {
height: 20px !important;
width: 25px !important;
}
.hit-counter-max{text-align: left}
.contact_use{
box-shadow:none!important;
padding-bottom:5px;
}
.u... | assets/css/style.css | body
{
font-family: 'Open Sans';
font-size: 13.5px;
line-height: 25px;
word-spacing: 2px;
background: #fff;
}
/*main top menu css*/
.visit_count img {
height: 20px !important;
width: 25px !important;
}
.hit-counter-max{text-align: left}
.contact_use{
box-shadow:none!important;
padding-bottom:5px;
}
.u... | 0.132304 | 0.066812 |
.sidenav_openbtn {
margin: 1.2em;
color: rgb(26, 62, 80);
margin-top: 1em;
}
.sidenav_openbtn span {
font-size: 1.5em;
}
.sidenav_link {
margin-left: 1.2em;
color: rgb(26, 62, 80);
font-size: 1.25em;
}
.Sidebar-demo {
padding: 15px;
}
.Sidebar.modal.fade .modal-dialog {
transition: none;
}
.Sideb... | src/assets/sidenav.css | .sidenav_openbtn {
margin: 1.2em;
color: rgb(26, 62, 80);
margin-top: 1em;
}
.sidenav_openbtn span {
font-size: 1.5em;
}
.sidenav_link {
margin-left: 1.2em;
color: rgb(26, 62, 80);
font-size: 1.25em;
}
.Sidebar-demo {
padding: 15px;
}
.Sidebar.modal.fade .modal-dialog {
transition: none;
}
.Sideb... | 0.566258 | 0.081483 |
:root {
--codes-os-fg: black;
--codes-os-windows-bg: #caedfd;
--codes-os-linux-bg: #fff2ca;
--codes-os-android-bg: #d8eed9;
--codes-os-macos-bg: #ececec;
--codes-os-ios-bg: #ffffff;
}
html[data-theme="dark"] {
--codes-os-fg: #f5f6f7;
--codes-os-windows-bg: #032535;
--codes-os-linux-bg: #332600;
--c... | docs/src/css/codes.css | :root {
--codes-os-fg: black;
--codes-os-windows-bg: #caedfd;
--codes-os-linux-bg: #fff2ca;
--codes-os-android-bg: #d8eed9;
--codes-os-macos-bg: #ececec;
--codes-os-ios-bg: #ffffff;
}
html[data-theme="dark"] {
--codes-os-fg: #f5f6f7;
--codes-os-windows-bg: #032535;
--codes-os-linux-bg: #332600;
--c... | 0.52074 | 0.100834 |
body{
zoom: 100%;
/* overflow:hidden; */
padding-left:0;
padding-top: 22px;
padding-right: 0;
flex-grow: 1;
overflow: auto;
min-height: 2em;
font-family: "Roboto";
}
h1 {
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: rgba(255,255,255,0.1);
}
#progress-contai... | style.css | body{
zoom: 100%;
/* overflow:hidden; */
padding-left:0;
padding-top: 22px;
padding-right: 0;
flex-grow: 1;
overflow: auto;
min-height: 2em;
font-family: "Roboto";
}
h1 {
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: rgba(255,255,255,0.1);
}
#progress-contai... | 0.370339 | 0.079389 |
body {
background-color: #282c34;
}
.App {
text-align: center;
max-width: 728px;
margin: 0 auto;
}
.App header {
background-color: #181717;
height: 10vh;
min-height: 50px;
color: white;
position: fixed;
width: 100%;
max-width: 728px;
top: 0;
display: flex;
align-items: center;
justify-co... | src/App.css | body {
background-color: #282c34;
}
.App {
text-align: center;
max-width: 728px;
margin: 0 auto;
}
.App header {
background-color: #181717;
height: 10vh;
min-height: 50px;
color: white;
position: fixed;
width: 100%;
max-width: 728px;
top: 0;
display: flex;
align-items: center;
justify-co... | 0.400984 | 0.064477 |
body {
background-color: #ffffff;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}
img {
border: 0;
}
a {
color: #000000;
}
fieldset {
border: 0;
padding: 0;
}
ul {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
.clearfix:af... | web-gallery/v2/styles/frontpage.css | body {
background-color: #ffffff;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}
img {
border: 0;
}
a {
color: #000000;
}
fieldset {
border: 0;
padding: 0;
}
ul {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
.clearfix:af... | 0.278159 | 0.106272 |
#zoom-container {
position:absolute;
z-index:auto;
width: 100%;
height: 100%;
}
#zoom-box {
background: #000000;
filter:alpha(opacity=1);
-moz-opacity:0.01;
-khtml-opacity:0.01;
opacity:0.01;
width:0;
height:0;
top:0;
left:0;
position:absolute;
overflow:hidden;
border:0;
padding:0;
margin:0;
z-index... | cacti/include/themes/spectrum/jquery.zoom.css | #zoom-container {
position:absolute;
z-index:auto;
width: 100%;
height: 100%;
}
#zoom-box {
background: #000000;
filter:alpha(opacity=1);
-moz-opacity:0.01;
-khtml-opacity:0.01;
opacity:0.01;
width:0;
height:0;
top:0;
left:0;
position:absolute;
overflow:hidden;
border:0;
padding:0;
margin:0;
z-index... | 0.386416 | 0.073863 |
@charset "utf-8";
/* CSS Document */
/* css重置 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td, p { margin: 0; padding: 0 }
body { color: #444; background: #fff; word-break: break-all; word-wrap: break-word; }
body, input, texta... | src/css/cartpublic.css | @charset "utf-8";
/* CSS Document */
/* css重置 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td, p { margin: 0; padding: 0 }
body { color: #444; background: #fff; word-break: break-all; word-wrap: break-word; }
body, input, texta... | 0.286169 | 0.075142 |
.alertify-cover {
position: fixed;
z-index: 99999;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: white; /* 1 */
filter:alpha( opacity = 0 ); /* 1 */
opacity: 0;
}
/**
* alertify is the parent container for all dialog messages.
*
* 1 - Set to half the width to center ali... | public/home/alertifyjs/css/themes/alertify.core.css | .alertify-cover {
position: fixed;
z-index: 99999;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: white; /* 1 */
filter:alpha( opacity = 0 ); /* 1 */
opacity: 0;
}
/**
* alertify is the parent container for all dialog messages.
*
* 1 - Set to half the width to center ali... | 0.602062 | 0.227394 |
html{
background-color: #c44569;
}
.dialog{
display: grid;
grid-template-areas: "bckbtn . toprofile"
"message message message"
"sendmessage sendmessage sendmessage";
grid-template-columns: 200px auto 350px;
grid-template-rows: 80px auto 80px;
height: 100%;
}
body{
height: 100%;
}... | static/Profile/dialog.css | html{
background-color: #c44569;
}
.dialog{
display: grid;
grid-template-areas: "bckbtn . toprofile"
"message message message"
"sendmessage sendmessage sendmessage";
grid-template-columns: 200px auto 350px;
grid-template-rows: 80px auto 80px;
height: 100%;
}
body{
height: 100%;
}... | 0.409103 | 0.061452 |
.root {
-fx-base: #000000;
-fx-background: derive(-fx-base,25%);
-fx-control-inner-background: derive(-fx-base,80%);
-fx-control-inner-background-alt: derive(-fx-control-inner-background,-2%);
-fx-dark-text-color: black;
-fx-mid-text-color: #a09898;
-fx-light-text-color: white;
-fx-accen... | Marvin/Widget/Modena-BIFF.css | .root {
-fx-base: #000000;
-fx-background: derive(-fx-base,25%);
-fx-control-inner-background: derive(-fx-base,80%);
-fx-control-inner-background-alt: derive(-fx-control-inner-background,-2%);
-fx-dark-text-color: black;
-fx-mid-text-color: #a09898;
-fx-light-text-color: white;
-fx-accen... | 0.486819 | 0.086093 |
span.keyword {
/* padding: 0.2em; */
background-color: #f2e080;
border-radius: 5px;
}
span.redact {
background-color: #DDDDDD;
color: #DDDDDD;
border-radius: 5px;
}
/* CSS FOR ALERT MESSAGES FROM BOOTSTRAP */
.alert {
position: absolute;
padding: 0.5rem 0.5rem;
/* margin-top: 2rem;
margi... | annotator_gui/gui/static/css/external.css |
span.keyword {
/* padding: 0.2em; */
background-color: #f2e080;
border-radius: 5px;
}
span.redact {
background-color: #DDDDDD;
color: #DDDDDD;
border-radius: 5px;
}
/* CSS FOR ALERT MESSAGES FROM BOOTSTRAP */
.alert {
position: absolute;
padding: 0.5rem 0.5rem;
/* margin-top: 2rem;
margi... | 0.399577 | 0.110327 |
.new-comments .comment {
border: 1px solid #CACACA;
margin: 10px 0;
}
.new-comments .comment.adminable:hover {
border-color: #AAAAAA;
}
.new-comments .comment .cmeta {
background: url("../../images/modules/comments/metabar.gif") repeat-x scroll 0 0 transparent;
border-bottom: 1px solid #CCCCCC;
... | JabbR/Chat.githubissues.css | .new-comments .comment {
border: 1px solid #CACACA;
margin: 10px 0;
}
.new-comments .comment.adminable:hover {
border-color: #AAAAAA;
}
.new-comments .comment .cmeta {
background: url("../../images/modules/comments/metabar.gif") repeat-x scroll 0 0 transparent;
border-bottom: 1px solid #CCCCCC;
... | 0.390476 | 0.05211 |
.cs-modal {
position: fixed;
width: 100%;
height: 100%;
z-index: 20;
top: 0;
left: 0;
overflow: hidden;
opacity: 0;
transition: opacity 300ms linear, transform 300ms linear;
pointer-events: none;
display: flex;
justify-content: center;
align-items: center;
transfo... | public/assets/css/page/modal-alertify-calendar.css | .cs-modal {
position: fixed;
width: 100%;
height: 100%;
z-index: 20;
top: 0;
left: 0;
overflow: hidden;
opacity: 0;
transition: opacity 300ms linear, transform 300ms linear;
pointer-events: none;
display: flex;
justify-content: center;
align-items: center;
transfo... | 0.596198 | 0.095139 |
.keywords-list{
float: left;
width: 240px;
padding: 10px 0;
height: 350px;
margin-right: 10px;
background: #666;
color: #fff;
}
.keywords-list .keywords-item{
padding-left: 10px;
height: 35px;
line-height: 35px;
font-size: 14px;
}
.keywords-list .keywords-item .link{
marg... | src/page/index/index.css | .keywords-list{
float: left;
width: 240px;
padding: 10px 0;
height: 350px;
margin-right: 10px;
background: #666;
color: #fff;
}
.keywords-list .keywords-item{
padding-left: 10px;
height: 35px;
line-height: 35px;
font-size: 14px;
}
.keywords-list .keywords-item .link{
marg... | 0.481941 | 0.09472 |
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');
/*******************... | public/css/appCSS/style.css | @import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');
/*******************... | 0.236428 | 0.075721 |
td#span a {
color: #fff;
}
button#span a {
color: #fff;
}
/**** Login ****/
.caption {
background:rgba(0, 0, 0, 0.701961);
bottom:0;
color:#999999;
font-size:14px;
font-weight:300;
left:0;
min-width:200px;
padding:20px 10px 20px 50px;
position:absolute;
... | assets/AdminLTE-2.3.0/dist/css/custom.css | td#span a {
color: #fff;
}
button#span a {
color: #fff;
}
/**** Login ****/
.caption {
background:rgba(0, 0, 0, 0.701961);
bottom:0;
color:#999999;
font-size:14px;
font-weight:300;
left:0;
min-width:200px;
padding:20px 10px 20px 50px;
position:absolute;
... | 0.323594 | 0.128963 |
html,
body {
margin: 0;
font-size: 100%;
background: #fff;
font-family: 'Raleway', sans-serif;
}
body a {
text-decoration: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
... | css/style.css | html,
body {
margin: 0;
font-size: 100%;
background: #fff;
font-family: 'Raleway', sans-serif;
}
body a {
text-decoration: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
... | 0.300438 | 0.068913 |
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, ... | style/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.384103 | 0.079353 |
* {
margin: 0;
padding: 0;
font-family: 'Open Sans';
}
body,
html,
canvas {
overflow: hidden;
height: 100%;
}
body,
html {
background: #111;
touch-action: none;
}
a {
text-decoration: none;
color: #eab755;
display: inline-block;
}
select {
border-radius: 0;
-webkit-appearance: none;
-moz-a... | pixplot/web/assets/css/style.css | * {
margin: 0;
padding: 0;
font-family: 'Open Sans';
}
body,
html,
canvas {
overflow: hidden;
height: 100%;
}
body,
html {
background: #111;
touch-action: none;
}
a {
text-decoration: none;
color: #eab755;
display: inline-block;
}
select {
border-radius: 0;
-webkit-appearance: none;
-moz-a... | 0.452052 | 0.062189 |
body {
font-family: 'Open Sans', sans-serif;
color: #535353;
}
.img-fluid {
max-width: 100% !important;
height: auto;
}
.form-control:focus {
box-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: 'Open Sans', sans-serif;
}
.login-2 .login-inner-form .col-pad... | src/admin/pages/LoginAndRegister.css | body {
font-family: 'Open Sans', sans-serif;
color: #535353;
}
.img-fluid {
max-width: 100% !important;
height: auto;
}
.form-control:focus {
box-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: 'Open Sans', sans-serif;
}
.login-2 .login-inner-form .col-pad... | 0.386648 | 0.067886 |
.search-event form input[type="submit"],
.service-detail:before,
.title h2:after,
.title:after,
.title > p:after,
.speaker-img:after,
.speaker-img span:after,
.offer:hover .offer-inner:before,
.offer-inner > a,
.time-box:before,
.time-box:after,
.event-detail > span.event-date:before,
.package-info,
.package-img:after,... | public/event/css/color/color.css | .search-event form input[type="submit"],
.service-detail:before,
.title h2:after,
.title:after,
.title > p:after,
.speaker-img:after,
.speaker-img span:after,
.offer:hover .offer-inner:before,
.offer-inner > a,
.time-box:before,
.time-box:after,
.event-detail > span.event-date:before,
.package-info,
.package-img:after,... | 0.466603 | 0.140042 |
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600,300);
body {
margin:0;
font-family: 'Open Sans', sans-serif;
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #dbdbdb;
}
a {
text-decoration: none !important;
}
hr {
background:#dedede;
bor... | css/style.css | @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600,300);
body {
margin:0;
font-family: 'Open Sans', sans-serif;
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #dbdbdb;
}
a {
text-decoration: none !important;
}
hr {
background:#dedede;
bor... | 0.294722 | 0.066751 |
@font-face {
font-family: 'Graphik';
font-style: normal;
font-weight: 100;
src: url(../fonts/graphik/GraphikThin.otf);
}
@font-face {
font-family: 'Graphik';
font-style: normal;
font-weight: 200;
src: url(../fonts/graphik/GraphikExtralight.otf);
}
@font-face {
font-family: 'Graphik... | src/assets/css/app-dark.min.css | @font-face {
font-family: 'Graphik';
font-style: normal;
font-weight: 100;
src: url(../fonts/graphik/GraphikThin.otf);
}
@font-face {
font-family: 'Graphik';
font-style: normal;
font-weight: 200;
src: url(../fonts/graphik/GraphikExtralight.otf);
}
@font-face {
font-family: 'Graphik... | 0.442757 | 0.121009 |
.bx_horizontal_menu_advaced .bx_hma_one_lvl{
background: #64798f;
background: url(data:image/svg+xml;base64,<KEY>);
background: -moz-linear-gradient(top, #64798f 0%, #526476 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64798f), color-stop(100%,#526476));
background: -webki... | www/html/bitrix/modules/main/install/components/bitrix/menu/templates/catalog_horizontal_old/themes/black/colors.css | .bx_horizontal_menu_advaced .bx_hma_one_lvl{
background: #64798f;
background: url(data:image/svg+xml;base64,<KEY>);
background: -moz-linear-gradient(top, #64798f 0%, #526476 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64798f), color-stop(100%,#526476));
background: -webki... | 0.249264 | 0.075517 |
.userpage {
display: flex;
}
.userpage-sidebar {
display: block;
}
.user-page-brief {
padding: 15px 0;
border-bottom: 1px solid #efefef;
}
.userpage-sidebar-menu {
list-style: none;
padding: 0;
margin: 27px 0 0;
cursor: pointer;
}
.user-page-brief .avatar,
.user-page-brief__avatar {
... | public/css/frontend/profile.css | .userpage {
display: flex;
}
.userpage-sidebar {
display: block;
}
.user-page-brief {
padding: 15px 0;
border-bottom: 1px solid #efefef;
}
.userpage-sidebar-menu {
list-style: none;
padding: 0;
margin: 27px 0 0;
cursor: pointer;
}
.user-page-brief .avatar,
.user-page-brief__avatar {
... | 0.446977 | 0.090454 |
html {
font-family: system-ui, sans-serif;
font-size: 1.25rem;
width: 100%;
height: calc(100% - 50px);
}
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
.container-fluid {
margin-top: 50px;
}
* {
outline: none !important;
}
.controls {
position: absolute;
left: 0px;
top:0px;
b... | src/index.css | html {
font-family: system-ui, sans-serif;
font-size: 1.25rem;
width: 100%;
height: calc(100% - 50px);
}
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
.container-fluid {
margin-top: 50px;
}
* {
outline: none !important;
}
.controls {
position: absolute;
left: 0px;
top:0px;
b... | 0.463444 | 0.09739 |
html,
body {
box-sizing: border-box;
}
.main-container {
width: 90vw;
height: 85vh;
margin: 0 auto;
padding: 10px;
border: 1px solid #59c9e3;
border-radius: 6px;
text-align: center;
}
.main-container.player {
min-height: 535px;
}
.video-wrap {
height: 100%;
display: flex;
... | public/css/styles.css | html,
body {
box-sizing: border-box;
}
.main-container {
width: 90vw;
height: 85vh;
margin: 0 auto;
padding: 10px;
border: 1px solid #59c9e3;
border-radius: 6px;
text-align: center;
}
.main-container.player {
min-height: 535px;
}
.video-wrap {
height: 100%;
display: flex;
... | 0.46393 | 0.061452 |
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-weight: 600;
}
*{
margin: 0px;
padding: 0px;
}
#loading{
position: fixed;
width: 100%;
height: 100vh;
background:black url(https://media.giphy.com/media/3ohzdOrcdpiD26TPt6/giphy.gif) no-repeat center;
z-index: 9999;
}
body, h1, ... | Loaning Website/css/style.css | h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-weight: 600;
}
*{
margin: 0px;
padding: 0px;
}
#loading{
position: fixed;
width: 100%;
height: 100vh;
background:black url(https://media.giphy.com/media/3ohzdOrcdpiD26TPt6/giphy.gif) no-repeat center;
z-index: 9999;
}
body, h1, ... | 0.320183 | 0.054777 |
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,400i,600,700,900');
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
padding: 0;
}
body {
margin: 0;
background-color: black;
background-image: url(/css/glassic/img/glassic_bg.jpg);
background-re... | appdaemon/assets/css/glassic/dashboard.css | @import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,400i,600,700,900');
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
padding: 0;
}
body {
margin: 0;
background-color: black;
background-image: url(/css/glassic/img/glassic_bg.jpg);
background-re... | 0.276691 | 0.068662 |
html, body {
font-family: 'Roboto', sans-serif;
font-size: 14px;
height: 100%;
color: #41454d;
margin: 0;
background: #fff;
}
a {
color: #D32F1A;
text-decoration: none;
}
a:hover {
color: #F00;
}
p {
font-size: 15px;
color: #41454D;
font-style: normal;
margin: 6px ... | stackalytics/dashboard/static/css/style.css | html, body {
font-family: 'Roboto', sans-serif;
font-size: 14px;
height: 100%;
color: #41454d;
margin: 0;
background: #fff;
}
a {
color: #D32F1A;
text-decoration: none;
}
a:hover {
color: #F00;
}
p {
font-size: 15px;
color: #41454D;
font-style: normal;
margin: 6px ... | 0.408867 | 0.125681 |
@font-face {
font-family: 'FuturaLT';
src: url('/assets/fonts/FuturaLT.woff2');
}
@font-face {
font-family: 'MS-Gothic';
src: url('/assets/fonts/MS Gothic.ttf');
}
@font-face {
font-family: 'FuturaStd-BoldOblique';
src: url('/assets/fonts/Futura Std Bold Oblique.otf');
}
@font-face {
font-fam... | deadcode/editor.css | @font-face {
font-family: 'FuturaLT';
src: url('/assets/fonts/FuturaLT.woff2');
}
@font-face {
font-family: 'MS-Gothic';
src: url('/assets/fonts/MS Gothic.ttf');
}
@font-face {
font-family: 'FuturaStd-BoldOblique';
src: url('/assets/fonts/Futura Std Bold Oblique.otf');
}
@font-face {
font-fam... | 0.378919 | 0.049314 |
@import url('https://fonts.googleapis.com/css?family=Roboto');
nav.navbar-webmaster { background: red;}
nav.navbar-webmaster a { color: black; }
nav.navbar-webmaster ul.navbar-nav a { color: #fff; border-style: solid; border-width: 2px 0 0 0; border-color:black; }
nav.navbar-webmaster ul.navbar-nav a:hover,
nav.navbar... | public/css/styles.css | @import url('https://fonts.googleapis.com/css?family=Roboto');
nav.navbar-webmaster { background: red;}
nav.navbar-webmaster a { color: black; }
nav.navbar-webmaster ul.navbar-nav a { color: #fff; border-style: solid; border-width: 2px 0 0 0; border-color:black; }
nav.navbar-webmaster ul.navbar-nav a:hover,
nav.navbar... | 0.405449 | 0.07393 |
form {
color: white !important;
}
input[name=email],
input[name=firstName],
input[name=lastName],
input[name=nickname],
input[name=passwordConfirm],
input[name=password],
input[type=number] {
width: 100%;
display: inline-block;
border: none !important;
border-bottom: solid 2px white !important;
... | tipsy-react/src/app/css/form.css | form {
color: white !important;
}
input[name=email],
input[name=firstName],
input[name=lastName],
input[name=nickname],
input[name=passwordConfirm],
input[name=password],
input[type=number] {
width: 100%;
display: inline-block;
border: none !important;
border-bottom: solid 2px white !important;
... | 0.419648 | 0.143068 |
.mainWrapper {
width: 100%;
padding: 2rem;
display: flex;
flex-direction: column;
align-items: center;
}
.logoLink {
text-decoration: none;
text-align: center;
}
.logoLink:active,
.logoLink:visited {
color: black;
}
.logoLink:hover {
color: rgb(185, 116, 116);
}
.form,
.refList {
margin: 1rem 1r... | styles/Home.module.css | .mainWrapper {
width: 100%;
padding: 2rem;
display: flex;
flex-direction: column;
align-items: center;
}
.logoLink {
text-decoration: none;
text-align: center;
}
.logoLink:active,
.logoLink:visited {
color: black;
}
.logoLink:hover {
color: rgb(185, 116, 116);
}
.form,
.refList {
margin: 1rem 1r... | 0.340047 | 0.083367 |
[data-theme="grey-white"] {
--theme-h1-color: #6c6c6c;
--theme-heading-color: #6c6c6c;
--theme-body-background: #fff;
--theme-body-color: #6c6c6c;
--theme-link-color: #66c;
--theme-badge-background: #fff;
--theme-badge-border: #6c6c6c;
--theme-badge-color: #6c6c6c;
--theme-divider-co... | resources/css/themes/_grey-white.css | [data-theme="grey-white"] {
--theme-h1-color: #6c6c6c;
--theme-heading-color: #6c6c6c;
--theme-body-background: #fff;
--theme-body-color: #6c6c6c;
--theme-link-color: #66c;
--theme-badge-background: #fff;
--theme-badge-border: #6c6c6c;
--theme-badge-color: #6c6c6c;
--theme-divider-co... | 0.338405 | 0.040351 |
@charset "UTF-8";
/*!
* Bootstrap RTL v1.3.0 (https://github.com/parsakafi/bootstrap-rtl)
* Copyright 2020 <NAME> (https://parsa.ws)
* Licensed under MIT (https://github.com/parsakafi/bootstrap-rtl/blob/master/LICENSE)
*/
body {
text-align: right;
direction: rtl;
}
.offset-1 {
margin-right: 8.333333%;
... | public/assets/css/bootstrap-rtl.css | @charset "UTF-8";
/*!
* Bootstrap RTL v1.3.0 (https://github.com/parsakafi/bootstrap-rtl)
* Copyright 2020 <NAME> (https://parsa.ws)
* Licensed under MIT (https://github.com/parsakafi/bootstrap-rtl/blob/master/LICENSE)
*/
body {
text-align: right;
direction: rtl;
}
.offset-1 {
margin-right: 8.333333%;
... | 0.819135 | 0.143038 |
.sidebar {
margin: 0;
height: 100vh;
user-select: none;
width: 266px;
position: fixed;
padding-top: 50px;
border-right: 1px solid #f1f1f1;
background-color: #363E4A;
font-weight: 150;
color: white;
}
@media (max-width: 900px) {
.sidebar {
display: none;
... | src/components/layout/Sidebar.css | .sidebar {
margin: 0;
height: 100vh;
user-select: none;
width: 266px;
position: fixed;
padding-top: 50px;
border-right: 1px solid #f1f1f1;
background-color: #363E4A;
font-weight: 150;
color: white;
}
@media (max-width: 900px) {
.sidebar {
display: none;
... | 0.290679 | 0.074131 |
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel
{display:none;
width:100%;
z-index:1}
.owl-carousel .owl-stage
{position:relative;
-ms-touch-action:pan-Y;
-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after
{content:".";
display:block;
clear:... | assets/css/owl.css | .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel
{display:none;
width:100%;
z-index:1}
.owl-carousel .owl-stage
{position:relative;
-ms-touch-action:pan-Y;
-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after
{content:".";
display:block;
clear:... | 0.40392 | 0.037609 |
body {
background: #f9f9f9 url(../img/white_texture.jpg) repeat top left;
color: #333;
font-family: 'Oswald', Arial, sans-serif;
font-size: 13px;
}
.main {
width: 690px;
margin: 0 auto;
overflow: hidden;
}
.view {
width: 300px;
height: 200px;
margin: 10px;
float: left;
borde... | CSS3/ej06_final/css/main.css | body {
background: #f9f9f9 url(../img/white_texture.jpg) repeat top left;
color: #333;
font-family: 'Oswald', Arial, sans-serif;
font-size: 13px;
}
.main {
width: 690px;
margin: 0 auto;
overflow: hidden;
}
.view {
width: 300px;
height: 200px;
margin: 10px;
float: left;
borde... | 0.635449 | 0.112308 |
top: 0px;
right: 0px;
text-align: right;
font-size: 21px;
width: 324px;
height: 48px;
cursor: pointer;
background: url(../images/common/nav-status-bg.png) no-repeat;
z-index: 1;
}
#status_info_label {
width: 100%;
display: block;
}
#status_info_label span {
padding-right: 11px;
}
#inf... | css/info.css | top: 0px;
right: 0px;
text-align: right;
font-size: 21px;
width: 324px;
height: 48px;
cursor: pointer;
background: url(../images/common/nav-status-bg.png) no-repeat;
z-index: 1;
}
#status_info_label {
width: 100%;
display: block;
}
#status_info_label span {
padding-right: 11px;
}
#inf... | 0.076141 | 0.040012 |
* Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('./fonts/fonts/fontawesome-webfont.eot?v=4.3.0');
src: u... | css/mameblock.src.css | * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('./fonts/fonts/fontawesome-webfont.eot?v=4.3.0');
src: u... | 0.458349 | 0.084116 |
@import 'utilities.css';
:root{
--primary:#3DCFD3;
--dark:#161616;
--pure:#FFFFFF;
--ternary:#898989;
--light:#F2F2F2;
--secondary:#070606;
}
body {
font-family: 'Poppins', sans-serif;
}
*{
padding: 0;
margin: 0;
box-sizing: border-box;
-webkit-font-smotthing:antialiased;
... | public/css/style.css | @import 'utilities.css';
:root{
--primary:#3DCFD3;
--dark:#161616;
--pure:#FFFFFF;
--ternary:#898989;
--light:#F2F2F2;
--secondary:#070606;
}
body {
font-family: 'Poppins', sans-serif;
}
*{
padding: 0;
margin: 0;
box-sizing: border-box;
-webkit-font-smotthing:antialiased;
... | 0.266644 | 0.07117 |
@media screen and (min-width: 1400px) {
#top_banner {
background: url(images/background_crop.jpg);
height: 345px;
text-align: center;
position: fixed;
width: 101%;
box-sizing: border-box;
z-index: 999;
}
#top_banner h1 {
font-size: 5em;
color: black;
font-family: 'Quantic... | style.css | @media screen and (min-width: 1400px) {
#top_banner {
background: url(images/background_crop.jpg);
height: 345px;
text-align: center;
position: fixed;
width: 101%;
box-sizing: border-box;
z-index: 999;
}
#top_banner h1 {
font-size: 5em;
color: black;
font-family: 'Quantic... | 0.414899 | 0.170888 |