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 |
|---|---|---|---|---|
display: inline-block;
max-width: 300px;
margin-top: 50px;
margin-left: 30px;
border: 2px solid #F3F3F3;
border-radius: 5px;
box-shadow: 2px 2px 3px #E3E3e3;
padding: 5px;
}
#header {
height: 200px;
width: 300px;
margin-left: auto;
margin-right: auto;
background-color: #F3F3F3;
background-size: 300px 200... | client/stylesheets/user.css | display: inline-block;
max-width: 300px;
margin-top: 50px;
margin-left: 30px;
border: 2px solid #F3F3F3;
border-radius: 5px;
box-shadow: 2px 2px 3px #E3E3e3;
padding: 5px;
}
#header {
height: 200px;
width: 300px;
margin-left: auto;
margin-right: auto;
background-color: #F3F3F3;
background-size: 300px 200... | 0.231701 | 0.071267 |
body {font-family: Arial, Helvetica, sans-serif;}
/*Code By <NAME>*/
input[type=text], input[type=password] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
button {
background-color: #d10606;
color... | ServerRoot/css/style.css | body {font-family: Arial, Helvetica, sans-serif;}
/*Code By <NAME>*/
input[type=text], input[type=password] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
button {
background-color: #d10606;
color... | 0.310172 | 0.050168 |
html, body {
margin: 0;
padding: 0;
outline: 0;
border: 0;
}
article, aside, details, figcaption, figure, footer,
header, hgroup, main, menu, nav, section, summary {
display: block;
}
img {
vertical-align: middle;
}
/* ==================================================================== */
/* === Global =====... | public/admin/css/style.css |
html, body {
margin: 0;
padding: 0;
outline: 0;
border: 0;
}
article, aside, details, figcaption, figure, footer,
header, hgroup, main, menu, nav, section, summary {
display: block;
}
img {
vertical-align: middle;
}
/* ==================================================================== */
/* === Global =====... | 0.321567 | 0.041385 |
body.transition,
body.transition * {
transition-property: background-color, color;
transition-duration: .5s;
}
body {
margin: 0 auto;
background-color: var(--page-bg-color);
min-height: 100vh;
display: flex;
flex-direction: column;
max-width: 100vw;
}
p,
span,
h1, h2, h3, h4, h5, h6,
i,
... | public/css/shared/page.css | body.transition,
body.transition * {
transition-property: background-color, color;
transition-duration: .5s;
}
body {
margin: 0 auto;
background-color: var(--page-bg-color);
min-height: 100vh;
display: flex;
flex-direction: column;
max-width: 100vw;
}
p,
span,
h1, h2, h3, h4, h5, h6,
i,
... | 0.61555 | 0.083928 |
#webamp #playlist-window {
display: flex;
flex-direction: column;
}
#webamp .playlist-top {
width: 100%;
min-height: 20px;
max-height: 20px;
position: relative;
display: flex;
}
#webamp .playlist-top-left {
width: 25px;
}
#webamp .playlist-top-left-spacer {
width: 12px;
}
#webamp .playlist-top-lef... | css/playlist-window.css | #webamp #playlist-window {
display: flex;
flex-direction: column;
}
#webamp .playlist-top {
width: 100%;
min-height: 20px;
max-height: 20px;
position: relative;
display: flex;
}
#webamp .playlist-top-left {
width: 25px;
}
#webamp .playlist-top-left-spacer {
width: 12px;
}
#webamp .playlist-top-lef... | 0.30965 | 0.032868 |
body{
font-size: 1.5em;
color: rgb(0,0,0);
}
section{
width: 100%;
}
a{
text-decoration: none;
color: rgb(0,0,0);
}
a:active{
text-decoration: none;
color: rgb(0,0,0);
}
h1{
text-align: center;
font-size: 2em;
line-height: 2em;
}
p.content{
line-height: 1.6em;
font-size: 1.4em;
padding-top: 10px;
}
.color-... | assets/css/shop.css | body{
font-size: 1.5em;
color: rgb(0,0,0);
}
section{
width: 100%;
}
a{
text-decoration: none;
color: rgb(0,0,0);
}
a:active{
text-decoration: none;
color: rgb(0,0,0);
}
h1{
text-align: center;
font-size: 2em;
line-height: 2em;
}
p.content{
line-height: 1.6em;
font-size: 1.4em;
padding-top: 10px;
}
.color-... | 0.372962 | 0.074366 |
.container section {
text-align: center;
}
.editar--perfil, .editar--senha {
background-color: white;
border-radius: 10px;
border: 1px solid rgba(0, 0, 0, .1);
box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
padding: 15px;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 60... | resources/css/editUser.css | .container section {
text-align: center;
}
.editar--perfil, .editar--senha {
background-color: white;
border-radius: 10px;
border: 1px solid rgba(0, 0, 0, .1);
box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
padding: 15px;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 60... | 0.359027 | 0.093099 |
* {
font-family: "Open Sans", sans-serif;
color: var(--text-color);
font-size: var(--body-size);
}
button:focus {
outline: 0;
}
button:active {
background-color: white;
}
.mainview_admin_panel {
display: flex;
flex: 1;
flex-direction: column;
}
.mainview_approve_button {
background-color: var(--pr... | src/Screens/MainView.css | * {
font-family: "Open Sans", sans-serif;
color: var(--text-color);
font-size: var(--body-size);
}
button:focus {
outline: 0;
}
button:active {
background-color: white;
}
.mainview_admin_panel {
display: flex;
flex: 1;
flex-direction: column;
}
.mainview_approve_button {
background-color: var(--pr... | 0.568536 | 0.083329 |
.login{ overflow: hidden; padding: 10px;}
.login .lv-box{ margin: 0;}
.login .btn_bar{ overflow: hidden; margin-top: 10px;}
.login .btn_bar a{ color: #d30775; line-height: 44px;}
.login .btn_bar .btn_style_1{ height: 36px; line-height: 36px; font-size: 18px; border:none; border-radius: 4px; color: #fff;}
.lv-proinfo-li... | Public/Mobile/css/login.css | .login{ overflow: hidden; padding: 10px;}
.login .lv-box{ margin: 0;}
.login .btn_bar{ overflow: hidden; margin-top: 10px;}
.login .btn_bar a{ color: #d30775; line-height: 44px;}
.login .btn_bar .btn_style_1{ height: 36px; line-height: 36px; font-size: 18px; border:none; border-radius: 4px; color: #fff;}
.lv-proinfo-li... | 0.26218 | 0.124905 |
@charset "utf-8";/* CSS Document */
body {
margin: 0;
padding: 0;
font-family: 'Ubuntu', sans-serif;
}
a {
outline: none;
color: #62addf;
}
a:focus {
outline: none;
}
ul, li {
list-style: none;
}
.clearfix {
clear: both;
font-size: 0;
line-height: 0;
margin: 0;
padding: 0;
}
*, *:before, *:after {
-webkit-... | public/css/style.css | @charset "utf-8";/* CSS Document */
body {
margin: 0;
padding: 0;
font-family: 'Ubuntu', sans-serif;
}
a {
outline: none;
color: #62addf;
}
a:focus {
outline: none;
}
ul, li {
list-style: none;
}
.clearfix {
clear: both;
font-size: 0;
line-height: 0;
margin: 0;
padding: 0;
}
*, *:before, *:after {
-webkit-... | 0.296145 | 0.0537 |
.markdown-body ol ol,
.markdown-body ul ol {
list-style-type: decimal;
}
.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
list-style-type: decimal;
}
.md-raw {
white-space: pre-wrap;
}
#raw-text {
display: none;
}
div.info {
background-color: #a6dcef;
}
... | app/index.css | .markdown-body ol ol,
.markdown-body ul ol {
list-style-type: decimal;
}
.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
list-style-type: decimal;
}
.md-raw {
white-space: pre-wrap;
}
#raw-text {
display: none;
}
div.info {
background-color: #a6dcef;
}
... | 0.31216 | 0.078536 |
*{
background-color:azure ;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18pt;
font-weight: 600;
color: #2e93f0;
text-align: center;
}
button {
background-color: #2e93f0;
padding: 10px 30px;
margin-top: 5px;
text-align: center;
font-size: 16px;
border-ra... | css/style.css | *{
background-color:azure ;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18pt;
font-weight: 600;
color: #2e93f0;
text-align: center;
}
button {
background-color: #2e93f0;
padding: 10px 30px;
margin-top: 5px;
text-align: center;
font-size: 16px;
border-ra... | 0.423577 | 0.112454 |
.builder{
display:flex;
flex-flow:row nowrap;
z-index:var(--z-index-content);
}
/* generics */
.builder .builder-sub-container{
display:flex;
flex-flow:column nowrap;
align-items:stretch;
padding:6px 12px 12px 12px;
margin:0px 15px 10px;
border:1px solid #000;
border-top:none;
border-radius:0px 0px 5px 5px;... | www/comps/builder/builder.css | .builder{
display:flex;
flex-flow:row nowrap;
z-index:var(--z-index-content);
}
/* generics */
.builder .builder-sub-container{
display:flex;
flex-flow:column nowrap;
align-items:stretch;
padding:6px 12px 12px 12px;
margin:0px 15px 10px;
border:1px solid #000;
border-top:none;
border-radius:0px 0px 5px 5px;... | 0.299412 | 0.048182 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
/*RESET*/
*{
margin: 0;
box-sizing: border-box;
max-width: 1500px;
}
/*HEADER*/
.header{
background: url('images/bg-hero-desk... | Atividade-1_HTML-CSS/style.css | @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
/*RESET*/
*{
margin: 0;
box-sizing: border-box;
max-width: 1500px;
}
/*HEADER*/
.header{
background: url('images/bg-hero-desk... | 0.220342 | 0.074064 |
a:hover{ text-decoration: none; color: #fff;}
.product-content{width:100%; float: left; padding-bottom: 100px; }
#image_galary{width: 100%;}
#image_galary #imgMain img{width:100%; height:330px;}
#image_galary #imgThumnail { width: 100%; margin:10px auto;}
#image_galary #imgThumnail img {width: 24%; margin-right: 1px;... | public/site/css/chitietthucpham.css | a:hover{ text-decoration: none; color: #fff;}
.product-content{width:100%; float: left; padding-bottom: 100px; }
#image_galary{width: 100%;}
#image_galary #imgMain img{width:100%; height:330px;}
#image_galary #imgThumnail { width: 100%; margin:10px auto;}
#image_galary #imgThumnail img {width: 24%; margin-right: 1px;... | 0.385259 | 0.10885 |
.select-query{
padding: 0;
border: 0;
}
.select-query{
width: 30%;
}
.home-search input[type="text"]{
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 0;
font-size: 1.25em;
font-family: "Roboto Thin";
font-weight: bold;
padding: 1.2em 1.5em;
border: 0;
}
.input-group-btn .btn{
box-shadow: 0 0 15px rgb... | public/css/home.css | .select-query{
padding: 0;
border: 0;
}
.select-query{
width: 30%;
}
.home-search input[type="text"]{
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 0;
font-size: 1.25em;
font-family: "Roboto Thin";
font-weight: bold;
padding: 1.2em 1.5em;
border: 0;
}
.input-group-btn .btn{
box-shadow: 0 0 15px rgb... | 0.269999 | 0.069101 |
@import '../css/global.css';
@import '../css/hidemenu-component.css';
@import '../css/dialog-component.css';
@import '../css/profile-card-component.css';
@import '../css/snackbar-component.css';
@import '../css/carousel-component.css';
@import '../css/notfound-component.css';
@import '../css/sidebar-component.css';
@im... | public/assets/css/main.css | @import '../css/global.css';
@import '../css/hidemenu-component.css';
@import '../css/dialog-component.css';
@import '../css/profile-card-component.css';
@import '../css/snackbar-component.css';
@import '../css/carousel-component.css';
@import '../css/notfound-component.css';
@import '../css/sidebar-component.css';
@im... | 0.157072 | 0.029704 |
ft-topic-range {
--connection-line-col: var(--connection-line-color, var(--black));
--connection-dist: var(--connection-distance, 1rem);
}
ft-topic-range {
position: relative;
display: block;
margin-bottom: 3rem;
}
ft-topic-range strong {
display: block;
}
ft-topic-range ul,
ft-topic-range li {
padding... | css/topic-range.css | ft-topic-range {
--connection-line-col: var(--connection-line-color, var(--black));
--connection-dist: var(--connection-distance, 1rem);
}
ft-topic-range {
position: relative;
display: block;
margin-bottom: 3rem;
}
ft-topic-range strong {
display: block;
}
ft-topic-range ul,
ft-topic-range li {
padding... | 0.557364 | 0.129568 |
body {
padding-top: 50px;
padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
max-width: 280px;
}
/* styl... | Ago-Dic-2017/Omar Abasta/ordinario/hotelDAS/hotelDAS/static/app/content/site.css | body {
padding-top: 50px;
padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
max-width: 280px;
}
/* styl... | 0.476092 | 0.116011 |
.progress_footer {
margin: 20px 0;
}
.apple_list {
margin-top: 30px;
}
.apple {
width: 60px;
height: 60px;
border-radius: 35% 35% 41% 41% / 42% 42% 75% 75%;
}
.item_apple:hover {
background-color: #ffecec;
-webkit-transition: all .3s;
-moz-transition: all .3s ;
-ms-transition: all .3... | backend/web/css/page_apples.css | .progress_footer {
margin: 20px 0;
}
.apple_list {
margin-top: 30px;
}
.apple {
width: 60px;
height: 60px;
border-radius: 35% 35% 41% 41% / 42% 42% 75% 75%;
}
.item_apple:hover {
background-color: #ffecec;
-webkit-transition: all .3s;
-moz-transition: all .3s ;
-ms-transition: all .3... | 0.322206 | 0.085251 |
:root {
--cas-theme-primary: #153e50;
--cas-theme-primary-bg: rgba(21, 62, 80, 0.2);
--cas-theme-primary-light: #006d85;
--cas-theme-secondary: #74C163;
--cas-theme-success: var(--cas-theme-secondary);
--cas-theme-danger: var(--mdc-theme-error);
--cas-theme-warning: #e6a210;
--cas-theme... | src/main/resources/static/css/cas.css |
:root {
--cas-theme-primary: #153e50;
--cas-theme-primary-bg: rgba(21, 62, 80, 0.2);
--cas-theme-primary-light: #006d85;
--cas-theme-secondary: #74C163;
--cas-theme-success: var(--cas-theme-secondary);
--cas-theme-danger: var(--mdc-theme-error);
--cas-theme-warning: #e6a210;
--cas-theme... | 0.470737 | 0.099996 |
.paper-snackbar {
-webkit-transition-property: opacity, bottom, left, right, width, margin, border-radius;
transition-property: opacity, bottom, left, right, width, margin, border-radius;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease;
... | arcreg/staticpro/mat/css/snackbar.css | .paper-snackbar {
-webkit-transition-property: opacity, bottom, left, right, width, margin, border-radius;
transition-property: opacity, bottom, left, right, width, margin, border-radius;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease;
... | 0.329068 | 0.050075 |
.x-legend .x-legend-inner .x-legend-container {
border: none;
}
div.outer-triangle {
border-bottom: 52px solid white;
border-left: 26px solid transparent;
border-right: 26px solid transparent;
height: 0;
left: 50%;
margin-left: -26px;
margin-top: -52px;
position: absolute;
top: ... | www/touch/examples/charts/resources/css/custom.css | .x-legend .x-legend-inner .x-legend-container {
border: none;
}
div.outer-triangle {
border-bottom: 52px solid white;
border-left: 26px solid transparent;
border-right: 26px solid transparent;
height: 0;
left: 50%;
margin-left: -26px;
margin-top: -52px;
position: absolute;
top: ... | 0.751922 | 0.111531 |
margin-top: 30px;
width: 1080px;
}
#project .layer {
margin-bottom: 45px;
margin-left: 30px;
height: 326px;
border: 1px solid gray;
background-color: white;
}
.project-grid {
display: grid;
grid-template-columns: 539px 1fr;
}
.project-information {
margin: 10px 0 0 20px;
}
.proj... | app/static/css/project.css | margin-top: 30px;
width: 1080px;
}
#project .layer {
margin-bottom: 45px;
margin-left: 30px;
height: 326px;
border: 1px solid gray;
background-color: white;
}
.project-grid {
display: grid;
grid-template-columns: 539px 1fr;
}
.project-information {
margin: 10px 0 0 20px;
}
.proj... | 0.49707 | 0.137475 |
body {
height: 100%;
margin: 0;
}
/*set "button" properties */
.button {
background-color: #6495ed;
padding-top:1.5%;
padding-bottom:1.5%;
cursor: pointer;
text-decoration: none;
width: 47.9%;
color: azure;
float: left... | public/stylesheets/creator_style.css | body {
height: 100%;
margin: 0;
}
/*set "button" properties */
.button {
background-color: #6495ed;
padding-top:1.5%;
padding-bottom:1.5%;
cursor: pointer;
text-decoration: none;
width: 47.9%;
color: azure;
float: left... | 0.389547 | 0.072047 |
@import url('https://fonts.googleapis.com/css?family=Lato|Oswald|Raleway|Roboto+Condensed|Roboto+Slab|Roboto:400,700|Slabo+13px');
@font-face {
font-family: "Miso Bold";
src: "styles/fonts/miso-bold-webfont.woff";
}
@font-face {
font-family: "Miso Light";
src: "styles/fonts/miso-light-webfont.woff";
}
@font-... | maps/styles/main.css | @import url('https://fonts.googleapis.com/css?family=Lato|Oswald|Raleway|Roboto+Condensed|Roboto+Slab|Roboto:400,700|Slabo+13px');
@font-face {
font-family: "Miso Bold";
src: "styles/fonts/miso-bold-webfont.woff";
}
@font-face {
font-family: "Miso Light";
src: "styles/fonts/miso-light-webfont.woff";
}
@font-... | 0.553988 | 0.111386 |
.site-header {
background-color: pink;
padding: 20px 0;
}
.create-space {
padding: 50px;
}
.centering-container {
max-width: 1200px;
margin: 0 auto;
}
/***** Turn text pink when highlighted ******/
p.pink::selection {
background: pink;
}
.google-font {
font-family: 'Sacramento', sans-serif;... | random-snippets/css/main.css | .site-header {
background-color: pink;
padding: 20px 0;
}
.create-space {
padding: 50px;
}
.centering-container {
max-width: 1200px;
margin: 0 auto;
}
/***** Turn text pink when highlighted ******/
p.pink::selection {
background: pink;
}
.google-font {
font-family: 'Sacramento', sans-serif;... | 0.335677 | 0.208541 |
.hideText {
text-indent: -999em;
letter-spacing: -999em;
overflow: hidden;
}
*,
a:focus {
outline: none !important;
}
button:focus {
outline: none !important;
}
button::-moz-focus-inner {
border: 0;
}
body {
font-family: 'Raleway', sans-serif;
background: #ffffff;
font-size: 13px... | src/libs/css/theme/style.css | .hideText {
text-indent: -999em;
letter-spacing: -999em;
overflow: hidden;
}
*,
a:focus {
outline: none !important;
}
button:focus {
outline: none !important;
}
button::-moz-focus-inner {
border: 0;
}
body {
font-family: 'Raleway', sans-serif;
background: #ffffff;
font-size: 13px... | 0.379148 | 0.095349 |
* {
-webkit-box-sizing: content-box;
}
body{
margin:0;
padding:0;
background-color: #f7f5f5;
color:#333;
overflow-x:hidden;
min-width: 320px;
line-height: 1;
}
section, footer, hgroup{
display:block;
}
a{
text-decoration:none;
}
a:hover, a:active{
color:#91DCFF;
}
.fl{float: left;}
.backlinks{
float:right;
... | learn/others/angular/20161029/ng-app/src/css/style.css | * {
-webkit-box-sizing: content-box;
}
body{
margin:0;
padding:0;
background-color: #f7f5f5;
color:#333;
overflow-x:hidden;
min-width: 320px;
line-height: 1;
}
section, footer, hgroup{
display:block;
}
a{
text-decoration:none;
}
a:hover, a:active{
color:#91DCFF;
}
.fl{float: left;}
.backlinks{
float:right;
... | 0.288068 | 0.070176 |
body {
margin: 0;
background: black;
}
:root {
--base-font-size: 16px;
--fluid-typography-ratio: 0.9;
}
#wrapper {
margin: 0 auto;
max-width: 1200px;
}
#masthead {
padding: 0 1rem;
background-color: #ff7300;
}
#nav .nav-menu {
display: flex;
align-items: center;
justify-content: space-between;
wi... | css/style.css |
body {
margin: 0;
background: black;
}
:root {
--base-font-size: 16px;
--fluid-typography-ratio: 0.9;
}
#wrapper {
margin: 0 auto;
max-width: 1200px;
}
#masthead {
padding: 0 1rem;
background-color: #ff7300;
}
#nav .nav-menu {
display: flex;
align-items: center;
justify-content: space-between;
wi... | 0.401923 | 0.087213 |
.clearfix::after {
content: '';
display: table;
clear: both;
}
.wrapper {
font-family: Roboto,OpenSans, sans-serif;
width: 1200px;
margin: 0 auto;
}
.name::first-letter {
color: #1abc9c;
font-weight: bold;
}
.page-header {
margin-bottom: 35px;
}
.page-header a {
text-transform: u... | css/styles.css | .clearfix::after {
content: '';
display: table;
clear: both;
}
.wrapper {
font-family: Roboto,OpenSans, sans-serif;
width: 1200px;
margin: 0 auto;
}
.name::first-letter {
color: #1abc9c;
font-weight: bold;
}
.page-header {
margin-bottom: 35px;
}
.page-header a {
text-transform: u... | 0.388502 | 0.105349 |
.spectrum-BarLoader {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
width: var(--spectrum-barloader-large-width, var... | src/spectrum/components/barloader/index-vars.css | .spectrum-BarLoader {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
width: var(--spectrum-barloader-large-width, var... | 0.746601 | 0.079032 |
.thesisHomeContainer {
width: 50vw;
position: absolute;
bottom: 10vh;
right: 25vw;
transform: rotatez(-90deg);
-webkit-transform: rotatez(-90deg);
//top: 20vh;
//left: 10vw;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
}
.soaLogo {
display: i... | src/styles/home.module.css | .thesisHomeContainer {
width: 50vw;
position: absolute;
bottom: 10vh;
right: 25vw;
transform: rotatez(-90deg);
-webkit-transform: rotatez(-90deg);
//top: 20vh;
//left: 10vw;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
}
.soaLogo {
display: i... | 0.273769 | 0.089973 |
* {
line-height: 1.5;
font-family: Avenir, Helvetica Neue, Helvetica, sans-serif;
font-size: 16px;
color: #222;
}
html, body {
height: 100%;
margin: 0;
}
a, a:visited {
cursor: pointer;
text-decoration: none;
color: #0000cc;
}
h1 {
font-weight: normal;
font-size: 1.75em;
... | site.css | * {
line-height: 1.5;
font-family: Avenir, Helvetica Neue, Helvetica, sans-serif;
font-size: 16px;
color: #222;
}
html, body {
height: 100%;
margin: 0;
}
a, a:visited {
cursor: pointer;
text-decoration: none;
color: #0000cc;
}
h1 {
font-weight: normal;
font-size: 1.75em;
... | 0.598195 | 0.133161 |
h3.donate-text {
font-size: 28px;
letter-spacing: 0px;
}
.donation-bar-inner .button.donate {
font-size: 28px!important;
text-transform: none;
height: 56px;
}
.mobile-navigation {
font-size: 24px;
}
@media (max-width: 44.374em) {
h3.donate-text {
font-size: 15px;
letter-spacing: 0px;
font-wei... | docs/src/css/style.css |
h3.donate-text {
font-size: 28px;
letter-spacing: 0px;
}
.donation-bar-inner .button.donate {
font-size: 28px!important;
text-transform: none;
height: 56px;
}
.mobile-navigation {
font-size: 24px;
}
@media (max-width: 44.374em) {
h3.donate-text {
font-size: 15px;
letter-spacing: 0px;
font-wei... | 0.327668 | 0.09795 |
.wrapper {
width: 100%; }
body {
width: 100% !important;
min-width: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
margin: 0;
Margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
img {
outline: none;
text-decoration:... | dist/css/app.css | .wrapper {
width: 100%; }
body {
width: 100% !important;
min-width: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
margin: 0;
Margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
img {
outline: none;
text-decoration:... | 0.472197 | 0.074838 |
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot,... | style.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.46563 | 0.110904 |
*{
margin:0; padding:0;
/* * means everything
if you want to the h1 and p1 dontt put their padding and margin par default*/
}
body{
background-color:#f4f4f4;
color:#555555;
/*font-family: Arial, Halvetica, sans-serif; font-size: 16px; font-weight:normal; /* 400 , normal , bold*/
font : normal 16px Arial, Halveti... | HTML-CSS-BOOTSTRAP-SCSS/learning/traversey-html-css/css/blog2.css | *{
margin:0; padding:0;
/* * means everything
if you want to the h1 and p1 dontt put their padding and margin par default*/
}
body{
background-color:#f4f4f4;
color:#555555;
/*font-family: Arial, Halvetica, sans-serif; font-size: 16px; font-weight:normal; /* 400 , normal , bold*/
font : normal 16px Arial, Halveti... | 0.234933 | 0.081082 |
@import '~antd/dist/antd.css';
@font-face {
font-family: 'Simpler';
font-weight: 200;
font-display: fallback;
src: local('Simpler Light'), url('./assets/fonts/Simpler-Light.woff') format('woff');
}
@font-face {
font-family: 'Simpler';
font-style: normal;
font-weight: 400;
font-display: fallback;
src... | src/index.css | @import '~antd/dist/antd.css';
@font-face {
font-family: 'Simpler';
font-weight: 200;
font-display: fallback;
src: local('Simpler Light'), url('./assets/fonts/Simpler-Light.woff') format('woff');
}
@font-face {
font-family: 'Simpler';
font-style: normal;
font-weight: 400;
font-display: fallback;
src... | 0.466359 | 0.089973 |
.el-collapse-item__header {
padding-left: 10px
}
.el-collapse-item__arrow {
line-height: 40px;
float: left;
margin-left: 8px
}
.el-collapse-item.is-active .el-collapse-item__header {
@apply bg-gray-100;
}
.el-message {
top: 75px
}
.el-dialog__body,
.el-popover {
word-break: normal;
}
/* New */
.el... | metaspace/webapp/src/modules/App/element-overrides.css |
.el-collapse-item__header {
padding-left: 10px
}
.el-collapse-item__arrow {
line-height: 40px;
float: left;
margin-left: 8px
}
.el-collapse-item.is-active .el-collapse-item__header {
@apply bg-gray-100;
}
.el-message {
top: 75px
}
.el-dialog__body,
.el-popover {
word-break: normal;
}
/* New */
.el... | 0.502686 | 0.059374 |
html {
font-size: 62.5%;
}
/* *{
padding: 0;
margin: 0;
font-family: 'Josefin Sans', sans-serif;
box-sizing: border-box;
} */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
fon... | static/css/about.css | html {
font-size: 62.5%;
}
/* *{
padding: 0;
margin: 0;
font-family: 'Josefin Sans', sans-serif;
box-sizing: border-box;
} */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
fon... | 0.435661 | 0.07333 |
@font-face {
font-family: 'Mulish';
src: url('resources/fonts/Mulish-Regular.ttf') format("truetype");
font-weight: normal;
}
@font-face {
font-family: 'Mulish-SemiBold';
src: url('resources/fonts/Mulish-SemiBold.ttf') format("truetype");
font-weight: normal;
}
@font-face {
font-family: 'M... | styles.css | @font-face {
font-family: 'Mulish';
src: url('resources/fonts/Mulish-Regular.ttf') format("truetype");
font-weight: normal;
}
@font-face {
font-family: 'Mulish-SemiBold';
src: url('resources/fonts/Mulish-SemiBold.ttf') format("truetype");
font-weight: normal;
}
@font-face {
font-family: 'M... | 0.464659 | 0.087955 |
@media (min-width: 1900px) {
.slider-6 {
padding: 0 150px
}
.slider-area .nivo-controlNav {
left: 10%;
}
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
.total-content .container {
width: inherit;
}
.blog-area {
overflow: h... | public/css/responsive.css |
@media (min-width: 1900px) {
.slider-6 {
padding: 0 150px
}
.slider-area .nivo-controlNav {
left: 10%;
}
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
.total-content .container {
width: inherit;
}
.blog-area {
overflow: h... | 0.328314 | 0.116161 |
*{
margin: 0;
padding: 0;
}
body{
margin: 0;
padding: 0;
background-color: rgb(255, 255, 255);
}
.card-body{
text-align: center;
}
.card-body input{
margin: 2px;
}
.card-body a{
margin: 2px;
}
.card{
background-color: rgba(255, 255, 255, 0.548);
}
.card:hover{
bo... | page_index.css | *{
margin: 0;
padding: 0;
}
body{
margin: 0;
padding: 0;
background-color: rgb(255, 255, 255);
}
.card-body{
text-align: center;
}
.card-body input{
margin: 2px;
}
.card-body a{
margin: 2px;
}
.card{
background-color: rgba(255, 255, 255, 0.548);
}
.card:hover{
bo... | 0.273477 | 0.108425 |
a.tooltip5 {outline:none; }
a.tooltip5 strong {line-height:30px;}
a.tooltip5:hover {text-decoration:none;}
a.tooltip5 span {
z-index:10;display:none; padding:14px 20px;
margin-top:-30px; margin-left:28px;
width:300px; line-height:16px;
}
a.tooltip5:hover span{
display:inline; position:absolute... | styles/pageext.css | a.tooltip5 {outline:none; }
a.tooltip5 strong {line-height:30px;}
a.tooltip5:hover {text-decoration:none;}
a.tooltip5 span {
z-index:10;display:none; padding:14px 20px;
margin-top:-30px; margin-left:28px;
width:300px; line-height:16px;
}
a.tooltip5:hover span{
display:inline; position:absolute... | 0.21917 | 0.061199 |
input {
border: none;
background-color: transparent;
}
input:focus {
background-color: transparent;
}
button {
border: none;
cursor: pointer;
}
.auth-text-input-main-wrapper {
border: var(--border-width) solid var(--border-light);
border-radius: var(--input-border-radius);
padding: var(--input-paddin... | src/assets/css/inputs.css | input {
border: none;
background-color: transparent;
}
input:focus {
background-color: transparent;
}
button {
border: none;
cursor: pointer;
}
.auth-text-input-main-wrapper {
border: var(--border-width) solid var(--border-light);
border-radius: var(--input-border-radius);
padding: var(--input-paddin... | 0.654011 | 0.092729 |
.center-block {float: none !important}
/*-- header --*/
html,body {
font-family: 'Open Sans', sans-serif;
background:#FFF;
font-size:100%;
}
/*-- header --*/
.head-bg{
min-height: 645px;
}
.header{
background:url(../images/bg.jpg) no-repeat 0px 0px;
background-size: cover;
height: 555px;
position:relative;
}
.... | css/style.css | .center-block {float: none !important}
/*-- header --*/
html,body {
font-family: 'Open Sans', sans-serif;
background:#FFF;
font-size:100%;
}
/*-- header --*/
.head-bg{
min-height: 645px;
}
.header{
background:url(../images/bg.jpg) no-repeat 0px 0px;
background-size: cover;
height: 555px;
position:relative;
}
.... | 0.304248 | 0.076546 |
.experience-matters {
margin-top: 150px;
@media (max-width: 950px) {
margin-top: 50px;
}
}
.experience-matters__content {
display: grid;
grid-template-columns: 5fr 4fr;
grid-gap: 50px;
@media (max-width: 950px) {
grid-template-columns: auto;
grid-gap: 0;
}
}
.experience-matters__content__... | src/components/partners/experience-matters/_styles.css | .experience-matters {
margin-top: 150px;
@media (max-width: 950px) {
margin-top: 50px;
}
}
.experience-matters__content {
display: grid;
grid-template-columns: 5fr 4fr;
grid-gap: 50px;
@media (max-width: 950px) {
grid-template-columns: auto;
grid-gap: 0;
}
}
.experience-matters__content__... | 0.550849 | 0.141104 |
Ancient Template
http://www.templatemo.com/preview/templatemo_287_ancient
*/
body {
margin: 0;
padding: 0;
color: #8e7555;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 15px;
line-height: 1.6em;
letter-spacing: 1px;
background-color: #000000;
}
a, a:link, a:visited { color:... | templatemo_style.css | Ancient Template
http://www.templatemo.com/preview/templatemo_287_ancient
*/
body {
margin: 0;
padding: 0;
color: #8e7555;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 15px;
line-height: 1.6em;
letter-spacing: 1px;
background-color: #000000;
}
a, a:link, a:visited { color:... | 0.244003 | 0.130258 |
*{padding:0;margin:0; }
body{
width: 100%;
margin: auto;
font-family: Arial;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #ffc300;
font-weight: bold;
}
li a {
display: block;
color: #000000;
text-align: center;
padding: 14px 10px;
... | static/htmlcss/style.css | *{padding:0;margin:0; }
body{
width: 100%;
margin: auto;
font-family: Arial;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #ffc300;
font-weight: bold;
}
li a {
display: block;
color: #000000;
text-align: center;
padding: 14px 10px;
... | 0.380874 | 0.058885 |
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,900;1,200&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
font-family: 'Titillium web' , sans-serifs;
text-rendering: optimizeLegibility;
line-height: 1.4;
... | Project 1/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,900;1,200&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
font-family: 'Titillium web' , sans-serifs;
text-rendering: optimizeLegibility;
line-height: 1.4;
... | 0.265976 | 0.038214 |
body, html {
overflow:hidden;
height: 100%;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
#paperCanvas {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
body, input, butt... | css/styles.css | body, html {
overflow:hidden;
height: 100%;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
#paperCanvas {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
body, input, butt... | 0.362631 | 0.051845 |
body{
background-color: slategray;
}
@media only screen and (max-width: 600px) {
.jumbotron {
margin-top: 20vh!important;
}
.bodyBtns{
width: 97%;
margin: 2% 1%;
}
}
.jumbotron {
margin-top: 20vh;
border-radius: 25px;
background-color: #252525;
-webkit-box-... | css/calc.css | body{
background-color: slategray;
}
@media only screen and (max-width: 600px) {
.jumbotron {
margin-top: 20vh!important;
}
.bodyBtns{
width: 97%;
margin: 2% 1%;
}
}
.jumbotron {
margin-top: 20vh;
border-radius: 25px;
background-color: #252525;
-webkit-box-... | 0.563378 | 0.116689 |
width: 100%;
background-image: url(../img/contato.jpg);
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
padding-bottom: 50px;
}
.section-header {
text-align: center;
margin: 0 auto;
padding-top: 50px;
margin-bottom: 50px;
font: 300 60px 'Nunito', sans-serif;
letter-spaci... | static/css/contact.css | width: 100%;
background-image: url(../img/contato.jpg);
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
padding-bottom: 50px;
}
.section-header {
text-align: center;
margin: 0 auto;
padding-top: 50px;
margin-bottom: 50px;
font: 300 60px 'Nunito', sans-serif;
letter-spaci... | 0.242654 | 0.053132 |
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
.nav-masthead .nav-link {
padding: 0.25rem 0;
font-weight: 700;
color: rgba(255, 255, 255, 0.5);
background-color: transparent;
border-bottom: 0.25rem solid transparent;
}
.nav-masthead .nav-link:hover,
.nav-ma... | css/contacto.css | @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
.nav-masthead .nav-link {
padding: 0.25rem 0;
font-weight: 700;
color: rgba(255, 255, 255, 0.5);
background-color: transparent;
border-bottom: 0.25rem solid transparent;
}
.nav-masthead .nav-link:hover,
.nav-ma... | 0.532182 | 0.059565 |
.friends-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.main {
display: flex;
flex-wrap: wrap;
width: 65%;
margin-left: 14%;
}
#pupBudzHeader {
color: white;
display: flex;
text-align: center;
align-items: center;
margin-bottom: 10%;
jus... | client/src/components/FriendsList/FriendsList.css | .friends-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.main {
display: flex;
flex-wrap: wrap;
width: 65%;
margin-left: 14%;
}
#pupBudzHeader {
color: white;
display: flex;
text-align: center;
align-items: center;
margin-bottom: 10%;
jus... | 0.358241 | 0.080828 |
html, body {
display: flex;
min-height: 100%;
height: 100%;
background-image: url(http://theartmad.com/wp-content/uploads/Dark-Grey-Texture-Wallpaper-5.jpg);
background-size: cover;
background-position: top center;
font-family: helvetica neue, helvetica, arial, sans-serif;
font-weight: 200;
margin: au... | public/css/home.css | html, body {
display: flex;
min-height: 100%;
height: 100%;
background-image: url(http://theartmad.com/wp-content/uploads/Dark-Grey-Texture-Wallpaper-5.jpg);
background-size: cover;
background-position: top center;
font-family: helvetica neue, helvetica, arial, sans-serif;
font-weight: 200;
margin: au... | 0.480722 | 0.076098 |
body
{
font-size:14px;
/*font-family: "Lucida Console", Monospace, Helvetica;*/
}
header
{
margin:0 auto;
text-align:center;
padding-bottom: 60px;
}
h2
{
margin-top: 1em;
}
hr
{
width:90%;
margin:5px auto;
}
span.ipt-err
{
color: red;
padding: 0 0.5em;
}
#loginForm
{
}
#loginForm .form-row
{
margin-bot... | public/stylesheets/style.css | body
{
font-size:14px;
/*font-family: "Lucida Console", Monospace, Helvetica;*/
}
header
{
margin:0 auto;
text-align:center;
padding-bottom: 60px;
}
h2
{
margin-top: 1em;
}
hr
{
width:90%;
margin:5px auto;
}
span.ipt-err
{
color: red;
padding: 0 0.5em;
}
#loginForm
{
}
#loginForm .form-row
{
margin-bot... | 0.206334 | 0.056574 |
:root {
--color-blue: #4286f4;
--color-lightblue: #9fb5c5;
--color-white: #fff;
--color-green: #30ad63;
--color-lightGray: #e5e5e5;
--color-gray: rgba(0, 0, 0, 0.54);
--color-red: #ff4136;
}
* {
font-family: 'IBM Plex Sans', 'Roboto', sans-serif;
}
button {
cursor: pointer;
}
@keyframes spin {
100... | src/style.css | :root {
--color-blue: #4286f4;
--color-lightblue: #9fb5c5;
--color-white: #fff;
--color-green: #30ad63;
--color-lightGray: #e5e5e5;
--color-gray: rgba(0, 0, 0, 0.54);
--color-red: #ff4136;
}
* {
font-family: 'IBM Plex Sans', 'Roboto', sans-serif;
}
button {
cursor: pointer;
}
@keyframes spin {
100... | 0.426202 | 0.207737 |
.rrui__tooltip
{
display : flex;
align-items : center;
padding-left : var(--rrui-tooltip-side-padding);
padding-right : var(--rrui-tooltip-side-padding);
height : var(--rrui-tooltip-height);
color : var(--rrui-tooltip-text-color);
background-color : var(--rrui-tooltip-background-color);
... | source/Tooltip.css | .rrui__tooltip
{
display : flex;
align-items : center;
padding-left : var(--rrui-tooltip-side-padding);
padding-right : var(--rrui-tooltip-side-padding);
height : var(--rrui-tooltip-height);
color : var(--rrui-tooltip-text-color);
background-color : var(--rrui-tooltip-background-color);
... | 0.452536 | 0.145905 |
.ascend .container-wrap, .ascend .project-title, body .vc_text_separator div, .carousel-wrap[data-full-width="true"] .carousel-heading, .carousel-wrap span.left-border, .carousel-wrap span.right-border,
#page-header-wrap, .page-header-no-bg, #full_width_portfolio .project-title.parallax-effect, .portfolio-items .col, .... | wp/wp-content/themes/salient/css/ascend.css | .ascend .container-wrap, .ascend .project-title, body .vc_text_separator div, .carousel-wrap[data-full-width="true"] .carousel-heading, .carousel-wrap span.left-border, .carousel-wrap span.right-border,
#page-header-wrap, .page-header-no-bg, #full_width_portfolio .project-title.parallax-effect, .portfolio-items .col, .... | 0.235812 | 0.049131 |
@import url("reset.css");
@import url("https://fonts.googleapis.com/css?family=Droid+Serif|Share+Tech+Mono");
body {
font-family:Courier New;
font-size: 13pt;
}
.website {
margin: o auto;
max-width: auto;
}
#header {
opacity: 1;
overflow:hidden;
}
#headerimg {
height: auto;
width:100... | public/css/style.css | @import url("reset.css");
@import url("https://fonts.googleapis.com/css?family=Droid+Serif|Share+Tech+Mono");
body {
font-family:Courier New;
font-size: 13pt;
}
.website {
margin: o auto;
max-width: auto;
}
#header {
opacity: 1;
overflow:hidden;
}
#headerimg {
height: auto;
width:100... | 0.434221 | 0.163412 |
body {
width: 100vw;
margin: 0;
padding: 0;
overflow-x: hidden;
}
.nav{
padding: 20px 10%;
}
.nav-menu > .nav-item{
padding-top: 40px;
padding-bottom: 40px;
font-weight: 500;
}
.nav-menu > .active{
background-color: #253f94;
color: #ffffff;
}
.nav-menu > .nav-item:hover{
background: #253f94;
color: #... | css/style.css | body {
width: 100vw;
margin: 0;
padding: 0;
overflow-x: hidden;
}
.nav{
padding: 20px 10%;
}
.nav-menu > .nav-item{
padding-top: 40px;
padding-bottom: 40px;
font-weight: 500;
}
.nav-menu > .active{
background-color: #253f94;
color: #ffffff;
}
.nav-menu > .nav-item:hover{
background: #253f94;
color: #... | 0.488039 | 0.07403 |
:root {
--primary-color: #293462;
--secundary-color: #216583;
--tertiary-color: #00818A;
--light-color: #F7BE16;
--card-color: linear-gradient(180deg, hsla(228, 41%, 27%, 0.8) 0%, hsla(184, 100%, 27%, 0.8) 100%);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-si... | css/style.css | :root {
--primary-color: #293462;
--secundary-color: #216583;
--tertiary-color: #00818A;
--light-color: #F7BE16;
--card-color: linear-gradient(180deg, hsla(228, 41%, 27%, 0.8) 0%, hsla(184, 100%, 27%, 0.8) 100%);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-si... | 0.631481 | 0.163846 |
.slider_one_big_picture {
position: relative;
width: 50vw;
height: 38vw;
margin: 0 auto;
user-select: none;
/*overflow: hidden;*/
}
.slider_one_big_picture > * {
transition: ease all 1s;
}
.slider_one_big_picture .hidden {
opacity: 0;
position: absolute;
top: 0px;
left: 0p... | public/css/jquery.easy_slides.css |
.slider_one_big_picture {
position: relative;
width: 50vw;
height: 38vw;
margin: 0 auto;
user-select: none;
/*overflow: hidden;*/
}
.slider_one_big_picture > * {
transition: ease all 1s;
}
.slider_one_big_picture .hidden {
opacity: 0;
position: absolute;
top: 0px;
left: 0p... | 0.70416 | 0.058373 |
*{margin:0;padding:0}
html,body{height:100%}
body{
color:#acacac;
font-family:"ff-tisa-web-pro", Georgia, Times, "Times New Roman", serif;
background-color:#f5f5f5;
overflow:hidden;
-webkit-transition:background-color 0.2s ease-in-out;
-moz-transition:background-color 0.2s ease-in-out;
-o-transition:background-... | css/main.css | *{margin:0;padding:0}
html,body{height:100%}
body{
color:#acacac;
font-family:"ff-tisa-web-pro", Georgia, Times, "Times New Roman", serif;
background-color:#f5f5f5;
overflow:hidden;
-webkit-transition:background-color 0.2s ease-in-out;
-moz-transition:background-color 0.2s ease-in-out;
-o-transition:background-... | 0.204938 | 0.039195 |
@media only screen and (min-width:48rem) {
.l-tags-container {
display:flex;
flex-wrap:wrap;
justify-content:center;
margin:0 auto;
max-width:720px
}
}
@media only screen and (min-width:64rem) {
.l-tags-container {
max-width:1080px
}
}
.m-tag-card {
height:180px;
margin:0 0 20px;
... | assets/css/blog/tag.css | @media only screen and (min-width:48rem) {
.l-tags-container {
display:flex;
flex-wrap:wrap;
justify-content:center;
margin:0 auto;
max-width:720px
}
}
@media only screen and (min-width:64rem) {
.l-tags-container {
max-width:1080px
}
}
.m-tag-card {
height:180px;
margin:0 0 20px;
... | 0.434221 | 0.060613 |
.background_glossyHoneyDew3,
.hover_background_glossyHoneyDew3:hover,
.active_background_glossyHoneyDew3:active:hover {
background: #67ff67;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-im... | widgets/common/assets/gradients/glossy/glossyHoneyDew/glossyHoneyDew3.css | .background_glossyHoneyDew3,
.hover_background_glossyHoneyDew3:hover,
.active_background_glossyHoneyDew3:active:hover {
background: #67ff67;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-im... | 0.454714 | 0.062933 |
body {
font-family: 'Palanquin', 'Arial';
font-size: 20px;
line-height: 35px;
text-align: center; }
h1, h2, h3, h4, h5, h6 {
font-family: 'Libre Baskerville', 'Times New Roman';
text-align: left;
width: 800px;
margin: 100px auto 0;
padding: 10px 20px;
max-width: 90%; }
h1 {
font-style: normal;
font-size: 35px; }
h2 ... | www/style.css | body {
font-family: 'Palanquin', 'Arial';
font-size: 20px;
line-height: 35px;
text-align: center; }
h1, h2, h3, h4, h5, h6 {
font-family: 'Libre Baskerville', 'Times New Roman';
text-align: left;
width: 800px;
margin: 100px auto 0;
padding: 10px 20px;
max-width: 90%; }
h1 {
font-style: normal;
font-size: 35px; }
h2 ... | 0.194521 | 0.06028 |
body { color: #000000;
background: #FFFFFF;
font-size: 70%;
font-family: Verdana, Arial, Sans Serif; }
a:link, a:visited { color: "#0000FF"; text-decoration:"underline";}
a:active, a:hover { color: "#FF0000"; cursor:hand; text-decoration:"underline";}
h1
{ font-size: 125%;
margin-bottom... | Source/gday/hlp/html/coUA.css |
body { color: #000000;
background: #FFFFFF;
font-size: 70%;
font-family: Verdana, Arial, Sans Serif; }
a:link, a:visited { color: "#0000FF"; text-decoration:"underline";}
a:active, a:hover { color: "#FF0000"; cursor:hand; text-decoration:"underline";}
h1
{ font-size: 125%;
margin-bottom... | 0.287468 | 0.089296 |
.stf-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
z-index: 100;
display: flex;
align-items: stretch;
flex-direction: column;
overflow-y: auto;
display: none;
}
.stf-modal.active {
display: block !important;
}
.signature-wrapper {
flex-grow: 1;
widt... | public/assets/css/signature.css | .stf-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
z-index: 100;
display: flex;
align-items: stretch;
flex-direction: column;
overflow-y: auto;
display: none;
}
.stf-modal.active {
display: block !important;
}
.signature-wrapper {
flex-grow: 1;
widt... | 0.390127 | 0.062046 |
@charset "utf-8";
/* CSS Document */
/*=================================font-family==================================*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,500,700');
@font-face {
font-family: 'GothamHTF-Book';
font-style: normal;
font-weight: normal;
src: local('... | public/css/main-extended.css | @charset "utf-8";
/* CSS Document */
/*=================================font-family==================================*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,500,700');
@font-face {
font-family: 'GothamHTF-Book';
font-style: normal;
font-weight: normal;
src: local('... | 0.385028 | 0.058453 |
html {
overflow-x: hidden;
}
.content-header {
position: relative;
padding: 0 0 3px 8px
}
.content-header > .breadcrumb {
position: relative;
top: 0;
right: 0;
float: none;
margin-top: 0;
padding-left: 10px;
background: #ecf0f5;
}
.main-footer {
padding: 7px;
color: #4... | te-admin/src/main/resources/statics/css/main.css | html {
overflow-x: hidden;
}
.content-header {
position: relative;
padding: 0 0 3px 8px
}
.content-header > .breadcrumb {
position: relative;
top: 0;
right: 0;
float: none;
margin-top: 0;
padding-left: 10px;
background: #ecf0f5;
}
.main-footer {
padding: 7px;
color: #4... | 0.534855 | 0.127056 |
height: 100%;
width: 100%;
overflow: hidden; }
ul {
list-style: none; }
.col-sm-6 {
height: 100%; }
.click {
cursor: pointer; }
textarea, .previewer {
display: inline-block;
width: 100%;
height: 100% !important;
vertical-align: top;
box-sizing: border-box;
padding: 0 20px;
border: none;
... | app/views/apps/assets/markdown/styles/styles.css | height: 100%;
width: 100%;
overflow: hidden; }
ul {
list-style: none; }
.col-sm-6 {
height: 100%; }
.click {
cursor: pointer; }
textarea, .previewer {
display: inline-block;
width: 100%;
height: 100% !important;
vertical-align: top;
box-sizing: border-box;
padding: 0 20px;
border: none;
... | 0.407687 | 0.061876 |
body{
margin: 0px;
padding: 0px;
background-color: #777777;
font-family: Georgia, serif;
font-weight: lighter;
}
h1{
display: inline;
font-size: 0px;
border: 0px;
border-right: 1px solid #CFCFCF;
float: left;
margin: 20px 20px 0px 10px;
padding-right: 12px;
}
h3{
font-size: 1.25em;
}
h4{
color: #77777... | html/exercise03/style03.css | body{
margin: 0px;
padding: 0px;
background-color: #777777;
font-family: Georgia, serif;
font-weight: lighter;
}
h1{
display: inline;
font-size: 0px;
border: 0px;
border-right: 1px solid #CFCFCF;
float: left;
margin: 20px 20px 0px 10px;
padding-right: 12px;
}
h3{
font-size: 1.25em;
}
h4{
color: #77777... | 0.229104 | 0.095476 |
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
width: 1440px;
overflow-x: hidden;
}
:root {
--light-gray: rgb(175, 173, 173);
--dark-gray: rgb(129, 129, 129);
--lighter-gray: rgb(207, 205, 205);
--darker-gray: rgb(53, 52, 52);
--light-darker-gray: rgb... | assets/style/style.css | * {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
width: 1440px;
overflow-x: hidden;
}
:root {
--light-gray: rgb(175, 173, 173);
--dark-gray: rgb(129, 129, 129);
--lighter-gray: rgb(207, 205, 205);
--darker-gray: rgb(53, 52, 52);
--light-darker-gray: rgb... | 0.411466 | 0.082033 |
.dd_wrap a,.dd_wrap img,.dd_wrap ul,.dd_wrap li,.dd_wrap div {
margin:0;
padding:0;
list-style:none;
-webkit-box-sizing: initial !important;
-moz-box-sizing: initial !important;
box-sizing: initial !important;
-webkit-tap-highlight-color: rgba(0,0,0,0);
font-family: sans-serif;
}
/* wrap */
.dd_wrap {
posi... | web/siteweb/datedropper-master/datedropper.css | .dd_wrap a,.dd_wrap img,.dd_wrap ul,.dd_wrap li,.dd_wrap div {
margin:0;
padding:0;
list-style:none;
-webkit-box-sizing: initial !important;
-moz-box-sizing: initial !important;
box-sizing: initial !important;
-webkit-tap-highlight-color: rgba(0,0,0,0);
font-family: sans-serif;
}
/* wrap */
.dd_wrap {
posi... | 0.206254 | 0.065425 |
@import url("https://fonts.googleapis.com/css?family=Fjalla+One|Oswald:300,500|Material+Icons");
*,
*::before,
*::after {
box-sizing: border-box; }
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, em, img, small, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
tabl... | dev/css/docs.css | @import url("https://fonts.googleapis.com/css?family=Fjalla+One|Oswald:300,500|Material+Icons");
*,
*::before,
*::after {
box-sizing: border-box; }
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, em, img, small, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
tabl... | 0.547706 | 0.073897 |
*{
margin:0;
padding:0;
box-sizing: border-box;
font-family: 'Nunito', sans-serif;
font-weight: bolder;
text-decoration: none;
}
/* heading */
.head{
padding: 50px;
background:linear-gradient(#EF5350,black);
color: white;
}
h1.head,h1:hover{
color: black;
}
p.simple{
font-fam... | css/example.css | *{
margin:0;
padding:0;
box-sizing: border-box;
font-family: 'Nunito', sans-serif;
font-weight: bolder;
text-decoration: none;
}
/* heading */
.head{
padding: 50px;
background:linear-gradient(#EF5350,black);
color: white;
}
h1.head,h1:hover{
color: black;
}
p.simple{
font-fam... | 0.371365 | 0.089335 |
.CategoryBanner {
display: flex;
align-items: center;
align-content: stretch;
position: relative;
padding: 16px 20px;
background-color: transparent;
margin-bottom: 8px;
}
.CategoryBanner::before {
display: block;
content: '';
position: absolute;
top: 0;
left: 0;
background-color: #444;
bord... | src/components/Category/CategoryBanner.css | .CategoryBanner {
display: flex;
align-items: center;
align-content: stretch;
position: relative;
padding: 16px 20px;
background-color: transparent;
margin-bottom: 8px;
}
.CategoryBanner::before {
display: block;
content: '';
position: absolute;
top: 0;
left: 0;
background-color: #444;
bord... | 0.474875 | 0.143908 |
@import url(https://fonts.googleapis.com/css?family=Droid+Sans+Mono|Ubuntu:400,700,300);
ol, ul {
list-style:none;
}
* {
margin: 0;
padding: 0;
}
body {
font-weight: bold;
font-family: 'Droid Sans Mono';
background-color: #eee;
}
p, ul {
padding: 1em;
}
ul {
display: flex;
flex-wrap: wrap;
just... | docs/cheatsheet/cheatsheet.css | @import url(https://fonts.googleapis.com/css?family=Droid+Sans+Mono|Ubuntu:400,700,300);
ol, ul {
list-style:none;
}
* {
margin: 0;
padding: 0;
}
body {
font-weight: bold;
font-family: 'Droid Sans Mono';
background-color: #eee;
}
p, ul {
padding: 1em;
}
ul {
display: flex;
flex-wrap: wrap;
just... | 0.462473 | 0.097993 |
padding: 0px;
margin: 0px;
}
#susanoo-dashboards-index .container-main.container-fluid > .alert {
margin-bottom: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
#susanoo-dashboards-index .masthead {
padding: 70px 0 80px;
margin-bottom: 20px;
color: #fff;
}
#susanoo-dash... | public/assets/susanoo/dashboards-a286a201f04566298bea952ce7aceb4c.css | padding: 0px;
margin: 0px;
}
#susanoo-dashboards-index .container-main.container-fluid > .alert {
margin-bottom: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
#susanoo-dashboards-index .masthead {
padding: 70px 0 80px;
margin-bottom: 20px;
color: #fff;
}
#susanoo-dash... | 0.262653 | 0.106272 |
.background {
position: absolute;
width: 100vw;
height: 100vh;
display: flex;
justify-content: space-around;
flex-direction: column;
align-items: center;
background: #232135;
}
.container {
color: white;
}
.container>h1 {
font-size: 3.5rem;
font-weight: 400;
margin-bott... | public/stylesheets/index.css | .background {
position: absolute;
width: 100vw;
height: 100vh;
display: flex;
justify-content: space-around;
flex-direction: column;
align-items: center;
background: #232135;
}
.container {
color: white;
}
.container>h1 {
font-size: 3.5rem;
font-weight: 400;
margin-bott... | 0.747616 | 0.087019 |
body {
padding-top: 10px;
padding-bottom: 20px;
/* scrollbar fix */
padding-right: 10px;
padding-left: 10px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* styles for validation helpers */
.field-validation-error {
... | css/Site.css | body {
padding-top: 10px;
padding-bottom: 20px;
/* scrollbar fix */
padding-right: 10px;
padding-left: 10px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* styles for validation helpers */
.field-validation-error {
... | 0.418935 | 0.076304 |
* {
padding: 0;
margin: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
outline: none; }
@font-face {
font-family: "Digital";
src: url("../fonts/digital.ttf") format("truetype");
font-style: normal;
font-weight: 400; }
@font-face {
font-family: "Roboto";
src: url("../fonts/RobotoRegular/... | css/full/skin.css | * {
padding: 0;
margin: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
outline: none; }
@font-face {
font-family: "Digital";
src: url("../fonts/digital.ttf") format("truetype");
font-style: normal;
font-weight: 400; }
@font-face {
font-family: "Roboto";
src: url("../fonts/RobotoRegular/... | 0.386879 | 0.07989 |
@charset "UTF-8";
/* Google Fonts */
/* Fonte Roboto */
@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');
/*
:root {
--fontePadrao: 'Roboto', sans-serif;
--bgColor01: #eee;
}*/
* {
margin: 0;
... | css/style.css | @charset "UTF-8";
/* Google Fonts */
/* Fonte Roboto */
@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');
/*
:root {
--fontePadrao: 'Roboto', sans-serif;
--bgColor01: #eee;
}*/
* {
margin: 0;
... | 0.295027 | 0.078325 |
body {
background: #e7ecec;
margin: 0px;
padding: 0px;
}
@media (max-width: 540px) {
}
@media (min-width: 541px) and (max-width: 1000px) {
}
@media (min-width: 1001px) {
}
@media (max-width: 540px) {
header {
height: 50px;
}
}
@media (min-width: 541px) and (max-width: 1000px) {... | public/css/template.css | body {
background: #e7ecec;
margin: 0px;
padding: 0px;
}
@media (max-width: 540px) {
}
@media (min-width: 541px) and (max-width: 1000px) {
}
@media (min-width: 1001px) {
}
@media (max-width: 540px) {
header {
height: 50px;
}
}
@media (min-width: 541px) and (max-width: 1000px) {... | 0.41834 | 0.093719 |
@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
@import url(https://fonts.googleapis.com/css?family=Roboto);
body,
html {
height: 100%; }
.wrapper {
font-family: "Roboto", sans-serif;
min-height: 100%;
background: #22B473; }
.container {
width: 85%;
margin: 0 auto;
color: #664D52; }... | Vld/css/main.css | @import url(https://fonts.googleapis.com/css?family=Montserrat:700);
@import url(https://fonts.googleapis.com/css?family=Roboto);
body,
html {
height: 100%; }
.wrapper {
font-family: "Roboto", sans-serif;
min-height: 100%;
background: #22B473; }
.container {
width: 85%;
margin: 0 auto;
color: #664D52; }... | 0.338733 | 0.09401 |
.homepage #content {
padding: 15px 0
}
#homepage .game-column {
position: relative;
float: left;
width: 163px;
padding-top: 355px;
color: #787878;
font-size: 11px;
}
#homepage .game-column ul {
text-transform: uppercase;
}
#homepage .game-column li {
padding: 15px 0;
border-to... | css/battle.net.css | .homepage #content {
padding: 15px 0
}
#homepage .game-column {
position: relative;
float: left;
width: 163px;
padding-top: 355px;
color: #787878;
font-size: 11px;
}
#homepage .game-column ul {
text-transform: uppercase;
}
#homepage .game-column li {
padding: 15px 0;
border-to... | 0.222362 | 0.057045 |
/*.content {*/
/*width: 100%;*/
/*max-width: 400px;*/
/*text-align: center;*/
/*margin: 0 auto;*/
/*padding: 0 0 3em 0;*/
/*}*/
/*.content footer {*/
/*color: #b39295;*/
/*margin-top: 40px;*/
/*}*/
/*.content footer a:hover,*/
/*.content footer a:focus {*/
/*color: #4b0f31;*/
/*}*/
/... | v1-centralized/server/app/assets/stylesheets/inputFile.css |
/*.content {*/
/*width: 100%;*/
/*max-width: 400px;*/
/*text-align: center;*/
/*margin: 0 auto;*/
/*padding: 0 0 3em 0;*/
/*}*/
/*.content footer {*/
/*color: #b39295;*/
/*margin-top: 40px;*/
/*}*/
/*.content footer a:hover,*/
/*.content footer a:focus {*/
/*color: #4b0f31;*/
/*}*/
/... | 0.132922 | 0.023939 |
/****** General Styles *********/
body{
font-family: "Segoe UI",Arial,sans-serif;
color: #626262;
font-size: 16px;
font-weight: normal;
letter-spacing: 0.01em;
-webkit-font-smoothing: antialiased;
}
label{
font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
margin: 10px 0;
... | UI/BlueLotus.UI/Src/Styles/HtnStyles/Login/loginStyles.css |
/****** General Styles *********/
body{
font-family: "Segoe UI",Arial,sans-serif;
color: #626262;
font-size: 16px;
font-weight: normal;
letter-spacing: 0.01em;
-webkit-font-smoothing: antialiased;
}
label{
font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
margin: 10px 0;
... | 0.327131 | 0.062617 |
@import "";
ul {margin:0 0 auto}
.highlight{color:#d0d0d0}
.highlight table td{padding:5px}
.highlight table pre{margin:0}
.highlight .w{color:#d0d0d0}
.highlight .err{color:#151515;background-color:#ac4142}
.highlight .c,.highlight .cd,.highlight .cm,.highlight .c1,.highlight .cs{color:#888}
.highlight .cp{color:#f... | assets/css/style.css | @import "";
ul {margin:0 0 auto}
.highlight{color:#d0d0d0}
.highlight table td{padding:5px}
.highlight table pre{margin:0}
.highlight .w{color:#d0d0d0}
.highlight .err{color:#151515;background-color:#ac4142}
.highlight .c,.highlight .cd,.highlight .cm,.highlight .c1,.highlight .cs{color:#888}
.highlight .cp{color:#f... | 0.192919 | 0.081776 |
body {
background-color: rgb(48, 52, 54);
margin: 0px;
overflow-x: hidden;
display: flex;
flex-flow: column;
align-items: center;
align-content: center;
scrollbar-color: #454a4d #202324;
}
.contentviewer {
position: relative;
display: flex;
flex-flow: column;
background-... | WEB/css/Main.css | body {
background-color: rgb(48, 52, 54);
margin: 0px;
overflow-x: hidden;
display: flex;
flex-flow: column;
align-items: center;
align-content: center;
scrollbar-color: #454a4d #202324;
}
.contentviewer {
position: relative;
display: flex;
flex-flow: column;
background-... | 0.588771 | 0.083516 |
.landing {
width: 100%;
height: 100vh;
background-image: url('./background.jpg');
background-position: center;
background-size: cover;
}
.inner_tan_landing {
position: absolute;
width: 180px;
height: 180px;
left: 50%;
top: 30%;
transform: translate(-50%, 0%);
border: 4px... | packages/react-ui/src/pages/Landing.css | .landing {
width: 100%;
height: 100vh;
background-image: url('./background.jpg');
background-position: center;
background-size: cover;
}
.inner_tan_landing {
position: absolute;
width: 180px;
height: 180px;
left: 50%;
top: 30%;
transform: translate(-50%, 0%);
border: 4px... | 0.440469 | 0.1692 |
.bt_bb_toolbar {
padding: 1.4em 1.5em 1.15em;
position: relative;
font-weight: bold;
border-radius: 3px;
.bt_bb_wrap:not(.bt_bb_width) > .bt_bb_item > & {
border-radius: 0;
border-top: 1px solid $(rowBorder);
}
&:after {
content: ' ';
display: table;
width: 100%;
clear: both;
}
}
.bt_bb_wrap:not(.b... | wp-content/plugins/bold-timeline-lite/bold-builder-light/css/toolbars.css | .bt_bb_toolbar {
padding: 1.4em 1.5em 1.15em;
position: relative;
font-weight: bold;
border-radius: 3px;
.bt_bb_wrap:not(.bt_bb_width) > .bt_bb_item > & {
border-radius: 0;
border-top: 1px solid $(rowBorder);
}
&:after {
content: ' ';
display: table;
width: 100%;
clear: both;
}
}
.bt_bb_wrap:not(.b... | 0.351756 | 0.126893 |
@font-face {
font-family: 'Raleway';
src: url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot");
/* IE9 Compat Modes */
src: local("Raleway"), local("Raleway-Regular"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Raleway_v2/rale... | public/css/Front/agency/finished_event/statement.css | @font-face {
font-family: 'Raleway';
src: url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot");
/* IE9 Compat Modes */
src: local("Raleway"), local("Raleway-Regular"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Raleway_v2/rale... | 0.20268 | 0.038394 |
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, ... | src/server/public/css/main.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.49292 | 0.10226 |
html, body {
height: 100%;
}
body {
position: relative;
}
*, h1, h2, h3, h4, h5, p, a, em {
font-family: 'Ubuntu', sans-serif;
}
em {
text-decoration: none;
font-style: normal;
color: #E74C3C;
}
.navbar a {
font-size: 16px;
font-weight: 700;
}
.navbar a:hover {
color: #E74C3C;
}
.navbar ul li ul li a ... | public/assets/css/style.css | html, body {
height: 100%;
}
body {
position: relative;
}
*, h1, h2, h3, h4, h5, p, a, em {
font-family: 'Ubuntu', sans-serif;
}
em {
text-decoration: none;
font-style: normal;
color: #E74C3C;
}
.navbar a {
font-size: 16px;
font-weight: 700;
}
.navbar a:hover {
color: #E74C3C;
}
.navbar ul li ul li a ... | 0.373647 | 0.07538 |
@media screen and (max-width: 479px) {
* {
box-sizing: border-box;
}
#slider{
margin-top:0;
}
#slider .top-bar{
text-align:center;
}
.nivo-controlNav{
display:none !important;
}
.nivo-caption {
width: 95% !important;
bottom: 32px !important;
padding: 10px;
left:0 !imp... | wordpress/wp-content/themes/petlove/css/theme-responsive.css |
@media screen and (max-width: 479px) {
* {
box-sizing: border-box;
}
#slider{
margin-top:0;
}
#slider .top-bar{
text-align:center;
}
.nivo-controlNav{
display:none !important;
}
.nivo-caption {
width: 95% !important;
bottom: 32px !important;
padding: 10px;
left:0 !imp... | 0.209793 | 0.070272 |
table td.contentsarea{
border-left: 1px solid #dedede;
}
/* START CLICK LEFT MENU */
.sidemenufixed {
position: fixed;
top: 65px;
}
/* LEVEL 1 */
.sidemenu li {
padding-left: 11px;
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level1_link.gif) no-repeat top left;
color: #006666;
}
.sidemenu l... | examples/working.tmp/MTBLS1_DiagramUseCase/MetaboLights entryProtoc-Dateien/sidebars.css | table td.contentsarea{
border-left: 1px solid #dedede;
}
/* START CLICK LEFT MENU */
.sidemenufixed {
position: fixed;
top: 65px;
}
/* LEVEL 1 */
.sidemenu li {
padding-left: 11px;
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level1_link.gif) no-repeat top left;
color: #006666;
}
.sidemenu l... | 0.137417 | 0.126434 |