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";
/* CSS Document */
/*
Template Name : Fixit is repair Shop websites template
Author : <NAME>;
*/
/*--------- General --------
+ Typography
+ Button
- Btn
- Default
- Primary
- Secondary
- Lg
- Sm
- Xs
- Btn link
- Form
+ Section
- Section Space
- Section Color
- Section Color Bg
- ... | public/css/style.css | @charset "UTF-8";
/* CSS Document */
/*
Template Name : Fixit is repair Shop websites template
Author : <NAME>;
*/
/*--------- General --------
+ Typography
+ Button
- Btn
- Default
- Primary
- Secondary
- Lg
- Sm
- Xs
- Btn link
- Form
+ Section
- Section Space
- Section Color
- Section Color Bg
- ... | 0.328853 | 0.066176 |
01. RESET CSS
02. Fonts CSS
03. Common CSS
04. Navigation
05. Header Section
06. Features Box Section
07. Features Section
08. Screenshots Section
09. Statistics Section
10. Pricing Section
11. Faq Section
12. Team Section
13. Testimonial Section
14. Contact Section
15. Footer Section
16. Fix Media Query
17. Flat Pag... | assets/landing_pages/assets/css/stylec302.css | 01. RESET CSS
02. Fonts CSS
03. Common CSS
04. Navigation
05. Header Section
06. Features Box Section
07. Features Section
08. Screenshots Section
09. Statistics Section
10. Pricing Section
11. Faq Section
12. Team Section
13. Testimonial Section
14. Contact Section
15. Footer Section
16. Fix Media Query
17. Flat Pag... | 0.294418 | 0.096365 |
div.content {
float: right;
width: 82.3%;
margin-left: 10px;
/*background: #462919;*/
}
article {
float: left;
}
div.book {
float: right;
/*overflow: hidden;*/
width: 70%;
transition: 3s ease-in-out;
}
div.book {
background-size: cover;
opacity: 0.3;
width: 58.0%;
... | dist/css/news.css | div.content {
float: right;
width: 82.3%;
margin-left: 10px;
/*background: #462919;*/
}
article {
float: left;
}
div.book {
float: right;
/*overflow: hidden;*/
width: 70%;
transition: 3s ease-in-out;
}
div.book {
background-size: cover;
opacity: 0.3;
width: 58.0%;
... | 0.462959 | 0.170715 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'poppins', sans-serif;
/*Code BY MH Miyazi*/
}
section {
position: relative;
width: 100%;
/*Code BY MH Miyazi*/
min-height: 100vh;
padding: 100px;
display: flex;
justify-content: space-betwe... | EnergyDrinks/css/energy.css |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'poppins', sans-serif;
/*Code BY MH Miyazi*/
}
section {
position: relative;
width: 100%;
/*Code BY MH Miyazi*/
min-height: 100vh;
padding: 100px;
display: flex;
justify-content: space-betwe... | 0.311532 | 0.057971 |
*{
margin: 0;
padding: 0;
}
html,body{
background-color: #0d0f2c;
height: 100%;
}
.header {
background: url(../img/biaoti.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
width: 100%;
height: 380px;
text-align: center;
color:white;
font-size: 0;
display: flex;... | css/ysjk.css | *{
margin: 0;
padding: 0;
}
html,body{
background-color: #0d0f2c;
height: 100%;
}
.header {
background: url(../img/biaoti.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
width: 100%;
height: 380px;
text-align: center;
color:white;
font-size: 0;
display: flex;... | 0.350977 | 0.057071 |
@import url('format.css');
@import url('../libs/skeleton-css/css/normalize.css');
@import url('../libs/skeleton-css/css/skeleton.css');
@import url('http://fonts.googleapis.com/css?family=Open+Sans+Condensed|Open+Sans');
/****************** Typography and Color ******************/
::-moz-selection {
background-colo... | multiCssTemplate/assets/css/blackwhite.css | @import url('format.css');
@import url('../libs/skeleton-css/css/normalize.css');
@import url('../libs/skeleton-css/css/skeleton.css');
@import url('http://fonts.googleapis.com/css?family=Open+Sans+Condensed|Open+Sans');
/****************** Typography and Color ******************/
::-moz-selection {
background-colo... | 0.222025 | 0.0566 |
.note-viewer {
position: relative;
padding: 10px;
margin-left: 4px;
background: rgb(56, 56, 56);
color: ghostwhite;
transition: all 0.25s ease;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
max-height: 100%;
}
.... | src/ui/components/NoteViewer.css | .note-viewer {
position: relative;
padding: 10px;
margin-left: 4px;
background: rgb(56, 56, 56);
color: ghostwhite;
transition: all 0.25s ease;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
max-height: 100%;
}
.... | 0.667906 | 0.103205 |
.min-vh-100 {
min-height: 100vh !important;
}
.orange-text {
color: orange !important;
}
.btn {
letter-spacing: .1em;
text-transform: uppercase;
font-weight: bold;
}
.btn-social {
position: relative;
padding-left: 3rem;
}
.btn-block {
display: block;
width: 100%;
}
.btn-outline-prima... | public/search/css/dangnhap.css | .min-vh-100 {
min-height: 100vh !important;
}
.orange-text {
color: orange !important;
}
.btn {
letter-spacing: .1em;
text-transform: uppercase;
font-weight: bold;
}
.btn-social {
position: relative;
padding-left: 3rem;
}
.btn-block {
display: block;
width: 100%;
}
.btn-outline-prima... | 0.640411 | 0.074736 |
.App {
font-family: sans-serif;
text-align: center;
}
@import url("https://fonts.googleapis.com/css2?family=Recursive&display=swap");
.main {
width: 900px;
border-radius: 20px;
background-color: #01579b;
margin-left: 10px;
}
.top {
height: 40px;
background-color: #424242;
color: whitesmoke... | frontend/src/styles.css | .App {
font-family: sans-serif;
text-align: center;
}
@import url("https://fonts.googleapis.com/css2?family=Recursive&display=swap");
.main {
width: 900px;
border-radius: 20px;
background-color: #01579b;
margin-left: 10px;
}
.top {
height: 40px;
background-color: #424242;
color: whitesmoke... | 0.413004 | 0.099821 |
/************************************************************/
/* The list (ul) at the top, with the weekdays. */
/************************************************************/
/************************************************************/
/* Most tabs */
/***... | themes/BlackWhiteAndRed/table_styles.css |
/************************************************************/
/* The list (ul) at the top, with the weekdays. */
/************************************************************/
/************************************************************/
/* Most tabs */
/***... | 0.346431 | 0.209268 |
@import url("https://fonts.googleapis.com/css?family=Poppins:700");
body {
height: 100%;
overflow-y: hidden;
}
.slides-nav {
z-index: 99;
position: fixed;
right: -5%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-it... | css/slider.css | @import url("https://fonts.googleapis.com/css?family=Poppins:700");
body {
height: 100%;
overflow-y: hidden;
}
.slides-nav {
z-index: 99;
position: fixed;
right: -5%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-it... | 0.510985 | 0.072243 |
div.jGrowl { z-index: 9999; color: #fff; font-size: 12px; }
div.ie6 { position: absolute; }
div.ie6.top-right { right: auto; bottom: auto; left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.doc... | resources/css/jquery.jgrowl.min.css | div.jGrowl { z-index: 9999; color: #fff; font-size: 12px; }
div.ie6 { position: absolute; }
div.ie6.top-right { right: auto; bottom: auto; left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.doc... | 0.239349 | 0.175556 |
.sf-menu.sf-style-pomegranate {
float: left;
margin-bottom: 1em;
padding: 0;
}
.sf-menu.sf-style-pomegranate.sf-navbar {
width: 100%;
}
.sf-menu.sf-style-pomegranate ul {
padding-left: 0;
}
.sf-menu.sf-style-pomegranate a,
.sf-menu.sf-style-pomegranate span.nolink {
border: 1px outset #68000e;
color: #ffe... | themag_theme/libraries/superfish/style/pomegranate.css | .sf-menu.sf-style-pomegranate {
float: left;
margin-bottom: 1em;
padding: 0;
}
.sf-menu.sf-style-pomegranate.sf-navbar {
width: 100%;
}
.sf-menu.sf-style-pomegranate ul {
padding-left: 0;
}
.sf-menu.sf-style-pomegranate a,
.sf-menu.sf-style-pomegranate span.nolink {
border: 1px outset #68000e;
color: #ffe... | 0.360039 | 0.099339 |
@import url("https://fonts.googleapis.com/css?family=Vollkorn:400,400i,700,700i&subset=latin-ext");
html {
background-color: white;
color: #333;
font-size: 1em;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
line-height: 1.4;
font-family: system-ui, sans-serif;
height: 100%;
}
/* To be used once... | resume/main.css |
@import url("https://fonts.googleapis.com/css?family=Vollkorn:400,400i,700,700i&subset=latin-ext");
html {
background-color: white;
color: #333;
font-size: 1em;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
line-height: 1.4;
font-family: system-ui, sans-serif;
height: 100%;
}
/* To be used once... | 0.312685 | 0.079389 |
.flex {display: flex;}
.none {display: none;}
.middle_middle {justify-content: center;align-items: center;}
.x_middle {justify-content: center;}
.y_middle {align-items: center;}
.zero_1_zero {justify-content: space-between;align-items: center;}
.one_1_one {justify-content: space-around;align-items: center;}
.l_r {fl... | main.css | .flex {display: flex;}
.none {display: none;}
.middle_middle {justify-content: center;align-items: center;}
.x_middle {justify-content: center;}
.y_middle {align-items: center;}
.zero_1_zero {justify-content: space-between;align-items: center;}
.one_1_one {justify-content: space-around;align-items: center;}
.l_r {fl... | 0.274254 | 0.121295 |
body{
background-color:#f4f4f4;
color:#555;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
line-height:1.6em;
margin:0;
}
.container{
width:80%;
margin:auto;
overflow:hidden;
}
html {
scroll-behavior: smooth;
}
#main-header{
background-color:coral;
color:#fff;
}
/* N... | assets/css/style2.css | body{
background-color:#f4f4f4;
color:#555;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
line-height:1.6em;
margin:0;
}
.container{
width:80%;
margin:auto;
overflow:hidden;
}
html {
scroll-behavior: smooth;
}
#main-header{
background-color:coral;
color:#fff;
}
/* N... | 0.209348 | 0.042722 |
.App {
text-align: center;
}
.App-header {
background-color: #0000FF;
height: 70px;
padding: 20px;
color: white;
}
.App-title {
font-size: 1.5em;
}
.App-intro {
font-size: large;
}
.tile {
width: 50%;
margin: auto;
margin-top: 10px;
background: lightyellow;
border-style: solid;
border-widt... | recipe-book-client/src/App.css | .App {
text-align: center;
}
.App-header {
background-color: #0000FF;
height: 70px;
padding: 20px;
color: white;
}
.App-title {
font-size: 1.5em;
}
.App-intro {
font-size: large;
}
.tile {
width: 50%;
margin: auto;
margin-top: 10px;
background: lightyellow;
border-style: solid;
border-widt... | 0.427516 | 0.074265 |
:root {
--darkpurple: #444053;
--mediumpurple: #4e4a5f;
--lighterpurple: #5c5770;
--darkpurpletrans: #444053a8;
--niceblue: #6C63FF;
--notwhite: #E6E6E6;
--lightblue: #F0EFFF;
--whitestwhite: #ffffff;
--maybepink: #F0EFFF;
--colorfulgray: #67647E;
--kindofred: #CC818C;
--... | style.css | :root {
--darkpurple: #444053;
--mediumpurple: #4e4a5f;
--lighterpurple: #5c5770;
--darkpurpletrans: #444053a8;
--niceblue: #6C63FF;
--notwhite: #E6E6E6;
--lightblue: #F0EFFF;
--whitestwhite: #ffffff;
--maybepink: #F0EFFF;
--colorfulgray: #67647E;
--kindofred: #CC818C;
--... | 0.340485 | 0.155046 |
.org-isisaddons-module-publishmq-dom-jdo-status-StatusMessage .negative {
color: red;
}
.entityPage.org-estatio-dom-classification-ClassificationForOccupancy .classified-as-col {
padding-top: 41px;
}
/* TODO: can probably remove, fixed in 1.13.2.20170130-1613 */
.select2-container-multi.input-sm {
height:... | estatioapp/webapp/src/main/webapp/css/application.css | .org-isisaddons-module-publishmq-dom-jdo-status-StatusMessage .negative {
color: red;
}
.entityPage.org-estatio-dom-classification-ClassificationForOccupancy .classified-as-col {
padding-top: 41px;
}
/* TODO: can probably remove, fixed in 1.13.2.20170130-1613 */
.select2-container-multi.input-sm {
height:... | 0.270577 | 0.132374 |
.header{
font-size: 1.6rem;
background: #00B0FF;
color: #fff;
padding:0.2rem;
border-radius:4px;
margin-top: 0;
}
input,
.button,
button,
textarea{
border-radius: 4px;
border: 1px solid #bbb;
padding: 0 6px;
}
textarea{
width: 96%;
height: 350px;
}
nav,
nav a{
background: #222;
}
na... | zac andresen/cars/style.css | .header{
font-size: 1.6rem;
background: #00B0FF;
color: #fff;
padding:0.2rem;
border-radius:4px;
margin-top: 0;
}
input,
.button,
button,
textarea{
border-radius: 4px;
border: 1px solid #bbb;
padding: 0 6px;
}
textarea{
width: 96%;
height: 350px;
}
nav,
nav a{
background: #222;
}
na... | 0.271252 | 0.050799 |
.Section {
border: 1px solid #6a6a6a;
border-radius: 3px;
background-color: #f5f5f5;
}
.Section__title {
margin: 15px 20px 10px;
font-size: 24px;
font-weight: 400;
text-align: center;
align-self: center;
}
.Section__highlight {
grid-row: 2;
background-color: white;
border: 1px solid #6a6a6a;
bor... | docs/v1.f8a18fca.css | .Section {
border: 1px solid #6a6a6a;
border-radius: 3px;
background-color: #f5f5f5;
}
.Section__title {
margin: 15px 20px 10px;
font-size: 24px;
font-weight: 400;
text-align: center;
align-self: center;
}
.Section__highlight {
grid-row: 2;
background-color: white;
border: 1px solid #6a6a6a;
bor... | 0.475118 | 0.171027 |
*:focus {outline: none !important;}
html {
height: 92%;
}
body {
height: 92%;
padding-top: 60px;
padding-bottom: 40px;
}
.hover{
cursor:pointer !important;
background-color:#0088cc;
color: White !important;
}
#userfile.hover{
cursor:pointer !important;
}
footer {
padding: 17px... | src/main/webapp/resources/public/css/style.css | *:focus {outline: none !important;}
html {
height: 92%;
}
body {
height: 92%;
padding-top: 60px;
padding-bottom: 40px;
}
.hover{
cursor:pointer !important;
background-color:#0088cc;
color: White !important;
}
#userfile.hover{
cursor:pointer !important;
}
footer {
padding: 17px... | 0.271638 | 0.075041 |
.mmgisButton {
-webkit-transition: all 0.15s ease-in;
transition: all 0.15s ease-in;
color: #999;
background-color: #111;
border-radius: 2px;
border: 1px solid #666;
width: auto;
display: inline-block;
padding-left: 14px;
padding-right: 14px;
height: 28px;
fon... | src/css/mmgisUI.css | .mmgisButton {
-webkit-transition: all 0.15s ease-in;
transition: all 0.15s ease-in;
color: #999;
background-color: #111;
border-radius: 2px;
border: 1px solid #666;
width: auto;
display: inline-block;
padding-left: 14px;
padding-right: 14px;
height: 28px;
fon... | 0.292696 | 0.072604 |
body {
color: #000;
font-family:Monospace;
font-size:13px;
margin: 0px;
overflow: hidden;
}
.hide {
display: none;
}
/* control panel */
.info{
position: absolute;
margin-left: 15px;
top: 0;
}
.info ul {
list-style: none;
width: 100%;
color: whi... | ocean/common.css | body {
color: #000;
font-family:Monospace;
font-size:13px;
margin: 0px;
overflow: hidden;
}
.hide {
display: none;
}
/* control panel */
.info{
position: absolute;
margin-left: 15px;
top: 0;
}
.info ul {
list-style: none;
width: 100%;
color: whi... | 0.327561 | 0.054374 |
.classroom_botom{
/* background-color: rgb(74, 236, 128); */
clear: both;
width: 21.125rem;
height: 25%;
/* 底部留2% */
}
.classroom_fengji{
/* background-color: blue; */
text-align: center;
float: left;
margin-left: 1%;
widt... | src/components/IotPlatfrom/ClassroomLive/ClassroomBotom/ClassroomBotom.css | .classroom_botom{
/* background-color: rgb(74, 236, 128); */
clear: both;
width: 21.125rem;
height: 25%;
/* 底部留2% */
}
.classroom_fengji{
/* background-color: blue; */
text-align: center;
float: left;
margin-left: 1%;
widt... | 0.417628 | 0.110663 |
@-moz-document domain("fallenlondon.com")
{
div.hand__card-container[data-event-id="10133"] button, /* Docks (Parabolan Panthers) */
div.hand__card-container[data-event-id="10135"] button, /* Bohemians (Parabolan Panthers) */
div.hand__card-container[data-event-id="10153"] button, /* Society (Parabolan Panthers / M... | data/usercss/164615.user.css | @-moz-document domain("fallenlondon.com")
{
div.hand__card-container[data-event-id="10133"] button, /* Docks (Parabolan Panthers) */
div.hand__card-container[data-event-id="10135"] button, /* Bohemians (Parabolan Panthers) */
div.hand__card-container[data-event-id="10153"] button, /* Society (Parabolan Panthers / M... | 0.186502 | 0.057891 |
.controls {
position: absolute;
min-width: 280px;
top: 0;
right: 0;
transform: translate3d(90%,15px,0);
transition: transform .3s;
z-index: 1;
pointer-events: none;
}
.controls.open {
transform: translate3d(-15px,15px,0);
}
.controls header {
display: flex;
border-color: inherit;
}
.open-contro... | src/css/controls/Controls.css | .controls {
position: absolute;
min-width: 280px;
top: 0;
right: 0;
transform: translate3d(90%,15px,0);
transition: transform .3s;
z-index: 1;
pointer-events: none;
}
.controls.open {
transform: translate3d(-15px,15px,0);
}
.controls header {
display: flex;
border-color: inherit;
}
.open-contro... | 0.591487 | 0.077169 |
.mdc-banner__graphic {
color: #fff;
/* @alternate */
color: var(--mdc-theme-surface, #fff);
}
.mdc-banner__graphic {
background-color: #6200ee;
/* @alternate */
background-color: var(--mdc-theme-primary, #6200ee);
}
.mdc-banner__content,
.mdc-banner__fixed {
min-width: 344px;
}
@media (max-width: 480px)... | js/node_modules/@material/banner/dist/mdc.banner.css | .mdc-banner__graphic {
color: #fff;
/* @alternate */
color: var(--mdc-theme-surface, #fff);
}
.mdc-banner__graphic {
background-color: #6200ee;
/* @alternate */
background-color: var(--mdc-theme-primary, #6200ee);
}
.mdc-banner__content,
.mdc-banner__fixed {
min-width: 344px;
}
@media (max-width: 480px)... | 0.276886 | 0.050541 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("forum.toribash.com") {
/* Solarized dark toribash 0.9
* by BFG:
* http://forum.toribash.com/member.php?u=456221
*/
a
{
color: #268bd2 !important;
text-shadow: #268bd2 0px 0px 15px !important;
}
body, td
{
... | data/usercss/100348.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("forum.toribash.com") {
/* Solarized dark toribash 0.9
* by BFG:
* http://forum.toribash.com/member.php?u=456221
*/
a
{
color: #268bd2 !important;
text-shadow: #268bd2 0px 0px 15px !important;
}
body, td
{
... | 0.282295 | 0.124932 |
@font-face {
font-family: 'ds-digitalbold';
src: url('../fonts/ds-digib-webfont.eot');
src: url('../fonts/ds-digib/ds-digib-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/ds-digib/ds-digib-webfont.woff2') format('woff2'),
url('../fonts/ds-digib/ds-digib-webfont.woff') form... | assets/style/style.css | @font-face {
font-family: 'ds-digitalbold';
src: url('../fonts/ds-digib-webfont.eot');
src: url('../fonts/ds-digib/ds-digib-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/ds-digib/ds-digib-webfont.woff2') format('woff2'),
url('../fonts/ds-digib/ds-digib-webfont.woff') form... | 0.404625 | 0.060142 |
.ace--i-l-m-stream .ace_gutter {
background: rgba(36,33,33,1);
color: rgb(90,27,138)
}
.ace--i-l-m-stream .ace_print-margin {
width: 1px;
background: #e8e8e8
}
.ace--i-l-m-stream {
background-color: rgba(36,33,33,1);
color: rgba(144,21,243,1)
}
.ace--i-l-m-stream .ace_cursor {
color: rgba(84,221,39,1)
... | ace/lib/ace/theme/ILMStream.css | .ace--i-l-m-stream .ace_gutter {
background: rgba(36,33,33,1);
color: rgb(90,27,138)
}
.ace--i-l-m-stream .ace_print-margin {
width: 1px;
background: #e8e8e8
}
.ace--i-l-m-stream {
background-color: rgba(36,33,33,1);
color: rgba(144,21,243,1)
}
.ace--i-l-m-stream .ace_cursor {
color: rgba(84,221,39,1)
... | 0.502197 | 0.092934 |
/* UNIVERSAL ELEMENTS */
@font-face{
src: url(/assets/fonts/Karla-Regular.ttf);
font-family: Karla-Regular;
}
/* @font-face{
src: url(/assets/fonts/Karla-SemiBold.ttf);
font-family: Karla-SemiBold;
} */
::selection {
color: var(--bg-color);
background: var(--font-color);
}
::-moz-selection {
... | assets/stylesheets/main.css |
/* UNIVERSAL ELEMENTS */
@font-face{
src: url(/assets/fonts/Karla-Regular.ttf);
font-family: Karla-Regular;
}
/* @font-face{
src: url(/assets/fonts/Karla-SemiBold.ttf);
font-family: Karla-SemiBold;
} */
::selection {
color: var(--bg-color);
background: var(--font-color);
}
::-moz-selection {
... | 0.300746 | 0.066995 |
Created on : Aug 14, 2015, 11:17:22 PM
Author : <NAME>
*/
body
{
}
.forms_page_esign-ninja-about .about-wrap h1
{
margin: .67em 0;
}
.forms_page_esign-ninja-about .about-wrap .about-text{
margin: 1em 0 2em;
background: #fff;
padding: 1em;
border-left: #588ebf solid 5px;
}
.forms_page_esign-nin... | admin/assets/css/esig-ninja-about.css | Created on : Aug 14, 2015, 11:17:22 PM
Author : <NAME>
*/
body
{
}
.forms_page_esign-ninja-about .about-wrap h1
{
margin: .67em 0;
}
.forms_page_esign-ninja-about .about-wrap .about-text{
margin: 1em 0 2em;
background: #fff;
padding: 1em;
border-left: #588ebf solid 5px;
}
.forms_page_esign-nin... | 0.267217 | 0.115312 |
body {
background-color: #ffffff;
font-family: "Helvetica", "Arial", sans-serif;
margin: 0px;
padding: 0px;
}
a {
color: #204a87;
text-decoration: none;
}
header {
background-color: #555753;
padding-top: 4px;
}
header > div {
background-color: #babdb6;
background: -webkit-grad... | extension/palsu/static/css/palsu.css | body {
background-color: #ffffff;
font-family: "Helvetica", "Arial", sans-serif;
margin: 0px;
padding: 0px;
}
a {
color: #204a87;
text-decoration: none;
}
header {
background-color: #555753;
padding-top: 4px;
}
header > div {
background-color: #babdb6;
background: -webkit-grad... | 0.375592 | 0.146331 |
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-def... | dist/css/bootstrap-theme.css | .btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-def... | 0.283087 | 0.071074 |
html {
font-size: 67.5%;
}
body {
background: #d5fdfd;
margin: 0;
font-family: "Do Hyeon", sans-serif;
overflow-x: hidden;
scroll-behavior: smooth;
-webkit-font-smoothing: antialiased;
}
@media (max-width: 500px) {
body {
width: 95vw;
}
}
body header {
display: flex;
display: -webkit-flex;
... | styles/index.css | html {
font-size: 67.5%;
}
body {
background: #d5fdfd;
margin: 0;
font-family: "Do Hyeon", sans-serif;
overflow-x: hidden;
scroll-behavior: smooth;
-webkit-font-smoothing: antialiased;
}
@media (max-width: 500px) {
body {
width: 95vw;
}
}
body header {
display: flex;
display: -webkit-flex;
... | 0.339499 | 0.049314 |
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
body {
min-width: 320px;
padding: 0;
margin: 0;
font-family: sans-serif;
background-color: #f6f6f6;
}
img {
max-width: 100%;
}
a {
text-decoration: none;
color: inherit;
}
.container {
height: 100vh;
width: 100%... | src/assets/styles/style.css | html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
body {
min-width: 320px;
padding: 0;
margin: 0;
font-family: sans-serif;
background-color: #f6f6f6;
}
img {
max-width: 100%;
}
a {
text-decoration: none;
color: inherit;
}
.container {
height: 100vh;
width: 100%... | 0.573798 | 0.076167 |
:root, body.dark-theme {
--color-foreground: #ccd5dc;
--color-navbar: #66666d;
--color-breadcrumb: #999;
--color-underline: #ddd;
--color-toc-hover: #fff;
--color-background: #252527;
--color-background-subnav: #333337;
--color-background-dark: #1e1e1e;
--color-background-table-alt:... | docs/styles/main.css | :root, body.dark-theme {
--color-foreground: #ccd5dc;
--color-navbar: #66666d;
--color-breadcrumb: #999;
--color-underline: #ddd;
--color-toc-hover: #fff;
--color-background: #252527;
--color-background-subnav: #333337;
--color-background-dark: #1e1e1e;
--color-background-table-alt:... | 0.573201 | 0.102664 |
:root {
--theia-view-container-title-height: var(--theia-content-line-height);
--theia-view-container-content-height: calc(100% - var(--theia-view-container-title-height));
}
.theia-view-container {
height: 100%;
display: flex;
flex-direction: column;
}
.theia-view-container > .p-SplitPanel {
... | prototype/theia/packages/core/src/browser/style/view-container.css | :root {
--theia-view-container-title-height: var(--theia-content-line-height);
--theia-view-container-content-height: calc(100% - var(--theia-view-container-title-height));
}
.theia-view-container {
height: 100%;
display: flex;
flex-direction: column;
}
.theia-view-container > .p-SplitPanel {
... | 0.40486 | 0.143548 |
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, ... | css/404.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.448426 | 0.145115 |
width: 100%;
background: #001329;
}
#hero .container {
padding-top: 32px;
color: black;
}
#hero .btn-get-started:hover {
background: #209dd8;
}
#hero .btn-watch-video {
font-size: 16px;
display: flex;
align-items: center;
transition: 0.5s;
margin: 10px 0 0 25px;
color: #fff;
line-height: 1;
}
#... | src/components/algoders/AlgodersHome.css | width: 100%;
background: #001329;
}
#hero .container {
padding-top: 32px;
color: black;
}
#hero .btn-get-started:hover {
background: #209dd8;
}
#hero .btn-watch-video {
font-size: 16px;
display: flex;
align-items: center;
transition: 0.5s;
margin: 10px 0 0 25px;
color: #fff;
line-height: 1;
}
#... | 0.35031 | 0.059702 |
display: block;
position: relative;
left: 50%;
top: 50%;
width: 150px;
height: 150px;
margin: -20px 0 0 -75px;
border-radius: 50%;
border: 7px solid transparent;
border-top-color: #f5a252;
animation: spin 2s linear infinite;
z-index: 1001;
}
#loader:before {
... | binderhub/static/loading.css | display: block;
position: relative;
left: 50%;
top: 50%;
width: 150px;
height: 150px;
margin: -20px 0 0 -75px;
border-radius: 50%;
border: 7px solid transparent;
border-top-color: #f5a252;
animation: spin 2s linear infinite;
z-index: 1001;
}
#loader:before {
... | 0.549399 | 0.137301 |
:root {
--neutralLighterAltOpacity: #faf9f8cc;
--neutralLighterAlt: #faf9f8;
--neutralLighter: #f3f2f1;
--neutralLight: #edebe9;
--neutralQuaternaryAlt: #e1dfdd;
--neutralQuaternary: #d2d0ce;
--neutralTertiaryAlt: #c8c6c4;
--neutralTertiary: #a19f9d;
--neutralSecondaryAlt: #8a8886;
... | dist/styles/global.css | :root {
--neutralLighterAltOpacity: #faf9f8cc;
--neutralLighterAlt: #faf9f8;
--neutralLighter: #f3f2f1;
--neutralLight: #edebe9;
--neutralQuaternaryAlt: #e1dfdd;
--neutralQuaternary: #d2d0ce;
--neutralTertiaryAlt: #c8c6c4;
--neutralTertiary: #a19f9d;
--neutralSecondaryAlt: #8a8886;
... | 0.386185 | 0.131285 |
.contact_info {
padding-top: 20px;
}
.contact_info .content_16_b {
margin-bottom: 20px;
}
.contact_info .contact_row a {
color: #4F4F4F;
}
.contact_info .contact_row i {
color: #289300;
margin-right: 16px;
font-size: 19px;
}
.contact_info .contact_row img {
margin-right: 16px;
}
.contac... | frontend/web/css/chitietgoithau.css | .contact_info {
padding-top: 20px;
}
.contact_info .content_16_b {
margin-bottom: 20px;
}
.contact_info .contact_row a {
color: #4F4F4F;
}
.contact_info .contact_row i {
color: #289300;
margin-right: 16px;
font-size: 19px;
}
.contact_info .contact_row img {
margin-right: 16px;
}
.contac... | 0.378115 | 0.057626 |
@charset "UTF-8";
html {
widows: 1920px;
}
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: MicrosoftYaHei;
}
body {
background-color: #eeeeee;
font-family: sans-serif;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
... | web/code/practice/前期/练习/代码学习仓库/一些示例文件/项目/美词 重构版本/styles/mes-list.css | @charset "UTF-8";
html {
widows: 1920px;
}
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: MicrosoftYaHei;
}
body {
background-color: #eeeeee;
font-family: sans-serif;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
... | 0.293101 | 0.090937 |
* {
margin: 0;
padding: 0;
-webkit-tap-highlight-color: transparent;
outline: none;
scroll-behavior: smooth;
}
*::-moz-focus-inner {
border: 0;
}
body {
height: 100vh;
width: 100%;
background: #323232;
font-family: "Comic Neue", cursive;
}
#root {
height: 100vh;
width: 100%;
overflow: hidden... | client/src/AppStyle/App.css | * {
margin: 0;
padding: 0;
-webkit-tap-highlight-color: transparent;
outline: none;
scroll-behavior: smooth;
}
*::-moz-focus-inner {
border: 0;
}
body {
height: 100vh;
width: 100%;
background: #323232;
font-family: "Comic Neue", cursive;
}
#root {
height: 100vh;
width: 100%;
overflow: hidden... | 0.47098 | 0.07024 |
{
background:url(images/bg.jpg) repeat-x top #fff;
font-family:Arial, Helvetica, sans-serif;
padding:0;
font-size:12px;
margin:0px auto auto auto;
color:#656565;
}*/
a
{
color: #800000;
text-decoration: none;
}
.clear{
clear:both;
}
h1{
color:#a37654;
font-size:30px;
font-weight:normal;
padding:5px 0 5px 0;
margin:0p... | RIS_Publico/RIS_Publico/App_Themes/consultorio/principal/style.css | {
background:url(images/bg.jpg) repeat-x top #fff;
font-family:Arial, Helvetica, sans-serif;
padding:0;
font-size:12px;
margin:0px auto auto auto;
color:#656565;
}*/
a
{
color: #800000;
text-decoration: none;
}
.clear{
clear:both;
}
h1{
color:#a37654;
font-size:30px;
font-weight:normal;
padding:5px 0 5px 0;
margin:0p... | 0.230227 | 0.090253 |
body {
line-height: 1.7;
color: gray;
font-weight: 300;
background-color: #222831;
font-size: 16px; }
.card-title{
color: #000;
}
::-moz-selection {
background: #1b0009;
color: #fff; }
::selection {
background: #1b0009;
color: #fff; }
a {
-webkit-transition: .3s all ease;
-o-transition: .3s a... | public/css/style.css | body {
line-height: 1.7;
color: gray;
font-weight: 300;
background-color: #222831;
font-size: 16px; }
.card-title{
color: #000;
}
::-moz-selection {
background: #1b0009;
color: #fff; }
::selection {
background: #1b0009;
color: #fff; }
a {
-webkit-transition: .3s all ease;
-o-transition: .3s a... | 0.377655 | 0.053132 |
@-moz-document url-prefix("http://www.tumblr.com/"), url-prefix('https://www.tumblr.com/') {
body { background: url('http://media.tumblr.com/tumblr_ma6a8dOMwt1qi3r3q.png') center right #000000 repeat fixed !important; }
#dashboard_index div.l-content, #dashboard_submissions div.l-content, #dashboard_drafts div.... | data/usercss/74307.user.css | @-moz-document url-prefix("http://www.tumblr.com/"), url-prefix('https://www.tumblr.com/') {
body { background: url('http://media.tumblr.com/tumblr_ma6a8dOMwt1qi3r3q.png') center right #000000 repeat fixed !important; }
#dashboard_index div.l-content, #dashboard_submissions div.l-content, #dashboard_drafts div.... | 0.284477 | 0.068071 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-image: url(Assets/BackGround.jpg);
background-size: cover;
font-family: 'Quicksand', sans-serif;
}
#header {
z-index: 9999;
position: fixed;
width: 100%;
height: 55px;
background:#2980B9;
text-align: center;
}
#header img{
text... | Travner-GMaps_ver2/web/css/home.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-image: url(Assets/BackGround.jpg);
background-size: cover;
font-family: 'Quicksand', sans-serif;
}
#header {
z-index: 9999;
position: fixed;
width: 100%;
height: 55px;
background:#2980B9;
text-align: center;
}
#header img{
text... | 0.290477 | 0.096365 |
::-webkit-scrollbar {
display: none
}
body {
background-repeat: no-repeat;
background-size: 100%;
background-attachment: fixed;
margin-top: auto;
}
.home_page {
top: 0px;
width: 100%;
height: 8.7%;
font-size: 18px;
font-weight: bolder;
background-color: #ffb906cf;
text-... | CSS/camera.css | ::-webkit-scrollbar {
display: none
}
body {
background-repeat: no-repeat;
background-size: 100%;
background-attachment: fixed;
margin-top: auto;
}
.home_page {
top: 0px;
width: 100%;
height: 8.7%;
font-size: 18px;
font-weight: bolder;
background-color: #ffb906cf;
text-... | 0.380529 | 0.085213 |
@font-face{font-family:appleLogo;src:local("Lucida Grande");unicode-range:U+F8FF}
body{font-size:16px}
nav .logo{background:url(/66f9/img/landing/header_logo_sprite.png) left top no-repeat;background-size:106px 60px;height:30px;width:106px;float:left;margin:20px 0 0 1rem}
nav .logo.electron{float:none;display:inline-bl... | unsorted/Scripts/Shader/All-Shaders/Sign in _ Slack_files/sticky_nav.css | @font-face{font-family:appleLogo;src:local("Lucida Grande");unicode-range:U+F8FF}
body{font-size:16px}
nav .logo{background:url(/66f9/img/landing/header_logo_sprite.png) left top no-repeat;background-size:106px 60px;height:30px;width:106px;float:left;margin:20px 0 0 1rem}
nav .logo.electron{float:none;display:inline-bl... | 0.212968 | 0.084041 |
@charset "utf-8";
/* CSS Document */
* { padding:0; margin:0; font-size:12px;}
a, button {
outline: none; /*適用Firefox*/
hlbr:expression(this.onFocus=this.blur()); /*適用IE*/
}
html{_overflow:hidden;}
body { _height:100%; _overflow-y:auto; padding-top:30px; color:#222; font-family:Arial, "宋体"; background:#FFF;}... | src/main/webapp/css/style.css | @charset "utf-8";
/* CSS Document */
* { padding:0; margin:0; font-size:12px;}
a, button {
outline: none; /*適用Firefox*/
hlbr:expression(this.onFocus=this.blur()); /*適用IE*/
}
html{_overflow:hidden;}
body { _height:100%; _overflow-y:auto; padding-top:30px; color:#222; font-family:Arial, "宋体"; background:#FFF;}... | 0.190724 | 0.085633 |
html, body {
margin: 0;
padding: 0;
top: 0;
left: 0;
background-color: #252525;
color: white;
scroll-behavior: smooth;
font-family: 'Montserrat', 'sans-serif';
}
::-webkit-scrollbar {
height: 10px;
width: 10px;
background: #121212;
padding: 0 3px 3px 0;
border-radius: 10px;
}
::-webkit-scrollbar-track {
... | public/css/index.css | html, body {
margin: 0;
padding: 0;
top: 0;
left: 0;
background-color: #252525;
color: white;
scroll-behavior: smooth;
font-family: 'Montserrat', 'sans-serif';
}
::-webkit-scrollbar {
height: 10px;
width: 10px;
background: #121212;
padding: 0 3px 3px 0;
border-radius: 10px;
}
::-webkit-scrollbar-track {
... | 0.383064 | 0.055438 |
.center-content{
margin: auto;
text-align: center;
display: inline-block;
vertical-align: middle;
line-height: normal;
}
/*#mainHeader:hover{
font-size: 70px;
}*/
#mainHeader:hover {
font-size: 55px;
}
.frontPage {
height: 70%;
max-width: 60%;
border: 2px solid red;
margin: auto;
... | style.css | .center-content{
margin: auto;
text-align: center;
display: inline-block;
vertical-align: middle;
line-height: normal;
}
/*#mainHeader:hover{
font-size: 70px;
}*/
#mainHeader:hover {
font-size: 55px;
}
.frontPage {
height: 70%;
max-width: 60%;
border: 2px solid red;
margin: auto;
... | 0.296247 | 0.080973 |
.btn-primary:not(.btn-link):not(.btn-flat),
.btn.btn-raised:not(.btn-link):hover.btn-primary,
.btn.btn-raised:not(.btn-link):focus.btn-primary,
.btn.btn-raised:not(.btn-link).active.btn-primary,
.input-group-btn .btn.btn-raised.btn-primary {
background-color : #418bca !important;
color : rgba(255, 2... | resources/assets/css/custom.css |
.btn-primary:not(.btn-link):not(.btn-flat),
.btn.btn-raised:not(.btn-link):hover.btn-primary,
.btn.btn-raised:not(.btn-link):focus.btn-primary,
.btn.btn-raised:not(.btn-link).active.btn-primary,
.input-group-btn .btn.btn-raised.btn-primary {
background-color : #418bca !important;
color : rgba(255, 2... | 0.341692 | 0.039676 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://goodgame.ru/"), domain(goodgame.ru) {
/* скрывает блок турниров на главной */
.main-block .big-block-wrap .tournaments-wrap {
display: none;
}
/* скрывает блок видео */
.video-wrap {
display: none;
}
/* скры... | data/usercss/145780.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://goodgame.ru/"), domain(goodgame.ru) {
/* скрывает блок турниров на главной */
.main-block .big-block-wrap .tournaments-wrap {
display: none;
}
/* скрывает блок видео */
.video-wrap {
display: none;
}
/* скры... | 0.130258 | 0.094887 |
@charset "utf-8";
/* CSS Document */
body,td,th,p {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #333;
line-height: 1.5;
}
html {
display: flex;
margin: auto;
flex-direction: column;
}
body {
background-color: #fdfdfd;
margin: 0;
}
ul, l... | css/styles.css | @charset "utf-8";
/* CSS Document */
body,td,th,p {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #333;
line-height: 1.5;
}
html {
display: flex;
margin: auto;
flex-direction: column;
}
body {
background-color: #fdfdfd;
margin: 0;
}
ul, l... | 0.23926 | 0.041872 |
body{
background: whitesmoke;
border: 2px solid blue;
padding: 0%;
margin: 0%;
}
/*aplicando fondo a nav bar contendor primario-*/
#contenedor-ul{
background: rgb(11, 74, 95);
}
/*contennedor de todos los li con la img*/
#cont-li{
width: 1330px;
height: 50px;
}
/*img del logo posionada en la esqui... | css/Estilo_index.css | body{
background: whitesmoke;
border: 2px solid blue;
padding: 0%;
margin: 0%;
}
/*aplicando fondo a nav bar contendor primario-*/
#contenedor-ul{
background: rgb(11, 74, 95);
}
/*contennedor de todos los li con la img*/
#cont-li{
width: 1330px;
height: 50px;
}
/*img del logo posionada en la esqui... | 0.266453 | 0.103024 |
.semanticForms {
font-family: sans-serif;
}
.semanticForms input:not([type='submit']):not([type=checkbox]):not([type=radio]),
.semanticForms select,
.semanticForms textarea {
background-color: #fff;
outline: 0;
border: 1px #c0c0c0 solid;
border-radius: 10px;
width: 250px;
height: 25px;
font-size: 100%;
... | semanticFormsNoImages.css | .semanticForms {
font-family: sans-serif;
}
.semanticForms input:not([type='submit']):not([type=checkbox]):not([type=radio]),
.semanticForms select,
.semanticForms textarea {
background-color: #fff;
outline: 0;
border: 1px #c0c0c0 solid;
border-radius: 10px;
width: 250px;
height: 25px;
font-size: 100%;
... | 0.382026 | 0.059346 |
.action--list {
position: absolute;
top: 85%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
}
.action--list button {
border-radius: 20px;
text-transform: uppercase;
font-weight: bold;
}
.home-1 {
position: relative;
}
.from {
display: none;
transition: all 0.... | public/web/css/home.css | .action--list {
position: absolute;
top: 85%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
}
.action--list button {
border-radius: 20px;
text-transform: uppercase;
font-weight: bold;
}
.home-1 {
position: relative;
}
.from {
display: none;
transition: all 0.... | 0.644225 | 0.106505 |
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background: #2c3e50;
font-family: 'Montserrat', sans-serif;
font-size: 16px;
}
/* line 19, ../sass/style.scss */
body {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
align-content: center;
}
/*... | buttons-master/buttons25/stylesheets/style.css | html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background: #2c3e50;
font-family: 'Montserrat', sans-serif;
font-size: 16px;
}
/* line 19, ../sass/style.scss */
body {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
align-content: center;
}
/*... | 0.359926 | 0.050051 |
body {
font-family: Segoe UI, Calibri, Arial, Helvetica;
font-size: 12px;
color: #111;
margin: 8px;
}
.footer {
text-align: center;
margin-top: 40px;
}
form, .header {
display: block;
margin: auto;
width: 60%;
min-width: 600px;
max-width: 700px;
positi... | eagle/components/barcodegen/html/style.css | body {
font-family: Segoe UI, Calibri, Arial, Helvetica;
font-size: 12px;
color: #111;
margin: 8px;
}
.footer {
text-align: center;
margin-top: 40px;
}
form, .header {
display: block;
margin: auto;
width: 60%;
min-width: 600px;
max-width: 700px;
positi... | 0.444565 | 0.084493 |
body {
background-color: #008e8f;
padding-top: 110px;
}
#hidden{
display: none;
}
.signupBox{
background: linear-gradient(to right,#202926 49%,#15201C 50%);
width: 200px;
height: 200px;
padding: 65px 45px;
margin-left: -65px;
border-radius: 50%;
}
p {
color: gray;
}
.form-container{ font-fam... | public/signup.css | body {
background-color: #008e8f;
padding-top: 110px;
}
#hidden{
display: none;
}
.signupBox{
background: linear-gradient(to right,#202926 49%,#15201C 50%);
width: 200px;
height: 200px;
padding: 65px 45px;
margin-left: -65px;
border-radius: 50%;
}
p {
color: gray;
}
.form-container{ font-fam... | 0.436142 | 0.080285 |
@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,300,700|Open+Sans:400italic,300italic);
body {
overflow: hidden;
}
/* ====================================
Navigation
==================================== */
.overlay-navigation {
position: fixed;
z-index: 99;
top: 0;
left: 0;
width: 100%;
... | css/public/headerpage.css | @import url(https://fonts.googleapis.com/css?family=Work+Sans:400,300,700|Open+Sans:400italic,300italic);
body {
overflow: hidden;
}
/* ====================================
Navigation
==================================== */
.overlay-navigation {
position: fixed;
z-index: 99;
top: 0;
left: 0;
width: 100%;
... | 0.385722 | 0.064007 |
body { outline:none;}
.postoptions { padding:0px; padding-top:0; }
#sys_link .select,
.postoptions select,
.postoptions textarea,
.postoptions input[type=text] { width:100%; margin-top:3px !important; padding: 7px !important; background:#fff; -moz-border-radius:2px; -webkit-border-radius:2px; -khtm... | PLANTILLAS_CMS/versatile_v2.0/themeforest-versatile-premium-corporate-portfolio-wp-theme/Themefiles/2.0/versatile/lib/admin/css/postadmin.css | body { outline:none;}
.postoptions { padding:0px; padding-top:0; }
#sys_link .select,
.postoptions select,
.postoptions textarea,
.postoptions input[type=text] { width:100%; margin-top:3px !important; padding: 7px !important; background:#fff; -moz-border-radius:2px; -webkit-border-radius:2px; -khtm... | 0.138433 | 0.076304 |
@media only screen and (min-width: 768px) {
main.project-details {
width: calc(100% - 200px);
margin: 0 100px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
main.project-details h1 {
width: 100%;
text-align: center;
}
main.project-details .left {
width: calc(80% - 125p... | src/css/components/ProjectDetails.css | @media only screen and (min-width: 768px) {
main.project-details {
width: calc(100% - 200px);
margin: 0 100px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
main.project-details h1 {
width: 100%;
text-align: center;
}
main.project-details .left {
width: calc(80% - 125p... | 0.527073 | 0.077797 |
@charset "UTF-8";
/* CSS Document */
html{
font-size: 62.5%;
}
body{
font-size: 1.6rem;
}
ul{
list-style: none;
margin: 0;
padding: 0;
}
.wrapper{
max-width: 960px;
margin:0 auto;
}
.text-center{
text-align: center;
}
/*header*/
.header{
display: flex;
justify-content: center;
align-items: center;
height: ... | css/style.css | @charset "UTF-8";
/* CSS Document */
html{
font-size: 62.5%;
}
body{
font-size: 1.6rem;
}
ul{
list-style: none;
margin: 0;
padding: 0;
}
.wrapper{
max-width: 960px;
margin:0 auto;
}
.text-center{
text-align: center;
}
/*header*/
.header{
display: flex;
justify-content: center;
align-items: center;
height: ... | 0.190686 | 0.038902 |
left: 65px;
}
#demo3 a {
display: block;
height: 38px;
padding: 8px 10px;
}
#demo3 a:hover, #demo3 a:active, #demo3 a:focus {
outline: none;
text-decoration: none;
background: #42C500;
color: #fff;
}
#myModall3 .modal_wdith_intro {
width: 60% !important;
}... | public/css/sub_pages.css |
left: 65px;
}
#demo3 a {
display: block;
height: 38px;
padding: 8px 10px;
}
#demo3 a:hover, #demo3 a:active, #demo3 a:focus {
outline: none;
text-decoration: none;
background: #42C500;
color: #fff;
}
#myModall3 .modal_wdith_intro {
width: 60% !important;
}... | 0.283186 | 0.111434 |
@import url('https://fonts.googleapis.com/css?family=Orbitron:400,500,700|Space+Mono:400,400i,700&display=swap');
:root {
--ultradark: #121f2a;
--dark: #1c3041;
--bright: #ebeafb;
--green: #16dca2;
--red: #89043d;
--blue: #67ece7;
}
.centered-container {
display: flex;
flex-direction: column;
align-... | frontend/src/css/form.css | @import url('https://fonts.googleapis.com/css?family=Orbitron:400,500,700|Space+Mono:400,400i,700&display=swap');
:root {
--ultradark: #121f2a;
--dark: #1c3041;
--bright: #ebeafb;
--green: #16dca2;
--red: #89043d;
--blue: #67ece7;
}
.centered-container {
display: flex;
flex-direction: column;
align-... | 0.462959 | 0.119562 |
@charset "utf-8";
/* CSS Document */
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, font, 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, le... | css/mainold.css | @charset "utf-8";
/* CSS Document */
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, font, 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, le... | 0.274546 | 0.084191 |
@import "message.css";
*{
outline: none;
box-sizing: border-box;
padding: 0;
margin: 0;
}
html,body{
height: 100%;
}
body{
color: #555;
}
.container{
padding: 15px;
}
.form{
}
.form-button{
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
... | src/css/form.css | @import "message.css";
*{
outline: none;
box-sizing: border-box;
padding: 0;
margin: 0;
}
html,body{
height: 100%;
}
body{
color: #555;
}
.container{
padding: 15px;
}
.form{
}
.form-button{
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
... | 0.256273 | 0.055592 |
font-size: 0;
position: relative;
--sidebar-width: 26rem;
}
#sidebar,
#svgRoot {
height: 100%;
font-size: 1rem;
}
#sidebar {
position: absolute;
top: 0;
left: 0;
width: var(--sidebar-width);
background-color: hsl(0, 0%, 97.5%);
padding: 0.625rem;
box-shadow: 0 1.25rem 0.625rem rgba(0, 0, 0, 0... | triangle-mosaic-demo/src/components/app/app.css | font-size: 0;
position: relative;
--sidebar-width: 26rem;
}
#sidebar,
#svgRoot {
height: 100%;
font-size: 1rem;
}
#sidebar {
position: absolute;
top: 0;
left: 0;
width: var(--sidebar-width);
background-color: hsl(0, 0%, 97.5%);
padding: 0.625rem;
box-shadow: 0 1.25rem 0.625rem rgba(0, 0, 0, 0... | 0.42919 | 0.087525 |
@font-face {
font-family: "open_sansregular";
src: url("../fonts/OpenSans-Regular-webfont.eot");
src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix")
format("embedded-opentype"),
url("../fonts/OpenSans-Regular-webfont.woff") format("woff"),
url("../fonts/OpenSans-Regular-webfont.ttf") format("tr... | Templates/_common/css/font-face.css | @font-face {
font-family: "open_sansregular";
src: url("../fonts/OpenSans-Regular-webfont.eot");
src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix")
format("embedded-opentype"),
url("../fonts/OpenSans-Regular-webfont.woff") format("woff"),
url("../fonts/OpenSans-Regular-webfont.ttf") format("tr... | 0.250821 | 0.050471 |
html,body {
font-family: tahoma, verdana, sans-serif;
font-size: 12px;
background-color: #f3f3f3;
color: #2c2d31;
margin: 0;
margin-top: 0px;
margin-bottom: 0px;
top: 0px;
padding: 0;
padding-bottom: 0;
bottom: 0px;
}
table,tr,td {
font-size: 12px;
}
ul {
list-style-type: circle;
}
.alignleft {
float: l... | qald.css | html,body {
font-family: tahoma, verdana, sans-serif;
font-size: 12px;
background-color: #f3f3f3;
color: #2c2d31;
margin: 0;
margin-top: 0px;
margin-bottom: 0px;
top: 0px;
padding: 0;
padding-bottom: 0;
bottom: 0px;
}
table,tr,td {
font-size: 12px;
}
ul {
list-style-type: circle;
}
.alignleft {
float: l... | 0.287068 | 0.064949 |
body {
background-color: #FEFBF3;
width: 100%;
margin: 0;
}
.navbar {
width: 100%;
background-color: #79B4B7;
margin: 0;
padding: .8rem;
display: flex;
justify-content: space-around;
align-items: center;
}
.navbar a {
padding: 1.2rem;
text-decoration: none;
color: gr... | public/css/style.css | body {
background-color: #FEFBF3;
width: 100%;
margin: 0;
}
.navbar {
width: 100%;
background-color: #79B4B7;
margin: 0;
padding: .8rem;
display: flex;
justify-content: space-around;
align-items: center;
}
.navbar a {
padding: 1.2rem;
text-decoration: none;
color: gr... | 0.513912 | 0.085023 |
@-moz-document url-prefix("https://www.facebook.com/") {
/*Facebook Verbena*/
/*=====Scrollbar=====*/
::-webkit-scrollbar{
width: 12px;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-track-piece{
background: rgb(20,20,20);
}
::-webkit-scrollbar-thumb{
background: rgb(50, 0, 100)!important;
border-... | data/usercss/146529.user.css | @-moz-document url-prefix("https://www.facebook.com/") {
/*Facebook Verbena*/
/*=====Scrollbar=====*/
::-webkit-scrollbar{
width: 12px;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-track-piece{
background: rgb(20,20,20);
}
::-webkit-scrollbar-thumb{
background: rgb(50, 0, 100)!important;
border-... | 0.264643 | 0.049959 |
.ui-table-border > table { border: 1px solid #E0E0E0; }
.ui-table-border .ui-table-head > thead > tr > th, .ui-table-border .ui-table-tbody > tr > td { border-left: 1px solid #E0E0E0; border-right: 1px solid #E0E0E0; padding-left: 8px; padding-right: 8px; }
.ui-table-border .ui-table-head > thead > tr > th:first-child,... | j-Table/component.css | .ui-table-border > table { border: 1px solid #E0E0E0; }
.ui-table-border .ui-table-head > thead > tr > th, .ui-table-border .ui-table-tbody > tr > td { border-left: 1px solid #E0E0E0; border-right: 1px solid #E0E0E0; padding-left: 8px; padding-right: 8px; }
.ui-table-border .ui-table-head > thead > tr > th:first-child,... | 0.405331 | 0.102619 |
@charset "UTF-8";
body{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.animated {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-anima... | Public/bootslider/css/animate.css | @charset "UTF-8";
body{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.animated {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-anima... | 0.435421 | 0.062474 |
body{
font-family: 'Courier New', Courier, monospace;
font-size: 16pt;
font-style: normal;
font-weight: bold;
background: #fff;
}
.buttonui {
position: relative;
padding: 8px 45px;
overflow: hidden;
border-width: 0;
outline: none;
border-radius: 10em;
box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
b... | src/assets/styles/ConfigPage.css | body{
font-family: 'Courier New', Courier, monospace;
font-size: 16pt;
font-style: normal;
font-weight: bold;
background: #fff;
}
.buttonui {
position: relative;
padding: 8px 45px;
overflow: hidden;
border-width: 0;
outline: none;
border-radius: 10em;
box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
b... | 0.320396 | 0.06236 |
FONT SYSTEM
*/
/**
COLOR SYSTEM
*/
/** Auto generate buttons, gradients */
/**
RADIUS SYSTEM
*/
/**
INDEX SYSTEM
*/
/** CSS App */
.realty_list {
width: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.realty_l... | public/backend/assets/css/style.css | FONT SYSTEM
*/
/**
COLOR SYSTEM
*/
/** Auto generate buttons, gradients */
/**
RADIUS SYSTEM
*/
/**
INDEX SYSTEM
*/
/** CSS App */
.realty_list {
width: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.realty_l... | 0.449634 | 0.029479 |
body{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.paisaje{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
background: rgb(4,5,13);
background: linear-gradient(90deg, rgba(4,5,13,0.9724264705882353) 4%, rgba(13,... | paisaje/styles.css | body{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.paisaje{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
background: rgb(4,5,13);
background: linear-gradient(90deg, rgba(4,5,13,0.9724264705882353) 4%, rgba(13,... | 0.691706 | 0.142411 |
body {
background: #0d1521;
font-family: tahoma;
color: #989898;
}
.delete {
color: #b31010;
padding: 5px 0;
margin: -12px 0;
border-radius: 10px;
}
#top-menu {
display: inline-flex;
}
#trip-table {
position: relative;
width: 95%;
background: #090d13;
margin: 0 auto;
... | public/assets/style.css | body {
background: #0d1521;
font-family: tahoma;
color: #989898;
}
.delete {
color: #b31010;
padding: 5px 0;
margin: -12px 0;
border-radius: 10px;
}
#top-menu {
display: inline-flex;
}
#trip-table {
position: relative;
width: 95%;
background: #090d13;
margin: 0 auto;
... | 0.458106 | 0.104021 |
body {
background-color: #1a1a1a;
}
div.bigcontainer { /* Large container that encapsulates the whole page */
width: 100%;
margin:0px;
border: 0;
color: white;
background-color: #1a1a1a;
position:relative;
top:0px; bottom:0; left:0;
line-height: ... | stylesheet.css | body {
background-color: #1a1a1a;
}
div.bigcontainer { /* Large container that encapsulates the whole page */
width: 100%;
margin:0px;
border: 0;
color: white;
background-color: #1a1a1a;
position:relative;
top:0px; bottom:0; left:0;
line-height: ... | 0.454714 | 0.081337 |
@media only screen and (max-width: 5000px){
.boxed_wrapper{
overflow-x: hidden;
}
}
@media only screen and (max-width: 1449px){
.header-style-three .header-bottom .nav-outer{
padding: 28px 60px;
}
}
@media only screen and (max-width: 1200px){
.sticky-header .main-menu .navigation > li > ... | public/css/responsive.css |
@media only screen and (max-width: 5000px){
.boxed_wrapper{
overflow-x: hidden;
}
}
@media only screen and (max-width: 1449px){
.header-style-three .header-bottom .nav-outer{
padding: 28px 60px;
}
}
@media only screen and (max-width: 1200px){
.sticky-header .main-menu .navigation > li > ... | 0.187207 | 0.046055 |
@font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 200;
font-display: swap;
src: local('Nunito ExtraLight Italic'), local('Nunito-ExtraLightItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN5MZ9vHUT8tDntiXTI.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C... | src/index.css | @font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 200;
font-display: swap;
src: local('Nunito ExtraLight Italic'), local('Nunito-ExtraLightItalic'), url(https://fonts.gstatic.com/s/nunito/v13/XRXQ3I6Li01BKofIMN5MZ9vHUT8tDntiXTI.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C... | 0.372962 | 0.120905 |
body {
margin: 0px;
}
.header {
border: 1px solid #ccc;
align-items: center;
position: fixed;
width: 100%;
top: 0px;
background: #F5F5F5;
text-align: center;
padding: 15px;
}
.welcome_msg {
float: left;
margin-left: auto;
margin-right: auto;
padding: 0px;
font-size: 20px;
}
div#login_stat... | dictionary/static/argot/main_style.css | body {
margin: 0px;
}
.header {
border: 1px solid #ccc;
align-items: center;
position: fixed;
width: 100%;
top: 0px;
background: #F5F5F5;
text-align: center;
padding: 15px;
}
.welcome_msg {
float: left;
margin-left: auto;
margin-right: auto;
padding: 0px;
font-size: 20px;
}
div#login_stat... | 0.409929 | 0.099426 |
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
/*Jumbotron.css */
/* Move down content because we have a fixed navbar that is 3.5rem tall */
.jumbotron {
padding-top: 3.5rem;
background-color:#67BCDB;
font-family: georgia;
font-size: 17px;
}
.car... | assets/css/css_tampilan/css-fitur.css | -------------------------------------------------- */
/* Padding below the footer and lighter body text */
/*Jumbotron.css */
/* Move down content because we have a fixed navbar that is 3.5rem tall */
.jumbotron {
padding-top: 3.5rem;
background-color:#67BCDB;
font-family: georgia;
font-size: 17px;
}
.car... | 0.440469 | 0.116437 |
body {
font-size: 14px;
}
.mg-bt-30 {
display: inline-block;
margin-bottom: 30px;
}
.mce-tinymce .mce-branding {
display: none;
}
.login-layout .col-sm-offset-1 {
height: 100vh;
display: flex;
align-items: center;
}
.page-header h1 small {
margin: 0;
}
.page-header h1 small i {
margin: 0 5px;
}
/*... | public/backend/css/style.css | body {
font-size: 14px;
}
.mg-bt-30 {
display: inline-block;
margin-bottom: 30px;
}
.mce-tinymce .mce-branding {
display: none;
}
.login-layout .col-sm-offset-1 {
height: 100vh;
display: flex;
align-items: center;
}
.page-header h1 small {
margin: 0;
}
.page-header h1 small i {
margin: 0 5px;
}
/*... | 0.270769 | 0.161386 |
* {
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
box-sizing: border-box;
margin: 0;
padding: 0;
}
/*
Body
============================================================================================
*/
body {
min-height: 100vh;
padding: 20px;
}
/*
... | 2020-05-27/ejercicio16/estilo.css | * {
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
box-sizing: border-box;
margin: 0;
padding: 0;
}
/*
Body
============================================================================================
*/
body {
min-height: 100vh;
padding: 20px;
}
/*
... | 0.49292 | 0.134605 |
.burger {
height: 3em;
width: 3em;
position: relative;
font-size: 12px;
cursor: pointer;
-webkit-transition: .2s all;
-o-transition: .2s all;
transition: .2s all;
-webkit-tap-highlight-color: transparent; }
.burger .burger-lines:after {
left: 0;
top: -1em; }
.burger .burger-lines:before {
... | packages/BurgerSqueeze/dist/styles.css | .burger {
height: 3em;
width: 3em;
position: relative;
font-size: 12px;
cursor: pointer;
-webkit-transition: .2s all;
-o-transition: .2s all;
transition: .2s all;
-webkit-tap-highlight-color: transparent; }
.burger .burger-lines:after {
left: 0;
top: -1em; }
.burger .burger-lines:before {
... | 0.476336 | 0.134463 |
*{
margin: 0;
padding: 0;
}
.pull-right{
float: right;
}
.pull-left{
float: left;
}
ul li{
list-style: none;
}
body{
min-width: 1200px;
background: #e7e8eb;
font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif;
font-size: 14px;
color: #... | addons/ewei_shopv2/template/web/member/card/index.css | *{
margin: 0;
padding: 0;
}
.pull-right{
float: right;
}
.pull-left{
float: left;
}
ul li{
list-style: none;
}
body{
min-width: 1200px;
background: #e7e8eb;
font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif;
font-size: 14px;
color: #... | 0.248808 | 0.043978 |
html, body {
margin: 0;
padding: 0;
font-size: 14px;
line-height: 1.475;
height: 100%;
}
* {
font-family: 'Open Sans', arial;
box-sizing: border-box;
}
::after, ::before {
box-sizing: border-box;
}
a, a:visited {
color: rgba(136, 176, 75, 1);
text-decoration: none;
}
a:hover, a:active {
color: rgba(187, 194,... | css/style.css | html, body {
margin: 0;
padding: 0;
font-size: 14px;
line-height: 1.475;
height: 100%;
}
* {
font-family: 'Open Sans', arial;
box-sizing: border-box;
}
::after, ::before {
box-sizing: border-box;
}
a, a:visited {
color: rgba(136, 176, 75, 1);
text-decoration: none;
}
a:hover, a:active {
color: rgba(187, 194,... | 0.36557 | 0.049889 |
.chrys-background-color-bokeh-category-20-c-3-1 {
background-color: #3182bd; }
.chrys-background-color-bokeh-category-20-c-3-2 {
background-color: #6baed6; }
.chrys-background-color-bokeh-category-20-c-3-3 {
background-color: #9ecae1; }
.chrys-background-color-bokeh-category-20-c-4-1 {
background-color: #318... | demo/css/background-color/bokeh-category-20-c.css | .chrys-background-color-bokeh-category-20-c-3-1 {
background-color: #3182bd; }
.chrys-background-color-bokeh-category-20-c-3-2 {
background-color: #6baed6; }
.chrys-background-color-bokeh-category-20-c-3-3 {
background-color: #9ecae1; }
.chrys-background-color-bokeh-category-20-c-4-1 {
background-color: #318... | 0.336549 | 0.122104 |
.Gamecss{}
#button {
-fx-background-color:
linear-gradient(#686868 0%, #232723 25%, #373837 75%, #757575 100%),
linear-gradient(#020b02, #3a3a3a),
linear-gradient(#9d9e9d 0%, #6b6a6b 20%, #343534 80%, #242424 100%),
linear-gradient(#8a8a8a 0%,... | src/main/resources/styles/gameStyle.css | .Gamecss{}
#button {
-fx-background-color:
linear-gradient(#686868 0%, #232723 25%, #373837 75%, #757575 100%),
linear-gradient(#020b02, #3a3a3a),
linear-gradient(#9d9e9d 0%, #6b6a6b 20%, #343534 80%, #242424 100%),
linear-gradient(#8a8a8a 0%,... | 0.118391 | 0.127734 |
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,... | karmathegame/css/styles.css | html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,... | 0.336113 | 0.094887 |
.bada {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
background-image: linear-gradient(var(--lightblack),var(--darkblack));
min-height: 100vh;
font-family: "Poppins", sans-serif;
background-color: blanchedalmond;
}
section {
position: relative;
}
secti... | Client/src/Components/Our-Team/OurTeam.css | .bada {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
background-image: linear-gradient(var(--lightblack),var(--darkblack));
min-height: 100vh;
font-family: "Poppins", sans-serif;
background-color: blanchedalmond;
}
section {
position: relative;
}
secti... | 0.514156 | 0.09947 |
button, input[type="button"], input[type="reset"], input[type="submit"] { appearance: none; background-color: #1565c0; border: 0; border-radius: 3px; color: #fff; cursor: pointer; display: inline-block; font-family: "Helvetica", helvetica, arial, sans-serif; font-size: 1em; -webkit-font-smoothing: antialiased; font-wei... | ar-taste/css/animation.css | button, input[type="button"], input[type="reset"], input[type="submit"] { appearance: none; background-color: #1565c0; border: 0; border-radius: 3px; color: #fff; cursor: pointer; display: inline-block; font-family: "Helvetica", helvetica, arial, sans-serif; font-size: 1em; -webkit-font-smoothing: antialiased; font-wei... | 0.4436 | 0.146484 |
html,html a {
-webkit-font-smoothing: antialiased;
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
body {
font-family: 'Open Sans', sans-serif;
background: #e2e2e2;
}
#plans,#plans ul,#plans ul li {
margin: 0;
padding: 0;
list-style: none;
}
#pricePlans:after {
content: '';
display: table;
clear: both;
}
#p... | assets/css/style.css | html,html a {
-webkit-font-smoothing: antialiased;
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
body {
font-family: 'Open Sans', sans-serif;
background: #e2e2e2;
}
#plans,#plans ul,#plans ul li {
margin: 0;
padding: 0;
list-style: none;
}
#pricePlans:after {
content: '';
display: table;
clear: both;
}
#p... | 0.316898 | 0.099645 |
html,
body {
margin: 0;
padding: 0;
}
body {
background-color: #eaeaea;
color: #4f4f4f;
font-family: "Helvetica Neue", "Helvetica", "Verdana", Arial, sans-serif;
line-height: 1.4em;
}
a {
color: inherit;
}
header {
}
.content {
margin: 20px auto;
width: 500px;
}
footer {
color: #a6a6a6;
marg... | starter-project/bingo/style.css | html,
body {
margin: 0;
padding: 0;
}
body {
background-color: #eaeaea;
color: #4f4f4f;
font-family: "Helvetica Neue", "Helvetica", "Verdana", Arial, sans-serif;
line-height: 1.4em;
}
a {
color: inherit;
}
header {
}
.content {
margin: 20px auto;
width: 500px;
}
footer {
color: #a6a6a6;
marg... | 0.524638 | 0.096408 |