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 |
|---|---|---|---|---|
.icon-heart:before { content: '\e800'; } /* '๎ ' */
.icon-basket-alt:before { content: '\e817'; } /* '๎ ' */
.icon-star-empty:before { content: '\e802'; } /* '๎ ' */
.icon-ok:before { content: '\e808'; } /* '๎ ' */
.icon-ok-circled:before { content: '\e807'; } /* '๎ ' */
.icon-cancel:before { content: '\e806'; } /* '๎ ' */
.... | vendor/fontello/css/fontello-codes.css | .icon-heart:before { content: '\e800'; } /* '๎ ' */
.icon-basket-alt:before { content: '\e817'; } /* '๎ ' */
.icon-star-empty:before { content: '\e802'; } /* '๎ ' */
.icon-ok:before { content: '\e808'; } /* '๎ ' */
.icon-ok-circled:before { content: '\e807'; } /* '๎ ' */
.icon-cancel:before { content: '\e806'; } /* '๎ ' */
.... | 0.506103 | 0.092401 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400;1,500;1,700&display=swap');
/* global styles */
html, body, #main {
margin: 0;
padding: 0;
height: 100%;
font-family: Roboto, serif;
background-color: #fefefe;
}
#main {
overflow-x: ... | css/style.css |
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400;1,500;1,700&display=swap');
/* global styles */
html, body, #main {
margin: 0;
padding: 0;
height: 100%;
font-family: Roboto, serif;
background-color: #fefefe;
}
#main {
overflow-x: ... | 0.319546 | 0.072538 |
.clickable {
cursor: pointer; }
/*! autoprefixer: off */
:root {
--safe-area-inset-top: 0px;
--safe-area-inset-right: 0px;
--safe-area-inset-bottom: 0px;
--safe-area-inset-left: 0px; }
@supports (padding-top: env(safe-area-inset-top)) {
:root {
--safe-area-inset-top: env(safe-area-inset-top, 0);
-... | priv/lib/css/site.css | .clickable {
cursor: pointer; }
/*! autoprefixer: off */
:root {
--safe-area-inset-top: 0px;
--safe-area-inset-right: 0px;
--safe-area-inset-bottom: 0px;
--safe-area-inset-left: 0px; }
@supports (padding-top: env(safe-area-inset-top)) {
:root {
--safe-area-inset-top: env(safe-area-inset-top, 0);
-... | 0.46393 | 0.148047 |
body, ul, li {
padding: 0;
margin: 0;
border: 0;
}
body {
font-size: 12px;
/*chrome*/
-webkit-user-select: none;
-webkit-text-size-adjust: none;
/*firefox*/
-moz-user-select: none;
-moz-text-size-adjust: none;
/*opera*/
-o-user-select: none;
-o-text-size-adjust: none... | Public/css/iscroll/list.css | body, ul, li {
padding: 0;
margin: 0;
border: 0;
}
body {
font-size: 12px;
/*chrome*/
-webkit-user-select: none;
-webkit-text-size-adjust: none;
/*firefox*/
-moz-user-select: none;
-moz-text-size-adjust: none;
/*opera*/
-o-user-select: none;
-o-text-size-adjust: none... | 0.305179 | 0.038575 |
.mt20 {
margin-top: 20px;
}
.download {
background: #663399;
color: #fff;
padding: 10px 20px
}
.text-right {
text-align: right
}
.card {
margin-bottom: 20px;
font-size: 14px;
color: #000;
display: flex;
}
.card:hover{
text-decoration: none;
color:#000
}
.card-box {
ba... | src/pages/page.css | .mt20 {
margin-top: 20px;
}
.download {
background: #663399;
color: #fff;
padding: 10px 20px
}
.text-right {
text-align: right
}
.card {
margin-bottom: 20px;
font-size: 14px;
color: #000;
display: flex;
}
.card:hover{
text-decoration: none;
color:#000
}
.card-box {
ba... | 0.434221 | 0.114567 |
body { margin: 0px; padding: 0px; font-family:"Arial"; overflow-x:hidden; }
/* Only edit this if you know what you are doing! */
img { position: absolute; display: block; margin: 0px; border: none; padding: 0px; }
/* Only edit this if you know what you are doing! */
div { position: absolute; }
#content-container { d... | public/css/vp_selection_success_page.css | body { margin: 0px; padding: 0px; font-family:"Arial"; overflow-x:hidden; }
/* Only edit this if you know what you are doing! */
img { position: absolute; display: block; margin: 0px; border: none; padding: 0px; }
/* Only edit this if you know what you are doing! */
div { position: absolute; }
#content-container { d... | 0.365117 | 0.094302 |
.player {
height: 5em;
width: 14em;
border-radius: 1em;
font-size: 0.7em;
display: flex;
z-index: 1001;
}
.player .info {
display: flex;
justify-content: center;
flex-direction: column;
padding: 0.5em 1em;
width: 9em;
font-weight: bold;
}
.player .status {
height: 5em;
width: 5em;
border-r... | client/src/components/Game/PokerTable/Player/styles.css | .player {
height: 5em;
width: 14em;
border-radius: 1em;
font-size: 0.7em;
display: flex;
z-index: 1001;
}
.player .info {
display: flex;
justify-content: center;
flex-direction: column;
padding: 0.5em 1em;
width: 9em;
font-weight: bold;
}
.player .status {
height: 5em;
width: 5em;
border-r... | 0.627267 | 0.182098 |
hr {
border-color: #cccccc;
margin: 0px;
}
a {
color: white;
}
a:hover {
color: rgb(181, 181, 181);
}
input[type="text"] {
color: black;
}
/**** header, main and footer divs ****/
.header-title {
font-size: 30px;
color: white;
}
/**** class-based style modifiers ****/
.no-margins {
margin: 0px;
}
... | app/static/css/app.css |
hr {
border-color: #cccccc;
margin: 0px;
}
a {
color: white;
}
a:hover {
color: rgb(181, 181, 181);
}
input[type="text"] {
color: black;
}
/**** header, main and footer divs ****/
.header-title {
font-size: 30px;
color: white;
}
/**** class-based style modifiers ****/
.no-margins {
margin: 0px;
}
... | 0.46223 | 0.149376 |
ul.paging li a, ul.paging input[type="text"] {
display: inline-block;
*display: inline;
*zoom: 1; }
ul.paging, .table-foot-bg .t-bg-tab {
*zoom: 1; }
ul.paging:before, .table-foot-bg .t-bg-tab:before, ul.paging:after, .table-foot-bg .t-bg-tab:after {
content: "";
display: table; }
ul.paging:after, ... | admin/css/latest.css | ul.paging li a, ul.paging input[type="text"] {
display: inline-block;
*display: inline;
*zoom: 1; }
ul.paging, .table-foot-bg .t-bg-tab {
*zoom: 1; }
ul.paging:before, .table-foot-bg .t-bg-tab:before, ul.paging:after, .table-foot-bg .t-bg-tab:after {
content: "";
display: table; }
ul.paging:after, ... | 0.264548 | 0.068071 |
.team {
width: 20px;
height: 20px;
background:url(../img/team.png) no-repeat top left;
display: inline-block;
vertical-align: middle;
}
.team.team-bastia { background-position: 0px 0px; }
.team.team-bordeaux { background-position: -30px 0px; }
.team.team-caen { background-position: -60px 0px; }
.tea... | src/FreeBet/Bundle/UIBundle/Resources/public/css/teams.css | .team {
width: 20px;
height: 20px;
background:url(../img/team.png) no-repeat top left;
display: inline-block;
vertical-align: middle;
}
.team.team-bastia { background-position: 0px 0px; }
.team.team-bordeaux { background-position: -30px 0px; }
.team.team-caen { background-position: -60px 0px; }
.tea... | 0.347648 | 0.153137 |
.CommentBox {
display: grid;
grid-template-columns: 35% 20% 35% 10%;
grid-template-rows: auto 38px 38px;
padding: 2px;
}
/* ๅฑๅนๅฎฝๅบฆ [ 1001 , + ) */
@media (min-width: 1001px) {
.CommentBox {
margin: auto;
width: 70%;
min-width: 600px;
max-width: 700px;
}
}
/* ๅฑๅนๅฎฝๅบฆ... | PILIPALA/PILIPALA/wwwroot/ui/css/global/Box/CommentBox.css | .CommentBox {
display: grid;
grid-template-columns: 35% 20% 35% 10%;
grid-template-rows: auto 38px 38px;
padding: 2px;
}
/* ๅฑๅนๅฎฝๅบฆ [ 1001 , + ) */
@media (min-width: 1001px) {
.CommentBox {
margin: auto;
width: 70%;
min-width: 600px;
max-width: 700px;
}
}
/* ๅฑๅนๅฎฝๅบฆ... | 0.368292 | 0.166811 |
a.logo {
position: relative;
display: inline-block;
}
a.logo:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left:0;
}
#top_heading {
font-family: sans-serif;
font-size: 34px;
color: #cb913f;
position: absolute;
top: -2px;
left: 72px;
wid... | css/style.css | a.logo {
position: relative;
display: inline-block;
}
a.logo:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left:0;
}
#top_heading {
font-family: sans-serif;
font-size: 34px;
color: #cb913f;
position: absolute;
top: -2px;
left: 72px;
wid... | 0.492676 | 0.193395 |
body {
font: .8em Arial, Verdana, Tahoma, Sans-Serif;
color: #555;
background: url('../img/bg.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
h1, h2, h3, h4, h5, h6, .text-heading {
font-family: "J... | css/business-casual.css | body {
font: .8em Arial, Verdana, Tahoma, Sans-Serif;
color: #555;
background: url('../img/bg.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
h1, h2, h3, h4, h5, h6, .text-heading {
font-family: "J... | 0.227641 | 0.081886 |
html {
overflow-y: scroll;
overflow-x: hidden;
-ms-overflow-style: scrollbar;
}
body {
background: #fff;
font: 400 12px/1.8 "Open Sans", sans-serif;
color: #666;
-webkit-font-smoothing: antialiased;
}
img {
max-width: 100%;
height: auto;
}
iframe {
border: 0;
}
.align-center {
text-align: cent... | css/style.css | html {
overflow-y: scroll;
overflow-x: hidden;
-ms-overflow-style: scrollbar;
}
body {
background: #fff;
font: 400 12px/1.8 "Open Sans", sans-serif;
color: #666;
-webkit-font-smoothing: antialiased;
}
img {
max-width: 100%;
height: auto;
}
iframe {
border: 0;
}
.align-center {
text-align: cent... | 0.430387 | 0.072768 |
body {
font-family: 'Helvetica Neue', verdana, arial, helvetica, sans-serif;
font-size: 14px;
background-color: #222;
}
a, a:visited {
color: #d80;
text-decoration: none;
}
a:hover {
color: #d80;
text-decoration: underline;
}
.header {
width: 80%;
margin-left: auto;
margin-right: auto;
margin-... | public/application.css |
body {
font-family: 'Helvetica Neue', verdana, arial, helvetica, sans-serif;
font-size: 14px;
background-color: #222;
}
a, a:visited {
color: #d80;
text-decoration: none;
}
a:hover {
color: #d80;
text-decoration: underline;
}
.header {
width: 80%;
margin-left: auto;
margin-right: auto;
margin-... | 0.509276 | 0.0729 |
.megamenu .products {
margin-right:10px;
}
.megamenu .products:after {
content: '\e90e';
font-family: wokiee;
speak: none;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
position: absolute;
right: -5px;
top: 12px;
pointer-events: none;
}
.tt-desc... | public/css/main.css | .megamenu .products {
margin-right:10px;
}
.megamenu .products:after {
content: '\e90e';
font-family: wokiee;
speak: none;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
position: absolute;
right: -5px;
top: 12px;
pointer-events: none;
}
.tt-desc... | 0.419172 | 0.051654 |
@font-face {
font-family: AkkuratPro;
font-weight: normal;
font-style: normal;
src: url('./AkkuratPro/AkkRg_Pro_1.otf') format('opentype');
}
@font-face {
font-family: AkkuratProBold;
font-weight: bold;
font-style: normal;
src: url('./AkkuratPro/AkkBd_Pro_1.otf') format('opentype');
}
... | src/ui/css/updates.css |
@font-face {
font-family: AkkuratPro;
font-weight: normal;
font-style: normal;
src: url('./AkkuratPro/AkkRg_Pro_1.otf') format('opentype');
}
@font-face {
font-family: AkkuratProBold;
font-weight: bold;
font-style: normal;
src: url('./AkkuratPro/AkkBd_Pro_1.otf') format('opentype');
}
... | 0.388386 | 0.146087 |
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=EB+Garamond&display=swap');
:root {
--fontTitle: '<NAME>', cursive;
--fontBody: 'EB Garamond', serif;
--textMain: #000000;
--textSecondary: #FFFFFF;
--colorSecondary: #B9AA87;
--colorSecondaryHover: #5A4500;
... | studies/mdn/project-001-mulheres-impressionistas/style.css | @import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=EB+Garamond&display=swap');
:root {
--fontTitle: '<NAME>', cursive;
--fontBody: 'EB Garamond', serif;
--textMain: #000000;
--textSecondary: #FFFFFF;
--colorSecondary: #B9AA87;
--colorSecondaryHover: #5A4500;
... | 0.395368 | 0.084568 |
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700&subset=latin,latin-ext,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans);
/* reset */
html, body {
margin: 0;
padding: 0;
background: #f8f8f8;
}
h1, h2, h3, h4, h5, h6, div, span, ... | css/index.css | @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700&subset=latin,latin-ext,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans);
/* reset */
html, body {
margin: 0;
padding: 0;
background: #f8f8f8;
}
h1, h2, h3, h4, h5, h6, div, span, ... | 0.252568 | 0.061143 |
.yearBarInfoContainer{
min-width: 200px;
display: flex;
padding: 5px;
}
.Line{
width: 1px;
height: 250px;
background-color: #f3f3f3;
}
.yearBarInfoItems{
display: flex;
flex-direction: column;
}
.yearNameMenu{
padding-bottom: 15px;
padding-left: 8px;
display: flex;
ali... | src/style/YearBarInfo.css | .yearBarInfoContainer{
min-width: 200px;
display: flex;
padding: 5px;
}
.Line{
width: 1px;
height: 250px;
background-color: #f3f3f3;
}
.yearBarInfoItems{
display: flex;
flex-direction: column;
}
.yearNameMenu{
padding-bottom: 15px;
padding-left: 8px;
display: flex;
ali... | 0.664758 | 0.10393 |
body{
font-size:17px;
}
.floating-label-form-group
.help-block {
margin: -1px 0;
}
.floating-label-form-group.is-invalid {
border-bottom: 1px solid #ef0000;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
font-size: 11px;
/* top: 595px !important; */
}
.f... | public/assets/css/style.css | body{
font-size:17px;
}
.floating-label-form-group
.help-block {
margin: -1px 0;
}
.floating-label-form-group.is-invalid {
border-bottom: 1px solid #ef0000;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
font-size: 11px;
/* top: 595px !important; */
}
.f... | 0.346984 | 0.063366 |
body {
font-family: 'Inter', sans-serif;
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
box-sizing: border-box;
/* overflow: hidden; */
}
/**************/
/* Navigation */
/**************/
.navbar {
display: flex;
justify-content: flex-start;
align-items: center;
padding: 0px 5%;
gap... | public/admin/assets/css/style.css | body {
font-family: 'Inter', sans-serif;
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
box-sizing: border-box;
/* overflow: hidden; */
}
/**************/
/* Navigation */
/**************/
.navbar {
display: flex;
justify-content: flex-start;
align-items: center;
padding: 0px 5%;
gap... | 0.543833 | 0.065965 |
.swMain .stepContainer {
clear: both;
margin-bottom:15px;
}
.refresh-btn{
margin-top:15px;
}
.swMain div.actionBar {
clear: both;
height: 50px;
}
.swMain ul.anchor {
display: block;
float: left;
margin:20px 0;
clear: both;
}
.swMain ul.anchor li {
display: block;
p... | css/step_wizard.css | .swMain .stepContainer {
clear: both;
margin-bottom:15px;
}
.refresh-btn{
margin-top:15px;
}
.swMain div.actionBar {
clear: both;
height: 50px;
}
.swMain ul.anchor {
display: block;
float: left;
margin:20px 0;
clear: both;
}
.swMain ul.anchor li {
display: block;
p... | 0.196633 | 0.042603 |
.sidebar {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 265px;
background-color: #D3E4F1;
padding: 40px 0 0 0;
-webkit-transition: width 0.4s;
-moz-transition: width 0.4s;
-ms-transition: width 0.4s;
-o-transition: width 0.4s;
transition: width 0.4s;
z-index: 1;
}
/* line 18, ../sass/s... | backend/web/core/css/sidebar.css | .sidebar {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 265px;
background-color: #D3E4F1;
padding: 40px 0 0 0;
-webkit-transition: width 0.4s;
-moz-transition: width 0.4s;
-ms-transition: width 0.4s;
-o-transition: width 0.4s;
transition: width 0.4s;
z-index: 1;
}
/* line 18, ../sass/s... | 0.189221 | 0.062217 |
.navbar-default, a {
-webkit-transition: all .35s;
-moz-transition: all .35s
}
header, header .header-content {
position: relative;
width: 100%;
text-align: center
}
body, html {
height: 100%;
width: 100%
}
body {
font-family: Merriweather, 'Helvetica Neue', Arial, sans-serif;
webkit-tap-highlig... | css/creative.min.css | .navbar-default, a {
-webkit-transition: all .35s;
-moz-transition: all .35s
}
header, header .header-content {
position: relative;
width: 100%;
text-align: center
}
body, html {
height: 100%;
width: 100%
}
body {
font-family: Merriweather, 'Helvetica Neue', Arial, sans-serif;
webkit-tap-highlig... | 0.234933 | 0.03475 |
body {
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
p{color:#00B5E2;},
h1,
h2,
h3{color:#00B5E2},
h4,
h5,
h6 {
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700;
}
#mainNav{background-color:#FFF}
#mainNav .navbar-toggler{
font-size:12px;
righ... | css/landing-page.css | body {
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
p{color:#00B5E2;},
h1,
h2,
h3{color:#00B5E2},
h4,
h5,
h6 {
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700;
}
#mainNav{background-color:#FFF}
#mainNav .navbar-toggler{
font-size:12px;
righ... | 0.306112 | 0.061199 |
.button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 3px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
... | Harvard-CS50x/pset7/static/styles.css | .button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 3px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
... | 0.36659 | 0.054124 |
General
=========================== */
.section{
padding: 70px 0;
position: relative;
}
.section a{
color: #f43438;
}
.gray{
background-color: #f9f9f9;
}
.section .heading{
text-align: center;
position: relative;
font-size: 16px;
margin-bottom: 70px;
letter-spacing: 1px;
}
.secti... | src/main/resources/static/lib/assets/css/style.css | General
=========================== */
.section{
padding: 70px 0;
position: relative;
}
.section a{
color: #f43438;
}
.gray{
background-color: #f9f9f9;
}
.section .heading{
text-align: center;
position: relative;
font-size: 16px;
margin-bottom: 70px;
letter-spacing: 1px;
}
.secti... | 0.399109 | 0.087916 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
/*
* ๋ง์ด ํ์ด์ง ๋ฉ์ธ
*/
.myPage_header {
position: relative;
width: 85%;
margin: auto;
margin-top: 150px;
max-widt... | Hotel_JSP/WebContent/css/MypageStyle.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
/*
* ๋ง์ด ํ์ด์ง ๋ฉ์ธ
*/
.myPage_header {
position: relative;
width: 85%;
margin: auto;
margin-top: 150px;
max-widt... | 0.199308 | 0.042583 |
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
*,
*::after,
*::be... | frontend/web/css/search/demo.css | [class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
*,
*::after,
*::be... | 0.350533 | 0.092155 |
@charset "utf-8";
/*่ชๅฎไนๅ
ฌๅ
ฑ*/
.fwhite{ color:#FFF;}
.fyellow{ color:#ffef69;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.mr40{margin-right: 40px;}
.hgt60{height:60px;}
.hgt40{height:40px;}
.fz18{font-size:18px;}
.fz16{font-size:16px;}
.f... | Public/Home/css/Category/innerCss.css | @charset "utf-8";
/*่ชๅฎไนๅ
ฌๅ
ฑ*/
.fwhite{ color:#FFF;}
.fyellow{ color:#ffef69;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.mr40{margin-right: 40px;}
.hgt60{height:60px;}
.hgt40{height:40px;}
.fz18{font-size:18px;}
.fz16{font-size:16px;}
.f... | 0.202443 | 0.089933 |
body {
overflow-x: hidden;
font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
height: 100%;
width: 100%
}
.text-muted {
color: #777
}
.text-primary {
color: #fed136
}
p {
font-size: 14px;
line-height: 1.75
}
p.large {
font-size: 16px
}
a,a:hover,a:focus,a:active,a.active... | css/agency.css | body {
overflow-x: hidden;
font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
height: 100%;
width: 100%
}
.text-muted {
color: #777
}
.text-primary {
color: #fed136
}
p {
font-size: 14px;
line-height: 1.75
}
p.large {
font-size: 16px
}
a,a:hover,a:focus,a:active,a.active... | 0.423696 | 0.063424 |
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
:root {
--main-bg-color: #000000;
--main-nav-bg-color: #000000;
--main-master-color: #F32C2C;
--scroll-track-bg-color: rgb(0, 0, 0);
--scroll-track-thumb-color: #232323;
--scroll-track-thumb-color-hover: #F32C2C;
--nav-menu-hover... | services/clientapp/src/assets/css/core.css | @import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
:root {
--main-bg-color: #000000;
--main-nav-bg-color: #000000;
--main-master-color: #F32C2C;
--scroll-track-bg-color: rgb(0, 0, 0);
--scroll-track-thumb-color: #232323;
--scroll-track-thumb-color-hover: #F32C2C;
--nav-menu-hover... | 0.317638 | 0.057045 |
body{
background-color: #5BC8AC;
text-align:center;
margin-top: 0 auto;
border: 6px double #004445 ;
color:#2422be;
}
body h1{
font-family:cursive;
margin:0 auto;
}
.img1 img{
position:absolute;
left:95px;
width:13%;
top:60px;
transform: rotate(-30deg);
}
#img2 img{
w... | aadhvika1.css | body{
background-color: #5BC8AC;
text-align:center;
margin-top: 0 auto;
border: 6px double #004445 ;
color:#2422be;
}
body h1{
font-family:cursive;
margin:0 auto;
}
.img1 img{
position:absolute;
left:95px;
width:13%;
top:60px;
transform: rotate(-30deg);
}
#img2 img{
w... | 0.35768 | 0.091342 |
@CHARSET "UTF-8";
a {
text-decoration: none;
color: #0c0202;
}
a:hover {
text-decoration: none;
color: #000;
}
.header{
margin-top:0;
padding: 0;
}
.header img{
width:100%;
}
.navbar-default .navbar-brand {
text-align: right;
color: #fff;
}
.navbar {
border-radius: 0;
background-... | Public/assets/global/styles/public.css | @CHARSET "UTF-8";
a {
text-decoration: none;
color: #0c0202;
}
a:hover {
text-decoration: none;
color: #000;
}
.header{
margin-top:0;
padding: 0;
}
.header img{
width:100%;
}
.navbar-default .navbar-brand {
text-align: right;
color: #fff;
}
.navbar {
border-radius: 0;
background-... | 0.308815 | 0.061593 |
.search-panel {
overflow: hidden;
*zoom: 1;
background: #1391C9;
display: none;
margin-bottom: 20px;
padding: 20px;
position: relative;
width: 99vw;
}
.search-panel .left {
font-family: "Oswald", sans-serif;
width: 99vw;
}
.search-panel .left .question {
overflow: visible;
*zoom: 1;
font-s... | src/style.css | .search-panel {
overflow: hidden;
*zoom: 1;
background: #1391C9;
display: none;
margin-bottom: 20px;
padding: 20px;
position: relative;
width: 99vw;
}
.search-panel .left {
font-family: "Oswald", sans-serif;
width: 99vw;
}
.search-panel .left .question {
overflow: visible;
*zoom: 1;
font-s... | 0.397704 | 0.074838 |
#TableCenter
{
width: 60%;
}
div#CharacterSheet
{
overflow:auto;
height:100%;
}
.visible
{
visibility: visible;
}
.hidden
{
visibility: hidden;
display:none;
}
td.visible
{
visibility: visible;
}
td.hidden
{
visibility: hidden;
display:none;
}
table.CharacterDetails
{
... | css/charactersheet.css | #TableCenter
{
width: 60%;
}
div#CharacterSheet
{
overflow:auto;
height:100%;
}
.visible
{
visibility: visible;
}
.hidden
{
visibility: hidden;
display:none;
}
td.visible
{
visibility: visible;
}
td.hidden
{
visibility: hidden;
display:none;
}
table.CharacterDetails
{
... | 0.243463 | 0.047448 |
* {
box-sizing: border-box;
}
body {
padding: 0;
margin: 0;
font-family: 'Montserrat', sans-serif;
background-color: #e5e5e5;
}
.container-max {
max-width: 1920px;
margin: 0 auto;
}
.container {
width: 85%;
margin: 0 auto;
}
.main-wrapper {
position: relative;
}
.main-bg {
w... | css/thanks-page.css | * {
box-sizing: border-box;
}
body {
padding: 0;
margin: 0;
font-family: 'Montserrat', sans-serif;
background-color: #e5e5e5;
}
.container-max {
max-width: 1920px;
margin: 0 auto;
}
.container {
width: 85%;
margin: 0 auto;
}
.main-wrapper {
position: relative;
}
.main-bg {
w... | 0.420838 | 0.125226 |
.icon {
background-image: url('sprite-action-white.png');
}
.icon-ic_perm_media_white_24dp {
background-position: -5px -5px;
width: 24px;
height: 24px;
}
.icon-ic_3d_rotation_white_24dp {
background-position: -39px -5px;
width: 24px;
height: 24px;
}
.icon-ic_account_balance_wallet_white_24dp {
backgr... | material-design-icons-1.0.0/sprites/css-sprite/sprite-action-white.css | .icon {
background-image: url('sprite-action-white.png');
}
.icon-ic_perm_media_white_24dp {
background-position: -5px -5px;
width: 24px;
height: 24px;
}
.icon-ic_3d_rotation_white_24dp {
background-position: -39px -5px;
width: 24px;
height: 24px;
}
.icon-ic_account_balance_wallet_white_24dp {
backgr... | 0.469277 | 0.061312 |
position: fixed;
top: 0.2rem;
left: 0;
width: 100%;
font-size: 0.35rem;
color: #333;
text-align: center;
z-index: 999;
}
* {margin:0;padding:0; border:0; word-break:break-word; font-family:'Microsoft YaHei',arial; background-position: 50% 50%; background-repeat: no-repeat; background-siz... | bin/css/index.css | position: fixed;
top: 0.2rem;
left: 0;
width: 100%;
font-size: 0.35rem;
color: #333;
text-align: center;
z-index: 999;
}
* {margin:0;padding:0; border:0; word-break:break-word; font-family:'Microsoft YaHei',arial; background-position: 50% 50%; background-repeat: no-repeat; background-siz... | 0.435181 | 0.089097 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
* {
font-family: "Poppins";
}
body {
font-size: 1.25rem;
font-weight: 800;
user-select: none;
background: linear-gradient(90deg, #f8ff00 0%, #3ad59f 100%);
}
#root {
display: flex;
justify-content: center;
align-i... | styles.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
* {
font-family: "Poppins";
}
body {
font-size: 1.25rem;
font-weight: 800;
user-select: none;
background: linear-gradient(90deg, #f8ff00 0%, #3ad59f 100%);
}
#root {
display: flex;
justify-content: center;
align-i... | 0.424651 | 0.075278 |
margin-top: -0.8rem;
}
.gdsdetail .goodsImg {
position: relative;
}
.gdsdetail .goodsImg img {
width: 100%;
}
.gdsdetail .goodsImg .mint-swipe{
height: 7.5rem;
}
.gdsdetail .goodsImg .goBack {
position: absolute;
left: 0.2rem;
top: 0.4rem;
width: 0.6rem;
height: 0.6rem;
line-heig... | projects/hbri_qt/src/assets/css/goodsDetail.css | margin-top: -0.8rem;
}
.gdsdetail .goodsImg {
position: relative;
}
.gdsdetail .goodsImg img {
width: 100%;
}
.gdsdetail .goodsImg .mint-swipe{
height: 7.5rem;
}
.gdsdetail .goodsImg .goBack {
position: absolute;
left: 0.2rem;
top: 0.4rem;
width: 0.6rem;
height: 0.6rem;
line-heig... | 0.407451 | 0.061621 |
.numbars {
visibility: hidden;
width: 300px;
height: 5px;
line-height: 5px;
display: inline-block;
position: relative;
}
.numbars-progress {
display: block;
height: 100%;
width: 10%;
position: relative;
overflow: visible;
}
.numbars-num {
position: absolute;
display: inline-block;
left: 5px;
top: -1px;... | src/numbars.css | .numbars {
visibility: hidden;
width: 300px;
height: 5px;
line-height: 5px;
display: inline-block;
position: relative;
}
.numbars-progress {
display: block;
height: 100%;
width: 10%;
position: relative;
overflow: visible;
}
.numbars-num {
position: absolute;
display: inline-block;
left: 5px;
top: -1px;... | 0.31384 | 0.090574 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
html,
body {
margin: 0;
padding: 0;
width: 100%;
height:99%;
color: #fff;
background: #000000;
overflow: hidden;
}
.block {
position: relative;
width: 580px;
height: 460px;
margin: 10px 300px 2... | style.css | @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
html,
body {
margin: 0;
padding: 0;
width: 100%;
height:99%;
color: #fff;
background: #000000;
overflow: hidden;
}
.block {
position: relative;
width: 580px;
height: 460px;
margin: 10px 300px 2... | 0.234494 | 0.091423 |
.para h2{
text-align: center;
}
.card-value {
position: relative;
transition: transform 100ms ease-in-out;
transform: scale(.9);
}
.card-back {
background-color: #9dddcd;
border-color: #08282f;
transform: rotateY(0);
}
#match-game {
margin: 50px auto;
display: grid;
grid-templa... | css/game.css | .para h2{
text-align: center;
}
.card-value {
position: relative;
transition: transform 100ms ease-in-out;
transform: scale(.9);
}
.card-back {
background-color: #9dddcd;
border-color: #08282f;
transform: rotateY(0);
}
#match-game {
margin: 50px auto;
display: grid;
grid-templa... | 0.504639 | 0.113826 |
[class*="vxe-icon--"] {
display: inline-block;
vertical-align: middle;
position: relative;
direction: ltr;
font-family: Verdana, Arial, Tahoma;
font-weight: normal;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
[class*="vxe-icon--"].r... | lib/icon/style/style.css | [class*="vxe-icon--"] {
display: inline-block;
vertical-align: middle;
position: relative;
direction: ltr;
font-family: Verdana, Arial, Tahoma;
font-weight: normal;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
[class*="vxe-icon--"].r... | 0.407333 | 0.040922 |
.btn-header-view {
width: 106px;
height: 35px;
border-radius: 5px;
border: 1px solid #FF2A13;
outline: none;
color: #FF2A13;
}
thead.client-list-thead tr th {
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
/* identical t... | public/css/clientList.css | .btn-header-view {
width: 106px;
height: 35px;
border-radius: 5px;
border: 1px solid #FF2A13;
outline: none;
color: #FF2A13;
}
thead.client-list-thead tr th {
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
/* identical t... | 0.382487 | 0.075858 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.pytal.de") {
body {
font-family: Trebuchet MS !important;
}
.header {
height: 75px !important;
}
h1 {
color: #00BFFF !important;
}
a.black {
color: #FFF !important;
font-weight: normal !important;
}
div.ib {
margin-left: -1px !im... | data/usercss/5306.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.pytal.de") {
body {
font-family: Trebuchet MS !important;
}
.header {
height: 75px !important;
}
h1 {
color: #00BFFF !important;
}
a.black {
color: #FFF !important;
font-weight: normal !important;
}
div.ib {
margin-left: -1px !im... | 0.331228 | 0.106458 |
.panel_modal{
filter:Alpha(Opacity=0);
background: #fff;
opacity:0
}
.panel_modal_mask{
filter:Alpha(Opacity=30);
background: #111;
opacity:0.4;
}
.panel_login {
border-top: 1px solid #f7f7f7;
border-bottom: 1px solid #b1b1b1;
*border-top: 1px solid #f0efef;
*border-left: 1px sol... | libs/ui/panel_login.css | .panel_modal{
filter:Alpha(Opacity=0);
background: #fff;
opacity:0
}
.panel_modal_mask{
filter:Alpha(Opacity=30);
background: #111;
opacity:0.4;
}
.panel_login {
border-top: 1px solid #f7f7f7;
border-bottom: 1px solid #b1b1b1;
*border-top: 1px solid #f0efef;
*border-left: 1px sol... | 0.453262 | 0.095265 |
margin-right: 20px;
}
table.skill-map-table {
table-layout: fixed;
border: 1px #ccc solid;
font-color: #333333;
}
table.skill-map-table thead tr th {
border-bottom: 1px #ccc solid;
background-color: #aaa;
}
table.skill-map-table th {
padding-top: 12px;
padding-bottom: 12px;
border: none;
background:... | modules/skill_map/resources/css/skill_map.css | margin-right: 20px;
}
table.skill-map-table {
table-layout: fixed;
border: 1px #ccc solid;
font-color: #333333;
}
table.skill-map-table thead tr th {
border-bottom: 1px #ccc solid;
background-color: #aaa;
}
table.skill-map-table th {
padding-top: 12px;
padding-bottom: 12px;
border: none;
background:... | 0.404625 | 0.181155 |
@namespace url("http://www.w3.org/1999/xhtml");
@-moz-document domain("amoursucre.com"), domain("amordoce.com"), domain("sweetamoris.de"), domain("corazondemelon.es"), domain("flirttistoori.com"), domain("csabitasboljeles.hu"), domain("slodkiflirt.pl"), domain("sweetflirt.ro"), domain("sladkiiflirt.ru"), domain("ask... | data/usercss/166651.user.css | @namespace url("http://www.w3.org/1999/xhtml");
@-moz-document domain("amoursucre.com"), domain("amordoce.com"), domain("sweetamoris.de"), domain("corazondemelon.es"), domain("flirttistoori.com"), domain("csabitasboljeles.hu"), domain("slodkiflirt.pl"), domain("sweetflirt.ro"), domain("sladkiiflirt.ru"), domain("ask... | 0.14685 | 0.132683 |
img {
display: block;
margin: 0 auto;
width: 100%;
}
.wrapper .content .item{
margin: 20px 0 65px;
}
.wrapper .content .item div {
display: inline-block;
vertical-align: top;
}
.wrapper .content .map {
padding: 3px;
width: 450px;
height: 450px;
}
.wrapper .content .right_content {
margin... | public/static/index/css/buy/details.css | img {
display: block;
margin: 0 auto;
width: 100%;
}
.wrapper .content .item{
margin: 20px 0 65px;
}
.wrapper .content .item div {
display: inline-block;
vertical-align: top;
}
.wrapper .content .map {
padding: 3px;
width: 450px;
height: 450px;
}
.wrapper .content .right_content {
margin... | 0.185099 | 0.090695 |
*, ::after, ::before {
box-sizing: border-box;
}
body{
background:linear-gradient(#97d6ef, #9b51df);
height:100vh;
}
.phone{
background: url(../img/phone.png) no-repeat;
width: 368px;
height: 734px;
max-width: 100%;
position: absolute;
-webkit-transform: translate(-50%, -50%);
-mo... | css/main.css | *, ::after, ::before {
box-sizing: border-box;
}
body{
background:linear-gradient(#97d6ef, #9b51df);
height:100vh;
}
.phone{
background: url(../img/phone.png) no-repeat;
width: 368px;
height: 734px;
max-width: 100%;
position: absolute;
-webkit-transform: translate(-50%, -50%);
-mo... | 0.446495 | 0.072966 |
nav {
background-color: #5e3c58;
height: 80px;
}
span {
color: #d93335;
font-size: x-large;
}
.navbar-brand {
color: white;
font-size: x-large;
}
.navbar-brand:hover {
color: white;
}
#color {
background-color: #f4ebe6;
}
html, body {
background-color: #e1ded7;
}
#app-logo {
display: block;
mar... | public/css/style.css |
nav {
background-color: #5e3c58;
height: 80px;
}
span {
color: #d93335;
font-size: x-large;
}
.navbar-brand {
color: white;
font-size: x-large;
}
.navbar-brand:hover {
color: white;
}
#color {
background-color: #f4ebe6;
}
html, body {
background-color: #e1ded7;
}
#app-logo {
display: block;
mar... | 0.283285 | 0.07056 |
a,
a:focus,
a:hover {
color: #000;
}
/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
color: #ccc;
text-shadow: none; /* Prevent inheritence from `body` */
background-color: #444;
border: 1px solid #444;
}
@font-face {
font-family:"WalkwaySB";
src: url("../fonts/walkway... | css/cover.css | a,
a:focus,
a:hover {
color: #000;
}
/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
color: #ccc;
text-shadow: none; /* Prevent inheritence from `body` */
background-color: #444;
border: 1px solid #444;
}
@font-face {
font-family:"WalkwaySB";
src: url("../fonts/walkway... | 0.453988 | 0.070784 |
.wijmo-wijaccordion .wijmo-wijaccordion-header {
display: block;
cursor: pointer;
position: relative;
margin-top: 2px;
zoom: 1;
padding: .5em .5em .5em .7em;
margin: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.wijmo-wijac... | excel/Wijmo/wijaccordion/jquery.wijmo.wijaccordion.css | .wijmo-wijaccordion .wijmo-wijaccordion-header {
display: block;
cursor: pointer;
position: relative;
margin-top: 2px;
zoom: 1;
padding: .5em .5em .5em .7em;
margin: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.wijmo-wijac... | 0.37502 | 0.044827 |
body {
display: flex;
flex-direction: column; }
.site-header {
flex: 0 0; }
.main-wrapper {
flex: 1 0;
height: auto;
padding-top: 50px; }
.footer {
flex: 0 0;
width: 100%;
text-align: center; }
#main-menu {
height: 50px !important; }
.page-wrapper {
padding: 2em 0 2em 0; }
#main-masthead {
... | site/_site/assets/main.css | body {
display: flex;
flex-direction: column; }
.site-header {
flex: 0 0; }
.main-wrapper {
flex: 1 0;
height: auto;
padding-top: 50px; }
.footer {
flex: 0 0;
width: 100%;
text-align: center; }
#main-menu {
height: 50px !important; }
.page-wrapper {
padding: 2em 0 2em 0; }
#main-masthead {
... | 0.387459 | 0.075142 |
.title-page {
/*height: 33px;
width: 306px;*/
opacity: 0.87;
color: #1A1D2C;
font-family: "Open Sans";
font-size: 24px;
line-height: 33px;
}
.content-blocks-container p,
.pages-metaforms-container p {
color: #8C94A4;
margin-top: 20px;
font-family: "Open Sans";
font-size: 14px;
line-height: 21px;
widt... | admin/marketplace_builder/assets/insites_admin/styles/site-manager.css | .title-page {
/*height: 33px;
width: 306px;*/
opacity: 0.87;
color: #1A1D2C;
font-family: "Open Sans";
font-size: 24px;
line-height: 33px;
}
.content-blocks-container p,
.pages-metaforms-container p {
color: #8C94A4;
margin-top: 20px;
font-family: "Open Sans";
font-size: 14px;
line-height: 21px;
widt... | 0.242475 | 0.055234 |
@media screen and (min-width: 320px) and (max-width: 414px) {
}
/*้้
ipad*/
@media screen and (min-width: 415px) and (max-width: 768px) {
}
@media screen and (min-width:769px) and (max-width:900px) {
.login_admin {
padding-top: 0;
}
}
@media screen and (min-width:900px) and (max-width:1200px)... | public/css/index.css |
@media screen and (min-width: 320px) and (max-width: 414px) {
}
/*้้
ipad*/
@media screen and (min-width: 415px) and (max-width: 768px) {
}
@media screen and (min-width:769px) and (max-width:900px) {
.login_admin {
padding-top: 0;
}
}
@media screen and (min-width:900px) and (max-width:1200px)... | 0.311217 | 0.06389 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
... | styles/globals.css | @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
... | 0.420243 | 0.073897 |
.flexui {
-fx-accent: #ff7700;
-fx-focus-color: #ff7700;
}
/* Menu bar */
.flexui-menu {
-fx-background-color: #5e5e5e;
-fx-border-color: #5e5e5e;
}
.flexui-menu .label {
-fx-text-fill: white;
}
.menu-bar > .container > .menu-button:hover,
.menu-bar > .container > .menu-button:focused,
.menu-bar >... | src/main/java/nl/hypothermic/webdespro/ui/css/flexui.css | .flexui {
-fx-accent: #ff7700;
-fx-focus-color: #ff7700;
}
/* Menu bar */
.flexui-menu {
-fx-background-color: #5e5e5e;
-fx-border-color: #5e5e5e;
}
.flexui-menu .label {
-fx-text-fill: white;
}
.menu-bar > .container > .menu-button:hover,
.menu-bar > .container > .menu-button:focused,
.menu-bar >... | 0.355999 | 0.040807 |
.fade-in {
opacity: 1;
transition: opacity 0.3s ease-in-out;
}
.fade-out {
opacity: 0;
transition: opacity 0.1s;
}
aside.share-icon {
position: fixed;
z-index: 10;
top: 30vh;
display: flex;
flex-direction: column;
align-items: center;
}
.svg-icon {
cursor: pointer;
}
.svg... | src/components/common/class.css | .fade-in {
opacity: 1;
transition: opacity 0.3s ease-in-out;
}
.fade-out {
opacity: 0;
transition: opacity 0.1s;
}
aside.share-icon {
position: fixed;
z-index: 10;
top: 30vh;
display: flex;
flex-direction: column;
align-items: center;
}
.svg-icon {
cursor: pointer;
}
.svg... | 0.787768 | 0.100348 |
.App {
text-align: center;
background-color: var(--background-color);
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-logo {
margin-top: 10vh;
height: 20vmin;
transition: all .5s ease-in-... | src/styles/App.css | .App {
text-align: center;
background-color: var(--background-color);
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-logo {
margin-top: 10vh;
height: 20vmin;
transition: all .5s ease-in-... | 0.653459 | 0.071949 |
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-alig... | public/frontend/themes/violet/css/main.css | html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-alig... | 0.330471 | 0.062818 |
@CHARSET "UTF-8";
/* Eliminamos margenes por defecto de todos los elementos */
* {
margin: 0;
padding: 0;
}
.AnimatedPanelMenu {
/* Tamaรฑo de la barra del menรบ */
height: 40px;
width: 100%;
/* Posiciรณn barra del menรบ */
position: fixed;
top: 0;
/* Degradado de la barra del menรบ... | animatedpanelmenu.css | @CHARSET "UTF-8";
/* Eliminamos margenes por defecto de todos los elementos */
* {
margin: 0;
padding: 0;
}
.AnimatedPanelMenu {
/* Tamaรฑo de la barra del menรบ */
height: 40px;
width: 100%;
/* Posiciรณn barra del menรบ */
position: fixed;
top: 0;
/* Degradado de la barra del menรบ... | 0.239172 | 0.101012 |
.WdateDiv{
font-family: "Microsoft YaHei";
}
.WdateDiv2{
font-family: "Microsoft YaHei";
}
.WdateDiv *{font-size:9pt;}
.WdateDiv .NavImg a{
display: block;
cursor: pointer;
height: 16px;
width: 16px;
margin-top: 14px;
margin-left: 9px;
margin-right: 9px;
}
.WdateDiv .NavImgll a{
float:left;
background:transpar... | an/extendedField/js/skin/WdatePicker_Track/datepicker.css | .WdateDiv{
font-family: "Microsoft YaHei";
}
.WdateDiv2{
font-family: "Microsoft YaHei";
}
.WdateDiv *{font-size:9pt;}
.WdateDiv .NavImg a{
display: block;
cursor: pointer;
height: 16px;
width: 16px;
margin-top: 14px;
margin-left: 9px;
margin-right: 9px;
}
.WdateDiv .NavImgll a{
float:left;
background:transpar... | 0.250454 | 0.057998 |
.page {
width: 90%;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: row;
}
.content {
flex-direction: column;
padding-top: 30px;
padding-bottom: 30px;
}
.sidecard {
width: 100%;
}
.buttons {
display: flex;
justify-content: space-between;
}
.pointer {
cursor: pointer;
}
... | src/admin/src/components/page.css | .page {
width: 90%;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: row;
}
.content {
flex-direction: column;
padding-top: 30px;
padding-bottom: 30px;
}
.sidecard {
width: 100%;
}
.buttons {
display: flex;
justify-content: space-between;
}
.pointer {
cursor: pointer;
}
... | 0.423935 | 0.099821 |
:root {
--sl-bar-padding: 6px;
}
nav sl-bar {
& a {
display: inline-block;
margin-right: 1rem;
@media (--sl-breakpoint-lg) {
margin-right: 0.5rem;
}
&:last-of-type {
margin-right: 0;
}
}
@media (--nav-minimal) {
flex-direction: column;
&[expanded="false"] {
... | bridgetown-website/frontend/styles/bar.css | :root {
--sl-bar-padding: 6px;
}
nav sl-bar {
& a {
display: inline-block;
margin-right: 1rem;
@media (--sl-breakpoint-lg) {
margin-right: 0.5rem;
}
&:last-of-type {
margin-right: 0;
}
}
@media (--nav-minimal) {
flex-direction: column;
&[expanded="false"] {
... | 0.499023 | 0.169681 |
.right-view-item.loading{
width:100%;
height: -webkit-fill-available;
display:flex;
flex-direction: column;
justify-content:center;
align-items:center;
color:lightgray;
background-color:white;
}
.right-view-item.loading.hide{
display:none;
}
.right-view-item.loading>div{
font-siz... | src/site.css | .right-view-item.loading{
width:100%;
height: -webkit-fill-available;
display:flex;
flex-direction: column;
justify-content:center;
align-items:center;
color:lightgray;
background-color:white;
}
.right-view-item.loading.hide{
display:none;
}
.right-view-item.loading>div{
font-siz... | 0.39946 | 0.090013 |
html,
body {
font-family: "Open Sans", sans-serif;
margin: 0;
padding: 0;
}
button {
font-family: "Open Sans", sans-serif;
}
body {
background: #f2f2f2;
}
/* Headings */
.container {
padding: 3rem 4rem;
}
.container h1 {
color: #014eff;
}
.container h3 {
color: #444444;
margin-bottom: 3rem;
}
.c... | src/style.css | html,
body {
font-family: "Open Sans", sans-serif;
margin: 0;
padding: 0;
}
button {
font-family: "Open Sans", sans-serif;
}
body {
background: #f2f2f2;
}
/* Headings */
.container {
padding: 3rem 4rem;
}
.container h1 {
color: #014eff;
}
.container h3 {
color: #444444;
margin-bottom: 3rem;
}
.c... | 0.286369 | 0.04627 |
html {
scroll-behavior: smooth;
}
.list-group {
padding: 50px;
padding-top: 50px;
font-family: Arial, Helvetica, sans-serif;
}
.mid-nav {
padding-top: 50px;
padding-left: 64px;
padding-right: 64px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 150%;
... | public/styling/css/styles.css | html {
scroll-behavior: smooth;
}
.list-group {
padding: 50px;
padding-top: 50px;
font-family: Arial, Helvetica, sans-serif;
}
.mid-nav {
padding-top: 50px;
padding-left: 64px;
padding-right: 64px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 150%;
... | 0.516352 | 0.083292 |
overflow: hidden;
}
.App {
text-align: center;
}
.App-logo {
animation: App-logo-spin infinite 10s linear;
height: 10vmin;
pointer-events: none;
position: absolute;
top: 1rem;
left: 1rem;
z-index: 1200;
}
.App-header {
background: #310404 url(http://www.hdwallpaperspulse.com/wp-content/uploads/20... | my-app/src/App.css | overflow: hidden;
}
.App {
text-align: center;
}
.App-logo {
animation: App-logo-spin infinite 10s linear;
height: 10vmin;
pointer-events: none;
position: absolute;
top: 1rem;
left: 1rem;
z-index: 1200;
}
.App-header {
background: #310404 url(http://www.hdwallpaperspulse.com/wp-content/uploads/20... | 0.569853 | 0.103703 |
.button {
display: inline-block;
height: 5.9rem;
@mixin line-height 5.4;
padding-inline: 3.8em;
font-family: inherit;
cursor: pointer;
text-align: center;
white-space: nowrap;
font-family: "adam.cg_proregular", sans-serif;
letter-spacing: .3em;
@mixin font-size 1.1;
&:focus {
outline: none;... | src/assets/styles/objects/button.css | .button {
display: inline-block;
height: 5.9rem;
@mixin line-height 5.4;
padding-inline: 3.8em;
font-family: inherit;
cursor: pointer;
text-align: center;
white-space: nowrap;
font-family: "adam.cg_proregular", sans-serif;
letter-spacing: .3em;
@mixin font-size 1.1;
&:focus {
outline: none;... | 0.676834 | 0.103612 |
.banner_w{position:relative;height:450px;}
.banner_bg{width:1920px;height:450px;position:absolute;left:50%;margin-left:-960px;text-align:center;background:url(../img/banner_bg.png) no-repeat center;}
.about_w{background-color:#fff;}
.about{width:1442px;margin:0 auto;padding:158px 0 128px;}
.about_l{float: left;width:61... | webapps/ROOT/css/index.css | .banner_w{position:relative;height:450px;}
.banner_bg{width:1920px;height:450px;position:absolute;left:50%;margin-left:-960px;text-align:center;background:url(../img/banner_bg.png) no-repeat center;}
.about_w{background-color:#fff;}
.about{width:1442px;margin:0 auto;padding:158px 0 128px;}
.about_l{float: left;width:61... | 0.175927 | 0.069922 |
.app-page{
background: #2F3238;
}
.app-row{
margin-left: 0;
}
.app-title-page{
margin-left: 0;
}
.app-title{
font-size: 56px !important;
color: #4CAF50;
}
.app-desc{
font-size: 32px !important;
color: #8BC34A;
}
.app-section-title{
color: #4CAF50 !important;
}
.app-section:hover .a... | src/index.css | .app-page{
background: #2F3238;
}
.app-row{
margin-left: 0;
}
.app-title-page{
margin-left: 0;
}
.app-title{
font-size: 56px !important;
color: #4CAF50;
}
.app-desc{
font-size: 32px !important;
color: #8BC34A;
}
.app-section-title{
color: #4CAF50 !important;
}
.app-section:hover .a... | 0.415729 | 0.082957 |
@charset 'UTF-8';
#formulario .primeira-parte.active input {
opacity:.8;
letter-spacing:2px;
font-family:'<NAME> 2', cursive;
font-size:16px;
}
#formulario input:focus {
outline:0;
}
#formulario input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
appear... | design/fase-1.css | @charset 'UTF-8';
#formulario .primeira-parte.active input {
opacity:.8;
letter-spacing:2px;
font-family:'<NAME> 2', cursive;
font-size:16px;
}
#formulario input:focus {
outline:0;
}
#formulario input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
appear... | 0.487307 | 0.076408 |
.wk-slideshow-downtown {
background: #fff;
-moz-box-shadow:
inset 0 1px 0 rgba(255,255,255,1.0),
0 1px 2px rgba(0,0,0,0.12);
-webkit-box-shadow:
inset 0 1px 0 rgba(255,255,255,1.0),
0 1px 2px rgba(0,0,0,0.12);
box-shadow:
inset 0 1px 0 rgba(255,255,255,1.0),
0 1px 2px rgba(0,0,0,0.12);
}
/... | media/widgetkit/widgets/slideshow/styles/downtown/style.css | .wk-slideshow-downtown {
background: #fff;
-moz-box-shadow:
inset 0 1px 0 rgba(255,255,255,1.0),
0 1px 2px rgba(0,0,0,0.12);
-webkit-box-shadow:
inset 0 1px 0 rgba(255,255,255,1.0),
0 1px 2px rgba(0,0,0,0.12);
box-shadow:
inset 0 1px 0 rgba(255,255,255,1.0),
0 1px 2px rgba(0,0,0,0.12);
}
/... | 0.316053 | 0.050284 |
.flex-container a:active,
.flexslider a:active,
.imac-device a:active,
.flex-container a:focus,
.flexslider a:focus.
.imac-device a:focus {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* FlexSlider Necessary Styles
*********************************/
.fle... | public/css/flexslider.css | .flex-container a:active,
.flexslider a:active,
.imac-device a:active,
.flex-container a:focus,
.flexslider a:focus.
.imac-device a:focus {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* FlexSlider Necessary Styles
*********************************/
.fle... | 0.329715 | 0.054525 |
.tooltip {
position: relative;
display: inline-block;
font-family: "Open Sans";
color: white;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 200px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position... | tooltip.css | .tooltip {
position: relative;
display: inline-block;
font-family: "Open Sans";
color: white;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 200px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position... | 0.627609 | 0.071106 |
body {
padding-top: 50px;
}
.starter-template {
padding: 40px 15px;
text-align: center;
}
form.form-signin {
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
margin-bottom: 10px;
font-size: 14... | src/main/webapp/static/css/Demo.css | body {
padding-top: 50px;
}
.starter-template {
padding: 40px 15px;
text-align: center;
}
form.form-signin {
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
margin-bottom: 10px;
font-size: 14... | 0.378229 | 0.078678 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Urbanist',
sans-serif;
}
a {
text-decoration: none;
}
:root {
--footer: #24303f;
--gray: #c4c4c48a;
}
footer {
position: relative;
width: 100%;
height: 400px;
/* background-color: red; */
overflow... | public/css/style-footer.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Urbanist',
sans-serif;
}
a {
text-decoration: none;
}
:root {
--footer: #24303f;
--gray: #c4c4c48a;
}
footer {
position: relative;
width: 100%;
height: 400px;
/* background-color: red; */
overflow... | 0.471953 | 0.09401 |
.cocode-robot-drawer__world {
box-sizing: border-box;
position: relative;
margin: 0 auto;
}
.cocode-robot-drawer__world-grid {
position: absolute;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border-style: solid;
border-width: 0;
}
.cocode-robot-drawer__world-grid-cell {
box-sizing: border-... | src/brythonlib/cs1robots/robot-drawer.css | .cocode-robot-drawer__world {
box-sizing: border-box;
position: relative;
margin: 0 auto;
}
.cocode-robot-drawer__world-grid {
position: absolute;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border-style: solid;
border-width: 0;
}
.cocode-robot-drawer__world-grid-cell {
box-sizing: border-... | 0.661923 | 0.116689 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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, the... | css/monaco.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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, the... | 0.261708 | 0.055464 |
/* move merchandising down, so playlist or track description moves up below player */
#centerWrapper #pgBd #trackInfoInner {
display: flex;
flex-direction: column;
}
#centerWrapper #pgBd #trackInfoInner > .tralbumCommands {
order: 1;
}
/* move upcoming shows down, so discography moves up below band info */... | src/css/darkmode.css |
/* move merchandising down, so playlist or track description moves up below player */
#centerWrapper #pgBd #trackInfoInner {
display: flex;
flex-direction: column;
}
#centerWrapper #pgBd #trackInfoInner > .tralbumCommands {
order: 1;
}
/* move upcoming shows down, so discography moves up below band info */... | 0.248534 | 0.070977 |
:root {
--white-color: #f8f8f8;
--black-color: #000;
--purple-color: #4f0097;
--green-color: #0e3f10;
--red-color: #3f0e0e;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
a {
text-decoration: none;
}
.bg-ease-change {
transition: background-color .3s ease-in-out;
}
.bg-white {
backgrou... | src/styles/main.css | :root {
--white-color: #f8f8f8;
--black-color: #000;
--purple-color: #4f0097;
--green-color: #0e3f10;
--red-color: #3f0e0e;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
a {
text-decoration: none;
}
.bg-ease-change {
transition: background-color .3s ease-in-out;
}
.bg-white {
backgrou... | 0.372734 | 0.119974 |
aside {
position: fixed;
top: 50%;
right: 0;
-ms-transform: translate(0, -50%);
transform: translate(0, -50%); }
@media print {
aside {
display: none !important; } }
@media (max-width: 767px) {
aside {
position: relative;
top: 0;
right: auto;
display: table;
wid... | css/resume.css | aside {
position: fixed;
top: 50%;
right: 0;
-ms-transform: translate(0, -50%);
transform: translate(0, -50%); }
@media print {
aside {
display: none !important; } }
@media (max-width: 767px) {
aside {
position: relative;
top: 0;
right: auto;
display: table;
wid... | 0.489748 | 0.066448 |
.dock {
position: relative;
height: 50px;
text-align: center;
}
.dock-container2 {
position: absolute;
height: 50px;
background: transparent;
padding-left: 20px;
}
a.dock-item2 {
display: block;
font: bold 12px Arial, Helvetica, sans-serif;
width: 40px;
color: #000;
bottom: 0px;
po... | SocialGroupManagement/include/upperhead_style.css |
.dock {
position: relative;
height: 50px;
text-align: center;
}
.dock-container2 {
position: absolute;
height: 50px;
background: transparent;
padding-left: 20px;
}
a.dock-item2 {
display: block;
font: bold 12px Arial, Helvetica, sans-serif;
width: 40px;
color: #000;
bottom: 0px;
po... | 0.209631 | 0.042902 |
body[data-smooth-scrolling="0"] #header-outer .cart-menu {
padding-right: 0px;
}
body[data-smooth-scrolling="0"] #header-outer .widget_shopping_cart {
right: 0px!important;
}
#header-outer .icon-shopping-cart {
font-size: 20px!important;
height: auto!important;
line-height: 20px!important;
border-radius: 0px!... | web/app/themes/salient/css/woocommerce.css |
body[data-smooth-scrolling="0"] #header-outer .cart-menu {
padding-right: 0px;
}
body[data-smooth-scrolling="0"] #header-outer .widget_shopping_cart {
right: 0px!important;
}
#header-outer .icon-shopping-cart {
font-size: 20px!important;
height: auto!important;
line-height: 20px!important;
border-radius: 0px!... | 0.239972 | 0.041288 |
* Internal self contained modules, save in directory module/.
*/
/*!
* Stylesheet for design kmom01.
*
* This stylesheet is for the design course and kmom01. Fill it with style
* to style up the website so it is useable.
*/
/* Poor-mans normalize, * means all site is effected */
/* Hide submenu, leave this to km... | theme/htdocs/css/kmom01_v2.css | * Internal self contained modules, save in directory module/.
*/
/*!
* Stylesheet for design kmom01.
*
* This stylesheet is for the design course and kmom01. Fill it with style
* to style up the website so it is useable.
*/
/* Poor-mans normalize, * means all site is effected */
/* Hide submenu, leave this to km... | 0.441673 | 0.049889 |
.navbar {
background: #222930; }
.navbar .nav-item {
padding-left: 1em; }
.navbar .nav-item .nav-link {
text-transform: uppercase; }
.carousel-item {
height: 450px; }
.carousel-img-1 {
background: url("../img/image2.jpeg");
background-size: cover; }
.carousel-img2 {
background: url("../img/... | src/css/style.css | .navbar {
background: #222930; }
.navbar .nav-item {
padding-left: 1em; }
.navbar .nav-item .nav-link {
text-transform: uppercase; }
.carousel-item {
height: 450px; }
.carousel-img-1 {
background: url("../img/image2.jpeg");
background-size: cover; }
.carousel-img2 {
background: url("../img/... | 0.228673 | 0.089733 |
body {
margin: 0;
padding: 0;
background-image: url(../img/double-bubble-outline.webp);
background-repeat: repeat;
}
.header1{
width: 100%;
height: 100%;
background-image: url(../img/resort.jpg);
background-repeat: no-repeat;
background-size: 100%;
background-position: cen... | fe/10.18 workfile/css/style.css | body {
margin: 0;
padding: 0;
background-image: url(../img/double-bubble-outline.webp);
background-repeat: repeat;
}
.header1{
width: 100%;
height: 100%;
background-image: url(../img/resort.jpg);
background-repeat: no-repeat;
background-size: 100%;
background-position: cen... | 0.54577 | 0.11353 |
html,
body {
height: 100%;
background-color: #fff;
}
.goodsList {
min-height: 520px;
}
.ltao .mui-bar {
background-color: #006699;
}
.mui-input-row .mui-input-clear ~ .mui-icon-clear,
.mui-input-row .mui-input-password ~ .mui-icon-eye,
.mui-input-row .mui-input-speech ~ .mui-icon-speech {
right: 10px;
}
.mui-... | public/fe/css/search-list.css | html,
body {
height: 100%;
background-color: #fff;
}
.goodsList {
min-height: 520px;
}
.ltao .mui-bar {
background-color: #006699;
}
.mui-input-row .mui-input-clear ~ .mui-icon-clear,
.mui-input-row .mui-input-password ~ .mui-icon-eye,
.mui-input-row .mui-input-speech ~ .mui-icon-speech {
right: 10px;
}
.mui-... | 0.355551 | 0.076753 |
.ywz-wrapper {
position: absolute !important;
top: 0px !important;
left: 0px !important;
float: left !important;
z-index: 98 !important;
}
.biaoqing_box.open {
border-radius: 5px 5px 5px 0 !important;
display: block !important;
}
.biaoqing_box {
display: none !important;
overflow: hidden !imp... | assets/css/yan-style.css | .ywz-wrapper {
position: absolute !important;
top: 0px !important;
left: 0px !important;
float: left !important;
z-index: 98 !important;
}
.biaoqing_box.open {
border-radius: 5px 5px 5px 0 !important;
display: block !important;
}
.biaoqing_box {
display: none !important;
overflow: hidden !imp... | 0.416797 | 0.184143 |
* {
margin: 0;
--arial: Arial, sans-serif;
--roboto: Roboto, Helvetica, Arial, sans-serif;
--primary: #86c232;
}
html {
height: 100%;
}
body {
height: 100%;
font-family: var(--arial);
font-size: 1rem;
line-height: 1.5em;
text-align: center;
background: #e0e0e0;
}
header h1 {
position: relative;
padding:... | public/res/style.css | * {
margin: 0;
--arial: Arial, sans-serif;
--roboto: Roboto, Helvetica, Arial, sans-serif;
--primary: #86c232;
}
html {
height: 100%;
}
body {
height: 100%;
font-family: var(--arial);
font-size: 1rem;
line-height: 1.5em;
text-align: center;
background: #e0e0e0;
}
header h1 {
position: relative;
padding:... | 0.293101 | 0.094052 |
@import url(//fonts.googleapis.com/css?family=Open+Sans);
/*
* Mahout Colors:
* - Mahout Light Blue: 0099cc
* palleton.com good tool for generating pallettes
* Current Scheme is Tetrad (4 colors) http://paletton.com/palette.php?uid=73p0u0k%2B%2BJWumZMPf%2BV%2BWtQ%2B8nq
* Other's that keep mahout blue:
* Triad: http://... | website/assets/themes/mahout2/css/style.css | @import url(//fonts.googleapis.com/css?family=Open+Sans);
/*
* Mahout Colors:
* - Mahout Light Blue: 0099cc
* palleton.com good tool for generating pallettes
* Current Scheme is Tetrad (4 colors) http://paletton.com/palette.php?uid=73p0u0k%2B%2BJWumZMPf%2BV%2BWtQ%2B8nq
* Other's that keep mahout blue:
* Triad: http://... | 0.30819 | 0.121999 |
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
al... | client/src/App.css | .App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
al... | 0.601125 | 0.108945 |
body{
box-sizing: border-box;
background-color: #000000;
font-family: 'Playfair Display', serif;
margin: 0;
color: #C5C6C7;
}
img.header-img{
height: 300px;
width: 100%;
background-position: center;
position: absolute;
top: 0px
}
.top-bar{
position: relative;
display:... | css/projects.css | body{
box-sizing: border-box;
background-color: #000000;
font-family: 'Playfair Display', serif;
margin: 0;
color: #C5C6C7;
}
img.header-img{
height: 300px;
width: 100%;
background-position: center;
position: absolute;
top: 0px
}
.top-bar{
position: relative;
display:... | 0.330795 | 0.068195 |
* html .u0_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="productdetailpage_files/u0_normal.png");
}
* html .u2_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="productdetailpage_files/u2_normal.png");... | frontend/src/css/file/PRDpromotionsystem/axureall/productdetailpage_files/axurerp_pagespecificstyles_ie6.css | * html .u0_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="productdetailpage_files/u0_normal.png");
}
* html .u2_normal {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="productdetailpage_files/u2_normal.png");... | 0.401453 | 0.159839 |
.container {
position: relative;
}
.editorContainer {
display: flex;
justify-content: space-evenly;
width: 100%;
}
.editorTitles {
display: flex;
width: 97.5%;
margin: 0 auto;
}
.editorTitles h1 {
display: inline-block;
width: 50%;
}
.codeContainer {
width: 48%;
border: 1px solid black;
back... | app/components/Editor.css | .container {
position: relative;
}
.editorContainer {
display: flex;
justify-content: space-evenly;
width: 100%;
}
.editorTitles {
display: flex;
width: 97.5%;
margin: 0 auto;
}
.editorTitles h1 {
display: inline-block;
width: 50%;
}
.codeContainer {
width: 48%;
border: 1px solid black;
back... | 0.625552 | 0.081483 |
@-moz-document domain("vk.com") {
#left_ads,
#ads_left{
display: none !important;
}
[class*='_img']
,[class*='_image']
,[class*='photo']
,[class*='ava']
,.thumb
,.ow_ava.ow_ava_comm
,img{
border-radius: 0px !important;
}
.post_full_like_wrap .post_like
,.post_full_like_wrap .post_share {
flo... | data/usercss/136801.user.css | @-moz-document domain("vk.com") {
#left_ads,
#ads_left{
display: none !important;
}
[class*='_img']
,[class*='_image']
,[class*='photo']
,[class*='ava']
,.thumb
,.ow_ava.ow_ava_comm
,img{
border-radius: 0px !important;
}
.post_full_like_wrap .post_like
,.post_full_like_wrap .post_share {
flo... | 0.248261 | 0.046098 |