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";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css?family=Gugi&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap");
*:focus ... | css/main.css | @charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css?family=Gugi&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap");
*:focus ... | 0.335024 | 0.074736 |
:root {
--primary-color: #17202A;
--secondary-color: #98C6C5;
--tertiary-color: #a2cbca;
--highlight-color:#afd2d1;
--text-color-contrasted: #ffffff;
--navbar: #17202A;
}
[data-theme="dark"] {
--primary-color: #98C6C5;
--secondary-color: #17202A;
--tertiary-color: #202d3a;
--highlight-color:#27374... | staticfiles/css/styles.65f29f067b39.css | :root {
--primary-color: #17202A;
--secondary-color: #98C6C5;
--tertiary-color: #a2cbca;
--highlight-color:#afd2d1;
--text-color-contrasted: #ffffff;
--navbar: #17202A;
}
[data-theme="dark"] {
--primary-color: #98C6C5;
--secondary-color: #17202A;
--tertiary-color: #202d3a;
--highlight-color:#27374... | 0.356223 | 0.096706 |
@charset "UTF-8";
/**
* ==== TABLE OF COLORS ===
*
* Yellow : #F1C40F;
* YellowDark : #F7AB13;
* Red : #F2295E;
* RedDark : #CB234F;
* Green : #2BCDC1;
* GreenDark : #26B3A9;
* Dark : #222831;
* GrayLight : #F2F2F6;
* GrayMedium : #5A626F;
* GrayDark : #393E46;
*
*/
/**
* Scanners header
*/
.s... | Wordpress/plugins/secupress/assets/admin/css/secupress-scanner.css | @charset "UTF-8";
/**
* ==== TABLE OF COLORS ===
*
* Yellow : #F1C40F;
* YellowDark : #F7AB13;
* Red : #F2295E;
* RedDark : #CB234F;
* Green : #2BCDC1;
* GreenDark : #26B3A9;
* Dark : #222831;
* GrayLight : #F2F2F6;
* GrayMedium : #5A626F;
* GrayDark : #393E46;
*
*/
/**
* Scanners header
*/
.s... | 0.291082 | 0.067886 |
header{
align-items: center;
justify-content: space-between;
/* display: flex; */
/* padding: 20px 100px; */
width: auto;
padding-top: 20px;
position: relative;
z-index: 1;
}
header ul{
position: relative;
display: flex;
}
header ul li{
list-style: none;
}
header ul li a{
... | about.css | header{
align-items: center;
justify-content: space-between;
/* display: flex; */
/* padding: 20px 100px; */
width: auto;
padding-top: 20px;
position: relative;
z-index: 1;
}
header ul{
position: relative;
display: flex;
}
header ul li{
list-style: none;
}
header ul li a{
... | 0.45302 | 0.077308 |
@import url("https://fonts.googleapis.com/css?family=Roboto:300");
html {
font-family: 'Roboto', sans-serif;
}
body {
margin: 0;
color: #333;
background: #EDEDED;
}
select {
padding: 3px 5px;
border: 1px solid #DADADA;
background: #FFF;
}
header {
padding: 10px;
padding-left: calc((100% - 1080px) /... | style.css | @import url("https://fonts.googleapis.com/css?family=Roboto:300");
html {
font-family: 'Roboto', sans-serif;
}
body {
margin: 0;
color: #333;
background: #EDEDED;
}
select {
padding: 3px 5px;
border: 1px solid #DADADA;
background: #FFF;
}
header {
padding: 10px;
padding-left: calc((100% - 1080px) /... | 0.371821 | 0.116161 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
/*=====================================
FUENTES
======================================*/
@font-face {
font-family: "Font Awesome 5 Brands";
font-style: normal;
font-we... | assets/css/light-theme.css | @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
/*=====================================
FUENTES
======================================*/
@font-face {
font-family: "Font Awesome 5 Brands";
font-style: normal;
font-we... | 0.25992 | 0.071721 |
* {
margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
font-family: Helvetica;
font-size: 13px;
font-weight: 200;
overflow: hidden;
}
#app-header {
border-bottom: 1px solid #bbb;
background: #ffffff;
background: -moz-linear-gradient(t... | assets/css/style.css | * {
margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
font-family: Helvetica;
font-size: 13px;
font-weight: 200;
overflow: hidden;
}
#app-header {
border-bottom: 1px solid #bbb;
background: #ffffff;
background: -moz-linear-gradient(t... | 0.28577 | 0.09782 |
* {
margin: 0;
}
body {
overflow-y: hidden;
}
.header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
... | src/App.css | * {
margin: 0;
}
body {
overflow-y: hidden;
}
.header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
... | 0.360602 | 0.059102 |
@import url("https://fonts.google.com/specimen/Spartan");
* {
box-sizing: border-box; }
body {
margin: 0;
font-size: 15px;
font-family: Spartan ,Verdana, Geneva, Tahoma, sans-serif; }
body p {
line-height: 1.5; }
.container {
padding: 0 20px;
text-align: center; }
.container .head h1 {
line-he... | style.css | @import url("https://fonts.google.com/specimen/Spartan");
* {
box-sizing: border-box; }
body {
margin: 0;
font-size: 15px;
font-family: Spartan ,Verdana, Geneva, Tahoma, sans-serif; }
body p {
line-height: 1.5; }
.container {
padding: 0 20px;
text-align: center; }
.container .head h1 {
line-he... | 0.409575 | 0.068881 |
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/*CSD*/
/* fix graphic bug while moving tabs */
#TabsToolbar {
max-height: 33px !important;
}
#TabsToolbar[movingtab] {
padding-bottom: 0px !important;
}
#TabsToolbar[movingtab] + #nav-bar {
margin-top: -1px !important;
}
/* ... | ui/csd.css | @namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/*CSD*/
/* fix graphic bug while moving tabs */
#TabsToolbar {
max-height: 33px !important;
}
#TabsToolbar[movingtab] {
padding-bottom: 0px !important;
}
#TabsToolbar[movingtab] + #nav-bar {
margin-top: -1px !important;
}
/* ... | 0.313735 | 0.169819 |
:root {
--light-color: #f2f2f2;
--dark-color: #262626;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
list-style: none;
}
.fs-xx-small {
font-size: xx-small;
}
.ta-right {
text-align: right;
}
.input-text {
width: 100%;
padding: 2px;
cursor: auto;
border: none;
color: var(--vscode-editor... | src/styles/style.css | :root {
--light-color: #f2f2f2;
--dark-color: #262626;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
list-style: none;
}
.fs-xx-small {
font-size: xx-small;
}
.ta-right {
text-align: right;
}
.input-text {
width: 100%;
padding: 2px;
cursor: auto;
border: none;
color: var(--vscode-editor... | 0.418459 | 0.191082 |
.entry-header {
margin-bottom: 1rem;
}
.entry-title {
margin-bottom: 0;
}
.entry-header time {
color: gray;
}
a {
color: #205d86;
}
.title-menu-container {
margin: 0 auto;
max-width: 960px;
padding: 1.45rem 1.0875rem;
display: flex;
justify-content: space-between;
}
@media (max-width: 600px) {
... | src/components/custom.css | .entry-header {
margin-bottom: 1rem;
}
.entry-title {
margin-bottom: 0;
}
.entry-header time {
color: gray;
}
a {
color: #205d86;
}
.title-menu-container {
margin: 0 auto;
max-width: 960px;
padding: 1.45rem 1.0875rem;
display: flex;
justify-content: space-between;
}
@media (max-width: 600px) {
... | 0.542136 | 0.084266 |
* {
border: 2px solid black;
}
#body{
width:1000px;
border: 0px solid #000009;
margin:auto;
}
.frame{
width: 800px;
height: 500px;
background-image: url('back.jpg');
border-radius: 2%;
overflow: hidden;
position:relative;
margin: auto;
}
/*plane*/
#plane {
background-image: url('plane.gif');
background-... | style.css | * {
border: 2px solid black;
}
#body{
width:1000px;
border: 0px solid #000009;
margin:auto;
}
.frame{
width: 800px;
height: 500px;
background-image: url('back.jpg');
border-radius: 2%;
overflow: hidden;
position:relative;
margin: auto;
}
/*plane*/
#plane {
background-image: url('plane.gif');
background-... | 0.351422 | 0.103839 |
.center{
text-align: center;
}
.inline-list li {
display: inline-block;
}
/*****************************************************************************
For Landing Page /
******************************************************************************/
article {
-webkit-columns: 2 200px;
-moz-columns: 2 200px... | public/css/application.css | .center{
text-align: center;
}
.inline-list li {
display: inline-block;
}
/*****************************************************************************
For Landing Page /
******************************************************************************/
article {
-webkit-columns: 2 200px;
-moz-columns: 2 200px... | 0.437103 | 0.089574 |
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
5.0 - Footer
6.0 - Alignments
7.0 - Alignments
9.0 - Widgets
10.0 - Content
10.1 - Posts and pages
10.2 - Asides
10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
12.1 - Captions
12.2 - Galleries
13.0 Post Meta
--------------... | bootstrapwp/style.css | >>> TABLE OF CONTENTS:
----------------------------------------------------------------
5.0 - Footer
6.0 - Alignments
7.0 - Alignments
9.0 - Widgets
10.0 - Content
10.1 - Posts and pages
10.2 - Asides
10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
12.1 - Captions
12.2 - Galleries
13.0 Post Meta
--------------... | 0.284675 | 0.065575 |
.b-typo pre.hljs-code-container code.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #1d1f21;
}
/*selection color*/
.b-typo pre.hljs-code-container code.hljs .hljs::selection,
.b-typo pre.hljs-code-container code.hljs .hljs span::selection {
background: #373b41;
}
.b-typo pre.hljs-code-... | src/static/vendor/highlightjs/styles/hybrid.css | .b-typo pre.hljs-code-container code.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #1d1f21;
}
/*selection color*/
.b-typo pre.hljs-code-container code.hljs .hljs::selection,
.b-typo pre.hljs-code-container code.hljs .hljs span::selection {
background: #373b41;
}
.b-typo pre.hljs-code-... | 0.279435 | 0.134406 |
.heading h4 {
margin: 20px 0;
font-family: 'Roboto';
font-size: 18px;
color:#000;
text-transform:capitalize;
}
.comments p {
margin-bottom: 0px;
font-family: 'Roboto';
margin-left: 0px;
padding-left: 0px;
color: #212529;
font-size: 24px;
font-weight: 600;
}
.admin-panel... | src/styles/adminticket.css | .heading h4 {
margin: 20px 0;
font-family: 'Roboto';
font-size: 18px;
color:#000;
text-transform:capitalize;
}
.comments p {
margin-bottom: 0px;
font-family: 'Roboto';
margin-left: 0px;
padding-left: 0px;
color: #212529;
font-size: 24px;
font-weight: 600;
}
.admin-panel... | 0.325521 | 0.090494 |
.login{
width: 400px;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
border: 1px solid #f0f0f0;
padding: 10px 30px 50px 30px;
-webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, .05);
box-shadow: 5px 10px 10px rgba(0, 0, 0, .05);
}
.register_con{
width:700px;
height:560px;
marg... | static/css/account.css | .login{
width: 400px;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
border: 1px solid #f0f0f0;
padding: 10px 30px 50px 30px;
-webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, .05);
box-shadow: 5px 10px 10px rgba(0, 0, 0, .05);
}
.register_con{
width:700px;
height:560px;
marg... | 0.189184 | 0.095687 |
body {
margin: 0;
padding: 0;
background: #FFFFFF url(images/img01.png) repeat-x;
font-family: Arial, Helvetica, sans-serif;
color: #737373;
}
p, ul, ol {
line-height: 140%;
}
li ul {
margin-bottom: initial;
}
/* Don't have extra leading in paragraphs in table entries. */
td p {
margin-bottom: 0;
line-heigh... | mc/style.css | body {
margin: 0;
padding: 0;
background: #FFFFFF url(images/img01.png) repeat-x;
font-family: Arial, Helvetica, sans-serif;
color: #737373;
}
p, ul, ol {
line-height: 140%;
}
li ul {
margin-bottom: initial;
}
/* Don't have extra leading in paragraphs in table entries. */
td p {
margin-bottom: 0;
line-heigh... | 0.283285 | 0.079139 |
:root {
/*--main-bg-color: #e0ffea;*/
--main-bg-color: white;
--main-fg-color: #222;
--primary-text: #3a6ab5;
}
html {
position: relative;
min-height: 100%;
}
body {
background-color: var(--main-bg-color);
color: var(--main-fg-color);
margin: 0 0 1vh;
/* bottom = footer height */
padding: 1... | style.css | :root {
/*--main-bg-color: #e0ffea;*/
--main-bg-color: white;
--main-fg-color: #222;
--primary-text: #3a6ab5;
}
html {
position: relative;
min-height: 100%;
}
body {
background-color: var(--main-bg-color);
color: var(--main-fg-color);
margin: 0 0 1vh;
/* bottom = footer height */
padding: 1... | 0.414425 | 0.087252 |
@import "../../config/colors.css";
#Header {
position: relative;
font-family: "Roboto";
font-style: normal;
font-size: 14px;
line-height: 14px;
color: var(--primary);
bottom: 5px;
text-align: center;
}
#mainPanel {
background: var(--white);
border: 1px solid var(--primary);
box-sizing: border-box;... | client/React/src/components/detailResults/DetailResults.css | @import "../../config/colors.css";
#Header {
position: relative;
font-family: "Roboto";
font-style: normal;
font-size: 14px;
line-height: 14px;
color: var(--primary);
bottom: 5px;
text-align: center;
}
#mainPanel {
background: var(--white);
border: 1px solid var(--primary);
box-sizing: border-box;... | 0.255344 | 0.085556 |
display: none;
}
.switch-label {
display: inline-block;
cursor: pointer;
background: #fff;
color: #111;
padding: 10px;
padding-left: 15px;
padding-right: 15px;
border-radius: 5px;
margin-top: 10px;
box-shadow: 0 2px #666;
}
.switch-label::after {
content: "on";
}
.switch-label::before {
content: " ";
dis... | src/crt.css | display: none;
}
.switch-label {
display: inline-block;
cursor: pointer;
background: #fff;
color: #111;
padding: 10px;
padding-left: 15px;
padding-right: 15px;
border-radius: 5px;
margin-top: 10px;
box-shadow: 0 2px #666;
}
.switch-label::after {
content: "on";
}
.switch-label::before {
content: " ";
dis... | 0.301465 | 0.123339 |
*{
padding: 0;
margin:0;
}
a:focus, .button:focus, .button.alt:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
outline: none;
}
*:active, *:hover, *:focus {
outline: 0;
outline-offset: 0;
}
li{
list-style: none;
}
a{
text-decoration: none;
co... | public/css/style.css | *{
padding: 0;
margin:0;
}
a:focus, .button:focus, .button.alt:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
outline: none;
}
*:active, *:hover, *:focus {
outline: 0;
outline-offset: 0;
}
li{
list-style: none;
}
a{
text-decoration: none;
co... | 0.354768 | 0.051582 |
*{
margin: 0;
padding: 0;
}
ol,ul,li{
margin: 0;
}
.header{
width: 1349px;
height: 60px;
margin: 0 auto;
background-color: #F9F9F9;
border-bottom: 1px solid #EDEDED;
position:fixed;
left: 0;
top: 0;
z-index: 999;
}
.wrap{
width: 1170px;
height: 61px;
margin: 0 auto;
... | new_file.css | *{
margin: 0;
padding: 0;
}
ol,ul,li{
margin: 0;
}
.header{
width: 1349px;
height: 60px;
margin: 0 auto;
background-color: #F9F9F9;
border-bottom: 1px solid #EDEDED;
position:fixed;
left: 0;
top: 0;
z-index: 999;
}
.wrap{
width: 1170px;
height: 61px;
margin: 0 auto;
... | 0.206654 | 0.043083 |
h1 {
color: #369;
font-family: Arial, Helvetica, sans-serif;
font-size: 250%;
}
nav {
position: fixed;
width: 72px;
/*background: #FF4081;*/
background: #FFAAA5;
color: #fff;
height: 100%;
z-index: 1;
transition: all .3s;
font-weight: 500;
max-height: 900px... | styles.css | h1 {
color: #369;
font-family: Arial, Helvetica, sans-serif;
font-size: 250%;
}
nav {
position: fixed;
width: 72px;
/*background: #FF4081;*/
background: #FFAAA5;
color: #fff;
height: 100%;
z-index: 1;
transition: all .3s;
font-weight: 500;
max-height: 900px... | 0.321567 | 0.048609 |
.sidebar-wrapper{
width: 230px;
}
/* .sidebar-wrapper .sidebar-brand {
background-color: white;
} */
.rupayapay-logo {
max-width: 100px !important;
background-color: #178ddb !important;
border-radius: 2px solid #fff !important;
}
.sidebar-wrapper .sidebar-menu ul li a{
border-bottom:... | public/css/employe-custom-style-2.css | .sidebar-wrapper{
width: 230px;
}
/* .sidebar-wrapper .sidebar-brand {
background-color: white;
} */
.rupayapay-logo {
max-width: 100px !important;
background-color: #178ddb !important;
border-radius: 2px solid #fff !important;
}
.sidebar-wrapper .sidebar-menu ul li a{
border-bottom:... | 0.346652 | 0.065217 |
:root {
--primary: #ebdcc2;
--secondary: #14110f;
--red: #c93222;
--gutter: 1rem;
--font: "HK Grotesk", sans-serif;
}
.icon {
display: inline-block;
width: 36px;
height: 36px;
stroke-width: 0;
stroke: #ebdcc2;
fill: #ebdcc2;
}
html {
font-size: 12px;
overflow-x: hidden;
scroll-behavior: sm... | docs/style.css | :root {
--primary: #ebdcc2;
--secondary: #14110f;
--red: #c93222;
--gutter: 1rem;
--font: "HK Grotesk", sans-serif;
}
.icon {
display: inline-block;
width: 36px;
height: 36px;
stroke-width: 0;
stroke: #ebdcc2;
fill: #ebdcc2;
}
html {
font-size: 12px;
overflow-x: hidden;
scroll-behavior: sm... | 0.50415 | 0.118487 |
.cssload-tetrominos {
position: absolute;
left: 50%;
transform: translate(-62px, -53px);
-o-transform: translate(-62px, -53px);
-ms-transform: translate(-62px, -53px);
-webkit-transform: translate(-62px, -53px);
-moz-transform: translate(-62px, -53px);
}
.cssload-tetromino {
width: 53px;
heig... | docs/assets/css/tetronimos.css | .cssload-tetrominos {
position: absolute;
left: 50%;
transform: translate(-62px, -53px);
-o-transform: translate(-62px, -53px);
-ms-transform: translate(-62px, -53px);
-webkit-transform: translate(-62px, -53px);
-moz-transform: translate(-62px, -53px);
}
.cssload-tetromino {
width: 53px;
heig... | 0.332419 | 0.08374 |
ion-refresher {
left: 0;
top: 0;
display: none;
position: absolute;
width: 100%;
height: 60px;
pointer-events: none;
z-index: -1;
}
[dir=rtl] ion-refresher, :host-context([dir=rtl]) ion-refresher {
left: unset;
right: unset;
right: 0;
}
ion-refresher.refresher-active {
display: block;
}
ion-re... | gallery-app/node_modules/@ionic/core/dist/collection/components/refresher/refresher.md.css | ion-refresher {
left: 0;
top: 0;
display: none;
position: absolute;
width: 100%;
height: 60px;
pointer-events: none;
z-index: -1;
}
[dir=rtl] ion-refresher, :host-context([dir=rtl]) ion-refresher {
left: unset;
right: unset;
right: 0;
}
ion-refresher.refresher-active {
display: block;
}
ion-re... | 0.513912 | 0.148386 |
@media (min-width: 992px) and (max-width: 1169px) {
.container{width:970px}
.header-top-right ul.header-links li {
margin-left: 10px;
}
.header-top-right ul.header-links li a::before {
display: none;
}
.form-control {
width: 85%;
}
.main-menu ul li .mega-menu {
left: -210px;
}
.home-2 .main-menu u... | WebContent/index/css/responsive.css | @media (min-width: 992px) and (max-width: 1169px) {
.container{width:970px}
.header-top-right ul.header-links li {
margin-left: 10px;
}
.header-top-right ul.header-links li a::before {
display: none;
}
.form-control {
width: 85%;
}
.main-menu ul li .mega-menu {
left: -210px;
}
.home-2 .main-menu u... | 0.317426 | 0.048137 |
html, body
{
margin:0;
padding:0;
height:100%;
}
body, h3, textarea, input, select
{
font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
font-size:14px;
}
body
{
background:#fff none repeat scroll 0%;
color:#333;
margin:0;
padding:0;
}
a
{
color:#4b72a... | Source/Kigg.WebApp/Assets/StyleSheets/site.css | html, body
{
margin:0;
padding:0;
height:100%;
}
body, h3, textarea, input, select
{
font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
font-size:14px;
}
body
{
background:#fff none repeat scroll 0%;
color:#333;
margin:0;
padding:0;
}
a
{
color:#4b72a... | 0.313315 | 0.038793 |
body {
color: #333333;
font-family: monaco, monospace;
line-height: 1.5;
margin: 0 auto;
max-width: 48em;
padding: 0 1em;
}
h1, h2, h3, h4, h5, h6 {
margin: 1.25em 0 0.5em 0;
line-height: 1.2;
}
a, a:hover, a:active, a:visited {
text-decoration: none;
}
a:link {
color: #044f3b;
}
a:visited {
color... | static/style.css | body {
color: #333333;
font-family: monaco, monospace;
line-height: 1.5;
margin: 0 auto;
max-width: 48em;
padding: 0 1em;
}
h1, h2, h3, h4, h5, h6 {
margin: 1.25em 0 0.5em 0;
line-height: 1.2;
}
a, a:hover, a:active, a:visited {
text-decoration: none;
}
a:link {
color: #044f3b;
}
a:visited {
color... | 0.616012 | 0.251165 |
h1,
h2,
h3 {
color: #f57900;
font-family: "Fredericka the Great", cursive;
}
.muted {
color: #d3d7cf;
}
.container_xxl {
padding: 0;
width: 95%;
margin: 0px auto;
}
.container_left_small {
margin: 1em;
width: 20%;
float: left;
overflow: hidden;
}
.container_right_large {
margin: 1em;
width: 70%;... | nodejs/marketplace/public/stylesheets/style.css | h1,
h2,
h3 {
color: #f57900;
font-family: "Fredericka the Great", cursive;
}
.muted {
color: #d3d7cf;
}
.container_xxl {
padding: 0;
width: 95%;
margin: 0px auto;
}
.container_left_small {
margin: 1em;
width: 20%;
float: left;
overflow: hidden;
}
.container_right_large {
margin: 1em;
width: 70%;... | 0.358016 | 0.127218 |
------------------------------------------------------------------------------*/
body.dashboard_page_bp-about span.dashicons,
body.index_page_bp-about span.dashicons {
float: right;
clear: right;
margin: 15px 0 0 15px ;
height: 90px;
width: 90px;
background-color: #cccccc;
-webkit-border-radius: 50%;
border-ra... | wp-content/plugins/buddypress/bp-core/admin/css/common-rtl.css | ------------------------------------------------------------------------------*/
body.dashboard_page_bp-about span.dashicons,
body.index_page_bp-about span.dashicons {
float: right;
clear: right;
margin: 15px 0 0 15px ;
height: 90px;
width: 90px;
background-color: #cccccc;
-webkit-border-radius: 50%;
border-ra... | 0.226014 | 0.047184 |
body{
color: white !important;
}
::-webkit-scrollbar{
width: 5px;
}
::-webkit-scrollbar-thumb{
background: rgb(189, 187, 187);
border-radius: 8px;
}
::-webkit-scrollbar-track{
background: rgb(231, 229, 229);
}
h3, h4 {
margin: 10px 0 30px 0;
font-size: 20px;
color: #111;
}
#playvid:hover{
font... | client/public/css/styles.css | body{
color: white !important;
}
::-webkit-scrollbar{
width: 5px;
}
::-webkit-scrollbar-thumb{
background: rgb(189, 187, 187);
border-radius: 8px;
}
::-webkit-scrollbar-track{
background: rgb(231, 229, 229);
}
h3, h4 {
margin: 10px 0 30px 0;
font-size: 20px;
color: #111;
}
#playvid:hover{
font... | 0.327023 | 0.063164 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody,... | asset/css/main.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody,... | 0.331444 | 0.050518 |
position: absolute;
top: 0;
height: 100%;
}
#cd-hamburger-menu a, #cd-cart-trigger a {
width: 60px;
height: 100%;
}
#cd-hamburger-menu {
left: 0;
}
#cd-hamburger-menu a {
background: #26292f url("../img/cd-hamburger-menu.svg") no-repeat center center;
}
@media only screen and (min-width: 1200px) {
#cd-... | assets/css/cart.css | position: absolute;
top: 0;
height: 100%;
}
#cd-hamburger-menu a, #cd-cart-trigger a {
width: 60px;
height: 100%;
}
#cd-hamburger-menu {
left: 0;
}
#cd-hamburger-menu a {
background: #26292f url("../img/cd-hamburger-menu.svg") no-repeat center center;
}
@media only screen and (min-width: 1200px) {
#cd-... | 0.33231 | 0.053108 |
/* HEADER */
.index__header {
display: grid;
grid-template-columns: 5fr 2fr 4fr 2fr 3fr 2fr;
grid-template-rows: repeat(5, 140px);
}
.index__logo {
grid-column: 3/4;
grid-row: 2/5;
width: 100%;
align-self: center;
}
.index__hearts {
grid-column: 2/3;
grid-row: 3/5;
align-self:... | website/src/assets/css/style.css | /* HEADER */
.index__header {
display: grid;
grid-template-columns: 5fr 2fr 4fr 2fr 3fr 2fr;
grid-template-rows: repeat(5, 140px);
}
.index__logo {
grid-column: 3/4;
grid-row: 2/5;
width: 100%;
align-self: center;
}
.index__hearts {
grid-column: 2/3;
grid-row: 3/5;
align-self:... | 0.30965 | 0.218982 |
.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover > a > .title {
padding-left: 0px !important;
}
.no-after:after{content:none !important;background:#fff}
/* table css */
tr.client_order_detail:hover{
background-color: #ddd !important;
}
th.text-left {
text-align: left !... | public/css/style.css | .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover > a > .title {
padding-left: 0px !important;
}
.no-after:after{content:none !important;background:#fff}
/* table css */
tr.client_order_detail:hover{
background-color: #ddd !important;
}
th.text-left {
text-align: left !... | 0.231614 | 0.065695 |
.timeline {
list-style: none;
padding: 20px;
position: relative;
}
.timeline div {
height: auto !important;
}
.timeline:before {
top: 40px;
bottom: 0;
position: absolute;
content: " ";
width: 3px;
background-color: #eeeeee;
left: 50%;
margin-left: -1.5px;
}
.timeline .timeline-item {
position... | css/timeline.css | .timeline {
list-style: none;
padding: 20px;
position: relative;
}
.timeline div {
height: auto !important;
}
.timeline:before {
top: 40px;
bottom: 0;
position: absolute;
content: " ";
width: 3px;
background-color: #eeeeee;
left: 50%;
margin-left: -1.5px;
}
.timeline .timeline-item {
position... | 0.50952 | 0.230671 |
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');
*{
box-sizing: border-box;
padding:0;
margin:0;
}
html{
background-color: #eaf0f2;
}
body
{
margin:0;
font-family: Arial, Helvetica, sans-serif;
font: 16px/1.6 Arial, sans-serif;
}
/* ---------------------------------... | styles.css | @import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');
*{
box-sizing: border-box;
padding:0;
margin:0;
}
html{
background-color: #eaf0f2;
}
body
{
margin:0;
font-family: Arial, Helvetica, sans-serif;
font: 16px/1.6 Arial, sans-serif;
}
/* ---------------------------------... | 0.226527 | 0.044369 |
@charset "utf-8";
* {
margin: 0px;
padding: 0px;
}
:root {
--corback: rgb(73, 73, 73);
--cormain: rgb(48, 48, 48);
--cornav: rgb(44, 44, 44);
--corlaranja: rgb(194, 81, 5);
}
body {
font-family: Arial, Helvetica, sans-serif;
background-color: var(--corback);
padding: 164px 10px;
}
... | estilos/estilo.css | @charset "utf-8";
* {
margin: 0px;
padding: 0px;
}
:root {
--corback: rgb(73, 73, 73);
--cormain: rgb(48, 48, 48);
--cornav: rgb(44, 44, 44);
--corlaranja: rgb(194, 81, 5);
}
body {
font-family: Arial, Helvetica, sans-serif;
background-color: var(--corback);
padding: 164px 10px;
}
... | 0.441673 | 0.095139 |
.busses {
width: 12%;
height: 105vh;
position: absolute;
overflow: hidden;
left: 0;
margin-left: 18.8%;
}
#leftLane, #rightLane {
width: 50%;
height: 105vh;
position: absolute;
/* background-color: rgba(0, 0, 255, 0.4); */
}
#rightLane {
right: 0;
/* background-color: r... | cars.css | .busses {
width: 12%;
height: 105vh;
position: absolute;
overflow: hidden;
left: 0;
margin-left: 18.8%;
}
#leftLane, #rightLane {
width: 50%;
height: 105vh;
position: absolute;
/* background-color: rgba(0, 0, 255, 0.4); */
}
#rightLane {
right: 0;
/* background-color: r... | 0.802323 | 0.177936 |
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
* {
margin: 0;
padding: 0;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: a... | assets/css/style.css | @import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
* {
margin: 0;
padding: 0;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: a... | 0.256832 | 0.082291 |
*
{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.full-page
{
height: 100%;
width: 100%;
background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(bg-2.jpg);
background-position: center;
background-size: cover;
position: absolute;
}
.h1 {
font-weight: bold;
font-size: 40px;
c... | bitcoin.css | *
{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.full-page
{
height: 100%;
width: 100%;
background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(bg-2.jpg);
background-position: center;
background-size: cover;
position: absolute;
}
.h1 {
font-weight: bold;
font-size: 40px;
c... | 0.425963 | 0.075927 |
.home-store {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
}
.home-store .product .product-description {
display: none;
}
.slick-active-btn-2::after {
content: '';
width: 60px !important;
background-color: #9CA72C;
position: absolute;
z-index: -1;
top: 50%;
transform: tran... | src/styles/homepage.css | .home-store {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
}
.home-store .product .product-description {
display: none;
}
.slick-active-btn-2::after {
content: '';
width: 60px !important;
background-color: #9CA72C;
position: absolute;
z-index: -1;
top: 50%;
transform: tran... | 0.452052 | 0.045586 |
body {
padding-top: 3.5rem;
background-color: #003F87;
color: white;
}
/*.container {*/
/*margin-right: auto;*/
/*margin-left: auto;*/
/*padding-right: 15px;*/
/*padding-left: 0px;*/
/*width: 100%;*/
/*}*/
.starter-template {
padding: 0rem;
text-align: center;
}
.bg-dark {
... | public_html/css/upcoming-events.css | body {
padding-top: 3.5rem;
background-color: #003F87;
color: white;
}
/*.container {*/
/*margin-right: auto;*/
/*margin-left: auto;*/
/*padding-right: 15px;*/
/*padding-left: 0px;*/
/*width: 100%;*/
/*}*/
.starter-template {
padding: 0rem;
text-align: center;
}
.bg-dark {
... | 0.437583 | 0.085327 |
@font-face {
font-family: "PingFangHK-Semibold";
src: url(/fonts/53faa9276001397f57e3dec8cafa2205.eot); /* IE9 */
src: url(/fonts/53faa9276001397f57e3dec8cafa2205.eot?#iefix) format("embedded-opentype"), /* IE6-IE8 */ url(/fonts/53faa9276001397f57e3dec8cafa2205.woff) format("woff"), /* chrome, firefox */ ur... | src/web/public/stylesheets/kcoin.css | @font-face {
font-family: "PingFangHK-Semibold";
src: url(/fonts/53faa9276001397f57e3dec8cafa2205.eot); /* IE9 */
src: url(/fonts/53faa9276001397f57e3dec8cafa2205.eot?#iefix) format("embedded-opentype"), /* IE6-IE8 */ url(/fonts/53faa9276001397f57e3dec8cafa2205.woff) format("woff"), /* chrome, firefox */ ur... | 0.273574 | 0.058025 |
.knowMore-page{
width: 100%;
height: 100%;
overflow: hidden;
background: url('../image/bg.png') center bottom no-repeat;
background-size: cover;
}
.knowMore-page img{
display: block;
}
.knowMore-page .header{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 102... | src/page/index.css | .knowMore-page{
width: 100%;
height: 100%;
overflow: hidden;
background: url('../image/bg.png') center bottom no-repeat;
background-size: cover;
}
.knowMore-page img{
display: block;
}
.knowMore-page .header{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 102... | 0.275617 | 0.047802 |
body.p-mod-override-cursor * {
cursor: inherit !important;
}
.flx-Widget {
box-sizing: border-box;
position: relative;
overflow: hidden;
cursor: default;
}
.flx-Widget .p-Widget.p-mod-hidden {
display: none;
}
.flx-Widget .p-CommandPalette {
display: flex;
flex-direction: column;
-webkit-user-select: none;
-m... | docs/ui/examples/_assets/shared/phosphor-all.css | body.p-mod-override-cursor * {
cursor: inherit !important;
}
.flx-Widget {
box-sizing: border-box;
position: relative;
overflow: hidden;
cursor: default;
}
.flx-Widget .p-Widget.p-mod-hidden {
display: none;
}
.flx-Widget .p-CommandPalette {
display: flex;
flex-direction: column;
-webkit-user-select: none;
-m... | 0.279042 | 0.042603 |
.unique_visits_legend,
.unique_visits {
margin: 0.16667em;
border: thin solid #999;
background: #e2e4e9 url('../../../images/backgrounds/button.gif') repeat-x center left;
color: #666666;
font-weight: bold;
display: inline-block;
text-align: center;
vertical-align: middle;
float: lef... | src/addons/storefront/templates/external/css/addon/storefront/control_panel.css | .unique_visits_legend,
.unique_visits {
margin: 0.16667em;
border: thin solid #999;
background: #e2e4e9 url('../../../images/backgrounds/button.gif') repeat-x center left;
color: #666666;
font-weight: bold;
display: inline-block;
text-align: center;
vertical-align: middle;
float: lef... | 0.489015 | 0.177775 |
.user-info-wrapper {
position: relative;
width: 100%;
margin-bottom: -1px;
padding-top: 90px;
padding-bottom: 30px;
border: 1px solid #e1e7ec;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
overflow: hidden
}
.user-info-wrapper .user-cover {
position: absolute;
t... | public/dist/css/user.profile.css | .user-info-wrapper {
position: relative;
width: 100%;
margin-bottom: -1px;
padding-top: 90px;
padding-bottom: 30px;
border: 1px solid #e1e7ec;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
overflow: hidden
}
.user-info-wrapper .user-cover {
position: absolute;
t... | 0.447823 | 0.087759 |
a.btn, .btn {
border-radius: 5px;
font: 16px/1em SkyTextRegular, Helvetica, Arial, sans-serif;
padding: 0 15px;
height: 32px;
line-height: 2em;
position: relative;
z-index: 2;
border: none;
border-top: 1px solid #0073c5;
background-color: #0073c5;
color: #fff;
display: inline-block;
box-sizing... | dist/styles/buttons.css | a.btn, .btn {
border-radius: 5px;
font: 16px/1em SkyTextRegular, Helvetica, Arial, sans-serif;
padding: 0 15px;
height: 32px;
line-height: 2em;
position: relative;
z-index: 2;
border: none;
border-top: 1px solid #0073c5;
background-color: #0073c5;
color: #fff;
display: inline-block;
box-sizing... | 0.364664 | 0.059156 |
.query{
width: 80%;
margin-left: 10%;
margin-bottom: 10px;
}
.result{
margin-top: 10px;
width: 500px;
margin-left: 4%;
overflow-x: auto;
}
.db{
margin-top: 50px;
border: 1px solid black;
padding: 15px;
}
.stats{
width: 25%;
overflow: auto;
max-height: 400px;
... | petljadoc/runestone_ext/dbDirective/css/dbDirective.css | .query{
width: 80%;
margin-left: 10%;
margin-bottom: 10px;
}
.result{
margin-top: 10px;
width: 500px;
margin-left: 4%;
overflow-x: auto;
}
.db{
margin-top: 50px;
border: 1px solid black;
padding: 15px;
}
.stats{
width: 25%;
overflow: auto;
max-height: 400px;
... | 0.391057 | 0.123471 |
@-moz-document domain("binary.com") {
#menu-top > li:nth-child(2),
#menu-top > li:nth-child(1),
#menu-top > li:nth-child(3),
#footer-regulatory,
#footer-menu,
#footer-last,
#trading_bottom_content,
#topbar,
#logo > div.grd-grid-3.grd-grid-mobile-12.grd-grid-phablet-12.grd-no-gutter,
#content > div.content-tab... | data/usercss/121925.user.css | @-moz-document domain("binary.com") {
#menu-top > li:nth-child(2),
#menu-top > li:nth-child(1),
#menu-top > li:nth-child(3),
#footer-regulatory,
#footer-menu,
#footer-last,
#trading_bottom_content,
#topbar,
#logo > div.grd-grid-3.grd-grid-mobile-12.grd-grid-phablet-12.grd-no-gutter,
#content > div.content-tab... | 0.217338 | 0.037821 |
body {
font-size: 14px;
line-height: 22px;
font-family: Helvetica Neue, Helvetica, Arial;
background: #f4f4f4 url(../images/background.png);
}
.interface {
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif !important;
}
div#sidebar {
background: #fff;
position: fixed;
z-index: 10... | demos/css/styles.css | body {
font-size: 14px;
line-height: 22px;
font-family: Helvetica Neue, Helvetica, Arial;
background: #f4f4f4 url(../images/background.png);
}
.interface {
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif !important;
}
div#sidebar {
background: #fff;
position: fixed;
z-index: 10... | 0.286169 | 0.116663 |
body {line-height: 25px;}
* a {text-decoration: none; color:#CFE0EE;}
a:hover {color:#F09C42;}
#wrapper {}
* {font-size: 18px;}
/* 导航条样式开始 */
.cus_nav ul li {float: left; margin:0 6px; padding: 10px 22px; display: inline-block;list-style:none;}
.cus_nav ul li a {display:block;padding: 8px 22px;color:#fff}
.logo a, .cu... | blog/static/blog/css/style.css | body {line-height: 25px;}
* a {text-decoration: none; color:#CFE0EE;}
a:hover {color:#F09C42;}
#wrapper {}
* {font-size: 18px;}
/* 导航条样式开始 */
.cus_nav ul li {float: left; margin:0 6px; padding: 10px 22px; display: inline-block;list-style:none;}
.cus_nav ul li a {display:block;padding: 8px 22px;color:#fff}
.logo a, .cu... | 0.218419 | 0.095392 |
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
padding-top: 3rem;
padding-bottom: 3rem;
color: #5a5a5a;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
margin-bottom: 4r... | src/main/resources/static/css/halkotrans.css | -------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
padding-top: 3rem;
padding-bottom: 3rem;
color: #5a5a5a;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
margin-bottom: 4r... | 0.400632 | 0.046965 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body,
input {
font-family: "Poppins", sans-serif;
}
.container {
display: flex;
position: relative;
width: 100%;
min-height: 100vh;
background: #fff;
overflow: hidden;
}
.container:before {
content: "";
position: absolute;
width: 2000px;
h... | Frontend Task/Sona_Mathew_CS1B/library/login.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body,
input {
font-family: "Poppins", sans-serif;
}
.container {
display: flex;
position: relative;
width: 100%;
min-height: 100vh;
background: #fff;
overflow: hidden;
}
.container:before {
content: "";
position: absolute;
width: 2000px;
h... | 0.47926 | 0.092155 |
@-moz-document domain("booth.pm") {
body {
color: #fff;
}
a {
color: #6ae4f4;
}
a:visited {
color: #3fb4c4;
}
.page-wrap {
background-color: #222;
}
.nav:link {
color: #fff;
}
.nav:visited {
color: #bbbbbb;
}
.u-bg-white {
background-color: #2d2d2d !important;
}
.recen... | data/usercss/188073.user.css | @-moz-document domain("booth.pm") {
body {
color: #fff;
}
a {
color: #6ae4f4;
}
a:visited {
color: #3fb4c4;
}
.page-wrap {
background-color: #222;
}
.nav:link {
color: #fff;
}
.nav:visited {
color: #bbbbbb;
}
.u-bg-white {
background-color: #2d2d2d !important;
}
.recen... | 0.312685 | 0.057785 |
#actions { background: rgba(199, 199, 199, 0.25); padding: 0.5rem; position: fixed; top: 0; right: 1rem; text-align: right; z-index: 100; border-radius: 0 0 0.3rem 0.3rem; }
#actions .btn-group > .btn-group { display: block }
#actions .btn-group .btn { font-size: 0.675rem; height: 2.5em }
#actions .btn-group .btn .fa {... | manager/media/style/default/css/actionbuttons.css | #actions { background: rgba(199, 199, 199, 0.25); padding: 0.5rem; position: fixed; top: 0; right: 1rem; text-align: right; z-index: 100; border-radius: 0 0 0.3rem 0.3rem; }
#actions .btn-group > .btn-group { display: block }
#actions .btn-group .btn { font-size: 0.675rem; height: 2.5em }
#actions .btn-group .btn .fa {... | 0.390011 | 0.139631 |
@import url("https://fonts.googleapis.com/css2?family=Girassol&family=Berkshire+Swash&family=Source+Sans+Pro:wght@300&display=swap");
.__slide-button__ *,
.__small-slide-button__ * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.__slide-button__ {
cursor: pointer;
background-color: whitesm... | __HTML/_class/slide-button/slide-button.css | @import url("https://fonts.googleapis.com/css2?family=Girassol&family=Berkshire+Swash&family=Source+Sans+Pro:wght@300&display=swap");
.__slide-button__ *,
.__small-slide-button__ * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.__slide-button__ {
cursor: pointer;
background-color: whitesm... | 0.296349 | 0.094052 |
.main {
margin-top: 68px;
width: 100%;
}
.carousel-item img{
height:460px;
object-fit:cover;
}
.navbar {
font-size: 18px;
font-weight: 600;
padding: 0.8rem 3rem !important;
box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.1);
background-color: #6a090a;
/* box-shadow: 0px 2px 15px */
}
.navbar-nav li:hover {
z... | public/css/style.css | .main {
margin-top: 68px;
width: 100%;
}
.carousel-item img{
height:460px;
object-fit:cover;
}
.navbar {
font-size: 18px;
font-weight: 600;
padding: 0.8rem 3rem !important;
box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.1);
background-color: #6a090a;
/* box-shadow: 0px 2px 15px */
}
.navbar-nav li:hover {
z... | 0.251188 | 0.075927 |
@charset "UTF-8";
body {
background-color: #D6D6D6;
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13pt;
font-weight: normal;
line-height: 1.65em;
color:#2A2A2A;
}
.icon {
text-decoration: none;
border-bottom: none;
position: relative;
}
.icon:before {
-moz-osx-font-smoothi... | deprecated/plugins/pico_administrators/assets/css/pico_administrators.css | @charset "UTF-8";
body {
background-color: #D6D6D6;
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13pt;
font-weight: normal;
line-height: 1.65em;
color:#2A2A2A;
}
.icon {
text-decoration: none;
border-bottom: none;
position: relative;
}
.icon:before {
-moz-osx-font-smoothi... | 0.193833 | 0.063164 |
@import "/node_modules/@simonwep/pickr/dist/pickr.min.css";
@import "./node_modules/tingle.js/dist/tingle.min.css";
p {
font-family: sans-serif;
line-height: 180%;
}
a {
color: inherit;
}
a:visited {
color: inherit;
}
a:hover {
color: #4285f4;
}
h6 {
line-height: 10px;
font-size: 10px;
margin: 0;
... | styles.css | @import "/node_modules/@simonwep/pickr/dist/pickr.min.css";
@import "./node_modules/tingle.js/dist/tingle.min.css";
p {
font-family: sans-serif;
line-height: 180%;
}
a {
color: inherit;
}
a:visited {
color: inherit;
}
a:hover {
color: #4285f4;
}
h6 {
line-height: 10px;
font-size: 10px;
margin: 0;
... | 0.440229 | 0.077308 |
*{margin: 0; padding: 0;}
body
{
background: url('../images/social-network.jpg');
background-size: cover;
}
#E
{
font-family: tesla;
}
@font-face
{
font-family: tesla;
src:url('../fonts/TESLA.ttf');
}
@font-face
{
font-family: gotham;
src:url('../fonts/GothamBoldRegular.ttf');... | resources/css/styles.css | *{margin: 0; padding: 0;}
body
{
background: url('../images/social-network.jpg');
background-size: cover;
}
#E
{
font-family: tesla;
}
@font-face
{
font-family: tesla;
src:url('../fonts/TESLA.ttf');
}
@font-face
{
font-family: gotham;
src:url('../fonts/GothamBoldRegular.ttf');... | 0.191214 | 0.037503 |
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ABeeZee&display=swap');
.App {
text-align: center;
background-image: linear-gradient(to top, #141e30 30%, #01304E 75%);
background-size: 200% 200%;
height: 100vh;
font-famil... | packages/react-app/src/App.css | @import url('https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ABeeZee&display=swap');
.App {
text-align: center;
background-image: linear-gradient(to top, #141e30 30%, #01304E 75%);
background-size: 200% 200%;
height: 100vh;
font-famil... | 0.479504 | 0.18054 |
body a {
text-decoration: none;
color: #333;
}
.navigation {
position: relative;
}
.nav {
box-shadow: none;
background: transparent;
height: 70px;
}
.nav_b_title,
.nav_b_logo,
.nav_b {
display: none;
}
.hamburger {
display: block;
}
.logo {
position: absolute;
top: 36px;
... | public/css/pages/top.css | body a {
text-decoration: none;
color: #333;
}
.navigation {
position: relative;
}
.nav {
box-shadow: none;
background: transparent;
height: 70px;
}
.nav_b_title,
.nav_b_logo,
.nav_b {
display: none;
}
.hamburger {
display: block;
}
.logo {
position: absolute;
top: 36px;
... | 0.662796 | 0.113727 |
==================================================
#BASIC TYPOGRAPHY
#HEADER
#MENU
#FEATURE SECTION
#VIDEO
#APPPS SCREENSHOT
#DOWNLOAD
#FAQ
#CONTACT US
#FOOTER
#RESPONSIVE STYLE
*/
/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/
body,
html {
overflow-x:hidden;
}
b... | style.css | ==================================================
#BASIC TYPOGRAPHY
#HEADER
#MENU
#FEATURE SECTION
#VIDEO
#APPPS SCREENSHOT
#DOWNLOAD
#FAQ
#CONTACT US
#FOOTER
#RESPONSIVE STYLE
*/
/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/
body,
html {
overflow-x:hidden;
}
b... | 0.150621 | 0.035046 |
.about-section {
background: url(../../assets/HomeHeadingBackground.jpg);
height: 80vh;
background-attachment: fixed;
background-size: cover;
margin-left: 8rem;
}
.about-wrapper {
background-color: rgba(85, 40, 3, 0.931);
height: 80vh;
width: 100%;
clip-path: polygon(0 0%, 100% 28%,... | src/components/About/About.css | .about-section {
background: url(../../assets/HomeHeadingBackground.jpg);
height: 80vh;
background-attachment: fixed;
background-size: cover;
margin-left: 8rem;
}
.about-wrapper {
background-color: rgba(85, 40, 3, 0.931);
height: 80vh;
width: 100%;
clip-path: polygon(0 0%, 100% 28%,... | 0.682679 | 0.112991 |
.form-control {
max-width: 700px;
}
/* Tasks ------------------------------------ */
path {
fill: rgb(62, 63, 63);
}
svg {
height: 20px;
}
.headline-container {
display: flex;
justify-content: space-between;
align-items: baseline;
}
.headline-container label {
font-size: clamp(1rem, 0.8519rem + 0.7407vw,... | assets/styles/tasks-lists.css | .form-control {
max-width: 700px;
}
/* Tasks ------------------------------------ */
path {
fill: rgb(62, 63, 63);
}
svg {
height: 20px;
}
.headline-container {
display: flex;
justify-content: space-between;
align-items: baseline;
}
.headline-container label {
font-size: clamp(1rem, 0.8519rem + 0.7407vw,... | 0.487307 | 0.065635 |
@import url('https://fonts.googleapis.com/css?family=Sacramento&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800');
@font-face {
font-family: 'icomoon';
src: url("../fonts/icomoon/icomoon.eot?srf3rx");
src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") form... | public/assets/css/backend-style.css | @import url('https://fonts.googleapis.com/css?family=Sacramento&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800');
@font-face {
font-family: 'icomoon';
src: url("../fonts/icomoon/icomoon.eot?srf3rx");
src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") form... | 0.338624 | 0.091463 |
html {
height: 100%;
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
font-weight: 300;
overflow: hidden;
font-family: sans-serif;
}
body,
#root {
height: 100%;
}
.UnderConstruction {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #fff;
... | src/lib/components/UnderConstruction.css | html {
height: 100%;
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
font-weight: 300;
overflow: hidden;
font-family: sans-serif;
}
body,
#root {
height: 100%;
}
.UnderConstruction {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #fff;
... | 0.525369 | 0.059237 |
@-moz-document domain("www.weibo.com") {
/** Header **/
a[nm="game"] {
display: none !important;
}
a[nm="find"] {
display: none !important;
}
a[nm="tv"] {
display: none !important;
}
.WB_global_nav .gn_nav {
width: 250px;
}
/** Feed **/
/* Ad feed */
div[feedtype="ad"] {
... | data/usercss/186007.user.css | @-moz-document domain("www.weibo.com") {
/** Header **/
a[nm="game"] {
display: none !important;
}
a[nm="find"] {
display: none !important;
}
a[nm="tv"] {
display: none !important;
}
.WB_global_nav .gn_nav {
width: 250px;
}
/** Feed **/
/* Ad feed */
div[feedtype="ad"] {
... | 0.339609 | 0.054525 |
tr.bx-calendar-day-currow td {background-color: #E3EEF3 !important;}
.bx-calendar-day-main-table{border-top: solid 1px #C9C9C9; border-left: solid 1px #C9C9C9; border-spacing: 0;}
.bx-calendar-day-main-table td {padding: 2px 0px; vertical-align: middle; border-right: solid 1px #C9C9C9; border-bottom: solid 1px #C9C9C... | bitrix/modules/intranet/install/components/bitrix/intranet.absence.calendar.view/templates/day/view.css | tr.bx-calendar-day-currow td {background-color: #E3EEF3 !important;}
.bx-calendar-day-main-table{border-top: solid 1px #C9C9C9; border-left: solid 1px #C9C9C9; border-spacing: 0;}
.bx-calendar-day-main-table td {padding: 2px 0px; vertical-align: middle; border-right: solid 1px #C9C9C9; border-bottom: solid 1px #C9C9C... | 0.30054 | 0.108708 |
.timer {
display: block;
width: 200px;
height: 200px;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
}
.timer .countdown-clock {
font-weight: 100;
font-size: 5rem;
text-align: center;
margin-bottom: auto;
}
.wide-button {
width: 200px;
height: 40px;
margi... | dist/styles/pomodoro.css | .timer {
display: block;
width: 200px;
height: 200px;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
}
.timer .countdown-clock {
font-weight: 100;
font-size: 5rem;
text-align: center;
margin-bottom: auto;
}
.wide-button {
width: 200px;
height: 40px;
margi... | 0.505371 | 0.100879 |
.sspp form {
padding: 0;
margin: 0;
}
.ssblog {
padding-top: 3px;
}
.convention {
margin-left: 14px;
color: #FF0000;
}
a.convention:hover {
COLOR: #FF0000;
TEXT-DECORATION: underline
}
.ppthreeCom {
display: inline;
color: #999999;
margin: auto 60px;
font-family: Verdana, Arial, Helvetica, sans-serif;
f... | web/html/plugin/comment/css/card_comment.css | .sspp form {
padding: 0;
margin: 0;
}
.ssblog {
padding-top: 3px;
}
.convention {
margin-left: 14px;
color: #FF0000;
}
a.convention:hover {
COLOR: #FF0000;
TEXT-DECORATION: underline
}
.ppthreeCom {
display: inline;
color: #999999;
margin: auto 60px;
font-family: Verdana, Arial, Helvetica, sans-serif;
f... | 0.334046 | 0.112747 |
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
... | docs/v1.1.0/css/style.css | html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
... | 0.261802 | 0.044848 |
a:hover, a:active {
text-decoration:none;
color: #090;
}
ul, li {
list-style-type: none; padding: 0; margin: 0;
}
.container {
width:960px;
margin:0 auto;
font-size:14px;
line-height:1.5;
}
.clr {
display:block;
clear:both;
height:1px;
overflow:hidden;
}
.hr {
border-bottom:1px solid #eee;
height:1px;
... | web/css/tplstyle.css | a:hover, a:active {
text-decoration:none;
color: #090;
}
ul, li {
list-style-type: none; padding: 0; margin: 0;
}
.container {
width:960px;
margin:0 auto;
font-size:14px;
line-height:1.5;
}
.clr {
display:block;
clear:both;
height:1px;
overflow:hidden;
}
.hr {
border-bottom:1px solid #eee;
height:1px;
... | 0.321993 | 0.123895 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: var(--font-inter);
background: var(--main-background);
}
.container {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
flex-direction: column;
}
.card {
... | css/geral.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: var(--font-inter);
background: var(--main-background);
}
.container {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
flex-direction: column;
}
.card {
... | 0.596668 | 0.123683 |
* {
padding: 0;
margin: 0;
font-size: 14px;
}
html {
scroll-behavior: smooth;
}
body {
scroll-behavior: smooth;
}
body {
background-color: white;
font-family: 'Fira Sans', sans-serif;;
}
a {
color: #000000;
text-decoration: none;
}
.space { padding-top: 3px; }
nav {
position: fixed;
top: 0;
left: 0;
widt... | card-student/yosepghanny/style.css | * {
padding: 0;
margin: 0;
font-size: 14px;
}
html {
scroll-behavior: smooth;
}
body {
scroll-behavior: smooth;
}
body {
background-color: white;
font-family: 'Fira Sans', sans-serif;;
}
a {
color: #000000;
text-decoration: none;
}
.space { padding-top: 3px; }
nav {
position: fixed;
top: 0;
left: 0;
widt... | 0.432782 | 0.155046 |
@charset "UTF-8";
@font-face{
font-family: 'FonteLogo';
src: url("../fonts/bubblegum-sans-regular.otf");
}
/*********** navbar **********/
.navbar-labinstru{
background: linear-gradient(rgba(204,204,204,1), rgba(255,255,255,1), rgba(178,178,178,1));
margin-bottom: -9px;
border-bottom: 1px solid rgba(178,178,178... | applications/laboratorio/static/css/estilo.css | @charset "UTF-8";
@font-face{
font-family: 'FonteLogo';
src: url("../fonts/bubblegum-sans-regular.otf");
}
/*********** navbar **********/
.navbar-labinstru{
background: linear-gradient(rgba(204,204,204,1), rgba(255,255,255,1), rgba(178,178,178,1));
margin-bottom: -9px;
border-bottom: 1px solid rgba(178,178,178... | 0.235108 | 0.083815 |
@charset "ISO-8859-1";
/*########################################*/
/*Config Graph*/
.link {
stroke: #000;
stroke-width: 1.5px;
}
.node {
cursor: move;
fill: #ccc;
stroke: #000;
stroke-width: 1.5px;
}
.node.fixed {
#fill: #f00;
}
/*########################################*/
#main {
overflow-x: au... | server/public/stylesheets/main.css | @charset "ISO-8859-1";
/*########################################*/
/*Config Graph*/
.link {
stroke: #000;
stroke-width: 1.5px;
}
.node {
cursor: move;
fill: #ccc;
stroke: #000;
stroke-width: 1.5px;
}
.node.fixed {
#fill: #f00;
}
/*########################################*/
#main {
overflow-x: au... | 0.308398 | 0.100348 |
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Squada+One);
@import url(http://fonts.googleapis.com/css?family=Nova+Square);
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}... | public_html/css/playlist-custom-player.css | @import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Squada+One);
@import url(http://fonts.googleapis.com/css?family=Nova+Square);
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}... | 0.296756 | 0.051774 |
vertical-align: text-top;
}
#div_titulo{
height: 15px;
margin: 10px 10px 10px 10px;
padding-top: 20px;
position: relative;
/* estilo */
background-color: #FFFFFF;
font-family: Tahoma, Arial, sans-serif;
/* estilo */
}
#div_dados{
margin: 5px 0 5px 0;
}
#div_anexo{
padding:... | css/principal_remocao_cadastro.css | vertical-align: text-top;
}
#div_titulo{
height: 15px;
margin: 10px 10px 10px 10px;
padding-top: 20px;
position: relative;
/* estilo */
background-color: #FFFFFF;
font-family: Tahoma, Arial, sans-serif;
/* estilo */
}
#div_dados{
margin: 5px 0 5px 0;
}
#div_anexo{
padding:... | 0.246261 | 0.087136 |
@font-face {
font-family: weatherFont;
src: url("../Oswald-Medium.ttf");
}
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: weatherFont;
}
.main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-... | src/Weather App/css/main.css | @font-face {
font-family: weatherFont;
src: url("../Oswald-Medium.ttf");
}
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: weatherFont;
}
.main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-... | 0.288068 | 0.04778 |
.customerService{
width:1.8rem;
height:2.3rem;
position:fixed;
right:0;
top:50%;
z-index: 6666;
margin-top:-1.15rem;
border-radius: 0.1rem;
border:1px solid #d2222c;
background-color:white;
}
.customerService .title{
width:100%;
height:0.8rem;
border-radius: 0.1rem;
background-image:url(..... | hunt-web/src/main/webapp/static/css/index/customerService.css | .customerService{
width:1.8rem;
height:2.3rem;
position:fixed;
right:0;
top:50%;
z-index: 6666;
margin-top:-1.15rem;
border-radius: 0.1rem;
border:1px solid #d2222c;
background-color:white;
}
.customerService .title{
width:100%;
height:0.8rem;
border-radius: 0.1rem;
background-image:url(..... | 0.199971 | 0.035847 |
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fields... | css/styles.css | v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fields... | 0.289071 | 0.054601 |
@font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?bytfto');
src: url('../fonts/icomoon.eot?bytfto#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?bytfto') format('truetype'),
url('../fonts/icomoon.woff?bytfto') format('woff'),
url('../fonts/icom... | public/css/icons.css | @font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?bytfto');
src: url('../fonts/icomoon.eot?bytfto#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?bytfto') format('truetype'),
url('../fonts/icomoon.woff?bytfto') format('woff'),
url('../fonts/icom... | 0.270384 | 0.102305 |
.SurveyHeaderRoot {
display: flex;
flex-direction: column;
background-color: #19191910;
}
.SurveyHeaderTitle {
display: flex;
justify-content: center;
white-space: nowrap;
overflow:hidden;
padding: 10px;
margin: 2px;
font-weight: bold;
color: #ec6607;
background-color: #... | src/pages/surveyUpdater/styles/SurveyHeader.css | .SurveyHeaderRoot {
display: flex;
flex-direction: column;
background-color: #19191910;
}
.SurveyHeaderTitle {
display: flex;
justify-content: center;
white-space: nowrap;
overflow:hidden;
padding: 10px;
margin: 2px;
font-weight: bold;
color: #ec6607;
background-color: #... | 0.44553 | 0.166472 |
@font-face {
src: url(../assets/fonts/UTM\ BryantLG.ttf);
font-family: utm; }
@font-face {
src: url(../assets/fonts/OpenSans-Bold.ttf);
font-family: san; }
@media only screen and (max-width: 1950px) {
.header {
padding: 10px; }
.header .navbar {
padding: 0px; }
.header .navbar img {
... | public/frontend/css/style.css | @font-face {
src: url(../assets/fonts/UTM\ BryantLG.ttf);
font-family: utm; }
@font-face {
src: url(../assets/fonts/OpenSans-Bold.ttf);
font-family: san; }
@media only screen and (max-width: 1950px) {
.header {
padding: 10px; }
.header .navbar {
padding: 0px; }
.header .navbar img {
... | 0.28897 | 0.115711 |
@charset "utf-8";
/*
/* Copyright (c) 2018 Frenify
/* Author: Frenify
/* Version: 1.0.3
/* This file is made for CURRENT TEMPLATE
/*
01) BASE
02) MOBILE MENU
03) SHARE BOX
04) MAIN HEADER
04.1) LOGO
04.2) SEARCH
04.3) NAVIGATION
05) SUBMENU
06) LEFTBAR
07) SELECT2
08) FEATURED LISTINGS
09) RATING
10) FA... | public/directify/css/style.css | @charset "utf-8";
/*
/* Copyright (c) 2018 Frenify
/* Author: Frenify
/* Version: 1.0.3
/* This file is made for CURRENT TEMPLATE
/*
01) BASE
02) MOBILE MENU
03) SHARE BOX
04) MAIN HEADER
04.1) LOGO
04.2) SEARCH
04.3) NAVIGATION
05) SUBMENU
06) LEFTBAR
07) SELECT2
08) FEATURED LISTINGS
09) RATING
10) FA... | 0.146759 | 0.049589 |
ul.resp-tabs-list, p {
margin: 0px;
padding: 0px;
}
.resp-tabs-list li {
color:#0074A2;
font-size: 15px;
display: inline-block;
padding: 13px 15px;
margin: 0;
list-style: none;
cursor: pointer;
float: left;
}
.resp-tabs-list li i{
color: #6B6B6B;
font-size: 18... | assets/user/css/easy-responsive-tabs.css | ul.resp-tabs-list, p {
margin: 0px;
padding: 0px;
}
.resp-tabs-list li {
color:#0074A2;
font-size: 15px;
display: inline-block;
padding: 13px 15px;
margin: 0;
list-style: none;
cursor: pointer;
float: left;
}
.resp-tabs-list li i{
color: #6B6B6B;
font-size: 18... | 0.236164 | 0.045268 |
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
* {
-webkit-box-sizing: border-box;
-moz-box-sizing : border-box;
-ms-box-sizing : border-box;
box-sizing : border-box;
}
*:focus {
outline: 0;
}
button {
opacity: 0.8;
z-index:99;
}
#main {
position: absolute;
top :... | extras/css/index.css | @import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
* {
-webkit-box-sizing: border-box;
-moz-box-sizing : border-box;
-ms-box-sizing : border-box;
box-sizing : border-box;
}
*:focus {
outline: 0;
}
button {
opacity: 0.8;
z-index:99;
}
#main {
position: absolute;
top :... | 0.306942 | 0.068694 |
.ui-header .ui-title {margin-right:20px;margin-left:20px;}
.ui-footer .ui-title {margin-right:20px;margin-left:20px;white-space:normal;}
.ui-body-c, .ui-overlay-c { background:#FFFFFF; }
.ui-page { background: white;}
body {
padding: 0;
margin: 0;
font-family: Palatino Linotype, Bookman Antiqua, Palatin... | assets/web_experiments/soc_xsit_ipad/style/style.css |
.ui-header .ui-title {margin-right:20px;margin-left:20px;}
.ui-footer .ui-title {margin-right:20px;margin-left:20px;white-space:normal;}
.ui-body-c, .ui-overlay-c { background:#FFFFFF; }
.ui-page { background: white;}
body {
padding: 0;
margin: 0;
font-family: Palatino Linotype, Bookman Antiqua, Palatin... | 0.376623 | 0.10923 |
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
... | css/main.css | html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
... | 0.366023 | 0.062617 |
* {
margin: 0;
padding: 0;
}
body {
font-family: 'Arial', sans-serif;
text-align: center;
background: #F1F1F1;
}
.Header-Main {
background: #F72A2A;
padding-top: 1rem;
padding-bottom: 1rem;
}
.Header-Main .Header-Main__title{
display: block;
}
.Header-Main .Header-Main__title h1{
font-size: 3rem;
color: ... | public/css/style.css | * {
margin: 0;
padding: 0;
}
body {
font-family: 'Arial', sans-serif;
text-align: center;
background: #F1F1F1;
}
.Header-Main {
background: #F72A2A;
padding-top: 1rem;
padding-bottom: 1rem;
}
.Header-Main .Header-Main__title{
display: block;
}
.Header-Main .Header-Main__title h1{
font-size: 3rem;
color: ... | 0.395951 | 0.063657 |
* {
box-sizing: border-box;
}
body {
font-family: "Open Sans";
line-height: 1.618em;
background: #ecf0f1;
color: #444;
}
img {
max-width: 100%;
height: auto;
}
.wrapper {
max-width: 50rem;
width: 100%;
margin: 0 auto;
}
/* style in the slider */
.slider {
background: #fff;
position: relative... | files/2.9/styles.css | * {
box-sizing: border-box;
}
body {
font-family: "Open Sans";
line-height: 1.618em;
background: #ecf0f1;
color: #444;
}
img {
max-width: 100%;
height: auto;
}
.wrapper {
max-width: 50rem;
width: 100%;
margin: 0 auto;
}
/* style in the slider */
.slider {
background: #fff;
position: relative... | 0.451085 | 0.1495 |
.title {
display: flex;
justify-content: space-between;
margin-left: 1%;
}
.sitename {
display: flex;
align-items: center;
margin-top: 8px;
margin-bottom: 8px;
margin-left: 20px;
font-size: 320%;
font-weight: bold;
font-family: 'Dancing Script', cursive;
text-decoration: none;
color: #000000;
}
.log... | src/main/resources/static/css/cabecera.css | .title {
display: flex;
justify-content: space-between;
margin-left: 1%;
}
.sitename {
display: flex;
align-items: center;
margin-top: 8px;
margin-bottom: 8px;
margin-left: 20px;
font-size: 320%;
font-weight: bold;
font-family: 'Dancing Script', cursive;
text-decoration: none;
color: #000000;
}
.log... | 0.303216 | 0.11742 |
.background-circle {
border-radius: 50%;
width: 100px;
height: 100px;
line-height: 100px;
text-align: center;
}
.skills {
margin-right:5px;
padding:5px;
}
.skills-selected {
background: #D4DFE6;
border-radius: 4px;
margin-right:5px;
padding:5px;
}
/*-... | public/css/common.css | .background-circle {
border-radius: 50%;
width: 100px;
height: 100px;
line-height: 100px;
text-align: center;
}
.skills {
margin-right:5px;
padding:5px;
}
.skills-selected {
background: #D4DFE6;
border-radius: 4px;
margin-right:5px;
padding:5px;
}
/*-... | 0.475362 | 0.099339 |