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 |
|---|---|---|---|---|
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");
/* colors:
Forest #1E434C
Rust #9B4F0F
Gold #C99E10 */
/*-------------------- Body --------------------*/
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', ... | client/src/App.css | @import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");
/* colors:
Forest #1E434C
Rust #9B4F0F
Gold #C99E10 */
/*-------------------- Body --------------------*/
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', ... | 0.338296 | 0.065247 |
.container {
position: relative;
min-height: 152px;
flex: 1 1 352px;
border: 1px solid var(--neutral-light-8);
background-color: var(--white);
box-shadow: 0 0 1px 0 var(--tile-shadow-1), 0 1px 0 0 var(--tile-shadow-2), 0 2px 5px -2px var(--tile-shadow-3);
display: flex;
overflow: hidden;
border-radius... | src/components/track/mobile/TrackTile.module.css | .container {
position: relative;
min-height: 152px;
flex: 1 1 352px;
border: 1px solid var(--neutral-light-8);
background-color: var(--white);
box-shadow: 0 0 1px 0 var(--tile-shadow-1), 0 1px 0 0 var(--tile-shadow-2), 0 2px 5px -2px var(--tile-shadow-3);
display: flex;
overflow: hidden;
border-radius... | 0.464416 | 0.080141 |
.svg-ic_adb_24px {
background: url(svg-sprite-notification.svg) 14.285714285714286% 0 no-repeat;
}
.svg-ic_adb_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_airline_seat_flat_24px {
background: url(svg-sprite-notification.svg) 71.42857142857143% 33.333333333333336% no-repeat;
}
.svg-ic_airline_sea... | cedar/static/lib/material-design-icons/sprites/svg-sprite/svg-sprite-notification.css | .svg-ic_adb_24px {
background: url(svg-sprite-notification.svg) 14.285714285714286% 0 no-repeat;
}
.svg-ic_adb_24px-dims {
width: 24px;
height: 24px;
}
.svg-ic_airline_seat_flat_24px {
background: url(svg-sprite-notification.svg) 71.42857142857143% 33.333333333333336% no-repeat;
}
.svg-ic_airline_sea... | 0.350199 | 0.137475 |
padding: 32px 20px 32px 20px !important;
}
#header {
height: 42vh !important;
min-height: 420px;
padding-top: 120px !important;
}
/* index page*/
.header-one {
background: url('../images/header-firstpage.jpg') no-repeat;
height: 60vh !important;
min-height: 520px;
padding-top: 150px !important;
}
/*ab... | css/style-filter.css | padding: 32px 20px 32px 20px !important;
}
#header {
height: 42vh !important;
min-height: 420px;
padding-top: 120px !important;
}
/* index page*/
.header-one {
background: url('../images/header-firstpage.jpg') no-repeat;
height: 60vh !important;
min-height: 520px;
padding-top: 150px !important;
}
/*ab... | 0.308815 | 0.053527 |
@import url(https://fonts.googleapis.com/css?family=Nunito);
body{
overflow: hidden !important;
}
.window-top{
-webkit-user-select: none;
-webkit-app-region: drag;
background-color: #333333;
color: #1A8066;
width: 100%;
padding: 10px 20px 5px 10px;
height: 35px;
}
.window-top-btns{
-webkit-user-select:... | src/renderer/assets/styles/main.css | @import url(https://fonts.googleapis.com/css?family=Nunito);
body{
overflow: hidden !important;
}
.window-top{
-webkit-user-select: none;
-webkit-app-region: drag;
background-color: #333333;
color: #1A8066;
width: 100%;
padding: 10px 20px 5px 10px;
height: 35px;
}
.window-top-btns{
-webkit-user-select:... | 0.183265 | 0.070848 |
ul.main-menu
{
list-style-type: none;
margin: 0px 0px 10px 0px;
padding: 0px;
}
ul.main-menu > li
{
margin: 0;
display: inline;
list... | css/menu.css | ul.main-menu
{
list-style-type: none;
margin: 0px 0px 10px 0px;
padding: 0px;
}
ul.main-menu > li
{
margin: 0;
display: inline;
list... | 0.229276 | 0.043103 |
a {
color: #F90;
text-decoration:underline;
font-weight:normal;
}
.basic {
color: #FFF;
text-align: center;
}
.body_main {
background: #333333;
color: #FFF;
font-family: "Tahoma";
font-style: normal;
font-size: 1vw;
font-weight: normal;
}
.close {
background: #606061;
co... | src/var/www/html/htdocs/airpuff.info/html/web/css/airpuff.css | a {
color: #F90;
text-decoration:underline;
font-weight:normal;
}
.basic {
color: #FFF;
text-align: center;
}
.body_main {
background: #333333;
color: #FFF;
font-family: "Tahoma";
font-style: normal;
font-size: 1vw;
font-weight: normal;
}
.close {
background: #606061;
co... | 0.453988 | 0.143158 |
:root {
--primary: #e3de34;
--secondary: #e3de34;
--tertiary: #e3de34;
--text-color:#515151;
--black:#232323;
--white:#fff;
--gray:#8a8a8a;
--error:#db0404;
}
body {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.map-container {
height: 80vh;
background-color:... | style.css | :root {
--primary: #e3de34;
--secondary: #e3de34;
--tertiary: #e3de34;
--text-color:#515151;
--black:#232323;
--white:#fff;
--gray:#8a8a8a;
--error:#db0404;
}
body {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.map-container {
height: 80vh;
background-color:... | 0.458106 | 0.15876 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.jeuxvideo.com") {
/* Profils */
.content-img-avatar {
border-radius: 75px 75px 75px 75px;
}
.content-img-avatar img {
border-radius: 75px 75px 75px 75px;
}
/* P... | data/usercss/108055.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.jeuxvideo.com") {
/* Profils */
.content-img-avatar {
border-radius: 75px 75px 75px 75px;
}
.content-img-avatar img {
border-radius: 75px 75px 75px 75px;
}
/* P... | 0.173148 | 0.111434 |
:root {
--color-primary: #7c74f2;
--color-secondary: #656565;
--color-darkGray: #323232;
--color-lightGrey: #ededed;
--color-grey: #7f858e;
--color-darkGrey: #4a4d50;
--color-red: #d5716b;
--color-green: #6bd582;
--color-yellow: #f6d798;
--color-blue: #beeaf2;
--color-black: #000509;
--color-err... | dist/minus.css | :root {
--color-primary: #7c74f2;
--color-secondary: #656565;
--color-darkGray: #323232;
--color-lightGrey: #ededed;
--color-grey: #7f858e;
--color-darkGrey: #4a4d50;
--color-red: #d5716b;
--color-green: #6bd582;
--color-yellow: #f6d798;
--color-blue: #beeaf2;
--color-black: #000509;
--color-err... | 0.431824 | 0.155399 |
:root {
--dark-cyan: hsl(185, 75%, 39%);
--very-dark: hsl(229, 23%, 23%);
--dark-gray: hsl(227, 10%, 46%);
--light-gray: hsl(227, 10%, 90%);
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 62.5%;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
box-s... | src/components/css/estilos.css | :root {
--dark-cyan: hsl(185, 75%, 39%);
--very-dark: hsl(229, 23%, 23%);
--dark-gray: hsl(227, 10%, 46%);
--light-gray: hsl(227, 10%, 90%);
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 62.5%;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
box-s... | 0.410993 | 0.109587 |
@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:200,200i,400,400i");
/*
Hyperbolic by Pixelarity
pixel<EMAIL> | <EMAIL>
License: pixelarity.com/license
*/
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acr... | assets/css/main.css | @import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:200,200i,400,400i");
/*
Hyperbolic by Pixelarity
pixel<EMAIL> | <EMAIL>
License: pixelarity.com/license
*/
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acr... | 0.338077 | 0.098079 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
.background{
background-size: 100% 100%;
margin: 0 !important;
background-position: center;
text-align: center;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
height: auto;
position: abso... | src/pages/games/ABCGame1/ABCGame1.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
.background{
background-size: 100% 100%;
margin: 0 !important;
background-position: center;
text-align: center;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
height: auto;
position: abso... | 0.50708 | 0.08196 |
/* OK */
html, body {
height: 100%;
}
/* OK */
body {
margin:0;
padding:0;
font: 12px Tahoma, Helvetica, sans-serif;
line-height: 1.8em;
color: #585858;
background: #fff;
}
/* Top Navbar */
/* OK */
#topnav {
height: 36px;
margin: 0;
background: transparent url("../images/admin/bgoff.png") repeat... | public/stylesheets/administration.css |
/* OK */
html, body {
height: 100%;
}
/* OK */
body {
margin:0;
padding:0;
font: 12px Tahoma, Helvetica, sans-serif;
line-height: 1.8em;
color: #585858;
background: #fff;
}
/* Top Navbar */
/* OK */
#topnav {
height: 36px;
margin: 0;
background: transparent url("../images/admin/bgoff.png") repeat... | 0.227899 | 0.054224 |
.section-borders::before,
.section-borders::after,
.section-borders span,
a.boxed-btn,
.about-slider .owl-dot.active,
.project-hover::after,
#testimonial-slider.owl-carousel .owl-dot.active span,
.flat .plan li.plan-name,
.btn,
.post-date,
.subscribe-area,ul.portfolio li.active,ul.portfolio li:hover,.portfolio-caption{... | public/front-end/assets/switcher/style7.css | .section-borders::before,
.section-borders::after,
.section-borders span,
a.boxed-btn,
.about-slider .owl-dot.active,
.project-hover::after,
#testimonial-slider.owl-carousel .owl-dot.active span,
.flat .plan li.plan-name,
.btn,
.post-date,
.subscribe-area,ul.portfolio li.active,ul.portfolio li:hover,.portfolio-caption{... | 0.355999 | 0.084985 |
.layui-icon-reply-fill:before {
content: "\e611";
}
.layui-icon-set-fill:before {
content: "\e614";
}
.layui-icon-menu-fill:before {
content: "\e60f";
}
.layui-icon-search:before {
content: "\e615";
}
.layui-icon-share:before {
content: "\e641";
}
.layui-icon-set-sm:before {
content: "\e620";
}
.layui-icon-... | lib/icon/style/index.css | .layui-icon-reply-fill:before {
content: "\e611";
}
.layui-icon-set-fill:before {
content: "\e614";
}
.layui-icon-menu-fill:before {
content: "\e60f";
}
.layui-icon-search:before {
content: "\e615";
}
.layui-icon-share:before {
content: "\e641";
}
.layui-icon-set-sm:before {
content: "\e620";
}
.layui-icon-... | 0.427516 | 0.086516 |
body{
padding-right: 0!important;
}
/* brandSelector */
#selector {
overflow: hidden;
border-width: 1px;
border-color: #ddd;
border-style: solid;
border-radius: 8px;
padding: 20px 20px 20px 20px;
margin: 15px 2% 15px 0px;
font-family: "Microsoft YaHei";
width: 98%;
b... | dist/css/style.css | body{
padding-right: 0!important;
}
/* brandSelector */
#selector {
overflow: hidden;
border-width: 1px;
border-color: #ddd;
border-style: solid;
border-radius: 8px;
padding: 20px 20px 20px 20px;
margin: 15px 2% 15px 0px;
font-family: "Microsoft YaHei";
width: 98%;
b... | 0.196209 | 0.039416 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.limpiarEstilos::after {
content: "";
display: table;
clear: both;
}
body {
color: #555;
font-family: Open Sans;
font-size: 16px;
position: relative;
height: 100vh;
... | css/estilos.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.limpiarEstilos::after {
content: "";
display: table;
clear: both;
}
body {
color: #555;
font-family: Open Sans;
font-size: 16px;
position: relative;
height: 100vh;
... | 0.382372 | 0.116337 |
body {
margin: 0;
padding: 0;
line-height: 1.5em;
font-family: Verdana, Arial, san-serif;
font-size: 11px;
color: #ffffff;
background: #4b4743;
}
a:link, a:visited { color: #e6e154; text-decoration: none; font-weight: bold;}
a:active, a:hover { color: #e6e154; text-decoration: underline;}
p {
margin: 0;
pad... | assets/css/common_style.css | body {
margin: 0;
padding: 0;
line-height: 1.5em;
font-family: Verdana, Arial, san-serif;
font-size: 11px;
color: #ffffff;
background: #4b4743;
}
a:link, a:visited { color: #e6e154; text-decoration: none; font-weight: bold;}
a:active, a:hover { color: #e6e154; text-decoration: underline;}
p {
margin: 0;
pad... | 0.207255 | 0.078325 |
html, body {
height: 100%;
width: 100%;
background: #181926;
color: #bec6d7;
overflow: hidden;
}
input[type="text"],
select.form-control {
height: 30px;
margin:auto;
margin-left: 200px;
float: left;
width: calc(100% - 360px);
color: #86899e;
border: none;
ba... | src/includes/style/main.css | html, body {
height: 100%;
width: 100%;
background: #181926;
color: #bec6d7;
overflow: hidden;
}
input[type="text"],
select.form-control {
height: 30px;
margin:auto;
margin-left: 200px;
float: left;
width: calc(100% - 360px);
color: #86899e;
border: none;
ba... | 0.617974 | 0.123445 |
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transition-duration: 0ms !important;
transition-duration: 0ms !important;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable... | vendors/lightgallery/css/lg-zoom.css | .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transition-duration: 0ms !important;
transition-duration: 0ms !important;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable... | 0.322313 | 0.04489 |
.s3bubble-swal2-modal {
background: rgb(7, 6, 5) !important;
}
.s3bubble-swal2-modal .s3bubble-swal2-title {
color: #fff !important;
}
.modal-section {
padding: 2em 5%;
text-align: center;
background-color: #03bb91;
z-index: 999999
}
.modal-section p {
margin: 2em 0;
line-height: 1.6;
color: #ffff... | dist/css/modal.css | .s3bubble-swal2-modal {
background: rgb(7, 6, 5) !important;
}
.s3bubble-swal2-modal .s3bubble-swal2-title {
color: #fff !important;
}
.modal-section {
padding: 2em 5%;
text-align: center;
background-color: #03bb91;
z-index: 999999
}
.modal-section p {
margin: 2em 0;
line-height: 1.6;
color: #ffff... | 0.380874 | 0.109658 |
body {
font-family: 'PT Sans', sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 23px;
background-color: #ffffff;
color: #000000; }
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
=========================================================================... | web/css/style.css | body {
font-family: 'PT Sans', sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 23px;
background-color: #ffffff;
color: #000000; }
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
=========================================================================... | 0.619241 | 0.084304 |
@font-face {
font-family: varelaRound-regular;
src: url(../../statics/fonts/VarelaRound-Regular.ttf);
}
@font-face {
font-family: roboto-black;
src: url(../../statics/fonts/Roboto-Black.ttf);
}
@font-face {
font-family: roboto-bold;
src: url(../../statics/fonts/Roboto-Bold.ttf);
}
@font-face {
... | src/styles/styles.css | @font-face {
font-family: varelaRound-regular;
src: url(../../statics/fonts/VarelaRound-Regular.ttf);
}
@font-face {
font-family: roboto-black;
src: url(../../statics/fonts/Roboto-Black.ttf);
}
@font-face {
font-family: roboto-bold;
src: url(../../statics/fonts/Roboto-Bold.ttf);
}
@font-face {
... | 0.317109 | 0.092155 |
@import 'https://fonts.googleapis.com/css?family=Roboto';
* {
padding: 0;
margin: 0;
font-family: 'Roboto', sans-serif;
color: #FFFFFF; }
.space {
flex: 1; }
body {
background-image: url("../img/cover-juiz-fora.png");
background-size: cover;
background-position: center; }
.header-navegation {
margi... | src/site/css/main.css | @import 'https://fonts.googleapis.com/css?family=Roboto';
* {
padding: 0;
margin: 0;
font-family: 'Roboto', sans-serif;
color: #FFFFFF; }
.space {
flex: 1; }
body {
background-image: url("../img/cover-juiz-fora.png");
background-size: cover;
background-position: center; }
.header-navegation {
margi... | 0.268366 | 0.074467 |
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Google+Sans:400,500,700');
html {
scroll-behavior: smooth;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 500px) {
body .section {
padding: 50px 0;
}
}
@media screen and (max-width: 1288px) {
... | style.css | @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Google+Sans:400,500,700');
html {
scroll-behavior: smooth;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 500px) {
body .section {
padding: 50px 0;
}
}
@media screen and (max-width: 1288px) {
... | 0.350866 | 0.072768 |
html,
body {
margin: 0;
padding: 0;
background-color: white;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
left: 0;
right: 0;
width: auto;
}
a {
outline: none;
cursor: pointer;
}
img {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-selec... | css/frame.css | html,
body {
margin: 0;
padding: 0;
background-color: white;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
left: 0;
right: 0;
width: auto;
}
a {
outline: none;
cursor: pointer;
}
img {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-selec... | 0.436142 | 0.054853 |
html {
height:100%;
}
body {
font: 13px helvetica,arial,freesans,clean,sans-serif;
line-height: 1.4em;
background-color: #fff;
color: #393939;
margin: 0px;
padding: 0px;
height: 100%;
}
p {
margin: 1em 0;
}
h1 {
font-size: 20px;
border-bottom: 1px solid #cccccc;
padding: .5em 0;
margin: 2em... | css/github.css | html {
height:100%;
}
body {
font: 13px helvetica,arial,freesans,clean,sans-serif;
line-height: 1.4em;
background-color: #fff;
color: #393939;
margin: 0px;
padding: 0px;
height: 100%;
}
p {
margin: 1em 0;
}
h1 {
font-size: 20px;
border-bottom: 1px solid #cccccc;
padding: .5em 0;
margin: 2em... | 0.416559 | 0.159839 |
* {
margin: 0;
}
html {
width: 100%;
height: auto;
font-size: 16px;
}
@media (min-width: 1180px) and (max-width: 1600px) {
html {
font-size: 14px;
}
}
body {
height: 100%;
-webkit-font-smoothing: antialiased;
}
/*CSS Grid Begins */
@supports (display: grid) {
#homewrapper {
width: 100%;
... | css/home.css | * {
margin: 0;
}
html {
width: 100%;
height: auto;
font-size: 16px;
}
@media (min-width: 1180px) and (max-width: 1600px) {
html {
font-size: 14px;
}
}
body {
height: 100%;
-webkit-font-smoothing: antialiased;
}
/*CSS Grid Begins */
@supports (display: grid) {
#homewrapper {
width: 100%;
... | 0.321247 | 0.104889 |
.TaskBar {
height: 60px;
padding: 0px;
width: 100%;
max-width: 100%;
display: inline-block;
text-align: left;
background-color: #003057;
border-bottom: 1px solid #002046;
vertical-align: middle;
position: relative;
}
.appIcon {
height: 78%;
width: 192px;
margin: 5px... | client/src/components/login/TaskBar.css |
.TaskBar {
height: 60px;
padding: 0px;
width: 100%;
max-width: 100%;
display: inline-block;
text-align: left;
background-color: #003057;
border-bottom: 1px solid #002046;
vertical-align: middle;
position: relative;
}
.appIcon {
height: 78%;
width: 192px;
margin: 5px... | 0.479991 | 0.092647 |
.apps-filter {
border-radius: 5px;
}
@media (max-width: 1460px) {
.apps-filter {
max-width: 700px;
}
}
/* Main Layout
/* ---------------------------------------------------------- */
.integrations-directory {
display: grid;
justify-content: space-between;
grid-template-columns: 1fr 1fr... | app/styles/layouts/apps.css | .apps-filter {
border-radius: 5px;
}
@media (max-width: 1460px) {
.apps-filter {
max-width: 700px;
}
}
/* Main Layout
/* ---------------------------------------------------------- */
.integrations-directory {
display: grid;
justify-content: space-between;
grid-template-columns: 1fr 1fr... | 0.512449 | 0.147832 |
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%; }
.first-col {
text-align: right !important;
word-break: normal !important; }
.header-col {
text-align: right !important;
word-break: normal !important;
color: #73fbe0 !important;
width: 20%; }
.single-col-header {
text-align: cen... | dist/stylesheets/blockchain-explorer.css | table {
border-collapse: collapse;
border-spacing: 0;
width: 100%; }
.first-col {
text-align: right !important;
word-break: normal !important; }
.header-col {
text-align: right !important;
word-break: normal !important;
color: #73fbe0 !important;
width: 20%; }
.single-col-header {
text-align: cen... | 0.561575 | 0.116991 |
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.eot");
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
url("./Flaticon.woff2") format("woff2"),
url("./Flaticon.woff") format("woff"),
url("./Flaticon.ttf") format("truetype"),
url("./Flaticon.svg#Flaticon") form... | assets/fonts/flaticon.css | @font-face {
font-family: "Flaticon";
src: url("./Flaticon.eot");
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
url("./Flaticon.woff2") format("woff2"),
url("./Flaticon.woff") format("woff"),
url("./Flaticon.ttf") format("truetype"),
url("./Flaticon.svg#Flaticon") form... | 0.374448 | 0.209409 |
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%... | Paginas web/Gyro + Arduino + Processing _ Odis Harkins _ All for Him and For His Glory_arquivos/framework.css | article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%... | 0.401219 | 0.068475 |
@charset "utf-8";
/* CSS Document */
body{
padding:0;
margin:0;
position:relative;
color:#666;
font-family:"宋体","微软雅黑";
font-size:12px;
line-height:20px;
}
img{
display:block;
}
li img{
border:0;
}
a img{
border:0;
}
a{
color:#666;
text-decoration:none;
}
.hotestTags{
cursor: pointer;
}
button{
cursor: ... | trunk/WebRoot/css/commons.css | @charset "utf-8";
/* CSS Document */
body{
padding:0;
margin:0;
position:relative;
color:#666;
font-family:"宋体","微软雅黑";
font-size:12px;
line-height:20px;
}
img{
display:block;
}
li img{
border:0;
}
a img{
border:0;
}
a{
color:#666;
text-decoration:none;
}
.hotestTags{
cursor: pointer;
}
button{
cursor: ... | 0.10115 | 0.03622 |
margin: 0 auto;
}
#su-header .span2,
#su-footer .span2 {
display: block;
min-height: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#su-header .span10,
#su-footer .span10 {
display: block;
min-height: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: ... | lms/static/css/vendor/su-identity.css | margin: 0 auto;
}
#su-header .span2,
#su-footer .span2 {
display: block;
min-height: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#su-header .span10,
#su-footer .span10 {
display: block;
min-height: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: ... | 0.22465 | 0.063482 |
* {
font-family: "微软雅黑";
box-sizing: border-box;
}
body, html {
padding: 0;
margin: 0;
}
#main {
margin: auto;
width: 980px;
text-align: center;
}
#main:after {
content: '';
display: table;
clear: both;
}
.title {
text-align: center;
min-width: 980px;
}
#input-box, #r... | core.css | * {
font-family: "微软雅黑";
box-sizing: border-box;
}
body, html {
padding: 0;
margin: 0;
}
#main {
margin: auto;
width: 980px;
text-align: center;
}
#main:after {
content: '';
display: table;
clear: both;
}
.title {
text-align: center;
min-width: 980px;
}
#input-box, #r... | 0.432543 | 0.156395 |
* Bootstrap v4.5.0 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red:... | public/assets/css/vendors.css | * Bootstrap v4.5.0 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red:... | 0.767908 | 0.08152 |
:host {
--countdown-timer-display: none;
--time-display: initial;
}
app-header-layout {
background-color: var(--primary-background-color);
}
app-header {
text-align: center;
}
app-toolbar ha-menu-button + [main-title] {
margin-left: -50px;
}
#container ::slotted(.content) {
padding: 15px;
}
.shake{
... | www/alarm/alarm.css | :host {
--countdown-timer-display: none;
--time-display: initial;
}
app-header-layout {
background-color: var(--primary-background-color);
}
app-header {
text-align: center;
}
app-toolbar ha-menu-button + [main-title] {
margin-left: -50px;
}
#container ::slotted(.content) {
padding: 15px;
}
.shake{
... | 0.405213 | 0.085901 |
html{
height: 100%;
background: radial-gradient(circle, #fff, #ccc);
}
#container{
height: 400px;
width: 550px;
background-color: #9DD2EA;
margin: 100px auto;
padding: 20px;
border-radius: 10px;
box-shadow: 0px 4px 0px 0px #009DE4;
/*box-shadow: [horizontal offset] [vertical of... | 2. Maths Game (JS)/styling.css | html{
height: 100%;
background: radial-gradient(circle, #fff, #ccc);
}
#container{
height: 400px;
width: 550px;
background-color: #9DD2EA;
margin: 100px auto;
padding: 20px;
border-radius: 10px;
box-shadow: 0px 4px 0px 0px #009DE4;
/*box-shadow: [horizontal offset] [vertical of... | 0.476092 | 0.117699 |
.upgrade-status .project {
font-size: 110%;
padding: 0.3em 0 0 1em;
}
.upgrade-status .project .collapse-icon {
margin: 0 .3em 0 0;
padding: .4em .8em .7em 0;
display: block;
float: left;
cursor: pointer;
}
.upgrade-status .project .project-title {
font-weight: bold;
}
.upgrade-status .project .existi... | _src/08/code/migration6/sites/all/modules/upgrade_status/upgrade_status.css |
.upgrade-status .project {
font-size: 110%;
padding: 0.3em 0 0 1em;
}
.upgrade-status .project .collapse-icon {
margin: 0 .3em 0 0;
padding: .4em .8em .7em 0;
display: block;
float: left;
cursor: pointer;
}
.upgrade-status .project .project-title {
font-weight: bold;
}
.upgrade-status .project .existi... | 0.432543 | 0.107017 |
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* ht... | css/main.css | /* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* ht... | 0.59302 | 0.09556 |
a {
color:#0a0a0a;
}
body {
background: url("../img/financial_BG-2.jpg") no-repeat center center fixed;
background-size: cover;
font-family: 'Montserrat', sans-serif;
}
.card-divider {
font-weight: 750;
}
div > li {
list-style-type: none;
text-align: left;
padding: 10px;
}
h3 {
p... | assets/css/style.css | a {
color:#0a0a0a;
}
body {
background: url("../img/financial_BG-2.jpg") no-repeat center center fixed;
background-size: cover;
font-family: 'Montserrat', sans-serif;
}
.card-divider {
font-weight: 750;
}
div > li {
list-style-type: none;
text-align: left;
padding: 10px;
}
h3 {
p... | 0.381565 | 0.198025 |
* Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE fi... | node_modules/@zippytech/react-toolkit/Panel/index.css | * Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE fi... | 0.870845 | 0.050075 |
/**
* Correct `block` display not defined in IE 8/9.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
/**
* Correct `inline-block` display not defined in IE 8/9.
*/
audio,
canvas,
video {
display: inline-block;
}
/**
* Prevent modern br... | public/css/docs-compiled.css | /**
* Correct `block` display not defined in IE 8/9.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
/**
* Correct `inline-block` display not defined in IE 8/9.
*/
audio,
canvas,
video {
display: inline-block;
}
/**
* Prevent modern br... | 0.714429 | 0.092319 |
@font-face {
font-family: 'icon';
src: url('fonts/icon.eot?tv2nva');
src: url('fonts/icon.eot?tv2nva#iefix') format('embedded-opentype'),
url('fonts/icon.ttf?tv2nva') format('truetype'),
url('fonts/icon.woff?tv2nva') format('woff'),
url('fonts/icon.svg?tv2nva#icon') format('svg');
font-weight: nor... | app/styles/iconfont.css | @font-face {
font-family: 'icon';
src: url('fonts/icon.eot?tv2nva');
src: url('fonts/icon.eot?tv2nva#iefix') format('embedded-opentype'),
url('fonts/icon.ttf?tv2nva') format('truetype'),
url('fonts/icon.woff?tv2nva') format('woff'),
url('fonts/icon.svg?tv2nva#icon') format('svg');
font-weight: nor... | 0.269806 | 0.079496 |
body{
margin:0;
padding:0;
}
.container{
width:100%;
height:auto;
background-color:#ffffff;
}
.header{
width:100%;
height:100px;
background-color:#efacda;
}
.wrapper{
margin:0 auto;
width:100%;
}
.northHeader{
width:100%;
height:100px;
background-color:#b0a1a1;
text-decoration:bold;
position:rel... | css/New folder/myStyleNorthIndiaPlace.css | body{
margin:0;
padding:0;
}
.container{
width:100%;
height:auto;
background-color:#ffffff;
}
.header{
width:100%;
height:100px;
background-color:#efacda;
}
.wrapper{
margin:0 auto;
width:100%;
}
.northHeader{
width:100%;
height:100px;
background-color:#b0a1a1;
text-decoration:bold;
position:rel... | 0.402157 | 0.058185 |
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
*{
box-sizing: border-box;
}
body{
width: 100%;
height: 100vh;
padding:0;
margin:0;
background: url('/static/login/img/indexbbb.png');
background-repeat: no-repeat;
background-size: contain;
background-color: #da0813;
display: flex;... | ananas/login/static/login/css/connexion.css | @import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
*{
box-sizing: border-box;
}
body{
width: 100%;
height: 100vh;
padding:0;
margin:0;
background: url('/static/login/img/indexbbb.png');
background-repeat: no-repeat;
background-size: contain;
background-color: #da0813;
display: flex;... | 0.206414 | 0.052863 |
#skel-layers-wrapper {
padding-top: 44px;
}
header.major {
padding-bottom: 2em;
}
header h2 {
line-height: 1.2em;
font-size: 1.8em;
}
header .byline {
padding-top: 0.50em;
font-size: 1.1em;
}
/* Layers */
#titleBar {
background: #001627;
height: 44px;
line-height: 44px;
}
#titleBar ... | css/style-narrower.css |
#skel-layers-wrapper {
padding-top: 44px;
}
header.major {
padding-bottom: 2em;
}
header h2 {
line-height: 1.2em;
font-size: 1.8em;
}
header .byline {
padding-top: 0.50em;
font-size: 1.1em;
}
/* Layers */
#titleBar {
background: #001627;
height: 44px;
line-height: 44px;
}
#titleBar ... | 0.254787 | 0.124745 |
@import url(https://fonts.googleapis.com/css?family=Raleway:300,500,600,700,900);
/*base*/
h1 {
font-weight: 700;
}
h3 {
font-weight: 700;
font-size: 50px;
}
h2 {
font-weight: 700;
font-size: 2.5rem;
margin: 0.67em 0;
}
h4 {
font-size: 1.5rem;
font-weight: 700;
}
html {
font-fam... | public/css/style.css | @import url(https://fonts.googleapis.com/css?family=Raleway:300,500,600,700,900);
/*base*/
h1 {
font-weight: 700;
}
h3 {
font-weight: 700;
font-size: 50px;
}
h2 {
font-weight: 700;
font-size: 2.5rem;
margin: 0.67em 0;
}
h4 {
font-size: 1.5rem;
font-weight: 700;
}
html {
font-fam... | 0.304869 | 0.076167 |
@charset "utf-8";
/* CSS Document */
body{color:#000;font:12px/1.6 Verdana, Helvetica, sans-serif;text-align:center;}
*{margin:0;padding:0;}
input,select{font-size:12px;vertical-align:middle;}
body div{text-align:left;}
textarea,input{word-wrap:break-word;word-break:break-all;padding:0px;}
li{list-style-type:none;}
im... | templates/yujiaolong/css/base.css | @charset "utf-8";
/* CSS Document */
body{color:#000;font:12px/1.6 Verdana, Helvetica, sans-serif;text-align:center;}
*{margin:0;padding:0;}
input,select{font-size:12px;vertical-align:middle;}
body div{text-align:left;}
textarea,input{word-wrap:break-word;word-break:break-all;padding:0px;}
li{list-style-type:none;}
im... | 0.293 | 0.17434 |
@charset "UTF-8";
/* CSS Document */
/*--------------------------- <start> COLORS ---------------------------*/
/*_______________________________
HEX COLOR USED
------- ---------- ---
#63dbd8 cyan-blue ?
#e09927 orange ?
#51bc3f green ?
#2c2a9e blue ?
#dee256 yellow ?
... | css/style.css | @charset "UTF-8";
/* CSS Document */
/*--------------------------- <start> COLORS ---------------------------*/
/*_______________________________
HEX COLOR USED
------- ---------- ---
#63dbd8 cyan-blue ?
#e09927 orange ?
#51bc3f green ?
#2c2a9e blue ?
#dee256 yellow ?
... | 0.152663 | 0.046292 |
@charset "UTF-8";
@import "../css/vendor/normalize.css";
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,700);
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-ms-keyframes fade... | css/trip.css | @charset "UTF-8";
@import "../css/vendor/normalize.css";
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,700);
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-ms-keyframes fade... | 0.382026 | 0.084985 |
@charset "utf-8";
/* CSS Document */
/***
* uimaker
* http://www.uimaker.com
* e-mail: <EMAIL>
*/
body{
background-image:url(../images/loginbg3.png);
background-repeat:no-repeat;
background-position:center top;
overflow:hidden;
background-color:#1c77ac !important;
}
/*cloud*/
... | ontheroad/Public/Admin/Login/css/style.css | @charset "utf-8";
/* CSS Document */
/***
* uimaker
* http://www.uimaker.com
* e-mail: <EMAIL>
*/
body{
background-image:url(../images/loginbg3.png);
background-repeat:no-repeat;
background-position:center top;
overflow:hidden;
background-color:#1c77ac !important;
}
/*cloud*/
... | 0.25618 | 0.042662 |
.header-top {
background: #333333;
max-width: 100%;
width: 100%; }
.header-top .row-nav {
display: flex;
height: 50px;
line-height: 50px;
margin: 0; }
.header-top .row-nav .list {
padding: 3px 6px;
margin-left: 5px; }
.header-top .row-nav .list__item {
color: #fff;
... | public/frontend/css/header.css | .header-top {
background: #333333;
max-width: 100%;
width: 100%; }
.header-top .row-nav {
display: flex;
height: 50px;
line-height: 50px;
margin: 0; }
.header-top .row-nav .list {
padding: 3px 6px;
margin-left: 5px; }
.header-top .row-nav .list__item {
color: #fff;
... | 0.473414 | 0.039453 |
.product-html,
.product-body {
height: 100%;
width: 100%;
margin: 0;
font-family: 'Roboto', sans-serif;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 5%;
display: flex;
}
/* Columns */
.left-column {
width: 65%;
margin-top: 60px;
position: relative;
}
.right-column {
width: 35%;
... | src/components/itemPage/itemPage.css | .product-html,
.product-body {
height: 100%;
width: 100%;
margin: 0;
font-family: 'Roboto', sans-serif;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 5%;
display: flex;
}
/* Columns */
.left-column {
width: 65%;
margin-top: 60px;
position: relative;
}
.right-column {
width: 35%;
... | 0.46952 | 0.066721 |
body
{
BACKGROUND: white; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 100%; COLOR: black; PADDING-TOP: 0px;
font: normal 8pt verdana,arial,helvetica;
color: #000000;
}
DIV#header {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px;
PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: ... | site.css | body
{
BACKGROUND: white; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 100%; COLOR: black; PADDING-TOP: 0px;
font: normal 8pt verdana,arial,helvetica;
color: #000000;
}
DIV#header {
BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px;
PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: ... | 0.26322 | 0.074703 |
@import url(
https://fonts.googleapis.com/css?family=Open+Sans:400,
600,
700,
300
);
@import url(
https://fonts.googleapis.com/css?family=Raleway:400,
800,
700,
600,
500,
300
);
@import url("../fonts/Poppins.otf");
@import url("../fonts/PlayfairDisplay.otf");
html,
body {
height: 100%;
}
.floatle... | browndome/static/assets/css/style.css | @import url(
https://fonts.googleapis.com/css?family=Open+Sans:400,
600,
700,
300
);
@import url(
https://fonts.googleapis.com/css?family=Raleway:400,
800,
700,
600,
500,
300
);
@import url("../fonts/Poppins.otf");
@import url("../fonts/PlayfairDisplay.otf");
html,
body {
height: 100%;
}
.floatle... | 0.345436 | 0.086593 |
@charset "UTF-8";
/* -------------------------------------------------
* 公共部分
* ------------------------------------------------- */
body {
background: #e5e5e5 url(../../assets/images/background.png);
width: 100%;
overflow-x: hidden;
padding: 1rem 10%;
padding-bottom: 0;
box-sizing: border-box;
... | assets/css/index.css | @charset "UTF-8";
/* -------------------------------------------------
* 公共部分
* ------------------------------------------------- */
body {
background: #e5e5e5 url(../../assets/images/background.png);
width: 100%;
overflow-x: hidden;
padding: 1rem 10%;
padding-bottom: 0;
box-sizing: border-box;
... | 0.296654 | 0.044764 |
.groups_user_table, .groups_table{
width: 100%;
}
.groupemailtext{
max-width: 600px;
}
.group_email_sub{
width:50%;
}
.nss_plugin_license_email {
min-width:30%;
}
.button_delete_course_data{
background-color: Red; color: white; padding: 10px 5px;
}
.cert_shortcode_parm_list{
margin: 20px 30px;
list-style: initial;
... | web/app/plugins/sfwd-lms/assets/css/style.css | .groups_user_table, .groups_table{
width: 100%;
}
.groupemailtext{
max-width: 600px;
}
.group_email_sub{
width:50%;
}
.nss_plugin_license_email {
min-width:30%;
}
.button_delete_course_data{
background-color: Red; color: white; padding: 10px 5px;
}
.cert_shortcode_parm_list{
margin: 20px 30px;
list-style: initial;
... | 0.241042 | 0.087564 |
body {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
font-family: Helvetica, sans-serif;
vertical-align: baseline;
}
/*
------------------------------------
Display
------------------------------------ */
#display {
font-weight: normal;
font-size: 2em;
text-... | style.css | body {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
font-family: Helvetica, sans-serif;
vertical-align: baseline;
}
/*
------------------------------------
Display
------------------------------------ */
#display {
font-weight: normal;
font-size: 2em;
text-... | 0.323487 | 0.047052 |
/*body {background-color:#eeeeee;}
#wrapper { width:900px; margin:0px auto; background-color:#ffffff;}
#top {background-image:url('800x518_Vector-Topographic-Map-Contours-Preview-1.jpg'); background-attachment:fixed; width:100%; padding:20px 0; overflow:hidden; }
#logo { margin:0 0 0 10px; float:left; }
#s... | CSS/styles5.css | /*body {background-color:#eeeeee;}
#wrapper { width:900px; margin:0px auto; background-color:#ffffff;}
#top {background-image:url('800x518_Vector-Topographic-Map-Contours-Preview-1.jpg'); background-attachment:fixed; width:100%; padding:20px 0; overflow:hidden; }
#logo { margin:0 0 0 10px; float:left; }
#s... | 0.361277 | 0.158337 |
* {
box-sizing: border-box;
transition: 0.35s ease;
}
.rela-block {
display: block;
position: relative;
margin: auto;
top: ;
left: ;
right: ;
bottom: ;
}
.rela-inline {
display: inline-block;
position: relative;
margin: auto;
top: ;
left: ;
right: ;
bottom: ;
}
.floated {
display: inli... | style.css | * {
box-sizing: border-box;
transition: 0.35s ease;
}
.rela-block {
display: block;
position: relative;
margin: auto;
top: ;
left: ;
right: ;
bottom: ;
}
.rela-inline {
display: inline-block;
position: relative;
margin: auto;
top: ;
left: ;
right: ;
bottom: ;
}
.floated {
display: inli... | 0.565659 | 0.092565 |
.sidebar .nav-link i, .sidebar .navbar .dropdown-toggle i, .navbar .sidebar .dropdown-toggle i {
display: inline-block;
width: 20px;
margin: 0 0.5rem 0 0;
font-size: 18px;
color: rgb(255,255,255);
text-align: center;
}
.sidebar .nav-link:hover i, .sidebar .navbar .dropdown-toggle:... | public/css/styleHotel.css | .sidebar .nav-link i, .sidebar .navbar .dropdown-toggle i, .navbar .sidebar .dropdown-toggle i {
display: inline-block;
width: 20px;
margin: 0 0.5rem 0 0;
font-size: 18px;
color: rgb(255,255,255);
text-align: center;
}
.sidebar .nav-link:hover i, .sidebar .navbar .dropdown-toggle:... | 0.345547 | 0.068413 |
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
/*===== VARIABLES CSS =====*/
:root {
--header-height: 3rem;
--nav-width: 68px;
/*===== Colors =====*/
--firs... | assets/css/styles.css | @import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
/*===== VARIABLES CSS =====*/
:root {
--header-height: 3rem;
--nav-width: 68px;
/*===== Colors =====*/
--firs... | 0.240239 | 0.07208 |
.ng_cal_cal_frame_table .ng-button {font-size:small;}
.ng_cal_cal_frame_table .ng-button-bevel {height:15px; overflow:hidden;}
.ng_cal_right_month_td {text-align:right;}
.ng_cal_left_month_td {text-align:left;}
.ng_cal_today {}
.ng_cal_months_group_table {width:100%;
border-collapse:separate;}
.ng_cal_month_group_t... | public/js/assets/components/calendar/css/ng_cal_style.css | .ng_cal_cal_frame_table .ng-button {font-size:small;}
.ng_cal_cal_frame_table .ng-button-bevel {height:15px; overflow:hidden;}
.ng_cal_right_month_td {text-align:right;}
.ng_cal_left_month_td {text-align:left;}
.ng_cal_today {}
.ng_cal_months_group_table {width:100%;
border-collapse:separate;}
.ng_cal_month_group_t... | 0.209915 | 0.419648 |
main.home {
display: block;
top: 3.5em;
padding: 0;
color: rgba(0, 0, 34, 1);
}
main.home > section,
main.home > footer {
padding: 0;
margin: 0;
max-width: 100vw;
}
main.home > header {
background-color: rgba(92, 45, 145, 0.8);
width: 100%;
margin: 0;
height: 54%;
paddi... | apps/website/assets/css/home/style.css | main.home {
display: block;
top: 3.5em;
padding: 0;
color: rgba(0, 0, 34, 1);
}
main.home > section,
main.home > footer {
padding: 0;
margin: 0;
max-width: 100vw;
}
main.home > header {
background-color: rgba(92, 45, 145, 0.8);
width: 100%;
margin: 0;
height: 54%;
paddi... | 0.561936 | 0.114369 |
body
{
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
z-index: -15;
overflow: hidden;
}
/* Icons */
.icons-container{
position: absolute;
height: 20%;
width: 10%;
top: -3%;
right: 7%;
display: flex;
flex-direction: row;
align-items: center;
justify-cont... | styles/egypt.css | body
{
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
z-index: -15;
overflow: hidden;
}
/* Icons */
.icons-container{
position: absolute;
height: 20%;
width: 10%;
top: -3%;
right: 7%;
display: flex;
flex-direction: row;
align-items: center;
justify-cont... | 0.714927 | 0.085939 |
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400|Raleway:300,400,500,600,700");
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 300;
src: local("Montserrat"), url("fonts/Montserrat/Montserrat-Light.ttf") format("ttf");
}
@font-face {
font-family: "Mont... | style.css | @import url("https://fonts.googleapis.com/css?family=Montserrat:300,400|Raleway:300,400,500,600,700");
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 300;
src: local("Montserrat"), url("fonts/Montserrat/Montserrat-Light.ttf") format("ttf");
}
@font-face {
font-family: "Mont... | 0.306423 | 0.045522 |
html,body {
background-color: #004531;
}
a {
opacity: .9;
}
a:hover {
opacity: 1;
}
.portlet-body td a {
color: yellow;
}
.portlet-body td a:hover {
color: #fff;
}
.font-green {
color: #fff !important;
}
.page-content {
background: url(../img/bg-content.jpg) no-repeat bottom center #017a5a;
padding: 32... | public/css/page.css | html,body {
background-color: #004531;
}
a {
opacity: .9;
}
a:hover {
opacity: 1;
}
.portlet-body td a {
color: yellow;
}
.portlet-body td a:hover {
color: #fff;
}
.font-green {
color: #fff !important;
}
.page-content {
background: url(../img/bg-content.jpg) no-repeat bottom center #017a5a;
padding: 32... | 0.428233 | 0.110184 |
body {
/*background-color: #212121; /* dark grey */
/*background-image: url('../images/coverimage.jpg');
background-size: cover; */
background-color: #f7f7f7;
font-family: 'Raleway', sans-serif;
}
header {
background-color:#212121;
box-shadow: 0 -1px 2px #111111;
color:#fff;
display:block;
... | src/css/login_style.css | body {
/*background-color: #212121; /* dark grey */
/*background-image: url('../images/coverimage.jpg');
background-size: cover; */
background-color: #f7f7f7;
font-family: 'Raleway', sans-serif;
}
header {
background-color:#212121;
box-shadow: 0 -1px 2px #111111;
color:#fff;
display:block;
... | 0.335677 | 0.0537 |
@font-face {
font-family: 'Open Sans';
src: url('webfonts/opensans_regular_cyrillic/OpenSans-Regular-webfont.eot');
src: url('webfonts/opensans_regular_cyrillic/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('webfonts/opensans_regular_cyrillic/OpenSans-Regular-webfont.woff')... | stylesheets/octavia.css | @font-face {
font-family: 'Open Sans';
src: url('webfonts/opensans_regular_cyrillic/OpenSans-Regular-webfont.eot');
src: url('webfonts/opensans_regular_cyrillic/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('webfonts/opensans_regular_cyrillic/OpenSans-Regular-webfont.woff')... | 0.229622 | 0.058831 |
html
{ height: 100%;}
*
{ margin: 0;
padding: 0;}
body
{ font: normal 85% Arial, Helvetica, sans-serif;
color: #000;
}
p
{ padding: 0 0 10px 0;
color: #FFF;
line-height: 1.7em;
font-size: 100% }
img
{ border: 0;}
h1, h2, h3, h4, h5, h6
{ font: normal 175% Arial, Helvetica, sans-serif;
color... | src/main/webapp/app/app.css | html
{ height: 100%;}
*
{ margin: 0;
padding: 0;}
body
{ font: normal 85% Arial, Helvetica, sans-serif;
color: #000;
}
p
{ padding: 0 0 10px 0;
color: #FFF;
line-height: 1.7em;
font-size: 100% }
img
{ border: 0;}
h1, h2, h3, h4, h5, h6
{ font: normal 175% Arial, Helvetica, sans-serif;
color... | 0.298594 | 0.110904 |
html{
scroll-behavior: smooth;
font-size: 18px;
font-weight: 900;
}
header a{
color: black;
transition: .5s ease;
-o-transition: .5s ease;
-moz-transition:.5s ease;
-webkit-transition: .5s ease;
width: 50px;
margin-right: 70px;
font-weight: 600;
text-shado... | mains.css | html{
scroll-behavior: smooth;
font-size: 18px;
font-weight: 900;
}
header a{
color: black;
transition: .5s ease;
-o-transition: .5s ease;
-moz-transition:.5s ease;
-webkit-transition: .5s ease;
width: 50px;
margin-right: 70px;
font-weight: 600;
text-shado... | 0.45423 | 0.072735 |
div.windowSprite {
background: url("images/noise.png") repeat scroll 50% 50%, #373a3d;
}
/* Tasks Manager */
#cardsView li {
background-color: #00f;
}
#cardsView li > a {
background: url('images/tasks/close.png') no-repeat;
}
#cardsView li > a:active {
background: url('images/tasks/close-active.png') no-re... | apps/system/style/themes/default/system.css |
div.windowSprite {
background: url("images/noise.png") repeat scroll 50% 50%, #373a3d;
}
/* Tasks Manager */
#cardsView li {
background-color: #00f;
}
#cardsView li > a {
background: url('images/tasks/close.png') no-repeat;
}
#cardsView li > a:active {
background: url('images/tasks/close-active.png') no-re... | 0.455199 | 0.140779 |
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, ... | css/stylez.css | html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, ... | 0.209227 | 0.086632 |
html {
height: 100%;
}
body {
background: #5C258D;
background: linear-gradient(to right, #4389A2, #5C258D);
height: 100%;
margin: 0;
background-repeat: no-repeat;
background-attachment: fixed;
}
.container {
width: 100%;
max-width: 325px;
margin: 130px auto;
}
.cloud {
-webkit-animation: rise 6s infini... | images/showcase/yongsong-qin/svg/css/main.css | html {
height: 100%;
}
body {
background: #5C258D;
background: linear-gradient(to right, #4389A2, #5C258D);
height: 100%;
margin: 0;
background-repeat: no-repeat;
background-attachment: fixed;
}
.container {
width: 100%;
max-width: 325px;
margin: 130px auto;
}
.cloud {
-webkit-animation: rise 6s infini... | 0.336004 | 0.09401 |
1.1 Component: GLOBAL
========================================================================== */
html {
font-size: 1em;
line-height: 1.4;
}
html,
body {
height: 100%;
}
body {
overflow-x: hidden;
}
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
width: device-widt... | public/template/css/main-blue.css | 1.1 Component: GLOBAL
========================================================================== */
html {
font-size: 1em;
line-height: 1.4;
}
html,
body {
height: 100%;
}
body {
overflow-x: hidden;
}
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
width: device-widt... | 0.462716 | 0.087058 |
BODY {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
font-style : normal;
color : black;
background-color : white;
text-decoration : none;
text-align : left;
}
P {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
font-style : normal... | lists/admin/styles/styles_win_ie.css | BODY {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
font-style : normal;
color : black;
background-color : white;
text-decoration : none;
text-align : left;
}
P {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
font-style : normal... | 0.151655 | 0.106133 |
.cf:before, .cf:after{
content:"";
display:table;
}
.cf:after{
clear:both;
}
.cf{
zoom:1;
}
/* Form wrapper styling */
.form-wrapper {
display:block;
width: 450px;
padding: 15px;
margin: 150px auto 50px auto;
background: #444;
background: rgba(0,0,0,.2);
border-radius: 10px... | public/Style/search.css | .cf:before, .cf:after{
content:"";
display:table;
}
.cf:after{
clear:both;
}
.cf{
zoom:1;
}
/* Form wrapper styling */
.form-wrapper {
display:block;
width: 450px;
padding: 15px;
margin: 150px auto 50px auto;
background: #444;
background: rgba(0,0,0,.2);
border-radius: 10px... | 0.402744 | 0.089097 |
.places {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.places h1 {
width: 100%;
font-size: 30px;
margin-bottom: 0px;
}
.places article {
max-width: 390px;
padding: 20px;
margin: 20px;
border: 1px solid #FF5A5f;
border-radius: 4px;
display: flex;
flex-d... | web_static/styles/103-places.css | .places {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.places h1 {
width: 100%;
font-size: 30px;
margin-bottom: 0px;
}
.places article {
max-width: 390px;
padding: 20px;
margin: 20px;
border: 1px solid #FF5A5f;
border-radius: 4px;
display: flex;
flex-d... | 0.350755 | 0.133698 |
.form-area {
padding:20px;
}
.form-area dl {
margin-bottom:20px;
}
.form-area dt {
font-weight:bold;
}
.form-area .submit {
display: flex;
justify-content: center;
}
.registration-btn {
cursor:pointer;
border:none;
display: inline-block;
width:290px;
background:#... | public/css/main.css | .form-area {
padding:20px;
}
.form-area dl {
margin-bottom:20px;
}
.form-area dt {
font-weight:bold;
}
.form-area .submit {
display: flex;
justify-content: center;
}
.registration-btn {
cursor:pointer;
border:none;
display: inline-block;
width:290px;
background:#... | 0.310799 | 0.134747 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, ... | resources/css/app.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, ... | 0.394667 | 0.165897 |
.alternative-heading::after, .alternative-heading--404::after, .sidebar__headings::after, .footer .footer__headings::after,
.jumbotron__category::after, .hentry__title::after, .panel-grid .widget-title::after, body.woocommerce-page nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page nav.woocommerce-paginat... | public/css/colors/blue.css | .alternative-heading::after, .alternative-heading--404::after, .sidebar__headings::after, .footer .footer__headings::after,
.jumbotron__category::after, .hentry__title::after, .panel-grid .widget-title::after, body.woocommerce-page nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page nav.woocommerce-paginat... | 0.232223 | 0.042186 |
body {
padding:0px;
margin:0px;
}
ul, ol {
list-style: none;;
}
* {
box-sizing: border-box;
}
.navbar {
position:fixed;
top:0;
width:100%;
height:80px;
display:flex;
justify-content: flex-end;
align-items: center;
background:black;
}
.navbar__item {
margin: 0px 10px;
font-size: 18px;
... | 2-resources/BLOG/ciriculumn/week-9/Thursday/W9D4/Interactivity-CSS/index.css | body {
padding:0px;
margin:0px;
}
ul, ol {
list-style: none;;
}
* {
box-sizing: border-box;
}
.navbar {
position:fixed;
top:0;
width:100%;
height:80px;
display:flex;
justify-content: flex-end;
align-items: center;
background:black;
}
.navbar__item {
margin: 0px 10px;
font-size: 18px;
... | 0.461017 | 0.075721 |
body {
direction: rtl;
text-align: right; }
/*
header
*/
.tt-top-panel .tt-row .tt-btn-close {
margin-left: inherit;
margin-right: 27px; }
.tt-header-holder .tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown:first-child > a {
padding-left: 12px; }
header {
/* tt-box-info */
/* tt-cart-layout */
... | public/scss/rtl.css | body {
direction: rtl;
text-align: right; }
/*
header
*/
.tt-top-panel .tt-row .tt-btn-close {
margin-left: inherit;
margin-right: 27px; }
.tt-header-holder .tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown:first-child > a {
padding-left: 12px; }
header {
/* tt-box-info */
/* tt-cart-layout */
... | 0.450118 | 0.052887 |
.charsheet {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SBController2020.jpg");
background-size: 100%;
background-attachment: scroll;
min-height: 100%;
}
.charsheet button[type=roll] { /*Regular roll bu... | Sports Brawl by Lost West Media/LWM_SportsBrawl_1_1.css |
.charsheet {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Sports%20Brawl%20by%20Lost%20West%20Media/Images/SBController2020.jpg");
background-size: 100%;
background-attachment: scroll;
min-height: 100%;
}
.charsheet button[type=roll] { /*Regular roll bu... | 0.543348 | 0.223292 |
==============================================
TABLE OF CONTENT
==============================================
1. Sections
2. Headings
3. Navbar
4. Search
5. Top Bar
6. CountUps
7. Helper Classes
a) Text-content
b) Image-properties
c) Buttons
d) Lists
e) Color Control
f) Video Box
g) Pagination
h) Border... | public/assets/css/styles-3.css | ==============================================
TABLE OF CONTENT
==============================================
1. Sections
2. Headings
3. Navbar
4. Search
5. Top Bar
6. CountUps
7. Helper Classes
a) Text-content
b) Image-properties
c) Buttons
d) Lists
e) Color Control
f) Video Box
g) Pagination
h) Border... | 0.374104 | 0.136551 |
*{padding:0;
margin:0;
font-family: Poppins;}
body{display:block;
perspective:1000px;}
.nav{display:flex;
justify-content: space-around;
align-items: center;
height:20vh;
background-color: black;
color:white;
}
.nav a{text-decoration: none;
color:white;... | Shop.css | *{padding:0;
margin:0;
font-family: Poppins;}
body{display:block;
perspective:1000px;}
.nav{display:flex;
justify-content: space-around;
align-items: center;
height:20vh;
background-color: black;
color:white;
}
.nav a{text-decoration: none;
color:white;... | 0.532182 | 0.057732 |
@media screen and (max-width: 1280px){
.prof-cont span {
width: 98%;
padding: 5% 1%;
font-size:0.95em;
}
.bnt-memb {
width: 80%;
margin: 0 10%;
}
.info-carrerasinternas {
width: 70%;
margin: 3% 15% 0 15%;
}
.info-perfiles {
width: 80%;
margin: 5% 10% 0 10%;
}
}
@media screen and (max-width: 1024px) {
... | html/css/queries-aura.css | @media screen and (max-width: 1280px){
.prof-cont span {
width: 98%;
padding: 5% 1%;
font-size:0.95em;
}
.bnt-memb {
width: 80%;
margin: 0 10%;
}
.info-carrerasinternas {
width: 70%;
margin: 3% 15% 0 15%;
}
.info-perfiles {
width: 80%;
margin: 5% 10% 0 10%;
}
}
@media screen and (max-width: 1024px) {
... | 0.304869 | 0.128252 |
.viewport-height * .dash-spreadsheet-container
{
/* maxHeight: 90vh !important; */
max-height: 80vh !important;
height: 80vh;
/* float: right !important; */
}
.dash-table-container .dash-spreadsheet-container div {
margin: 0px;
padding: 0px;
}
.dash-table-container * .dash-fixed-row {
z-in... | dasha/web/templates/assets/common.css | .viewport-height * .dash-spreadsheet-container
{
/* maxHeight: 90vh !important; */
max-height: 80vh !important;
height: 80vh;
/* float: right !important; */
}
.dash-table-container .dash-spreadsheet-container div {
margin: 0px;
padding: 0px;
}
.dash-table-container * .dash-fixed-row {
z-in... | 0.454714 | 0.073264 |
.search-input-wrapper{
position:relative;
}
.gis-widget-wrapper[widget-type="search"] .form-group{
margin-bottom: 8px;
}
.gis-widget-wrapper[widget-type="search"] #search-widget-form{
background-color: white;
padding: 10px;
}
/*Pesquisa Avancado*/
.gis-widget-wrapper[widget-type="search"] #se... | IGRP-Template/src/main/webapp/images/IGRP/IGRP2.3/plugins/gis/v2/widgets/search/search.widget.css | .search-input-wrapper{
position:relative;
}
.gis-widget-wrapper[widget-type="search"] .form-group{
margin-bottom: 8px;
}
.gis-widget-wrapper[widget-type="search"] #search-widget-form{
background-color: white;
padding: 10px;
}
/*Pesquisa Avancado*/
.gis-widget-wrapper[widget-type="search"] #se... | 0.336331 | 0.044163 |
html {
height: 100%;
}
body {
height: 100%;
}
section {
width: 100%;
height: 100%;
padding: 20px 20px 0 20px;
background-color: #f2f2f2;
}
.full-height {
height: 100%;
}
.disable-select {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/**
* JQu... | mopidy_pi_client/static/css/main.css | html {
height: 100%;
}
body {
height: 100%;
}
section {
width: 100%;
height: 100%;
padding: 20px 20px 0 20px;
background-color: #f2f2f2;
}
.full-height {
height: 100%;
}
.disable-select {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/**
* JQu... | 0.363308 | 0.050237 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
body {
font-size: 14px;
line-height: 18px;
font-family: 'Open Sans', sans-serif;
background: #EBF3FB;
}
.admin{
}
.admin-navbar{
background: #fff;
min-height: 65px;
margin-bottom: 0px;
border-bottom: 0px;
padding-top: 7px;
}
.admin_n... | public/css/admin.css | @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
body {
font-size: 14px;
line-height: 18px;
font-family: 'Open Sans', sans-serif;
background: #EBF3FB;
}
.admin{
}
.admin-navbar{
background: #fff;
min-height: 65px;
margin-bottom: 0px;
border-bottom: 0px;
padding-top: 7px;
}
.admin_n... | 0.344003 | 0.085023 |
html,
body {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family: "PT Sans Narrow", Arial, sans-serif;
font-size: 14px;
line-height: 24px;
letter-spacing: -0.5px;
font-weight: 700;
color: #ffffff;
text-transform: uppercase;
background: #0D0D0D url("../assets/index-background.jpg")... | barbershop/css/styles.css | html,
body {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family: "PT Sans Narrow", Arial, sans-serif;
font-size: 14px;
line-height: 24px;
letter-spacing: -0.5px;
font-weight: 700;
color: #ffffff;
text-transform: uppercase;
background: #0D0D0D url("../assets/index-background.jpg")... | 0.402157 | 0.065247 |
:root {
--bg--white: rgba(255, 255, 255, 0.3);
/*--bg--white: rgba(255,255,255,0.1);*/
--glass: rgba(0,0,0,0.1);
--br: 5px;
--border: solid 1px rgba(255, 255, 255, 0.5);
--bf: blur(20px);
--spartan: 'League Spartan';
--pippins: 'Poppins';
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
bo... | main.css | :root {
--bg--white: rgba(255, 255, 255, 0.3);
/*--bg--white: rgba(255,255,255,0.1);*/
--glass: rgba(0,0,0,0.1);
--br: 5px;
--border: solid 1px rgba(255, 255, 255, 0.5);
--bf: blur(20px);
--spartan: 'League Spartan';
--pippins: 'Poppins';
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
bo... | 0.472197 | 0.153391 |
.btd-giphy-zone {
box-sizing: border-box;
position: absolute;
top: 0;
z-index: 19;
left: 200px;
color: white;
width: 270px;
height: 100%;
transform: translateX(-2px);
pointer-events: none;
opacity: 0;
transition-property: opacity, transform;
transition-duration: 200ms;
transition-timing-func... | src/components/gifButton.css | .btd-giphy-zone {
box-sizing: border-box;
position: absolute;
top: 0;
z-index: 19;
left: 200px;
color: white;
width: 270px;
height: 100%;
transform: translateX(-2px);
pointer-events: none;
opacity: 0;
transition-property: opacity, transform;
transition-duration: 200ms;
transition-timing-func... | 0.651022 | 0.088426 |
@charset "utf-8";
@namespace epub "http://www.idpf.org/2007/ops";
[epub|type~="dedication"] [epub|type~="se:name.person.full-name"]{
font-style: normal;
font-variant: small-caps;
}
[epub|type~="z3998:signature"]{
font-variant: small-caps;
}
[epub|type~="z3998:letter"] header{
text-align: initial;
}
[epub|type~=... | src/epub/css/local.css | @charset "utf-8";
@namespace epub "http://www.idpf.org/2007/ops";
[epub|type~="dedication"] [epub|type~="se:name.person.full-name"]{
font-style: normal;
font-variant: small-caps;
}
[epub|type~="z3998:signature"]{
font-variant: small-caps;
}
[epub|type~="z3998:letter"] header{
text-align: initial;
}
[epub|type~=... | 0.342791 | 0.169887 |
.display--none {
display: none !important;
}
@media print {
.display-print--none {
display: none !important;
}
}
.font-weight--light {
font-weight: 300 !important;
}
.font-weight--lighter {
font-weight: lighter !important;
}
.font-weight--normal {
font-weight: 400 !important;
}
.font-weight--bold {
... | public/css/styles.css | .display--none {
display: none !important;
}
@media print {
.display-print--none {
display: none !important;
}
}
.font-weight--light {
font-weight: 300 !important;
}
.font-weight--lighter {
font-weight: lighter !important;
}
.font-weight--normal {
font-weight: 400 !important;
}
.font-weight--bold {
... | 0.398055 | 0.064359 |
@font-face {
font-family: 'template';
src: url('fonts/template.eot');
src: url('fonts/template.eot#iefix') format('embedded-opentype'),
url('fonts/template.ttf') format('truetype'),
url('fonts/template.woff') format('woff'),
url('fonts/template.svg#template') format('svg');
font-weight: normal;
... | fonts/template/style.css | @font-face {
font-family: 'template';
src: url('fonts/template.eot');
src: url('fonts/template.eot#iefix') format('embedded-opentype'),
url('fonts/template.ttf') format('truetype'),
url('fonts/template.woff') format('woff'),
url('fonts/template.svg#template') format('svg');
font-weight: normal;
... | 0.336985 | 0.077483 |