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 |
|---|---|---|---|---|
body {
margin-top: 100px;
background-color: #222;
}
@media(min-width:768px) {
body {
margin-top: 50px;
}
}
#wrapper {
padding-left: 0;
}
/*Background topheader*/
#fixed-top {
background-color: #276696;
}
.navbar-inverse {
border-color: #fff;
}
#page-wrapper {
width: 100%;
... | dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/help/css/help-clinicaldatas.css | body {
margin-top: 100px;
background-color: #222;
}
@media(min-width:768px) {
body {
margin-top: 50px;
}
}
#wrapper {
padding-left: 0;
}
/*Background topheader*/
#fixed-top {
background-color: #276696;
}
.navbar-inverse {
border-color: #fff;
}
#page-wrapper {
width: 100%;
... | 0.411229 | 0.068787 |
section.headings {
background: var(--dark-blue);
& main {
@apply --maxWidth;
& h1 {
max-width: 860px;
margin: auto;
padding: 130px 0 0 0;
text-align: center;
color: var(--white);
font-weight: 100;
&[data-aos='slow-title'] {
transition: all 1s ease;
transition-delay: .6s;
transf... | src/style/front-page.css | section.headings {
background: var(--dark-blue);
& main {
@apply --maxWidth;
& h1 {
max-width: 860px;
margin: auto;
padding: 130px 0 0 0;
text-align: center;
color: var(--white);
font-weight: 100;
&[data-aos='slow-title'] {
transition: all 1s ease;
transition-delay: .6s;
transf... | 0.343232 | 0.136321 |
.root {
-fx-background-color : #121212;
}
#minBtn {
-fx-graphic: url('icons/minimize_icon_light.png');
}
#minBtn:hover {
-fx-background-color: #292929;
}
#minBtn:pressed {
-fx-background-color: #1F1F1F;
}
#maxBtn {
-fx-graphic: url('icons/maximize_icon_light.png');
}
#maxBtn:pressed {
-fx-background-co... | gui/src/main/resources/task_style.css | .root {
-fx-background-color : #121212;
}
#minBtn {
-fx-graphic: url('icons/minimize_icon_light.png');
}
#minBtn:hover {
-fx-background-color: #292929;
}
#minBtn:pressed {
-fx-background-color: #1F1F1F;
}
#maxBtn {
-fx-graphic: url('icons/maximize_icon_light.png');
}
#maxBtn:pressed {
-fx-background-co... | 0.346541 | 0.08772 |
* base.css
* 描述:重置页面元素并设置布局样式
* 作用范围: 全局
*******************************************/
html,body,input,textarea,select,legend{
color:#404040;
/*全局默认文字颜色*/
}
a {
color: #145ccd;
/*全局默认链接颜色*/
}
a:hover{
color: #4bbd00;
/*全局默认链接悬停颜色*/
}
a:hover,
a:focus {
color: #0d3d88;
}
/**********************************... | php/Public/Admin/css/default_color.css | * base.css
* 描述:重置页面元素并设置布局样式
* 作用范围: 全局
*******************************************/
html,body,input,textarea,select,legend{
color:#404040;
/*全局默认文字颜色*/
}
a {
color: #145ccd;
/*全局默认链接颜色*/
}
a:hover{
color: #4bbd00;
/*全局默认链接悬停颜色*/
}
a:hover,
a:focus {
color: #0d3d88;
}
/**********************************... | 0.265785 | 0.068475 |
@import url('demo.css');
#back-call {
position: fixed;
bottom: 8%;
right: 0%;
text-align: center;
vertical-align: middle;
padding: 2px 15px;
font-size: 40px;
background-color: #5f9c37;
border: 2px solid #5f9c37;
color: #ffff4a;
border-radius: 100%;
}
#back-call-form {
display: none;
p... | css/style.css | @import url('demo.css');
#back-call {
position: fixed;
bottom: 8%;
right: 0%;
text-align: center;
vertical-align: middle;
padding: 2px 15px;
font-size: 40px;
background-color: #5f9c37;
border: 2px solid #5f9c37;
color: #ffff4a;
border-radius: 100%;
}
#back-call-form {
display: none;
p... | 0.257672 | 0.049382 |
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,700);
html {
height: 100%;
background-color: #EEE;
}
body {
display: flex;
flex-direction: column;
box-sizing: border-box;
min-height: 100%;
margin: 0 auto;
padding: .5em 2em;
max-width: 800px;
... | app/assets/stylesheets/application.css | @import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,700);
html {
height: 100%;
background-color: #EEE;
}
body {
display: flex;
flex-direction: column;
box-sizing: border-box;
min-height: 100%;
margin: 0 auto;
padding: .5em 2em;
max-width: 800px;
... | 0.391988 | 0.086516 |
.menu {
height: 100%;
}
.hover {
color: gray;
}
.menu .item {
display: inline-block;
margin: 0 1rem;
height: 100%;
font-weight: bold;
position: relative;
}
.menu .item a {
display: block;
color: inherit;
text-decoration: none;
}
.item:hover {
cursor: pointer;
}
.item::before {
position: abs... | components/Navbar/sections/Menu.module.css | .menu {
height: 100%;
}
.hover {
color: gray;
}
.menu .item {
display: inline-block;
margin: 0 1rem;
height: 100%;
font-weight: bold;
position: relative;
}
.menu .item a {
display: block;
color: inherit;
text-decoration: none;
}
.item:hover {
cursor: pointer;
}
.item::before {
position: abs... | 0.55447 | 0.08207 |
body.no-scroll {
overflow: hidden;
}
@media (max-width: 767px) {
section h1 {
font-size: 2.8rem;
}
}
@media (max-width: 325px) {
section h1 {
font-size: 2.2rem;
}
}
.backdrop {
width: 100%;
height: 100%;
z-index: 20;
background-color: rgba(0, 0, 0, 0.6);
overflow: auto;
position: fixed;... | src/app/views/Movies/styles.css | body.no-scroll {
overflow: hidden;
}
@media (max-width: 767px) {
section h1 {
font-size: 2.8rem;
}
}
@media (max-width: 325px) {
section h1 {
font-size: 2.2rem;
}
}
.backdrop {
width: 100%;
height: 100%;
z-index: 20;
background-color: rgba(0, 0, 0, 0.6);
overflow: auto;
position: fixed;... | 0.40392 | 0.055107 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
/* Dimensionner les diapos et leur contenu */
/* Ajouter un fond unique, couvrant l'écran */
/* Fixer le fond, et hop ! */
section {
height: 100vh;
font-size: 5vh;
text-align: center;
color: white;
background-repeat: no-... | parallaxe/style/style.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
/* Dimensionner les diapos et leur contenu */
/* Ajouter un fond unique, couvrant l'écran */
/* Fixer le fond, et hop ! */
section {
height: 100vh;
font-size: 5vh;
text-align: center;
color: white;
background-repeat: no-... | 0.248352 | 0.106784 |
.wrapper {
padding: 0;
li {
list-style: none;
padding: 4px 0;
&:before {
content: '✅';
display: inline-block;
min-width: 28px;
text-align: center;
}
&.hot:before {
content: '🔥';
}
&.react:bef... | src/shared/pages/Features/Features.module.css | .wrapper {
padding: 0;
li {
list-style: none;
padding: 4px 0;
&:before {
content: '✅';
display: inline-block;
min-width: 28px;
text-align: center;
}
&.hot:before {
content: '🔥';
}
&.react:bef... | 0.64969 | 0.233564 |
:root {
font-size: 20px;
}
@font-face {
font-family: 'Seto';
src: url("../fonts/setofont/setofont.ttf");
}
html, body {
height: 100%;
margin: 0;
font-family: 'Seto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
/* Input:Ran... | static/css/style.css | :root {
font-size: 20px;
}
@font-face {
font-family: 'Seto';
src: url("../fonts/setofont/setofont.ttf");
}
html, body {
height: 100%;
margin: 0;
font-family: 'Seto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
/* Input:Ran... | 0.458591 | 0.141074 |
.blackButton
{
/* Fill */
background-color: transparent;
background-image: -webkit-linear-gradient(bottom, hsla(0.0, 0.0%, 15.0%, 1.00), hsla(0.0, 0.0%, 35.0%, 1.00));
background-image: -moz-linear-gradient(bottom, hsla(0.0, 0.0%, 15.0%, 1.00), hsla(0.0, 0.0%, 35.0%, 1.00));
background-image: -ms-line... | buttons.css |
.blackButton
{
/* Fill */
background-color: transparent;
background-image: -webkit-linear-gradient(bottom, hsla(0.0, 0.0%, 15.0%, 1.00), hsla(0.0, 0.0%, 35.0%, 1.00));
background-image: -moz-linear-gradient(bottom, hsla(0.0, 0.0%, 15.0%, 1.00), hsla(0.0, 0.0%, 35.0%, 1.00));
background-image: -ms-line... | 0.131954 | 0.146331 |
body {
font-family: Open Sans, sans-serif;
position: relative;
margin: auto;
width: 1024px;
display: flex;
flex-direction: column;
align-items: center;
}
div {
box-sizing: border-box;
}
.header {
width: 1024px;
display: flex;
justify-content: space-between;
align-items: center;
}
.container {... | homeworks/Tatiana.Skachko_S3tt0n/homework_markup_1/style.css | body {
font-family: Open Sans, sans-serif;
position: relative;
margin: auto;
width: 1024px;
display: flex;
flex-direction: column;
align-items: center;
}
div {
box-sizing: border-box;
}
.header {
width: 1024px;
display: flex;
justify-content: space-between;
align-items: center;
}
.container {... | 0.416559 | 0.062303 |
html {
height: 100%;
font-size: 16px;
}
body {
margin: 0;
overflow: hidden;
height: 100%;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", arial, sans-serif;
line-height: 1.5rem;
color: #2a2b2b;
background: linear-gradient(#66ccff, #fff);
}
label {
width: 6.0rem;
di... | css/city_tour.css | html {
height: 100%;
font-size: 16px;
}
body {
margin: 0;
overflow: hidden;
height: 100%;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", arial, sans-serif;
line-height: 1.5rem;
color: #2a2b2b;
background: linear-gradient(#66ccff, #fff);
}
label {
width: 6.0rem;
di... | 0.425486 | 0.094636 |
body {
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#start:hover {
background-color: #4380c9;
transition-duration: .3s;
}
#intro-div {
position: absolute;
width: 60%;
left: 20%;
top: 30%;
text-align: center... | task4/style.css | body {
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#start:hover {
background-color: #4380c9;
transition-duration: .3s;
}
#intro-div {
position: absolute;
width: 60%;
left: 20%;
top: 30%;
text-align: center... | 0.387227 | 0.098036 |
@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 380px) {
html{
font-size: 10px;
}
}
@media screen and (min-width: 380px) and (max-width:500px) {
html{
font-size: 12px;
}
}
@media screen and (min-width: 500px) and (max-width:650px) {
html{
font-size: 13px;
}
}
@media screen and (min-width:... | staticV2/wap/pay/css/FAQ1.css | @charset "utf-8";
/* CSS Document */
@media screen and (max-width: 380px) {
html{
font-size: 10px;
}
}
@media screen and (min-width: 380px) and (max-width:500px) {
html{
font-size: 12px;
}
}
@media screen and (min-width: 500px) and (max-width:650px) {
html{
font-size: 13px;
}
}
@media screen and (min-width:... | 0.27048 | 0.078078 |
@charset "utf-8";
/* -----------------------------------------------------
[Master StyleSheet]
Project: Travel Zone- Personal and Corporate Portfolio Theme
Version: 1.02
Last Change: Jan 30, 2018
Assigned to: <NAME>, <NAME>
Primary use: Personal and Corporate Portfolio
-------------- Table of... | assets/extra/css_180619/style.css | @charset "utf-8";
/* -----------------------------------------------------
[Master StyleSheet]
Project: Travel Zone- Personal and Corporate Portfolio Theme
Version: 1.02
Last Change: Jan 30, 2018
Assigned to: <NAME>, <NAME>
Primary use: Personal and Corporate Portfolio
-------------- Table of... | 0.223631 | 0.077588 |
.promotional-modal-content-wrapper .left-content-warp {
margin-right: 0;
margin-left: 20px;
}
.nx-modal-content {
text-align: right;
}
.nx-modal-inner-content-wrapper .nx-popup-close {
right: auto;
left: 10px;
}
.preloader-inner .cancel-preloader {
right: auto;
left: 30px;
}
.navbar-area .na... | public/assets/frontend/css/rtl.css | .promotional-modal-content-wrapper .left-content-warp {
margin-right: 0;
margin-left: 20px;
}
.nx-modal-content {
text-align: right;
}
.nx-modal-inner-content-wrapper .nx-popup-close {
right: auto;
left: 10px;
}
.preloader-inner .cancel-preloader {
right: auto;
left: 30px;
}
.navbar-area .na... | 0.386995 | 0.049982 |
.tabs-top > .tabs,
.tabs.tabs-top {
top: 0 !important;
}
.has-tabs-top {
top: 47px !important;
}
.tabs-positive > .tabs {
background-color: #2196F3 !important;
}
@font-face {
font-family: sans-serif;
}
/* NEW HOME PAGE ---------------------------------------- */
.person-type {
background-color... | www/css/style.css |
.tabs-top > .tabs,
.tabs.tabs-top {
top: 0 !important;
}
.has-tabs-top {
top: 47px !important;
}
.tabs-positive > .tabs {
background-color: #2196F3 !important;
}
@font-face {
font-family: sans-serif;
}
/* NEW HOME PAGE ---------------------------------------- */
.person-type {
background-color... | 0.475605 | 0.068913 |
@media (min-width: 992px) and (max-width: 1200px) {
.portfolio-caption {
padding: 30px 100px 30px 30px;
}
.slider-content h2 {
font-size: 43px;
}
.portfolio-full .portfolio-item {
width: 33.33%;
}
}
/*--------- TSmall devices Tablets ------------*/
@media (min-width: 768px) and (max-width: 991px) {
.sm-100{wid... | public/asset/akel/css/responsive.css | @media (min-width: 992px) and (max-width: 1200px) {
.portfolio-caption {
padding: 30px 100px 30px 30px;
}
.slider-content h2 {
font-size: 43px;
}
.portfolio-full .portfolio-item {
width: 33.33%;
}
}
/*--------- TSmall devices Tablets ------------*/
@media (min-width: 768px) and (max-width: 991px) {
.sm-100{wid... | 0.300027 | 0.096578 |
html {
font-size: 14px;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #B0B0B0;
margin: 1em 0;
padding: 0;
}
/* PAGE COLORS
================================================== */
html, body {
color: black;
transition: background-color 0.2s ease;
font-family: "Aria... | pynode/src/html/css/style.css | html {
font-size: 14px;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #B0B0B0;
margin: 1em 0;
padding: 0;
}
/* PAGE COLORS
================================================== */
html, body {
color: black;
transition: background-color 0.2s ease;
font-family: "Aria... | 0.22482 | 0.055849 |
div#model-details {
margin: 0 auto;
white-space: nowrap;
background: no-repeat center bottom;
height: 846px;
}
div#model-image {
position: relative;
margin: 16px 0 0;
width: 100%;
height: 410px;
background: no-repeat left top;
}
#text-seguridad {
margin-left: 15px;
display:... | data/test/css/29ef075299709bfb446263f7ea4bc2f36de7c043modelos_dmax.css | div#model-details {
margin: 0 auto;
white-space: nowrap;
background: no-repeat center bottom;
height: 846px;
}
div#model-image {
position: relative;
margin: 16px 0 0;
width: 100%;
height: 410px;
background: no-repeat left top;
}
#text-seguridad {
margin-left: 15px;
display:... | 0.465873 | 0.085824 |
root {
user-select: none;
}
.btn-key {
line-height: 1.2;
padding: 0px;
height: 5.15vw;
width: 5.15vw;
margin: 0.3vw;
text-shadow: 0px 1px 1px black;
transition: 0.2s ease-in-out;
}
.btn-key:hover {
transform: translateY(-2px);
}
.keyLetter {
font-size: 1.5vw;
pointer-events: none;
}
.audioName {
padding... | src/css/keyboardAndPlaylist.css | root {
user-select: none;
}
.btn-key {
line-height: 1.2;
padding: 0px;
height: 5.15vw;
width: 5.15vw;
margin: 0.3vw;
text-shadow: 0px 1px 1px black;
transition: 0.2s ease-in-out;
}
.btn-key:hover {
transform: translateY(-2px);
}
.keyLetter {
font-size: 1.5vw;
pointer-events: none;
}
.audioName {
padding... | 0.295332 | 0.08819 |
#blocker {
position:absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0,0,0,0.5);
}
#gallery_environment {
position: relative;
}
#instructions {
width: 100%;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: box;
-webkit-box-orien... | main_project_code/TeamProject/iCollections/wwwroot/css/environment_styles.css | #blocker {
position:absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0,0,0,0.5);
}
#gallery_environment {
position: relative;
}
#instructions {
width: 100%;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: box;
-webkit-box-orien... | 0.555918 | 0.076477 |
@import url(../../../../templates/base/css/general.css);
/*--- Body ---*/
div#FloatDesc {
position: absolute;
display: none;
z-index: 10000;
box-sizing: border-box;
width: 180px;
padding: 5px;
background-color: #ffffff;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-webk... | administration/templates/base/css/general.css | @import url(../../../../templates/base/css/general.css);
/*--- Body ---*/
div#FloatDesc {
position: absolute;
display: none;
z-index: 10000;
box-sizing: border-box;
width: 180px;
padding: 5px;
background-color: #ffffff;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-webk... | 0.306112 | 0.068881 |
input:focus, textarea:focus, select:focus, button:focus{
outline: none !important;
}
img{
object-fit: cover;
object-position: center;
width: 100%;
}
body{
background: #fffef7;
font-family: 'Questrial', sans-serif;
}
p{
font-size: 1.1em;
}
.fancy-heading{
font-weight: 900;
font-family: 'Tange... | assets/css/custom-css.css | input:focus, textarea:focus, select:focus, button:focus{
outline: none !important;
}
img{
object-fit: cover;
object-position: center;
width: 100%;
}
body{
background: #fffef7;
font-family: 'Questrial', sans-serif;
}
p{
font-size: 1.1em;
}
.fancy-heading{
font-weight: 900;
font-family: 'Tange... | 0.383757 | 0.077413 |
#awwwards{
position: absolute;
top: 20px;
width: 90px;
height: 135px;
text-indent: -666em;
overflow: hidden;
z-index: 999999;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
#awwwards.top{
top: 20px;
}
#awwwards.left{
left: 0;
}
#awwwards.right{
right: 0;
}
#awwwards a{
position: absolut... | assets/css/awwwards.css |
#awwwards{
position: absolute;
top: 20px;
width: 90px;
height: 135px;
text-indent: -666em;
overflow: hidden;
z-index: 999999;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
#awwwards.top{
top: 20px;
}
#awwwards.left{
left: 0;
}
#awwwards.right{
right: 0;
}
#awwwards a{
position: absolut... | 0.414425 | 0.11158 |
/* Header Section */
.limited {
margin: 24px;
}
header {
display: flex;
justify-content: space-between;
background: var(--neutral-color-1);
align-items: center;
padding: 24px;
z-index: 1;
}
header .logo a {
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 20px;
color: var(... | assets/styles/small.css |
/* Header Section */
.limited {
margin: 24px;
}
header {
display: flex;
justify-content: space-between;
background: var(--neutral-color-1);
align-items: center;
padding: 24px;
z-index: 1;
}
header .logo a {
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 20px;
color: var(... | 0.303938 | 0.060169 |
body{
padding-top: 150px;
height: 1000px;
box-sizing: border-box;
font-family: Raleway; /** move to css.cuss **/
}
footer{
position: fixed;
bottom: 0;
display: block;
width: 100vw;
padding-top: 12px;
text-align: center;
height: 100px;
font-size: 13px;
}
.footer-link{
margin-right... | css/main.css | body{
padding-top: 150px;
height: 1000px;
box-sizing: border-box;
font-family: Raleway; /** move to css.cuss **/
}
footer{
position: fixed;
bottom: 0;
display: block;
width: 100vw;
padding-top: 12px;
text-align: center;
height: 100px;
font-size: 13px;
}
.footer-link{
margin-right... | 0.216136 | 0.065038 |
html,
body {
padding: 0;
margin: 0;
font-family: "Winkle";
background: #f6f6f7 !important;
}
@font-face {
font-family: "Winkle";
src: local("Winkle"), url(Winkle-Regular.ttf) format("truetype");
font-display: swap;
}
p {
font-family: "Winkle";
}
.chill_font {
font-family: "Winkle";
}
.wrap {
bac... | src/styles/main.css | html,
body {
padding: 0;
margin: 0;
font-family: "Winkle";
background: #f6f6f7 !important;
}
@font-face {
font-family: "Winkle";
src: local("Winkle"), url(Winkle-Regular.ttf) format("truetype");
font-display: swap;
}
p {
font-family: "Winkle";
}
.chill_font {
font-family: "Winkle";
}
.wrap {
bac... | 0.425128 | 0.074534 |
@charset "utf-8";
@font-face {
font-family: HelsinkiGrotesk;
src: url(https://makasiini.hel.ninja/delivery/HelsinkiGrotesk/565d73a693abe0776c801607ac28f0bf.woff) format("woff");
font-weight: 400;
font-style: normal;
text-rendering: optimizeLegibility
}
@font-face {
font-family: HelsinkiGrotesk;
src: url... | new-site/src/components/layout.css | @charset "utf-8";
@font-face {
font-family: HelsinkiGrotesk;
src: url(https://makasiini.hel.ninja/delivery/HelsinkiGrotesk/565d73a693abe0776c801607ac28f0bf.woff) format("woff");
font-weight: 400;
font-style: normal;
text-rendering: optimizeLegibility
}
@font-face {
font-family: HelsinkiGrotesk;
src: url... | 0.347869 | 0.134236 |
md-bottom-sheet {
transform: none !important;
display: flex !important;
flex-direction: column; }
md-input-container {
margin-bottom: 0 !important; }
h1 {
margin-top: 5px !important; }
.topic-sentence {
display: flex;
justify-content: flex-start;
flex-direction: column; }
.topic-sentence .topic-con... | app/components/newTopic/sass/newTopic.css | md-bottom-sheet {
transform: none !important;
display: flex !important;
flex-direction: column; }
md-input-container {
margin-bottom: 0 !important; }
h1 {
margin-top: 5px !important; }
.topic-sentence {
display: flex;
justify-content: flex-start;
flex-direction: column; }
.topic-sentence .topic-con... | 0.455441 | 0.062075 |
@import "grids.css";
@import "normalize.css";
@import "jquery.mCustomScrollbar.css";
@import "plyr.css";
@import "nouislider.css";
@import "owl.carousel.min.css";
@import "lightslider.min.css";
@import "select2.min.css";
html {
margin-top: 0!important;
}
body {
color: #171725;
direction: rtl;
font-family: yekan... | public_html/home/css/style.css | @import "grids.css";
@import "normalize.css";
@import "jquery.mCustomScrollbar.css";
@import "plyr.css";
@import "nouislider.css";
@import "owl.carousel.min.css";
@import "lightslider.min.css";
@import "select2.min.css";
html {
margin-top: 0!important;
}
body {
color: #171725;
direction: rtl;
font-family: yekan... | 0.159479 | 0.050917 |
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
body{
font-family: 'Poppins', sans-serif;
font-weight: 300;
font-size: 15px;
line-height: 1.6;
color: #fff;
background-color: #1f2029;
overflow: hidden;
height: 100vh... | style.css | @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
body{
font-family: 'Poppins', sans-serif;
font-weight: 300;
font-size: 15px;
line-height: 1.6;
color: #fff;
background-color: #1f2029;
overflow: hidden;
height: 100vh... | 0.187504 | 0.049062 |
html {
height: 100%;
}
body {
font-family: "Ubuntu";
background-color: #1C2733;
font-weight: 300;
margin: 0px;
height: 100%;
}
#progresschartwrapper {
min-width: 1185px;
width: calc(100% - 438px);
min-height: 250px;
height: calc(100% - 596px);
background-color: #394455;
... | client/forced/tetris/tetris_auto.css | html {
height: 100%;
}
body {
font-family: "Ubuntu";
background-color: #1C2733;
font-weight: 300;
margin: 0px;
height: 100%;
}
#progresschartwrapper {
min-width: 1185px;
width: calc(100% - 438px);
min-height: 250px;
height: calc(100% - 596px);
background-color: #394455;
... | 0.393735 | 0.167934 |
background-image: url(./images/portartbackground.png);
width: auto;
height: 32rem;
background-size: cover;
animation-duration: 4s;
background-repeat: no-repeat;
}
.center {
margin: auto;
width: 50%;
padding: 10px;
}
#lineDivider{
width: 80%;
height: 5%;
}
body{
background-color: #efeffb;
... | public/assets/style.css | background-image: url(./images/portartbackground.png);
width: auto;
height: 32rem;
background-size: cover;
animation-duration: 4s;
background-repeat: no-repeat;
}
.center {
margin: auto;
width: 50%;
padding: 10px;
}
#lineDivider{
width: 80%;
height: 5%;
}
body{
background-color: #efeffb;
... | 0.468061 | 0.093182 |
:root {
--color-bg-main: rgb(237, 234, 229);
--color-text-main: #140309;
--color-text-highlight: #BA0B47;
}
body {
background-color: #2F2F30;
font-family: 'Roboto Condensed', sans-serif;
}
p, ul {
font-size:1.2em;
}
a {
color: #666666;
}
a:hover {
color: #8B8B90;
text-decoration: none;
}
.navbar... | stories/real-estate/css/custom.css |
:root {
--color-bg-main: rgb(237, 234, 229);
--color-text-main: #140309;
--color-text-highlight: #BA0B47;
}
body {
background-color: #2F2F30;
font-family: 'Roboto Condensed', sans-serif;
}
p, ul {
font-size:1.2em;
}
a {
color: #666666;
}
a:hover {
color: #8B8B90;
text-decoration: none;
}
.navbar... | 0.508544 | 0.124985 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}
body {
height: 100vh;
background: #35293b;
display: flex;
justify-content: center;
align-item... | styles/mission.css | @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}
body {
height: 100vh;
background: #35293b;
display: flex;
justify-content: center;
align-item... | 0.701509 | 0.087642 |
display: flex;
}
#page-create-orphanage main {
flex: 1;
}
form.create-orphanage-form {
background: #fff;
border: 1px solid #d3e2e5;
border-radius: 20px;
margin: 64px auto;
overflow: hidden;
padding: 64px 80px;
width: 700px;
}
form.create-orphanage-form .leaflet-container {
border: 1px solid #d3e2e5;
borde... | web/src/styles/pages/create-orphanage.css | display: flex;
}
#page-create-orphanage main {
flex: 1;
}
form.create-orphanage-form {
background: #fff;
border: 1px solid #d3e2e5;
border-radius: 20px;
margin: 64px auto;
overflow: hidden;
padding: 64px 80px;
width: 700px;
}
form.create-orphanage-form .leaflet-container {
border: 1px solid #d3e2e5;
borde... | 0.280814 | 0.074467 |
transition: all 0.25s ease-in-out;
}
#faq-accordion .flipIn, #faq-accordion h1, #faq-accordion ul li {
animation: flipdown 0.5s ease both;
}
#faq-accordion .no-select, #faq-accordion h2 {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-sel... | src/pages/faq-accordion.css | transition: all 0.25s ease-in-out;
}
#faq-accordion .flipIn, #faq-accordion h1, #faq-accordion ul li {
animation: flipdown 0.5s ease both;
}
#faq-accordion .no-select, #faq-accordion h2 {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-sel... | 0.366703 | 0.060502 |
@charset "UTF-8";
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0;padding:0}
fieldset,img{border:0 none}
dl,ul,ol,menu,li {list-style:none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,q:be... | style2.css | @charset "UTF-8";
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0;padding:0}
fieldset,img{border:0 none}
dl,ul,ol,menu,li {list-style:none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,q:be... | 0.220259 | 0.048858 |
@import url('https://fonts.googleapis.com/css2?family=Finger+Paint&display=swap');
html {
box-sizing: border-box;
}
body {
margin: 0;
min-height: 100vh;
background-color: #5e2201;
background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg... | quote-generator/style.css | @import url('https://fonts.googleapis.com/css2?family=Finger+Paint&display=swap');
html {
box-sizing: border-box;
}
body {
margin: 0;
min-height: 100vh;
background-color: #5e2201;
background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg... | 0.455683 | 0.090816 |
.navbar-brand {
margin-left: 50px;
margin-right: 50px;
}
.bg-dark {
background-color: #c42828!important;
}
.navbar-dark .navbar-toggler {
color: rgb(255, 255, 255);
border-color: rgb(255, 255, 255);
}
.navbar-dark .navbar-nav .nav-link:hover{
color: rgb(255, 255, 255);
}
.logo {
/* displ... | services.css | .navbar-brand {
margin-left: 50px;
margin-right: 50px;
}
.bg-dark {
background-color: #c42828!important;
}
.navbar-dark .navbar-toggler {
color: rgb(255, 255, 255);
border-color: rgb(255, 255, 255);
}
.navbar-dark .navbar-nav .nav-link:hover{
color: rgb(255, 255, 255);
}
.logo {
/* displ... | 0.553505 | 0.077832 |
@-moz-document regexp("^https:\/\/twitter\.com\/(?!(intent\/|i\/moments\/)).*$") {
/*[[RT-home]]*/ /*[[RT-Fav-connect]]*/ /*[[quote_RT]]*/ /*[[RT-list]]*/ /*[[block]]*/ /*[[Fav]]*/
/*[[hover-profile]]*/ /*[[connect_badge]]*/ /*[[moments]]*/ /*[[module]]*/ /*[[DM]]*/
/* プロフィール */
.has-profile-promoted-tweet, ... | twiFixWebLite.user.css | @-moz-document regexp("^https:\/\/twitter\.com\/(?!(intent\/|i\/moments\/)).*$") {
/*[[RT-home]]*/ /*[[RT-Fav-connect]]*/ /*[[quote_RT]]*/ /*[[RT-list]]*/ /*[[block]]*/ /*[[Fav]]*/
/*[[hover-profile]]*/ /*[[connect_badge]]*/ /*[[moments]]*/ /*[[module]]*/ /*[[DM]]*/
/* プロフィール */
.has-profile-promoted-tweet, ... | 0.196903 | 0.048204 |
@font-face {
font-family: 'BrandonBlack';
src: url("fonts/Brandon_blk.otf") format("opentype");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'BrandonBold';
src: url("fonts/Brandon_bld.otf") format("opentype");
font-weight: normal;
font-style: normal; }
@font-face {
font-family:... | app/public/styles/fonts.css | @font-face {
font-family: 'BrandonBlack';
src: url("fonts/Brandon_blk.otf") format("opentype");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'BrandonBold';
src: url("fonts/Brandon_bld.otf") format("opentype");
font-weight: normal;
font-style: normal; }
@font-face {
font-family:... | 0.365457 | 0.080285 |
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
* {
margin: 0;
padding: 0;
font-family: sans-serif;
}
body {
font-family: "Montserrat", Arial, sans-serif;
min-height: 100%;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
input,
select,
textare... | public/css/register2.css | @import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
* {
margin: 0;
padding: 0;
font-family: sans-serif;
}
body {
font-family: "Montserrat", Arial, sans-serif;
min-height: 100%;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
input,
select,
textare... | 0.38145 | 0.103522 |
body {
margin: 0;
font-family: "Press Start 2P", cursive;
background-color: #2d3436;
color: aliceblue;
}
#main img {
max-width: 240px;
}
.clear {
clear: both;
padding: 20px;
}
.eightbit-btn {
background: #92cd41;
display: inline-block;
position: relative;
text-align: center;
font-size: 30px;
... | src/main.css | body {
margin: 0;
font-family: "Press Start 2P", cursive;
background-color: #2d3436;
color: aliceblue;
}
#main img {
max-width: 240px;
}
.clear {
clear: both;
padding: 20px;
}
.eightbit-btn {
background: #92cd41;
display: inline-block;
position: relative;
text-align: center;
font-size: 30px;
... | 0.431584 | 0.094761 |
.loading{
margin: 80px auto;
position: absolute;
left: 45%;
top: 45%;
width: 5rem;
height: 5rem;
z-index: 999;
}
@-webkit-keyframes bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0.0) }
40% { -webkit-transform: scale(1.0) }
}
@-moz-keyframes bouncedelay {
0%, 80%, 100% { -moz-transform... | src/assets/css/loading.css | .loading{
margin: 80px auto;
position: absolute;
left: 45%;
top: 45%;
width: 5rem;
height: 5rem;
z-index: 999;
}
@-webkit-keyframes bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0.0) }
40% { -webkit-transform: scale(1.0) }
}
@-moz-keyframes bouncedelay {
0%, 80%, 100% { -moz-transform... | 0.472683 | 0.05455 |
@charset "utf-8";
/* CSS Document */
html,
:root {
--initialHeight: -50vh;
}
body{
background-color: black;
height:100%;
position: relative;
/*background-image: linear-gradient(to bottom, rgb(33, 33, 33) 10%, black 90%);*/
}
@font-face {
font-family: 'SwankyAndMooMoo';
src: url('../fonts/Swankya... | css/style.css | @charset "utf-8";
/* CSS Document */
html,
:root {
--initialHeight: -50vh;
}
body{
background-color: black;
height:100%;
position: relative;
/*background-image: linear-gradient(to bottom, rgb(33, 33, 33) 10%, black 90%);*/
}
@font-face {
font-family: 'SwankyAndMooMoo';
src: url('../fonts/Swankya... | 0.403567 | 0.061848 |
@utf-8;
/* -----------------------------------------------------------------------------
Proyecto: Human Centeredness experimental evaluation tool
Autores: <NAME>, <NAME>
Fecha: 2015-09-1
Versión: 2.0 (español)
----------------------------------------------------------------------------- */
/* ZONA de la ENCU... | CSS/hcxet.css | @utf-8;
/* -----------------------------------------------------------------------------
Proyecto: Human Centeredness experimental evaluation tool
Autores: <NAME>, <NAME>
Fecha: 2015-09-1
Versión: 2.0 (español)
----------------------------------------------------------------------------- */
/* ZONA de la ENCU... | 0.216425 | 0.115986 |
body {
margin: 5px;
}
.bold {
font-weight: bold;
}
.footer {
display: flex;
z-index: 99!important;
}
.footer>footer {
position: fixed!important;
bottom: 0px!important;
left: 0px!important;
z-index: 99!important;
width: 100%;
}
.unselectable {
-webkit-touch-callout: none;
... | css/styles.css | body {
margin: 5px;
}
.bold {
font-weight: bold;
}
.footer {
display: flex;
z-index: 99!important;
}
.footer>footer {
position: fixed!important;
bottom: 0px!important;
left: 0px!important;
z-index: 99!important;
width: 100%;
}
.unselectable {
-webkit-touch-callout: none;
... | 0.403684 | 0.06236 |
.login-container{
background-color: #fae0b1;
height: 100vh;
width: 100vw;
position: relative;
display: flex;
flex-direction: column;
}
.login__header{
height: 85vh;
width: 100%;
display: flex;
gap: 20px;
align-items: center;
justify-content: center;
}
.login__header .login__header__left{
wid... | src/app/components/login/login.component.css | .login-container{
background-color: #fae0b1;
height: 100vh;
width: 100vw;
position: relative;
display: flex;
flex-direction: column;
}
.login__header{
height: 85vh;
width: 100%;
display: flex;
gap: 20px;
align-items: center;
justify-content: center;
}
.login__header .login__header__left{
wid... | 0.33231 | 0.03825 |
.navbar-inverse {
background-color: #EF8B18;
border: none;
color: #635A5A;
}
.navbar-brand img {
height: 127px;
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
z-index: 9999;
margin-top: -15px;
}
.container-fluid{
margin-left: 0px;
margin-right: 0px;
padding-right: 0px;
padding-left:... | boot/css/s.css | .navbar-inverse {
background-color: #EF8B18;
border: none;
color: #635A5A;
}
.navbar-brand img {
height: 127px;
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
z-index: 9999;
margin-top: -15px;
}
.container-fluid{
margin-left: 0px;
margin-right: 0px;
padding-right: 0px;
padding-left:... | 0.244003 | 0.072703 |
@import 'https://fonts.googleapis.com/css?family=Open+Sans';
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: Monaco, Menlo, 'Ubuntu Mono', Consolas, source-code-pro, monospace;
line-height: 1.75em;
font-size: 10px;
background-color: #222;
color: #aaa;
}
.... | youcomment/static/style.css | @import 'https://fonts.googleapis.com/css?family=Open+Sans';
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: Monaco, Menlo, 'Ubuntu Mono', Consolas, source-code-pro, monospace;
line-height: 1.75em;
font-size: 10px;
background-color: #222;
color: #aaa;
}
.... | 0.394084 | 0.144179 |
.bt-aerospace-n-1 {
color: white;
}
.bt-aerospace-alt-n-1 {
color: white;
}
.bt-armor-n-1 {
color: white;
}
.bt-bannsons-raiders-n-1 {
color: #8c9fab;
}
.bt-bannsons-raiders-n-2 {
color: #734526;
}
.bt-battletech-hbs {
color: white;
}
.bt-battletech-hbs-n-1 {
color: black;
}
.bt-battletech-hbs-p-1 ... | css/example-colors.css | .bt-aerospace-n-1 {
color: white;
}
.bt-aerospace-alt-n-1 {
color: white;
}
.bt-armor-n-1 {
color: white;
}
.bt-bannsons-raiders-n-1 {
color: #8c9fab;
}
.bt-bannsons-raiders-n-2 {
color: #734526;
}
.bt-battletech-hbs {
color: white;
}
.bt-battletech-hbs-n-1 {
color: black;
}
.bt-battletech-hbs-p-1 ... | 0.519278 | 0.092565 |
@import url("https://fonts.googleapis.com/css?family=Russo+One");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
* {
box-sizing: border-box; }
body {
margin: 0;
padding: 0;
background-color: #21222e; }
@keyframes featured {
0%, 100% {
box-shadow: 0 0 0 1px #4caf50, 0 0 20... | src/components/Portfolio/style/main.css | @import url("https://fonts.googleapis.com/css?family=Russo+One");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
* {
box-sizing: border-box; }
body {
margin: 0;
padding: 0;
background-color: #21222e; }
@keyframes featured {
0%, 100% {
box-shadow: 0 0 0 1px #4caf50, 0 0 20... | 0.492432 | 0.099908 |
:root {
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--text-primary: #b6b6b6;
--text-secondary: #ececec;
--bg-primary: #23232e;
--bg-secondary: #141418;
}
body {
... | public/css/style.css | :root {
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--text-primary: #b6b6b6;
--text-secondary: #ececec;
--bg-primary: #23232e;
--bg-secondary: #141418;
}
body {
... | 0.47317 | 0.123445 |
body{
font: 15px/1.5 Arial, Helvetica,sans-serif;
padding:0;
margin:0;
background-color:#dcdcdc;
}
.container{
width:80%;
margin:auto;
overflow:hidden;
}
ul{
margin:0;
padding:0;
}
.button_1{
height:38px;
background:#369bcf;
border:0;
margin-left:5px;
color:#ffffff;
width:91%;
}
.dark{... | css/style.css | body{
font: 15px/1.5 Arial, Helvetica,sans-serif;
padding:0;
margin:0;
background-color:#dcdcdc;
}
.container{
width:80%;
margin:auto;
overflow:hidden;
}
ul{
margin:0;
padding:0;
}
.button_1{
height:38px;
background:#369bcf;
border:0;
margin-left:5px;
color:#ffffff;
width:91%;
}
.dark{... | 0.235021 | 0.063511 |
.background_peru2,
.hover_background_peru2:hover,
.active_background_peru2:active:hover {
background: #cd8640;
background-image: -moz-linear-gradient(top, rgb(219, 168, 117) 0%, rgb(205, 134, 64) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(219, 168, 117)), co... | widgets/common/assets/gradients/simple/peru/peru2.css | .background_peru2,
.hover_background_peru2:hover,
.active_background_peru2:active:hover {
background: #cd8640;
background-image: -moz-linear-gradient(top, rgb(219, 168, 117) 0%, rgb(205, 134, 64) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(219, 168, 117)), co... | 0.4856 | 0.141637 |
8.0.0-beta7:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44
8.0.0-beta9:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44
8.0.0-beta10:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44
8.0.0-beta11:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44
8.0.0-beta... | hashs-database/hashs/core___themes___bartik___css___components___ui-dialog.css | 8.0.0-beta7:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44
8.0.0-beta9:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44
8.0.0-beta10:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44
8.0.0-beta11:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44
8.0.0-beta... | 0.168788 | 0.119691 |
body {
background-color: #fff;
}
.YG_container .mui-scroll-wrapper {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
.YG_container .YG_search {
position: relative;
padding: 0 10px;
margin-top: 10px;
}
.YG_container .YG_search input {
height: 30px;
line-heigh... | public/M/css/searchList.css | body {
background-color: #fff;
}
.YG_container .mui-scroll-wrapper {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
.YG_container .YG_search {
position: relative;
padding: 0 10px;
margin-top: 10px;
}
.YG_container .YG_search input {
height: 30px;
line-heigh... | 0.458349 | 0.121842 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
display:flex;
align-items: center;
justify-content: center;
min-height: 100vh;
}
#box{
position: relative;
width: 300px;
height: 300px;
transform-style: preserve-3d;
}
#box::before{
content: '';
position: absol... | 3d/AmazonBox/style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
display:flex;
align-items: center;
justify-content: center;
min-height: 100vh;
}
#box{
position: relative;
width: 300px;
height: 300px;
transform-style: preserve-3d;
}
#box::before{
content: '';
position: absol... | 0.444083 | 0.085633 |
.background_glassyMagenta1,
.hover_background_glassyMagenta1:hover,
.active_background_glassyMagenta1:active:hover {
background: #ffb5ff;
background-image: -moz-linear-gradient(top, rgb(255, 138, 255) 0%, rgb(255, 94, 255) 50%, rgb(255, 50, 255) 55%, rgb(255, 181, 255) 100%);
background-image: -webkit-grad... | widgets/common/assets/gradients/glassy/glassyMagenta/glassyMagenta1.css | .background_glassyMagenta1,
.hover_background_glassyMagenta1:hover,
.active_background_glassyMagenta1:active:hover {
background: #ffb5ff;
background-image: -moz-linear-gradient(top, rgb(255, 138, 255) 0%, rgb(255, 94, 255) 50%, rgb(255, 50, 255) 55%, rgb(255, 181, 255) 100%);
background-image: -webkit-grad... | 0.587588 | 0.085595 |
.jobsSearch .row,
.jobsSearch .col,
.jobsSearch .col-1,
.jobsSearch .col-2,
.jobsSearch .col-3,
.jobsSearch .col-4,
.jobsSearch .col-5,
.jobsSearch .col-6,
.jobsSearch .col-7,
.jobsSearch .col-8,
.jobsSearch .col-9,
.jobsSearch .col-10,
.jobsSearch .col-11,
.jobsSearch .col-12 {
padding: 0; margin: 0;
}
/* User Jo... | frontend/src/components/jobs/searchJobs/searchJobs.css | .jobsSearch .row,
.jobsSearch .col,
.jobsSearch .col-1,
.jobsSearch .col-2,
.jobsSearch .col-3,
.jobsSearch .col-4,
.jobsSearch .col-5,
.jobsSearch .col-6,
.jobsSearch .col-7,
.jobsSearch .col-8,
.jobsSearch .col-9,
.jobsSearch .col-10,
.jobsSearch .col-11,
.jobsSearch .col-12 {
padding: 0; margin: 0;
}
/* User Jo... | 0.6137 | 0.066691 |
.selectBox-dropdown {
}
.selectBox-dropdown-menu a:hover {
text-decoration: none;
}
.selectBox-dropdown.selectBox-menuShowing-bottom {
-moz-border-radius-bottomleft: 0;
-moz-border-radius-bottomright: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
... | frontend/web/css/selectbox.css | .selectBox-dropdown {
}
.selectBox-dropdown-menu a:hover {
text-decoration: none;
}
.selectBox-dropdown.selectBox-menuShowing-bottom {
-moz-border-radius-bottomleft: 0;
-moz-border-radius-bottomright: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
... | 0.233881 | 0.057098 |
.head-read{
background-image:url("../images/read-bg.jpg");
/*font-family:'新宋体'*/
}
.head-read h1{
color: #FFF;
font-size: 35px;
text-align: center;
padding-top: 100px;
}
.head-read p{
text-align: center;
color: #8F8F8F;
font-size: 13px;
margin-top: 20px;
}
.head-read p{
text-... | content/css/index.css | .head-read{
background-image:url("../images/read-bg.jpg");
/*font-family:'新宋体'*/
}
.head-read h1{
color: #FFF;
font-size: 35px;
text-align: center;
padding-top: 100px;
}
.head-read p{
text-align: center;
color: #8F8F8F;
font-size: 13px;
margin-top: 20px;
}
.head-read p{
text-... | 0.222109 | 0.076304 |
.title-size { font-size: 39px; }
.home-subtitle { font-size: 39px; margin-bottom: 32px; margin-top: 5px; color: #263238; font-weight: 300; }
.header-panel.shadow-z-2 { background-color: #212121; padding: 50px 0 15px 0; width: 100%; }
.icon { background: white; opacity: 0.63; border-radius: 100%; text-align: center; ... | _site/static/css/styles.css | .title-size { font-size: 39px; }
.home-subtitle { font-size: 39px; margin-bottom: 32px; margin-top: 5px; color: #263238; font-weight: 300; }
.header-panel.shadow-z-2 { background-color: #212121; padding: 50px 0 15px 0; width: 100%; }
.icon { background: white; opacity: 0.63; border-radius: 100%; text-align: center; ... | 0.335569 | 0.13215 |
.webintern-footer {
background: #0d2034;
width: 100%;
margin-top: 100px;
}
.webintern-footer-inner {
padding-top: 80px;
padding-bottom: 10px;
}
.webintern-footer-logo {
display: inline-block;
}
.webintern-footer .webintern-footer-inner .simple-text p {
color: #fff;
margin-top: 20px;
margin-bottom: 15px;
}
.si... | INCLUDES/css/footer.css | .webintern-footer {
background: #0d2034;
width: 100%;
margin-top: 100px;
}
.webintern-footer-inner {
padding-top: 80px;
padding-bottom: 10px;
}
.webintern-footer-logo {
display: inline-block;
}
.webintern-footer .webintern-footer-inner .simple-text p {
color: #fff;
margin-top: 20px;
margin-bottom: 15px;
}
.si... | 0.215846 | 0.036631 |
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
@font-face {
font-family: 'Raleway';
src: url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot");
/* IE9 Compat Modes */
src: local("Raleway"), local("Raleway-Regular"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regul... | public/css/Front/staff/evaluate/evaluate.css | @import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
@font-face {
font-family: 'Raleway';
src: url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot");
/* IE9 Compat Modes */
src: local("Raleway"), local("Raleway-Regular"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regul... | 0.287168 | 0.039416 |
@import './vars';
@import './mixins';
.blog-posts-filter {
display: flex;
align-items: center;
justify-content: center;
padding: 2rem;
text-align: right;
font-size: .8rem;
color: color($color-text l(+30%));
font-family: monospace;
white-space: nowrap;
overflow: hidden;
@mixin min-width $break-md... | src/styles/blog.css | @import './vars';
@import './mixins';
.blog-posts-filter {
display: flex;
align-items: center;
justify-content: center;
padding: 2rem;
text-align: right;
font-size: .8rem;
color: color($color-text l(+30%));
font-family: monospace;
white-space: nowrap;
overflow: hidden;
@mixin min-width $break-md... | 0.706393 | 0.101056 |
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Oswald:400);
html {
height: 100%;
font-size: 100%;
}
body {
background: radial-gradient(ellipse at center, #8d93a0 0%, #f2f2f2 100%);
}
main {
width: 16rem;
margin: 10rem auto;
background: rgba(255,255,255,0.8);
border-radius: 0.... | web/views/css/profil/profil.css | @import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Oswald:400);
html {
height: 100%;
font-size: 100%;
}
body {
background: radial-gradient(ellipse at center, #8d93a0 0%, #f2f2f2 100%);
}
main {
width: 16rem;
margin: 10rem auto;
background: rgba(255,255,255,0.8);
border-radius: 0.... | 0.443118 | 0.080033 |
@import url('https://fonts.googleapis.com/css?family=Saira+Condensed&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Arial, sans-serif;
}
h1 {
text-align: center;
padding-top: 10px;
padding-bottom: 15px;
padding-left: 15px;
color: #FFFFFF;
font-size: 20px;
text-ali... | docs/response/css/style.css | @import url('https://fonts.googleapis.com/css?family=Saira+Condensed&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Arial, sans-serif;
}
h1 {
text-align: center;
padding-top: 10px;
padding-bottom: 15px;
padding-left: 15px;
color: #FFFFFF;
font-size: 20px;
text-ali... | 0.373076 | 0.084455 |
@import url("https://fonts.googleapis.com/css?family=Poppins");
@import url("https://fonts.googleapis.com/css?family=Questrial");
body {
margin: 0%;
padding: 0%;
width: auto;
/* background: var(--bg-color); */
/*background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
color: var(... | css/index.css | @import url("https://fonts.googleapis.com/css?family=Poppins");
@import url("https://fonts.googleapis.com/css?family=Questrial");
body {
margin: 0%;
padding: 0%;
width: auto;
/* background: var(--bg-color); */
/*background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
color: var(... | 0.265119 | 0.052619 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Oswald";
}
body {
background-color: #415a77;
}
.logo {
font-weight: 900;
font-size: 2rem;
}
.bottom-separator {
border-bottom: solid 2px #ffffff69;
box-shadow: 0 10px 10px -10px #00000069;
}
.nav-container {
position: fixed;
left... | src/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Oswald";
}
body {
background-color: #415a77;
}
.logo {
font-weight: 900;
font-size: 2rem;
}
.bottom-separator {
border-bottom: solid 2px #ffffff69;
box-shadow: 0 10px 10px -10px #00000069;
}
.nav-container {
position: fixed;
left... | 0.464173 | 0.135919 |
.Wrapper {
position: relative;
z-index: 0;
display: flex;
align-items: flex-start;
padding: 1px;
cursor: text;
}
.Wrapper-disabled {
opacity: var(--x-opacity-disabled);
cursor: disabled;
pointer-events: none;
}
.Wrapper-readonly {
opacity: var(--x-opacity-readonly);
}
.Wrapper-backgroundTranspare... | src/components/TextField/TextField.css | .Wrapper {
position: relative;
z-index: 0;
display: flex;
align-items: flex-start;
padding: 1px;
cursor: text;
}
.Wrapper-disabled {
opacity: var(--x-opacity-disabled);
cursor: disabled;
pointer-events: none;
}
.Wrapper-readonly {
opacity: var(--x-opacity-readonly);
}
.Wrapper-backgroundTranspare... | 0.520253 | 0.092115 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("torrentleech.pl") {
body {
background-attachment: fixed !important;
background-color: #0e1316 !important;
background-size:100% 100%;
background-image: url(http://i58.tinypic.com/2pzznh5.jpg) !important;
color: #ff... | data/usercss/101480.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("torrentleech.pl") {
body {
background-attachment: fixed !important;
background-color: #0e1316 !important;
background-size:100% 100%;
background-image: url(http://i58.tinypic.com/2pzznh5.jpg) !important;
color: #ff... | 0.200127 | 0.127979 |
.cal-month {
float: left; /* LTR */
margin: 0 6px 6px;
}
/* - Some themes set the width to 100% and browsers will honor that above the
* width of individual columns when using fixed table-layout.
* - IE7 will always honor that, even without fixed table-layout.
* So we use both and assure that each column gets... | php/tmp/update-extraction-b5dce9b3/availability_calendars/availability_calendar.base.css | .cal-month {
float: left; /* LTR */
margin: 0 6px 6px;
}
/* - Some themes set the width to 100% and browsers will honor that above the
* width of individual columns when using fixed table-layout.
* - IE7 will always honor that, even without fixed table-layout.
* So we use both and assure that each column gets... | 0.537527 | 0.422028 |
.container-1{
background-color: rgb(191, 226, 236);
text-align:left;
width:auto;
height:55em;
font-size:10px;
font-weight:bold;
}
header{
background-color: rgb(191, 226, 236);
padding-left:11em;
font-size:1.5em;
padding-top:1em;
padding-bottom:3em;
}
#ra{
... | webby.css | .container-1{
background-color: rgb(191, 226, 236);
text-align:left;
width:auto;
height:55em;
font-size:10px;
font-weight:bold;
}
header{
background-color: rgb(191, 226, 236);
padding-left:11em;
font-size:1.5em;
padding-top:1em;
padding-bottom:3em;
}
#ra{
... | 0.422624 | 0.067979 |
.glow {
-webkit-filter: blur(5px);
filter: blur(5px);
}
#popup-text{
margin-left: 2%;
}
#popii{
font-size: 1.35em;
}
#popup {
background-color: aliceblue;
display:none;
border-radius: 10px;
position: fixed;
margin:0 auto;
top: 50%;
left: 50%;
transform: ... | static/freelancer.css | .glow {
-webkit-filter: blur(5px);
filter: blur(5px);
}
#popup-text{
margin-left: 2%;
}
#popii{
font-size: 1.35em;
}
#popup {
background-color: aliceblue;
display:none;
border-radius: 10px;
position: fixed;
margin:0 auto;
top: 50%;
left: 50%;
transform: ... | 0.260766 | 0.080213 |
background-color: transparent;
background-image: none;
position: absolute;
}
#s-866e04c5-8212-4a5f-9ff7-8983eb691952 > #alignmentBox {
position: relative;
margin: 0 auto;
width: 1366px;
min-width: 1366px;
min-height: 768px;
}
#s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_2 {
positio... | public/resources/screens/866e04c5-8212-4a5f-9ff7-8983eb691952-1456588835954.css | background-color: transparent;
background-image: none;
position: absolute;
}
#s-866e04c5-8212-4a5f-9ff7-8983eb691952 > #alignmentBox {
position: relative;
margin: 0 auto;
width: 1366px;
min-width: 1366px;
min-height: 768px;
}
#s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_2 {
positio... | 0.295636 | 0.048003 |
html, body {
height: 100%;
}
body {
margin: 0;
padding: 0;
/*background: url(../css/background.png) no-repeat;*/
background-color: #1b4b72;
background-size: cover;
/* overflow: hidden; */
}
.camera-tip {
position: absolute;
top: 45%;
width: 100%;
z-index: -2;
text-alig... | public/css/default.css | html, body {
height: 100%;
}
body {
margin: 0;
padding: 0;
/*background: url(../css/background.png) no-repeat;*/
background-color: #1b4b72;
background-size: cover;
/* overflow: hidden; */
}
.camera-tip {
position: absolute;
top: 45%;
width: 100%;
z-index: -2;
text-alig... | 0.460046 | 0.074433 |
* {
box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
a {
color: var(--primary-brand-color);
font-family: 'Bangers', monospace;
font-display: optional;
letter-spacing: var(--bangers-font-spacing);
}
.hero__content {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;... | src/pages/index.css | * {
box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
a {
color: var(--primary-brand-color);
font-family: 'Bangers', monospace;
font-display: optional;
letter-spacing: var(--bangers-font-spacing);
}
.hero__content {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;... | 0.614625 | 0.159872 |
@media print {
.pagebreak { page-break-before: always; }
/* table {page-break-inside: auto;} */
}
@page {
margin-top: 70px;
margin-bottom: 100px;
margin-right: 60px;
margin-left: 60px;
}
@page {
@top-left {
content: element(header);
}
}
@page {
@bottom-right {
conten... | smseventlog/_resources/reports/report_style.css |
@media print {
.pagebreak { page-break-before: always; }
/* table {page-break-inside: auto;} */
}
@page {
margin-top: 70px;
margin-bottom: 100px;
margin-right: 60px;
margin-left: 60px;
}
@page {
@top-left {
content: element(header);
}
}
@page {
@bottom-right {
conten... | 0.458591 | 0.093554 |
body , .brand_background{
background: #EBEBEB !important;
}
.header-logo{
background:#ebebeb;
padding:5px;
}
.full_scale_menu{
width:100%;
}
.full_scale_menu li{
width:11%;
padding:5px;
text-align:center;
... | public/css/brand_header_footer.css | body , .brand_background{
background: #EBEBEB !important;
}
.header-logo{
background:#ebebeb;
padding:5px;
}
.full_scale_menu{
width:100%;
}
.full_scale_menu li{
width:11%;
padding:5px;
text-align:center;
... | 0.272218 | 0.059156 |
@font-face {
font-family: "black";
src: url("../font/DINNextLTArabic-Black.ttf") format("truetype")
}
@font-face {
font-family: "bold";
src: url("../font/DINNextLTArabic-Bold.ttf") format("truetype")
}
@font-face {
font-family: "medium";
src: url("../font/DINNextLTArabic-Medium.ttf") format("tru... | assets/css/custom.css | @font-face {
font-family: "black";
src: url("../font/DINNextLTArabic-Black.ttf") format("truetype")
}
@font-face {
font-family: "bold";
src: url("../font/DINNextLTArabic-Bold.ttf") format("truetype")
}
@font-face {
font-family: "medium";
src: url("../font/DINNextLTArabic-Medium.ttf") format("tru... | 0.451327 | 0.105995 |
input[type="text"],
input[type="url"],
input[type="email"],
input[type="search"],
input[type="date"],
input[type="datatime"],
input[type="datatime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea,
select,
select[multiple] {
... | src/mobile/css/Form.css | input[type="text"],
input[type="url"],
input[type="email"],
input[type="search"],
input[type="date"],
input[type="datatime"],
input[type="datatime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea,
select,
select[multiple] {
... | 0.318697 | 0.165391 |
.top_selects_circuits {
display: table;
width: 100%;
text-align: center;
position: relative;
}
.selects_circuit {
display: table-cell;
width: 50%;
}
#users_list, #circuits_list {
height: 80px;
overflow: auto;
border: 1px solid #cccccc;
text-align: left;
padding: .5em;
w... | web/css/circuit.css | .top_selects_circuits {
display: table;
width: 100%;
text-align: center;
position: relative;
}
.selects_circuit {
display: table-cell;
width: 50%;
}
#users_list, #circuits_list {
height: 80px;
overflow: auto;
border: 1px solid #cccccc;
text-align: left;
padding: .5em;
w... | 0.394201 | 0.100172 |
/*
Theme Name: Puppet Labs
Theme URI: http://puppetlabs.com/wp-content/themes/puppetlabs
Description: The default theme for the Puppet Labs website
Version: 1.0.
Author: <NAME>
Author URI: http://designerandrew.com/
Tags: minimalist, html5
Puppet Labs v1.0
http://diggingintowordpress.com/
This theme is based off ... | docsets/Puppet.docset/Contents/Resources/Documents/files/stylesheets/style_legacy.css | /*
Theme Name: Puppet Labs
Theme URI: http://puppetlabs.com/wp-content/themes/puppetlabs
Description: The default theme for the Puppet Labs website
Version: 1.0.
Author: <NAME>
Author URI: http://designerandrew.com/
Tags: minimalist, html5
Puppet Labs v1.0
http://diggingintowordpress.com/
This theme is based off ... | 0.385606 | 0.11304 |
.country-page-div {
position: relative;
width: 100%;
padding: 30px;
border-radius: 1.5rem;
z-index: 100;
display: flex;
animation: scale 1000ms ease;
}
.country-page-div[theme="dark"] {
background: var(--dark-mode-dark-secondary);
color: var(--dark-mode-white-font);
}
.country-page-div[theme="light"... | src/style/country.css | .country-page-div {
position: relative;
width: 100%;
padding: 30px;
border-radius: 1.5rem;
z-index: 100;
display: flex;
animation: scale 1000ms ease;
}
.country-page-div[theme="dark"] {
background: var(--dark-mode-dark-secondary);
color: var(--dark-mode-white-font);
}
.country-page-div[theme="light"... | 0.539469 | 0.076753 |
.video-container {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.video-container video {
/* Make video to at least 100% wide and tall */
min-width: 100%;
min-height: 100%;
opacity: 0.9;
z-index: -1;
/* Setting width & hei... | assets/css/style.css | .video-container {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.video-container video {
/* Make video to at least 100% wide and tall */
min-width: 100%;
min-height: 100%;
opacity: 0.9;
z-index: -1;
/* Setting width & hei... | 0.601711 | 0.086323 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;700&display=swap');
* {
margin: 0;
padding: 0;
scroll-behavior: smooth;
}
body {
width: 100%;
height: 100%;
max-width: 100%;
overflow-x: hidden;
}
body::-webkit-scrollbar {
width: 0.25rem;
}... | server/static/prototype1/home/style.css | @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;700&display=swap');
* {
margin: 0;
padding: 0;
scroll-behavior: smooth;
}
body {
width: 100%;
height: 100%;
max-width: 100%;
overflow-x: hidden;
}
body::-webkit-scrollbar {
width: 0.25rem;
}... | 0.400398 | 0.076442 |
*{
font-family: 'risque',cursive;
}
body{
background: url(../img/cookieimg.jpg)no-repeat center fixed;
background-size: cover;
}
#home:link{
margin-right: 400px;
}
a{
text-decoration: none;
color: rgb(177, 117, 111);
font-size: larger;
padding:15px;
margin: 20px;
}
nav ul li{
font... | css/style1.css | *{
font-family: 'risque',cursive;
}
body{
background: url(../img/cookieimg.jpg)no-repeat center fixed;
background-size: cover;
}
#home:link{
margin-right: 400px;
}
a{
text-decoration: none;
color: rgb(177, 117, 111);
font-size: larger;
padding:15px;
margin: 20px;
}
nav ul li{
font... | 0.327131 | 0.10581 |
body {
height: 100%;
background-color: #ffffff;
cursor: default;
}
.nav-bar{
background-color: #ffffff;
}
.nav-bar .brand-logo{
height:100%;
font-family: 'Lato', sans-serif; font-size: 25px; font-weight: 500;
color: #000000;
}
@media only screen and (max-width: 600px) {
.container ... | stylesec.css | body {
height: 100%;
background-color: #ffffff;
cursor: default;
}
.nav-bar{
background-color: #ffffff;
}
.nav-bar .brand-logo{
height:100%;
font-family: 'Lato', sans-serif; font-size: 25px; font-weight: 500;
color: #000000;
}
@media only screen and (max-width: 600px) {
.container ... | 0.252568 | 0.059866 |
.navbar {
margin-bottom: 0px;
}
.navbar-inverse .navbar-brand {
font-size: 2em;
color: #fff;
}
.navbar-inverse .navbar-brand:hover {
color: #ccc;
}
.navbar-brand .logo {
color: #5cb85c;
}
.main-container {
margin-top: 20px;
}
.registration-form {
max-width: 450px;
... | css/style.css | .navbar {
margin-bottom: 0px;
}
.navbar-inverse .navbar-brand {
font-size: 2em;
color: #fff;
}
.navbar-inverse .navbar-brand:hover {
color: #ccc;
}
.navbar-brand .logo {
color: #5cb85c;
}
.main-container {
margin-top: 20px;
}
.registration-form {
max-width: 450px;
... | 0.346099 | 0.086362 |
.print {
display: none;
}
body {
font-family: 'Aragon Sans W01';
}
.departmentHeading {
background: transparent url("https://www.uta.edu/cfo/_files/images/title_bar.svg");
background: transparent url("https://www.uta.edu/cfo/_files/images/title_bar.svg");
background-repeat: no-repea... | _css/MDB-org-chart.css | .print {
display: none;
}
body {
font-family: 'Aragon Sans W01';
}
.departmentHeading {
background: transparent url("https://www.uta.edu/cfo/_files/images/title_bar.svg");
background: transparent url("https://www.uta.edu/cfo/_files/images/title_bar.svg");
background-repeat: no-repea... | 0.278551 | 0.071106 |
div {
-dls-tab-height-s: 40px;
-dls-tab-height-m: 44px;
-dls-tab-height-l: 48px;
-dls-tab-padding-x-s: 16px;
-dls-tab-padding-x-m: 16px;
-dls-tab-padding-x-l: 16px;
-dls-tab-spacing-x-s: 20px;
-dls-tab-spacing-x-m: 24px;
-dls-tab-spacing-x-l: 28px;
-dls-tab-dropdown-spacing-x: 8px;
-dls-tab-dropdo... | packages/less-plugin-dls/test/specs/tabs/tabs.css | div {
-dls-tab-height-s: 40px;
-dls-tab-height-m: 44px;
-dls-tab-height-l: 48px;
-dls-tab-padding-x-s: 16px;
-dls-tab-padding-x-m: 16px;
-dls-tab-padding-x-l: 16px;
-dls-tab-spacing-x-s: 20px;
-dls-tab-spacing-x-m: 24px;
-dls-tab-spacing-x-l: 28px;
-dls-tab-dropdown-spacing-x: 8px;
-dls-tab-dropdo... | 0.208501 | 0.069795 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("play.pokemonshowdown.com"), domain("psim.us") {
li[id$='-userlist-user-flareninja'] {
background: rgba(0, 0, 0, 0) url("http://www.serebii.net/pokedex-xy/icon/381.png") right no-repeat;
}
li[id$='-userlist-user-pokbattlerpm'] {
backgro... | data/usercss/119372.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("play.pokemonshowdown.com"), domain("psim.us") {
li[id$='-userlist-user-flareninja'] {
background: rgba(0, 0, 0, 0) url("http://www.serebii.net/pokedex-xy/icon/381.png") right no-repeat;
}
li[id$='-userlist-user-pokbattlerpm'] {
backgro... | 0.284974 | 0.138637 |
@font-face {
font-family: 'alien_leagueregular';
src: url('../fonts/alienleagueregular-9d3z-webfont.woff2') format('woff2'),
url('../fonts/alienleagueregular-9d3z-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'coolveticaregular';
s... | css/main.css | @font-face {
font-family: 'alien_leagueregular';
src: url('../fonts/alienleagueregular-9d3z-webfont.woff2') format('woff2'),
url('../fonts/alienleagueregular-9d3z-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'coolveticaregular';
s... | 0.373647 | 0.063861 |
@import 'https://fonts.googleapis.com/css?family=Roboto+Mono:300,700|Roboto+Slab:100|Roboto:400,900';
body {
padding-top: 5px;
font-size: 14px;
color: #fafafa;
font-family: "Roboto", sans-serif; }
h1 {
margin-bottom: 10px;
font-family: "Roboto Slab", serif;
font-size: 34.3px;
text-align: center;
text... | css/base.css | @import 'https://fonts.googleapis.com/css?family=Roboto+Mono:300,700|Roboto+Slab:100|Roboto:400,900';
body {
padding-top: 5px;
font-size: 14px;
color: #fafafa;
font-family: "Roboto", sans-serif; }
h1 {
margin-bottom: 10px;
font-family: "Roboto Slab", serif;
font-size: 34.3px;
text-align: center;
text... | 0.345216 | 0.127164 |
.iron1 {
content: url(picture/resource/iron1.png);
position: absolute;
top: -19%;
left: 40%;
width: 45%;
}
.iron2 {
content: url(picture/resource/iron2.png);
position: absolute;
top: -3%;
left: 70%;
width: 40%;
}
.iron3 {
content: url(picture/resource/iron3.png);
positi... | Client/iron.css | .iron1 {
content: url(picture/resource/iron1.png);
position: absolute;
top: -19%;
left: 40%;
width: 45%;
}
.iron2 {
content: url(picture/resource/iron2.png);
position: absolute;
top: -3%;
left: 70%;
width: 40%;
}
.iron3 {
content: url(picture/resource/iron3.png);
positi... | 0.759315 | 0.129706 |