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 |
|---|---|---|---|---|
* {
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
}
.main-container {
width: 100%;
height: 100%;
margin: auto;
background-color: #a3b2c0;
min-width: 700px;
min-height: 680px;
}
.menu{
position:relative;
width:100%;
height:50px;
background:#2f363e;
min-width: 600px;
}
... | archive/public/stylesheets/viewer.css | * {
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
}
.main-container {
width: 100%;
height: 100%;
margin: auto;
background-color: #a3b2c0;
min-width: 700px;
min-height: 680px;
}
.menu{
position:relative;
width:100%;
height:50px;
background:#2f363e;
min-width: 600px;
}
... | 0.346099 | 0.071429 |
body {
background-color:rgb(236, 236, 159);
}
table, th, td {
border: 1px solid black;
width: 25%;
align-content: flex-end;
display: flexbox;
}
.disabled :hover {
font-size: 55px;
text-align: right;
position: right;
height: 250px;
width: 250px;
}
.cookie-banner {
position:... | style.css | body {
background-color:rgb(236, 236, 159);
}
table, th, td {
border: 1px solid black;
width: 25%;
align-content: flex-end;
display: flexbox;
}
.disabled :hover {
font-size: 55px;
text-align: right;
position: right;
height: 250px;
width: 250px;
}
.cookie-banner {
position:... | 0.522933 | 0.18462 |
html{
display: flex;
}
canvas{
left: 100px;
border-radius: 16pt;
z-index: 4;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
cursor: pointer;
}
canvas:hover{
box-shadow: 0 13px 16px rgba(0, 0, 0, 0.5);
}
body {
background: white;
font-family: 'Roboto', sans-serif;
font-size: 14px;
... | style.css | html{
display: flex;
}
canvas{
left: 100px;
border-radius: 16pt;
z-index: 4;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
cursor: pointer;
}
canvas:hover{
box-shadow: 0 13px 16px rgba(0, 0, 0, 0.5);
}
body {
background: white;
font-family: 'Roboto', sans-serif;
font-size: 14px;
... | 0.258888 | 0.090856 |
@charset "uft-8";
/* ์คํต๋ค๋น */
#skip {position: relative;}
#skip a {position: absolute; left: 0; top: -35px; border: 1px solid #fff; color: #fff; background-color: #333; line-height: 30px; width: 140px; text-align: center;}
#skip a:active, #skip a:focus {top: 0;}
/* ๋ ์ด์์ */
#wrap {}
#header { height: 325px; backgroun... | css/style.css | @charset "uft-8";
/* ์คํต๋ค๋น */
#skip {position: relative;}
#skip a {position: absolute; left: 0; top: -35px; border: 1px solid #fff; color: #fff; background-color: #333; line-height: 30px; width: 140px; text-align: center;}
#skip a:active, #skip a:focus {top: 0;}
/* ๋ ์ด์์ */
#wrap {}
#header { height: 325px; backgroun... | 0.282592 | 0.089097 |
@keyframes blink {
0% {
opacity: .3;
}
50% {
opacity: 1;
}
100% {
opacity: .3;
}
}
.blink {
animation-name: blink;
animation-duration: 1s;
animation-iteration-count: infinite;
}
/* Styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
height: 100vh;
display: flex;
justify-cont... | assets/css/style.css | @keyframes blink {
0% {
opacity: .3;
}
50% {
opacity: 1;
}
100% {
opacity: .3;
}
}
.blink {
animation-name: blink;
animation-duration: 1s;
animation-iteration-count: infinite;
}
/* Styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
height: 100vh;
display: flex;
justify-cont... | 0.404978 | 0.089813 |
div#sections,ytd-playlist-panel-video-renderer
ytd-browse.style-scope.ytd-page-manager,
ytd-page-manager>.ytd-page-manager,
ytd-watch.style-scope.ytd-page-manager {
background-color: #81D4FA
}
#channel-header.ytd-c4-tabbed-header-renderer {
padding: 15px;
background-color: #81D4FA
}
#dismissable.ytd-video-... | data/usercss/158041.user.css | div#sections,ytd-playlist-panel-video-renderer
ytd-browse.style-scope.ytd-page-manager,
ytd-page-manager>.ytd-page-manager,
ytd-watch.style-scope.ytd-page-manager {
background-color: #81D4FA
}
#channel-header.ytd-c4-tabbed-header-renderer {
padding: 15px;
background-color: #81D4FA
}
#dismissable.ytd-video-... | 0.193757 | 0.230703 |
@font-face {
font-family: 'poppins';
src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
url('../fonts/poppins-bold-webfont.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'poppins';
src: url('../fonts/poppins-light-webfont.woff2') format('woff... | css/main.css |
@font-face {
font-family: 'poppins';
src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
url('../fonts/poppins-bold-webfont.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'poppins';
src: url('../fonts/poppins-light-webfont.woff2') format('woff... | 0.532182 | 0.074669 |
.text-primary {
color: #1abc9c!important
}
.bg-primary {
background-color: #1abc9c!important
}
a {
color: #399bd4;
}
body{
font-family: Arial, Helvetica, sans-serif !important;
font-size: large;
}
#myEmail, #interestArea, #phoneNumber{
text-transform: lowercase !important;
font-family: Ar... | css/style.css | .text-primary {
color: #1abc9c!important
}
.bg-primary {
background-color: #1abc9c!important
}
a {
color: #399bd4;
}
body{
font-family: Arial, Helvetica, sans-serif !important;
font-size: large;
}
#myEmail, #interestArea, #phoneNumber{
text-transform: lowercase !important;
font-family: Ar... | 0.382257 | 0.075551 |
.console {
background-color: rgba(255,86,60,0.3);
width: 500px;
min-height: 30px;
color: white;
position: absolute;
top: 5px;
left: 200px;
}
html {
overflow: hidden;
width: 80%;
height: 80%;
margin: auto;
margin-top: 5%;
}
@font-face {
font-family: 'pricedown';
sr... | resources/[vrp]/banking/html/styles.css | .console {
background-color: rgba(255,86,60,0.3);
width: 500px;
min-height: 30px;
color: white;
position: absolute;
top: 5px;
left: 200px;
}
html {
overflow: hidden;
width: 80%;
height: 80%;
margin: auto;
margin-top: 5%;
}
@font-face {
font-family: 'pricedown';
sr... | 0.446253 | 0.099952 |
@font-face {
font-family: "Input Sans Condensed";
src: url("../fonts/InputSansCondensed-Medium.woff2") format("woff2"),
url("../fonts/InputSansCondensed-Medium.woff") format("woff");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Input Sans Condensed";
src: url... | src/client/styles/fonts.css | @font-face {
font-family: "Input Sans Condensed";
src: url("../fonts/InputSansCondensed-Medium.woff2") format("woff2"),
url("../fonts/InputSansCondensed-Medium.woff") format("woff");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Input Sans Condensed";
src: url... | 0.290176 | 0.060169 |
.home{
display: flex;
height: 600px;
}
.get_started{
align-content: center;
margin-right: 15em;
padding-right: 2em;
margin-top:5em;
}
.brand-name{
font-size: 1.1em;
font-weight: bold;
color: #565387;
}
#join-us {
height: 750px;
color: #565387;
}
.student{
height:... | src/css/home.css | .home{
display: flex;
height: 600px;
}
.get_started{
align-content: center;
margin-right: 15em;
padding-right: 2em;
margin-top:5em;
}
.brand-name{
font-size: 1.1em;
font-weight: bold;
color: #565387;
}
#join-us {
height: 750px;
color: #565387;
}
.student{
height:... | 0.350088 | 0.089654 |
#indexpage {
background-color: #21273f;
color: #b7d8f1;
font-family: 'Montserrat', sans-serif;}
h1 {
font-family: 'Satisfy', cursive;
font-size: 3em;
}
.buffer {margin-left: 2em;}
.bbuffer {margin-left: 3.5em}
.hbuffer {margin-left: 11em;}
/*HEADER*/
.headtop {
margin-top: 3.5em;
}
/*STANZAS... | css/app.css | #indexpage {
background-color: #21273f;
color: #b7d8f1;
font-family: 'Montserrat', sans-serif;}
h1 {
font-family: 'Satisfy', cursive;
font-size: 3em;
}
.buffer {margin-left: 2em;}
.bbuffer {margin-left: 3.5em}
.hbuffer {margin-left: 11em;}
/*HEADER*/
.headtop {
margin-top: 3.5em;
}
/*STANZAS... | 0.353094 | 0.074399 |
html{
height: 100%;
margin: 0%;
padding: 0%;
}
body{
font-family:sans-serif;
font-size: 15px;
line-height: 1.5;
padding: 0;
margin: 0;
height: 100%;
min-height: 100%;
background-color: darkgrey;
}
/*Global*/
.container{
width: 80%;
margin: auto;
overflow: hidden... | CSS/Style.css | html{
height: 100%;
margin: 0%;
padding: 0%;
}
body{
font-family:sans-serif;
font-size: 15px;
line-height: 1.5;
padding: 0;
margin: 0;
height: 100%;
min-height: 100%;
background-color: darkgrey;
}
/*Global*/
.container{
width: 80%;
margin: auto;
overflow: hidden... | 0.390476 | 0.067209 |
@charset "UTF-8";
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, capti... | public/assets/css/style.css | @charset "UTF-8";
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, capti... | 0.41478 | 0.069352 |
* {
box-sizing: border-box;
}
body {
font-family: Source Sans Pro, sans-serif;
font-size: 25px;
}
#sudoku-grid {
border-collapse: collapse;
margin: auto;
border: 1px solid #344861;
padding: 0;
}
.cell {
height: 60px;
width: 60px;
padding: 0;
border: 1px s... | assets/style.css | * {
box-sizing: border-box;
}
body {
font-family: Source Sans Pro, sans-serif;
font-size: 25px;
}
#sudoku-grid {
border-collapse: collapse;
margin: auto;
border: 1px solid #344861;
padding: 0;
}
.cell {
height: 60px;
width: 60px;
padding: 0;
border: 1px s... | 0.432902 | 0.145388 |
body {
padding: 0px;
margin: 0px;
border: 0px;
background-color: white;
font-family: 'Hind Madurai', sans-serif !important;
color: #113893;
}
body.pushable>.pusher {
background: white;
}
text {
font-family: 'Hind Madurai', sans-serif !important;
}
h1 {
font-family: 'Hind Madurai', sans-serif !importa... | vizforsocialgood/css/general.css | body {
padding: 0px;
margin: 0px;
border: 0px;
background-color: white;
font-family: 'Hind Madurai', sans-serif !important;
color: #113893;
}
body.pushable>.pusher {
background: white;
}
text {
font-family: 'Hind Madurai', sans-serif !important;
}
h1 {
font-family: 'Hind Madurai', sans-serif !importa... | 0.430866 | 0.087798 |
.owl-carousel .owl-wrapper:after { content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0 }
.owl-carousel { display:none; position:relative; width:100%; -ms-touch-action:pan-y; z-index:1 }
.owl-carousel .owl-wrapper { display:none; position:relative }
.owl-carousel .owl-wrapper-outer { overf... | public/css/owl.carousel.css | .owl-carousel .owl-wrapper:after { content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0 }
.owl-carousel { display:none; position:relative; width:100%; -ms-touch-action:pan-y; z-index:1 }
.owl-carousel .owl-wrapper { display:none; position:relative }
.owl-carousel .owl-wrapper-outer { overf... | 0.41561 | 0.038322 |
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article, aside, footer, header, nav, section {
display: block;
}
h1 {
font-size: 2em;
margin: .67em 0;
}
figcaption, figure, main {
display: block;
}
figure {
margin: 1em 40px;
}
hr {
-w... | styles/styles.css | html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article, aside, footer, header, nav, section {
display: block;
}
h1 {
font-size: 2em;
margin: .67em 0;
}
figcaption, figure, main {
display: block;
}
figure {
margin: 1em 40px;
}
hr {
-w... | 0.465387 | 0.077903 |
.page{position: absolute;}
@media only screen and (min-width : 1100px) {
.main_bg{line-height: 0;z-index: 1;width: 17967px;}
.transition_bg1{line-height: 0;z-index: 2;width: 17967px;}
.transition_bg1 img{margin-left: 3858px;top: 0px;}
.shirt{line-height: 0;z-index: 3;width: 17967px;}
.shirt img{margin-left: 8567p... | revamped-no-php/css/sunset/the-beginning-of-sunset-deity-02.css | .page{position: absolute;}
@media only screen and (min-width : 1100px) {
.main_bg{line-height: 0;z-index: 1;width: 17967px;}
.transition_bg1{line-height: 0;z-index: 2;width: 17967px;}
.transition_bg1 img{margin-left: 3858px;top: 0px;}
.shirt{line-height: 0;z-index: 3;width: 17967px;}
.shirt img{margin-left: 8567p... | 0.300746 | 0.053601 |
.background_paleVioletRed7,
.hover_background_paleVioletRed7:hover,
.active_background_paleVioletRed7:active:hover {
background: #6f1c37;
background-image: -moz-linear-gradient(top, rgb(138, 35, 69) 0%, rgb(111, 28, 55) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,... | widgets/common/assets/gradients/simple/paleVioletRed/paleVioletRed7.css | .background_paleVioletRed7,
.hover_background_paleVioletRed7:hover,
.active_background_paleVioletRed7:active:hover {
background: #6f1c37;
background-image: -moz-linear-gradient(top, rgb(138, 35, 69) 0%, rgb(111, 28, 55) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,... | 0.455199 | 0.091748 |
body {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}
#main {
width: 100%;
height: 100%;
}
#map {
width: 100%;
height: 100%;
}
#header {
position: absolute;
width: 100%;
text-align: center;
}
#title {
color: #4B92DB;
background: rgba(255, 255, ... | www/css/index.css | body {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}
#main {
width: 100%;
height: 100%;
}
#map {
width: 100%;
height: 100%;
}
#header {
position: absolute;
width: 100%;
text-align: center;
}
#title {
color: #4B92DB;
background: rgba(255, 255, ... | 0.52683 | 0.073563 |
margin:0;
padding:0;
border:0;
outline:0;
font-size:12px;
line-height:1.5em;
color:#000;
vertical-align:baseline;
background:transparent;
font-family:sans-serif;
text-align:left;
list-style: none;
list-style-type: none;
}
#yii-debug-toolbar{
display: block;
p... | _src/Section 8/protected/extensions/yii-debug-toolbar/assets/style.css | margin:0;
padding:0;
border:0;
outline:0;
font-size:12px;
line-height:1.5em;
color:#000;
vertical-align:baseline;
background:transparent;
font-family:sans-serif;
text-align:left;
list-style: none;
list-style-type: none;
}
#yii-debug-toolbar{
display: block;
p... | 0.260013 | 0.043083 |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html,
button,
input,
select,
textarea {
color: #bbb;
}
body {
-webkit-backface-visibility: hidden;
overflow: scroll;
font-family: 'apercu_pro', sans-serif;
overflow-x: hidden;
}
html {
font-... | web/css/travel_crm/main.css | * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html,
button,
input,
select,
textarea {
color: #bbb;
}
body {
-webkit-backface-visibility: hidden;
overflow: scroll;
font-family: 'apercu_pro', sans-serif;
overflow-x: hidden;
}
html {
font-... | 0.395951 | 0.108425 |
/* element1, element2: selects element1 and element2 */
/* element1 element2: selects all descendants (children, grandchildren...) which are element2 => descendant combinator */
/* element1>element2: selects (only) children which are element2 => child combinator */
/* padding: the space between the content and the bo... | public/css/Styles.css |
/* element1, element2: selects element1 and element2 */
/* element1 element2: selects all descendants (children, grandchildren...) which are element2 => descendant combinator */
/* element1>element2: selects (only) children which are element2 => child combinator */
/* padding: the space between the content and the bo... | 0.226869 | 0.113432 |
.grayBackground{
background-color : #8E8E8E;
color : #EEEEEE;
}
/*ํฐ์ ๋ฐฐ๊ฒฝ*/
.whiteBackground{
background-color : #FFFFFF;
color : black;
}
/*ํฐ์ ํ
๋๋ฆฌ*/
.whiteBorder{
border : 2px white solid;
}
/*์์ ๋ชฉ*/
.smallTitle{
background-color : #333333;
color : white;
font-size : 20px;
font-weight : bold;
padding : 10px;
m... | common/css/index.css | .grayBackground{
background-color : #8E8E8E;
color : #EEEEEE;
}
/*ํฐ์ ๋ฐฐ๊ฒฝ*/
.whiteBackground{
background-color : #FFFFFF;
color : black;
}
/*ํฐ์ ํ
๋๋ฆฌ*/
.whiteBorder{
border : 2px white solid;
}
/*์์ ๋ชฉ*/
.smallTitle{
background-color : #333333;
color : white;
font-size : 20px;
font-weight : bold;
padding : 10px;
m... | 0.350644 | 0.13084 |
body {
background-image: url('https://ik.imagekit.io/slashit/ss_nHLS2m7_u.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
.button {
transition: 0.3s;
}
.title,
.subtitle {
font-family: Montserrat, sans-serif;
font-weight: normal;
}... | VM Web/quiz-game/game.css | body {
background-image: url('https://ik.imagekit.io/slashit/ss_nHLS2m7_u.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
.button {
transition: 0.3s;
}
.title,
.subtitle {
font-family: Montserrat, sans-serif;
font-weight: normal;
}... | 0.482429 | 0.099077 |
#comments /* Wrapper for the list of comments and its title */ {
margin: 0;
}
#comments .title /* Heading for the list of comments */ {
}
.comment /* Wrapper for a single comment */ {
border-top: 1px dotted #aaa;
position: relative;
}
.comment-preview /* Preview of the comment before submitting new or updated ... | boinc_new/drupal/sites/default/boinc/themes/boinc/css/comments.css | #comments /* Wrapper for the list of comments and its title */ {
margin: 0;
}
#comments .title /* Heading for the list of comments */ {
}
.comment /* Wrapper for a single comment */ {
border-top: 1px dotted #aaa;
position: relative;
}
.comment-preview /* Preview of the comment before submitting new or updated ... | 0.265976 | 0.081483 |
.__searchpage-results-toporg-contents {}
.__searchpage-results-sum{
padding-top:8px;
padding-left:188px;
font-size: 12px;
color: #6f6f6f;
}
/* Styles for Organization Results View */
.org-results-container {
display: flex;
width:100%;
flex-direction: column;
justify-content: center... | src/areas/SearchPage/components/SearchResults/areas/style.css | .__searchpage-results-toporg-contents {}
.__searchpage-results-sum{
padding-top:8px;
padding-left:188px;
font-size: 12px;
color: #6f6f6f;
}
/* Styles for Organization Results View */
.org-results-container {
display: flex;
width:100%;
flex-direction: column;
justify-content: center... | 0.336222 | 0.052838 |
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
content: " ";
display: table;
}
.container:after,
.container-fluid:after,
.row:after {
clear: both;
}
html {
position: relative;
min-height: 100%;
}
.mbr-v-middle {
display: table;
width: 100%;
... | assets/style.css | .container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
content: " ";
display: table;
}
.container:after,
.container-fluid:after,
.row:after {
clear: both;
}
html {
position: relative;
min-height: 100%;
}
.mbr-v-middle {
display: table;
width: 100%;
... | 0.440469 | 0.094469 |
.NB-paypal-return {
margin: 176px 0 0;
background-color: #D3E7BA;
border-top: 1px solid #A0A0A0;
border-bottom: 1px solid #A0A0A0;
padding: 24px 0;
background-image: linear-gradient(bottom, rgb(188,214,167) 0%, rgb(223,247,212) 100%);
background-image: -moz-linear-gradient(bottom, rgb(188,214,167) 0%, rg... | media/css/payments.css |
.NB-paypal-return {
margin: 176px 0 0;
background-color: #D3E7BA;
border-top: 1px solid #A0A0A0;
border-bottom: 1px solid #A0A0A0;
padding: 24px 0;
background-image: linear-gradient(bottom, rgb(188,214,167) 0%, rgb(223,247,212) 100%);
background-image: -moz-linear-gradient(bottom, rgb(188,214,167) 0%, rg... | 0.422981 | 0.071851 |
html, body {
background-color: #fff;
color: #636b6f;
font-family: 'Nunito', sans-serif;
font-weight: 200;
height: 100vh;
margin: 0;
}
.full-height {
height: 100vh;
}
... | public/css/style.css | html, body {
background-color: #fff;
color: #636b6f;
font-family: 'Nunito', sans-serif;
font-weight: 200;
height: 100vh;
margin: 0;
}
.full-height {
height: 100vh;
}
... | 0.493897 | 0.102036 |
.talent-input-validation {
position: relative;
}
.talent-input-validation .fa-icon {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
display: none;
}
.talent-input-validation .validation-error-message {
position: absolute;
font-size: 11px;
width: 100%;
text-align: center;
d... | vendor/style.css | .talent-input-validation {
position: relative;
}
.talent-input-validation .fa-icon {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
display: none;
}
.talent-input-validation .validation-error-message {
position: absolute;
font-size: 11px;
width: 100%;
text-align: center;
d... | 0.539226 | 0.131312 |
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Roboto+Mono&display=swap");
.container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.container .paper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: c... | src/Pages/Poster/Poster3/index.module.css | @import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Roboto+Mono&display=swap");
.container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.container .paper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: c... | 0.381335 | 0.069038 |
.content {
max-width: 250px;
display:flex;
flex-direction: column;
justify-content: center;
text-align: center
}
.avatar {
width: 10rem;
margin: 0 auto;
position: relative;
}
.avatar .build {
position: absolute;
top: -25px;
left: -10px;
z-index: 2;... | styles/user-info.css | .content {
max-width: 250px;
display:flex;
flex-direction: column;
justify-content: center;
text-align: center
}
.avatar {
width: 10rem;
margin: 0 auto;
position: relative;
}
.avatar .build {
position: absolute;
top: -25px;
left: -10px;
z-index: 2;... | 0.493409 | 0.123895 |
body {
margin: 0px;
padding: 0px;
background: rgb(158, 228, 222);
height: 150vh;
}
.resume-box {
width: 800px;
height: 1000px;
margin: 0 auto;
background-color: white;
}
.box-outer {
padding: 30px;
}
.box-1 {
background-color: #062736;
width: 35%;
float: left;
height: 1000... | style.css | body {
margin: 0px;
padding: 0px;
background: rgb(158, 228, 222);
height: 150vh;
}
.resume-box {
width: 800px;
height: 1000px;
margin: 0 auto;
background-color: white;
}
.box-outer {
padding: 30px;
}
.box-1 {
background-color: #062736;
width: 35%;
float: left;
height: 1000... | 0.26693 | 0.053626 |
h1 {
font-family: 'roboto', Helvetica, Arial, Sans-serif;
font-weight: 100;
font-size: 3.000em;
letter-spacing: -0.01em; }
h2 {
font-family: 'roboto', Helvetica, Arial, Sans-serif;
font-weight: 300;
font-size: 1.875em;
margin-top: 0; }
h3 {
font-family: 'roboto', Helvetica, Arial, Sans-serif;
font... | examples/foundry/assets/css/foundry_ui.css | h1 {
font-family: 'roboto', Helvetica, Arial, Sans-serif;
font-weight: 100;
font-size: 3.000em;
letter-spacing: -0.01em; }
h2 {
font-family: 'roboto', Helvetica, Arial, Sans-serif;
font-weight: 300;
font-size: 1.875em;
margin-top: 0; }
h3 {
font-family: 'roboto', Helvetica, Arial, Sans-serif;
font... | 0.299822 | 0.069289 |
.fl {
float: left;
}
.fr {
float: right;
}
.text-overflow {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
@-webkit-keyframes run {
0% {
transform: scale(1, 1);
}
50% {
transform: scale(-1, 1);
}
100% {
transform: scale(1, 1);
}
}
/*ๅคด้จ*/
header {
width: 100%;
hei... | Public/news/Hongbao/layout/blue/css/style1.css | .fl {
float: left;
}
.fr {
float: right;
}
.text-overflow {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
@-webkit-keyframes run {
0% {
transform: scale(1, 1);
}
50% {
transform: scale(-1, 1);
}
100% {
transform: scale(1, 1);
}
}
/*ๅคด้จ*/
header {
width: 100%;
hei... | 0.458834 | 0.16848 |
display: table;
width: 100%;
height: 100%; }
#learning-objective-dialog .wizard .steps {
display: table-row; }
#learning-objective-dialog .wizard .steps:before, #learning-objective-dialog .wizard .steps:after {
content: none; }
#learning-objective-dialog .wizard .steps ul {
display: tabl... | src/apps/editor/static/editor/css/Learning_obj_styling.css | display: table;
width: 100%;
height: 100%; }
#learning-objective-dialog .wizard .steps {
display: table-row; }
#learning-objective-dialog .wizard .steps:before, #learning-objective-dialog .wizard .steps:after {
content: none; }
#learning-objective-dialog .wizard .steps ul {
display: tabl... | 0.428233 | 0.036873 |
@charset "UTF-8";
.m-module {
width: 100%;
height: 505px;
position: relative;
}
#show_pic {
overflow: hidden;
width: 100%;
height: 505px;
position: absolute;
}
#show_pic li {
position: absolute;
left: 0;
top: 0;
opacity: 0;
}
#show_pic li a {
display: block;
}
#show_pic li .showImg {
verti... | src/css/index/banner.css | @charset "UTF-8";
.m-module {
width: 100%;
height: 505px;
position: relative;
}
#show_pic {
overflow: hidden;
width: 100%;
height: 505px;
position: absolute;
}
#show_pic li {
position: absolute;
left: 0;
top: 0;
opacity: 0;
}
#show_pic li a {
display: block;
}
#show_pic li .showImg {
verti... | 0.361277 | 0.058346 |
@charset "utf-8";
/* CSS Document */
* {
margin: 0;
padding: 0;
font-family: ๅพฎ่ฝฏ้
้ป;
}
body, html {
width: 100%;
height: 100%
}
body {
background: #f0f0f0
}
a {
color: #000
}
.clear {
clear: both;
}
.left {
float: left;
}
.right {
float: right;
}
.text-algin {
text-align... | Public/css/detail.css | @charset "utf-8";
/* CSS Document */
* {
margin: 0;
padding: 0;
font-family: ๅพฎ่ฝฏ้
้ป;
}
body, html {
width: 100%;
height: 100%
}
body {
background: #f0f0f0
}
a {
color: #000
}
.clear {
clear: both;
}
.left {
float: left;
}
.right {
float: right;
}
.text-algin {
text-align... | 0.38769 | 0.119511 |
* {margin: 0; padding: 0; border: 0; vertical-align: baseline;}
html {box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}
html, body {height: 100%; margin: 0;}
body {
font-family: "Segoe UI", sans-serif;
background: #1A2933;
color: #FFF;
}
input[type=text] {
width: 100%;
padding: 12px 2... | css/styles.css | * {margin: 0; padding: 0; border: 0; vertical-align: baseline;}
html {box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}
html, body {height: 100%; margin: 0;}
body {
font-family: "Segoe UI", sans-serif;
background: #1A2933;
color: #FFF;
}
input[type=text] {
width: 100%;
padding: 12px 2... | 0.510741 | 0.109087 |
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900");
body {
margin: 0;
padding: 0;
font-family: lato;
... | resources/css/app.css | @import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900");
body {
margin: 0;
padding: 0;
font-family: lato;
... | 0.525125 | 0.070368 |
html,body {
padding: 0;
margin: 0;
font-family: arial,sans-serif;
}
* html code {
font-size: 105%;
}
@media screen {
.main_factura {
margin: 0 auto;
width: 800px;
padding: 0 10px;
}
.info, .totals {
width: 100%;
}
.descripcio {
min-height: 400px;
}
}
@media print
{
body { height: 210mm; width: 297... | public/css/factura.css | html,body {
padding: 0;
margin: 0;
font-family: arial,sans-serif;
}
* html code {
font-size: 105%;
}
@media screen {
.main_factura {
margin: 0 auto;
width: 800px;
padding: 0 10px;
}
.info, .totals {
width: 100%;
}
.descripcio {
min-height: 400px;
}
}
@media print
{
body { height: 210mm; width: 297... | 0.223462 | 0.075041 |
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-... | public/themes/b3s/mobile.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,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-... | 0.309232 | 0.066448 |
.profile-container{
width: 100%; /* Largura */
max-width: 1180px; /*Largura mรกxima */
padding: 0 30px; /* Espaรงo entre as bordas*/
margin: 32px auto; /* Margem de 32px cima e baixo e auto esquerda e direita*/
}
.profile-container header{
display: flex; /* */
align-items: center; /* Tudo alinhad... | frontend/src/pages/Profile/styles.css | .profile-container{
width: 100%; /* Largura */
max-width: 1180px; /*Largura mรกxima */
padding: 0 30px; /* Espaรงo entre as bordas*/
margin: 32px auto; /* Margem de 32px cima e baixo e auto esquerda e direita*/
}
.profile-container header{
display: flex; /* */
align-items: center; /* Tudo alinhad... | 0.331769 | 0.071138 |
.cs-content-container {
float:left;
width:620px;
min-height: 100vh;
position:relative;
z-index:2;
background:#212121;
padding:70px 100px;
display : flex;
align-items : center;
justify-content: center;
}
.cs-media {
position:fixed;
top:0;
bottom:0;
left:620px;
right:0;
overflow:hidden;
z-index:... | public/css/cs-style.css | .cs-content-container {
float:left;
width:620px;
min-height: 100vh;
position:relative;
z-index:2;
background:#212121;
padding:70px 100px;
display : flex;
align-items : center;
justify-content: center;
}
.cs-media {
position:fixed;
top:0;
bottom:0;
left:620px;
right:0;
overflow:hidden;
z-index:... | 0.371821 | 0.068133 |
.css-ojj0fs {
background: linear-gradient(-32deg, #6f31b7 14%, #fb558e 82%);
margin-top: 16px;
margin-bottom: 16px;
margin-left: 32px;
margin-right: 32px;
border-radius: 10px;
padding-bottom: 16px;
transition: 0.5s ease-out;
}
.css-ojj0fs:hover{
transform: scale(1.1) translateZ(0px);
transition: 0.... | css/team.css | .css-ojj0fs {
background: linear-gradient(-32deg, #6f31b7 14%, #fb558e 82%);
margin-top: 16px;
margin-bottom: 16px;
margin-left: 32px;
margin-right: 32px;
border-radius: 10px;
padding-bottom: 16px;
transition: 0.5s ease-out;
}
.css-ojj0fs:hover{
transform: scale(1.1) translateZ(0px);
transition: 0.... | 0.502686 | 0.099339 |
.mui-scroll{ padding: 0 10px;}
/*ๅฟซๆทๅฏผ่ช*/
.fast-nav{ list-style:none;}
.fast-nav li{ position:relative; float:left; width:31.33%; height:0; padding-bottom:31.33%; margin:5px 1% 0; border-radius:5px;}
.fast-nav li a{ display:table; position:absolute; width:100%; height:100%; color:#fff; font-size:12px; }
.fast-nav .l1{ ... | mobile/css/page/hd.css | .mui-scroll{ padding: 0 10px;}
/*ๅฟซๆทๅฏผ่ช*/
.fast-nav{ list-style:none;}
.fast-nav li{ position:relative; float:left; width:31.33%; height:0; padding-bottom:31.33%; margin:5px 1% 0; border-radius:5px;}
.fast-nav li a{ display:table; position:absolute; width:100%; height:100%; color:#fff; font-size:12px; }
.fast-nav .l1{ ... | 0.26971 | 0.096238 |
.navbar {
background: #b2e4e5;
display: flex;
justify-content: space-between;
width: 100%;
padding-left: 70px;
}
.call-container {
height: 100vh;
width: 100%;
}
.contents-1 {
position: absolute;
width: 75%;
height: 200px;
left: 13%;
top: 15%;
opacity: 0.2;
background: #75dada;
border-ra... | make_call.css | .navbar {
background: #b2e4e5;
display: flex;
justify-content: space-between;
width: 100%;
padding-left: 70px;
}
.call-container {
height: 100vh;
width: 100%;
}
.contents-1 {
position: absolute;
width: 75%;
height: 200px;
left: 13%;
top: 15%;
opacity: 0.2;
background: #75dada;
border-ra... | 0.498779 | 0.089614 |
@media print{
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: ... | public/css/print.css | @media print{
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: ... | 0.398992 | 0.058939 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root{
--base-color: #e3e2df;
--primary-color: #000;
--secondary-color: #9a1750;
--ternary-color: #e3afbc;
--pop-color: #fd001e;
--bgURL : url("https://images.pexels.com/photos/1055054/pexels-photo-1055054.jpeg?auto=compress&cs=tinysrgb&dpr=1&h=650&... | src/index.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root{
--base-color: #e3e2df;
--primary-color: #000;
--secondary-color: #9a1750;
--ternary-color: #e3afbc;
--pop-color: #fd001e;
--bgURL : url("https://images.pexels.com/photos/1055054/pexels-photo-1055054.jpeg?auto=compress&cs=tinysrgb&dpr=1&h=650&... | 0.373076 | 0.072407 |
html,
body {
background: #000;
margin: 0px;
height: 100%;
font-size: 0px; } /* 0 */
.mytop{
width: 100%; /*375 414px;*/ /*100%;*/
max-width: 414px; /*375 414px;*/
min-width: 340px;
/*margin: 6px 0;*/
text-align: center;
/*position: absolute;
bottom: 60px;*//* 60px */
/*right: 0px;*/
/*left:... | styles/main.flex.css | html,
body {
background: #000;
margin: 0px;
height: 100%;
font-size: 0px; } /* 0 */
.mytop{
width: 100%; /*375 414px;*/ /*100%;*/
max-width: 414px; /*375 414px;*/
min-width: 340px;
/*margin: 6px 0;*/
text-align: center;
/*position: absolute;
bottom: 60px;*//* 60px */
/*right: 0px;*/
/*left:... | 0.268366 | 0.039844 |
body {
height: 100%;
padding-top: 3rem;
padding-bottom: 3rem;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-plac... | public/stylesheets/style.css | body {
height: 100%;
padding-top: 3rem;
padding-bottom: 3rem;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-plac... | 0.502441 | 0.071009 |
.header {
position: fixed;
top: 0;
left: 50%;
width: 100%;
margin: 0 auto 20px auto;
padding: 20px 10px 0 10px;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
max-width: 980px;
opacity: 0;
z-index: 99;
transform: translateX(-50%);
transition-prop... | src/css/parts/header.css | .header {
position: fixed;
top: 0;
left: 50%;
width: 100%;
margin: 0 auto 20px auto;
padding: 20px 10px 0 10px;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
max-width: 980px;
opacity: 0;
z-index: 99;
transform: translateX(-50%);
transition-prop... | 0.558568 | 0.141994 |
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, nav, section, summary {
display:block
}
audio, canvas, progress, video {
display:inline-block;
vertical-align... | hopstack/styles/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, nav, section, summary {
display:block
}
audio, canvas, progress, video {
display:inline-block;
vertical-align... | 0.425486 | 0.127789 |
@font-face{
font-family: 'MyWebFont';
src: url('WebFont.eot');
src: url('WebFont.eot?#iefix') format('embedded-opentype'),
url('WebFont.woff') format('woff'),
url('WebFont.ttf') format('truetype'),
url('WebFont.svg#webfont') format('svg');
}
body{
font-family: 'WebFont', Arial, sans-s... | css/team_page_css.css | @font-face{
font-family: 'MyWebFont';
src: url('WebFont.eot');
src: url('WebFont.eot?#iefix') format('embedded-opentype'),
url('WebFont.woff') format('woff'),
url('WebFont.ttf') format('truetype'),
url('WebFont.svg#webfont') format('svg');
}
body{
font-family: 'WebFont', Arial, sans-s... | 0.2304 | 0.050144 |
@keyframes slidein-slide {
0% {
transform: translateY(-2em);
}
100% {
transform: translateY(0em);
}
}
.slidein {
position: fixed;
width: 45em;
top: 0;
left: calc((100% / 2) - (45em / 2));
background-color: #333333;
display: flex;
flex-flow: row;
padding: ... | resources/public/SLIDEIN.css | @keyframes slidein-slide {
0% {
transform: translateY(-2em);
}
100% {
transform: translateY(0em);
}
}
.slidein {
position: fixed;
width: 45em;
top: 0;
left: calc((100% / 2) - (45em / 2));
background-color: #333333;
display: flex;
flex-flow: row;
padding: ... | 0.680135 | 0.21498 |
@-moz-document url-prefix("http://www.tumblr.com"), url-prefix('https://www.tumblr.com') {
body
{
background:#333;
color:#0052FF;
}
#left_column, #right_column {background-color: transparent !important;}
div.l-content.l-content.l-content {
background:red;
}
div.l-header .selection_nipple
{
border-bo... | data/usercss/78510.user.css | @-moz-document url-prefix("http://www.tumblr.com"), url-prefix('https://www.tumblr.com') {
body
{
background:#333;
color:#0052FF;
}
#left_column, #right_column {background-color: transparent !important;}
div.l-content.l-content.l-content {
background:red;
}
div.l-header .selection_nipple
{
border-bo... | 0.335133 | 0.06951 |
html {
--background-color: rgb(27, 26, 26);
--color: #75d375;
--text: #141414;
}
body {
margin: 0px;
padding: 0px;
box-sizing: border-box;
width: 100vw;
height: 100vh;
overflow: hidden;
background-color: var(--background-color);
}
* {
font-family: monospace;
color: var(--color);
outl... | public/main.css |
html {
--background-color: rgb(27, 26, 26);
--color: #75d375;
--text: #141414;
}
body {
margin: 0px;
padding: 0px;
box-sizing: border-box;
width: 100vw;
height: 100vh;
overflow: hidden;
background-color: var(--background-color);
}
* {
font-family: monospace;
color: var(--color);
outl... | 0.272605 | 0.048316 |
body {
font-family: "Poppins", Arial, sans-serif;
font-size: 18px;
line-height: 1.8;
font-weight: normal;
background: #fafafa;
color: gray;
}
a, .btn-link {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
color: #866ec7 !important;
}
.na... | static/css/theme.css | body {
font-family: "Poppins", Arial, sans-serif;
font-size: 18px;
line-height: 1.8;
font-weight: normal;
background: #fafafa;
color: gray;
}
a, .btn-link {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
color: #866ec7 !important;
}
.na... | 0.372619 | 0.049154 |
---
license: |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License... | assets/css/home.css | ---
license: |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License... | 0.618665 | 0.153962 |
#VARIABLES
\*------------------------------------*/
/* Colors Base */
/* Baseline */
/* Font Base */
/* Font Size Base */
/* Background Base */
/* Icon Base */
/* Border-Radius Base */
/* Media Queries Base */
/* Variation Colors Base */
/*------------------------------------*\
#LESS MIXINS
\*------------------... | Public/assets/less/style.css | #VARIABLES
\*------------------------------------*/
/* Colors Base */
/* Baseline */
/* Font Base */
/* Font Size Base */
/* Background Base */
/* Icon Base */
/* Border-Radius Base */
/* Media Queries Base */
/* Variation Colors Base */
/*------------------------------------*\
#LESS MIXINS
\*------------------... | 0.428951 | 0.060114 |
.wa-widget {
position: fixed;
right: 0;
bottom: 0;
margin: 0;
}
.wa-widget:last-child {
margin-right: 0;
}
.wa-widget.expanded {
border-radius: 1rem;
}
.wa-widget .wa-widget-content {
width: 360px;
transition: all 0.25s linear;
visibility: hidden;
position: absolute;
bottom: 6rem;
opacity: 0;... | dist/css/whatsapp-widget.css | .wa-widget {
position: fixed;
right: 0;
bottom: 0;
margin: 0;
}
.wa-widget:last-child {
margin-right: 0;
}
.wa-widget.expanded {
border-radius: 1rem;
}
.wa-widget .wa-widget-content {
width: 360px;
transition: all 0.25s linear;
visibility: hidden;
position: absolute;
bottom: 6rem;
opacity: 0;... | 0.704567 | 0.096621 |
body {
font-family: Arial, Helvetica, sans-serif;
}
.rotateMe { display: none; }
@media screen and (max-width: 320px) { /* Portait Mode */
.rotateMe { display: block; }
.arena { display: none; }
.actions { display: none; }
}
/* double everything, is there an easier way? */
@media
only screen and (-we... | styles/daleks.css | body {
font-family: Arial, Helvetica, sans-serif;
}
.rotateMe { display: none; }
@media screen and (max-width: 320px) { /* Portait Mode */
.rotateMe { display: block; }
.arena { display: none; }
.actions { display: none; }
}
/* double everything, is there an easier way? */
@media
only screen and (-we... | 0.381335 | 0.132992 |
* {
margin:0;
padding:0;
}
html, body {
height: 100%
}
body{
display: flex;
align-items: stretch;
background-color: rgb(15, 22, 20);
font-family: 'Roboto', sans-serif;
}
.header {
visibility: hidden;
display: none;
position: absolute;
top: 0px;
left: 15px;
font-family: 'Permanent Marker';
}... | src/main.css | * {
margin:0;
padding:0;
}
html, body {
height: 100%
}
body{
display: flex;
align-items: stretch;
background-color: rgb(15, 22, 20);
font-family: 'Roboto', sans-serif;
}
.header {
visibility: hidden;
display: none;
position: absolute;
top: 0px;
left: 15px;
font-family: 'Permanent Marker';
}... | 0.376165 | 0.072014 |
.section {
width: 100%;
}
.section.color_lightblue {
background-color: #f4f9fb;
}
.section__content {
width: 100%;
max-width: 1280px;
margin: 0 auto;
padding: 80px 40px;
}
.section .section__title {
line-height: 1em;
margin-bottom: 40px;
}
.section .section__title.size_1 {
font-size: 44px;... | src/components/section/styles.css | .section {
width: 100%;
}
.section.color_lightblue {
background-color: #f4f9fb;
}
.section__content {
width: 100%;
max-width: 1280px;
margin: 0 auto;
padding: 80px 40px;
}
.section .section__title {
line-height: 1em;
margin-bottom: 40px;
}
.section .section__title.size_1 {
font-size: 44px;... | 0.283484 | 0.11737 |
body {
margin: 0;
padding: 0;
box-sizing: border-box;
}
button {
background: none;
color: inherit;
border: none;
padding: 0;
font: inherit;
cursor: pointer;
outline: inherit;
}
.navbar {
display: flex;
justify-content: space-between;
}
#bg-image-1 {
width: 111px;
height: 74px;
backgroun... | style.css | body {
margin: 0;
padding: 0;
box-sizing: border-box;
}
button {
background: none;
color: inherit;
border: none;
padding: 0;
font: inherit;
cursor: pointer;
outline: inherit;
}
.navbar {
display: flex;
justify-content: space-between;
}
#bg-image-1 {
width: 111px;
height: 74px;
backgroun... | 0.345989 | 0.072014 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://mail.google.com"),
url-prefix("https://www.google.com/calendar")
{
div[class="hq gt"] a:last-child { font-size: 180% !important; }
/* ---------- */
/* Every page */
/* ---------- */
/* Prevents overflow scrol... | data/usercss/12181.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://mail.google.com"),
url-prefix("https://www.google.com/calendar")
{
div[class="hq gt"] a:last-child { font-size: 180% !important; }
/* ---------- */
/* Every page */
/* ---------- */
/* Prevents overflow scrol... | 0.23292 | 0.088151 |
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,500&display=swap");
html {
max-width: 500px;
margin: auto;
}
* {
max-width: 500px;
font-family: "Open Sans", sans-serif;
}
body {
margin: 0;
padding: 0;
background: url("https://www.printawallpaper.com/upload/designs/Space_Background_d.j... | src/styles/global.css | @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,500&display=swap");
html {
max-width: 500px;
margin: auto;
}
* {
max-width: 500px;
font-family: "Open Sans", sans-serif;
}
body {
margin: 0;
padding: 0;
background: url("https://www.printawallpaper.com/upload/designs/Space_Background_d.j... | 0.331769 | 0.060947 |
* {
margin: 0;
padding: 0;
}
html, body {
position: relative;
height: 100%;
font-family: sans-serif;
}
/* Radio panel */
.container {
position: relative;
height: 100%;
width: 100%;
}
.channelContainer {
width: 100%;
}
.colChannel {
float: left;
margin-top: 1%;
margin... | operator-terminal/gui/public/stylesheets/radioPanel.css | * {
margin: 0;
padding: 0;
}
html, body {
position: relative;
height: 100%;
font-family: sans-serif;
}
/* Radio panel */
.container {
position: relative;
height: 100%;
width: 100%;
}
.channelContainer {
width: 100%;
}
.colChannel {
float: left;
margin-top: 1%;
margin... | 0.559531 | 0.118717 |
body {
margin:0;
font-family: 'Source Sans Pro', sans-serif;
background: #45CEEF;
width: 1000px;
position: absolute;
margin: auto;
}
canvas {
position: absolute;
width: 100%;
height: 100%;
background: #111a22;
}
@keyframes slideInFromLeft {
0% {
transform: translateY(100%);... | css/style_index_scratch.css | body {
margin:0;
font-family: 'Source Sans Pro', sans-serif;
background: #45CEEF;
width: 1000px;
position: absolute;
margin: auto;
}
canvas {
position: absolute;
width: 100%;
height: 100%;
background: #111a22;
}
@keyframes slideInFromLeft {
0% {
transform: translateY(100%);... | 0.44071 | 0.097305 |
html,
body {
height: 100%;
}
/*costom fonts*/
body {
font-family: "Poppins", sans-serif;
}
.dropdown:hover > .dropdown-menu {
display: block;
}
.dropdown > .dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
pointer-events: none;
}
.dropdown-item {
font-family: "Poppins", sans-serif... | public/assets/css/global.css | html,
body {
height: 100%;
}
/*costom fonts*/
body {
font-family: "Poppins", sans-serif;
}
.dropdown:hover > .dropdown-menu {
display: block;
}
.dropdown > .dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
pointer-events: none;
}
.dropdown-item {
font-family: "Poppins", sans-serif... | 0.270384 | 0.051415 |
.tmp-home{
background-color: #f4f5f9;
}
.menu{
background: #f4f5f9;
}
.logo {
float: left;
padding: 20px;
width: 20%;
}
.search{
margin-top: 16px;
float: left;
width: 50%;
}
.chucnang {
/*width: 30%;*/
float: right;
list-style: none;
}
.chucnang li{
list-style: none;
display: inline-block;
padding: 20px;... | style.css | .tmp-home{
background-color: #f4f5f9;
}
.menu{
background: #f4f5f9;
}
.logo {
float: left;
padding: 20px;
width: 20%;
}
.search{
margin-top: 16px;
float: left;
width: 50%;
}
.chucnang {
/*width: 30%;*/
float: right;
list-style: none;
}
.chucnang li{
list-style: none;
display: inline-block;
padding: 20px;... | 0.227469 | 0.04597 |
.boxer-lock {
overflow: hidden !important;
}
#boxer-overlay {
width: 100%;
height: 100%;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 150;
background: #192a51;
opacity: 0;
-webkit-transition: opacity 0.25s linear;
transition: opacity 0.25s linear;
}
.boxer-open #boxe... | css/jquery.fs.boxer.css | .boxer-lock {
overflow: hidden !important;
}
#boxer-overlay {
width: 100%;
height: 100%;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 150;
background: #192a51;
opacity: 0;
-webkit-transition: opacity 0.25s linear;
transition: opacity 0.25s linear;
}
.boxer-open #boxe... | 0.38122 | 0.0584 |
body{
margin: 0;
display: flex;
flex-direction: column;
height: 100vh;
}
article {
flex-grow: 1;
flex-direction: column;
justify-content: space-between;
background-color: khaki;
}
/*--------- BODY ---------*/
.hide{
display: none;
}
.hideConferma{
display: none;
}
spa... | public/css/homepage.css | body{
margin: 0;
display: flex;
flex-direction: column;
height: 100vh;
}
article {
flex-grow: 1;
flex-direction: column;
justify-content: space-between;
background-color: khaki;
}
/*--------- BODY ---------*/
.hide{
display: none;
}
.hideConferma{
display: none;
}
spa... | 0.223886 | 0.079032 |
.cookie-notice-credits {
float: right;
width: 280px;
background: #fff;
margin: 20px -300px 20px 20px;
position: relative;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.cookie-notice-credits .inner {
padding: 1.33em;
}
.cookie-notice-credits .inner img {
max-width: 80%;
height: auto;
dis... | web/app/plugins/cookie-notice/css/admin.css | .cookie-notice-credits {
float: right;
width: 280px;
background: #fff;
margin: 20px -300px 20px 20px;
position: relative;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.cookie-notice-credits .inner {
padding: 1.33em;
}
.cookie-notice-credits .inner img {
max-width: 80%;
height: auto;
dis... | 0.33231 | 0.057838 |
body {
font-family: Arial, Helvetica, sans-serif;
background: white;
width: 100%;
margin: 0;
display: flex;
justify-content: center;
margin-bottom: 30px;
}
.full-bleed {
width: 100vw;
margin-left: 50%;
transform: translateX(-50%);
}
#container,
.full-bleed .center {
max-wi... | index.css | body {
font-family: Arial, Helvetica, sans-serif;
background: white;
width: 100%;
margin: 0;
display: flex;
justify-content: center;
margin-bottom: 30px;
}
.full-bleed {
width: 100vw;
margin-left: 50%;
transform: translateX(-50%);
}
#container,
.full-bleed .center {
max-wi... | 0.543106 | 0.089853 |
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#smsPopup {
position: absolute;
top: 15%;
left: 50%;
width: 600px;
background: white;
z-index: 2;
margin-left: -300px;
-webkit-box-shadow: 8px 8px 10px rgba(0,0,0,0.2);
... | sms/user-tool/src/webapp/content/css/smsPopup.css | -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#smsPopup {
position: absolute;
top: 15%;
left: 50%;
width: 600px;
background: white;
z-index: 2;
margin-left: -300px;
-webkit-box-shadow: 8px 8px 10px rgba(0,0,0,0.2);
... | 0.419291 | 0.066569 |
1. General
2.Home/Countdown
3.Newsletter
4.Features
5.Contact-Us
*/
/* ==============================================
1.GENERAL
=============================================== */
body{
overflow-x: hidden;
overflow-y: auto;
/* font-family: 'Roboto', sans-serif; */
}
.margin-t-50{
margin-to... | css/style.css | 1. General
2.Home/Countdown
3.Newsletter
4.Features
5.Contact-Us
*/
/* ==============================================
1.GENERAL
=============================================== */
body{
overflow-x: hidden;
overflow-y: auto;
/* font-family: 'Roboto', sans-serif; */
}
.margin-t-50{
margin-to... | 0.347759 | 0.077657 |
.txt-white{
color: #fff;
}
.txt-light{
color: rgb(241, 231, 231);
}
.txt-grey{
color:#444343;
font-weight: 300;
}
.wrapper{
scroll-behavior:smooth;
}
.wrapper .home{
height:100vh;
display: flex;
align-items:center;
padding: 20px 40px;
gap:135px;
}
.wra... | style.css | .txt-white{
color: #fff;
}
.txt-light{
color: rgb(241, 231, 231);
}
.txt-grey{
color:#444343;
font-weight: 300;
}
.wrapper{
scroll-behavior:smooth;
}
.wrapper .home{
height:100vh;
display: flex;
align-items:center;
padding: 20px 40px;
gap:135px;
}
.wra... | 0.349422 | 0.044556 |
a {
color: #0288D1;
}
a:hover {
color: white;
}
body {
background-color: black;
font-family: Helvetica, sans-serif;
}
form {
color: white;
}
h1 {
color: white;
font-size: 1.5em;
margin-top: 0.6em;
margin-bottom: 0.6em;
text-align: center;
}
h2 {
color: white;
font-size: 1... | html/static/styles.css | a {
color: #0288D1;
}
a:hover {
color: white;
}
body {
background-color: black;
font-family: Helvetica, sans-serif;
}
form {
color: white;
}
h1 {
color: white;
font-size: 1.5em;
margin-top: 0.6em;
margin-bottom: 0.6em;
text-align: center;
}
h2 {
color: white;
font-size: 1... | 0.666605 | 0.290795 |
*{margin:0px;padding:0px;}
body{background-color:#e0e0e0;margin:0px;width:100%;margin:auto;font-family:'Titillium Web',Verdana, Arial, sans-serif;color:#5a6e76;font-size:16px;line-height:100%;background:#e0e0e0;}
.block{padding-left:15px;padding-right:15px;margin-bottom:10px;padding:8px;}
.body .block+.block, .main ... | static/combined.css | *{margin:0px;padding:0px;}
body{background-color:#e0e0e0;margin:0px;width:100%;margin:auto;font-family:'Titillium Web',Verdana, Arial, sans-serif;color:#5a6e76;font-size:16px;line-height:100%;background:#e0e0e0;}
.block{padding-left:15px;padding-right:15px;margin-bottom:10px;padding:8px;}
.body .block+.block, .main ... | 0.22919 | 0.051272 |
@import url('https://fonts.googleapis.com/css?family=Oldenburg|New+Rocker&display=swap');
.sheet-abafrente,
.sheet-abaverso {
display: none;
}
/* show the selected tab */
.sheet-typetoggle[value="abafrente"] ~ div.sheet-abafrente,
.sheet-typetoggle[value="abaverso"] ~ div.sheet-abaverso {
display: block;
}
.sheet-... | Arcanas&Ancestrais/arcanas.css | @import url('https://fonts.googleapis.com/css?family=Oldenburg|New+Rocker&display=swap');
.sheet-abafrente,
.sheet-abaverso {
display: none;
}
/* show the selected tab */
.sheet-typetoggle[value="abafrente"] ~ div.sheet-abafrente,
.sheet-typetoggle[value="abaverso"] ~ div.sheet-abaverso {
display: block;
}
.sheet-... | 0.232049 | 0.073663 |
body {
padding-bottom: 1.5rem;
}
/* Custom application button */
.btn {}
.btn-dd {
border-width: 2px;
color: #fff;
background-color: #FFCC00;
border-color: #FFCC00;
}
.btn-dd:hover {
color: #fff;
background-color: #31b0d5;
border-color: #2aabd2;
}
.btn-dd:focus,
.btn-dd.focus {
... | public/css/app.css |
body {
padding-bottom: 1.5rem;
}
/* Custom application button */
.btn {}
.btn-dd {
border-width: 2px;
color: #fff;
background-color: #FFCC00;
border-color: #FFCC00;
}
.btn-dd:hover {
color: #fff;
background-color: #31b0d5;
border-color: #2aabd2;
}
.btn-dd:focus,
.btn-dd.focus {
... | 0.437463 | 0.058453 |
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,... | main/css/style.css | html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,... | 0.496826 | 0.087642 |
.messages {
background: no-repeat 10px 17px; /* LTR */
border: 1px solid;
border-width: 1px 1px 1px 0; /* LTR */
border-radius: 2px;
padding: 15px 20px 15px 20px; /* LTR */
word-wrap: break-word;
overflow-wrap: break-word;
}
[dir="rtl"] .messages {
border-width: 1px 0 1px 1px;
background-position: r... | web/themes/contrib/drupal8_zymphonies_theme/css/base.css | .messages {
background: no-repeat 10px 17px; /* LTR */
border: 1px solid;
border-width: 1px 1px 1px 0; /* LTR */
border-radius: 2px;
padding: 15px 20px 15px 20px; /* LTR */
word-wrap: break-word;
overflow-wrap: break-word;
}
[dir="rtl"] .messages {
border-width: 1px 0 1px 1px;
background-position: r... | 0.381565 | 0.075995 |
.clearfix:after {content:"\0020"; display: block; height: 0;clear: both; visibility: hidden; }
.clearfix {zoom: 1;}
.clear{clear:both;}
body > header {
padding: 5px 40px;
color: #FFF;
background: rgba(0, 0, 0, 0.8);
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 2;
}
body > header hgroup,
body > header n... | jquery/1.9/cheatsheet_css/styles.css | .clearfix:after {content:"\0020"; display: block; height: 0;clear: both; visibility: hidden; }
.clearfix {zoom: 1;}
.clear{clear:both;}
body > header {
padding: 5px 40px;
color: #FFF;
background: rgba(0, 0, 0, 0.8);
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 2;
}
body > header hgroup,
body > header n... | 0.295535 | 0.14247 |
body{
background: #333;
}
@media screen and (max-width: 500px) {
p.temp_n, p.hum_n, p.hinder_n, .light_n {font-size: 1em !important;}
}
/* ๆธฉๆนฟๅบฆๆพ็คบ */
.mes {
width: 99%;
height: 200px;
position: absolute;
top: 10%;
}
.temp, .hum, .hinder, .light {
float: left;
width: 20%;
height: 80%;
... | static/style.css | body{
background: #333;
}
@media screen and (max-width: 500px) {
p.temp_n, p.hum_n, p.hinder_n, .light_n {font-size: 1em !important;}
}
/* ๆธฉๆนฟๅบฆๆพ็คบ */
.mes {
width: 99%;
height: 200px;
position: absolute;
top: 10%;
}
.temp, .hum, .hinder, .light {
float: left;
width: 20%;
height: 80%;
... | 0.256925 | 0.076408 |
--------------------------------------------- */
html {
height: 100%;
}
body {
min-height: 100%;
position: relative;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 1.5;
color: #484848;
}
h1 {
font-size: 2.875em;
font-weight: 800;
line-height: 1.2;
}
@media (min-width: 768px) {
body {
... | css/style.css | --------------------------------------------- */
html {
height: 100%;
}
body {
min-height: 100%;
position: relative;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 1.5;
color: #484848;
}
h1 {
font-size: 2.875em;
font-weight: 800;
line-height: 1.2;
}
@media (min-width: 768px) {
body {
... | 0.35031 | 0.068226 |
span, div, table, button, input {
opacity: 95%;
}
.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
visibility: hidden;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 5px;
position: absolut... | styles.css | span, div, table, button, input {
opacity: 95%;
}
.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
visibility: hidden;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 5px;
position: absolut... | 0.547948 | 0.115761 |
a img,
:link img,
:visited img {
border: none;
}
/*table { border-collapse: collapse; border-spacing: 0; }*/
:focus {
outline: none;
}
/* Structure */
body {
color: #555;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
margin: 0;
text-align: left;
}
.... | webui/private/css/style.css |
a img,
:link img,
:visited img {
border: none;
}
/*table { border-collapse: collapse; border-spacing: 0; }*/
:focus {
outline: none;
}
/* Structure */
body {
color: #555;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
margin: 0;
text-align: left;
}
.... | 0.41478 | 0.075448 |
position: absolute;
width: 100%;
text-align: center;
}
.hide-alerts #popup-text-container {
display: none;
}
#timeline-container {
position: absolute;
top: 0;
left: 0;
width: 220px;
height: 120px;
font-size: 14px;
}
.hide-timeline #timeline-container {
display: none;
}
#t... | ui/raidboss/raidboss.css | position: absolute;
width: 100%;
text-align: center;
}
.hide-alerts #popup-text-container {
display: none;
}
#timeline-container {
position: absolute;
top: 0;
left: 0;
width: 220px;
height: 120px;
font-size: 14px;
}
.hide-timeline #timeline-container {
display: none;
}
#t... | 0.341253 | 0.0524 |
body {
background: #212528;
width: 100%;
height: 100%;
}
h1, h2, h3, h4, h5, h6, p {
color: #cbcbcb;
text-align: center;
letter-spacing: 2px;
font-family: 'Lato', sans-serif;
}
h4, p {
text-align: left;
}
.box {
margin: 2em auto;
background-color:rgba(0,0,0,0.5);
border-radius: 3px;
padd... | app/assets/stylesheets/application.css | body {
background: #212528;
width: 100%;
height: 100%;
}
h1, h2, h3, h4, h5, h6, p {
color: #cbcbcb;
text-align: center;
letter-spacing: 2px;
font-family: 'Lato', sans-serif;
}
h4, p {
text-align: left;
}
.box {
margin: 2em auto;
background-color:rgba(0,0,0,0.5);
border-radius: 3px;
padd... | 0.45181 | 0.081666 |
html,body{
margin: 0px;
padding: 0px;
}
body{
background-color: #2b2b2b;
font-family: 'Montserrat', sans-serif;
}
.navigation{
background-color: #2b2b2b;
color: white;
height: 50px;
animation-name: navegacao;
animation-duration: 4s;
}
.navigation ul{
margin-top: 0px;
list-style: none;
padding-left: 0px;... | public/css/styles.css | html,body{
margin: 0px;
padding: 0px;
}
body{
background-color: #2b2b2b;
font-family: 'Montserrat', sans-serif;
}
.navigation{
background-color: #2b2b2b;
color: white;
height: 50px;
animation-name: navegacao;
animation-duration: 4s;
}
.navigation ul{
margin-top: 0px;
list-style: none;
padding-left: 0px;... | 0.391988 | 0.062617 |
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
/* Variables */
:root {
--background-color: #6f9a8d;
--white-color: #fff;
--grey-color: #777;
--light-grey-color: #f0f0f0;
--success-color: #2ecc71;
--error-color: #e74c3c;
--button-color: #16a085;
--button-hover-color: #1abc9c... | style.css | @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
/* Variables */
:root {
--background-color: #6f9a8d;
--white-color: #fff;
--grey-color: #777;
--light-grey-color: #f0f0f0;
--success-color: #2ecc71;
--error-color: #e74c3c;
--button-color: #16a085;
--button-hover-color: #1abc9c... | 0.395134 | 0.078008 |
@CHARSET "UTF-8";
legend {
display: block;
width: 100%;
padding: 0;
margin: 0;
color: #333;
border: 0;
border-bottom: 1px solid #E5E5E5;
}
select,
input[type="text"],
input[type="number"]{
display: inline-block;
padding: 1px 4px;
line-height: 18px;
color: #555555;
background-color: #ffffff;
... | src/chrome/common.css | @CHARSET "UTF-8";
legend {
display: block;
width: 100%;
padding: 0;
margin: 0;
color: #333;
border: 0;
border-bottom: 1px solid #E5E5E5;
}
select,
input[type="text"],
input[type="number"]{
display: inline-block;
padding: 1px 4px;
line-height: 18px;
color: #555555;
background-color: #ffffff;
... | 0.346762 | 0.106924 |
* WikimediaUI Base v0.9.2
* Wikimedia Foundation user interface base variables
*/
/* Colors */
/* Positioning */
/* Box Model properties */
/* Max Widths */
/* Typography incl. print properties */
/* Other Properties */
/* Animation & Transition */
.oo-ui-icon-alert {
background-image: url('themes/wikimediaui/imag... | node_modules/oojs-ui/dist/oojs-ui-wikimediaui-icons-alerts.rtl.css | * WikimediaUI Base v0.9.2
* Wikimedia Foundation user interface base variables
*/
/* Colors */
/* Positioning */
/* Box Model properties */
/* Max Widths */
/* Typography incl. print properties */
/* Other Properties */
/* Animation & Transition */
.oo-ui-icon-alert {
background-image: url('themes/wikimediaui/imag... | 0.423577 | 0.055056 |
๏ปฟ/*
Animate.css - http://daneden.me/animate
LICENSED UNDER THE GPL LICENSE (GPL) http://www.gnu.org/licenses/gpl.html
Copyright (c) 2013 <NAME>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software wi... | old_site_assets/css/animate-custom.css | ๏ปฟ/*
Animate.css - http://daneden.me/animate
LICENSED UNDER THE GPL LICENSE (GPL) http://www.gnu.org/licenses/gpl.html
Copyright (c) 2013 <NAME>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software wi... | 0.584034 | 0.088033 |
.footer{
background-color: black;
margin-top: 0px;
height: 145px;
padding-top: 20px;
}
#logo2{
height: 70px;
width: 70px;
}
.foot{
text-align: center;
color: blanchedalmond;
}
.social{
text-decoration: none;
list-style-type: none;
}
.footer ul li{
... | cssforindex.css | .footer{
background-color: black;
margin-top: 0px;
height: 145px;
padding-top: 20px;
}
#logo2{
height: 70px;
width: 70px;
}
.foot{
text-align: center;
color: blanchedalmond;
}
.social{
text-decoration: none;
list-style-type: none;
}
.footer ul li{
... | 0.290779 | 0.067516 |
@import url(http://fonts.googleapis.com/css?family=Oxygen:400,700);
/** global **/
body {
margin:0px auto;
padding:0;
font-family: 'Oxygen', 'Helvetica';
font-size: 1.0em;
color:#333;
background:#fff;
}
* {
margin:0;
padding:0;
}
/** element defaults **/
table {
width:100%;
text-align:lef... | styles.css | @import url(http://fonts.googleapis.com/css?family=Oxygen:400,700);
/** global **/
body {
margin:0px auto;
padding:0;
font-family: 'Oxygen', 'Helvetica';
font-size: 1.0em;
color:#333;
background:#fff;
}
* {
margin:0;
padding:0;
}
/** element defaults **/
table {
width:100%;
text-align:lef... | 0.313315 | 0.048677 |