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 |
|---|---|---|---|---|
fixed-layout 固定头部和边栏布局
*/
html,
body {
height: 100%;
overflow: hidden;
}
body {
font-size: 14px;
font-family: "PingFang SC", 微软雅黑, "Microsoft YaHei", Helvetica, "Helvetica Neue", Tahoma, Arial, sans-serif;
color: rgba(0, 0, 0, 0.65);
background-color: #fff;
}
::selection {
background: #1... | public/vendor/assets/css/admin.css | fixed-layout 固定头部和边栏布局
*/
html,
body {
height: 100%;
overflow: hidden;
}
body {
font-size: 14px;
font-family: "PingFang SC", 微软雅黑, "Microsoft YaHei", Helvetica, "Helvetica Neue", Tahoma, Arial, sans-serif;
color: rgba(0, 0, 0, 0.65);
background-color: #fff;
}
::selection {
background: #1... | 0.412885 | 0.108472 |
.cabecalho{
background-image: url("../images/background.jpg");
background-size:cover;
background-position: center;
background-repeat: no-repeat;
height: 15vh;
display: flex;
flex-direction:row;
justify-content: space-around;
gap: 75%;
}
.logo{
min-width: 0;
}
.info{
min-width: 0;
margin-top: 1vh;
}
.cab... | css/main.css | .cabecalho{
background-image: url("../images/background.jpg");
background-size:cover;
background-position: center;
background-repeat: no-repeat;
height: 15vh;
display: flex;
flex-direction:row;
justify-content: space-around;
gap: 75%;
}
.logo{
min-width: 0;
}
.info{
min-width: 0;
margin-top: 1vh;
}
.cab... | 0.232571 | 0.065815 |
@import url("https://fonts.googleapis.com/css2?family=MuseoModerno:wght@400;500&display=swap");
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "MuseoModerno", cursive;
}
body {
width: 100%;
height: 100%;
background: #f8f8f8;
display: -webkit-bo... | styles/style.css | @import url("https://fonts.googleapis.com/css2?family=MuseoModerno:wght@400;500&display=swap");
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "MuseoModerno", cursive;
}
body {
width: 100%;
height: 100%;
background: #f8f8f8;
display: -webkit-bo... | 0.369088 | 0.056288 |
body{
width: 1100px !important;
padding: 0px !important;
margin: 0px !important;
}
div.header .topbar,
div.header .navbar,
div.breadcrumbs,
div.footer-v1{
display:none !important;
}
#erreport .score-table {
margin-bottom: 0px !important;
padding-bottom: 10px !important;
border-bottom: 0px !... | css/reportpdf.css | body{
width: 1100px !important;
padding: 0px !important;
margin: 0px !important;
}
div.header .topbar,
div.header .navbar,
div.breadcrumbs,
div.footer-v1{
display:none !important;
}
#erreport .score-table {
margin-bottom: 0px !important;
padding-bottom: 10px !important;
border-bottom: 0px !... | 0.219421 | 0.050799 |
body {
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
background: #3973aa;
color: #fefeff;
height: 100vh;
margin: 0;
}
#page {
display: table;
height: 100%;
margin: 0 auto;
margin-top: -10px;
width: 70%;
font-size: 1.9vw;
}
#container {
display: table-cell;
vert... | public/style.css | body {
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
background: #3973aa;
color: #fefeff;
height: 100vh;
margin: 0;
}
#page {
display: table;
height: 100%;
margin: 0 auto;
margin-top: -10px;
width: 70%;
font-size: 1.9vw;
}
#container {
display: table-cell;
vert... | 0.517571 | 0.095687 |
overflow-x: hidden;
font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}*/
.text-muted {
color: #777777;
}
.text-primary {
color: #fed136;
}
p.large {
font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
outline: none;
}
/*h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Montserrat... | public/css/Hongportfolio.css | overflow-x: hidden;
font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}*/
.text-muted {
color: #777777;
}
.text-primary {
color: #fed136;
}
p.large {
font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
outline: none;
}
/*h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Montserrat... | 0.383872 | 0.087019 |
@media screen and (min-width: 480px) {
ul.autoCompleteList.autoCompleteList--3-col li {
padding: 5px 10px;
display: inline-block;
width: 50%;
}
}
@media screen and (min-width: 768px) {
body {
font-size: 16px;
}
.tablet-visible {
display: block!important;
... | src/css/core/common/common-@media.css | @media screen and (min-width: 480px) {
ul.autoCompleteList.autoCompleteList--3-col li {
padding: 5px 10px;
display: inline-block;
width: 50%;
}
}
@media screen and (min-width: 768px) {
body {
font-size: 16px;
}
.tablet-visible {
display: block!important;
... | 0.347094 | 0.121712 |
:root {
--color-primary: #3ea7e1;
--link-color: #fff;
--heading-color: #fff;
--button-color: #fff;
--button-font: #3ea7e1;
--button-border: rgba(255, 255, 255, 0.3);
--container-padding: 15px;
}
@media (min-width: 576px) {
:root {
--container-padding: 30px;
}
}
*,
*:before,
... | public/mmenu_layout.css | :root {
--color-primary: #3ea7e1;
--link-color: #fff;
--heading-color: #fff;
--button-color: #fff;
--button-font: #3ea7e1;
--button-border: rgba(255, 255, 255, 0.3);
--container-padding: 15px;
}
@media (min-width: 576px) {
:root {
--container-padding: 30px;
}
}
*,
*:before,
... | 0.394551 | 0.144541 |
[hyoo_todomvc] {
align-self: stretch;
width: 100%;
margin: 0;
transition: none;
}
[hyoo_todomvc] [mol_string] ,
[hyoo_todomvc] [mol_string]:focus ,
[hyoo_todomvc] [mol_string]:hover ,
[hyoo_todomvc] [mol_button] ,
[hyoo_todomvc] [mol_button]:focus ,
[hyoo_todomvc] [mol_button]:hover ,
[hyoo_todomvc] [mol_link] ,
[... | examples/mol/src/todomvc.css | [hyoo_todomvc] {
align-self: stretch;
width: 100%;
margin: 0;
transition: none;
}
[hyoo_todomvc] [mol_string] ,
[hyoo_todomvc] [mol_string]:focus ,
[hyoo_todomvc] [mol_string]:hover ,
[hyoo_todomvc] [mol_button] ,
[hyoo_todomvc] [mol_button]:focus ,
[hyoo_todomvc] [mol_button]:hover ,
[hyoo_todomvc] [mol_link] ,
[... | 0.38549 | 0.210705 |
@import 'https://fonts.googleapis.com/css?family=Lato';
/* Space out content a bit */
body {
font-family: 'Lato', sans-serif; }
a {
cursor: pointer; }
#menu {
z-index: 2; }
@media (max-height: 470px) and (orientation: landscape) {
#menu {
display: none; } }
.material-icons {
vertical-align: middl... | dist/css/styles.css | @import 'https://fonts.googleapis.com/css?family=Lato';
/* Space out content a bit */
body {
font-family: 'Lato', sans-serif; }
a {
cursor: pointer; }
#menu {
z-index: 2; }
@media (max-height: 470px) and (orientation: landscape) {
#menu {
display: none; } }
.material-icons {
vertical-align: middl... | 0.334046 | 0.091911 |
Created on : 21/06/2017, 06:32:13 PM
Author : <NAME>
Email : <EMAIL> / <EMAIL>
organización: EMPET S.A.C.
*/
*{
margin: 0;
padding: 0;
}
body{
width: 100%;
display: block;
float: left;
background: #E6E6E6;
/*font-family:Square721 BT;
font-family:Futura Md BT;*/
... | public/css/style.css | Created on : 21/06/2017, 06:32:13 PM
Author : <NAME>
Email : <EMAIL> / <EMAIL>
organización: EMPET S.A.C.
*/
*{
margin: 0;
padding: 0;
}
body{
width: 100%;
display: block;
float: left;
background: #E6E6E6;
/*font-family:Square721 BT;
font-family:Futura Md BT;*/
... | 0.276788 | 0.136551 |
@import url('https://fonts.googleapis.com/css?family=Raleway:200');
body {
font-family: 'Raleway', sans-serif;
background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
}
.navbar-brand img {
max-width: 90px;
-webkit-transform:rotate(10deg);
transform: rotate(10deg);
}
a.nav-item.nav-link {
... | WEEK_10/style2.css | @import url('https://fonts.googleapis.com/css?family=Raleway:200');
body {
font-family: 'Raleway', sans-serif;
background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
}
.navbar-brand img {
max-width: 90px;
-webkit-transform:rotate(10deg);
transform: rotate(10deg);
}
a.nav-item.nav-link {
... | 0.44746 | 0.082475 |
.column {
position: relative;
z-index: 1;
float: left;
width: 50%;
padding: 30px 0;
text-align: center;
white-space: nowrap;
}
.column .button + .button {
margin-left: 20px;
}
@media screen and (max-width: 800px) {
.column {
width: 50%;
}
}
@media screen and (max-width: 400px) {
.column {
... | public/css/custombuttons.css | .column {
position: relative;
z-index: 1;
float: left;
width: 50%;
padding: 30px 0;
text-align: center;
white-space: nowrap;
}
.column .button + .button {
margin-left: 20px;
}
@media screen and (max-width: 800px) {
.column {
width: 50%;
}
}
@media screen and (max-width: 400px) {
.column {
... | 0.361841 | 0.141222 |
height: 34px;
width: 40px;
}
.navbar {
max-height: 50px;
}
.nav > li > a {
max-height: 50px;
}
.nav > li {
background-color: #1a1a1a;
}
.navbar-nav {
margin: 0px 15px;
}
.navbar-brand {
padding-top: 8px;
padding-left: 15px;
padding-bottom: 0px;
}
.navbar-inverse {
background-color: #1a1a1a;
}
.navbar-... | public/css/admin_nav.css | height: 34px;
width: 40px;
}
.navbar {
max-height: 50px;
}
.nav > li > a {
max-height: 50px;
}
.nav > li {
background-color: #1a1a1a;
}
.navbar-nav {
margin: 0px 15px;
}
.navbar-brand {
padding-top: 8px;
padding-left: 15px;
padding-bottom: 0px;
}
.navbar-inverse {
background-color: #1a1a1a;
}
.navbar-... | 0.36625 | 0.05621 |
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Comforter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comforter&display=swap");
@font-face {
font-fami... | resources/sass/profile.css | @charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Comforter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comforter&display=swap");
@font-face {
font-fami... | 0.33764 | 0.076236 |
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
* {
padding: 0;
margin: 0;
}
body {
height: 100%;
width: 100%;
background-image: url(../assets/pup.jpg);
background-attachment: fixed;
background-position: center;
background-size: cover;
position: abs... | public/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
* {
padding: 0;
margin: 0;
}
body {
height: 100%;
width: 100%;
background-image: url(../assets/pup.jpg);
background-attachment: fixed;
background-position: center;
background-size: cover;
position: abs... | 0.344333 | 0.082254 |
.hll {
background-color: #ffffcc;
}
.c {
color: #999;
}
.err {
color: #AA0000;
background-color: #FFAAAA;
}
.k {
color: #006699;
}
.o {
color: #555555;
}
.cm {
color: #999;
}
.cp {
color: #009999;
}
.c1 {
color: #999;
}
.cs {
color: #999;
}
.gd {
background-color: #FFCCCC;
border: 1px solid #CC0... | docs/assets/css/docs-2.css | .hll {
background-color: #ffffcc;
}
.c {
color: #999;
}
.err {
color: #AA0000;
background-color: #FFAAAA;
}
.k {
color: #006699;
}
.o {
color: #555555;
}
.cm {
color: #999;
}
.cp {
color: #009999;
}
.c1 {
color: #999;
}
.cs {
color: #999;
}
.gd {
background-color: #FFCCCC;
border: 1px solid #CC0... | 0.449634 | 0.197561 |
* {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
font-size: 11px;
}
body {
font-size: 12px;
font-family: Arial;
background: url('') no-repeat fixed center top #ffde03;
margin: 0;
padding: 0;
}
a:link,a:visited{
color:#2c9502;
text-decoration:none}
a:hover{
color:#ad016a;
text-decoration:underline... | src/Hoaian/WebBundle/Resources/public/css/error.css | * {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
font-size: 11px;
}
body {
font-size: 12px;
font-family: Arial;
background: url('') no-repeat fixed center top #ffde03;
margin: 0;
padding: 0;
}
a:link,a:visited{
color:#2c9502;
text-decoration:none}
a:hover{
color:#ad016a;
text-decoration:underline... | 0.197793 | 0.07889 |
.ex-vp {
background-color: var(--theme-color);
font-size: 5vw;
padding: 50px;
color: #414141;
}
/* products products products products products products
----------------------------------------------- */
/* single product single product single product single product -------------------------
single produ... | src/css/product.css | .ex-vp {
background-color: var(--theme-color);
font-size: 5vw;
padding: 50px;
color: #414141;
}
/* products products products products products products
----------------------------------------------- */
/* single product single product single product single product -------------------------
single produ... | 0.361052 | 0.116136 |
html {
background: #373737;
}
body {
margin: 0;
padding:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.5em;
width: 100%;
display: table;
background: url(images/templatemo_top_bg.jpg) #000 repeat-x;
}
a:link, a:visited { color: #fff; text-decoration: underline; }
a:active, a:hov... | Introduction to Web Design/templates/guitar/style.css | html {
background: #373737;
}
body {
margin: 0;
padding:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.5em;
width: 100%;
display: table;
background: url(images/templatemo_top_bg.jpg) #000 repeat-x;
}
a:link, a:visited { color: #fff; text-decoration: underline; }
a:active, a:hov... | 0.240507 | 0.067577 |
code[class*="language-"],
pre[class*="language-"] {
color: #000;
background: none;
text-shadow: 0 1px #fff;
font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
font-size: 1em;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-heig... | src/styles/markdown.css | code[class*="language-"],
pre[class*="language-"] {
color: #000;
background: none;
text-shadow: 0 1px #fff;
font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
font-size: 1em;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-heig... | 0.504883 | 0.092811 |
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.container {
margin-left: auto;
margin-right: auto;
width: 1200px;
padding-left: 15px;
padding-right: 15px;
}
ul {
list-style: none;
... | css/main.css | *,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.container {
margin-left: auto;
margin-right: auto;
width: 1200px;
padding-left: 15px;
padding-right: 15px;
}
ul {
list-style: none;
... | 0.419529 | 0.063802 |
body{background-color:#efecec;}
/* 身体 */
.login_container{padding-top:0.9rem;}
/* 用户登录 */
.sign_container{padding:0.2rem;}
.sign_ul{list-style: none;}
.sign_ul li{
background-color:#ffffff;
border-radius: 0.1rem;
border:1px solid #E5E5E5;
font-size:0;
height:0.8rem;
line-height: 0.8rem;
... | Public/css/_login.css | body{background-color:#efecec;}
/* 身体 */
.login_container{padding-top:0.9rem;}
/* 用户登录 */
.sign_container{padding:0.2rem;}
.sign_ul{list-style: none;}
.sign_ul li{
background-color:#ffffff;
border-radius: 0.1rem;
border:1px solid #E5E5E5;
font-size:0;
height:0.8rem;
line-height: 0.8rem;
... | 0.226784 | 0.050284 |
html {
font-family: sans-serif;
background: lightgray;
padding: 1rem;
}
body {
max-width: 960px;
word-wrap: break-word;
text-overflow: clip;
margin: 0 auto;
background: white;
}
h1 {
color: #002856; /* uc merced colors */
margin: 1rem 0;
}
a {
color: #002856;
text-decoration: none;
}
nav {
bac... | bobchat/static/style.css | html {
font-family: sans-serif;
background: lightgray;
padding: 1rem;
}
body {
max-width: 960px;
word-wrap: break-word;
text-overflow: clip;
margin: 0 auto;
background: white;
}
h1 {
color: #002856; /* uc merced colors */
margin: 1rem 0;
}
a {
color: #002856;
text-decoration: none;
}
nav {
bac... | 0.441914 | 0.061621 |
body {
margin: 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10pt;
color: black;
background-color: white;
}
h1 {
font-size: 150%;
margin: 0;
float: left;
}
h2 {
font-size: 125%;
}
h3 {
font-size: 105%;
}
a:link, a:visited {
color: #004080;
text-decoration: none;
}
a:hover, a:active {
t... | websvn/templates/BlueGrey/styles.css |
body {
margin: 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10pt;
color: black;
background-color: white;
}
h1 {
font-size: 150%;
margin: 0;
float: left;
}
h2 {
font-size: 125%;
}
h3 {
font-size: 105%;
}
a:link, a:visited {
color: #004080;
text-decoration: none;
}
a:hover, a:active {
t... | 0.287868 | 0.091748 |
* {
margin: 0;
padding: 0;
}
html,
body {
width: 100%;
height: 100%;
}
@font-face {
font-family: 'iconfont';
src: url('../img/iconfont/iconfont.eot');
src: url('../img/iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('../img/iconfont/iconfont.woff') format('woff'), url('../img/iconfont/icon... | dist/css/index.css | * {
margin: 0;
padding: 0;
}
html,
body {
width: 100%;
height: 100%;
}
@font-face {
font-family: 'iconfont';
src: url('../img/iconfont/iconfont.eot');
src: url('../img/iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('../img/iconfont/iconfont.woff') format('woff'), url('../img/iconfont/icon... | 0.343232 | 0.046616 |
.page {
margin: 0 auto;
max-width: 960px;
}
.headerContainer {
width: 220px;
height: 100vh;
position: fixed;
display: flex;
align-items: center;
padding-left: 50px;
text-align: center;
}
.headerContainer ul {
margin-left: 0;
}
.image {
border-radius: 500px;
width: 125px;
margin-bottom: 1rem... | src/components/Layout/index.module.css | .page {
margin: 0 auto;
max-width: 960px;
}
.headerContainer {
width: 220px;
height: 100vh;
position: fixed;
display: flex;
align-items: center;
padding-left: 50px;
text-align: center;
}
.headerContainer ul {
margin-left: 0;
}
.image {
border-radius: 500px;
width: 125px;
margin-bottom: 1rem... | 0.62223 | 0.083068 |
body{
margin: 0;
padding: 0;
background-color: #674BB1;
background-image: url("./images/bg-desktop.svg");
background-repeat: no-repeat;
background-size: contain;
background-position: 25px;
height: 100vh;
font-family: sans-serif
}
.Header{
width: 100%;
height: 10px;
}
.Header img{
margin-top: 3... | style.css | body{
margin: 0;
padding: 0;
background-color: #674BB1;
background-image: url("./images/bg-desktop.svg");
background-repeat: no-repeat;
background-size: contain;
background-position: 25px;
height: 100vh;
font-family: sans-serif
}
.Header{
width: 100%;
height: 10px;
}
.Header img{
margin-top: 3... | 0.37319 | 0.061537 |
@charset "utf-8";
/* CSS Document */
.onepage {
min-height:800px;
}
.container-fluid {
padding : 0px;
}
#gp_nursery {
background:#fff;
color:#000;
}
#gp_routes_tasks {
background:#ffffff;
color:#000;
}
#gp_expense_visits {
background:#000;
color:#fff;
}
#gp_watermen {
background:#fff;
color:#000;
}
#gp_e... | pub/css/wotaman.css | @charset "utf-8";
/* CSS Document */
.onepage {
min-height:800px;
}
.container-fluid {
padding : 0px;
}
#gp_nursery {
background:#fff;
color:#000;
}
#gp_routes_tasks {
background:#ffffff;
color:#000;
}
#gp_expense_visits {
background:#000;
color:#fff;
}
#gp_watermen {
background:#fff;
color:#000;
}
#gp_e... | 0.150403 | 0.050847 |
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, ... | web/assets/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.292899 | 0.061763 |
*{
margin: 0;
padding: 0;
}
body{
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 13px;
background: #fff;
}
#wrapper{
max-width: 1080px;
padding: 15px 2% 40px 2%;
margin: 20px auto;
}
h1{
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
... | public/wp-content/plugins/simple-wp-sitemap/css/html.css | *{
margin: 0;
padding: 0;
}
body{
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 13px;
background: #fff;
}
#wrapper{
max-width: 1080px;
padding: 15px 2% 40px 2%;
margin: 20px auto;
}
h1{
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
... | 0.33231 | 0.084191 |
body {
min-width: 1200px;
margin-top: 44px;
font-family: "Montserrat", sans-serif;
background: #f6dcc7 url(../img/bg.png) center top no-repeat;
background-size: 1024px;
}
* {
box-sizing: border-box;
}
.container {
max-width: 1140px;
height: 856px;
margin: auto;
position: relative;
... | css/styles.css | body {
min-width: 1200px;
margin-top: 44px;
font-family: "Montserrat", sans-serif;
background: #f6dcc7 url(../img/bg.png) center top no-repeat;
background-size: 1024px;
}
* {
box-sizing: border-box;
}
.container {
max-width: 1140px;
height: 856px;
margin: auto;
position: relative;
... | 0.322953 | 0.048249 |
.root {
/* Color definitions */
color-primary: #ff9800; /* Orange 500 */
color-card: #ffffff; /* White */
color-header: #f5f5f5; /* Grey 100 */
color-footer: #bdbdbd; /* Grey 400 */
color-placeholder: #9e9e9e; /* Grey 500 */
color-info: #2196f3; /* Blue 500 */
color-success: #4caf50; /* Green 500 */
c... | ct-admin/src/main/resources/css/styles.css | .root {
/* Color definitions */
color-primary: #ff9800; /* Orange 500 */
color-card: #ffffff; /* White */
color-header: #f5f5f5; /* Grey 100 */
color-footer: #bdbdbd; /* Grey 400 */
color-placeholder: #9e9e9e; /* Grey 500 */
color-info: #2196f3; /* Blue 500 */
color-success: #4caf50; /* Green 500 */
c... | 0.232223 | 0.046834 |
* {-moz-background-clip: padding; z-index:0}
body,iframe {margin:0px; padding:0px}
div,span,img,a,form,body,label {border-width:1px; border-color:black}
a.internal1 {
font-family: verdana;
font-size: 13px;
text-align: center;
color: #131CA4;
}
a.internal1:link, a.menu:visited {
color: #131CA4;
text-decorat... | ofmat.css | * {-moz-background-clip: padding; z-index:0}
body,iframe {margin:0px; padding:0px}
div,span,img,a,form,body,label {border-width:1px; border-color:black}
a.internal1 {
font-family: verdana;
font-size: 13px;
text-align: center;
color: #131CA4;
}
a.internal1:link, a.menu:visited {
color: #131CA4;
text-decorat... | 0.291787 | 0.086016 |
@import 'https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/css/foundation.min.css';
/*@import "../../node_modules/codemirror/lib/codemirror.css";*/
/** ----- Begin Global ----- **/
html,
body,
#app {
height: 100%;
}
input::placeholder,
textarea::placeholder {
color: #888888;
}
.button {
background... | public/css/app.css | @import 'https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/css/foundation.min.css';
/*@import "../../node_modules/codemirror/lib/codemirror.css";*/
/** ----- Begin Global ----- **/
html,
body,
#app {
height: 100%;
}
input::placeholder,
textarea::placeholder {
color: #888888;
}
.button {
background... | 0.510985 | 0.083666 |
@media (max-width:959px){
.pc{
display: none !important;
}
body {
margin: 0;
padding: 0;
background-image: url("/images/mobile-images/background.png");
}
#tennisCort{
width:100%;
text-align: center;
}
#challengeImage{
text-align: center;
margin-top: -25px;
}
#about-quiz-content{
width:100%... | public/css/index_page.css | @media (max-width:959px){
.pc{
display: none !important;
}
body {
margin: 0;
padding: 0;
background-image: url("/images/mobile-images/background.png");
}
#tennisCort{
width:100%;
text-align: center;
}
#challengeImage{
text-align: center;
margin-top: -25px;
}
#about-quiz-content{
width:100%... | 0.167491 | 0.081703 |
@font-face {
font-family: 'always_in_my_heartregular';
src: url('../demo23/fonts/always_in_my_heart-webfont.eot');
src: url('../demo23/fonts/always_in_my_heart-webfont.eot?#iefix') format('embedded-opentype'),
url('../demo23/fonts/always_in_my_heart-webfont.woff') format('woff'),
url('../d... | server/views/layouts/demo23_files/style.css | @font-face {
font-family: 'always_in_my_heartregular';
src: url('../demo23/fonts/always_in_my_heart-webfont.eot');
src: url('../demo23/fonts/always_in_my_heart-webfont.eot?#iefix') format('embedded-opentype'),
url('../demo23/fonts/always_in_my_heart-webfont.woff') format('woff'),
url('../d... | 0.263599 | 0.047382 |
MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
font-size:... | style.css | MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
font-size:... | 0.174481 | 0.056548 |
.part one{
height: 390px;
width: 100%;
background-image: url(/home/macmillan/Desktop/protwo/images/landing.jpg);
}
.logo{
text-align: center;
background-image: url(/home/macmillan/Desktop/protwo/images/landing.jpg);
}
#log{
font-size: 24px;
color: white;
}
#happy{
width: 200px;
height: 50px;
backgro... | css/styles.css | .part one{
height: 390px;
width: 100%;
background-image: url(/home/macmillan/Desktop/protwo/images/landing.jpg);
}
.logo{
text-align: center;
background-image: url(/home/macmillan/Desktop/protwo/images/landing.jpg);
}
#log{
font-size: 24px;
color: white;
}
#happy{
width: 200px;
height: 50px;
backgro... | 0.246352 | 0.132486 |
body {font-family: Arial, Helvetica, sans-serif;}
/* Full-width input fields */
input[type=text], input[type=password] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
/* top navigation bar for login page ===========================... | src/app/log-in/log-in.component.css | body {font-family: Arial, Helvetica, sans-serif;}
/* Full-width input fields */
input[type=text], input[type=password] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
/* top navigation bar for login page ===========================... | 0.409457 | 0.078043 |
.button {
-fx-text-fill: #0075ff;
-fx-background-color: #2F2F2F;
-fx-border-color: #0075FF;
-fx-background-radius: 0;
-fx-border-radius: 0;
-fx-cursor: hand;
}
.check-box {
-fx-text-fill: white;
-fx-cursor: hand;
}
.scroll-pane {
-fx-background-color: #1F1F1F;
}
.grid-pane {
-... | src/main/resources/style/style.css | .button {
-fx-text-fill: #0075ff;
-fx-background-color: #2F2F2F;
-fx-border-color: #0075FF;
-fx-background-radius: 0;
-fx-border-radius: 0;
-fx-cursor: hand;
}
.check-box {
-fx-text-fill: white;
-fx-cursor: hand;
}
.scroll-pane {
-fx-background-color: #1F1F1F;
}
.grid-pane {
-... | 0.4856 | 0.126273 |
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,... | assets/css/styles.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.431584 | 0.097133 |
@font-face {
font-family: 'Bernhard Modern';
src : url('../fonts/bernhardModern/BernhModBTRom.eot');
src : url('../fonts/bernhardModern/BernhModBTRom.eot?#iefix') format('eot'),
url('../fonts/bernhardModern/BernhModBTRom.woff2') format('woff2'),
url('../fonts/bernhardModern/BernhModBTRom.woff') fo... | css/styles.css | @font-face {
font-family: 'Bernhard Modern';
src : url('../fonts/bernhardModern/BernhModBTRom.eot');
src : url('../fonts/bernhardModern/BernhModBTRom.eot?#iefix') format('eot'),
url('../fonts/bernhardModern/BernhModBTRom.woff2') format('woff2'),
url('../fonts/bernhardModern/BernhModBTRom.woff') fo... | 0.31732 | 0.116261 |
._400_1 {
background-image: url('../images/400_1.png');
}
._400_2 {
background-image: url('../images/400_2.png');
}
._400_3 {
background-image: url('../images/400_3.png');
}
._400_4 {
background-image: url('../images/400_4.png');
}
._400_5 {
background-image: url('../images/400_5.png');
}
._400_6 {
... | src/assets/stylesheets/cards.css | ._400_1 {
background-image: url('../images/400_1.png');
}
._400_2 {
background-image: url('../images/400_2.png');
}
._400_3 {
background-image: url('../images/400_3.png');
}
._400_4 {
background-image: url('../images/400_4.png');
}
._400_5 {
background-image: url('../images/400_5.png');
}
._400_6 {
... | 0.455925 | 0.187318 |
@-ms-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
/* All Tablet Portrait size smaller than standard 1199 (devices and browsers) */
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1200px) {
.container{
width: 100%;
... | web/app/themes/ecommerce-market/assest/css/responsive.css | @-ms-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
/* All Tablet Portrait size smaller than standard 1199 (devices and browsers) */
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1200px) {
.container{
width: 100%;
... | 0.236957 | 0.047162 |
div.wlby_movie
{
overflow: hidden;
position: absolute;
left: 0px;
top: 0px;
width: 1920px;
height: 1080px;
}
.wlby_text p { padding: 0; margin: 0; }
a.wlby_classic-link { color: inherit; text-decoration: none; }
a.wlby_classic-link:link { color: inherit; text-decoration: none; }
a.wlby_classic-link:hover { color... | tests/2d_test/wallaby/morph_test1/Morph01_test1.css | div.wlby_movie
{
overflow: hidden;
position: absolute;
left: 0px;
top: 0px;
width: 1920px;
height: 1080px;
}
.wlby_text p { padding: 0; margin: 0; }
a.wlby_classic-link { color: inherit; text-decoration: none; }
a.wlby_classic-link:link { color: inherit; text-decoration: none; }
a.wlby_classic-link:hover { color... | 0.314156 | 0.10217 |
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
src: local('Raleway Medium'), local('Raleway-Medium'), url(SansPro/Li18TEFObx_yGdzKDoI_ciEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* la... | Layout/LandX4/assets/fonts/sansPro.css | @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
src: local('Raleway Medium'), local('Raleway-Medium'), url(SansPro/Li18TEFObx_yGdzKDoI_ciEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* la... | 0.231701 | 0.082107 |
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&display=swap");
body,
html,
.body {
margin: 0 auto;
height: 100%;
width: 100%;
font-family: "Rubik", sans-serif;
}
body {
font-family: "Rubik", sans-serif;
background: linear-gradient(#a6cede, #96a4df 90%);
}
.body {
... | old/css/style-buscacep.css | @import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&display=swap");
body,
html,
.body {
margin: 0 auto;
height: 100%;
width: 100%;
font-family: "Rubik", sans-serif;
}
body {
font-family: "Rubik", sans-serif;
background: linear-gradient(#a6cede, #96a4df 90%);
}
.body {
... | 0.311846 | 0.073696 |
.sidebar {
background: #39769e;
}
.sidebar .nav:not(.sub-menu) > .nav-item {
border-bottom: none;
margin-bottom: 2px;
}
.modal-header {
padding: 0.5rem 1rem;
}
.select2-results .select2-disabled,
.select2-results__option[aria-disabled="true"] {
display: none;
}
.modal-title {
font-size: 0.737rem;
}
.navbar .... | public/assets/css/custom.css | .sidebar {
background: #39769e;
}
.sidebar .nav:not(.sub-menu) > .nav-item {
border-bottom: none;
margin-bottom: 2px;
}
.modal-header {
padding: 0.5rem 1rem;
}
.select2-results .select2-disabled,
.select2-results__option[aria-disabled="true"] {
display: none;
}
.modal-title {
font-size: 0.737rem;
}
.navbar .... | 0.277669 | 0.068725 |
*{
box-sizing: border-box;
}
html, body{
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
body{
display: table;
}
#wrap{
height: 100%;
width: 100%;
font-family: sans-serif;
padding: 0;
margin: 0;
background: #020202; /* Old browsers */
background: -moz-linear-gr... | mobile_app/style.css | *{
box-sizing: border-box;
}
html, body{
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
body{
display: table;
}
#wrap{
height: 100%;
width: 100%;
font-family: sans-serif;
padding: 0;
margin: 0;
background: #020202; /* Old browsers */
background: -moz-linear-gr... | 0.439266 | 0.052741 |
.payment-form-background {
position: fixed;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
background: rgba(22, 94, 201, 0.15);
/* z-index: 1000; */
display: flex;
justify-content: center;
align-items: center;
padding: 16px;
}
.payment-form-background .close-icon{
positi... | frontend/src/css/PaymentForm.css | .payment-form-background {
position: fixed;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
background: rgba(22, 94, 201, 0.15);
/* z-index: 1000; */
display: flex;
justify-content: center;
align-items: center;
padding: 16px;
}
.payment-form-background .close-icon{
positi... | 0.561335 | 0.064095 |
.d-flex {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.btn {
padding: 12px 30px;
text-transform: uppercase;
border: none;
border-radius: 5px;
transition: all 0.3s;
}
.btn.text-small {
font-size: 14px;
}
.btn:hover {
box-shadow: 0px 10px 15px 0px rgba(59, 55, 188, ... | public/assets/css/global.css | .d-flex {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.btn {
padding: 12px 30px;
text-transform: uppercase;
border: none;
border-radius: 5px;
transition: all 0.3s;
}
.btn.text-small {
font-size: 14px;
}
.btn:hover {
box-shadow: 0px 10px 15px 0px rgba(59, 55, 188, ... | 0.395368 | 0.071461 |
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Permanent+Marker&display=swap');
:root {
--bg-color-1: #f7ffb7;
--bg-color-2: #a5d145;
--bg-color-3: #af5314;
--bg-color-4: #501a68;
}
* { box-sizing: border-box; }
audio {
display: none;
}
button,
input {
font-size: 18px;
}
input {... | src/main.css | @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Permanent+Marker&display=swap');
:root {
--bg-color-1: #f7ffb7;
--bg-color-2: #a5d145;
--bg-color-3: #af5314;
--bg-color-4: #501a68;
}
* { box-sizing: border-box; }
audio {
display: none;
}
button,
input {
font-size: 18px;
}
input {... | 0.399929 | 0.127598 |
:root {
--gray-900: #121212;
--gray-800: #181818;
--gray-700: #282828;
}
.green-li:active{
background-color: #282828;
border-radius: 5px;
}
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
/* font-family: "Segoe UI", sans-serif; */
font-size: 62.5%;
max-width: 100%;
min-height: 100vh... | src/styles/veekshithCSS/webplayer.css | :root {
--gray-900: #121212;
--gray-800: #181818;
--gray-700: #282828;
}
.green-li:active{
background-color: #282828;
border-radius: 5px;
}
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
/* font-family: "Segoe UI", sans-serif; */
font-size: 62.5%;
max-width: 100%;
min-height: 100vh... | 0.369201 | 0.090293 |
@charset "utf-8";
body, div, p, ul, li, ol, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, input, fieldset, legend, optgroup, select, table, textarea {
margin: 0;
padding: 0;
font-family: "微软雅黑";
font-size: 12px;
}
ul,li{
list-style:none;
padding:0px;
margin:0px;
text-indent: 0px;
}
img,a{
... | Baocms/Fenzhan/statics/css/pub.css | @charset "utf-8";
body, div, p, ul, li, ol, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, input, fieldset, legend, optgroup, select, table, textarea {
margin: 0;
padding: 0;
font-family: "微软雅黑";
font-size: 12px;
}
ul,li{
list-style:none;
padding:0px;
margin:0px;
text-indent: 0px;
}
img,a{
... | 0.207375 | 0.08374 |
margin-top: 10px;
}
#signup-concierge{
display: inline-block;
width: 264px;
height: 450px;
background:#fff;
background-repeat: no-repeat;
}
#signup-concierge div#dating-text{
display: inline-block;
width: 244px;
height: 48px;
margin: 5px 15px;
}
#signup-concierge div#dating-text... | public/assets/css/upgrade.css | margin-top: 10px;
}
#signup-concierge{
display: inline-block;
width: 264px;
height: 450px;
background:#fff;
background-repeat: no-repeat;
}
#signup-concierge div#dating-text{
display: inline-block;
width: 244px;
height: 48px;
margin: 5px 15px;
}
#signup-concierge div#dating-text... | 0.292494 | 0.092319 |
@font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 400;
src: url('../fonts/fira-sans-v9-greek_latin-regular.eot'); /* IE9 Compat Modes */
src: local('Fira Sans Regular'), local('FiraSans-Regular'),
url('../fonts/fira-sans-v9-greek_latin-regular.eot?#iefix') format('embedded-opentyp... | priv/static/css/main.css | @font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 400;
src: url('../fonts/fira-sans-v9-greek_latin-regular.eot'); /* IE9 Compat Modes */
src: local('Fira Sans Regular'), local('FiraSans-Regular'),
url('../fonts/fira-sans-v9-greek_latin-regular.eot?#iefix') format('embedded-opentyp... | 0.347648 | 0.059183 |
html {
scroll-behavior: smooth;
}
/* Layout Styling */
.container {
max-width: 75em;
}
.footer {
background: #676cb8;
padding: 3em !important;
}
.input {
max-width: 150px;
}
/* Text Styling */
a.navbar-item:hover,
.footer-link:hover {
color: #ccc;
background-color: transparent;
}
a.navbar-item:act... | hibiki-v2/web/static/css/manageguild.css |
html {
scroll-behavior: smooth;
}
/* Layout Styling */
.container {
max-width: 75em;
}
.footer {
background: #676cb8;
padding: 3em !important;
}
.input {
max-width: 150px;
}
/* Text Styling */
a.navbar-item:hover,
.footer-link:hover {
color: #ccc;
background-color: transparent;
}
a.navbar-item:act... | 0.521959 | 0.067793 |
:root {
--transitmatters-red: #d31a2b;
--red-line: #da291c;
--orange-line: #ed8b00;
--blue-line: #003da5;
--green-line: #00843d;
--bus: #ffc72c;
--global-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
--incident-color: #c02828;
--incident-tooltip-color: #eaeaea;
--swap-white: url("data:image/svg+xml,<svg x... | src/App.css | :root {
--transitmatters-red: #d31a2b;
--red-line: #da291c;
--orange-line: #ed8b00;
--blue-line: #003da5;
--green-line: #00843d;
--bus: #ffc72c;
--global-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
--incident-color: #c02828;
--incident-tooltip-color: #eaeaea;
--swap-white: url("data:image/svg+xml,<svg x... | 0.491212 | 0.204005 |
background-color: rgba(255, 255, 255, 0.1);
}
#board_container {
width: 100%;
height: 100%;
position: relative;
background: linear-gradient(300deg,#5dc1ff 0%, #b95bff 100%);
margin: 0;
padding: 0;
/*background: url("/static/img/boardlist.jpg") no-repeat top center;*/
}
.pageSpan{
ma... | src/main/resources/static/css/board/list.css | background-color: rgba(255, 255, 255, 0.1);
}
#board_container {
width: 100%;
height: 100%;
position: relative;
background: linear-gradient(300deg,#5dc1ff 0%, #b95bff 100%);
margin: 0;
padding: 0;
/*background: url("/static/img/boardlist.jpg") no-repeat top center;*/
}
.pageSpan{
ma... | 0.354433 | 0.076098 |
* {
box-sizing: border-box;
font-family: "Oxygen Mono", serif; }
body {
padding: 0;
margin: 0; }
h1 {
font-weight: 700; }
h2 {
padding-bottom: 20px; }
.page-section {
padding-top: 30px;
padding-bottom: 20px;
width: 100%; }
@media screen and (min-width: 768px) {
.page-section {
width: 1... | css/application.css | * {
box-sizing: border-box;
font-family: "Oxygen Mono", serif; }
body {
padding: 0;
margin: 0; }
h1 {
font-weight: 700; }
h2 {
padding-bottom: 20px; }
.page-section {
padding-top: 30px;
padding-bottom: 20px;
width: 100%; }
@media screen and (min-width: 768px) {
.page-section {
width: 1... | 0.35488 | 0.079603 |
body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:1375px;
margin-left:0;
margin-right:0;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u483_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1513px;
height:61px;
background:inher... | axure-prototypes/lab4-11th-Feb/unihub-html-v3/files/aberdeen_-_details/styles.css | body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:1375px;
margin-left:0;
margin-right:0;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u483_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1513px;
height:61px;
background:inher... | 0.30549 | 0.042523 |
:root {
--primary: hsl(160, 70%, 60%, 1);
--primary-variant: hsl(160, 60%, 50%, 1);
--secondary: hsl(160, 40%, 35%, 1);
--secondary-variant: hsl(160, 30%, 30%, 1);
--tertiary: hsl(160, 12%, 62%, 1);
--tertiary-variant: hsl(160, 8%, 55%, 1);
--white: hsl(348, 100%, 99%, 1);
--dark: hsl(180, 5%, 8%, 1);
... | css/main.css |
:root {
--primary: hsl(160, 70%, 60%, 1);
--primary-variant: hsl(160, 60%, 50%, 1);
--secondary: hsl(160, 40%, 35%, 1);
--secondary-variant: hsl(160, 30%, 30%, 1);
--tertiary: hsl(160, 12%, 62%, 1);
--tertiary-variant: hsl(160, 8%, 55%, 1);
--white: hsl(348, 100%, 99%, 1);
--dark: hsl(180, 5%, 8%, 1);
... | 0.472197 | 0.087486 |
@charset "utf-8";
/* CSS Document */
.mainCon {position: relative; width:980px; margin: 0px auto; clear:both; padding: 10px 0px; background-color:#FFF;}
.leftCont {float: left; width: 710px; padding:3px; margin-left:10px !important; *margin-left: 6px; height: auto; clear:both;}
.rightCont {float: right; width: 235px... | Public/static/member/css/consult.css | @charset "utf-8";
/* CSS Document */
.mainCon {position: relative; width:980px; margin: 0px auto; clear:both; padding: 10px 0px; background-color:#FFF;}
.leftCont {float: left; width: 710px; padding:3px; margin-left:10px !important; *margin-left: 6px; height: auto; clear:both;}
.rightCont {float: right; width: 235px... | 0.274254 | 0.227062 |
.container{
position: relative;
width: 90%;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
.left{
position: relative;
width: 100%;
/*min-height: 80vh;*/
display: flex;
flex-direction: column;
justify-content:... | public/css/home.css | .container{
position: relative;
width: 90%;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
.left{
position: relative;
width: 100%;
/*min-height: 80vh;*/
display: flex;
flex-direction: column;
justify-content:... | 0.386879 | 0.075109 |
@import url("https://fonts.googleapis.com/css?family=Raleway:400,600");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400");
body {
font-family: "Open Sans";
font-size: 16px;
margin: 0;
}
.noPadd {
padding-left: 0;
padding-right: 0;
}
.removePaddLeft {
padding-left: 0;
}
.addPaddTop {
... | src/App.css | @import url("https://fonts.googleapis.com/css?family=Raleway:400,600");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400");
body {
font-family: "Open Sans";
font-size: 16px;
margin: 0;
}
.noPadd {
padding-left: 0;
padding-right: 0;
}
.removePaddLeft {
padding-left: 0;
}
.addPaddTop {
... | 0.356783 | 0.071559 |
padding-bottom: 90px;
}
@media (max-width: 1199px) {
#qa_courses {
padding-bottom: 80px;
}
}
.qa_courses_hire_text_col>h2 {
font-weight: 600;
font-size: 40px;
}
@media (max-width: 991px) {
.qa_courses_hire_text_col>h2 {
font-size: 35px;
}
}
@media (max-width: 767px) {
... | public/css/courses_qa_courses.css | padding-bottom: 90px;
}
@media (max-width: 1199px) {
#qa_courses {
padding-bottom: 80px;
}
}
.qa_courses_hire_text_col>h2 {
font-weight: 600;
font-size: 40px;
}
@media (max-width: 991px) {
.qa_courses_hire_text_col>h2 {
font-size: 35px;
}
}
@media (max-width: 767px) {
... | 0.306838 | 0.109372 |
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
*:focus, *:active {
outline: none;
-moz-outline: none;
outline-style: none;
-moz-outline-style: none;
-webkit-outline: none;
... | rank/css/css.css | * {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
*:focus, *:active {
outline: none;
-moz-outline: none;
outline-style: none;
-moz-outline-style: none;
-webkit-outline: none;
... | 0.203628 | 0.045331 |
* { margin: 0; padding: 0; }
html, body { background-color: #fff; }
body {
font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 12px;
color: #4a4a4a;
}
input, select, textarea {
font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-siz... | css/core.css | * { margin: 0; padding: 0; }
html, body { background-color: #fff; }
body {
font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 12px;
color: #4a4a4a;
}
input, select, textarea {
font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-siz... | 0.500977 | 0.164349 |
a{
color:#666;
}
a:hover{color:#C81623}
li{
display: list-item;
}
.w{
width:1000px;
margin:0 auto;
}
div{
display: block;
}
#logo{
position:relative;
width:300px;
margin:10px 0;
height:60px;
float:left;
border:1px;
}
#logo img{
width:170px;
height:60px;
}
#logo b{
display:block;
width:110px;
height:40p... | public/static/index/css/login.css | a{
color:#666;
}
a:hover{color:#C81623}
li{
display: list-item;
}
.w{
width:1000px;
margin:0 auto;
}
div{
display: block;
}
#logo{
position:relative;
width:300px;
margin:10px 0;
height:60px;
float:left;
border:1px;
}
#logo img{
width:170px;
height:60px;
}
#logo b{
display:block;
width:110px;
height:40p... | 0.153296 | 0.047162 |
@import 'eightpoint/dist/eight.min';
@import '_variables';
@import '_helpers';
@import '_base';
@import 'components/_window-header';
@import 'components/_icons';
@import 'components/_inputs';
@import 'components/_buttons';
@import 'components/_progress';
/* Body */
body {
transition: all .2s ease;
&.is-recording ... | app/src/renderer/css/main.css | @import 'eightpoint/dist/eight.min';
@import '_variables';
@import '_helpers';
@import '_base';
@import 'components/_window-header';
@import 'components/_icons';
@import 'components/_inputs';
@import 'components/_buttons';
@import 'components/_progress';
/* Body */
body {
transition: all .2s ease;
&.is-recording ... | 0.462959 | 0.074366 |
.item-block {
max-width: 1180px;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 60px 40px 150px 40px;
}
.item-gallery {
width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 1 50%;
flex: 0 1 50%;
}
.thumbnail {
display: -webkit-... | css/item.css | .item-block {
max-width: 1180px;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 60px 40px 150px 40px;
}
.item-gallery {
width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 1 50%;
flex: 0 1 50%;
}
.thumbnail {
display: -webkit-... | 0.314156 | 0.051678 |
.frame-all {
background-color: #4287ed;
transition: background 1s ease;
}
.module-header .module-header-wrapper {
transition: background 1s ease;
}
.g-button {
text-decoration: none;
color: #3b8cff;
border: 1px solid #c0d9fe;
border-radius: 4px;
height: 32px;
line-height: 32px;
padding-left: 10px;... | trunk/Public/css/Home/cover.css | .frame-all {
background-color: #4287ed;
transition: background 1s ease;
}
.module-header .module-header-wrapper {
transition: background 1s ease;
}
.g-button {
text-decoration: none;
color: #3b8cff;
border: 1px solid #c0d9fe;
border-radius: 4px;
height: 32px;
line-height: 32px;
padding-left: 10px;... | 0.458106 | 0.071526 |
body {
margin:50px;
padding:0px;
border-width:0px;
background: black;
background-repeat: no-repeat;
background-attachment:fixed;
background-size: cover;
overflow:hidden;
-webkit-transition: all 1s ease-in;
-moz-transition: all 1s ease-in;
transition: all 1s ease-in;
font-family: courier,fixed,swiss,monosp... | termjs/css/index.css | body {
margin:50px;
padding:0px;
border-width:0px;
background: black;
background-repeat: no-repeat;
background-attachment:fixed;
background-size: cover;
overflow:hidden;
-webkit-transition: all 1s ease-in;
-moz-transition: all 1s ease-in;
transition: all 1s ease-in;
font-family: courier,fixed,swiss,monosp... | 0.221267 | 0.04531 |
body, html {
/* background: #222 !important; */
}
body, #timeline .container, #section-texto2 .container {
background-repeat: no-repeat !important;
/* background-attachment: fixed; */
background-size: cover !important;
}
section {
background: transparent;
}
#header {
z-index: 999;
position: fixed;
wi... | old/assets/css/style.css | body, html {
/* background: #222 !important; */
}
body, #timeline .container, #section-texto2 .container {
background-repeat: no-repeat !important;
/* background-attachment: fixed; */
background-size: cover !important;
}
section {
background: transparent;
}
#header {
z-index: 999;
position: fixed;
wi... | 0.30632 | 0.073065 |
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap');
/* CSS Reset */
* { box-sizing: border-box;
margin: 0;
padding: 0; }
*, button, input {
font-family: 'Kumbh Sans', sans-serif;
}
/* Vars */
:root {
--dark-gray: #9696964D;
--grayish-blue: #6A6F81;
--... | challenges/profile-card-component-main/style.css | @import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap');
/* CSS Reset */
* { box-sizing: border-box;
margin: 0;
padding: 0; }
*, button, input {
font-family: 'Kumbh Sans', sans-serif;
}
/* Vars */
:root {
--dark-gray: #9696964D;
--grayish-blue: #6A6F81;
--... | 0.428473 | 0.091342 |
h1{
size:30px;
color:white;
font-family: aerial;
text-decoration:white;
margin-left: 160px;
top: 100px;
}
html{
background-image: url("/static/karthick/images/1378705.jpg");
background-repeat: no-repeat;
}
body{
width:500px;
margin-left:400px;
margin-right:300... | karthick/static/css/k1.css | h1{
size:30px;
color:white;
font-family: aerial;
text-decoration:white;
margin-left: 160px;
top: 100px;
}
html{
background-image: url("/static/karthick/images/1378705.jpg");
background-repeat: no-repeat;
}
body{
width:500px;
margin-left:400px;
margin-right:300... | 0.272896 | 0.091626 |
.menuResponsiveContainer{margin-top: 5rem;width: 100%;height: calc(100vh - 5rem);background: transparent;left: 100%;display: flex; align-items: center;justify-content: flex-end;position: fixed;bottom: 0;z-index: 40;}
.menuResponsiveCont{margin: 4rem 0;width: 90%;}
.menuLinkSubMenu{margin-right: 4rem;}
.menuLinkContened... | public/web/css/menuResponsive.css | .menuResponsiveContainer{margin-top: 5rem;width: 100%;height: calc(100vh - 5rem);background: transparent;left: 100%;display: flex; align-items: center;justify-content: flex-end;position: fixed;bottom: 0;z-index: 40;}
.menuResponsiveCont{margin: 4rem 0;width: 90%;}
.menuLinkSubMenu{margin-right: 4rem;}
.menuLinkContened... | 0.185394 | 0.040846 |
pre.line-numbers {
padding-top: 45px !important;
}
.window-controls{
position: absolute;
width: 65px;
height: 14px;
top: 15px;
padding: 0;
display: block;
/*margin-left: -36px;*/
z-index: 1000;
}
.window-controls i{
margin-right: 8px;
}
.window-controls .red{
background: rg... | resources/assets/ext/prism/prism.css | pre.line-numbers {
padding-top: 45px !important;
}
.window-controls{
position: absolute;
width: 65px;
height: 14px;
top: 15px;
padding: 0;
display: block;
/*margin-left: -36px;*/
z-index: 1000;
}
.window-controls i{
margin-right: 8px;
}
.window-controls .red{
background: rg... | 0.470007 | 0.087447 |
.header_top {
height: 33px;
background-color: #0069aa;
border-bottom: 1px solid #005c9d; }
.header_center {
height: 67px;
background-color: #0069aa;
border-top: 1px solid #0772b4; }
.header_top_center {
font-size: 12px;
line-height: 33px;
color: #a5c7db;
width: 1500px;
margin: 0 auto; }
.welcom... | src/style/cart.css | .header_top {
height: 33px;
background-color: #0069aa;
border-bottom: 1px solid #005c9d; }
.header_center {
height: 67px;
background-color: #0069aa;
border-top: 1px solid #0772b4; }
.header_top_center {
font-size: 12px;
line-height: 33px;
color: #a5c7db;
width: 1500px;
margin: 0 auto; }
.welcom... | 0.416797 | 0.106784 |
height: 75.4vh;
width: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
flex-wrap: nowrap;
}
#sh-force {
width: 85vw;
height: 100%;
background-color: #111;
display: flex;
flex-direction: row;
justify-content: flex-start;
... | src/pages/statHub/StatHubForce.css | height: 75.4vh;
width: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
flex-wrap: nowrap;
}
#sh-force {
width: 85vw;
height: 100%;
background-color: #111;
display: flex;
flex-direction: row;
justify-content: flex-start;
... | 0.580233 | 0.062217 |
.books { margin-top: 10px; padding: 5px 0; }
.book { overflow: hidden; clear: both; padding: 0 15px; }
@media(min-width: 768px) {
.book .meta-num { max-width: 100px; margin-top: 10.5px; }
}
.book h4 { color: #474747; font-weight: bold; }
.book h4 a { color: #474747;text-decoration: none;overflow: hidden; }
.book h4 a:... | static/css/book.css | .books { margin-top: 10px; padding: 5px 0; }
.book { overflow: hidden; clear: both; padding: 0 15px; }
@media(min-width: 768px) {
.book .meta-num { max-width: 100px; margin-top: 10.5px; }
}
.book h4 { color: #474747; font-weight: bold; }
.book h4 a { color: #474747;text-decoration: none;overflow: hidden; }
.book h4 a:... | 0.569733 | 0.285036 |
@page {
header: page-header;
footer: page-footer;
}
.logo img {
width: 50px;
}
b {
font-weight: bold;
}
.title h4 {
font-weight: bold;
background-color: #CFCFCF;
width: 100%;
text-align: center;
margin: 0 0 0.5% 0;
}
.title h6 {
font-weight: bold;
text-align: center;
... | public/themes/default/assets/css/pdf.css | @page {
header: page-header;
footer: page-footer;
}
.logo img {
width: 50px;
}
b {
font-weight: bold;
}
.title h4 {
font-weight: bold;
background-color: #CFCFCF;
width: 100%;
text-align: center;
margin: 0 0 0.5% 0;
}
.title h6 {
font-weight: bold;
text-align: center;
... | 0.42656 | 0.148571 |
.segmented-control {
--inset: 3px;
}
.segmented-control__options {
position: relative;
display: flex;
padding: var(--inset);
&::before {
content: '';
background-color: rgb(var(--rgbText) / 0.16);
position: absolute;
inset: 0;
clip-path: polygon(
0 0,
100% 0,
100% calc(1... | src/components/SegmentedControl/index.css | .segmented-control {
--inset: 3px;
}
.segmented-control__options {
position: relative;
display: flex;
padding: var(--inset);
&::before {
content: '';
background-color: rgb(var(--rgbText) / 0.16);
position: absolute;
inset: 0;
clip-path: polygon(
0 0,
100% 0,
100% calc(1... | 0.674158 | 0.162746 |
@media (min-width: 992px) {
header {
padding: 310px 0 100px;
}
}
@media (min-width: 992px) {
header {
padding: 310px 0 100px;
}
}
section {
padding: 50px 0;
}
footer {
padding-top: 2rem;
padding-bottom: 2rem;
background-color: black;
color: #fff;
}
nav {
background-color: white;
}
nav i... | css/scrolling-nav.css | @media (min-width: 992px) {
header {
padding: 310px 0 100px;
}
}
@media (min-width: 992px) {
header {
padding: 310px 0 100px;
}
}
section {
padding: 50px 0;
}
footer {
padding-top: 2rem;
padding-bottom: 2rem;
background-color: black;
color: #fff;
}
nav {
background-color: white;
}
nav i... | 0.286968 | 0.071982 |
@font-face {
font-family: 'OpenSans-Regular';
src: url('../font/OpenSans-Regular.ttf');
}
@font-face {
font-family: 'OpenSans-Semibold';
src: url('../font/OpenSans-Semibold.ttf');
}
@font-face {
font-family: 'OpenSans-Bold';
src: url('../font/OpenSans-Bold.ttf');
}
body{
font-family: 'Ope... | src/AppBundle/Resources/public/assets/css/style.css | @font-face {
font-family: 'OpenSans-Regular';
src: url('../font/OpenSans-Regular.ttf');
}
@font-face {
font-family: 'OpenSans-Semibold';
src: url('../font/OpenSans-Semibold.ttf');
}
@font-face {
font-family: 'OpenSans-Bold';
src: url('../font/OpenSans-Bold.ttf');
}
body{
font-family: 'Ope... | 0.354321 | 0.065665 |
@font-face {
font-family: 'Gluten';
font-style: normal;
font-display: swap;
font-weight: 100;
src: url('./files/gluten-vietnamese-100-normal.woff2') format('woff2'), url('./files/gluten-vietnamese-100-normal.woff') format('woff');
}
/* gluten-vietnamese-200-normal*/
@font-face {
font-family: 'Gluten';
... | packages/gluten/vietnamese.css | @font-face {
font-family: 'Gluten';
font-style: normal;
font-display: swap;
font-weight: 100;
src: url('./files/gluten-vietnamese-100-normal.woff2') format('woff2'), url('./files/gluten-vietnamese-100-normal.woff') format('woff');
}
/* gluten-vietnamese-200-normal*/
@font-face {
font-family: 'Gluten';
... | 0.192501 | 0.061989 |
.js-tabs {
margin: 1em 0;
}
/* Tabs control text */
.js-tabs_control-text {
direction: ltr;
left: -999em;
position: absolute;
}
/* Tabs control */
.js-tabs .js-tabs_control {
float: left;
list-style: none;
margin: 0;
padding: 0;
position: relative;
z-index: 1000;
}
.js-tabs .j... | gh-pages/css/demo.css | .js-tabs {
margin: 1em 0;
}
/* Tabs control text */
.js-tabs_control-text {
direction: ltr;
left: -999em;
position: absolute;
}
/* Tabs control */
.js-tabs .js-tabs_control {
float: left;
list-style: none;
margin: 0;
padding: 0;
position: relative;
z-index: 1000;
}
.js-tabs .j... | 0.52975 | 0.059949 |
.ymPageHead {font-family:Comic Sans MS, arial;font-weight:bold;font-size:18pt}
.ymHeader {font-family:arial;font-weight:bold;font-size:14pt}
.ymText {font-family:arial;font-size:10pt}
.ymMenuText {font-family:arial;font-size:9pt;font-weight:bold; color: blue}
.ymMenuSelect {background-color:#0081fa; color: black}
.ym... | ymStyle.css | .ymPageHead {font-family:Comic Sans MS, arial;font-weight:bold;font-size:18pt}
.ymHeader {font-family:arial;font-weight:bold;font-size:14pt}
.ymText {font-family:arial;font-size:10pt}
.ymMenuText {font-family:arial;font-size:9pt;font-weight:bold; color: blue}
.ymMenuSelect {background-color:#0081fa; color: black}
.ym... | 0.594316 | 0.224969 |
html {
scroll-behavior: smooth;
}
.is-hidden {
display: none;
}
.underline {
/* text-decoration: underline; */
border-bottom: 5px solid currentColor;
}
.correct_5px_down {
position: relative; top: 2px ;
}
#nav-toggle-state {
display: none;
}
#nav-toggle-state:checked ~ .nav-menu {
display: block;
}
... | cis/app/static/css/cis-custom.css |
html {
scroll-behavior: smooth;
}
.is-hidden {
display: none;
}
.underline {
/* text-decoration: underline; */
border-bottom: 5px solid currentColor;
}
.correct_5px_down {
position: relative; top: 2px ;
}
#nav-toggle-state {
display: none;
}
#nav-toggle-state:checked ~ .nav-menu {
display: block;
}
... | 0.242206 | 0.067948 |
.bar {
fill: steelblue;
}
body {
margin: 0px auto;
}
h3 {
font-weight: 600;
font-size: 17px;
}
h5 {
font-weight: 500;
font-size: 15px;
}
.headings {
padding-left: 75px;
}
.header {
z-index: 10;
}
.center {
text-align: center;
}
.nested {
display: flex;
justify-content: center;
text-align:... | src/assets/css/charts.css | .bar {
fill: steelblue;
}
body {
margin: 0px auto;
}
h3 {
font-weight: 600;
font-size: 17px;
}
h5 {
font-weight: 500;
font-size: 15px;
}
.headings {
padding-left: 75px;
}
.header {
z-index: 10;
}
.center {
text-align: center;
}
.nested {
display: flex;
justify-content: center;
text-align:... | 0.522446 | 0.119485 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);
/* ===================================== Basic CSS ==================================== */
* {
margin: 0px;
padding: 0px;
list-style: none;
}... | reg/account/assets/css/style.css | @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);
/* ===================================== Basic CSS ==================================== */
* {
margin: 0px;
padding: 0px;
list-style: none;
}... | 0.272121 | 0.083591 |
.logged-in header.sticky {
margin-top: 32px;
}
.logged-in main {
}
/* Main site layout */
header.sticky {
position: fixed;
top: 0;
z-index: 10;
}
header {
width: 100%;
}
main {
margin-top: 160px;
}
/* Main nav height items */
nav {
height: 80px;
width: 100%; /* 1920 */
}
.nav-wrapper {
justify-conten... | reference/pfa-theme.old/public/theme/pfa-theme/css/layout.css | .logged-in header.sticky {
margin-top: 32px;
}
.logged-in main {
}
/* Main site layout */
header.sticky {
position: fixed;
top: 0;
z-index: 10;
}
header {
width: 100%;
}
main {
margin-top: 160px;
}
/* Main nav height items */
nav {
height: 80px;
width: 100%; /* 1920 */
}
.nav-wrapper {
justify-conten... | 0.342462 | 0.051797 |
body
{
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #192231;
}
body a
{
text-decoration: none;
color: #e3a436;
transition: color .2s linear;
}
body a:hover
{
color: #ee87a4;
}
.pre-loader
{
position... | public/style.css | body
{
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #192231;
}
body a
{
text-decoration: none;
color: #e3a436;
transition: color .2s linear;
}
body a:hover
{
color: #ee87a4;
}
.pre-loader
{
position... | 0.257578 | 0.039862 |
* {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
}
.ocultar{
display: none;
}
main{
background-image: url("../img/fondo.png");
background-size: 100% 100%;
background-repeat: no-repeat;
background-color : #636363;
background-blend-mode: overlay;
height: 100vh;
}
.iniciar{... | Projects/CenfoSys/public/css/style_iniciarSesion.css | * {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
}
.ocultar{
display: none;
}
main{
background-image: url("../img/fondo.png");
background-size: 100% 100%;
background-repeat: no-repeat;
background-color : #636363;
background-blend-mode: overlay;
height: 100vh;
}
.iniciar{... | 0.350977 | 0.083703 |
body {
font-family: 'Roboto', sans-serif;
height: 100vh;
align-items: centre;
background: rgb(29, 27, 10);
color: rgb(199, 199, 199);
}
.container {
width: 80vw;
margin-left: auto;
margin-right: auto;
}
/*decorating core content*/
.content_1 {
border: groove rgb(33, 44, 66);
pad... | styles/main.css | body {
font-family: 'Roboto', sans-serif;
height: 100vh;
align-items: centre;
background: rgb(29, 27, 10);
color: rgb(199, 199, 199);
}
.container {
width: 80vw;
margin-left: auto;
margin-right: auto;
}
/*decorating core content*/
.content_1 {
border: groove rgb(33, 44, 66);
pad... | 0.551574 | 0.075653 |
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, ... | web/styles.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.207014 | 0.060752 |
#bus{
animation-name : bus-sprite;
animation-duration : 0.5s;
animation-timing-function : steps(4);
animation-fill-mode : forwards;
animation-iteration-count : infinite;
animation-delay : 0s;
}
/* Animation to Input - sync with animation-package.css... | css/animation-bus.css | #bus{
animation-name : bus-sprite;
animation-duration : 0.5s;
animation-timing-function : steps(4);
animation-fill-mode : forwards;
animation-iteration-count : infinite;
animation-delay : 0s;
}
/* Animation to Input - sync with animation-package.css... | 0.51879 | 0.109897 |
position:relative;
width:850px;
margin:0 auto;
}
#slider-container a:link, a:visited, a:hover{
color:#333333;
text-decoration:none;
}
#slider {
height:310px;
width:850px;
background-color:transparent;
/*position:relative;*/
font-family:Tahoma,Arial,Helvetica,sans-serif;
}
#slider h2{
font-family: Futur... | Dataset 2017/9- Recreation/10- Qatarairways.com/3- recreation guide-keyword/Search Results_files/Slider.css | position:relative;
width:850px;
margin:0 auto;
}
#slider-container a:link, a:visited, a:hover{
color:#333333;
text-decoration:none;
}
#slider {
height:310px;
width:850px;
background-color:transparent;
/*position:relative;*/
font-family:Tahoma,Arial,Helvetica,sans-serif;
}
#slider h2{
font-family: Futur... | 0.314471 | 0.04666 |
body{
background-color: #858585;
background-image: url(../images/bgd.png);
background-repeat: repeat;
color: #333333;
font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
body, html{
width: 100%;
height: 100%;
}
#main {
width: 1000px;
margin-right: auto;
margin-left: auto;
}
#main_menu {
w... | simpla/design/css/main.css | body{
background-color: #858585;
background-image: url(../images/bgd.png);
background-repeat: repeat;
color: #333333;
font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
body, html{
width: 100%;
height: 100%;
}
#main {
width: 1000px;
margin-right: auto;
margin-left: auto;
}
#main_menu {
w... | 0.196595 | 0.079068 |