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 |
|---|---|---|---|---|
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://), url-prefix(https:///) {
h1:before {
content:"h1";
color:#000000 !important;
background-color:#ffff99 !important;
border:solid 1px #ffcc66 !important;
font:normal normal normal 10px sans-serif !important;
letter-spacing:0pt !import... | data/usercss/5638.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://), url-prefix(https:///) {
h1:before {
content:"h1";
color:#000000 !important;
background-color:#ffff99 !important;
border:solid 1px #ffcc66 !important;
font:normal normal normal 10px sans-serif !important;
letter-spacing:0pt !import... | 0.271348 | 0.129485 |
*{
margin: 0;
padding: 0;
}
body{
font-family: sans-serif;
background-color: rgb(235, 235, 235);
}
.heart{
margin-top: -75px;
margin-left: 265px;
height: 150px;
background-color: white;
border-radius: 100%;
}
#main{
margin: auto;
margin-top: 100px;
... | download_style.css | *{
margin: 0;
padding: 0;
}
body{
font-family: sans-serif;
background-color: rgb(235, 235, 235);
}
.heart{
margin-top: -75px;
margin-left: 265px;
height: 150px;
background-color: white;
border-radius: 100%;
}
#main{
margin: auto;
margin-top: 100px;
... | 0.443359 | 0.054324 |
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Averia+Libre');
/* @import "highlight-github.css"; */
@import "highlight-monokai.css";
body {
font-family: 'Raleway', 'Verdana', 'Geneva', 'sans-serif';
}
body, wrapper {
min-height: 100vh;
}
... | assets/css/main.css | @import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Averia+Libre');
/* @import "highlight-github.css"; */
@import "highlight-monokai.css";
body {
font-family: 'Raleway', 'Verdana', 'Geneva', 'sans-serif';
}
body, wrapper {
min-height: 100vh;
}
... | 0.407451 | 0.085213 |
html, body {
color:#FFF;
background-color:#000;
width: 100%;
height: 100%;
font-family: 'Open Sans', sans-serif;
font-size:10pt;
margin:0px;
}
body {
position:relative;
}
a{
color:#4FED94;
}
a:visited {
color:#777;
}
.vec-table::-webkit-scrollbar {
width:10px;
}
.vec-table::-webkit-scrollba... | site/css/vecSetup.css |
html, body {
color:#FFF;
background-color:#000;
width: 100%;
height: 100%;
font-family: 'Open Sans', sans-serif;
font-size:10pt;
margin:0px;
}
body {
position:relative;
}
a{
color:#4FED94;
}
a:visited {
color:#777;
}
.vec-table::-webkit-scrollbar {
width:10px;
}
.vec-table::-webkit-scrollba... | 0.537527 | 0.058642 |
@media (max-width: 1199px) {
body {
font-size: 1rem;
}
.home .main_home h1 {
font-size: 7.375rem;
}
}
/* Portrait tablets and small desktops */
@media (max-width: 991px) {
html {
font-size: 90%;
}
.home .main_home h1 {
font-size: 7.375rem;
}
h3... | assets/css/responsive.css | @media (max-width: 1199px) {
body {
font-size: 1rem;
}
.home .main_home h1 {
font-size: 7.375rem;
}
}
/* Portrait tablets and small desktops */
@media (max-width: 991px) {
html {
font-size: 90%;
}
.home .main_home h1 {
font-size: 7.375rem;
}
h3... | 0.186724 | 0.070688 |
.richText {
position: relative;
background-color: #FAFAFA;
border: #EFEFEF solid 1px;
color: #333333;
width: 100%;
}
.richText .richText-form {
font-family: Calibri, Verdana, Helvetica, sans-serif;
}
.richText .richText-form label {
display: block;
padding: 10px 15px;
}
.richT... | assets/admin_assets/css/editor.css | .richText {
position: relative;
background-color: #FAFAFA;
border: #EFEFEF solid 1px;
color: #333333;
width: 100%;
}
.richText .richText-form {
font-family: Calibri, Verdana, Helvetica, sans-serif;
}
.richText .richText-form label {
display: block;
padding: 10px 15px;
}
.richT... | 0.248808 | 0.063077 |
* * Copyright 2012 WooThemes * Free to use under the GPLv2 license. * http://www.gnu.org/licenses/gpl-2.0.html * * Contributing author:<NAME> (@mbmufffin) */
/* Browser Resets*********************************/
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {
outline:none;
}
.... | public/stylesheets/flexslider.css | * * Copyright 2012 WooThemes * Free to use under the GPLv2 license. * http://www.gnu.org/licenses/gpl-2.0.html * * Contributing author:<NAME> (@mbmufffin) */
/* Browser Resets*********************************/
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {
outline:none;
}
.... | 0.400632 | 0.037786 |
body{
background-color: #E3E3E3;
}
.container{
background-color: #fcfcfc;
margin-top: 2%;
border-radius: 5px;
padding: 1%;
margin-bottom: 2%;
}
.imagenes{
margin-top: 2%;
width:90%;
display:inline-block;
margin-left: 15%;
border-radius: 5px;
border:2px solid black;
}
... | assets/css/listaPeliculas.css | body{
background-color: #E3E3E3;
}
.container{
background-color: #fcfcfc;
margin-top: 2%;
border-radius: 5px;
padding: 1%;
margin-bottom: 2%;
}
.imagenes{
margin-top: 2%;
width:90%;
display:inline-block;
margin-left: 15%;
border-radius: 5px;
border:2px solid black;
}
... | 0.169166 | 0.051368 |
@font-face {
font-family: 'Droid Sans';
font-style: normal;
font-weight: 400;
src: url(/assets/techstation_theme/fonts/Droid-Arabic-Kufi/DroidKufi-Regular.ttf);
}
@font-face {
font-family: 'Droid Sans';
font-style: normal;
font-weight: 700;
src: url(/assets/techstation_theme/fonts/Droid-Arabic-Kufi/Droi... | techstation_theme/public/css/rtl.css | @font-face {
font-family: 'Droid Sans';
font-style: normal;
font-weight: 400;
src: url(/assets/techstation_theme/fonts/Droid-Arabic-Kufi/DroidKufi-Regular.ttf);
}
@font-face {
font-family: 'Droid Sans';
font-style: normal;
font-weight: 700;
src: url(/assets/techstation_theme/fonts/Droid-Arabic-Kufi/Droi... | 0.311846 | 0.105441 |
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500);
body {
margin: 0;
color: #3a3a3a;
font-family: Montserrat, sans-serif;
font-size: 14px;
font-weight: 500;
position: static;
height: 100%;
width: 100%;
background-color: #fff
}
::-webkit-scrollbar {
width: 12px
}
::-webkit-scrollbar-tra... | packages/Webkul/Admin/publishable/assets/css/admin.css | @import url(https://fonts.googleapis.com/css?family=Montserrat:400,500);
body {
margin: 0;
color: #3a3a3a;
font-family: Montserrat, sans-serif;
font-size: 14px;
font-weight: 500;
position: static;
height: 100%;
width: 100%;
background-color: #fff
}
::-webkit-scrollbar {
width: 12px
}
::-webkit-scrollbar-tra... | 0.310276 | 0.066539 |
@CHARSET "UTF-8";
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
a{
text-decoration: none;
color: #2b7;
font-weight: bold;
}
a:hover{
color: #b15;
transition: 0.1s all ease-in-out;
}
body{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/* min-height... | webapp/style/style.css | @CHARSET "UTF-8";
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
a{
text-decoration: none;
color: #2b7;
font-weight: bold;
}
a:hover{
color: #b15;
transition: 0.1s all ease-in-out;
}
body{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/* min-height... | 0.311846 | 0.065755 |
a {
color: #CA3B67;
font-weight: bold;
text-decoration: none;
}
p a {
text-decoration: none;
}
h2 {
text-transform: uppercase;
}
.class-section p, footer p {
margin: 0px;
}
.about img {
width: 50%;
padding-bottom: 20px;
}
.previous-classes .date {
font-size: 14px;
}
p.date {
padding-bottom: 10px;
}
.di... | img/main.css | a {
color: #CA3B67;
font-weight: bold;
text-decoration: none;
}
p a {
text-decoration: none;
}
h2 {
text-transform: uppercase;
}
.class-section p, footer p {
margin: 0px;
}
.about img {
width: 50%;
padding-bottom: 20px;
}
.previous-classes .date {
font-size: 14px;
}
p.date {
padding-bottom: 10px;
}
.di... | 0.283186 | 0.144783 |
body, html
{
margin:0;
padding:0;
background-color:#ffffff;
}
#container
{
width:100%;
height:auto;
background-color:#ffffff;
float:left;
}
h1
{
font-family:monospace,monospace;
}
p
{
text-align:justify;
}
/* Header */
#header
{
width:100%;
height:100px;
background-color:#333... | ilmejda/css/style.css | body, html
{
margin:0;
padding:0;
background-color:#ffffff;
}
#container
{
width:100%;
height:auto;
background-color:#ffffff;
float:left;
}
h1
{
font-family:monospace,monospace;
}
p
{
text-align:justify;
}
/* Header */
#header
{
width:100%;
height:100px;
background-color:#333... | 0.241847 | 0.039122 |
body{
margin: 0;
padding: 0;
box-sizing: border-box;
font-size: 14px;
background: #FFF;
}
a:hover{
text-decoration: none;
}
/* ================== Start Header ====================*/
.top
{
height: 90px;
width:100%;
margin-left:0;
position: relative;
}
.top img{
width: 90px;
height: 90px;
margin-top:-57px... | public/website/css/style.css | body{
margin: 0;
padding: 0;
box-sizing: border-box;
font-size: 14px;
background: #FFF;
}
a:hover{
text-decoration: none;
}
/* ================== Start Header ====================*/
.top
{
height: 90px;
width:100%;
margin-left:0;
position: relative;
}
.top img{
width: 90px;
height: 90px;
margin-top:-57px... | 0.233969 | 0.048361 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, ... | css/style.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, ... | 0.283781 | 0.109801 |
.alert.alert-success.alert-dismissible {
top: 100px;
width: 94%;
margin-left: 31px;
}
.users-view-image img.img-size{
width: 300px !important;
height: 220px !important;
object-fit: cover;
}
.user_aadhar_image img {
height: 238px;
object-fit: cover;
}
.user_pancard_image img {
height: 2... | assets/css/style.css | .alert.alert-success.alert-dismissible {
top: 100px;
width: 94%;
margin-left: 31px;
}
.users-view-image img.img-size{
width: 300px !important;
height: 220px !important;
object-fit: cover;
}
.user_aadhar_image img {
height: 238px;
object-fit: cover;
}
.user_pancard_image img {
height: 2... | 0.287168 | 0.084947 |
body {
color: black;
background-color: white;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 71%; /* Enables font size scaling in MSIE */
margin: 0;
padding: 0;
}
html > body {
font-size: 8.5pt;
}
acronym, .titleTip {
border-bottom: 1px dotted rgb(153,153,153);
cursor: help;
marg... | DemoCN/Content/sinorca-screen-alt.css |
body {
color: black;
background-color: white;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 71%; /* Enables font size scaling in MSIE */
margin: 0;
padding: 0;
}
html > body {
font-size: 8.5pt;
}
acronym, .titleTip {
border-bottom: 1px dotted rgb(153,153,153);
cursor: help;
marg... | 0.506591 | 0.11684 |
.header {
margin-left: 50px;
font-family: Fantasy;
}
.headercaption {
margin-left: 50px;
font-family: Fantasy;
}
.entry {
margin-top: 60px;
margin-left: 50px;
letter-spacing: 4px;
}
.SubmitButtons{
margin-left: 300px;
margin-top: -25px;
}
.EnteredText{
margin-left: 50px;
}
.TextEntry{
margin-top: 80px;
... | static/index.css | .header {
margin-left: 50px;
font-family: Fantasy;
}
.headercaption {
margin-left: 50px;
font-family: Fantasy;
}
.entry {
margin-top: 60px;
margin-left: 50px;
letter-spacing: 4px;
}
.SubmitButtons{
margin-left: 300px;
margin-top: -25px;
}
.EnteredText{
margin-left: 50px;
}
.TextEntry{
margin-top: 80px;
... | 0.413596 | 0.076304 |
.v-splitpanel-horizontal,
.v-splitpanel-vertical {
overflow: hidden;
}
.v-splitpanel-hsplitter,
.v-splitpanel-hsplitter-locked {
width: 6px;
font-size: 1px; /* for IE6 */
}
.v-splitpanel-hsplitter div,
.v-splitpanel-hsplitter-locked div {
width: 6px;
font-size: 1px; /* for IE6 */
position: absolute;
top: 0;
b... | tomcat-7.0.62/webapps/ROOT/html/VAADIN/themes/runo/splitpanel/splitpanel.css | .v-splitpanel-horizontal,
.v-splitpanel-vertical {
overflow: hidden;
}
.v-splitpanel-hsplitter,
.v-splitpanel-hsplitter-locked {
width: 6px;
font-size: 1px; /* for IE6 */
}
.v-splitpanel-hsplitter div,
.v-splitpanel-hsplitter-locked div {
width: 6px;
font-size: 1px; /* for IE6 */
position: absolute;
top: 0;
b... | 0.273477 | 0.078678 |
html,
body {
margin: 0;
}
h1,
h2 {
font-weight: normal;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
button {
margin: 0;
padding: 0;
font: inherit;
color: inherit;
background: none;
border: 0;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
@font-face {
font-family: 'Inconsolata';... | client/styles/mio.css | html,
body {
margin: 0;
}
h1,
h2 {
font-weight: normal;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
button {
margin: 0;
padding: 0;
font: inherit;
color: inherit;
background: none;
border: 0;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
@font-face {
font-family: 'Inconsolata';... | 0.27474 | 0.063424 |
@import url(http://fonts.googleapis.com/css?family=Qwigley);
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans);
/************************ NAV_MENU *******************/
.headerTXT{
text-align: center;
}
header {
position: fixed;
top: 0;
width: 100%;
z-index: 10;
}
@support... | css/main.css | @import url(http://fonts.googleapis.com/css?family=Qwigley);
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans);
/************************ NAV_MENU *******************/
.headerTXT{
text-align: center;
}
header {
position: fixed;
top: 0;
width: 100%;
z-index: 10;
}
@support... | 0.178777 | 0.075961 |
@import url("https://fonts.googleapis.com/css2?family=Arimo&display=swap");
/*
!=======================================
! Custom properties
!=======================================
*/
:root {
--darkestGray: #313535;
--darkGray: #3D4141;
--lightGray: #7F817F;
--lightestGray: #9A9C9A;
--eventBlue: #43a3c9;
--... | src/assets/css/style.css | @import url("https://fonts.googleapis.com/css2?family=Arimo&display=swap");
/*
!=======================================
! Custom properties
!=======================================
*/
:root {
--darkestGray: #313535;
--darkGray: #3D4141;
--lightGray: #7F817F;
--lightestGray: #9A9C9A;
--eventBlue: #43a3c9;
--... | 0.471467 | 0.105579 |
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src:
/* from https://fonts.gstatic.com/s/opensans/v20/memnYaGs126MiZpBA-UFUKWyV9hrIqM.woff2 */
url('Open_Sans_300italic.woff2') format('woff2'),
/* from https://fonts.gstatic.com/s/opensans/v20/memnYaGs126MiZpBA-UFUKWyV9hrIqU.woff */... | fonts/open_sans/font.css | @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src:
/* from https://fonts.gstatic.com/s/opensans/v20/memnYaGs126MiZpBA-UFUKWyV9hrIqM.woff2 */
url('Open_Sans_300italic.woff2') format('woff2'),
/* from https://fonts.gstatic.com/s/opensans/v20/memnYaGs126MiZpBA-UFUKWyV9hrIqU.woff */... | 0.29584 | 0.064007 |
*{
box-sizing: border-box;
font-family: sans-serif;
}
body{
box-sizing: border-box;
}
/* Footer Part */
.notice ul li:hover{
background-color: yellow;
}
.notice ul li a:hover{
background-color: yellow;
color: black;
}
.fleft{
margin-left: 20px;
}
.fleft h4 {
width: 200px;
display: inline-block;
col... | public/frontend/css/style.css | *{
box-sizing: border-box;
font-family: sans-serif;
}
body{
box-sizing: border-box;
}
/* Footer Part */
.notice ul li:hover{
background-color: yellow;
}
.notice ul li a:hover{
background-color: yellow;
color: black;
}
.fleft{
margin-left: 20px;
}
.fleft h4 {
width: 200px;
display: inline-block;
col... | 0.175009 | 0.064772 |
width: 100%;
height: auto;
position: relative;
}
.header_top{
background:#f7f7f7;
width:100%;
height:35px;
border-bottom:1px solid #d3d3d3;
}
.header_top .header_top_left{
line-height:35px;
margin-left:330px;
float:left;
}
.header_top_left span{
margin-left:10px;
}
i{
... | CSS/header.css | width: 100%;
height: auto;
position: relative;
}
.header_top{
background:#f7f7f7;
width:100%;
height:35px;
border-bottom:1px solid #d3d3d3;
}
.header_top .header_top_left{
line-height:35px;
margin-left:330px;
float:left;
}
.header_top_left span{
margin-left:10px;
}
i{
... | 0.471223 | 0.066812 |
body, html {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
font-family: sans-serif;
}
body {
background: #ddd;
font-family: Ubuntu, Arial, sans-serif;
}
a {
text-decoration: none;
color: #1c83eb;
}
a:hover {
text-decoration: underline;
}
.center {
margin: 0 auto;
max-width: 900px;
position: relativ... | testbed/styles.css | body, html {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
font-family: sans-serif;
}
body {
background: #ddd;
font-family: Ubuntu, Arial, sans-serif;
}
a {
text-decoration: none;
color: #1c83eb;
}
a:hover {
text-decoration: underline;
}
.center {
margin: 0 auto;
max-width: 900px;
position: relativ... | 0.308398 | 0.076718 |
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Raleway', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300... | public/css/main.css | @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Raleway', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300... | 0.37319 | 0.053675 |
.nav-div{
clear: both !important;
float: left !important;
width: 100% !important;
box-shadow: none;
height: 50px !important;
background-color: rgb(78, 159, 247);
}
.nav-side{
background-color: rgba(79, 163, 252, 0.844)
}
.carusel1{
clear: both;
}
.search-div{
width: 100%;
positi... | public/main.css | .nav-div{
clear: both !important;
float: left !important;
width: 100% !important;
box-shadow: none;
height: 50px !important;
background-color: rgb(78, 159, 247);
}
.nav-side{
background-color: rgba(79, 163, 252, 0.844)
}
.carusel1{
clear: both;
}
.search-div{
width: 100%;
positi... | 0.299925 | 0.093306 |
max-width: 720px;
margin: 0 auto;
padding: 2em 1em;
}
.nav {
margin: 0;
padding: 0;
list-style: none;
}
.nav:before {
content: 'Navigation: ';
}
.nav li {
display: inline;
margin: 0 .4em;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity:... | web_interface/css/style.css | max-width: 720px;
margin: 0 auto;
padding: 2em 1em;
}
.nav {
margin: 0;
padding: 0;
list-style: none;
}
.nav:before {
content: 'Navigation: ';
}
.nav li {
display: inline;
margin: 0 .4em;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity:... | 0.497315 | 0.105995 |
perspective: 1600;
-webkit-perspective: 1600;
z-index: 2;
transform-origin: 50%;
transition-duration: 1s;
transition-property: all;
transform: translate3d(0, 0, 1px)
}
#stadium {
width: 55.5em;
height: 34em;
font-size: 16px;
margin: 2em auto;
transition: 1s transform;
transform-style: preserv... | server/public/styles/pitch.css | perspective: 1600;
-webkit-perspective: 1600;
z-index: 2;
transform-origin: 50%;
transition-duration: 1s;
transition-property: all;
transform: translate3d(0, 0, 1px)
}
#stadium {
width: 55.5em;
height: 34em;
font-size: 16px;
margin: 2em auto;
transition: 1s transform;
transform-style: preserv... | 0.511229 | 0.178705 |
body {
width: 95%;
min-width: 800px;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: center;
margin-left: 2.5%;
margin-right: 2.5%;
background-color: whitesmoke;
}
legend {
font-size: 6px;
}
fieldset {
border-radius: 15px;
}
hr {... | style.css | body {
width: 95%;
min-width: 800px;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: center;
margin-left: 2.5%;
margin-right: 2.5%;
background-color: whitesmoke;
}
legend {
font-size: 6px;
}
fieldset {
border-radius: 15px;
}
hr {... | 0.412057 | 0.057865 |
.loan-card > i{
font-size: 5rem;
}
.loan-card{
box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.05);
padding: 16px;
}
.loan-card > * + *{
margin-top: 16px;
}
.loan-card button i{
margin-left: 8px;
}
form label.upload-label i{
margin-right: 8px;
}
form h5:not(form h5:first-child){
margin-top: ... | resources/css/loan.css | .loan-card > i{
font-size: 5rem;
}
.loan-card{
box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.05);
padding: 16px;
}
.loan-card > * + *{
margin-top: 16px;
}
.loan-card button i{
margin-left: 8px;
}
form label.upload-label i{
margin-right: 8px;
}
form h5:not(form h5:first-child){
margin-top: ... | 0.440951 | 0.101456 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
}
html, body {
font-size: 24px;
background: #fff;
font-family: 'Space Mono', serif;
max-width: 1440px;
width: 100%;
height: 100vh;
}
.title {
font-family: Inconsolata;
margin: 1rem ;
line-hei... | public/css/notFound.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
}
html, body {
font-size: 24px;
background: #fff;
font-family: 'Space Mono', serif;
max-width: 1440px;
width: 100%;
height: 100vh;
}
.title {
font-family: Inconsolata;
margin: 1rem ;
line-hei... | 0.628179 | 0.076064 |
code1 {font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: rgb(206, 87, 61); font-size: 110%; text}
.border{border: 1px solid rgb(17, 107, 224);width: auto;}
.center {
display: block;
margin-left: 38%;
margin-right: 38%;
text-decoration-line: line-through; }
.trlng {
font-size: medium... | docs/source.css | code1 {font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: rgb(206, 87, 61); font-size: 110%; text}
.border{border: 1px solid rgb(17, 107, 224);width: auto;}
.center {
display: block;
margin-left: 38%;
margin-right: 38%;
text-decoration-line: line-through; }
.trlng {
font-size: medium... | 0.384219 | 0.122655 |
body{
font-family: "微软雅黑";
font-size: 14px;
}
.navbar-inverse{
background: #262626;
}
.navbar-inverse .navbar-nav{
padding-left: 10px;
}
.navbar-inverse .navbar-nav>li>a{
font-size: 16px;
color:#fff;
line-height: 36px;
}
.navbar-inverse .navbar-nav>li>a.curr{
border-bottom:2px solid #e54e47;
padding-bottom: 13... | Public/css/home/main.css | body{
font-family: "微软雅黑";
font-size: 14px;
}
.navbar-inverse{
background: #262626;
}
.navbar-inverse .navbar-nav{
padding-left: 10px;
}
.navbar-inverse .navbar-nav>li>a{
font-size: 16px;
color:#fff;
line-height: 36px;
}
.navbar-inverse .navbar-nav>li>a.curr{
border-bottom:2px solid #e54e47;
padding-bottom: 13... | 0.355887 | 0.070656 |
body {
font-family:"Arial";
font-size:100%;
line-height:150%;
padding:2%;
text-align:justify;
}
* {
margin:0;
padding:0;
}
h6
{
font-size:1.3em;
color:#AA0078;
text-transform:uppercase;
}
.image {
text-align:center;
}
.author {
text-align:right;
}
.chapterHeading {
font-size:160%;
color: gray;
margin-bottom:20px;
}
h... | ebook/Geography_11_01/13/Styles/Chapter-13.css | body {
font-family:"Arial";
font-size:100%;
line-height:150%;
padding:2%;
text-align:justify;
}
* {
margin:0;
padding:0;
}
h6
{
font-size:1.3em;
color:#AA0078;
text-transform:uppercase;
}
.image {
text-align:center;
}
.author {
text-align:right;
}
.chapterHeading {
font-size:160%;
color: gray;
margin-bottom:20px;
}
h... | 0.386879 | 0.087408 |
[ Table of contents ]
================================================
1 Header
2 Banner
3 Features
4 Awards
5 Blog
6 Footer
7 Team
8 Breadcrumb
9 Tab
10 Login and Register form
11 Contact page
12 Challanges
13 Partner
14 Testimonial
15 services
16 Comming Soon
/*--------------------------------------------... | public/css/style.css | [ Table of contents ]
================================================
1 Header
2 Banner
3 Features
4 Awards
5 Blog
6 Footer
7 Team
8 Breadcrumb
9 Tab
10 Login and Register form
11 Contact page
12 Challanges
13 Partner
14 Testimonial
15 services
16 Comming Soon
/*--------------------------------------------... | 0.331336 | 0.084644 |
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Lobster&display=swap');
body{
font-family: Arial, Helvetica, sans-serif;
background: lightgrey;
}
#block{
width: 90%;
padding: 20px;
box-shadow: 0 10px 10px black;
margin: auto;
background: lightyellow;
}
#... | css/sales-style.css | @import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Lobster&display=swap');
body{
font-family: Arial, Helvetica, sans-serif;
background: lightgrey;
}
#block{
width: 90%;
padding: 20px;
box-shadow: 0 10px 10px black;
margin: auto;
background: lightyellow;
}
#... | 0.359027 | 0.076718 |
html, body {
height: 100%;
}
.loading {
min-width: 25px;
min-height: 25px;
background: url('../img/circle_loading.gif') no-repeat 50% 50%;
}
.form-horizontal .form-group .form-group {
margin: 0;
}
/* Wrapper */
#wrap {
height: auto;
margin: 0 auto -52px;
min-height: 100%;
padding: 0... | src/Dualize/UserBundle/Resources/public/css/user.css | html, body {
height: 100%;
}
.loading {
min-width: 25px;
min-height: 25px;
background: url('../img/circle_loading.gif') no-repeat 50% 50%;
}
.form-horizontal .form-group .form-group {
margin: 0;
}
/* Wrapper */
#wrap {
height: auto;
margin: 0 auto -52px;
min-height: 100%;
padding: 0... | 0.41941 | 0.062274 |
@charset "UTF-8";
/*
1º #33B871
2º #29915A
3º #175232
4° #3AD07F
5º #3EDE89
*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lobster&display=swap');
@font-face{
font-family: 'Android';
src: url('../fontes/idroid.otf') format('opentype');
font-weight: normal;
}
:root{
--cor0: ... | estilo/style.css | @charset "UTF-8";
/*
1º #33B871
2º #29915A
3º #175232
4° #3AD07F
5º #3EDE89
*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lobster&display=swap');
@font-face{
font-family: 'Android';
src: url('../fontes/idroid.otf') format('opentype');
font-weight: normal;
}
:root{
--cor0: ... | 0.325521 | 0.105948 |
position: relative;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
display: none;
}
/*アイコンのスペース*/
#nav-open {
display: inline-block;
/* width: 30px;
height: 22px; */
vertical-align: middle;
margin-bottom: 2em;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:afte... | htdocs/css/HamburgerMenu.css | position: relative;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
display: none;
}
/*アイコンのスペース*/
#nav-open {
display: inline-block;
/* width: 30px;
height: 22px; */
vertical-align: middle;
margin-bottom: 2em;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:afte... | 0.413359 | 0.074568 |
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,500,600,700,800,900&display=swap');
@import url('https://gibbu.github.io/BetterDiscord-Themes/FrostedGlass/base.css');
@import url('https://discord-custom-covers.github.io/usrbg/snippets/userPopouts.css');
@import url('https://discord-custom-covers.git... | Zero-Two-Theme.theme.css | @import url('https://fonts.googleapis.com/css?family=Nunito:300,400,500,600,700,800,900&display=swap');
@import url('https://gibbu.github.io/BetterDiscord-Themes/FrostedGlass/base.css');
@import url('https://discord-custom-covers.github.io/usrbg/snippets/userPopouts.css');
@import url('https://discord-custom-covers.git... | 0.31542 | 0.082586 |
.cd-tabs-plans {
position: relative;
width: 100%;
max-width: 1024px;
}
.cd-tabs-plans:after {
content: "";
display: table;
clear: both;
}
.cd-tabs-plans::after {
/* subtle gradient layer on top right - to indicate it's possible to scroll */
position: absolute;
top: 0;
right: 0;
... | public/css/plantabs.css | .cd-tabs-plans {
position: relative;
width: 100%;
max-width: 1024px;
}
.cd-tabs-plans:after {
content: "";
display: table;
clear: both;
}
.cd-tabs-plans::after {
/* subtle gradient layer on top right - to indicate it's possible to scroll */
position: absolute;
top: 0;
right: 0;
... | 0.365343 | 0.064036 |
body {
margin: 0;
font-family: 'Oxanium';
width: 100%;
background-color: hsl(210, 91%, 8%);
overflow: hidden visible;
}
header {
padding: 40px 0;
background-color: hsl(210, 91%, 8%);
}
@keyframes opacityHeader {
0% {
opacity: 0;
}
100% {
opacity: 1;
}... | aurora_moreno/segundo_proyecto_SafimApp/src/css/style.css | body {
margin: 0;
font-family: 'Oxanium';
width: 100%;
background-color: hsl(210, 91%, 8%);
overflow: hidden visible;
}
header {
padding: 40px 0;
background-color: hsl(210, 91%, 8%);
}
@keyframes opacityHeader {
0% {
opacity: 0;
}
100% {
opacity: 1;
}... | 0.470737 | 0.133077 |
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure... | css/styles1.css | html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure... | 0.256273 | 0.046921 |
@media (min-width: 1200px) and (max-width: 1342px) {
.navigation.navbar-dark .navbar-nav .nav-link {
padding: 0 17px;
}
.text-bg span {
font-size: 45px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.navigation.navbar-dark .navbar-nav .nav-link {
padding: 0px 7px;... | template2/css/responsive.css |
@media (min-width: 1200px) and (max-width: 1342px) {
.navigation.navbar-dark .navbar-nav .nav-link {
padding: 0 17px;
}
.text-bg span {
font-size: 45px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.navigation.navbar-dark .navbar-nav .nav-link {
padding: 0px 7px;... | 0.38445 | 0.073099 |
h1 {
font:bold 150% Arial, Helvetica, San Serif;
line-height:1.2em;
padding: .2em 0em .4em 0em;
margin:0em 0em 0em 0em;
text-decoration:none;
}
h2 {
font:bold 110% Arial, Helvetica, San Serif;
text-decoration:none;
margin:0em 0em .3em 0em;
padding: 0em 0em .1em 0em;
}
body {
padding:0em 4em 1em 1em;
}
p {... | SCORM 2004.4/Tools/ADL_SCORM_2004_RELOAD_Editor_1_1/content/styles.css | h1 {
font:bold 150% Arial, Helvetica, San Serif;
line-height:1.2em;
padding: .2em 0em .4em 0em;
margin:0em 0em 0em 0em;
text-decoration:none;
}
h2 {
font:bold 110% Arial, Helvetica, San Serif;
text-decoration:none;
margin:0em 0em .3em 0em;
padding: 0em 0em .1em 0em;
}
body {
padding:0em 4em 1em 1em;
}
p {... | 0.253861 | 0.116111 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
background-color: black;
font-family: 'Roboto';
font-size: 22px;
}
... | src/App.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
background-color: black;
font-family: 'Roboto';
font-size: 22px;
}
... | 0.255251 | 0.063978 |
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');
/* @import url('https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/5.3.45/css/materialdesignicons.min.css'); */
:root {
--primary-color: #006aff;
--secondary-color: #1c3fa8;
--dark-color: #002240;
--light-color: #f4f... | src/public/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');
/* @import url('https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/5.3.45/css/materialdesignicons.min.css'); */
:root {
--primary-color: #006aff;
--secondary-color: #1c3fa8;
--dark-color: #002240;
--light-color: #f4f... | 0.387806 | 0.076788 |
@import 'common/colors';
@import 'common/common';
@import 'common/typography';
ul {
padding: 0;
margin: 0;
}
.logo {
grid-column: 1;
grid-row: 1;
}
.main {
display: grid;
grid-template-columns: minmax(360px, 720px);
grid-row-gap: 8px;
height: 100%;
margin: 0 auto;
justify-content: center;
font... | app/css/components/author-page.css | @import 'common/colors';
@import 'common/common';
@import 'common/typography';
ul {
padding: 0;
margin: 0;
}
.logo {
grid-column: 1;
grid-row: 1;
}
.main {
display: grid;
grid-template-columns: minmax(360px, 720px);
grid-row-gap: 8px;
height: 100%;
margin: 0 auto;
justify-content: center;
font... | 0.506591 | 0.132964 |
body {
margin:0;
padding:0;
border:0; /* JIC um Rahmen in ältern IE Versionen zu beseitigen */
width:100%;
background:#fff;
min-width:1920px; /* Minimum Weite: HD */
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 12px;
}
/*********************************************************/
/* #######... | _css/eFEditorV_mini.css |
body {
margin:0;
padding:0;
border:0; /* JIC um Rahmen in ältern IE Versionen zu beseitigen */
width:100%;
background:#fff;
min-width:1920px; /* Minimum Weite: HD */
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 12px;
}
/*********************************************************/
/* #######... | 0.315947 | 0.048812 |
@import "_reset.css";
body {
background: url("../img/bg-pattern.png") #fdfdfd;
}
/* cyrillic */
@font-face {
font-family: 'Exo 2';
font-style: normal;
font-weight: 200;
src: local('Exo 2 Extra Light'), local('Exo2-ExtraLight'), url(https://fonts.gstatic.com/s/exo2/v3/fTWF5_X2GMFGSeu9Jfm8xRTbgVql8nDJpwnrE27mub... | FlaskWebProject/static/content/main.css | @import "_reset.css";
body {
background: url("../img/bg-pattern.png") #fdfdfd;
}
/* cyrillic */
@font-face {
font-family: 'Exo 2';
font-style: normal;
font-weight: 200;
src: local('Exo 2 Extra Light'), local('Exo2-ExtraLight'), url(https://fonts.gstatic.com/s/exo2/v3/fTWF5_X2GMFGSeu9Jfm8xRTbgVql8nDJpwnrE27mub... | 0.27914 | 0.08318 |
img {
width: 100%;
}
@media screen and (min-width: 1320px) {
.babys_content {
width: 1300px;
margin: auto;
}
}
@media screen and (min-width: 768px) {
.babys_header {
margin-top: 90px;
background-image: url("/images/babys/eggs-101-header.jpg");
background-position: center;
background-re... | public/css/babys.css | img {
width: 100%;
}
@media screen and (min-width: 1320px) {
.babys_content {
width: 1300px;
margin: auto;
}
}
@media screen and (min-width: 768px) {
.babys_header {
margin-top: 90px;
background-image: url("/images/babys/eggs-101-header.jpg");
background-position: center;
background-re... | 0.461259 | 0.115961 |
@media(min-width:992px)
{
.home_type {
display: block !important;
}
.home_type .side-left {
position: fixed;
}
.side-left {
padding: 0;
margin: 0;
}
.side-right {
height: 100% !important;
}
.skills .item .skill:last-of-type {
padding-bottom: 0;
}
}
/*=======... | assets/css/responsive.css | @media(min-width:992px)
{
.home_type {
display: block !important;
}
.home_type .side-left {
position: fixed;
}
.side-left {
padding: 0;
margin: 0;
}
.side-right {
height: 100% !important;
}
.skills .item .skill:last-of-type {
padding-bottom: 0;
}
}
/*=======... | 0.18743 | 0.054777 |
:root {
--main-color: black;
--secondary-color: black;
--gradient: url("https://images.unsplash.com/photo-1635236066449-5b45769be233?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2069&q=80");
}
/* * {
box-sizing: border-box;
} */
.lmain {
}
.login-div {
... | src/components/Login/Login.css | :root {
--main-color: black;
--secondary-color: black;
--gradient: url("https://images.unsplash.com/photo-1635236066449-5b45769be233?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2069&q=80");
}
/* * {
box-sizing: border-box;
} */
.lmain {
}
.login-div {
... | 0.474388 | 0.110615 |
* {
margin: 0;
padding: 0;
outline: 0;
box-sizing: border-box;
background-color: #212121;
scroll-behavior: smooth;
text-decoration: none;
}
/* fontes google */
@import url('https://fonts.googleapis.com/css2?family=Passion+One&family=Sriracha&display=swap');
/* titulos (font-family: 'Srirach... | Main/css/Style.css | * {
margin: 0;
padding: 0;
outline: 0;
box-sizing: border-box;
background-color: #212121;
scroll-behavior: smooth;
text-decoration: none;
}
/* fontes google */
@import url('https://fonts.googleapis.com/css2?family=Passion+One&family=Sriracha&display=swap');
/* titulos (font-family: 'Srirach... | 0.398992 | 0.092606 |
@font-face {
font-family: "FontAwesomeFree";
font-style: normal;
font-weight: 400;
src: url("font/fa/fa-regular-400.v.51502.woff2") format("woff2"), url("font/fa/fa-regular-400.v.51502.woff") format("woff");
}
@font-face {
font-family: "FontAwesomeFree";
font-style: normal;
font-weight: 900;
src: url("... | public/style/ForkBB/style.css | @font-face {
font-family: "FontAwesomeFree";
font-style: normal;
font-weight: 400;
src: url("font/fa/fa-regular-400.v.51502.woff2") format("woff2"), url("font/fa/fa-regular-400.v.51502.woff") format("woff");
}
@font-face {
font-family: "FontAwesomeFree";
font-style: normal;
font-weight: 900;
src: url("... | 0.256553 | 0.056966 |
@-moz-document domain("eksisozluk.com") {
::selection{background:#80c14b;color:#fff;}
:focus{outline:0;outline:none;}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#333!important;}
::-webkit-scrollbar{width:4px!important;}
::-webkit-scrollbar-thumb{background-color:#A9... | data/usercss/133831.user.css | @-moz-document domain("eksisozluk.com") {
::selection{background:#80c14b;color:#fff;}
:focus{outline:0;outline:none;}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#333!important;}
::-webkit-scrollbar{width:4px!important;}
::-webkit-scrollbar-thumb{background-color:#A9... | 0.08887 | 0.045586 |
body {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 18px;
line-height: 28px;
color: #070707;
background: rgb(159, 219, 185);
}
.container {
width: 100%;
max-width: 960px;
margin: 0 auto;
clear: both;
min-height: 100%;
}
h1 {
padding-bottom: 20px;
... | assets/style.css | body {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 18px;
line-height: 28px;
color: #070707;
background: rgb(159, 219, 185);
}
.container {
width: 100%;
max-width: 960px;
margin: 0 auto;
clear: both;
min-height: 100%;
}
h1 {
padding-bottom: 20px;
... | 0.350421 | 0.078325 |
.tse-scrollable {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.tse-scrollable .tse-scroll-content {
overflow: hidden;
overflow-y: scroll;
}
/* No longer using ::scrollbar too, since it breaks Chrome 25 */
.tse-scrollable .tse-scroll-content::-webkit-scrollbar {
... | public/css/trackpad-scroll.css | .tse-scrollable {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.tse-scrollable .tse-scroll-content {
overflow: hidden;
overflow-y: scroll;
}
/* No longer using ::scrollbar too, since it breaks Chrome 25 */
.tse-scrollable .tse-scroll-content::-webkit-scrollbar {
... | 0.514644 | 0.10226 |
body{
margin: 0;
background: #b3b3b3;
min-width: 1200px;
font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
.left-menu{
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 40px;
background: #004494;
padding-top:... | web/admin/css/frame.css | body{
margin: 0;
background: #b3b3b3;
min-width: 1200px;
font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
.left-menu{
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 40px;
background: #004494;
padding-top:... | 0.261425 | 0.047492 |
html {
background: #6c6c6c
}
body, h1{
font-family: "Segoe UI", Helvetica, Arial, sans-serif;
letter-spacing: 2px;
margin-bottom: -70px;
margin-right: 7px;
margin-left: 8px;
border-radius: 3px;
/* padding: 60px; */
}
h1 {
-webkit-text-stroke: 1.5px rgb(95, 95, 95);
background-... | index.css | html {
background: #6c6c6c
}
body, h1{
font-family: "Segoe UI", Helvetica, Arial, sans-serif;
letter-spacing: 2px;
margin-bottom: -70px;
margin-right: 7px;
margin-left: 8px;
border-radius: 3px;
/* padding: 60px; */
}
h1 {
-webkit-text-stroke: 1.5px rgb(95, 95, 95);
background-... | 0.498291 | 0.077588 |
html {
height: 100%;
padding: 10px;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI";
background-color: #ffe9d6;
}
p {
font-size: 15px;
}
h4 {
font-size: 17px;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
.container {
... | public/style.css | html {
height: 100%;
padding: 10px;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI";
background-color: #ffe9d6;
}
p {
font-size: 15px;
}
h4 {
font-size: 17px;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
.container {
... | 0.451085 | 0.068631 |
.bodybg{
background: url(../img/body_bg.png) repeat;
font-size: 12px;
font-family: "Microsoft YaHei","YouYuan","SimHei",sans-serif,"SimSun", Verdana, sans-serif;
}
.imgboxcont{
position: relative;
margin: 0 auto;
width: 1182px;
}
.imgboxcont #main{
width: 1182px;
position: relative;
margin: 0 auto;
}
/*******... | src/main/webapp/resources/css/style.css | .bodybg{
background: url(../img/body_bg.png) repeat;
font-size: 12px;
font-family: "Microsoft YaHei","YouYuan","SimHei",sans-serif,"SimSun", Verdana, sans-serif;
}
.imgboxcont{
position: relative;
margin: 0 auto;
width: 1182px;
}
.imgboxcont #main{
width: 1182px;
position: relative;
margin: 0 auto;
}
/*******... | 0.40204 | 0.065905 |
.landing-ui-button-sidebar {
background: none;
color: #525C69;
font-size: 15px;
line-height: 40px;
padding: 0 20px 0 15px;
border: none;
display: flex;
align-items: center;
height: 40px;
width: 100%;
text-align: left;
}
.landing-ui-button-sidebar .landing-ui-button-text {
position: relative;
padding-left:... | www/html/bitrix/modules/landing/install/js/landing/css/ui/button/sidebar_button.css | .landing-ui-button-sidebar {
background: none;
color: #525C69;
font-size: 15px;
line-height: 40px;
padding: 0 20px 0 15px;
border: none;
display: flex;
align-items: center;
height: 40px;
width: 100%;
text-align: left;
}
.landing-ui-button-sidebar .landing-ui-button-text {
position: relative;
padding-left:... | 0.35488 | 0.053108 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
list-style: none;
font-weight: normal;
}
a{
text-decoration: none;
color: inherit;
}
*::before, *::after {
box-sizing: border-box;
}
body {
font-size: 3.6vw;
}
.topBar {
background: #D43C33;
padding: 4.5vw 2.5vw;
displa... | CSS/index.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
list-style: none;
font-weight: normal;
}
a{
text-decoration: none;
color: inherit;
}
*::before, *::after {
box-sizing: border-box;
}
body {
font-size: 3.6vw;
}
.topBar {
background: #D43C33;
padding: 4.5vw 2.5vw;
displa... | 0.388734 | 0.111652 |
*, *::before, *::after {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family: "Work Sans", sans-serif;
font-weight: 400;
height: 100vh;
background: linear-gradient(60deg, #420285, #08BDBD);
}
.iconify {
cursor: pointer;
}
.opacity-25 {
opacity: 25%;
}
.opacity-50 {
opacity: 50%;... | public/global.css | *, *::before, *::after {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family: "Work Sans", sans-serif;
font-weight: 400;
height: 100vh;
background: linear-gradient(60deg, #420285, #08BDBD);
}
.iconify {
cursor: pointer;
}
.opacity-25 {
opacity: 25%;
}
.opacity-50 {
opacity: 50%;... | 0.651244 | 0.087564 |
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
.contentDiv {
padding: 20px;
height: auto;
position: relative;
}
.images {
width: 20px;
display: block;
cursor: pointer;
margin-left: 260px;
}
.headline {
width: 87px;
height: 28px;
font-family: Roboto;
font-st... | src/components/app.module.css | html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
.contentDiv {
padding: 20px;
height: auto;
position: relative;
}
.images {
width: 20px;
display: block;
cursor: pointer;
margin-left: 260px;
}
.headline {
width: 87px;
height: 28px;
font-family: Roboto;
font-st... | 0.466603 | 0.09886 |
@font-face {
font-family: 'covidn';
src: url('../font/covidn.eot?30556336');
src: url('../font/covidn.eot?30556336#iefix') format('embedded-opentype'),
url('../font/covidn.woff2?30556336') format('woff2'),
url('../font/covidn.woff?30556336') format('woff'),
url('../font/covidn.ttf?30556336') ... | web/public/fontello-48fa79c3/css/covidn.css | @font-face {
font-family: 'covidn';
src: url('../font/covidn.eot?30556336');
src: url('../font/covidn.eot?30556336#iefix') format('embedded-opentype'),
url('../font/covidn.woff2?30556336') format('woff2'),
url('../font/covidn.woff?30556336') format('woff'),
url('../font/covidn.ttf?30556336') ... | 0.232223 | 0.050447 |
*,
::after,
::before {
box-sizing: border-box;
}
button,
input {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
:not(input) {
cursor: default !important;
user-select: none;
}
/* TODO: Clean Up */
html.viewport {
height: 100%;
overflow: hidden;
margin: 0;
padding: 0;
}
body {
... | dist/rpg.css | *,
::after,
::before {
box-sizing: border-box;
}
button,
input {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
:not(input) {
cursor: default !important;
user-select: none;
}
/* TODO: Clean Up */
html.viewport {
height: 100%;
overflow: hidden;
margin: 0;
padding: 0;
}
body {
... | 0.359926 | 0.117521 |
@font-face {
font-family: "Petit Formal Script";
font-style: normal;
font-weight: normal;
src: url("../css/fonts/PetitFormalScript-Regular.ttf");
}
@font-face {
font-family: "Great Vibes";
font-style: normal;
font-weight: normal;
src: url("../css/fonts/GreatVibes-Regular.ttf");
}
@font-face {
font-fam... | public/assets/css/services.css | @font-face {
font-family: "Petit Formal Script";
font-style: normal;
font-weight: normal;
src: url("../css/fonts/PetitFormalScript-Regular.ttf");
}
@font-face {
font-family: "Great Vibes";
font-style: normal;
font-weight: normal;
src: url("../css/fonts/GreatVibes-Regular.ttf");
}
@font-face {
font-fam... | 0.187877 | 0.063453 |
@charset "UTF-8";
/* 공통 css */
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Ena... | src/main/webapp/css/projectRegister.css | @charset "UTF-8";
/* 공통 css */
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Ena... | 0.158435 | 0.043548 |
body {
background: #fff;
color: #666666;
font-family: "Open Sans", sans-serif;
}
a {
color: #18d26e;
transition: 0.5s;
}
a:hover,
a:active,
a:focus {
color: #18d36e;
outline: none;
text-decoration: none;
}
p {
padding: 0;
margin: 0 0 30px 0;
}
h1,
... | public/css/header.css | body {
background: #fff;
color: #666666;
font-family: "Open Sans", sans-serif;
}
a {
color: #18d26e;
transition: 0.5s;
}
a:hover,
a:active,
a:focus {
color: #18d36e;
outline: none;
text-decoration: none;
}
p {
padding: 0;
margin: 0 0 30px 0;
}
h1,
... | 0.330363 | 0.085518 |
========================================================================== */
/* Text Search Widget
========================================================================== */
/* MapBuilder
========================================================================== */
/* Map Tooltip
=======================... | dist/ods-widgets.css | ========================================================================== */
/* Text Search Widget
========================================================================== */
/* MapBuilder
========================================================================== */
/* Map Tooltip
=======================... | 0.608012 | 0.098296 |
body {
background-color: black;
}
.lightbox {
/* Default to hidden */
display: none;
/* Overlay entire screen */
position: fixed;
z-index: 99999999;
top: 0;
left: 0;
right: 0;
bottom: 0;
/* A bit of padding around image */
padding: 1em;
/* Translucent background */
background: rgba(0, 0, 0,... | style.css | body {
background-color: black;
}
.lightbox {
/* Default to hidden */
display: none;
/* Overlay entire screen */
position: fixed;
z-index: 99999999;
top: 0;
left: 0;
right: 0;
bottom: 0;
/* A bit of padding around image */
padding: 1em;
/* Translucent background */
background: rgba(0, 0, 0,... | 0.611034 | 0.11358 |
header .woocommerce ul.product_list_widget li {
line-height: 1.6em;
}
header span.product-title {
font-size: 16px;
font-weight: 500;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-... | demo/bsystem/assets/css/woocommerce.css | header .woocommerce ul.product_list_widget li {
line-height: 1.6em;
}
header span.product-title {
font-size: 16px;
font-weight: 500;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-... | 0.158695 | 0.030215 |
html {
font-size: max(2vh,16px);
font-family: 'Nunito', sans-serif;
color: #000000;
background-color: #cde9fc;
}
p {
margin: 0;
}
a {
color: initial;
text-decoration: none;
}
s {
text-decoration: line-through;
}
body {
margin: 0;
}
main {
height: 100%;
overflow-y: auto;
... | public/css/customerstyle.css | html {
font-size: max(2vh,16px);
font-family: 'Nunito', sans-serif;
color: #000000;
background-color: #cde9fc;
}
p {
margin: 0;
}
a {
color: initial;
text-decoration: none;
}
s {
text-decoration: line-through;
}
body {
margin: 0;
}
main {
height: 100%;
overflow-y: auto;
... | 0.516352 | 0.117218 |
:root {
--green: #32b558;
--pink: #b53260;
--orange: #b55b32;
--blue: #328cb5;
font-family: 'Schoolbell', cursive;
}
body {
background-color: #f0ded6;
position: relative;
min-height: 100%;
padding-bottom: 10rem;
}
.topbar-responsive {
background: var(--orange);
padding: 1rem 1.5rem;
display: f... | public/css/style.css | :root {
--green: #32b558;
--pink: #b53260;
--orange: #b55b32;
--blue: #328cb5;
font-family: 'Schoolbell', cursive;
}
body {
background-color: #f0ded6;
position: relative;
min-height: 100%;
padding-bottom: 10rem;
}
.topbar-responsive {
background: var(--orange);
padding: 1rem 1.5rem;
display: f... | 0.450359 | 0.145601 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap");
/* :root {
--nav-height: 60px;
--full-height: calc(100vh - var(--nav-height));
--background: hsl(0, 2%,... | src/index.css | @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap");
/* :root {
--nav-height: 60px;
--full-height: calc(100vh - var(--nav-height));
--background: hsl(0, 2%,... | 0.370453 | 0.076788 |
button:focus {
outline:none;
}
input:focus {
outline:none;
}
#recruitingTab > p {
font-size: 12px;
}
#recruitingTab > p > input {
width: 30px;
height: 8px;
font-size: 10px;
}
#recruitingTab > p > button {
width: 75px;
float: right;
}
#dispResources > p {
float: right;
margin-right: 20px;
margin-top: 5px... | scissors_paper_rock_rpg.css | button:focus {
outline:none;
}
input:focus {
outline:none;
}
#recruitingTab > p {
font-size: 12px;
}
#recruitingTab > p > input {
width: 30px;
height: 8px;
font-size: 10px;
}
#recruitingTab > p > button {
width: 75px;
float: right;
}
#dispResources > p {
float: right;
margin-right: 20px;
margin-top: 5px... | 0.369543 | 0.072374 |
.btn-primary {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #66B0EA;
*background-color: #54A1E6;
background-image: -moz-linear-gradient(top, #72BAED, #54A1E6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#72BAED), to(#54A1E6));
background-imag... | public/css/styling.css | .btn-primary {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #66B0EA;
*background-color: #54A1E6;
background-image: -moz-linear-gradient(top, #72BAED, #54A1E6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#72BAED), to(#54A1E6));
background-imag... | 0.288369 | 0.157622 |
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700");
body {
font-family: "Open Sans", sans-serif;
margin: 0;
display: flex;
flex-direction: column;
align-items: center;
}
.italic {
font-style: italic;
}
.font-normal {
font-weight: 500;
}
button, button:focus {
outline... | static/style.css | @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700");
body {
font-family: "Open Sans", sans-serif;
margin: 0;
display: flex;
flex-direction: column;
align-items: center;
}
.italic {
font-style: italic;
}
.font-normal {
font-weight: 500;
}
button, button:focus {
outline... | 0.563978 | 0.134918 |
@media (min-width: 768px) {
.supportContainer {
margin: 0 auto;
margin-top: 115px;
width: 83.5%;
margin-bottom: 117px;
}
.supportTitle {
margin-top: 15;
font-size: 33px;
line-height: 41px;
color: #000000;
position: relative;
text-transform: uppercase;
text-align: star... | src/client/components/support/support.css |
@media (min-width: 768px) {
.supportContainer {
margin: 0 auto;
margin-top: 115px;
width: 83.5%;
margin-bottom: 117px;
}
.supportTitle {
margin-top: 15;
font-size: 33px;
line-height: 41px;
color: #000000;
position: relative;
text-transform: uppercase;
text-align: star... | 0.561215 | 0.104477 |
*,
*::before,
*:after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
font-family: 'Montserrat', sans-serif;
width: 100%;
min-height: 91vh;
background-image: url("background.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.c... | client/public/index.css | *,
*::before,
*:after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
font-family: 'Montserrat', sans-serif;
width: 100%;
min-height: 91vh;
background-image: url("background.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.c... | 0.324021 | 0.116036 |
* {
font-size: 16px;
}
.wrap-form {
width: 400px;
padding: 30px;
border: 1px solid #000;
margin-left: auto;
margin-right: auto;
}
.wrap-form .logo {
width: 40%;
margin: 15px auto;
}
.wrap-form .logo img {
width: 100%;
}
.form-container .account-input {
position: relative;
}
.fo... | public/assets/css/Log/log.css | * {
font-size: 16px;
}
.wrap-form {
width: 400px;
padding: 30px;
border: 1px solid #000;
margin-left: auto;
margin-right: auto;
}
.wrap-form .logo {
width: 40%;
margin: 15px auto;
}
.wrap-form .logo img {
width: 100%;
}
.form-container .account-input {
position: relative;
}
.fo... | 0.41324 | 0.110088 |
@font-face {
font-family: 'Bagnard';
src: url('fonts/Bagnard-webfont.eot');
src: url('fonts/Bagnard-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/Bagnard-webfont.woff2') format('woff2'),
url('fonts/Bagnard-webfont.woff') format('woff'),
url('fonts/Bagnard-webfont.tt... | magic-fonts.css | @font-face {
font-family: 'Bagnard';
src: url('fonts/Bagnard-webfont.eot');
src: url('fonts/Bagnard-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/Bagnard-webfont.woff2') format('woff2'),
url('fonts/Bagnard-webfont.woff') format('woff'),
url('fonts/Bagnard-webfont.tt... | 0.281998 | 0.045543 |
.pfe-l--text-align--left {
text-align: left;
}
.pfe-l--text-align--center {
text-align: center;
}
.pfe-l--text-align--right {
text-align: right;
}
.pfe-l-grid {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display... | static/scripts/pfe-styles/dist/pfe-layouts.css | .pfe-l--text-align--left {
text-align: left;
}
.pfe-l--text-align--center {
text-align: center;
}
.pfe-l--text-align--right {
text-align: right;
}
.pfe-l-grid {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display... | 0.364664 | 0.100834 |
Author's custom styles
========================================================================== */
html,
body {
background-color: #96B9E3;
font-size: 15px;
color: #565656;
width: 100%;
padding: 0;
margin-left: 0;
margin-right: 0;
font-family: 'open_sansregular';
font-weig... | public/css/style.css | Author's custom styles
========================================================================== */
html,
body {
background-color: #96B9E3;
font-size: 15px;
color: #565656;
width: 100%;
padding: 0;
margin-left: 0;
margin-right: 0;
font-family: 'open_sansregular';
font-weig... | 0.395018 | 0.110136 |
header {
height: 0.1rem;
padding: 2.3rem 0 2.3rem 12.5rem;
display: flex;
font-family: Arial, Helvetica, sans-serif;
justify-content: space-between;
align-items: center;
background-color: #2A4760;
color: white;
}
a {
font-size: 0.85rem;
text-decoration: none;
font-weight: b... | src/app/components/general/header/header.component.css | header {
height: 0.1rem;
padding: 2.3rem 0 2.3rem 12.5rem;
display: flex;
font-family: Arial, Helvetica, sans-serif;
justify-content: space-between;
align-items: center;
background-color: #2A4760;
color: white;
}
a {
font-size: 0.85rem;
text-decoration: none;
font-weight: b... | 0.531696 | 0.143548 |
.swiper-wrapper,
.swiper-slide {
height: auto;
}
.swiper-slide img {
width: 100%;
}
.goods-binfo {
padding: 0.15625rem;
background-color: #fff;
}
.goods-binfo b {
padding-right: 1.125rem;
font-weight: normal;
}
.goods-binfo em,
.goods-mebuy em {
font-style: normal;
color: #d2001e;
}
.goods-binfo .namebo... | public/css/goods.css | .swiper-wrapper,
.swiper-slide {
height: auto;
}
.swiper-slide img {
width: 100%;
}
.goods-binfo {
padding: 0.15625rem;
background-color: #fff;
}
.goods-binfo b {
padding-right: 1.125rem;
font-weight: normal;
}
.goods-binfo em,
.goods-mebuy em {
font-style: normal;
color: #d2001e;
}
.goods-binfo .namebo... | 0.441673 | 0.086093 |
.br0 { border-radius: 0; }
.br1 { border-radius: 0.0625rem; }
.br2 { border-radius: 0.125rem; }
.br3 { border-radius: 0.25rem; }
.br4 { border-radius: 0.5rem; }
.br5 { border-radius: 1rem; }
.br6 { border-radius: 2rem; }
.br7 { border-radius: 4rem; }
.br8 { border-radius: 8rem; }
.br9 { border-radius: 999rem; }
.br100p... | glueball/modules/border_radius/border-radius.css | .br0 { border-radius: 0; }
.br1 { border-radius: 0.0625rem; }
.br2 { border-radius: 0.125rem; }
.br3 { border-radius: 0.25rem; }
.br4 { border-radius: 0.5rem; }
.br5 { border-radius: 1rem; }
.br6 { border-radius: 2rem; }
.br7 { border-radius: 4rem; }
.br8 { border-radius: 8rem; }
.br9 { border-radius: 999rem; }
.br100p... | 0.69451 | 0.413122 |
* Any CSS included here will be global. The classic template
* bundles Infima by default. Infima is a CSS framework designed to
* work well for content-centric websites.
*/
/* You can override the default Infima variables here. */
:root {
--rich-black: #070a0d;
--almost-black: #0d1117;
--primary: #08ff... | docs/src/css/custom.css | * Any CSS included here will be global. The classic template
* bundles Infima by default. Infima is a CSS framework designed to
* work well for content-centric websites.
*/
/* You can override the default Infima variables here. */
:root {
--rich-black: #070a0d;
--almost-black: #0d1117;
--primary: #08ff... | 0.37777 | 0.049336 |
.alert-info{
width: 230px;
font-size: 14px;
}
.class-badge {
font-size: 10px;
margin-right: 4px;
margin-left: -4px;
background-color: #444;
width: 35px;
}
.modal-xlg {
width: 1100px !important;
}
.wiz-only,
.mag-only,
.enc-only {
display: none !important;
}
.mode-chooser {
margin-top: -4px;
ma... | src/css/main.css | .alert-info{
width: 230px;
font-size: 14px;
}
.class-badge {
font-size: 10px;
margin-right: 4px;
margin-left: -4px;
background-color: #444;
width: 35px;
}
.modal-xlg {
width: 1100px !important;
}
.wiz-only,
.mag-only,
.enc-only {
display: none !important;
}
.mode-chooser {
margin-top: -4px;
ma... | 0.428473 | 0.101056 |
::-webkit-scrollbar {
display: none;
}
.navbar {
position: fixed;
width: 100%;
z-index: 7;
border-bottom: 3px solid black;
}
.buttonForSideNav {
outline: none;
border: 1px solid #a4a4a4;
margin-right: 10px;
border-radius: 9px;
}
.buttonForSideNav:hover {
background-color: #a4a4a4;
}
.navbar-firs... | department/style.css | ::-webkit-scrollbar {
display: none;
}
.navbar {
position: fixed;
width: 100%;
z-index: 7;
border-bottom: 3px solid black;
}
.buttonForSideNav {
outline: none;
border: 1px solid #a4a4a4;
margin-right: 10px;
border-radius: 9px;
}
.buttonForSideNav:hover {
background-color: #a4a4a4;
}
.navbar-firs... | 0.394434 | 0.05744 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*navigation bar*/
.topnav {
background: transparent;
grid-column: 1 / 13;
grid-row: 1;
/*create new i... | css/topnav.css |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*navigation bar*/
.topnav {
background: transparent;
grid-column: 1 / 13;
grid-row: 1;
/*create new i... | 0.55254 | 0.075927 |
.simpleTree
{
margin:0;
padding:0;
/*
overflow:auto;
width: 250px;
height:350px;
overflow:auto;
border: 1px solid #444444;
*/
}
.simpleTree li
{
list-style: none;
margin:0;
padding:0 0 0 34px;
line-height: 14px;
}
.simpleTree li span
{
display:inline;
clear: left;
white-space: nowrap;
}
.simpleTree ul
... | src/CoreBundle/Resources/public/themes/standard/css/simpleTree.css | .simpleTree
{
margin:0;
padding:0;
/*
overflow:auto;
width: 250px;
height:350px;
overflow:auto;
border: 1px solid #444444;
*/
}
.simpleTree li
{
list-style: none;
margin:0;
padding:0 0 0 34px;
line-height: 14px;
}
.simpleTree li span
{
display:inline;
clear: left;
white-space: nowrap;
}
.simpleTree ul
... | 0.275909 | 0.07843 |
header {
text-align: center;
}
body{
margin: 0px;
}
.nav-bar{
position: relative;
background-color: #D3D3D3;
overflow: hidden;
}
.nav-bar a {
font-family: 'Open Sans';
float: right;
color: #191919;
text-align: center;
padding: 28px 28px;
text-decoration: none;
font-size: 22px;
}
#logo-img{
float: ... | style/style.css | header {
text-align: center;
}
body{
margin: 0px;
}
.nav-bar{
position: relative;
background-color: #D3D3D3;
overflow: hidden;
}
.nav-bar a {
font-family: 'Open Sans';
float: right;
color: #191919;
text-align: center;
padding: 28px 28px;
text-decoration: none;
font-size: 22px;
}
#logo-img{
float: ... | 0.36557 | 0.101322 |
body {
font-family: 'Work Sans', sans-serif;
font-weight: 400;
background-color: #ffffff;
font-size: 16px;
line-height: 24px;
color: #333;
background: #fff;
-webkit-font-smoothing: subpixel-antialiased;
margin-bottom: 0px;
}
html {
position: relative;
min-height: 100%;
}
.m... | public/css/app.css | body {
font-family: 'Work Sans', sans-serif;
font-weight: 400;
background-color: #ffffff;
font-size: 16px;
line-height: 24px;
color: #333;
background: #fff;
-webkit-font-smoothing: subpixel-antialiased;
margin-bottom: 0px;
}
html {
position: relative;
min-height: 100%;
}
.m... | 0.349311 | 0.101012 |
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15;
font-size: 100%;
/* 1 */
-webkit-text-size-adjust: 100%;
-webkit-font-smoot... | app/assets/css/custom.css | ========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15;
font-size: 100%;
/* 1 */
-webkit-text-size-adjust: 100%;
-webkit-font-smoot... | 0.633524 | 0.096578 |
*{margin:0 ;padding: 0;}
body{
background: url(images/beijing.png) center top no-repeat #1b2838;
font-family: "微软雅黑",Arial;
color: #c6d4df;
}
@media screen and (min-width:1500px){
.centerTwo{
width: 940px;
margin: 0 auto;
}
.section{
right: -285px;
}
}
@media screen and (max-width:1499px){
.centerTwo{
... | index.css | *{margin:0 ;padding: 0;}
body{
background: url(images/beijing.png) center top no-repeat #1b2838;
font-family: "微软雅黑",Arial;
color: #c6d4df;
}
@media screen and (min-width:1500px){
.centerTwo{
width: 940px;
margin: 0 auto;
}
.section{
right: -285px;
}
}
@media screen and (max-width:1499px){
.centerTwo{
... | 0.190385 | 0.088623 |