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 |
|---|---|---|---|---|
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/styles/app.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.381565 | 0.051893 |
.deta-img{
position: relative;
}
.deta-img-mun{
color: #fff;
position: absolute;
right: 15px;
bottom: 10px;
background-color:#d2bb9b;
padding: 0px 10px;
font-size: 13px;
border-radius: 30px;
}
.img-icon{
margin-right: 5px;
margin-bottom: 2px;
}
.main{
padding: 10px;
}
.details-title{
font-size: 17px;
font... | pages/tourism/details/details.css | .deta-img{
position: relative;
}
.deta-img-mun{
color: #fff;
position: absolute;
right: 15px;
bottom: 10px;
background-color:#d2bb9b;
padding: 0px 10px;
font-size: 13px;
border-radius: 30px;
}
.img-icon{
margin-right: 5px;
margin-bottom: 2px;
}
.main{
padding: 10px;
}
.details-title{
font-size: 17px;
font... | 0.29381 | 0.079961 |
@keyframes animateDown {
0% {
opacity: 0;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
div,
p,
td {
font-family: Google Sans Text, Google Sans, sans-serif;
font-size: 16px;
}... | css/popup.css | @keyframes animateDown {
0% {
opacity: 0;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
div,
p,
td {
font-family: Google Sans Text, Google Sans, sans-serif;
font-size: 16px;
}... | 0.488039 | 0.141697 |
@font-face {
font-family: Proxima Nova;
src: url(../fonts/Proxima\Nova\Alt\Bold.woff) format(woff);
}
@font-face {
font-family: Circular;
src: url(../fonts/lineto-circular-pro-book.woff) format(woff);
}
@font-face{
font-family: Font Awesome;
src: url(../fonts/Font\ Awesome\ 5\ Pro-Regular-400.otf)
... | assets/css/city.css | @font-face {
font-family: Proxima Nova;
src: url(../fonts/Proxima\Nova\Alt\Bold.woff) format(woff);
}
@font-face {
font-family: Circular;
src: url(../fonts/lineto-circular-pro-book.woff) format(woff);
}
@font-face{
font-family: Font Awesome;
src: url(../fonts/Font\ Awesome\ 5\ Pro-Regular-400.otf)
... | 0.225587 | 0.054349 |
.App {
margin: 0;
height: 100%;
display: flex;
flex-direction: column;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
min-height: 100vh;
display: flex;
flex-di... | web_dashboard/src/App.css | .App {
margin: 0;
height: 100%;
display: flex;
flex-direction: column;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
min-height: 100vh;
display: flex;
flex-di... | 0.650911 | 0.095645 |
.introjs-overlay {
position: absolute;
z-index: 999999;
background-color: #000;
opacity: 0;
background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,r... | src/Sushi.Mediakiwi.Files/scripts/intro/introjs.css | .introjs-overlay {
position: absolute;
z-index: 999999;
background-color: #000;
opacity: 0;
background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,r... | 0.463201 | 0.068351 |
.sidebar {
flex-shrink: 0;
width: 280px;
background-color: #263238;
display: flex;
flex-direction: column;
box-sizing: border-box;
overflow: auto;
overflow-x: hidden;
font-size: 18px;
user-select: none;
}
.sidebar {
--sidebar-padding: 32px;
color: #fff;
}
.dense .sidebar {
--sidebar-padding:... | enterprise/app/sidebar/sidebar.css | .sidebar {
flex-shrink: 0;
width: 280px;
background-color: #263238;
display: flex;
flex-direction: column;
box-sizing: border-box;
overflow: auto;
overflow-x: hidden;
font-size: 18px;
user-select: none;
}
.sidebar {
--sidebar-padding: 32px;
color: #fff;
}
.dense .sidebar {
--sidebar-padding:... | 0.511473 | 0.074265 |
@media all and (min-width: 1280px) {
.header .hor-menu {
margin-left: 99px;
}
}
@media all and (max-width: 1024px) {
.header .hor-menu {
margin-left: 29px;
}
}
@media all and (min-width: 980px) {
.page-sidebar {
width: 225px;
position: absolute;
... | luna-csi-server/src/main/resources/static/js/metronic/css/style-responsive.css | @media all and (min-width: 1280px) {
.header .hor-menu {
margin-left: 99px;
}
}
@media all and (max-width: 1024px) {
.header .hor-menu {
margin-left: 29px;
}
}
@media all and (min-width: 980px) {
.page-sidebar {
width: 225px;
position: absolute;
... | 0.303938 | 0.053552 |
.ui-button {
display: inline-block;
border: 0;
outline: 0;
font: 12px/17px 'Helvetica Neue', Arial, Helvetica, sans-serif;
cursor: pointer;
margin: 0;
padding: 0;
position: relative;
text-align: center;
text-decoration: none !important;
width: auto;
outline: 0;
width:... | wwwroot/Content/DesktopModules/Enterprise/HomeControls/css/jquery.ui.button.css | .ui-button {
display: inline-block;
border: 0;
outline: 0;
font: 12px/17px 'Helvetica Neue', Arial, Helvetica, sans-serif;
cursor: pointer;
margin: 0;
padding: 0;
position: relative;
text-align: center;
text-decoration: none !important;
width: auto;
outline: 0;
width:... | 0.44071 | 0.075142 |
@import url("basic.css");
@import url("nobile-fontfacekit/stylesheet.css");
@import url("neuton-fontfacekit/stylesheet.css");
/* -- page layout ----------------------------------------------------------- */
body {
font-family: "Nobile", sans-serif;
font-size: 14px;
background-color: #ffffff;
color: #f... | doc/pub/mathjax/html/_static/fenics_minimal.css | @import url("basic.css");
@import url("nobile-fontfacekit/stylesheet.css");
@import url("neuton-fontfacekit/stylesheet.css");
/* -- page layout ----------------------------------------------------------- */
body {
font-family: "Nobile", sans-serif;
font-size: 14px;
background-color: #ffffff;
color: #f... | 0.291586 | 0.090534 |
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
body{
font-family: 'Open Sans', sans-serif;
font-size: 1em;
font-weight: 400;
background-image: url(imagens/fundo-rosa.jpg);
background-repeat: no-repeat;
background-size: cover;
margin-left: 5vw;
mar... | src/main/webapp/style.css | @charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
body{
font-family: 'Open Sans', sans-serif;
font-size: 1em;
font-weight: 400;
background-image: url(imagens/fundo-rosa.jpg);
background-repeat: no-repeat;
background-size: cover;
margin-left: 5vw;
mar... | 0.364325 | 0.084644 |
html {
font-size: 14px;
}
body {
margin: 0;
font-size: 1rem;
}
.font-ht {
font-weight: bold;
font-family: 黑体;
}
.header-bar, .features-header-bar {
position: fixed;
top: 0;
right: 0;
left: 0;
font-size: 1rem;
height: 60px;
border: 0px solid red;
border-radius: 0px;
... | xsgz/app/styles/style.css | html {
font-size: 14px;
}
body {
margin: 0;
font-size: 1rem;
}
.font-ht {
font-weight: bold;
font-family: 黑体;
}
.header-bar, .features-header-bar {
position: fixed;
top: 0;
right: 0;
left: 0;
font-size: 1rem;
height: 60px;
border: 0px solid red;
border-radius: 0px;
... | 0.458834 | 0.088544 |
.font12{
font-size: 12px;
}
.font14{
font-size: 14px;
}
.ml5{
margin-left: 5%;
}
.ml10{
margin-left: 10%;
}
.width20{
width: 20%;
}
.width40{
width: 40%;
}
.width60{
width: 60%;
}
.fz_0{
font-size: 0;
}
.fz_41{
font-size: 41px;
}
.dis_ib{
display: inline-block;
}
.ver_t{
vertical-align: top;
}
.ver_m{
verti... | view/TK/css/style.css | .font12{
font-size: 12px;
}
.font14{
font-size: 14px;
}
.ml5{
margin-left: 5%;
}
.ml10{
margin-left: 10%;
}
.width20{
width: 20%;
}
.width40{
width: 40%;
}
.width60{
width: 60%;
}
.fz_0{
font-size: 0;
}
.fz_41{
font-size: 41px;
}
.dis_ib{
display: inline-block;
}
.ver_t{
vertical-align: top;
}
.ver_m{
verti... | 0.217421 | 0.057019 |
body
{
color: rgb(109, 117, 135)
}
.circles
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.circles li
{
position: absolute;
display: block;
list-style: none;
width: 20px;
height: 20px;
background: rgba(255, 255, 255, 0.2);
animation: animate 25s linear infinite;
... | themes/default/assets/css/styles.css | body
{
color: rgb(109, 117, 135)
}
.circles
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.circles li
{
position: absolute;
display: block;
list-style: none;
width: 20px;
height: 20px;
background: rgba(255, 255, 255, 0.2);
animation: animate 25s linear infinite;
... | 0.453504 | 0.068913 |
html,
body {
background-color: #F9F9F9;
}
a:hover {
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
color: rgb(63,81,181);
}
.container {
padding-top: 100px;
max-width: 1100px;
margin: 0 auto;
padding: 50px 15px;
}
.panel {
border-radius: 0px;
box-shadow: 0 1px 3px rgba(0,0,0,.25);
mar... | css/app.css | html,
body {
background-color: #F9F9F9;
}
a:hover {
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
color: rgb(63,81,181);
}
.container {
padding-top: 100px;
max-width: 1100px;
margin: 0 auto;
padding: 50px 15px;
}
.panel {
border-radius: 0px;
box-shadow: 0 1px 3px rgba(0,0,0,.25);
mar... | 0.484136 | 0.078607 |
@import url('https://fonts.googleapis.com/css2?family=Offside&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
list-style: none;
color: white;
font-family:'Offside', sans-serif;
}
/*Setting profile pic*/
.photo{
width: 60%;
bor... | style.css | @import url('https://fonts.googleapis.com/css2?family=Offside&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
list-style: none;
color: white;
font-family:'Offside', sans-serif;
}
/*Setting profile pic*/
.photo{
width: 60%;
bor... | 0.342132 | 0.067731 |
@font-face {
font-family: robot-slab;
src: url('../fonts/RobotoSlab-Regular.ttf');
src: url('../fonts/RobotoSlab-Regular.ttf') format('truetype');
}
.blog-box1 .cdfik li {
float: left;
padding: 11.5px;
text-align: center;
font-size: 13px;
border-bottom: 1px solid #ededed;
border-right: 1px solid #eded... | public/source/hosonguoidung/assets/css/style.css | @font-face {
font-family: robot-slab;
src: url('../fonts/RobotoSlab-Regular.ttf');
src: url('../fonts/RobotoSlab-Regular.ttf') format('truetype');
}
.blog-box1 .cdfik li {
float: left;
padding: 11.5px;
text-align: center;
font-size: 13px;
border-bottom: 1px solid #ededed;
border-right: 1px solid #eded... | 0.324128 | 0.1015 |
@import url('https://fonts.googleapis.com/css?family=Gentium+Book+Basic');
.lab{
height: 282px;
width: 520px;
background-color: #ffc3aa;
border-radius: 5px;
}
.room{
height: 150px;
position: absolute;
margin: 5%;
}
.shelf {
width: 30em;
border-bottom: 1em solid #d97a53;
positi... | css/lab.css | @import url('https://fonts.googleapis.com/css?family=Gentium+Book+Basic');
.lab{
height: 282px;
width: 520px;
background-color: #ffc3aa;
border-radius: 5px;
}
.room{
height: 150px;
position: absolute;
margin: 5%;
}
.shelf {
width: 30em;
border-bottom: 1em solid #d97a53;
positi... | 0.558327 | 0.115212 |
table.learndash-admin-user-courses {
width: 100%;
border: 1px solid #ccc;
border-collapse: collapse;
background-color: #ffffff;
}
table.learndash-admin-user-courses thead tr th {
border-bottom: 1px solid #ddd;
}
table.learndash-admin-user-courses th,
table.learndash-admin-user-courses td {
border-bottom: 1px so... | web/app/plugins/sfwd-lms/assets/css/learndash-admin-style-rtl.css | table.learndash-admin-user-courses {
width: 100%;
border: 1px solid #ccc;
border-collapse: collapse;
background-color: #ffffff;
}
table.learndash-admin-user-courses thead tr th {
border-bottom: 1px solid #ddd;
}
table.learndash-admin-user-courses th,
table.learndash-admin-user-courses td {
border-bottom: 1px so... | 0.312895 | 0.152663 |
* UnOrderList
*/
/* unstyled */
ul.unstyled a { display: block; font-size: 14px;}
ul.unstyled > li { margin-bottom: 5px; }
ul.unstyled > li > a { font-weight: 400; }
ul.unstyled .current > a, ul.unstyled .current-parent > a, ul.unstyled .current-ancestor > a { color: #1f83c2; }
/* iblock */
ul.iblock a { display: ... | docs/assets/css/grid-component.css | * UnOrderList
*/
/* unstyled */
ul.unstyled a { display: block; font-size: 14px;}
ul.unstyled > li { margin-bottom: 5px; }
ul.unstyled > li > a { font-weight: 400; }
ul.unstyled .current > a, ul.unstyled .current-parent > a, ul.unstyled .current-ancestor > a { color: #1f83c2; }
/* iblock */
ul.iblock a { display: ... | 0.377196 | 0.068569 |
body{
font-family: Georgia;
font-size:10px;
position:relative;
margin:auto;
overflow:scroll;
background: #e4e4d9;
}
html{
width:990px;
position:relative;
margin:auto;
background: transparent;
}
div#wrapper{
position:relative;
margin:auto;
width:980px;
min-height:600px;
background: transparent url(../... | design/new blog/css/blog.css | body{
font-family: Georgia;
font-size:10px;
position:relative;
margin:auto;
overflow:scroll;
background: #e4e4d9;
}
html{
width:990px;
position:relative;
margin:auto;
background: transparent;
}
div#wrapper{
position:relative;
margin:auto;
width:980px;
min-height:600px;
background: transparent url(../... | 0.180071 | 0.032682 |
html,
body {
position: relative;
height: 100%; }
body {
margin: 0;
padding: 0; }
.swiper-container {
width: 100%;
height: 100%; }
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -w... | docs/css/select.css | html,
body {
position: relative;
height: 100%; }
body {
margin: 0;
padding: 0; }
.swiper-container {
width: 100%;
height: 100%; }
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -w... | 0.464173 | 0.033431 |
@charset "utf-8";
/* CSS Document */
i{font-style: normal;}
/*main*/
.main{width:100%;height:auto !important;height:1402px;min-height:1402px;padding-bottom:40px;}
.cp{width:1040px;margin:0 auto; clear: both; overflow: hidden;position:relative;}
.cpone{width:1040px;padding-bottom:40px;}
.cpa{width:1040px;border-bottom... | backend/web/style/site/css/CreditManager.css | @charset "utf-8";
/* CSS Document */
i{font-style: normal;}
/*main*/
.main{width:100%;height:auto !important;height:1402px;min-height:1402px;padding-bottom:40px;}
.cp{width:1040px;margin:0 auto; clear: both; overflow: hidden;position:relative;}
.cpone{width:1040px;padding-bottom:40px;}
.cpa{width:1040px;border-bottom... | 0.172869 | 0.049108 |
@import
url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic')
;
body {
width: 100%;
height: 100%;
font-family: 'Lato', sans-serif;
font-weight: 300;
color: #666;
/*background-color: #fff;*/
back... | LeaveManagement/src/main/webapp/resources/assets/css/style.css | @import
url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic')
;
body {
width: 100%;
height: 100%;
font-family: 'Lato', sans-serif;
font-weight: 300;
color: #666;
/*background-color: #fff;*/
back... | 0.182753 | 0.037292 |
*:focus {outline: none;}
/* === Form Typography === */
body {font-family: "Verdana";}
.form_hint, .required_notification {font-size: 11px;}
.form {
margin:25px;
}
/* === List Styles === */
.form ul {
width:340px;
list-style-type:none;
list-style-position:outside;
margin:0px;
padding:0px;
}
.form li{
pad... | ExtraHopRestAPIWeb/WebContent/css/styles.css | *:focus {outline: none;}
/* === Form Typography === */
body {font-family: "Verdana";}
.form_hint, .required_notification {font-size: 11px;}
.form {
margin:25px;
}
/* === List Styles === */
.form ul {
width:340px;
list-style-type:none;
list-style-position:outside;
margin:0px;
padding:0px;
}
.form li{
pad... | 0.266453 | 0.08141 |
.cbwf-stage-view {
clear: right;
padding: 15px 0;
}
.cbwf-widget .badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: #ffffff;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
text-align: center;
b... | job-addon-grid/src/main/frontend/public/stage-view.css | .cbwf-stage-view {
clear: right;
padding: 15px 0;
}
.cbwf-widget .badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: #ffffff;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
text-align: center;
b... | 0.461988 | 0.248899 |
body {
margin: 0;
color: rgba(0,0,0,.65);
font-size: 12px;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-variant: tabular-nums;
line-height: 1.5715;
background-co... | public/css/m.base.css | body {
margin: 0;
color: rgba(0,0,0,.65);
font-size: 12px;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-variant: tabular-nums;
line-height: 1.5715;
background-co... | 0.425247 | 0.068195 |
.loader {
border: 16px solid #f3f3f3; /* Light grey */
border-top: 16px solid #3498db; /* Blue */
border-radius: 50%;
width: 120px;
height: 120px;
position: absolute;
left: 35%;
top: 35%;
animation: spin 5s forwards;
}
@-we... | static/styles/pull_data_API.css | .loader {
border: 16px solid #f3f3f3; /* Light grey */
border-top: 16px solid #3498db; /* Blue */
border-radius: 50%;
width: 120px;
height: 120px;
position: absolute;
left: 35%;
top: 35%;
animation: spin 5s forwards;
}
@-we... | 0.449393 | 0.100879 |
.wizard,
.tabcontrol {
display: block;
width: 100%;
overflow: hidden;
}
.wizard a,
.tabcontrol a {
outline: 0;
}
.wizard ul,
.tabcontrol ul {
list-style: none !important;
padding: 0;
margin: 0;
}
.wizard ul > li,
.tabcontrol ul > li {
display: block;
padding: 0;
}
.wizard > .steps .current-info,
.tabc... | src/sass/partials/wizard.css | .wizard,
.tabcontrol {
display: block;
width: 100%;
overflow: hidden;
}
.wizard a,
.tabcontrol a {
outline: 0;
}
.wizard ul,
.tabcontrol ul {
list-style: none !important;
padding: 0;
margin: 0;
}
.wizard ul > li,
.tabcontrol ul > li {
display: block;
padding: 0;
}
.wizard > .steps .current-info,
.tabc... | 0.489015 | 0.078008 |
@font-face {
font-family: 'Proxima Nova Rg';
src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
url('../fonts/ProximaNova-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Proxima Nova Rg';
src: url('../font... | css/fonts.css | @font-face {
font-family: 'Proxima Nova Rg';
src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
url('../fonts/ProximaNova-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Proxima Nova Rg';
src: url('../font... | 0.355887 | 0.075075 |
.skin-myself-light .main-header .navbar {
background-color:#3c8dbc
}
.skin-myself-light .main-header .navbar .nav>li>a {
color:#fff
}
.skin-myself-light .main-header .navbar .nav>li>a:hover,.skin-myself-light .main-header .navbar .nav>li>a:active,.skin-myself-light .main-header .navbar .nav>li>a:focus,.skin-mys... | public/vendor/laravel-admin/AdminLTE/dist/css/skins/skin-myself-light.min.css | .skin-myself-light .main-header .navbar {
background-color:#3c8dbc
}
.skin-myself-light .main-header .navbar .nav>li>a {
color:#fff
}
.skin-myself-light .main-header .navbar .nav>li>a:hover,.skin-myself-light .main-header .navbar .nav>li>a:active,.skin-myself-light .main-header .navbar .nav>li>a:focus,.skin-mys... | 0.33644 | 0.050729 |
.nav-back {
width: 80px;
font-size: 14px;
padding-left: 14px;
line-height: 15px;
}
.nav-back {
/* :before */
/* content: ""; */
background: url('assets/img/icons/arrow-back.png');
background-size: 14px 14px;
background-repeat: no-repeat;
display: block;
}
a {
text-decoration: none;
}
.main-fab {
... | www/app/assets/css/app.css | .nav-back {
width: 80px;
font-size: 14px;
padding-left: 14px;
line-height: 15px;
}
.nav-back {
/* :before */
/* content: ""; */
background: url('assets/img/icons/arrow-back.png');
background-size: 14px 14px;
background-repeat: no-repeat;
display: block;
}
a {
text-decoration: none;
}
.main-fab {
... | 0.313315 | 0.057918 |
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
*{
margin: 0%;
padding: 0%;
box-sizing: border-box;
overflow-x: hidden;
scroll-behavior: smooth;
}
.modal-bg{
font-family: 'Open Sans', sans-serif;
font-weight: bolder;
text-transfor... | project.css | @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
*{
margin: 0%;
padding: 0%;
box-sizing: border-box;
overflow-x: hidden;
scroll-behavior: smooth;
}
.modal-bg{
font-family: 'Open Sans', sans-serif;
font-weight: bolder;
text-transfor... | 0.411466 | 0.052814 |
position: absolute;
bottom: 25%; left: 64px;
display: none;
}
#fridge div:last-child {
position: absolute;
bottom: 0; left: 0;
height: 300px; width: 200px;
background-repeat: no-repeat;
background-size: contain;
background-image: url("../images/menu/fridge.png");
cursor: pointer;
}
#... | 17.1-buggy/styles/new-style.css | position: absolute;
bottom: 25%; left: 64px;
display: none;
}
#fridge div:last-child {
position: absolute;
bottom: 0; left: 0;
height: 300px; width: 200px;
background-repeat: no-repeat;
background-size: contain;
background-image: url("../images/menu/fridge.png");
cursor: pointer;
}
#... | 0.322313 | 0.083031 |
body {
background-color: #ffffff;
}
#wrapper {
width: 100%;
}
.description {
font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
}
#loggedinmessage {
display: none;
}
#countdownclock {
display: none;
}
#rotatingimage {
top: calc(50% - 15px);
margin: 0 auto;
posi... | dist/css/sb-admin-2.css | body {
background-color: #ffffff;
}
#wrapper {
width: 100%;
}
.description {
font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
}
#loggedinmessage {
display: none;
}
#countdownclock {
display: none;
}
#rotatingimage {
top: calc(50% - 15px);
margin: 0 auto;
posi... | 0.47171 | 0.077832 |
Button.yellowSmall {
fillAlphas: 1, 1, 0.75, 0.65;
fillColors: #fdfbe4, #ffd952, #fdfbe4, #ffd952;
color: #000000;
textRollOverColor: #000000;
borderColor: #ffb035;
themeColor: #ffb035;
height: 19px;
fontFamily: Arial;
fontWeight: bold;
fontSize: 12;
cornerRadius: 0;
}
Button.yellowMed ... | yap_ui.css | Button.yellowSmall {
fillAlphas: 1, 1, 0.75, 0.65;
fillColors: #fdfbe4, #ffd952, #fdfbe4, #ffd952;
color: #000000;
textRollOverColor: #000000;
borderColor: #ffb035;
themeColor: #ffb035;
height: 19px;
fontFamily: Arial;
fontWeight: bold;
fontSize: 12;
cornerRadius: 0;
}
Button.yellowMed ... | 0.253306 | 0.089733 |
.session-list-container {
padding-top: 20px;
}
h4 {
font-weight: 300;
}
form {
margin-bottom: 5px;
padding-bottom: 25px;
border-bottom: 3px solid rgb(209, 209, 209);
display: inline-block;
font-size: 80%;
width: 100%;
}
form.loading {
display: none;
}
.filterExpand {
height... | ibl-frontend/frontend-content/src/app/session-list/session-list.component.css | .session-list-container {
padding-top: 20px;
}
h4 {
font-weight: 300;
}
form {
margin-bottom: 5px;
padding-bottom: 25px;
border-bottom: 3px solid rgb(209, 209, 209);
display: inline-block;
font-size: 80%;
width: 100%;
}
form.loading {
display: none;
}
.filterExpand {
height... | 0.277669 | 0.13215 |
@charset "UTF-8";
body {
margin-top: 60px;
font-family: "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", Arial, sans-serif;
}
body,
table {
font-size: 0.8rem;
}
input[type="text"],
input[type="password"] {
width: 100%;
font-size: 0.8rem;
}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
padding: 8... | public/stylesheets/default.css | @charset "UTF-8";
body {
margin-top: 60px;
font-family: "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", Arial, sans-serif;
}
body,
table {
font-size: 0.8rem;
}
input[type="text"],
input[type="password"] {
width: 100%;
font-size: 0.8rem;
}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
padding: 8... | 0.31216 | 0.059156 |
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var,
b, i, em, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,... | dist/stylesheets/gumball.css | html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var,
b, i, em, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,... | 0.494873 | 0.088426 |
.nav {
background-image: url("http://ezinearticlesbase.com/wp-content/uploads/2017/12/sermo_photo.jpg");
background-size: 100% 20rem;
border: solid 7px rgb(221, 17, 17);
border-radius: 5px;
}
h3 {
font-size: 1.70rem;
color: rgb(228, 18, 18);
background-color: lightgrey;
width: 14rem;
... | css/style.css | .nav {
background-image: url("http://ezinearticlesbase.com/wp-content/uploads/2017/12/sermo_photo.jpg");
background-size: 100% 20rem;
border: solid 7px rgb(221, 17, 17);
border-radius: 5px;
}
h3 {
font-size: 1.70rem;
color: rgb(228, 18, 18);
background-color: lightgrey;
width: 14rem;
... | 0.630571 | 0.116814 |
.orderInfo{width: 100%; height: 100px; background: #ffffff;overflow: hidden; margin: 8px auto;}
.orderInfo-img{margin-left:5px;width: 140px; height: 100%; text-align: center;line-height: 100px; float: left;overflow: hidden;}
.orderInfo-img img{text-align: center;vertical-align: middle;line-height: 100px;}
.orderInfo-di... | Public/wap/css/SureOrder.css | .orderInfo{width: 100%; height: 100px; background: #ffffff;overflow: hidden; margin: 8px auto;}
.orderInfo-img{margin-left:5px;width: 140px; height: 100%; text-align: center;line-height: 100px; float: left;overflow: hidden;}
.orderInfo-img img{text-align: center;vertical-align: middle;line-height: 100px;}
.orderInfo-di... | 0.299412 | 0.135204 |
*,
*::before,
*::after {
box-sizing: border-box;
}
/* Animations */
.anim-blip {
animation: anim-blip 0.2s ease-in-out both;
}
.anim-flip {
animation: anim-flip 0.4s linear both;
}
.anim-vibrate {
display: block;
animation: anim-vibrate 0.3s linear infinite both;
}
@keyframes anim-blip {
0% {
transf... | public/dndle.css | *,
*::before,
*::after {
box-sizing: border-box;
}
/* Animations */
.anim-blip {
animation: anim-blip 0.2s ease-in-out both;
}
.anim-flip {
animation: anim-flip 0.4s linear both;
}
.anim-vibrate {
display: block;
animation: anim-vibrate 0.3s linear infinite both;
}
@keyframes anim-blip {
0% {
transf... | 0.52829 | 0.117851 |
html,body {max-width:100% !important; min-height: 100% !important;}
body{ background-color: #2C82BA;opacity: 0.9;font-size:0.25rem;}
.banner{ position: relative;}
.banner img.bannerpic{width: 100%; display: block;}
.banner .touxiang{ background:url(../../Images/agentIMG/pic_002.png) no-repeat; background-size: 100% 10... | qzgdwl/Statics/Default/Css/agentCSS/style.css | html,body {max-width:100% !important; min-height: 100% !important;}
body{ background-color: #2C82BA;opacity: 0.9;font-size:0.25rem;}
.banner{ position: relative;}
.banner img.bannerpic{width: 100%; display: block;}
.banner .touxiang{ background:url(../../Images/agentIMG/pic_002.png) no-repeat; background-size: 100% 10... | 0.397938 | 0.138229 |
@import url('//fonts.googleapis.com/css?family=Roboto:400italic,400,700');
@font-face {
font-family: 'barmenoregular';
src: url('../fonts/barmeno/1.0.0/barmeno_regular-webfont.eot');
src: url('../fonts/barmeno/1.0.0/barmeno_regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/barmeno/1.0... | css/omny-1.0.0.css | @import url('//fonts.googleapis.com/css?family=Roboto:400italic,400,700');
@font-face {
font-family: 'barmenoregular';
src: url('../fonts/barmeno/1.0.0/barmeno_regular-webfont.eot');
src: url('../fonts/barmeno/1.0.0/barmeno_regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/barmeno/1.0... | 0.217753 | 0.068756 |
*{
margin:none;
padding:none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body{
margin:0px;
padding:0px;
background:url(wall.jpg);
background-repeat: no-repeat;
background-size: 100%;
background-position-x: c... | styles.css | *{
margin:none;
padding:none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body{
margin:0px;
padding:0px;
background:url(wall.jpg);
background-repeat: no-repeat;
background-size: 100%;
background-position-x: c... | 0.276788 | 0.049017 |
body{
overflow-x:hidden;
}
.container{
width:1680px;
}
.navBox{
width:100%;
height:122px;
position:relative;
}
.balckBg{
width:100%;
height:118px;
background:#3e3a39;
position:absolute;
left:0;
top:0;
}
.logo{
left:83px;
width:83px;
height:73px;
... | public/stylesheets/index/1680index.css | body{
overflow-x:hidden;
}
.container{
width:1680px;
}
.navBox{
width:100%;
height:122px;
position:relative;
}
.balckBg{
width:100%;
height:118px;
background:#3e3a39;
position:absolute;
left:0;
top:0;
}
.logo{
left:83px;
width:83px;
height:73px;
... | 0.339828 | 0.054074 |
* {
margin: 0;
padding: 0;
font-family: "Arial";
}
code {
padding: .2em;
border-radius: 0.2em;
margin: 0;
font-size: .85em;
background-color: #f7f7f7;
opacity: 0.8;
}
.font-a10000 {
color: #a10000;
}
.font-bold {
font-weight: bold;
}
.button {
width: 100px;
height: 30px;
border-radius: 5px... | example/draw/style/main.css | * {
margin: 0;
padding: 0;
font-family: "Arial";
}
code {
padding: .2em;
border-radius: 0.2em;
margin: 0;
font-size: .85em;
background-color: #f7f7f7;
opacity: 0.8;
}
.font-a10000 {
color: #a10000;
}
.font-bold {
font-weight: bold;
}
.button {
width: 100px;
height: 30px;
border-radius: 5px... | 0.301362 | 0.077204 |
:root {
/*color scheme*/
--header-background: #58c6c8; /*Turquoise*/
--box-background-border: #73a0d0; /*Blue*/
--border: #87afcd; /*skyblue*/
--sub-border: #bfe4d4; /*minty green*/
--page-background: #263238; /*slate*/
--box-background: #f5f5f5; /*offwhite*/
--text: #000; /*black*/
--headline-text: #... | style.css | :root {
/*color scheme*/
--header-background: #58c6c8; /*Turquoise*/
--box-background-border: #73a0d0; /*Blue*/
--border: #87afcd; /*skyblue*/
--sub-border: #bfe4d4; /*minty green*/
--page-background: #263238; /*slate*/
--box-background: #f5f5f5; /*offwhite*/
--text: #000; /*black*/
--headline-text: #... | 0.359926 | 0.080538 |
@import '~@angular/material/prebuilt-themes/indigo-pink.css';
* {
font-family: Roboto, sans-serif;
}
body {
margin: 0;
}
.mat-tab-body {
max-height: 50vh;
}
/* begin app-sclist - accordeon */
.mat-expansion-panel-spacing {
margin: 0 0 !important;
}
.mat-expansion-panel-header-title {
font-weight: 500;
}
... | src/styles.css | @import '~@angular/material/prebuilt-themes/indigo-pink.css';
* {
font-family: Roboto, sans-serif;
}
body {
margin: 0;
}
.mat-tab-body {
max-height: 50vh;
}
/* begin app-sclist - accordeon */
.mat-expansion-panel-spacing {
margin: 0 0 !important;
}
.mat-expansion-panel-header-title {
font-weight: 500;
}
... | 0.483648 | 0.105119 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Lato', 'Verdana', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 1.7;
}
main.home {
margin-top: 18px;
margin-bottom: 50px;
width: 960px;
margin: 0 auto;
}
main.sales {
width: 960px;
... | css/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Lato', 'Verdana', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 1.7;
}
main.home {
margin-top: 18px;
margin-bottom: 50px;
width: 960px;
margin: 0 auto;
}
main.sales {
width: 960px;
... | 0.372163 | 0.112698 |
html,
body {
width: 100%;
padding: 0;
margin: 0;
background: #000;
letter-spacing: 1px;
}
body a {
outline: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration: none;
}
b... | css/contact.css | html,
body {
width: 100%;
padding: 0;
margin: 0;
background: #000;
letter-spacing: 1px;
}
body a {
outline: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration: none;
}
b... | 0.196055 | 0.057124 |
html,
body {
width: 100%;
height: 100%;
}
body {
font-family:"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"MS Pゴシック","MS PGothic","MS Gothic","MS ゴシック","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
hr {
max-width: 50px;
border-color: #f05f40;
border-width: 3px;
}
h... | css/creative.css | html,
body {
width: 100%;
height: 100%;
}
body {
font-family:"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"MS Pゴシック","MS PGothic","MS Gothic","MS ゴシック","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
hr {
max-width: 50px;
border-color: #f05f40;
border-width: 3px;
}
h... | 0.355887 | 0.050941 |
html,
body {
height: 100%;
font-family: "Lato", sans-serif;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
background: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
color: #111111;
font-weight: 600;
}
h1 {
font-size: 70px;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 30px;
}
h4 {
font-si... | landingpage/css/style.css |
html,
body {
height: 100%;
font-family: "Lato", sans-serif;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
background: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
color: #111111;
font-weight: 600;
}
h1 {
font-size: 70px;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 30px;
}
h4 {
font-si... | 0.31321 | 0.061452 |
*{
font-family: Helvetica, Arial, sans-serif;
line-height: 1.6;
}
body{
padding: 10px;
background-color: white;
margin: 10px 200px 15px;
background-image: url("/Users/designbright/Desktop/THE IRON YARD/ClassProjects/css_styling_assessment/starter_files/img/bg.jpg");
}
.main{
background: white;
border: ... | JavaScript/JavaScript/assignment/otherswork/PuppyLove/kelly/PuppyLove/kmstyle.css | *{
font-family: Helvetica, Arial, sans-serif;
line-height: 1.6;
}
body{
padding: 10px;
background-color: white;
margin: 10px 200px 15px;
background-image: url("/Users/designbright/Desktop/THE IRON YARD/ClassProjects/css_styling_assessment/starter_files/img/bg.jpg");
}
.main{
background: white;
border: ... | 0.290276 | 0.065276 |
.hvr-float-shadow {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-pr... | src/layouts/animations.css | .hvr-float-shadow {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-pr... | 0.431584 | 0.094552 |
html,
body {
height: 100%;
background: none repeat scroll 0% 0% rgb(226, 226, 226);
font-family: 'Roboto', sans-serif;
font-size: 1.1em;
}
body{
padding-top: 82px;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Roboto';
}
p {
font-family: 'Roboto';
font-weight: 200;
text-align: justify;
}
a img.main{
box-... | template/css/app.css | html,
body {
height: 100%;
background: none repeat scroll 0% 0% rgb(226, 226, 226);
font-family: 'Roboto', sans-serif;
font-size: 1.1em;
}
body{
padding-top: 82px;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Roboto';
}
p {
font-family: 'Roboto';
font-weight: 200;
text-align: justify;
}
a img.main{
box-... | 0.348313 | 0.049543 |
display: block;
width: 812px;
margin:40px auto 10px;
padding: 10px;
}
.calendar ul{
display: block;
clear:left;
min-height: 82px;
width:auto;
margin: 0 auto;
padding: 0;
list-style: none;
background-color: transparent;
//text-align: center;
border: 1px solid transparent;
border-top:0;
border-bottom: 2... | www/css/calendar.css | display: block;
width: 812px;
margin:40px auto 10px;
padding: 10px;
}
.calendar ul{
display: block;
clear:left;
min-height: 82px;
width:auto;
margin: 0 auto;
padding: 0;
list-style: none;
background-color: transparent;
//text-align: center;
border: 1px solid transparent;
border-top:0;
border-bottom: 2... | 0.200793 | 0.061876 |
.what_we_offer{
background: url('https://dev.myclassof.com/public/images/top.jpg') no-repeat center center;
background-size: cover;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
border-bottom-left-radius: 320% 90%;
border-bottom-right-r... | public/css/ourservices.css | .what_we_offer{
background: url('https://dev.myclassof.com/public/images/top.jpg') no-repeat center center;
background-size: cover;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
border-bottom-left-radius: 320% 90%;
border-bottom-right-r... | 0.600423 | 0.14682 |
table {
margin-left: 3em;
border-collapse: collapse;
font-size: 13px;
}
th, td {
text-align: center;
border: 1px solid #e0e0e0;
padding: 0.1em 1em 0.1em;
}
th {
font-weight: 400;
font-size: 14px;
color: #999;
}
#page-0 {
width: 100%;
height: 100vh;
overflow-y: scroll;
overflow-x: hidden;
}
#content {
... | docs/style/tutorial.css | table {
margin-left: 3em;
border-collapse: collapse;
font-size: 13px;
}
th, td {
text-align: center;
border: 1px solid #e0e0e0;
padding: 0.1em 1em 0.1em;
}
th {
font-weight: 400;
font-size: 14px;
color: #999;
}
#page-0 {
width: 100%;
height: 100vh;
overflow-y: scroll;
overflow-x: hidden;
}
#content {
... | 0.402744 | 0.179028 |
@charset "UTF-8";
@font-face {
font-family: Idroid;
src: url(fontes/idroid.otf);
}
body{
margin: 0px;
background-color: #84E1AD;
}
header{
background-image: linear-gradient(to bottom, #3CD782, #185433);
height: 200px;
padding: 1px;
box-shadow: 1px 1px 5px #5ea37c;
}
header > h1{
co... | html5-css3/Desafios/AzureServer/style.css | @charset "UTF-8";
@font-face {
font-family: Idroid;
src: url(fontes/idroid.otf);
}
body{
margin: 0px;
background-color: #84E1AD;
}
header{
background-image: linear-gradient(to bottom, #3CD782, #185433);
height: 200px;
padding: 1px;
box-shadow: 1px 1px 5px #5ea37c;
}
header > h1{
co... | 0.449876 | 0.087837 |
.ws-sticky-header__wrapper {
overflow-y: visible;
max-height: 100%;
}
.ws-sticky-header__header-container {
position: absolute;
top: 0;
right: 0;
left: 0;
height: 0;
z-index: 900;
}
/* во всплывающей панели важно, чтобы она была прижата к правому краю и у неё была ширина (FloatArea выставляет ширину) */... | application/WS.Core/lib/StickyHeader/StickyHeaderManager/StickyHeaderManager.css | .ws-sticky-header__wrapper {
overflow-y: visible;
max-height: 100%;
}
.ws-sticky-header__header-container {
position: absolute;
top: 0;
right: 0;
left: 0;
height: 0;
z-index: 900;
}
/* во всплывающей панели важно, чтобы она была прижата к правому краю и у неё была ширина (FloatArea выставляет ширину) */... | 0.460289 | 0.082328 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800|Oswald:200,300,400,700&display=swap);/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height... | dist/styles/main.css | @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800|Oswald:200,300,400,700&display=swap);/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height... | 0.58059 | 0.091301 |
body {
background-image: url('/theme.default/images/background.gif');
font-size: 100%;
font-family: 'Ubuntu', sans-serif;
color: #333;
line-height:1.25em;
}
#login img#logo {
margin: 20px 0;
}
#pagewrapper {
margin: 0px auto;
width: 95%;
max-width: 980px;
}
#content {
border: 1px solid #e6e6e4;
padding: 1... | public_html/theme.default/css/main.css | body {
background-image: url('/theme.default/images/background.gif');
font-size: 100%;
font-family: 'Ubuntu', sans-serif;
color: #333;
line-height:1.25em;
}
#login img#logo {
margin: 20px 0;
}
#pagewrapper {
margin: 0px auto;
width: 95%;
max-width: 980px;
}
#content {
border: 1px solid #e6e6e4;
padding: 1... | 0.33764 | 0.093388 |
@import url("./theme.css");
.monrepondeurauto .monrepondeurauto--gallery-item {
margin-right: 5px;
padding-bottom: 1px;
}
.monrepondeurauto .monrepondeurauto--gallery-item button {
background: var(--cardButtonColor);
border-bottom: 1px solid var(--cardBorder) !important;
border: 0;
font-size: 0.875em;
fo... | client/src/styles/css/styles/gallery.css | @import url("./theme.css");
.monrepondeurauto .monrepondeurauto--gallery-item {
margin-right: 5px;
padding-bottom: 1px;
}
.monrepondeurauto .monrepondeurauto--gallery-item button {
background: var(--cardButtonColor);
border-bottom: 1px solid var(--cardBorder) !important;
border: 0;
font-size: 0.875em;
fo... | 0.28897 | 0.068506 |
.pb-shadow-bottom-z-1 {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.pb-shadow-bottom-z-2 {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
@keyframes outer-rotate {
100% {
transform: rotate(360deg);
}
}
@keyframes left-wobble {
0%, 100% {
transform: rotate(130deg);
}
50%... | webapps/ROOT/shared/athenaeum/components/progress-circular/progress-circular.css | .pb-shadow-bottom-z-1 {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.pb-shadow-bottom-z-2 {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
@keyframes outer-rotate {
100% {
transform: rotate(360deg);
}
}
@keyframes left-wobble {
0%, 100% {
transform: rotate(130deg);
}
50%... | 0.823896 | 0.327346 |
@import url('http://fonts.googleapis.com/css?family=Lato:400,700');
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: <NAME> - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del... | Lecture6-10thFebruary/P06_JapaneseKitchen/japanese-kitchen.css | @import url('http://fonts.googleapis.com/css?family=Lato:400,700');
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: <NAME> - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del... | 0.368519 | 0.07946 |
.wrapper {
position: relative;
width: 450px;
height: 580px;
overflow: hidden;
margin-top: 10px;
}
.wrapper:nth-of-type(2) {
margin-top: calc(98px + 10px);
}
.wrapper:nth-of-type(3) {
margin-top: 110px;
}
.wrapper:nth-of-type(4) {
margin-top: 200px;
}
@media screen and (max-width: 940px)... | src/components/article/article.css | .wrapper {
position: relative;
width: 450px;
height: 580px;
overflow: hidden;
margin-top: 10px;
}
.wrapper:nth-of-type(2) {
margin-top: calc(98px + 10px);
}
.wrapper:nth-of-type(3) {
margin-top: 110px;
}
.wrapper:nth-of-type(4) {
margin-top: 200px;
}
@media screen and (max-width: 940px)... | 0.665845 | 0.084266 |
background-image: url("../assets/guitarist.jpg");
background-size: cover;
background-position: center bottom;
/* background-attachment: fixed; */
height: 90vh;
z-index: -1;
}
body {
overflow-x: hidden;
}
#main button {
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}
[alt="logo"] {
max-width: 200px;
}
... | css/styles.css | background-image: url("../assets/guitarist.jpg");
background-size: cover;
background-position: center bottom;
/* background-attachment: fixed; */
height: 90vh;
z-index: -1;
}
body {
overflow-x: hidden;
}
#main button {
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}
[alt="logo"] {
max-width: 200px;
}
... | 0.302288 | 0.096621 |
================================================
/* Table of Content
==================================================
1. Fonts - Montserrat and Opensans
2. Common CSS
3. Loader CSS
4. Scrool top Arrow
5. header top area
6. Top Bar
7. Navigation
8. Banner Area
9. About Us
10. Services
11. Testimonials Wrapper
12. S... | public/css/style.css | ================================================
/* Table of Content
==================================================
1. Fonts - Montserrat and Opensans
2. Common CSS
3. Loader CSS
4. Scrool top Arrow
5. header top area
6. Top Bar
7. Navigation
8. Banner Area
9. About Us
10. Services
11. Testimonials Wrapper
12. S... | 0.29584 | 0.081447 |
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
========================================================================== */
/**
* Remove th... | public/css/front.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; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
========================================================================== */
/**
* Remove th... | 0.768473 | 0.151655 |
* {
box-sizing: border-box;
font: 14px;
font-family: Arial, Helvetica, sans-serif;
}
a {
text-decoration: none;
}
img {
display: block;
}
/* 삼각형 이미지 */
.dropdown-caret {
display: inline-block;
vertical-align: top;
height: 0;
width: 0;
margin-top: 7px;
border-bottom: 0 solid transparent;
bor... | 01.week1/CSS/style.css |
* {
box-sizing: border-box;
font: 14px;
font-family: Arial, Helvetica, sans-serif;
}
a {
text-decoration: none;
}
img {
display: block;
}
/* 삼각형 이미지 */
.dropdown-caret {
display: inline-block;
vertical-align: top;
height: 0;
width: 0;
margin-top: 7px;
border-bottom: 0 solid transparent;
bor... | 0.343012 | 0.066387 |
.LoginScreen P, .LoginScreen TH, .LoginScreen TD,
.LoginScreen DIV, .LoginScreen SPAN, .LoginScreen SELECT,
.LoginScreen INPUT, .LoginScreen TEXTAREA, .LoginScreen BUTTON,
.LoginScreen A {
@FontFamily-default@
}
HTML {
@FullSize@
}
BODY {
@ChromeBg@
@FullSize@
margin:0px;
}
FORM {
margin:0px;
padding:0px;
... | zm-web-client/WebRoot/css/login.css | .LoginScreen P, .LoginScreen TH, .LoginScreen TD,
.LoginScreen DIV, .LoginScreen SPAN, .LoginScreen SELECT,
.LoginScreen INPUT, .LoginScreen TEXTAREA, .LoginScreen BUTTON,
.LoginScreen A {
@FontFamily-default@
}
HTML {
@FullSize@
}
BODY {
@ChromeBg@
@FullSize@
margin:0px;
}
FORM {
margin:0px;
padding:0px;
... | 0.210036 | 0.042009 |
* {
margin: 0;
padding: 0;
}
html, body {
height: 100%;
}
body {
background-color: white;
font: 18px Helvetica, "Segoe UI", Arial, sans-serif;
text-align: center;
}
p {
margin: 0.5em 0;
}
a {
text-decoration: none;
}
a:hover {
color: black;
text-decoration: underline;
}
a:visited {
color: #6... | css/site.css | * {
margin: 0;
padding: 0;
}
html, body {
height: 100%;
}
body {
background-color: white;
font: 18px Helvetica, "Segoe UI", Arial, sans-serif;
text-align: center;
}
p {
margin: 0.5em 0;
}
a {
text-decoration: none;
}
a:hover {
color: black;
text-decoration: underline;
}
a:visited {
color: #6... | 0.605449 | 0.143728 |
html,body { height: 100%; overflow: hidden; }
body { height: 100%; overflow: hidden; background: linear-gradient(#E6E9ED,#F8F8F8); }
header { height: 50px; background: white linear-gradient(white,#F8F8F8); border-bottom: 1px solid #DBE1E9; position: fixed; z-index: 15; width: 100%; top: 0; box-shadow: 0 5px 10px rgba... | public/css/default.css |
html,body { height: 100%; overflow: hidden; }
body { height: 100%; overflow: hidden; background: linear-gradient(#E6E9ED,#F8F8F8); }
header { height: 50px; background: white linear-gradient(white,#F8F8F8); border-bottom: 1px solid #DBE1E9; position: fixed; z-index: 15; width: 100%; top: 0; box-shadow: 0 5px 10px rgba... | 0.662251 | 0.213746 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
text-decoration: none;
}
ul {
list-style: none;
}
body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
min-height: 100vh;
background: #f3904f; /* fallback for old browsers */
... | github-profiles-app/style.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
text-decoration: none;
}
ul {
list-style: none;
}
body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
min-height: 100vh;
background: #f3904f; /* fallback for old browsers */
... | 0.443841 | 0.09236 |
.yun_map_box{width:1178px;border:1px solid #dcdada}
.yun_map_box_h1{width:100%;height:45px; line-height:45px; background:#f8f8f8;border-bottom:1px solid #dddbdb}
.yun_map_box_h1_span{ font-size:16px; font-weight:bold; padding-left:10px;color:#333;}
#search {padding: 15px 20px;border-bottom:1px solid #dddbdb}
#title... | work/wwwroot/app/template/default/style/map.css | .yun_map_box{width:1178px;border:1px solid #dcdada}
.yun_map_box_h1{width:100%;height:45px; line-height:45px; background:#f8f8f8;border-bottom:1px solid #dddbdb}
.yun_map_box_h1_span{ font-size:16px; font-weight:bold; padding-left:10px;color:#333;}
#search {padding: 15px 20px;border-bottom:1px solid #dddbdb}
#title... | 0.257018 | 0.056159 |
.navbar-form input, .form-inline input {
width:auto;
}
body {
padding-top:50px;
}
#masthead {
min-height:199px;
}
#masthead h1 {
font-size: 55px;
line-height: 1;
margin-top:50px;
}
#masthead .well {
margin-top:31px;
min-height:127px;
}
.navbar.affix {
position:fixed;
top:0;... | core/static/css/styles.css | .navbar-form input, .form-inline input {
width:auto;
}
body {
padding-top:50px;
}
#masthead {
min-height:199px;
}
#masthead h1 {
font-size: 55px;
line-height: 1;
margin-top:50px;
}
#masthead .well {
margin-top:31px;
min-height:127px;
}
.navbar.affix {
position:fixed;
top:0;... | 0.451327 | 0.062847 |
table {border-collapse:collapse;border-spacing:0;}
img {border:0 none;}
em {font-weight:normal;font-style:normal;}
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;font-size:100%;}
.clearFix:after{content:' ';display:block;height:0;clear:both;overflow:hidden;visibility:hidden;}
.clearFix {*zoom:1;}
a... | public/style/main.css | table {border-collapse:collapse;border-spacing:0;}
img {border:0 none;}
em {font-weight:normal;font-style:normal;}
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;font-size:100%;}
.clearFix:after{content:' ';display:block;height:0;clear:both;overflow:hidden;visibility:hidden;}
.clearFix {*zoom:1;}
a... | 0.185136 | 0.124559 |
HTML5 display definitions
========================================================================== */
/*
* Corrects `block` display not defined in IE 8/9.
*/
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
s... | deploy/htdocs/version/src/inc/style/screen.css | HTML5 display definitions
========================================================================== */
/*
* Corrects `block` display not defined in IE 8/9.
*/
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
s... | 0.550366 | 0.064653 |
@font-face {
font-family: 'Marske';
src: url('fonts/Marske.otf')
format('opentype');
src: url('fonts/Marske.ttf')
format('truetype');
}
body {
/*background-image: url(img/space2.jpg); */
background-color: black;
background-size: 120%;
}
.fontStyle {
font-family: Marske;
font-s... | webApp/style.css | @font-face {
font-family: 'Marske';
src: url('fonts/Marske.otf')
format('opentype');
src: url('fonts/Marske.ttf')
format('truetype');
}
body {
/*background-image: url(img/space2.jpg); */
background-color: black;
background-size: 120%;
}
.fontStyle {
font-family: Marske;
font-s... | 0.34632 | 0.139748 |
.fa-1 {font-size:12px }
.fa-2 {font-size:11px }
.table.pad > tbody > tr > td, .table > tbody > tr > th, .table.pad > thead > tr > th {padding:8px; margin-top:0;}
.table.pad2 > tbody > tr > td, .table > tbody > tr > th, .table.pad2 > thead > tr > th {padding:10px; margin-top:0;}
.fa-file , .fa-times{color:#747474}
.btnW... | public/asset/adminsin/css/layout-bootstrap.css | .fa-1 {font-size:12px }
.fa-2 {font-size:11px }
.table.pad > tbody > tr > td, .table > tbody > tr > th, .table.pad > thead > tr > th {padding:8px; margin-top:0;}
.table.pad2 > tbody > tr > td, .table > tbody > tr > th, .table.pad2 > thead > tr > th {padding:10px; margin-top:0;}
.fa-file , .fa-times{color:#747474}
.btnW... | 0.157266 | 0.138549 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* <a href=""><img src="image/right.jpg" class="rightarrow"/></a>
<a href=""><img src="image/left.jpg" class="leftarrow"/></a>
*/
header {
background-color: #43636e;
height: 70px;
background-size: ;
background-position: cent... | assets/css/styletiket.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* <a href=""><img src="image/right.jpg" class="rightarrow"/></a>
<a href=""><img src="image/left.jpg" class="leftarrow"/></a>
*/
header {
background-color: #43636e;
height: 70px;
background-size: ;
background-position: cent... | 0.312685 | 0.071591 |
* All Rights Reserved.
*
* Roster styles.
*
*/
#roster-list {
border-collapse: collapse;
width: 100%;
}
#roster-list th {
vertical-align: top;
padding: .3em;
background: #F0F1F5;
border-bottom: 1px solid #DFDEE3;
border-top: 1px solid #DFDEE3;
}
#roster-list td {
vertical-align: middle;
padding: ... | core/static/styles/roster.css | * All Rights Reserved.
*
* Roster styles.
*
*/
#roster-list {
border-collapse: collapse;
width: 100%;
}
#roster-list th {
vertical-align: top;
padding: .3em;
background: #F0F1F5;
border-bottom: 1px solid #DFDEE3;
border-top: 1px solid #DFDEE3;
}
#roster-list td {
vertical-align: middle;
padding: ... | 0.446012 | 0.073099 |
* {
box-sizing: border-box;
}
body {
margin: 0;
}
p {
font-size: 1.25rem;
line-height: 1.5;
}
blockquote {
position: relative;
padding-left: 1.5rem;
font-size: 2rem;
line-height: 1.25;
letter-spacing: -0.05rem;
}
blockquote:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 6px;
height... | src/scroll-reveal/styles.css | * {
box-sizing: border-box;
}
body {
margin: 0;
}
p {
font-size: 1.25rem;
line-height: 1.5;
}
blockquote {
position: relative;
padding-left: 1.5rem;
font-size: 2rem;
line-height: 1.25;
letter-spacing: -0.05rem;
}
blockquote:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 6px;
height... | 0.343122 | 0.104067 |
body{overflow-x:hidden; background: #F3F3F3;font-family:'Arial';}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {color: #555;background-color: #FFFFFF;}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a... | public/css/style.css | body{overflow-x:hidden; background: #F3F3F3;font-family:'Arial';}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {color: #555;background-color: #FFFFFF;}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a... | 0.28877 | 0.0537 |
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/theme/frontend/css/grid-list.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.233619 | 0.065009 |
.eon-dialog-dialog {
display: none;
flex-direction: column;
position: fixed;
top: 0;
left: 0;
z-index: 100;
max-width: 95%;
max-height: 95%;
min-width: 200px;
min-height: 200px;
}
.eon-dialog-visible {
display: flex;
}
.eon-dialog-heading {
display: flex;
flex: none;
justify-content: flex-en... | tests/symlink/output/webapp/eon/ui/eon-dialog/eon-dialog.css | .eon-dialog-dialog {
display: none;
flex-direction: column;
position: fixed;
top: 0;
left: 0;
z-index: 100;
max-width: 95%;
max-height: 95%;
min-width: 200px;
min-height: 200px;
}
.eon-dialog-visible {
display: flex;
}
.eon-dialog-heading {
display: flex;
flex: none;
justify-content: flex-en... | 0.495361 | 0.07088 |
* { border: 0; padding: 0; margin: 0; }
body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; color: #949494; }
h1 { width:300px; position:relative; top:38px; text-align:center; background-color:#3C5880; color:#FFFFFF; border:1px solid #3C5880; border-radius:4px; margin:0 auto; margin-to... | manage/web/css/login-style.css | * { border: 0; padding: 0; margin: 0; }
body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; color: #949494; }
h1 { width:300px; position:relative; top:38px; text-align:center; background-color:#3C5880; color:#FFFFFF; border:1px solid #3C5880; border-radius:4px; margin:0 auto; margin-to... | 0.347316 | 0.176051 |
.progress {
margin: 0;
}
.container {
margin: 60px auto 0;
}
#sidenav-overlay {
background-color: rgba(0,0,0,0.6);
}
#saklar-content, #jadwal-content, #setting-content, #setting-content-nama , #noserver, #selectserver, #saved, #saved_name/* , #loading */ , .saklar-list {
display: none;
}
#toggle-menu-kiri {
... | saklarku-phonegap/www/css/saklar.css | .progress {
margin: 0;
}
.container {
margin: 60px auto 0;
}
#sidenav-overlay {
background-color: rgba(0,0,0,0.6);
}
#saklar-content, #jadwal-content, #setting-content, #setting-content-nama , #noserver, #selectserver, #saved, #saved_name/* , #loading */ , .saklar-list {
display: none;
}
#toggle-menu-kiri {
... | 0.237487 | 0.088151 |
root {
display: block;
}
body{
background-color: #000000;
background-repeat: repeat-x;
background-position: top;
background-image: url(../sprites/bg_tile.jpg);
}
* {
user-select: none;
-khtml-user-select: none;
-o-user-select: none;
-moz-user-select: -moz-none;
-webkit-use... | public/games/game41/css/main.css | root {
display: block;
}
body{
background-color: #000000;
background-repeat: repeat-x;
background-position: top;
background-image: url(../sprites/bg_tile.jpg);
}
* {
user-select: none;
-khtml-user-select: none;
-o-user-select: none;
-moz-user-select: -moz-none;
-webkit-use... | 0.358353 | 0.111459 |
.rcAnimationCircleBall {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
}
.rcAnimationCircleBall div {
position: absolute;
width: 5px;
height: 5px;
background: #fff;
border-radius: 50%;
animation: rcAnimationCircleBall 1.2s linear infinite;
}
.rcAnimation... | src/components/loader/circle-ball/CircleBallLoading.css | .rcAnimationCircleBall {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
}
.rcAnimationCircleBall div {
position: absolute;
width: 5px;
height: 5px;
background: #fff;
border-radius: 50%;
animation: rcAnimationCircleBall 1.2s linear infinite;
}
.rcAnimation... | 0.817611 | 0.162979 |
.btn,
a.btn {
text-align: center;
display: block;
margin: 0;
touch-action: manipulation;
cursor: pointer;
background-image: none;
white-space: nowrap;
user-select: none;
transition: 0.2s ease-in-out;
padding: var(--padding-base-vertical) var(--padding-base-horizontal);
font-size: var(--font-size-s... | src/global/_buttons.css | .btn,
a.btn {
text-align: center;
display: block;
margin: 0;
touch-action: manipulation;
cursor: pointer;
background-image: none;
white-space: nowrap;
user-select: none;
transition: 0.2s ease-in-out;
padding: var(--padding-base-vertical) var(--padding-base-horizontal);
font-size: var(--font-size-s... | 0.396652 | 0.052985 |
*{
padding: 0;
margin: 0;
font-family: '宋体';
}
.contain{
max-width: 750px;
margin: 0 auto;
}
h2{
font-size: 26px;
font-weight: 600;
text-align: center;
line-height: 50px;
}
.pic-100{
width: 100%;
margin: 0 auto;
}
.pic-90{
width: 90%;
margin: 0 auto;
}
.pic-80{
width: 80%... | public/static/css/man/amaze/css/style.css | *{
padding: 0;
margin: 0;
font-family: '宋体';
}
.contain{
max-width: 750px;
margin: 0 auto;
}
h2{
font-size: 26px;
font-weight: 600;
text-align: center;
line-height: 50px;
}
.pic-100{
width: 100%;
margin: 0 auto;
}
.pic-90{
width: 90%;
margin: 0 auto;
}
.pic-80{
width: 80%... | 0.287368 | 0.047958 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,
body {
height: 100%;
min-height: 100%;
}
body {
margin: 0;
}
header {
position: relative;
height: 250px;
background-image: linear-gradient(#5200bd, #5b26ff)
}
section {
margin: 30px 0;
}
section.content {
clear:... | styles/main.css |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,
body {
height: 100%;
min-height: 100%;
}
body {
margin: 0;
}
header {
position: relative;
height: 250px;
background-image: linear-gradient(#5200bd, #5b26ff)
}
section {
margin: 30px 0;
}
section.content {
clear:... | 0.648355 | 0.090695 |
html, body, main {
height: 100%;
width: 100%;
padding: 0px;
font-family: 'Lato', sans-serif;
background-color: #272727;
color: white;
}
code {
font-size: 12px;
padding: 6px !important;
}
a {
color: #f05133; /** Git orange :) */
}
a.modal-close {
color: #fff;
}
div.modal-footer {
background-color: ... | css/main.css | html, body, main {
height: 100%;
width: 100%;
padding: 0px;
font-family: 'Lato', sans-serif;
background-color: #272727;
color: white;
}
code {
font-size: 12px;
padding: 6px !important;
}
a {
color: #f05133; /** Git orange :) */
}
a.modal-close {
color: #fff;
}
div.modal-footer {
background-color: ... | 0.42656 | 0.080105 |
.navbar{
list-style-type: none;
margin: 0;
padding: 4px;
background-color: clear;
}
.navbar-font{
margin-top: -1%;
font-size: 35px;
font-weight: bolder;
font-family: inherit;
}
.centered-text{
text-align: center;
}
.nav-center{
margin-right: 1in;
}
/*NAV BAR*/
.body-color {
background-im... | prevweb/main.css | .navbar{
list-style-type: none;
margin: 0;
padding: 4px;
background-color: clear;
}
.navbar-font{
margin-top: -1%;
font-size: 35px;
font-weight: bolder;
font-family: inherit;
}
.centered-text{
text-align: center;
}
.nav-center{
margin-right: 1in;
}
/*NAV BAR*/
.body-color {
background-im... | 0.22482 | 0.060391 |
.wrapper {
position: relative;
height: 100vh;
}
.container {
width: 1050px;
margin: 0 auto;
padding: 0;
background-color: var(--clear-color);
}
/* Navbar Rules */
.navbar {
padding: 0;
align-items: center;
width: 100%;
background-color: #537895;
background-image: linear-gr... | client/src/App.css | .wrapper {
position: relative;
height: 100vh;
}
.container {
width: 1050px;
margin: 0 auto;
padding: 0;
background-color: var(--clear-color);
}
/* Navbar Rules */
.navbar {
padding: 0;
align-items: center;
width: 100%;
background-color: #537895;
background-image: linear-gr... | 0.572364 | 0.105349 |
* {
box-sizing: border-box;
}
.box {
margin-top: 70px;
padding: 0 15px;
margin-bottom: 30px;
border-bottom: 5px solid var(--oenBrownColor);
border-radius: 50px;
}
.box .container {
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
}
.img-book {
width: 200px;
height: 380p... | css/book.css | * {
box-sizing: border-box;
}
.box {
margin-top: 70px;
padding: 0 15px;
margin-bottom: 30px;
border-bottom: 5px solid var(--oenBrownColor);
border-radius: 50px;
}
.box .container {
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
}
.img-book {
width: 200px;
height: 380p... | 0.391173 | 0.121087 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.dieverdammten.de") {
/* Twinoid User-Kasten weg */
.guser .tid_userSheet,
.ghost .guser .night {
display: none !important;
}
/* Krone weg */
.tid_userGoals .tid_crownWrapper {
display: none !important;
}
/* Überschrift: "Statist... | data/usercss/64733.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.dieverdammten.de") {
/* Twinoid User-Kasten weg */
.guser .tid_userSheet,
.ghost .guser .night {
display: none !important;
}
/* Krone weg */
.tid_userGoals .tid_crownWrapper {
display: none !important;
}
/* Überschrift: "Statist... | 0.15662 | 0.070208 |
.who{
display:flex;
width: 100%;
justify-content: space-evenly;
align-items: center;
}
.fitappimg{
border: orangered;
width: 100%;
align-items: center;
}
.aboutus {
display:flex;
justify-content: space-evenly;
width: 100%;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
}
.aboutpic{... | index.css | .who{
display:flex;
width: 100%;
justify-content: space-evenly;
align-items: center;
}
.fitappimg{
border: orangered;
width: 100%;
align-items: center;
}
.aboutus {
display:flex;
justify-content: space-evenly;
width: 100%;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
}
.aboutpic{... | 0.187021 | 0.061734 |