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 |
|---|---|---|---|---|
@charset "utf-8";
/* Estilos generales*/
header,nav,section,article,aside,footer {
display:block;
overflow: hidden;
}
body {
background:linear-gradient(top,#2B4A5E,#021326) repeat-x fixed;
background:-moz-linear-gradient(top,#2B4A5E,#021326) repeat-x fixed;
background:-webkit-linear-gradient(top,#2B4A5E,#02132... | app/ejercicio3/css/styles.css | @charset "utf-8";
/* Estilos generales*/
header,nav,section,article,aside,footer {
display:block;
overflow: hidden;
}
body {
background:linear-gradient(top,#2B4A5E,#021326) repeat-x fixed;
background:-moz-linear-gradient(top,#2B4A5E,#021326) repeat-x fixed;
background:-webkit-linear-gradient(top,#2B4A5E,#02132... | 0.26693 | 0.095983 |
@media (min-width:360px) {
header {
flex-wrap:wrap;
justify-content:space-around;
align-items:center;
}
body {
color: white;
background: var(--background--color);
position:relative;
font-family: 'Roboto Condensed', sans-serif;
}
.hero {
displ... | assets/css/secondary.css | @media (min-width:360px) {
header {
flex-wrap:wrap;
justify-content:space-around;
align-items:center;
}
body {
color: white;
background: var(--background--color);
position:relative;
font-family: 'Roboto Condensed', sans-serif;
}
.hero {
displ... | 0.452778 | 0.084644 |
.message-box {
height: 100%;
padding-bottom: 0.2em;
margin-left: 1em;
display: flex;
flex-direction: column;
}
.message-box__header {
height: 10vh;
padding: 0.5em;
background-color: var(--bgc-white);
display: flex;
flex-direction: column;
align-items: flex-start;
}
.message... | client/src/components/MessageBox/MessageBox.css | .message-box {
height: 100%;
padding-bottom: 0.2em;
margin-left: 1em;
display: flex;
flex-direction: column;
}
.message-box__header {
height: 10vh;
padding: 0.5em;
background-color: var(--bgc-white);
display: flex;
flex-direction: column;
align-items: flex-start;
}
.message... | 0.672439 | 0.076373 |
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
div#ContentWrapper > script + div > div:first-of-type {
margin-top: 0 !important;
padding-top: 10px;
display: none;
}
html > body.Document... | css/login_dark.css | @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
div#ContentWrapper > script + div > div:first-of-type {
margin-top: 0 !important;
padding-top: 10px;
display: none;
}
html > body.Document... | 0.188735 | 0.060919 |
TABLE OF CONTENTS:
---------------------------------------------------------------
>> Author CSS
>> Navbar
>> Header Section
>> Footer Section
>> Breadcrumb Section
>> Preloader
>> Button
>> Form
>> Theme
>> Home Page 02
>> About Page
>> Contact Page
>> 404 Page
>> Donation List
>> Donation Single
>> Event List
>> Even... | public/assets/css/style.css | TABLE OF CONTENTS:
---------------------------------------------------------------
>> Author CSS
>> Navbar
>> Header Section
>> Footer Section
>> Breadcrumb Section
>> Preloader
>> Button
>> Form
>> Theme
>> Home Page 02
>> About Page
>> Contact Page
>> 404 Page
>> Donation List
>> Donation Single
>> Event List
>> Even... | 0.444806 | 0.071591 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
a:link,
a:hover {
text-decoration: none !important;
}
.bg-main {
background: #0f4c75 !important;
}
.text-main {
color: #0f4c75 !important;
}
.bg-accent {
background: #3282b8 !important;
}
.text-accent {
color: #3282b... | ehr-api/public/stylesheets/styles.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
a:link,
a:hover {
text-decoration: none !important;
}
.bg-main {
background: #0f4c75 !important;
}
.text-main {
color: #0f4c75 !important;
}
.bg-accent {
background: #3282b8 !important;
}
.text-accent {
color: #3282b... | 0.36523 | 0.074905 |
html {
font-size: 125%; /* 20梅16=125% min-font-size:12px bug*/
}
@media only screen and (min-width: 481px) {
html {
font-size: 188%!important; /* 30.08梅16=188% */
}
}
@media only screen and (min-width: 561px) {
html {
font-size: 218%!important; /* 38.88梅16=218% */
}
}
@media only screen and (min-width: 641px) {
html... | Public/Home/css/new_file.css | html {
font-size: 125%; /* 20梅16=125% min-font-size:12px bug*/
}
@media only screen and (min-width: 481px) {
html {
font-size: 188%!important; /* 30.08梅16=188% */
}
}
@media only screen and (min-width: 561px) {
html {
font-size: 218%!important; /* 38.88梅16=218% */
}
}
@media only screen and (min-width: 641px) {
html... | 0.351534 | 0.097476 |
::-webkit-scrollbar {
display: none;
}
::-moz-placeholder {
color: #aaa;
}
::-webkit-input-placeholder {
color: #aaa;
}
:-ms-input-placeholder {
color: #aaa;
}
::selection {
background: #111;
color: #fff;
font-weight: bold
}
html {
color: #333;
}
body {
min-width: 1200px;
}
html,body {
margin: 0;
hei... | src/assets/css/core.css | ::-webkit-scrollbar {
display: none;
}
::-moz-placeholder {
color: #aaa;
}
::-webkit-input-placeholder {
color: #aaa;
}
:-ms-input-placeholder {
color: #aaa;
}
::selection {
background: #111;
color: #fff;
font-weight: bold
}
html {
color: #333;
}
body {
min-width: 1200px;
}
html,body {
margin: 0;
hei... | 0.27973 | 0.054727 |
.icon-blank{
background:url('../images/blank_1.gif') no-repeat center center;
}
.icon-add{
background:url('../images/edit_add_1.png') no-repeat center center;
}
.icon-edit{
background:url('../images/pencil_1.png') no-repeat center center;
}
.icon-clear{
background:url('../images/clear_1.png') no-repeat center cent... | public/static/css/icon_1.css | .icon-blank{
background:url('../images/blank_1.gif') no-repeat center center;
}
.icon-add{
background:url('../images/edit_add_1.png') no-repeat center center;
}
.icon-edit{
background:url('../images/pencil_1.png') no-repeat center center;
}
.icon-clear{
background:url('../images/clear_1.png') no-repeat center cent... | 0.164047 | 0.091788 |
@-moz-document url-prefix("https://chat.strims.gg") {
a.user
{
/*username border color*/
--main-bg-color: #000;
/*Username color and background*/
color: #ffde00;
background: linear-gradient(#480030, #000);
border-radius:55px;
-moz-border-radius:55px;
-webkit-border-radiu... | data/usercss/165663.user.css | @-moz-document url-prefix("https://chat.strims.gg") {
a.user
{
/*username border color*/
--main-bg-color: #000;
/*Username color and background*/
color: #ffde00;
background: linear-gradient(#480030, #000);
border-radius:55px;
-moz-border-radius:55px;
-webkit-border-radiu... | 0.274157 | 0.052936 |
.background_yellowGreen7,
.hover_background_yellowGreen7:hover,
.active_background_yellowGreen7:active:hover {
background: #3a4e13;
background-image: -moz-linear-gradient(top, rgb(73, 97, 24) 0%, rgb(58, 78, 19) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(73,... | widgets/common/assets/gradients/simple/yellowGreen/yellowGreen7.css | .background_yellowGreen7,
.hover_background_yellowGreen7:hover,
.active_background_yellowGreen7:active:hover {
background: #3a4e13;
background-image: -moz-linear-gradient(top, rgb(73, 97, 24) 0%, rgb(58, 78, 19) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(73,... | 0.525612 | 0.104204 |
@charset "utf-8";
em {
font-style:normal;
}
ol,ul {
list-style:none outside none;
padding:0;
margin:0;
}
.tab li,.tab a,.tab-item {
float:left;
text-align:center;
}
.tab li,.tab a,.tab-item {
cursor:pointer;
float:left;
text-align:center;
}
.summary-stock .dt {
margin-top:4px;
}
.list1 .... | template/pc/rainbow/static/css/location.css | @charset "utf-8";
em {
font-style:normal;
}
ol,ul {
list-style:none outside none;
padding:0;
margin:0;
}
.tab li,.tab a,.tab-item {
float:left;
text-align:center;
}
.tab li,.tab a,.tab-item {
cursor:pointer;
float:left;
text-align:center;
}
.summary-stock .dt {
margin-top:4px;
}
.list1 .... | 0.208662 | 0.04798 |
.category-cozxy-head{
font-weight: 800;
}
.menubar a {
color: #000;
}
.menu-main-cozxy .category-cozxy-head a{
color: #000 !important;
}
.menu-main-cozxy .category-cozxy-head a:active{
color: #000;
}
.menu-main-cozxy .category-cozxy-head a:hover{
color: #f9c204;
}
.main-category-brands{
max-... | frontend/web/themes/cozxy/cssNew/cozxy.categories.brands.v2.css | .category-cozxy-head{
font-weight: 800;
}
.menubar a {
color: #000;
}
.menu-main-cozxy .category-cozxy-head a{
color: #000 !important;
}
.menu-main-cozxy .category-cozxy-head a:active{
color: #000;
}
.menu-main-cozxy .category-cozxy-head a:hover{
color: #f9c204;
}
.main-category-brands{
max-... | 0.308086 | 0.067087 |
td, th {
vertical-align: top;
}
th {
text-align: left;
}
a {
color: #26c;
}
.parbreak:before {
content: '';
display: block;
height: 0;
margin-top: .5em;
}
#header {
margin-top: 10%;
text-align: center;
width: 100%;
}
#header.result-view {
margin-top: 0%;
text-align: left;
}
#header.result-view > * {
... | frontend/frontend.css | td, th {
vertical-align: top;
}
th {
text-align: left;
}
a {
color: #26c;
}
.parbreak:before {
content: '';
display: block;
height: 0;
margin-top: .5em;
}
#header {
margin-top: 10%;
text-align: center;
width: 100%;
}
#header.result-view {
margin-top: 0%;
text-align: left;
}
#header.result-view > * {
... | 0.437583 | 0.101367 |
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
background-image: url("/img/water.jpg");
background-size: cover;
background-position: center;
}
.titulo {
margin-top: 20px;
margin-bottom: 30px;
text-align: center;
text-shadow: 4px 4px 6px rgba(230, 230, 230, 0.4);
color: #f... | css/estilos.css | body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
background-image: url("/img/water.jpg");
background-size: cover;
background-position: center;
}
.titulo {
margin-top: 20px;
margin-bottom: 30px;
text-align: center;
text-shadow: 4px 4px 6px rgba(230, 230, 230, 0.4);
color: #f... | 0.39129 | 0.118896 |
* @author <NAME> <<EMAIL>>
*/
/* InputEx Styles */
div.inputEx-hidden {
display: none;
}
/* Add red border to invalid inputs */
.inputEx-invalid > div > div > input {
border: 1px solid #C00E0C;
background: #ffDFD3;
}
.inputEx-valid > div > div >input {
border: 1px solid lightgray;
ba... | wegas-app/src/main/webapp/wegas-editor/css/wegas-inputex.css | * @author <NAME> <<EMAIL>>
*/
/* InputEx Styles */
div.inputEx-hidden {
display: none;
}
/* Add red border to invalid inputs */
.inputEx-invalid > div > div > input {
border: 1px solid #C00E0C;
background: #ffDFD3;
}
.inputEx-valid > div > div >input {
border: 1px solid lightgray;
ba... | 0.339609 | 0.045884 |
@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
margin: 0;
padding: 0;
}
ol, ul {
list-style: none;
}
a {
color: #333;
text-decoration: none
}
table {
border-collapse: collapse;
border-spac... | static/admin/css/login.css | @charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
margin: 0;
padding: 0;
}
ol, ul {
list-style: none;
}
a {
color: #333;
text-decoration: none
}
table {
border-collapse: collapse;
border-spac... | 0.221519 | 0.0566 |
*,
*:before,
*:after {
box-sizing: border-box;
}
.hidden {
display: none;
}
.profile {
width: 900px;
margin: 70px auto;
border: 1px solid black;
font-family: Arial, sans-serif;
padding: 20px;
position: relative;
background: #fff;
}
.profile-header {
font-size: 1.5em;
font-weight: bold;
position:... | frontend/web/css/profile.css | *,
*:before,
*:after {
box-sizing: border-box;
}
.hidden {
display: none;
}
.profile {
width: 900px;
margin: 70px auto;
border: 1px solid black;
font-family: Arial, sans-serif;
padding: 20px;
position: relative;
background: #fff;
}
.profile-header {
font-size: 1.5em;
font-weight: bold;
position:... | 0.506347 | 0.071332 |
a{
color: black;
}
.nav-mar-bot{
margin-bottom: 0px;
}
#carousel-821981{
margin-top: 50px;
}
.badge-position{
margin-top:-6px;
}
.logo{
margin-top: -5px ;
}
.glyphicon-shopping-cart-size{
font-size: 17px;
}
.index-title-center{
text-align: center;
}
.commodity-price{
color: red;
}
.new-recommend{
margin-top: -... | src/main/webapp/WEB-INF/css/style.css | a{
color: black;
}
.nav-mar-bot{
margin-bottom: 0px;
}
#carousel-821981{
margin-top: 50px;
}
.badge-position{
margin-top:-6px;
}
.logo{
margin-top: -5px ;
}
.glyphicon-shopping-cart-size{
font-size: 17px;
}
.index-title-center{
text-align: center;
}
.commodity-price{
color: red;
}
.new-recommend{
margin-top: -... | 0.28597 | 0.09314 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-size: 1.2rem;
font-family: "Barlow", "sans-serif";
color: hsl(213, 9%, 39%);
text-align: center;
position: relative;
line-height: 1.4;
}
h1,
h2,
h3 {
color: hsl(212, 27%, 19%);
font-family: "Fraunces", "serif";
}
h1 {
font-size:... | sunnyside-agency-landing-page-main/app.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-size: 1.2rem;
font-family: "Barlow", "sans-serif";
color: hsl(213, 9%, 39%);
text-align: center;
position: relative;
line-height: 1.4;
}
h1,
h2,
h3 {
color: hsl(212, 27%, 19%);
font-family: "Fraunces", "serif";
}
h1 {
font-size:... | 0.639849 | 0.142083 |
.three_feature_boxes {
margin: 30px 0;
list-style: none;
font-family: Poppins, Arial, sans-serif;
}
ul.three_feature_boxes {
margin: 0;
padding: 0;
overflow: hidden;
}
.three_feature_boxes * {
margin: 0;
padding: 0;
}
.three_feature_boxes li {
height: 494px;
float: left;
width: 33.33333%;
padding: 100px 5%;... | uploads/ac_assets/three_feature_boxes/three_feature_boxes.css | .three_feature_boxes {
margin: 30px 0;
list-style: none;
font-family: Poppins, Arial, sans-serif;
}
ul.three_feature_boxes {
margin: 0;
padding: 0;
overflow: hidden;
}
.three_feature_boxes * {
margin: 0;
padding: 0;
}
.three_feature_boxes li {
height: 494px;
float: left;
width: 33.33333%;
padding: 100px 5%;... | 0.402627 | 0.070945 |
* {
margin: 0;
padding: 0;
font-weight: normal;
list-style: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: 'Lato', sans-serif;
}
.admin-body-bg {
background-color: #f8fdff;
}
img {
display: block;
width: 100%;
height: auto;
}
h2 {
font-size: 1.4re... | css/common.css | * {
margin: 0;
padding: 0;
font-weight: normal;
list-style: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: 'Lato', sans-serif;
}
.admin-body-bg {
background-color: #f8fdff;
}
img {
display: block;
width: 100%;
height: auto;
}
h2 {
font-size: 1.4re... | 0.379034 | 0.104158 |
@charset "UTF-8"
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@500;700;900&display=swap');
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
/* Config */
:root{
/*Primary*/
--Pale-blue: hsl(225, 100%, 94%);
--Bright-blue: hsl(245, 75%, 52%);
/*Neutral*/
--Very-pale-blue: hsl(... | sytle.css | @charset "UTF-8"
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@500;700;900&display=swap');
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
/* Config */
:root{
/*Primary*/
--Pale-blue: hsl(225, 100%, 94%);
--Bright-blue: hsl(245, 75%, 52%);
/*Neutral*/
--Very-pale-blue: hsl(... | 0.35421 | 0.084041 |
.theme--ol {
& .hero__title,
& .hero__caption {
color: black;
}
}
.theme--od {
& .hero__title,
& .hero__caption {
color: white;
}
}
.bg {
position: relative;
overflow: hidden;
width: 100%;
/* height: 100%; */
z-index: 1;
&--grey50 {
background-co... | src/assets/postcss/theme/theme.css | .theme--ol {
& .hero__title,
& .hero__caption {
color: black;
}
}
.theme--od {
& .hero__title,
& .hero__caption {
color: white;
}
}
.bg {
position: relative;
overflow: hidden;
width: 100%;
/* height: 100%; */
z-index: 1;
&--grey50 {
background-co... | 0.349644 | 0.160003 |
.body{
}
/*Reset*/
*{
list-style-type: none;
padding: 0 0;
margin: 0 0;
}
a{
color:#000000;
text-decoration: none;
}
ul{
padding: 0 0;
margin: 0 0;
}
/*EndReset*/
/*filters-start*/
.filters{
margin: 10px 0;
font-size: 18px;
}
.filters_list{
display: flex;
flex-wrap: wrap;
... | public/styles/jalleryProducts.css | .body{
}
/*Reset*/
*{
list-style-type: none;
padding: 0 0;
margin: 0 0;
}
a{
color:#000000;
text-decoration: none;
}
ul{
padding: 0 0;
margin: 0 0;
}
/*EndReset*/
/*filters-start*/
.filters{
margin: 10px 0;
font-size: 18px;
}
.filters_list{
display: flex;
flex-wrap: wrap;
... | 0.190649 | 0.060446 |
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit; }
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
m... | style.css | html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit; }
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
m... | 0.378804 | 0.078819 |
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700%7COswald:400,300,700");
/* Timeline */
.timeline {
border-left: 4px solid grey;
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
background: white;
color: black;
margin: 50px 0 50px 184px;
letter-spacin... | css/timetable-v=2.css | @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700%7COswald:400,300,700");
/* Timeline */
.timeline {
border-left: 4px solid grey;
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
background: white;
color: black;
margin: 50px 0 50px 184px;
letter-spacin... | 0.432782 | 0.10226 |
@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css");
:root {
--node-width: 175px;
--node-height: 22px;
--node-border: 2px;
--node-horizontal-padding: 56px;
--node-vertical-padding: 10px;
--yellow: #fff133;
--horizontal-nodes: 6;
--vertical-nodes: 7;
--tree-amount:... | css/styles.css | @import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css");
:root {
--node-width: 175px;
--node-height: 22px;
--node-border: 2px;
--node-horizontal-padding: 56px;
--node-vertical-padding: 10px;
--yellow: #fff133;
--horizontal-nodes: 6;
--vertical-nodes: 7;
--tree-amount:... | 0.405566 | 0.110231 |
:root {
--background: #fff;
--font-color: #333;
--font-size: 100%;
--line-height: 1.5;
--leading: 1.5rem;
--h1: clamp(2rem, 6vw, 4rem);
--h2: clamp(1.8rem, 5vw, 3rem);
--h3: clamp(1.4rem, 4vw, 2.4rem);
--h4: clamp(1.2rem, 3vw, 2rem);
--h5: clamp(1rem, 3vw, 1.8rem);
--h6: clamp(1rem, 3vw, 1.4rem);
... | css/main.css | :root {
--background: #fff;
--font-color: #333;
--font-size: 100%;
--line-height: 1.5;
--leading: 1.5rem;
--h1: clamp(2rem, 6vw, 4rem);
--h2: clamp(1.8rem, 5vw, 3rem);
--h3: clamp(1.4rem, 4vw, 2.4rem);
--h4: clamp(1.2rem, 3vw, 2rem);
--h5: clamp(1rem, 3vw, 1.8rem);
--h6: clamp(1rem, 3vw, 1.4rem);
... | 0.568296 | 0.1585 |
{
padding-top: 76px;
}
.mobile_menu_wrapper
{
width: 100%;
height: 100%;
opacity: 0;
z-index: -1;
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px);
overflow-y: scroll;
-webkit-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(... | public/css/menus/hammenufull.css | {
padding-top: 76px;
}
.mobile_menu_wrapper
{
width: 100%;
height: 100%;
opacity: 0;
z-index: -1;
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px);
overflow-y: scroll;
-webkit-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(... | 0.233095 | 0.0537 |
@-moz-document domain("theoldreader.com") {
.alert {
background: #30a67c !important
}
.alert.alert-info {
color: #fff!important
}
.btn {
background: linear-gradient(tobottom,#444,#555) !important;
box-shadow: 0 1px 0 rgba(255,255,255,0.05) inset, 0 1px 2px rgba(0,0,0,0.05)!important;
color... | data/usercss/87984.user.css | @-moz-document domain("theoldreader.com") {
.alert {
background: #30a67c !important
}
.alert.alert-info {
color: #fff!important
}
.btn {
background: linear-gradient(tobottom,#444,#555) !important;
box-shadow: 0 1px 0 rgba(255,255,255,0.05) inset, 0 1px 2px rgba(0,0,0,0.05)!important;
color... | 0.177668 | 0.076649 |
.down-model{
margin-top: 5px;
position: absolute;
background: #FFFFFF;
width: 100%;
/*border: 1px solid rgba(144,147,153,0.20);*/
box-shadow: 0 2px 8px 0 rgba(0,0,0,0.07);
border-radius: 4px 0 0 0 4px 4px 4px;
}
.box {
position: absolute;
z-index: 1;
margin-top: 2px;
width: ... | backend/src/main/resources/css/downModel.css | .down-model{
margin-top: 5px;
position: absolute;
background: #FFFFFF;
width: 100%;
/*border: 1px solid rgba(144,147,153,0.20);*/
box-shadow: 0 2px 8px 0 rgba(0,0,0,0.07);
border-radius: 4px 0 0 0 4px 4px 4px;
}
.box {
position: absolute;
z-index: 1;
margin-top: 2px;
width: ... | 0.456894 | 0.114616 |
*{
box-sizing: border-box;
font-family: 'Raleway', sans-serif;
}
a{
color: white;
text-decoration: none;
}
html{
font-size: 62.5%;
}
body{
font-size: 1.6rem;
margin: 0;
height: 100vh;
background: rgb(0,207,149);
background: linear-gradient(180deg, rgba(0,207... | signup.css | *{
box-sizing: border-box;
font-family: 'Raleway', sans-serif;
}
a{
color: white;
text-decoration: none;
}
html{
font-size: 62.5%;
}
body{
font-size: 1.6rem;
margin: 0;
height: 100vh;
background: rgb(0,207,149);
background: linear-gradient(180deg, rgba(0,207... | 0.372848 | 0.06663 |
* {
box-sizing: border-box;
}
body {
margin: 0;
background-color: #fff;
}
.main {
width: 1200px;
min-height: 100vh;
max-width: 100%;
margin: auto;
padding-bottom: 20px;
}
.nav {
display: flex;
align-items: center;
height: 48px;
background-color: li... | responsive.css | * {
box-sizing: border-box;
}
body {
margin: 0;
background-color: #fff;
}
.main {
width: 1200px;
min-height: 100vh;
max-width: 100%;
margin: auto;
padding-bottom: 20px;
}
.nav {
display: flex;
align-items: center;
height: 48px;
background-color: li... | 0.455441 | 0.070336 |
.markItUp {
clear: both;
padding-top: 10px;
}
.markItUp * {
margin: 0px;
padding: 0px;
outline: none;
}
.markItUp a:link,
.markItUp a:visited {
color:#000;
text-decoration:none;
}
.markItUp {
width: 700px !important;
}
.markItUpContainer {
border: 1px solid #efefef;
background: transparent image-... | vendor/assets/javascripts/markitup/skins/pui/style.css | .markItUp {
clear: both;
padding-top: 10px;
}
.markItUp * {
margin: 0px;
padding: 0px;
outline: none;
}
.markItUp a:link,
.markItUp a:visited {
color:#000;
text-decoration:none;
}
.markItUp {
width: 700px !important;
}
.markItUpContainer {
border: 1px solid #efefef;
background: transparent image-... | 0.311846 | 0.152537 |
body{
background-color: black;
}
h2 {
color: #1e1e1e;
display: block;
font: bold 72px Helvetica;
text-transform: uppercase;
letter-spacing: -1px;
}
.hovertown span {
transition: all 0.9s ease;
}
.hovertown span:hover {
text-shadow: 0 0 72px black;
color: transparent;
transition: all 0.2s eas... | flash/microwebinvite/css/style.css | body{
background-color: black;
}
h2 {
color: #1e1e1e;
display: block;
font: bold 72px Helvetica;
text-transform: uppercase;
letter-spacing: -1px;
}
.hovertown span {
transition: all 0.9s ease;
}
.hovertown span:hover {
text-shadow: 0 0 72px black;
color: transparent;
transition: all 0.2s eas... | 0.737725 | 0.187579 |
.header {
background: white;
border-bottom: 2px solid #222;
}
.header.float {
position: absolute;
z-index: 1000;
top: 0;
left: 0;
right: 0;
}
.headerInner {
display: flex;
align-items: center;
justify-content: space-between;
width: 1064px;
max-width: 100%;
margin: auto;
padding: 16px 24px;
... | src/components/header.module.css | .header {
background: white;
border-bottom: 2px solid #222;
}
.header.float {
position: absolute;
z-index: 1000;
top: 0;
left: 0;
right: 0;
}
.headerInner {
display: flex;
align-items: center;
justify-content: space-between;
width: 1064px;
max-width: 100%;
margin: auto;
padding: 16px 24px;
... | 0.623721 | 0.117902 |
body{
font-family: Arial, sans-serif;
background: #fff;
margin: 0;
padding: 0;
border: 0;
position: absolute;
height: 100%;
min-width: 100%;
font-size: 13px;
color: #404040;
direction: ltr;
-webkit-text-size-adjust: none;
}
.wrapper{
position:... | public/authApp/styles/spa.signin.css | body{
font-family: Arial, sans-serif;
background: #fff;
margin: 0;
padding: 0;
border: 0;
position: absolute;
height: 100%;
min-width: 100%;
font-size: 13px;
color: #404040;
direction: ltr;
-webkit-text-size-adjust: none;
}
.wrapper{
position:... | 0.322313 | 0.057308 |
@charset "UTF-8";
@-moz-document url("http://nnnscans.aijou.org/reader/"), url-prefix("http://nnnscans.aijou.org/reader/") {
::selection {
color: #FFF;
}
::-moz-selection {
background: #F6CDDD;
color: #FFF;
}
.open {
max-width: 100% !important;
height: auto !important;
}
img... | data/usercss/156658.user.css | @charset "UTF-8";
@-moz-document url("http://nnnscans.aijou.org/reader/"), url-prefix("http://nnnscans.aijou.org/reader/") {
::selection {
color: #FFF;
}
::-moz-selection {
background: #F6CDDD;
color: #FFF;
}
.open {
max-width: 100% !important;
height: auto !important;
}
img... | 0.322953 | 0.051059 |
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
* {
margin: 0;
padding: 0;
}
body {
background... | portfolio/src/main/webapp/style.css | @import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
* {
margin: 0;
padding: 0;
}
body {
background... | 0.341692 | 0.116086 |
*{
margin:0;
padding:0;
list-style: none;
text-decoration: none;
box-sizing: border-box;
}
body{
background: #fff;
font-size: 14px;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
a{
color:#333;
}
a:hover{
text-decoration: none;
}
img{
vertical-align: middle;
... | ibm1.css | *{
margin:0;
padding:0;
list-style: none;
text-decoration: none;
box-sizing: border-box;
}
body{
background: #fff;
font-size: 14px;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
a{
color:#333;
}
a:hover{
text-decoration: none;
}
img{
vertical-align: middle;
... | 0.26086 | 0.034391 |
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
/* padding-bottom: 90px;*/
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Override... | Content/Site.css | /* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
/* padding-bottom: 90px;*/
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Override... | 0.240061 | 0.054828 |
body {
margin: 0% auto;
padding: 0px;
background-color: green;
}
.hamburger,
#hamburger {
display: none;
}
body header {
box-sizing: border-box;
background-color: #056DD5;
max-width: 60%;
height: 140px;
margin-left: auto;
margin-right: auto;
margin-top: 0%;
margin-botto... | Curso/Exercicio_Joao/style.css | body {
margin: 0% auto;
padding: 0px;
background-color: green;
}
.hamburger,
#hamburger {
display: none;
}
body header {
box-sizing: border-box;
background-color: #056DD5;
max-width: 60%;
height: 140px;
margin-left: auto;
margin-right: auto;
margin-top: 0%;
margin-botto... | 0.584508 | 0.082586 |
@media only screen and (max-width: 1340px){
.page-wrapper{
overflow:hidden;
}
}
@media only screen and (max-width: 1140px){
.main-header{
margin:0px !important;
}
.sidebar-page-container .sidebar{
margin-left:0px;
}
.sidebar-page-container .content-side{
padding-right:15px;... | css/responsive.css |
@media only screen and (max-width: 1340px){
.page-wrapper{
overflow:hidden;
}
}
@media only screen and (max-width: 1140px){
.main-header{
margin:0px !important;
}
.sidebar-page-container .sidebar{
margin-left:0px;
}
.sidebar-page-container .content-side{
padding-right:15px;... | 0.132711 | 0.034424 |
@import url('https://fonts.googleapis.com/css?family=Rubik+Mono+One|Nunito|Rubik|Work+Sans|Cinzel');
header {
height: 30vh;
}
body {
margin: 0;
overflow: hidden;
background: linear-gradient(#0d4fa7 0%, #3072cc 60%, #6facff 100%);
height: 100vh;
}
#hello {
grid-area: hello;
display: flex;
justify-conte... | css/style.css | @import url('https://fonts.googleapis.com/css?family=Rubik+Mono+One|Nunito|Rubik|Work+Sans|Cinzel');
header {
height: 30vh;
}
body {
margin: 0;
overflow: hidden;
background: linear-gradient(#0d4fa7 0%, #3072cc 60%, #6facff 100%);
height: 100vh;
}
#hello {
grid-area: hello;
display: flex;
justify-conte... | 0.638723 | 0.087798 |
@font-face {
font-family: 'Hero';
src: url('../fonts/hero-webfont.eot');
src: url('../fonts/hero-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/hero-webfont.woff') format('woff'),
url('../fonts/hero-webfont.ttf') format('truetype'),
url('../fonts/hero-webfont.svg... | applications/kolaborativa/static/css/home-style.css |
@font-face {
font-family: 'Hero';
src: url('../fonts/hero-webfont.eot');
src: url('../fonts/hero-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/hero-webfont.woff') format('woff'),
url('../fonts/hero-webfont.ttf') format('truetype'),
url('../fonts/hero-webfont.svg... | 0.378115 | 0.045522 |
.background{
background-image: url("../../../assets/images/player.png");
}
.grid-container-stats {
display: grid;
grid-template-columns: auto auto auto;
padding: 5px;
}
.grid-container {
display: grid;
grid-template-columns: auto auto auto;
padding: 5px;
}
.grid-item {
font-size: 10px;
padding-bott... | sonarQuest-frontend/src/app/pages/my-avatar-page/my-avatar-page.component.css | .background{
background-image: url("../../../assets/images/player.png");
}
.grid-container-stats {
display: grid;
grid-template-columns: auto auto auto;
padding: 5px;
}
.grid-container {
display: grid;
grid-template-columns: auto auto auto;
padding: 5px;
}
.grid-item {
font-size: 10px;
padding-bott... | 0.493653 | 0.175361 |
font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', Helvetica, Arial, sans-serif;
}
.customer {
display: inline-block;
margin: 25px;
width: 316px;
border: 1px solid #d9e5f0;
padding: 20px;
background: white;
color: #757575;
}
.customer p {
margin-top: 25px;
}
.intro {
b... | public/stylesheets/main.css | font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', Helvetica, Arial, sans-serif;
}
.customer {
display: inline-block;
margin: 25px;
width: 316px;
border: 1px solid #d9e5f0;
padding: 20px;
background: white;
color: #757575;
}
.customer p {
margin-top: 25px;
}
.intro {
b... | 0.453262 | 0.186836 |
.table {
border-collapse: collapse;
border-spacing: 0;
width: 100%; }
.table th {
color: #8c8c8c;
text-align: left;
border-top: none !important;
font-weight: 700; }
.table td, .table th {
line-height: 22px;
padding: 16px;
border-top: 1px solid #ddd;
color: #5D5A5A;
backgrou... | docs/css/hbook-table.css | .table {
border-collapse: collapse;
border-spacing: 0;
width: 100%; }
.table th {
color: #8c8c8c;
text-align: left;
border-top: none !important;
font-weight: 700; }
.table td, .table th {
line-height: 22px;
padding: 16px;
border-top: 1px solid #ddd;
color: #5D5A5A;
backgrou... | 0.504639 | 0.094469 |
section.intro {
border-top: 1px solid #141414;
position: relative;
padding-bottom: 5vw;
}
section.intro div.backgroundWords {
position: absolute;
width: 100%;
text-align: center;
color: #5d5b5b;
z-index: -1;
font-family: "Playfair Display";
margin-top: 5vw;
/*95px*/
font-size: 10vw;
/*135px*/... | Page-Home/css/index.css | section.intro {
border-top: 1px solid #141414;
position: relative;
padding-bottom: 5vw;
}
section.intro div.backgroundWords {
position: absolute;
width: 100%;
text-align: center;
color: #5d5b5b;
z-index: -1;
font-family: "Playfair Display";
margin-top: 5vw;
/*95px*/
font-size: 10vw;
/*135px*/... | 0.473901 | 0.077903 |
@media screen and (max-width: 768px){
.form-subs{
width: 50%;
margin-left: 25%;
}
.right-cont > div{
margin-top: 10px;
}
.test2{
text-align: center;
}
.menu-tes{
width: 30%;
}
.row1 {
margin-left: 0px;
left: 0px;
}
.navs-1 {
margin-left: 30%;
}
.nextp... | dist/css/responsive.css | @media screen and (max-width: 768px){
.form-subs{
width: 50%;
margin-left: 25%;
}
.right-cont > div{
margin-top: 10px;
}
.test2{
text-align: center;
}
.menu-tes{
width: 30%;
}
.row1 {
margin-left: 0px;
left: 0px;
}
.navs-1 {
margin-left: 30%;
}
.nextp... | 0.212232 | 0.168823 |
* WULF (http://networks.nokia.com/)
* Copyright (C) 2015 Nokia Solutions and Networks. All rights Reserved.
*/
/*
* WULF (http://networks.nokia.com/)
* Copyright (C) 2015 Nokia Solutions and Networks. All rights Reserved.
*/
/*
* WULF (http://networks.nokia.com/)
* Copyright (C) 2015 Nokia Solutions and Network... | src/main/webapp/wulflib/wulffulldist/wulfdist_non_minified/css/wulf.dropdowns.css | * WULF (http://networks.nokia.com/)
* Copyright (C) 2015 Nokia Solutions and Networks. All rights Reserved.
*/
/*
* WULF (http://networks.nokia.com/)
* Copyright (C) 2015 Nokia Solutions and Networks. All rights Reserved.
*/
/*
* WULF (http://networks.nokia.com/)
* Copyright (C) 2015 Nokia Solutions and Network... | 0.493409 | 0.085556 |
.superselect {
direction: ltr;
height:120px;
width:600px;
z-index:99999;
background-color: rgba(0,0,0,0.75);
position:absolute;
border-radius:3px;
border:black 1px solid;
opacity: 1;
font-family: Ariel;
font-size: 16px;
}
#superselect_tabs {
height:24px;
padding-left: 3px;
margin-top: -1... | superselector/style.css | .superselect {
direction: ltr;
height:120px;
width:600px;
z-index:99999;
background-color: rgba(0,0,0,0.75);
position:absolute;
border-radius:3px;
border:black 1px solid;
opacity: 1;
font-family: Ariel;
font-size: 16px;
}
#superselect_tabs {
height:24px;
padding-left: 3px;
margin-top: -1... | 0.228845 | 0.048767 |
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #aca49c;
font-size: 0.875em;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
color: #bbb5af;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: #aca49c;
font-size: 0.875em;
}
inp... | form.css | input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #aca49c;
font-size: 0.875em;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
color: #bbb5af;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: #aca49c;
font-size: 0.875em;
}
inp... | 0.315209 | 0.063366 |
.sw-assets {
border-right: 1px solid #CCC;
}
.sw-assets-total {
font-weight: 500;
font-size: 22px;
padding-top: 15px;
color: #00aeef;
}
.sw-details-right-col {
padding: 0px 0 0 35px;
}
.sw-asset-sold-line {
text-decoration: line-through;
}
@media only screen and (max-width: 765px){ .sw-ass... | src/app/investor/offer-details/offer-details.component.css | .sw-assets {
border-right: 1px solid #CCC;
}
.sw-assets-total {
font-weight: 500;
font-size: 22px;
padding-top: 15px;
color: #00aeef;
}
.sw-details-right-col {
padding: 0px 0 0 35px;
}
.sw-asset-sold-line {
text-decoration: line-through;
}
@media only screen and (max-width: 765px){ .sw-ass... | 0.255251 | 0.109182 |
html {
overflow-y: scroll;
}
body {
padding-top: 60px;
}
section {
overflow: auto;
}
textarea {
resize: vertical;
}
.container-narrow{
margin: 0 auto;
max-width: 700px;
}
/**
* Awesome Stuff
**/
#clock {
}
#clock .snooze, #clock .stop {
font-size: 0.5em;
}
.grade-res {
font-size: 0.3em;
color: gree... | kraken/static/css/style.css |
html {
overflow-y: scroll;
}
body {
padding-top: 60px;
}
section {
overflow: auto;
}
textarea {
resize: vertical;
}
.container-narrow{
margin: 0 auto;
max-width: 700px;
}
/**
* Awesome Stuff
**/
#clock {
}
#clock .snooze, #clock .stop {
font-size: 0.5em;
}
.grade-res {
font-size: 0.3em;
color: gree... | 0.377311 | 0.06885 |
body{
overflow-x:hidden;
font-family:"Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.text-muted{
color:#777;
}
.text-primary{
color:#fed136;
}
p{
font-size:14px;
line-height:1.75;
}
p.large{
font-size:16px;
}
a,a:hover,a:focus,a:active,a.active{
outline:0
}
a{
... | static/css/source.css | body{
overflow-x:hidden;
font-family:"Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.text-muted{
color:#777;
}
.text-primary{
color:#fed136;
}
p{
font-size:14px;
line-height:1.75;
}
p.large{
font-size:16px;
}
a,a:hover,a:focus,a:active,a.active{
outline:0
}
a{
... | 0.238816 | 0.058777 |
.bg-chat {
padding: 50px 0;
}
.bg-chat .card {
box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
.chat-leftsidebar {
min-width: 380px;
}
}
.chat-leftsidebar .chat-leftsidebar-nav .tab-content {
min-height: 488px;
}
.chat-noti-dropdown.active:before {
content: "";
posi... | public/frontend/css/custom-2.css | .bg-chat {
padding: 50px 0;
}
.bg-chat .card {
box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
.chat-leftsidebar {
min-width: 380px;
}
}
.chat-leftsidebar .chat-leftsidebar-nav .tab-content {
min-height: 488px;
}
.chat-noti-dropdown.active:before {
content: "";
posi... | 0.3863 | 0.052765 |
.url .areaLeft {
width: 50%;
display: inline-block;
}
.url .areaLeft .left {
float: left;
width: 100px;
}
.url .areaLeft .right {
margin-left:105px;
}
.url .form-control {
width: 100%;
}
.url .areaRight {
width: 49%;
display: inline-block;
}
.url .areaRight .left {
display: inline-bl... | server/template/resource/css/main.css | .url .areaLeft {
width: 50%;
display: inline-block;
}
.url .areaLeft .left {
float: left;
width: 100px;
}
.url .areaLeft .right {
margin-left:105px;
}
.url .form-control {
width: 100%;
}
.url .areaRight {
width: 49%;
display: inline-block;
}
.url .areaRight .left {
display: inline-bl... | 0.288369 | 0.092278 |
* {
font-family: RobotoRegular;
box-sizing: border-box;
}
body {
height: 100vh;
margin: 0;
background: #fafafa;
}
title {
display: none;
}
div, input, ul, li {
display: flex;
}
input:focus {
outline: none;
}
ul {
padding: 0;
}
li {
list-style: none;
}
p {
margin: 0;
}
... | style/style.css | * {
font-family: RobotoRegular;
box-sizing: border-box;
}
body {
height: 100vh;
margin: 0;
background: #fafafa;
}
title {
display: none;
}
div, input, ul, li {
display: flex;
}
input:focus {
outline: none;
}
ul {
padding: 0;
}
li {
list-style: none;
}
p {
margin: 0;
}
... | 0.346762 | 0.10307 |
div.bm-overlay[class] {
top: 0;
background: transparent !important;
}
.bm-menu-wrap {
top: 0;
}
.bm-menu {
height: 100%;
margin: 1rem 0.5rem;
overflow: unset !important;
}
.bm-morph-shape {
fill: var(--menuBackgroundColor);
}
.bm-cross-button {
background: var(--menuButtonCloseBackgroundColor);
b... | src/components/menu/menu.css |
div.bm-overlay[class] {
top: 0;
background: transparent !important;
}
.bm-menu-wrap {
top: 0;
}
.bm-menu {
height: 100%;
margin: 1rem 0.5rem;
overflow: unset !important;
}
.bm-morph-shape {
fill: var(--menuBackgroundColor);
}
.bm-cross-button {
background: var(--menuButtonCloseBackgroundColor);
b... | 0.403567 | 0.07538 |
@import './pure/forms-min.css';
.app-dark input{
color: white;
}
p {
margin: 0
}
ol,
ul {
margin: 0;
}
.block {
position: relative;
display: flex;
flex-direction: row;
border: 1px solid #a8a8ad !important;
border-radius: 5px;
margin: 2px;
}
.block .json-val {
flex-grow: 1;
}
.json-val .block_... | components/json-editor/assets/styles/common.css | @import './pure/forms-min.css';
.app-dark input{
color: white;
}
p {
margin: 0
}
ol,
ul {
margin: 0;
}
.block {
position: relative;
display: flex;
flex-direction: row;
border: 1px solid #a8a8ad !important;
border-radius: 5px;
margin: 2px;
}
.block .json-val {
flex-grow: 1;
}
.json-val .block_... | 0.50415 | 0.086903 |
body{
background: #888;
}
footer{
color: white;
text-shadow: 0 1px 1px rgba(0,0,0,.85);
}
#notificaciones{
display: none;
}
.main-wrapper{
background: #fdfdfd !important;
padding: 2em 4em;
padding-top: 0;
box-shadow: 0 5px 10px rgba(0,0,0,0.5);
border-radius: .3em;
}
.row{
margin-left : 0 !important;
ma... | webapp/modulos/cont/css/visor_facturas.css |
body{
background: #888;
}
footer{
color: white;
text-shadow: 0 1px 1px rgba(0,0,0,.85);
}
#notificaciones{
display: none;
}
.main-wrapper{
background: #fdfdfd !important;
padding: 2em 4em;
padding-top: 0;
box-shadow: 0 5px 10px rgba(0,0,0,0.5);
border-radius: .3em;
}
.row{
margin-left : 0 !important;
ma... | 0.286469 | 0.085786 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
::-moz-selection {
color: #000;
text-shadow: none;
background: #64a19d;
}
::selection {
color: #000;
text-shadow: none;
background: #64a19d;
}
.container-fluid {
padding: 0!important;
position: relative;
}
p {
display: flex;
flex-direction:... | public/css/styles.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
::-moz-selection {
color: #000;
text-shadow: none;
background: #64a19d;
}
::selection {
color: #000;
text-shadow: none;
background: #64a19d;
}
.container-fluid {
padding: 0!important;
position: relative;
}
p {
display: flex;
flex-direction:... | 0.372848 | 0.082217 |
.content {
display: flex;
align-items: flex-start !important;
justify-content: flex-start;
min-width: inherit;
background-repeat: no-repeat;
background-position: top 150px left;
background-size: 100% 2px;
background-image: linear-gradient(to left, red, red);
}
.info-content {
display: flex;
flex-d... | frontend/src/assets/css/main-content.css | .content {
display: flex;
align-items: flex-start !important;
justify-content: flex-start;
min-width: inherit;
background-repeat: no-repeat;
background-position: top 150px left;
background-size: 100% 2px;
background-image: linear-gradient(to left, red, red);
}
.info-content {
display: flex;
flex-d... | 0.388038 | 0.064329 |
html,
button,
input,
select,
textarea {
color: #669D2C;
}
html {
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background:... | css/main.css | html,
button,
input,
select,
textarea {
color: #669D2C;
}
html {
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background:... | 0.411111 | 0.068819 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import '../components/header.scss';
body,
html {
width: 10... | src/css/rrderby.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import '../components/header.scss';
body,
html {
width: 10... | 0.253399 | 0.063135 |
body {
background-color: #2C5E7D;
padding: 0;
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px;
color: #F5ECEC;
}
p a {
color: #FFFFFF;
padding: 0 3px;
text-decoration: none;
border-bottom: 1px dotted #F5ECEC;
}
p a:hover {
background-co... | css/readscore.css | body {
background-color: #2C5E7D;
padding: 0;
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px;
color: #F5ECEC;
}
p a {
color: #FFFFFF;
padding: 0 3px;
text-decoration: none;
border-bottom: 1px dotted #F5ECEC;
}
p a:hover {
background-co... | 0.509032 | 0.085786 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://www.jeuxvideo.com/forums), url(http://www.jeuxvideo.com/dossiers.htm), url-prefix(http://www.jeuxvideo.com/recherche/), url(http://www.jeuxvideo.com/cheats.htm), url(http://www.jeuxvideo.com/cgi-bin/jvforums/forums.cgi), url(http://www.je... | data/usercss/59519.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://www.jeuxvideo.com/forums), url(http://www.jeuxvideo.com/dossiers.htm), url-prefix(http://www.jeuxvideo.com/recherche/), url(http://www.jeuxvideo.com/cheats.htm), url(http://www.jeuxvideo.com/cgi-bin/jvforums/forums.cgi), url(http://www.je... | 0.203747 | 0.205994 |
@media only screen and (max-width:767px) {
.ace-responsive-menu li ul li a {
padding-left: 30px;
font-size: 14px;
text-decoration: none;
color: #ddd;
background: #49505a;
display: block;
padding: 14px 20px;
border-bottom: 1px solid #fff;
}
.tsr09 .tright .keyfacts .accordion-contai... | public/css/responsive.css | @media only screen and (max-width:767px) {
.ace-responsive-menu li ul li a {
padding-left: 30px;
font-size: 14px;
text-decoration: none;
color: #ddd;
background: #49505a;
display: block;
padding: 14px 20px;
border-bottom: 1px solid #fff;
}
.tsr09 .tright .keyfacts .accordion-contai... | 0.285173 | 0.074467 |
@charset "UTF-8";
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main,... | app/static/css/design_v2/main.css | @charset "UTF-8";
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main,... | 0.320609 | 0.074433 |
.module h3.header {
margin: 0px;
padding: 0px;
font-size: 16px;
color: #323232;
font-weight: normal;
}
.module span.header-2,
.module span.header-3 { display: block; }
.module h3.header span.title {
display: block;
font-size: 16px;
line-height: 26px;
}
.module h3.header span.subtitle {
... | css/variations/css/modules.css | .module h3.header {
margin: 0px;
padding: 0px;
font-size: 16px;
color: #323232;
font-weight: normal;
}
.module span.header-2,
.module span.header-3 { display: block; }
.module h3.header span.title {
display: block;
font-size: 16px;
line-height: 26px;
}
.module h3.header span.subtitle {
... | 0.223716 | 0.065157 |
:root {
--dino-top: 314px;
--dino-max-top: 20px;
}
body {
margin: 0px;
}
#wrapper {
height: 100%;
width: 100%;
position: absolute;
background-color: gray;
}
#game-space {
height: 500px;
width: 100%;
top: 200px;
left: 0px;
position: absolute;
b... | apps/neuro-dino/css/style.css | :root {
--dino-top: 314px;
--dino-max-top: 20px;
}
body {
margin: 0px;
}
#wrapper {
height: 100%;
width: 100%;
position: absolute;
background-color: gray;
}
#game-space {
height: 500px;
width: 100%;
top: 200px;
left: 0px;
position: absolute;
b... | 0.661814 | 0.129155 |
1.Settings Menu Area
1.a. Sidebar
1.b. Content Area
1.c. Close Button
1.d. Support Server Dialog
2. Guild Area
2.a. Roundness
2.b. Adjusted Size
2.c. Unread Indicators
2.d. Guild Menu
2.e. Wrapper Width
2.f. Home Icon
2.g. Tooltips
2.h. Friends Online
3. Chann... | rebornaddons/oldReborn.css | 1.Settings Menu Area
1.a. Sidebar
1.b. Content Area
1.c. Close Button
1.d. Support Server Dialog
2. Guild Area
2.a. Roundness
2.b. Adjusted Size
2.c. Unread Indicators
2.d. Guild Menu
2.e. Wrapper Width
2.f. Home Icon
2.g. Tooltips
2.h. Friends Online
3. Chann... | 0.301979 | 0.131759 |
.dress-card img{
height:220px;
}
.dress-card-img-top {
width:100%;
border-radius: 7px 7px 0 0;
}
.dress-card-body {
padding:1rem;
background: #fff;
border-radius: 0 0 7px 7px;
}
.dress-card-title {
line-height: 0.5rem;
}
.dress-card-crossed {
text-decoration:... | assets/wp-content/themes/rhapsody/product2.css | .dress-card img{
height:220px;
}
.dress-card-img-top {
width:100%;
border-radius: 7px 7px 0 0;
}
.dress-card-body {
padding:1rem;
background: #fff;
border-radius: 0 0 7px 7px;
}
.dress-card-title {
line-height: 0.5rem;
}
.dress-card-crossed {
text-decoration:... | 0.322526 | 0.108048 |
/*=============================================================
Authour URI: www.binarytheme.com
License: Commons Attribution 3.0
http://creativecommons.org/licenses/by/3.0/
100% To use For Personal And Commercial Use.
IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
=====... | assets/css/style.css |
/*=============================================================
Authour URI: www.binarytheme.com
License: Commons Attribution 3.0
http://creativecommons.org/licenses/by/3.0/
100% To use For Personal And Commercial Use.
IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
=====... | 0.363421 | 0.068725 |
body {
padding-top: 50px;
font-family: Roboto, Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
body {
padding: 0;
}
}
.table-limited td {
max-width: 350px;
}
.table > tbody > tr > td.actions {
white-space: nowrap;
}
form .nav.nav-pills,
form .na... | webroot/css/style.css | body {
padding-top: 50px;
font-family: Roboto, Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
body {
padding: 0;
}
}
.table-limited td {
max-width: 350px;
}
.table > tbody > tr > td.actions {
white-space: nowrap;
}
form .nav.nav-pills,
form .na... | 0.628407 | 0.106087 |
body {
padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.slide-image {
width: 100%;
}
.carousel-holder {
margin-bottom: 30px;
}
.carousel-control,
.item {
border-radius: 4px;
}
.caption {
height: 130px;... | public/css/shop-homepage.css | body {
padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.slide-image {
width: 100%;
}
.carousel-holder {
margin-bottom: 30px;
}
.carousel-control,
.item {
border-radius: 4px;
}
.caption {
height: 130px;... | 0.369315 | 0.088426 |
:root {
--main-green: #1FA592 ;
--main-dark-green: #186F72;
--main-red: #F26D3D;
--main-orange: #F59954;
--main-yellow: #F2D335;
--main-grey: #C6C5BD;
--main-white: #fff;
--main-margin: 2em;
--main-padding: 2em;
--minor-padding: 0.5em;
--main-border-radius: 20px;
--main-b... | src/style.css | :root {
--main-green: #1FA592 ;
--main-dark-green: #186F72;
--main-red: #F26D3D;
--main-orange: #F59954;
--main-yellow: #F2D335;
--main-grey: #C6C5BD;
--main-white: #fff;
--main-margin: 2em;
--main-padding: 2em;
--minor-padding: 0.5em;
--main-border-radius: 20px;
--main-b... | 0.542136 | 0.135204 |
body {
background-color: white;
width: 100%;
}
/* font style*/
.dancingScript {
font-family: "Dancing Script", sans-serif;
}
.homeMadeApple {
font-family: "Homemade Apple", sans-serif;
font-size: smaller;
}
.indieFlower {
font-family: "Indie Flower", sans-serif;
}
.longCang {
font-family... | Assignment2_Daily_postcard/public/postcard.css | body {
background-color: white;
width: 100%;
}
/* font style*/
.dancingScript {
font-family: "Dancing Script", sans-serif;
}
.homeMadeApple {
font-family: "Homemade Apple", sans-serif;
font-size: smaller;
}
.indieFlower {
font-family: "Indie Flower", sans-serif;
}
.longCang {
font-family... | 0.44746 | 0.125333 |
.container {
grid-area: header;
padding: 20px;
background-color: white;
}
.container__secondary {
max-width: 1248px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
}
.containerInput {
max-width: 721px;
width: 100%;
position: relative;
}
.inputWrapper {
padd... | src/components/Header/style.module.css | .container {
grid-area: header;
padding: 20px;
background-color: white;
}
.container__secondary {
max-width: 1248px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
}
.containerInput {
max-width: 721px;
width: 100%;
position: relative;
}
.inputWrapper {
padd... | 0.583559 | 0.076996 |
=================================================================== */
@import url("social-icons.css"); /* Social Icons */
@import url("fancybox.css"); /* Fancybox */
@import url("font-awesome.css"); /* Font Awesome*/
@import url("font-awesome-ie7.css"); /* Font Awesome*/
@import url("glyphicons.css"); ... | backend/web/vendor/bower/css/style.css | =================================================================== */
@import url("social-icons.css"); /* Social Icons */
@import url("fancybox.css"); /* Fancybox */
@import url("font-awesome.css"); /* Font Awesome*/
@import url("font-awesome-ie7.css"); /* Font Awesome*/
@import url("glyphicons.css"); ... | 0.168139 | 0.047647 |
*,
*::after,
*::before {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
background-color: #fff;
}
/* Login Page */
.... | public/assets/styles.css | *,
*::after,
*::before {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
background-color: #fff;
}
/* Login Page */
.... | 0.439507 | 0.06216 |
@import "normalize.css";
body {
margin: 0;
padding: 0;
height: 100%;
background: white;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helve... | src/css/common.css | @import "normalize.css";
body {
margin: 0;
padding: 0;
height: 100%;
background: white;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helve... | 0.581897 | 0.090333 |
.app-aside{
bottom: 3.4375rem !important;
height: auto !important;
}
.app-footer:not(.hide) ~ .app-body{
padding-bottom: 3.4375rem !important;
}
.app-player{
position: fixed;
bottom: 0;
left: 0;
right: 0;
margin: 0;
z-index: 1030 !important;
}
.playlist{
padding: 10px 0 5px 0;
min-height: 3.4375rem;
back... | public/libs/mediaelement/build/mep.css | .app-aside{
bottom: 3.4375rem !important;
height: auto !important;
}
.app-footer:not(.hide) ~ .app-body{
padding-bottom: 3.4375rem !important;
}
.app-player{
position: fixed;
bottom: 0;
left: 0;
right: 0;
margin: 0;
z-index: 1030 !important;
}
.playlist{
padding: 10px 0 5px 0;
min-height: 3.4375rem;
back... | 0.361728 | 0.04363 |
.product-info {
background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,255,255,1));
padding-left: 1%;
width: 18%;
}
.product-image {
background-color: white;
float: right;
/* move img from border */
margin: -3px 6% 0 0;
border: 1px solid gray;
width: 100px;
heigh... | components/Product/Product.css | .product-info {
background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,255,255,1));
padding-left: 1%;
width: 18%;
}
.product-image {
background-color: white;
float: right;
/* move img from border */
margin: -3px 6% 0 0;
border: 1px solid gray;
width: 100px;
heigh... | 0.59408 | 0.165661 |
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);
* {
-moz-box-sizing: inherit;
box-sizing: inherit;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.6s;
transition-duration: 0.6s;
-webkit-transition-timing-function: ease;
transition-timin... | my-app/src/component/home/InputForm.css | @import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);
* {
-moz-box-sizing: inherit;
box-sizing: inherit;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.6s;
transition-duration: 0.6s;
-webkit-transition-timing-function: ease;
transition-timin... | 0.402627 | 0.076926 |
head,body{
height:100%;
width:100%;
margin:0;
padding:0;
}
body{
background: #f5f5f5;
min-height: 100%;
min-width: 100%;
overflow-x:hidden;
}
.demoheight{
min-height:60%;
background:lightgray;
}
.head-bar{
height:5%;
background:gray;
padding:5;
font-size:3vh;
z-index:2... | tethysapp/rheasvieweroption2/public/css/main0.css | head,body{
height:100%;
width:100%;
margin:0;
padding:0;
}
body{
background: #f5f5f5;
min-height: 100%;
min-width: 100%;
overflow-x:hidden;
}
.demoheight{
min-height:60%;
background:lightgray;
}
.head-bar{
height:5%;
background:gray;
padding:5;
font-size:3vh;
z-index:2... | 0.279042 | 0.040731 |
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
*{
margin:0;
padding:0;
}
html, body{
height: 100%;
padding: 0;
scroll-behavior: smooth;
background: #f7f5f2;
color: #a0a0a0;
font-family: 'Roboto', sans-serif;
font-weight: 300;
}
h1 {
position: fixe... | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
*{
margin:0;
padding:0;
}
html, body{
height: 100%;
padding: 0;
scroll-behavior: smooth;
background: #f7f5f2;
color: #a0a0a0;
font-family: 'Roboto', sans-serif;
font-weight: 300;
}
h1 {
position: fixe... | 0.463201 | 0.099865 |
.news-card {
position: relative;
padding: 20px;
background-color: var(--color-secondary-bg);
border-radius: 8px;
}
@media (min-width: 37.5em) { /* 600px */
.news-card {
padding: 30px 50px;
}
}
/* News Card With Image */
@media (min-width: 37.5em) { /* 600px */
.news-card--with-image {
display:... | source/stylesheets/blocks/news-card.css |
.news-card {
position: relative;
padding: 20px;
background-color: var(--color-secondary-bg);
border-radius: 8px;
}
@media (min-width: 37.5em) { /* 600px */
.news-card {
padding: 30px 50px;
}
}
/* News Card With Image */
@media (min-width: 37.5em) { /* 600px */
.news-card--with-image {
display:... | 0.361503 | 0.067547 |
body {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #777777;
background-color:#ffffff;
margin: 10px;
padding: 0;
}
#login, #registration {
font-size: 14px;
font-family: arial, helvetica, sans-serif;
width: 28%;
margin: 0 auto;
... | style/css/css.css | body {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #777777;
background-color:#ffffff;
margin: 10px;
padding: 0;
}
#login, #registration {
font-size: 14px;
font-family: arial, helvetica, sans-serif;
width: 28%;
margin: 0 auto;
... | 0.446253 | 0.093678 |
* {
color: rgb(175, 175, 175);
}
body {
background-color: #242424;
}
.ticketDisplay {
margin-top: 2rem;
}
#tables {
display: block;
margin: auto;
justify-content: space-between !important;
width: 100%;
min-width: 0px;
}
.table-dark {
--bs-table-bg: #000000;
--bs-table-striped-bg: #212529;
--bs-table-stripe... | public/dashboard.css | * {
color: rgb(175, 175, 175);
}
body {
background-color: #242424;
}
.ticketDisplay {
margin-top: 2rem;
}
#tables {
display: block;
margin: auto;
justify-content: space-between !important;
width: 100%;
min-width: 0px;
}
.table-dark {
--bs-table-bg: #000000;
--bs-table-striped-bg: #212529;
--bs-table-stripe... | 0.336331 | 0.08292 |
* {
font-family: 'Cairo', sans-serif;
}
body > #root > div {
height: 100vh;
}
.col {
margin: 5px;
}
/* brand colors */
.logo-blue {
color: #0099bb;
}
.brand-orange {
color: #d57700
}
.brand-dark-orange {
color: #bf5700
}
/* ---------- navbar styling ---------- */
/* basic */
.navbar {
border-bottom: 1px... | client/src/App.css | * {
font-family: 'Cairo', sans-serif;
}
body > #root > div {
height: 100vh;
}
.col {
margin: 5px;
}
/* brand colors */
.logo-blue {
color: #0099bb;
}
.brand-orange {
color: #d57700
}
.brand-dark-orange {
color: #bf5700
}
/* ---------- navbar styling ---------- */
/* basic */
.navbar {
border-bottom: 1px... | 0.376852 | 0.10786 |
@media only screen and (max-width: 1270px) {
div.settings-sidebar:not(.mui-drawer) {
transform: translate3d(-100%, 0, 0);
}
div.settings-content {
margin-left: 0 !important;
}
.settings-menu-toggle {
display: flex !important;
}
.settings-parent .cs-tabs ul {
padding-top: 20px;
heig... | client/css/responsive.css | @media only screen and (max-width: 1270px) {
div.settings-sidebar:not(.mui-drawer) {
transform: translate3d(-100%, 0, 0);
}
div.settings-content {
margin-left: 0 !important;
}
.settings-menu-toggle {
display: flex !important;
}
.settings-parent .cs-tabs ul {
padding-top: 20px;
heig... | 0.44071 | 0.104752 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,400,600,700,800');
@import url(../icons/font-awesome/css/font-awesome.min.css);
@import url(../icons/simple-line-icons/css/simple-line-icons.css);
@import url(../icons/weather-icons/css/weather-icons.min.css);
@import url(../icons/linea-icons/linea.css... | public/assets/css/dashboard-style.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,400,600,700,800');
@import url(../icons/font-awesome/css/font-awesome.min.css);
@import url(../icons/simple-line-icons/css/simple-line-icons.css);
@import url(../icons/weather-icons/css/weather-icons.min.css);
@import url(../icons/linea-icons/linea.css... | 0.27338 | 0.049336 |
h1 {
color: #369;
font-family: Arial, Helvetica, sans-serif;
font-size: 250%;
}
h2, h3 {
color: #444;
font-family: Arial, Helvetica, sans-serif;
font-weight: lighter;
}
body {
margin: 2em;
}
body, input[text], button {
color: #888;
font-family: Cambria, Georgia;
}
a {
cursor: pointer;
cursor: hand... | styles.css | h1 {
color: #369;
font-family: Arial, Helvetica, sans-serif;
font-size: 250%;
}
h2, h3 {
color: #444;
font-family: Arial, Helvetica, sans-serif;
font-weight: lighter;
}
body {
margin: 2em;
}
body, input[text], button {
color: #888;
font-family: Cambria, Georgia;
}
a {
cursor: pointer;
cursor: hand... | 0.338514 | 0.088269 |
html {
font-family: Palatino, Georgia, Lucida Bright, Book Antiqua, serif;
font-size: 16px;
line-height: 1.5rem;
}
code, pre, samp, kbd {
font-family: Consolas, Liberation Mono, Menlo, Courier, monospace;
font-size: 0.833rem;
}
kbd { font-weight: bold; }
h1, h2, h3, h4, h5, h6, th { font-weight: normal; }
... | src/writ.css |
html {
font-family: Palatino, Georgia, Lucida Bright, Book Antiqua, serif;
font-size: 16px;
line-height: 1.5rem;
}
code, pre, samp, kbd {
font-family: Consolas, Liberation Mono, Menlo, Courier, monospace;
font-size: 0.833rem;
}
kbd { font-weight: bold; }
h1, h2, h3, h4, h5, h6, th { font-weight: normal; }
... | 0.467332 | 0.137156 |
@namespace 'WSRAvatar';
:import {
-st-from: '../Foundation/stylable/shadows.st.css';
-st-named: shadow10;
}
:import {
-st-from: 'wix-ui-core/dist/src/components/avatar/avatar.st.css';
-st-default: Avatar;
}
:import {
-st-from: '../Foundation/stylable/colors.st.css';
-st-named: A1, A2, A3, A4, A5, A6, F00... | packages/wix-style-react/src/Avatar/Avatar.st.css | @namespace 'WSRAvatar';
:import {
-st-from: '../Foundation/stylable/shadows.st.css';
-st-named: shadow10;
}
:import {
-st-from: 'wix-ui-core/dist/src/components/avatar/avatar.st.css';
-st-default: Avatar;
}
:import {
-st-from: '../Foundation/stylable/colors.st.css';
-st-named: A1, A2, A3, A4, A5, A6, F00... | 0.53777 | 0.101991 |
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot... | public/frontend/dist/css/login.css |
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot... | 0.439026 | 0.102709 |
@media only screen and (max-width: 767px){
.pre-header,
.menu-area,
.contato-area,
.port_produtos,
.bloco,
.bloco h2,
.bloco h6,
.form-contato h2,
.endereco-contato h3,
.endereco-contato h5,
.bloco2,
.form-group,
.form-contato,
.endereco-contato,
.footer-area{
width: 100%;
te... | public/css/responsivo.css | @media only screen and (max-width: 767px){
.pre-header,
.menu-area,
.contato-area,
.port_produtos,
.bloco,
.bloco h2,
.bloco h6,
.form-contato h2,
.endereco-contato h3,
.endereco-contato h5,
.bloco2,
.form-group,
.form-contato,
.endereco-contato,
.footer-area{
width: 100%;
te... | 0.103862 | 0.083553 |