code stringlengths 2k 1.04M | repo_path stringlengths 5 517 | parsed_code stringlengths 0 1.04M | quality_prob float64 0.02 0.95 | learning_prob float64 0.02 0.93 |
|---|---|---|---|---|
@CHARSET "ISO-8859-1";
.sortable-placeholder {
border: 3px dashed gray;
height: 48px;
}
.draghandle {
cursor: move
}
tr.wm_map_disabled {
color: #ccc;
}
td.wm_maptitle {
padding-right: 20px;
}
span.wm_maptitle {
font-size: 150%;
}
.wm_controls {
font-size: 70%;
... | cacti-resources/weathermap.css | @CHARSET "ISO-8859-1";
.sortable-placeholder {
border: 3px dashed gray;
height: 48px;
}
.draghandle {
cursor: move
}
tr.wm_map_disabled {
color: #ccc;
}
td.wm_maptitle {
padding-right: 20px;
}
span.wm_maptitle {
font-size: 150%;
}
.wm_controls {
font-size: 70%;
... | 0.397471 | 0.124001 |
html {
min-height: 100vh;
}
body {
/* min-height: 100vh;
max-height: 100vh; */
background-color: #efebe9;
background-image: url('../img/sera200.png');
background-repeat: repeat;
display:flex;
flex-direction: column;
overflow: hidden;
}
.top-line {
flex-shrink: 0;
height: 5px;
width: 100%;
b... | dist/css/style.css | html {
min-height: 100vh;
}
body {
/* min-height: 100vh;
max-height: 100vh; */
background-color: #efebe9;
background-image: url('../img/sera200.png');
background-repeat: repeat;
display:flex;
flex-direction: column;
overflow: hidden;
}
.top-line {
flex-shrink: 0;
height: 5px;
width: 100%;
b... | 0.390243 | 0.060529 |
.markdown-section {
max-width: unset;
/* This could go in docsify-themeable. */
/* Original value: */
/* padding: 2rem 45px; */
padding: var(--content-padding);
margin: var(--content-margin);
}
.app-nav:not(:empty) ~ main .markdown-section {
/*
* Note, padding-top from _content.scss overrides the top paddin... | docs/styles/main-content.css | .markdown-section {
max-width: unset;
/* This could go in docsify-themeable. */
/* Original value: */
/* padding: 2rem 45px; */
padding: var(--content-padding);
margin: var(--content-margin);
}
.app-nav:not(:empty) ~ main .markdown-section {
/*
* Note, padding-top from _content.scss overrides the top paddin... | 0.566019 | 0.190329 |
@keyframes czekanie{
0%{
border-color: rgb(0, 129, 161);
}
25%{
border-color: var(--czerw);
}
50%{
border-color: rgb(255, 174, 0);
}
75%{
border-color: var(--czerw);
}
100%{
border-color: rgb(0, 129, 161);
}
}
@-webkit-keyframes czekanie{
... | css/Animacje.css |
@keyframes czekanie{
0%{
border-color: rgb(0, 129, 161);
}
25%{
border-color: var(--czerw);
}
50%{
border-color: rgb(255, 174, 0);
}
75%{
border-color: var(--czerw);
}
100%{
border-color: rgb(0, 129, 161);
}
}
@-webkit-keyframes czekanie{
... | 0.468304 | 0.107672 |
*{/*border:solid 1px;*/
position:relative;
text-align:center;
}
/*上下邊*/
html,body{
width:100%;height:100%;
padding:0px;margin:0px;
}
body{
background-color:#51270b;
border-top:solid 70px #e7dbb6;
border-bottom:solid 211px #e7dbb6;
box-sizing:border-box;
overflow:hidden;
}
.namecard{
font-family:微軟正黑體;
width:2... | css/style.css | *{/*border:solid 1px;*/
position:relative;
text-align:center;
}
/*上下邊*/
html,body{
width:100%;height:100%;
padding:0px;margin:0px;
}
body{
background-color:#51270b;
border-top:solid 70px #e7dbb6;
border-bottom:solid 211px #e7dbb6;
box-sizing:border-box;
overflow:hidden;
}
.namecard{
font-family:微軟正黑體;
width:2... | 0.295332 | 0.042245 |
.scullyio-lang-select {
position: relative;
display: flex;
justify-content: flex-start;
margin: 0 6px 6px;
}
.scullyio-lang-select label.select {
position: relative;
display: flex;
padding: 8px 14px;
padding-right: 48px;
color: rgba(0, 0, 0, 0.7);
font-size: 12px;
font-weight: 900;
text-transfo... | apps/scully-docs/src/app/components/lang-select/component/lang-select/lang-select.component.css | .scullyio-lang-select {
position: relative;
display: flex;
justify-content: flex-start;
margin: 0 6px 6px;
}
.scullyio-lang-select label.select {
position: relative;
display: flex;
padding: 8px 14px;
padding-right: 48px;
color: rgba(0, 0, 0, 0.7);
font-size: 12px;
font-weight: 900;
text-transfo... | 0.552298 | 0.119974 |
*,
::before,
::after {
box-sizing: border-box;
border-style: solid;
border-width: 0;
}
body {
margin: 0;
padding: 0;
}
html {
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
}
@font-face {
font-display: swap;
font-family: "Graphik";
font-style: normal;
font-weight: 400;
... | home.css | *,
::before,
::after {
box-sizing: border-box;
border-style: solid;
border-width: 0;
}
body {
margin: 0;
padding: 0;
}
html {
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
}
@font-face {
font-display: swap;
font-family: "Graphik";
font-style: normal;
font-weight: 400;
... | 0.448668 | 0.083068 |
.table-container {
width: 97%;
background-color: #03a1fc;
margin: 30px auto;
border-radius: 5px;
}
.tab-container {
direction: RTL;
display: flex;
flex-direction: row;
margin-right: 15px;
height: 40px;
align-items: center;
}
.tab {
width: 55px;
margin: 5px;
text-al... | app/components/Content/_content.css | .table-container {
width: 97%;
background-color: #03a1fc;
margin: 30px auto;
border-radius: 5px;
}
.tab-container {
direction: RTL;
display: flex;
flex-direction: row;
margin-right: 15px;
height: 40px;
align-items: center;
}
.tab {
width: 55px;
margin: 5px;
text-al... | 0.432902 | 0.172834 |
transition: 0.2s ease-in-out;
position: absolute;
z-index: 100;
left: 0;
right: 0;
height: 50px;
/*
* the background must be solid for preview mode because otherwise some
* of the frozen viewfinder shows through. If it really need to be translucent
* in camera mode, we'll have to change it with j... | apps/camera/style/filmstrip.css | transition: 0.2s ease-in-out;
position: absolute;
z-index: 100;
left: 0;
right: 0;
height: 50px;
/*
* the background must be solid for preview mode because otherwise some
* of the frozen viewfinder shows through. If it really need to be translucent
* in camera mode, we'll have to change it with j... | 0.493164 | 0.131229 |
body {
background-color: #FFF1F9;
}
.header {
background-color: #FFF1F9;
background: -webkit-linear-gradient(rgba(255,241,249, 1), rgba(255,241,249, 1), rgba(255,241,249, 0));
/* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(rgba(255,241,249, 1), rgba(255,241,249, 1), rgba(255,241... | regression-analysis/regression.css | body {
background-color: #FFF1F9;
}
.header {
background-color: #FFF1F9;
background: -webkit-linear-gradient(rgba(255,241,249, 1), rgba(255,241,249, 1), rgba(255,241,249, 0));
/* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(rgba(255,241,249, 1), rgba(255,241,249, 1), rgba(255,241... | 0.369998 | 0.127029 |
@charset "utf-8";
/* Notes */
/* Link to animation tutorial: https://www.youtube.com/watch?v=fUp_EWMU9LI */
/* Free stock images were taken from unsplash */
.hidden
{
display: none;
}
#container
{
width: 1020px;
padding-left: 10px;
padding-right: 10px;
margin: 0 auto;
}
#mainHeader
{
display: flex... | css/main.css | @charset "utf-8";
/* Notes */
/* Link to animation tutorial: https://www.youtube.com/watch?v=fUp_EWMU9LI */
/* Free stock images were taken from unsplash */
.hidden
{
display: none;
}
#container
{
width: 1020px;
padding-left: 10px;
padding-right: 10px;
margin: 0 auto;
}
#mainHeader
{
display: flex... | 0.34798 | 0.055387 |
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Raleway:400,800,900");
:root {
--content-width: 50%;
--gutter: 20px;
}
/* base styles */
* {box-sizing: border-box;}
/* horizontal scroll CSS */
.hs {
display: grid;
grid-gap: calc(var(--gutter) / 2);
grid-template-columns: repeat... | projects/assets/css/style.css | @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Raleway:400,800,900");
:root {
--content-width: 50%;
--gutter: 20px;
}
/* base styles */
* {box-sizing: border-box;}
/* horizontal scroll CSS */
.hs {
display: grid;
grid-gap: calc(var(--gutter) / 2);
grid-template-columns: repeat... | 0.322953 | 0.092811 |
1. #Header top menu
2. #Header menu
3. #Header menu Responsive
4. #slider menu
*****************************************************************/
/* ==========================================================================
1. #Header top menu
=========================================... | skins/hospital.css | 1. #Header top menu
2. #Header menu
3. #Header menu Responsive
4. #slider menu
*****************************************************************/
/* ==========================================================================
1. #Header top menu
=========================================... | 0.186576 | 0.046335 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,body{
min-width: 100%;
overflow-x: hidden;
font-size: 16px;
font-family: 'Montserrat', sans-serif;
}
header .navigation{
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
min-height: 18vh;
min-width: ... | unbillit_project/static/css/style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,body{
min-width: 100%;
overflow-x: hidden;
font-size: 16px;
font-family: 'Montserrat', sans-serif;
}
header .navigation{
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
min-height: 18vh;
min-width: ... | 0.437103 | 0.052038 |
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?famil... | assets/v7/assets/css/style.css | # General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?famil... | 0.317003 | 0.072243 |
.menu-toggle {
position: absolute;
top: 50%;
background: none;
border: none;
width: 75px;
height: 75px;
padding: 0;
margin: 0;
transform: translateY(-50%);
}
@media (max-width: 640px) {
.menu-toggle {
width: 64px;
height: 64px;
}
}
.menu-toggle.right { margin-left: auto; }
.nav-noscript... | _site/widgets/nav/svmenu.css | .menu-toggle {
position: absolute;
top: 50%;
background: none;
border: none;
width: 75px;
height: 75px;
padding: 0;
margin: 0;
transform: translateY(-50%);
}
@media (max-width: 640px) {
.menu-toggle {
width: 64px;
height: 64px;
}
}
.menu-toggle.right { margin-left: auto; }
.nav-noscript... | 0.324128 | 0.035847 |
img {
border: 2px solid black;
width: 170px;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 2px;
border-radius: 50%;
}
.left {
display: inline-block;
background-color: #05124bf5;
;
width: 25%;
margin: auto;
margi... | css/cv_style.css | img {
border: 2px solid black;
width: 170px;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 2px;
border-radius: 50%;
}
.left {
display: inline-block;
background-color: #05124bf5;
;
width: 25%;
margin: auto;
margi... | 0.375936 | 0.158826 |
* {
padding: 0px;
margin: 0 auto; }
body {
background: #f8f8f8; }
.wrapper {
width: 85%; }
.clear {
clear: both; }
nav {
border-bottom: 4px solid #1E48AA;
background: #f8f8f8;
float: left;
width: 100%;
position: fixed;
z-index: 100; }
nav #navlogo {
width: 100%;
height: 60px;
bac... | showcase/restaurant/css/styles.css | * {
padding: 0px;
margin: 0 auto; }
body {
background: #f8f8f8; }
.wrapper {
width: 85%; }
.clear {
clear: both; }
nav {
border-bottom: 4px solid #1E48AA;
background: #f8f8f8;
float: left;
width: 100%;
position: fixed;
z-index: 100; }
nav #navlogo {
width: 100%;
height: 60px;
bac... | 0.344664 | 0.080574 |
.container {
margin: 20px
}
.pageHeaderContent {
display: flex;
flex: auto;
}
.pageHeaderContent .avatar {
flex: 0 1 72px;
}
.pageHeaderContent .avatar > span {
display: block;
width: 72px;
height: 72px;
border-radius: 72px;
}
.pageHeaderContent .content {
position: relative;
top: 4px;
flex: 1 1 ... | src/components/Workplace/index.css | .container {
margin: 20px
}
.pageHeaderContent {
display: flex;
flex: auto;
}
.pageHeaderContent .avatar {
flex: 0 1 72px;
}
.pageHeaderContent .avatar > span {
display: block;
width: 72px;
height: 72px;
border-radius: 72px;
}
.pageHeaderContent .content {
position: relative;
top: 4px;
flex: 1 1 ... | 0.503174 | 0.08438 |
article {
// Basic font style definitions
font-size: 12pt;
font-family: sans-serif;
font-weight: normal;
font-style: normal;
line-height: 1.4;
text-align: left;
text-decoration: none;
background-color: transparent;
border: 0 solid #000... | vendor/zetacomponents/document/src/pcss/style/default.css | article {
// Basic font style definitions
font-size: 12pt;
font-family: sans-serif;
font-weight: normal;
font-style: normal;
line-height: 1.4;
text-align: left;
text-decoration: none;
background-color: transparent;
border: 0 solid #000... | 0.47171 | 0.142709 |
* {
box-sizing: border-box;
}
html, body {
padding: 0px;
margin: 0px;
width: 100%;
height: 100%;
overflow: hidden;
}
.noSelect {
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
cursor: default;
}
.algae {
width: 100%;
height: 100%;
}
.pageHeader {
width: 10... | viewer/style.css | * {
box-sizing: border-box;
}
html, body {
padding: 0px;
margin: 0px;
width: 100%;
height: 100%;
overflow: hidden;
}
.noSelect {
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
cursor: default;
}
.algae {
width: 100%;
height: 100%;
}
.pageHeader {
width: 10... | 0.480722 | 0.083479 |
.candidate_image{
border: 5px solid #ffffff;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}
.photo-edit-icon{
position: relative;
bottom: 28px;
background: #fff none repeat scroll 0 0;
padding: 5px 8px;
border-radius: 50%;
}
.success-upload{
color: #4cae4c !important;
}
.error{
color: ... | assets/admin/css/sawrov.css | .candidate_image{
border: 5px solid #ffffff;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}
.photo-edit-icon{
position: relative;
bottom: 28px;
background: #fff none repeat scroll 0 0;
padding: 5px 8px;
border-radius: 50%;
}
.success-upload{
color: #4cae4c !important;
}
.error{
color: ... | 0.380759 | 0.099908 |
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
/* Style Variables */
:root{
/* Main Colours */
--bgColour: white;
--mainColour: #2780E3;
/* Progress bar & gauge colours */
--progressBarBGColour: #E9ECEF;
--progressBarColour: #2780E3;
/* Button Colours */
--... | css/themes/cosmo.css | @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
/* Style Variables */
:root{
/* Main Colours */
--bgColour: white;
--mainColour: #2780E3;
/* Progress bar & gauge colours */
--progressBarBGColour: #E9ECEF;
--progressBarColour: #2780E3;
/* Button Colours */
--... | 0.269999 | 0.062904 |
a{
font-size: 14px;
}
h1{
font-size: 14px;
}
body
{
background: #ECE9E6; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chr... | public/css/styles.css | a{
font-size: 14px;
}
h1{
font-size: 14px;
}
body
{
background: #ECE9E6; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chr... | 0.341802 | 0.100879 |
@media screen and (max-width:1024px) {
.wrap{padding-top:28px;}
.divHashTag{padding:8px;}
.divHashTag .hashTag{border:0; background-color:#ffffff; color:#0b31f9; padding:4px 8px; border-radius:12px; margin:4px;}
.divNewStickerContainer{width:100%; background-color:#f5f5f5; margin-bottom:16px;}
.divNewStick... | static/css/M/menu.css | @media screen and (max-width:1024px) {
.wrap{padding-top:28px;}
.divHashTag{padding:8px;}
.divHashTag .hashTag{border:0; background-color:#ffffff; color:#0b31f9; padding:4px 8px; border-radius:12px; margin:4px;}
.divNewStickerContainer{width:100%; background-color:#f5f5f5; margin-bottom:16px;}
.divNewStick... | 0.163212 | 0.060225 |
position: fixed;
width: 100%;
text-align: center;
background: #f9f9f9;
border-bottom: 1px solid #e6e6ec;
@apply z-50;
}
#sliding-popup.sliding-popup-top {
top: 0px;
margin: 0px 0px -50px;
}
#sliding-popup.sliding-popup-bottom {
bottom: 0px;
margin: 0;
}
#sliding-popup.popup-co... | src/css/components/cookie-banner.css | position: fixed;
width: 100%;
text-align: center;
background: #f9f9f9;
border-bottom: 1px solid #e6e6ec;
@apply z-50;
}
#sliding-popup.sliding-popup-top {
top: 0px;
margin: 0px 0px -50px;
}
#sliding-popup.sliding-popup-bottom {
bottom: 0px;
margin: 0;
}
#sliding-popup.popup-co... | 0.353205 | 0.075041 |
@font-face {
font-family: 'Gotham_bold';
src: url('../fonts/GothamPro-Bold.eot');
src: url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamPro-Bold.woff') format('woff'), url('../fonts/GothamPro-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@fon... | 006/css/style.css | @font-face {
font-family: 'Gotham_bold';
src: url('../fonts/GothamPro-Bold.eot');
src: url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamPro-Bold.woff') format('woff'), url('../fonts/GothamPro-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@fon... | 0.346984 | 0.072407 |
.sheet-background-wrap {
background-color: #f5f5f5;
display: block;
min-width: 850px;
}
.sheet-grid-container {
display: grid;
grid-gap: 2px;
background-color: transparent;
padding: 2px;
border: 1px Dotted #f2f2f2;
}
.sheet-weapons-proficiency {
display: flex;
flex-direction: row;
j... | Tiny D6 Games/Tiny-D6-Games.css | .sheet-background-wrap {
background-color: #f5f5f5;
display: block;
min-width: 850px;
}
.sheet-grid-container {
display: grid;
grid-gap: 2px;
background-color: transparent;
padding: 2px;
border: 1px Dotted #f2f2f2;
}
.sheet-weapons-proficiency {
display: flex;
flex-direction: row;
j... | 0.387111 | 0.1679 |
* {
margin: 0;
padding: 0;
}
body {
font-family: "Montserrat", sans-serif;
font-size: 17px;
height: 100%;
margin: 0;
padding: 0;
border: 4px, solid red;
}
.container-fluid {
margin: 0;
padding: 0;
}
.m-0 {
margin: 0 !important;
}
.btn-whats {
position: fixed;
bottom: 62px;
right: 72px;
... | style.css | * {
margin: 0;
padding: 0;
}
body {
font-family: "Montserrat", sans-serif;
font-size: 17px;
height: 100%;
margin: 0;
padding: 0;
border: 4px, solid red;
}
.container-fluid {
margin: 0;
padding: 0;
}
.m-0 {
margin: 0 !important;
}
.btn-whats {
position: fixed;
bottom: 62px;
right: 72px;
... | 0.428114 | 0.08733 |
@font-face {
font-family: 'myFirstFont';
src: url('../../proximanova-light-webfont.woff') format('woff');
}
.floatingPadding {
padding-bottom: -2%;
padding-top: -2%;
padding-left: -2%;
padding-right: -2%;
}
#sewingBut {
cursor: pointer;
}
#specialLink{
font-size: 14px;
color: #D8D8D8;
font-we... | public/bootstrap-3.3.6-dist/css/proba.css | @font-face {
font-family: 'myFirstFont';
src: url('../../proximanova-light-webfont.woff') format('woff');
}
.floatingPadding {
padding-bottom: -2%;
padding-top: -2%;
padding-left: -2%;
padding-right: -2%;
}
#sewingBut {
cursor: pointer;
}
#specialLink{
font-size: 14px;
color: #D8D8D8;
font-we... | 0.303525 | 0.106551 |
table {
width : 100%;
margin-bottom : 10px;
border-collapse : collapse;
background : #fff;
box-shadow : 0 2px 6px rgba(0,0,0,0.1);
}
th {
font-weight : 300;
color : #fff;
background-image : -webkit-linear-gradient(bottom,rgb(202,0,89), rgb(243,0,107) );
bac... | dropbox/bootstrap/css/tablesort.css | table {
width : 100%;
margin-bottom : 10px;
border-collapse : collapse;
background : #fff;
box-shadow : 0 2px 6px rgba(0,0,0,0.1);
}
th {
font-weight : 300;
color : #fff;
background-image : -webkit-linear-gradient(bottom,rgb(202,0,89), rgb(243,0,107) );
bac... | 0.461259 | 0.169509 |
body {
font-size: 16px;
color: #fff;
background-color: #fff;
font-family: 'Yanone Kaffeesatz', sans-serif;
}
/** HEADER **/
#header-nav {
background: #000000 url('../images/fotoo.jpeg') 50% 50% no-repeat;
border-radius: 0;
border: 0;
background-size: 100% auto;
height: 400px;
}
#my-name {
margin-t... | css/styles.css | body {
font-size: 16px;
color: #fff;
background-color: #fff;
font-family: 'Yanone Kaffeesatz', sans-serif;
}
/** HEADER **/
#header-nav {
background: #000000 url('../images/fotoo.jpeg') 50% 50% no-repeat;
border-radius: 0;
border: 0;
background-size: 100% auto;
height: 400px;
}
#my-name {
margin-t... | 0.375134 | 0.053083 |
@media (prefers-color-scheme: light) {
button.btn,
a.fake-btn {
--btn-secondary-background-color: rgba(238, 238, 238, 0.5);
--btn-secondary-border-color: #999;
--btn-secondary-foreground-color: #555;
--btn-secondary-hover-background-color: rgba(221, 221, 221, 0.5);
--btn-secondary-hover-border-c... | dist/legacy-theme/ds4/legacy-theme.css | @media (prefers-color-scheme: light) {
button.btn,
a.fake-btn {
--btn-secondary-background-color: rgba(238, 238, 238, 0.5);
--btn-secondary-border-color: #999;
--btn-secondary-foreground-color: #555;
--btn-secondary-hover-background-color: rgba(221, 221, 221, 0.5);
--btn-secondary-hover-border-c... | 0.400046 | 0.051774 |
html, body {
background: transparent;
}
/* Generic focus style */
*:focus {
z-index: 1000 !important;
outline: 2px solid var(--on-background) !important;
outline-offset: 2px !important;
}
/* focus fix for combobox dropdown */
input[type="text"][mtype="combobox"]:focus {
z-index: 0 !important;
}
/* Tab b... | src/styles/general.css | html, body {
background: transparent;
}
/* Generic focus style */
*:focus {
z-index: 1000 !important;
outline: 2px solid var(--on-background) !important;
outline-offset: 2px !important;
}
/* focus fix for combobox dropdown */
input[type="text"][mtype="combobox"]:focus {
z-index: 0 !important;
}
/* Tab b... | 0.351756 | 0.086825 |
.ol-zoom {
left: unset;
right: 8px;
}
/* Bootstrap Overrides */
.tab-pane {
height: 100%;
overflow-y: auto;
padding: 15px;
}
.table .thead-dark th {
background-color: #003366;
border-bottom: 1px;
}
/* jQueryUI Overrides & Additions */
.ui-autocomplete {
z-index: 1050;
-webkit-border-radius: 5px;
-moz-b... | twm/application/css/styles.css | .ol-zoom {
left: unset;
right: 8px;
}
/* Bootstrap Overrides */
.tab-pane {
height: 100%;
overflow-y: auto;
padding: 15px;
}
.table .thead-dark th {
background-color: #003366;
border-bottom: 1px;
}
/* jQueryUI Overrides & Additions */
.ui-autocomplete {
z-index: 1050;
-webkit-border-radius: 5px;
-moz-b... | 0.333503 | 0.097347 |
.navbar{
background: #325EF2;
}
.navbar a{
color: #ffffff
}
.btn,
.btn:hover,
.btn:active,
.btn:focus,
.nav>li>a:focus, .nav>li>a:hover,
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
background: #3f175e;
color: #ffffff;
border-color: #325EF2;
}
.badge{
... | tracker/static/main.css | .navbar{
background: #325EF2;
}
.navbar a{
color: #ffffff
}
.btn,
.btn:hover,
.btn:active,
.btn:focus,
.nav>li>a:focus, .nav>li>a:hover,
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
background: #3f175e;
color: #ffffff;
border-color: #325EF2;
}
.badge{
... | 0.400163 | 0.072538 |
html {
scroll-behavior: smooth;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: rgb(233, 232, 232);
height: 100%;
width: 100%;
}
.head {
background-color: #111;
height: 80px;
display: flex;
align-items: center;
position: fixed;
width: 100%;
top: 0%;
z-index: 10;
... | riot-games-page(clone)/index.css | html {
scroll-behavior: smooth;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: rgb(233, 232, 232);
height: 100%;
width: 100%;
}
.head {
background-color: #111;
height: 80px;
display: flex;
align-items: center;
position: fixed;
width: 100%;
top: 0%;
z-index: 10;
... | 0.459076 | 0.066418 |
div.wrapper{
position: static;
}
section.section-welcome{
background: none;
position: static;
padding-top: 0;
}
.background{
background: url(../new_landing/bg-landing.png) no-repeat top right ;
}
section.section-welcome .section-content{
padding-bottom: 0;
}
section.section-welcome .main-container{
max-width: 1... | web/combined/landing/landing.css | div.wrapper{
position: static;
}
section.section-welcome{
background: none;
position: static;
padding-top: 0;
}
.background{
background: url(../new_landing/bg-landing.png) no-repeat top right ;
}
section.section-welcome .section-content{
padding-bottom: 0;
}
section.section-welcome .main-container{
max-width: 1... | 0.316475 | 0.105948 |
.shape-box {
display: inline-block;
position: relative;
z-index: 1;
width: 100%;
max-width: 400px;
height: 430px;
margin: 0 0 30px;
box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.12);
overflow: hidden; }
.shape-box .text-gray {
color: #9f9f9f !important; }
.shape-box > img {
width: 100%;
hei... | public/fontend/css/components/unminimized/shape-box.css | .shape-box {
display: inline-block;
position: relative;
z-index: 1;
width: 100%;
max-width: 400px;
height: 430px;
margin: 0 0 30px;
box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.12);
overflow: hidden; }
.shape-box .text-gray {
color: #9f9f9f !important; }
.shape-box > img {
width: 100%;
hei... | 0.661595 | 0.155912 |
@import url('https://fonts.googleapis.com/css?family=Pacifico|Roboto:300,400|Baloo+Da');
body{
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
font-size: 14px;
}
.hero{
width: 100%;
min-height: 600px;
padding-top: 100px;
background-color: #2c3e50;
}
.tvc {
display: flex;
align-items: center;
jus... | demo/css/demo.css | @import url('https://fonts.googleapis.com/css?family=Pacifico|Roboto:300,400|Baloo+Da');
body{
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
font-size: 14px;
}
.hero{
width: 100%;
min-height: 600px;
padding-top: 100px;
background-color: #2c3e50;
}
.tvc {
display: flex;
align-items: center;
jus... | 0.249905 | 0.060529 |
.side-menu {
background-color: rgb(104, 104, 104);
}
.side-menu .card-body {
padding: 15px;
}
nav {
opacity: 0.85;
height: 50px;
}
.page-navbar {
border-radius: 0 0 20px 20px;
}
.description {
font-size: 1.2vw;
font-weight: 500;
letter-spacing: 1px;
color: rgb(80, 66, 66);
}
.ma... | assets/css/style.css | .side-menu {
background-color: rgb(104, 104, 104);
}
.side-menu .card-body {
padding: 15px;
}
nav {
opacity: 0.85;
height: 50px;
}
.page-navbar {
border-radius: 0 0 20px 20px;
}
.description {
font-size: 1.2vw;
font-weight: 500;
letter-spacing: 1px;
color: rgb(80, 66, 66);
}
.ma... | 0.438545 | 0.152758 |
body {
padding-top: 40px;
background: #f2f2f2;
font-size: 12px !important;
font-family: "Lucida Sans Unicode", "Lucida Grande", "tahoma", Verdana, sans-serif !important;
/*padding-bottom: 40px;*/
/*background-color: #C6BEA6;
background: url("../img/custom/bg_body.jpg");
background-repeat: repeat repeat;*/
}
... | public/css/helpdesk_style - Copy.css | body {
padding-top: 40px;
background: #f2f2f2;
font-size: 12px !important;
font-family: "Lucida Sans Unicode", "Lucida Grande", "tahoma", Verdana, sans-serif !important;
/*padding-bottom: 40px;*/
/*background-color: #C6BEA6;
background: url("../img/custom/bg_body.jpg");
background-repeat: repeat repeat;*/
}
... | 0.286169 | 0.055234 |
@-moz-document url-prefix("https://www.facebook.com"), url-prefix("http://www.facebook.com") {
body {overflow: auto !important;}
body.fbIndex {
background: url('http://imageshack.com/a/img191/7618/a2rq.jpg')right center fixed !important;
-webkit-background-size: cover;
-moz-background-size: 100% !important;
b... | data/usercss/94355.user.css | @-moz-document url-prefix("https://www.facebook.com"), url-prefix("http://www.facebook.com") {
body {overflow: auto !important;}
body.fbIndex {
background: url('http://imageshack.com/a/img191/7618/a2rq.jpg')right center fixed !important;
-webkit-background-size: cover;
-moz-background-size: 100% !important;
b... | 0.270962 | 0.087798 |
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas,... | static/style.css | html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas,... | 0.362066 | 0.054601 |
html { background-color: #ffffff; }
#main { padding-top: 30px; }
#main, #footer, #menu {
margin: 0 auto;
width: 900px;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Bree Serif', serif;
}
.padded {
padding-left: 20px;
}
.gallery-wrapper {
clear: both;
}
.gallery-row a {
display: block;
}
.gallery-thumbnail {
... | content/stylesheet.css | html { background-color: #ffffff; }
#main { padding-top: 30px; }
#main, #footer, #menu {
margin: 0 auto;
width: 900px;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Bree Serif', serif;
}
.padded {
padding-left: 20px;
}
.gallery-wrapper {
clear: both;
}
.gallery-row a {
display: block;
}
.gallery-thumbnail {
... | 0.419886 | 0.125172 |
html, body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
body {
background-image: url("./assets/cool-background.svg");
background-repeat: no-repeat;
background-position: top left;
background-size: 120%;
overflow-x: hidden;
/*overflow-y: hidden;*/
font-family: 'Vol... | public/style.css | html, body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
body {
background-image: url("./assets/cool-background.svg");
background-repeat: no-repeat;
background-position: top left;
background-size: 120%;
overflow-x: hidden;
/*overflow-y: hidden;*/
font-family: 'Vol... | 0.456652 | 0.090977 |
html, body {
background-color: #7461a9;
color: #fff;
font-weight: 100;
height: 100vh;
margin: 0;
font-family: 'Muli', sans-serif;
}
label {
font-weight: 100;
font-size: 12px;
margin: 15px 0 10px 0;
}
form {
margin-top:80px;
}
.text-danger {
color: #CCC;
}
.greetings {
font-size: 30px;
}
.alert-succ... | public/css/cabify.css | html, body {
background-color: #7461a9;
color: #fff;
font-weight: 100;
height: 100vh;
margin: 0;
font-family: 'Muli', sans-serif;
}
label {
font-weight: 100;
font-size: 12px;
margin: 15px 0 10px 0;
}
form {
margin-top:80px;
}
.text-danger {
color: #CCC;
}
.greetings {
font-size: 30px;
}
.alert-succ... | 0.290377 | 0.073497 |
*,* {
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
}
body {
margin: 0;
}
/*navbar styling */
nav.navbar-default {
margin-bottom: 0;
border-radius: 0;
}
div.nabvbar1 {
height: 20px;
}
nav.navbar1 > div.collapse > ul.nav > li > a {
padding-right: 30px;
font-size: 18px;
... | public/assets/css/styles.css | *,* {
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
}
body {
margin: 0;
}
/*navbar styling */
nav.navbar-default {
margin-bottom: 0;
border-radius: 0;
}
div.nabvbar1 {
height: 20px;
}
nav.navbar1 > div.collapse > ul.nav > li > a {
padding-right: 30px;
font-size: 18px;
... | 0.262842 | 0.111265 |
.btn {
border-radius: 0;
}
/* 1. Default Button */
.btn-default {
color: #333333;
background-color: #ffffff;
border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.hl-open .dropdown-toggle.btn-default {
color: #333333;
background-color: #ebebeb;
border-colo... | css/elements.css |
.btn {
border-radius: 0;
}
/* 1. Default Button */
.btn-default {
color: #333333;
background-color: #ffffff;
border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.hl-open .dropdown-toggle.btn-default {
color: #333333;
background-color: #ebebeb;
border-colo... | 0.236516 | 0.037804 |
Navigation / Main Menu
------------------------------- */
/* Navbar Setting */
.header.navbar {
border-bottom: none;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
transition: all .2s linear;
}
.header.navbar .navbar-nav > li > a {
font-size: 12px;
line-height: 20px;
... | themes/default_theme_2015/css/be_navbar_tir.css | Navigation / Main Menu
------------------------------- */
/* Navbar Setting */
.header.navbar {
border-bottom: none;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
transition: all .2s linear;
}
.header.navbar .navbar-nav > li > a {
font-size: 12px;
line-height: 20px;
... | 0.31785 | 0.048003 |
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600');
element.style {
margin: 5%;
padding: 0px;
position: relative;
}
span.vinetas span:before {
content: "-";
}
span.vinetas span {
padding-left: 20px;
list-style: disc;
display: block;
margin-bottom: 10px;
}
*:focus {
... | css/estilo.css | @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600');
element.style {
margin: 5%;
padding: 0px;
position: relative;
}
span.vinetas span:before {
content: "-";
}
span.vinetas span {
padding-left: 20px;
list-style: disc;
display: block;
margin-bottom: 10px;
}
*:focus {
... | 0.159479 | 0.079854 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700);
/*********************
Basics
*********************/
a {
color: #0084cb;
text-decoration: none;
}
a:hover {
color: #444;
text-decoration: underline;
}
.widefat {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-rad... | backupbuddy_backup/wp-content/plugins/backupbuddy/_importbuddy/importbuddy/css/style.css | @import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700);
/*********************
Basics
*********************/
a {
color: #0084cb;
text-decoration: none;
}
a:hover {
color: #444;
text-decoration: underline;
}
.widefat {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-rad... | 0.162314 | 0.084078 |
* {
padding:0;
margin:0;
}
body { background-image:url('../images/stripes1.jpg'); font: 10pt open sans, arial; margin:0; padding:0; overflow-x:hidden;}
h1 { font: 45pt open sans, arial; width: 60%; margin-bottom: -10px; margin-left:10px; margin-top:30px; }
hr {
content:"";
height:2px;
background:-moz-linear-... | css/events.css | * {
padding:0;
margin:0;
}
body { background-image:url('../images/stripes1.jpg'); font: 10pt open sans, arial; margin:0; padding:0; overflow-x:hidden;}
h1 { font: 45pt open sans, arial; width: 60%; margin-bottom: -10px; margin-left:10px; margin-top:30px; }
hr {
content:"";
height:2px;
background:-moz-linear-... | 0.288268 | 0.101233 |
html {
height: 100%;
box-sizing: border-box;
}
html,body{
overflow: hidden;
overflow-y: auto;
font-family: 'Montserrat-Regular';
background-color: #fff;
}
@font-face {
font-family: 'Montserrat-Regular';
src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-R... | public/assets/css/style.css | html {
height: 100%;
box-sizing: border-box;
}
html,body{
overflow: hidden;
overflow-y: auto;
font-family: 'Montserrat-Regular';
background-color: #fff;
}
@font-face {
font-family: 'Montserrat-Regular';
src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-R... | 0.268845 | 0.063861 |
@font-face {
font-family: 'MaterialIcons-Filled';
src:
url('MaterialIcons-Filled.ttf?nj6yv7') format('truetype'),
url('fonts/MaterialIcons-Filled.woff?nj6yv7') format('woff'),
url('fonts/MaterialIcons-Filled.svg?nj6yv7#MaterialIcons-Filled') format('svg');
font-weight: normal;
font-style: normal;
}
... | icomoon-fonts/filled/material-icons.css | @font-face {
font-family: 'MaterialIcons-Filled';
src:
url('MaterialIcons-Filled.ttf?nj6yv7') format('truetype'),
url('fonts/MaterialIcons-Filled.woff?nj6yv7') format('woff'),
url('fonts/MaterialIcons-Filled.svg?nj6yv7#MaterialIcons-Filled') format('svg');
font-weight: normal;
font-style: normal;
}
... | 0.386532 | 0.077483 |
.pull-request-detail>.card-body {
min-height: fit-content;
}
.pull-request-detail>.card-body>.main>.status-bar>.status {
font-size: 1rem;
}
.pull-request-detail>.card-body>.main>.summary {
border: 2px dashed var(--light-gray);
padding: 1.2rem 1.5rem;
border-radius: 0.42rem;
}
.dark-mode .pull-request-detail>.card-... | server-core/src/main/java/io/onedev/server/web/page/project/pullrequests/detail/pull-request-detail.css | .pull-request-detail>.card-body {
min-height: fit-content;
}
.pull-request-detail>.card-body>.main>.status-bar>.status {
font-size: 1rem;
}
.pull-request-detail>.card-body>.main>.summary {
border: 2px dashed var(--light-gray);
padding: 1.2rem 1.5rem;
border-radius: 0.42rem;
}
.dark-mode .pull-request-detail>.card-... | 0.426202 | 0.065396 |
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Genericons
# Typography
# Elements
# Forms
# Navigation
## Links
## Main Navigation
## Pagination
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Header
## Footer
## Posts & Pages
## Comments
# M... | style.css | >>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Genericons
# Typography
# Elements
# Forms
# Navigation
## Links
## Main Navigation
## Pagination
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Header
## Footer
## Posts & Pages
## Comments
# M... | 0.344995 | 0.081813 |
@import url('https://fonts.googleapis.com/css2?family=Bad+Script&family=Open+Sans+Condensed:wght@300&family=Open+Sans:wght@300;400;600&display=swap');
:root {
--openSans: 'Open Sans Condensed', sans-serif;
}
* {
margin: 0;
padding: 0;
/* border: 1px solid red; */
}
.container {
display: grid;
gr... | style.css | @import url('https://fonts.googleapis.com/css2?family=Bad+Script&family=Open+Sans+Condensed:wght@300&family=Open+Sans:wght@300;400;600&display=swap');
:root {
--openSans: 'Open Sans Condensed', sans-serif;
}
* {
margin: 0;
padding: 0;
/* border: 1px solid red; */
}
.container {
display: grid;
gr... | 0.37502 | 0.114467 |
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
/* display none until init */
.owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
d... | catalog/view/javascript/jquery/owl-carousel/owl.carousel.css | .owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
/* display none until init */
.owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
d... | 0.386763 | 0.061593 |
:root {
--color-bg: #fafafa;
--p0: #63678b;
--p1: #7b92f2;
--z0: #2b2e4a;
--z1: #515368;
--z2: #7c7d83;
--z3: #a4a6af;
--r0: #996262;
--r1: #b84444;
}
html {
font-size: 16px;
}
/* Fluid typography formula */
@media (min-width: 640px) and (max-width: 1439px) {
html {
font-size: calc(16px + (1... | static/styles.css | :root {
--color-bg: #fafafa;
--p0: #63678b;
--p1: #7b92f2;
--z0: #2b2e4a;
--z1: #515368;
--z2: #7c7d83;
--z3: #a4a6af;
--r0: #996262;
--r1: #b84444;
}
html {
font-size: 16px;
}
/* Fluid typography formula */
@media (min-width: 640px) and (max-width: 1439px) {
html {
font-size: calc(16px + (1... | 0.450601 | 0.131062 |
pre .str, code .str {
color: #fec243
}
pre .kwd, code .kwd {
color: #8470ff
}
pre .com, code .com {
color: #32cd32;
font-style: italic
}
pre .typ, code .typ {
color: #6ecbcc
}
pre .lit, code .lit {
color: #d06
}
pre .pun, code .pun {
color: #8b8970
}
pre .pln, code .pln {
color: #f... | progit/css/prettify.css | pre .str, code .str {
color: #fec243
}
pre .kwd, code .kwd {
color: #8470ff
}
pre .com, code .com {
color: #32cd32;
font-style: italic
}
pre .typ, code .typ {
color: #6ecbcc
}
pre .lit, code .lit {
color: #d06
}
pre .pun, code .pun {
color: #8b8970
}
pre .pln, code .pln {
color: #f... | 0.400867 | 0.175397 |
.date-picker {
position: absolute;
font-size: 1em;
color: #CCC;
text-align: center;
cursor: default;
border: 1px solid #444;
border-radius: 2px;
margin: 6px 0;
background: #222;
box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.2);
}
.date-picker:before {
content: "";
display: block;
position... | datePicker.css | .date-picker {
position: absolute;
font-size: 1em;
color: #CCC;
text-align: center;
cursor: default;
border: 1px solid #444;
border-radius: 2px;
margin: 6px 0;
background: #222;
box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.2);
}
.date-picker:before {
content: "";
display: block;
position... | 0.472927 | 0.101679 |
# common
--------------------------------------------------------------*/
/* Template Variables */
/* font-family: 'Karla', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Work Sans', sans-serif; */
:root {
--thm-font: Helvetica, Arial, Verdana, sans-serif;
--heading-font: "Karla", serif;
--spec... | public/css/style.css | # common
--------------------------------------------------------------*/
/* Template Variables */
/* font-family: 'Karla', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Work Sans', sans-serif; */
:root {
--thm-font: Helvetica, Arial, Verdana, sans-serif;
--heading-font: "Karla", serif;
--spec... | 0.246261 | 0.058588 |
* {
box-sizing: border-box;
}
body {
position: relative;
margin: 0px;
background-color: black;
}
.question-mark {
position: absolute;
top: 40px;
right: 40px;
height: 60px;
z-index: 99;
}
.question-mark:hover {
cursor: pointer;
}
.explain-text {
position: absolute;
top: 0;
width: 100vw;
h... | dist/style.css | * {
box-sizing: border-box;
}
body {
position: relative;
margin: 0px;
background-color: black;
}
.question-mark {
position: absolute;
top: 40px;
right: 40px;
height: 60px;
z-index: 99;
}
.question-mark:hover {
cursor: pointer;
}
.explain-text {
position: absolute;
top: 0;
width: 100vw;
h... | 0.589835 | 0.090454 |
.swal-icon--error {
border-color: #f27474;
-webkit-animation: animateErrorIcon .5s;
animation: animateErrorIcon .5s
}
.swal-icon--error__x-mark {
position: relative;
display: block;
-webkit-animation: animateXMark .5s;
animation: animateXMark .5s
}
.swal-icon--error__line {
position: absolute;
height: 5px;
... | public/assets/tacticweb.bkp/plugins/sweetalert/sweetalert.css | .swal-icon--error {
border-color: #f27474;
-webkit-animation: animateErrorIcon .5s;
animation: animateErrorIcon .5s
}
.swal-icon--error__x-mark {
position: relative;
display: block;
-webkit-animation: animateXMark .5s;
animation: animateXMark .5s
}
.swal-icon--error__line {
position: absolute;
height: 5px;
... | 0.337859 | 0.051035 |
body{
background-color: #FFFFFF;
}
nav a img{
width: 80px;
height: 50px;
background-color: red;
border-radius: 300px;
}
div nav ul li{
font-family: 'Lobster', cursive;
color: red;
font-size: 10px;
}
#navbarSupportedContent a{
color: red;
display: inline-block;
font-size: 15px;
}
.navsuperior{... | public/css/general.css | body{
background-color: #FFFFFF;
}
nav a img{
width: 80px;
height: 50px;
background-color: red;
border-radius: 300px;
}
div nav ul li{
font-family: 'Lobster', cursive;
color: red;
font-size: 10px;
}
#navbarSupportedContent a{
color: red;
display: inline-block;
font-size: 15px;
}
.navsuperior{... | 0.330903 | 0.062847 |
.toolbar-btn .sidebar-btn {
width: 300px;
}
.sidebar-btn .toobar-content {
padding: 40px 20px 40px;
}
.credit_mark.vip {
background-image: url("../img/icons/icon_vip.png");
}
.toobar-content .myinfo .status .rt_figure{
top: 0;
}
/*.toobar-content .user_name {*/
/* font-size: 16px;*/
/* padding-to... | public/angel/home/custom.css | .toolbar-btn .sidebar-btn {
width: 300px;
}
.sidebar-btn .toobar-content {
padding: 40px 20px 40px;
}
.credit_mark.vip {
background-image: url("../img/icons/icon_vip.png");
}
.toobar-content .myinfo .status .rt_figure{
top: 0;
}
/*.toobar-content .user_name {*/
/* font-size: 16px;*/
/* padding-to... | 0.242564 | 0.060863 |
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
position: relative;
min-height: 100%;
}
body {
margin: 0px 0px 180px 0px;
}
@media (max-width: 768px) {
body {
padding-bottom: 100px;
}
}
body > .container {
padding: 80px 15px 70px 15px;
}
@media (max... | css/extra.css | html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
position: relative;
min-height: 100%;
}
body {
margin: 0px 0px 180px 0px;
}
@media (max-width: 768px) {
body {
padding-bottom: 100px;
}
}
body > .container {
padding: 80px 15px 70px 15px;
}
@media (max... | 0.355216 | 0.088505 |
.message {
padding: 10px;
min-height: calc(100vh - 470px);
border-radius: 10px;
background-color: #eee;
transition: box-shadow 0.25s linear;
}
.message:hover {
box-shadow: 0px 0px 10px 0 rgba(255, 255, 255, 0.5);
}
.message__title {
margin: 0 0 10px;
color: #24cca7;
font-family: Open-... | src/Components/Message/Message.module.css | .message {
padding: 10px;
min-height: calc(100vh - 470px);
border-radius: 10px;
background-color: #eee;
transition: box-shadow 0.25s linear;
}
.message:hover {
box-shadow: 0px 0px 10px 0 rgba(255, 255, 255, 0.5);
}
.message__title {
margin: 0 0 10px;
color: #24cca7;
font-family: Open-... | 0.343452 | 0.059047 |
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;500;700;900&family=Fraunces:wght@100;200;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&display=swap");
* {
padding: 0;
margin: 0;
border: 0;
font-family: "Montserrat", serif;
}
... | css/styles.css | @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;500;700;900&family=Fraunces:wght@100;200;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&display=swap");
* {
padding: 0;
margin: 0;
border: 0;
font-family: "Montserrat", serif;
}
... | 0.384103 | 0.088465 |
body {
color: #ddd;
background-color: #2f3238;
}
/********************************************************************
1) PRELOADER
************/
#preloader { background-color: #2f3238; }
#status { background: url(../../images/loading_dark.gif) no-repeat center center; }
/************************... | src/files/css/colors/dark.css | body {
color: #ddd;
background-color: #2f3238;
}
/********************************************************************
1) PRELOADER
************/
#preloader { background-color: #2f3238; }
#status { background: url(../../images/loading_dark.gif) no-repeat center center; }
/************************... | 0.258888 | 0.058292 |
:root {
--player-bar-height: 105px;
}
.main-rootlist-rootlistDividerGradient {
background: unset;
}
input {
background-color: unset !important;
border-bottom: solid 1px var(--spice-text) !important;
border-radius: 0 !important;
padding: 6px 10px 6px 48px;
color: var(--spice-text) !importan... | NoGold/user.css | :root {
--player-bar-height: 105px;
}
.main-rootlist-rootlistDividerGradient {
background: unset;
}
input {
background-color: unset !important;
border-bottom: solid 1px var(--spice-text) !important;
border-radius: 0 !important;
padding: 6px 10px 6px 48px;
color: var(--spice-text) !importan... | 0.433502 | 0.145813 |
.monstersAndAngelsWrapper {
display: flex;
justify-content: space-evenly;
margin-top: 40px;
}
.inventoryTitle {
color: white;
font-family: 'Amatic SC', cursive;
font-size: 50px;
text-align: center;
margin-top: 30px;
}
.sendToArenaBtn {
background-color: rgb(33, 65, 1);
color: w... | src/pages/Inventory.module.css | .monstersAndAngelsWrapper {
display: flex;
justify-content: space-evenly;
margin-top: 40px;
}
.inventoryTitle {
color: white;
font-family: 'Amatic SC', cursive;
font-size: 50px;
text-align: center;
margin-top: 30px;
}
.sendToArenaBtn {
background-color: rgb(33, 65, 1);
color: w... | 0.617513 | 0.125815 |
.photo_container {
margin-left:auto;
margin-right: auto;
margin-bottom:2em;
}
.photo {
margin-bottom: 2em;
}
.photo-static {
}
.photo img {
border: 2em solid black;
}
.photo_navi {
border-bottom: 1px solid #ccc;
padding-bottom: 1em;
}
.photo_sidebar {
min-width:210px;
}
.photo_bef... | www/css/parallel-flickr-photos.source.css | .photo_container {
margin-left:auto;
margin-right: auto;
margin-bottom:2em;
}
.photo {
margin-bottom: 2em;
}
.photo-static {
}
.photo img {
border: 2em solid black;
}
.photo_navi {
border-bottom: 1px solid #ccc;
padding-bottom: 1em;
}
.photo_sidebar {
min-width:210px;
}
.photo_bef... | 0.500732 | 0.118181 |
body {
margin: 0;
padding: 0;
color: #586e75;
/* background-color: #fdf6e3; */
font: 1em/1.2 Arial, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 .5em;
font-weight: 500;
line-height: 1.1;
}
h1 {
font-size: 2em;
text-align: left;
... | assets/css/octopart.css | body {
margin: 0;
padding: 0;
color: #586e75;
/* background-color: #fdf6e3; */
font: 1em/1.2 Arial, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 .5em;
font-weight: 500;
line-height: 1.1;
}
h1 {
font-size: 2em;
text-align: left;
... | 0.458349 | 0.125467 |
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
}
.clearfix:after {
clear: both;
}
.vc-settings a:active,
.vc-settings h3:active,
.vc-settings a:focus,
.vc-settings h3:focus {
outline: none;
}
.vc-settings label {
padding: 0 0 5px 0;
}
.vc-settings label input {
ma... | wp/wp-content/themes/salient/wpbakery/js_composer/assets/css/js_composer_settings.css | .clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
}
.clearfix:after {
clear: both;
}
.vc-settings a:active,
.vc-settings h3:active,
.vc-settings a:focus,
.vc-settings h3:focus {
outline: none;
}
.vc-settings label {
padding: 0 0 5px 0;
}
.vc-settings label input {
ma... | 0.367043 | 0.096153 |
body {
display: flex;
flex-direction: column;
align-items: center;
}
body > * {
display: block;
max-width: 800px;
width: 100%;
}
header {
border: 1px solid black;
overflow: hidden;
}
header .logo {
height: 66px;
width: 200px;
background-position: center;
background... | src/main/resources/static/layout-flex.css | body {
display: flex;
flex-direction: column;
align-items: center;
}
body > * {
display: block;
max-width: 800px;
width: 100%;
}
header {
border: 1px solid black;
overflow: hidden;
}
header .logo {
height: 66px;
width: 200px;
background-position: center;
background... | 0.606032 | 0.115861 |
a[href^="mailto"] { color: black; }
.mail a {
color: black;
}
.mail a:hover {
color: black;
}
.sidebar_content .mail a:hover {
color: black;
}
blockquote {
font-style: italic
}
body {
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
background-color:#fff;
font-we... | css/style.css | a[href^="mailto"] { color: black; }
.mail a {
color: black;
}
.mail a:hover {
color: black;
}
.sidebar_content .mail a:hover {
color: black;
}
blockquote {
font-style: italic
}
body {
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
background-color:#fff;
font-we... | 0.290075 | 0.206514 |
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
background-color: #f5f9ff;
}
.topnav {
overflow: hidden;
background-color: #333;
}
.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:... | style.css | body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
background-color: #f5f9ff;
}
.topnav {
overflow: hidden;
background-color: #333;
}
.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:... | 0.509276 | 0.086671 |
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
text-align: justify !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-truncate {
overflow: hid... | assets/css/type.css | .text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
text-align: justify !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-truncate {
overflow: hid... | 0.512449 | 0.098686 |
.homepage-bands-container-invisible{
margin-top: 80px;
display: none;
}
.homepage-bands-container-visible{
margin-top: 80px;
display: block;
}
.main-band-container{
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
margin: 20px auto;
max-width: 1260px;
}
.band... | react-app/src/components/AAAMainComponents/Bands/Bands.css | .homepage-bands-container-invisible{
margin-top: 80px;
display: none;
}
.homepage-bands-container-visible{
margin-top: 80px;
display: block;
}
.main-band-container{
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
margin: 20px auto;
max-width: 1260px;
}
.band... | 0.267791 | 0.057626 |
@import url('https://fonts.googleapis.com/css?family=Droid+Sans');/*--- Paragraph Font --*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed'); /*--- Headings Font --*/
* {
margin: 0;
border: 0;
padding: 0;
}
body{
background: #F0F0F0;
color: #555;
font-family: 'Ubuntu Condensed', sans-serif... | style.css | @import url('https://fonts.googleapis.com/css?family=Droid+Sans');/*--- Paragraph Font --*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed'); /*--- Headings Font --*/
* {
margin: 0;
border: 0;
padding: 0;
}
body{
background: #F0F0F0;
color: #555;
font-family: 'Ubuntu Condensed', sans-serif... | 0.211987 | 0.061537 |
*{
box-sizing: border-box;
padding: 0;
margin: 0;
max-width:100%;
border:1px solid grey;
}
html {
/* background-color: #CBF3F0; */
font-size: 62.5%;
}
body{
font-size: 2.5rem;
line-height: 1.7;
color:#FFBF69;
}
.container{
background-color:#2EC4B6;
}
i{
font-size: 1rem;
}
img {
he... | style.css | *{
box-sizing: border-box;
padding: 0;
margin: 0;
max-width:100%;
border:1px solid grey;
}
html {
/* background-color: #CBF3F0; */
font-size: 62.5%;
}
body{
font-size: 2.5rem;
line-height: 1.7;
color:#FFBF69;
}
.container{
background-color:#2EC4B6;
}
i{
font-size: 1rem;
}
img {
he... | 0.246352 | 0.056626 |
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav { padding:0; list-style: none;}
#container-flexslider {width: 100%; height:auto; max-width: 98%; margin: 0 auto; margin-top:1%; margin-bottom:1%;}
/* FlexSlider... | public/Front2/style/flexslider.css | .flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav { padding:0; list-style: none;}
#container-flexslider {width: 100%; height:auto; max-width: 98%; margin: 0 auto; margin-top:1%; margin-bottom:1%;}
/* FlexSlider... | 0.371023 | 0.077308 |
@font-face {
font-family:'DFLiSongStd-W7';
src:url('fonts/DFLiSongStd-W7.otf') format('opentype');
}
html, body{
width:100%;
height:100%;
}
body{
background-image:url('image/1920x1080_bg_2.png');
overflow:hidden;
-webkit-perspective:4000px;
margin:0px;
}
.book{
display:inline-block;
position:absolute;... | style.css | @font-face {
font-family:'DFLiSongStd-W7';
src:url('fonts/DFLiSongStd-W7.otf') format('opentype');
}
html, body{
width:100%;
height:100%;
}
body{
background-image:url('image/1920x1080_bg_2.png');
overflow:hidden;
-webkit-perspective:4000px;
margin:0px;
}
.book{
display:inline-block;
position:absolute;... | 0.178204 | 0.045927 |
* {
outline: none;
}
body {
font-family: Open Sans,sans-serif;
background: #f9f9f9;
}
div#wrapper {
font-family: Open Sans,sans-serif;
font-weight: 400;
}
div#page-content-wrapper {
background: #f9f9f9;
font-family: Open Sans,sans-serif;
}
ul.sidebar-nav {
background: none;
backg... | public/css/provider-custom.css | * {
outline: none;
}
body {
font-family: Open Sans,sans-serif;
background: #f9f9f9;
}
div#wrapper {
font-family: Open Sans,sans-serif;
font-weight: 400;
}
div#page-content-wrapper {
background: #f9f9f9;
font-family: Open Sans,sans-serif;
}
ul.sidebar-nav {
background: none;
backg... | 0.422862 | 0.090574 |
.cmt-list {
font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
font-size: 14px;
color: #333;
line-height: 22px;
text-align: left;
direction: ltr;
}
.cmt-list a {
cursor: pointer;
color: #4267b2;
text-decoration: none;
... | webnoithat/public/asset/css/comment.css | .cmt-list {
font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
font-size: 14px;
color: #333;
line-height: 22px;
text-align: left;
direction: ltr;
}
.cmt-list a {
cursor: pointer;
color: #4267b2;
text-decoration: none;
... | 0.402862 | 0.149314 |
@import url('https://fonts.googleapis.com/css?family=Inconsolata:400,700|Noto+Sans+TC:400,700&display=swap');
/* html {
} */
* {
padding: 0;
margin: 0;
border-spacing: 0;
}
body {
font-family: 'Inconsolata', monospace, 'Noto Sans TC', sans-serif;
background-color: black;
color: white;
ove... | css/style.css | @import url('https://fonts.googleapis.com/css?family=Inconsolata:400,700|Noto+Sans+TC:400,700&display=swap');
/* html {
} */
* {
padding: 0;
margin: 0;
border-spacing: 0;
}
body {
font-family: 'Inconsolata', monospace, 'Noto Sans TC', sans-serif;
background-color: black;
color: white;
ove... | 0.222025 | 0.059811 |
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
margin: 0;
padding: 0;
border: 0;
}
body {
font-family: Lato, Helvetica, Arial, Sans-Serif;
line-height: 24px;
margin: 95px 30px;
position: absolute;
max-width: 100%;
}
#container {
min-height: 100%;
}
.... | styles/starter-template.css | body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
margin: 0;
padding: 0;
border: 0;
}
body {
font-family: Lato, Helvetica, Arial, Sans-Serif;
line-height: 24px;
margin: 95px 30px;
position: absolute;
max-width: 100%;
}
#container {
min-height: 100%;
}
.... | 0.292696 | 0.085404 |
html, body, #wrapper {
height: 100%;
width: 100%;
overflow: hidden;
}
body {
background-size: cover;
background-attachment: fixed;
-webkit-user-select: none
}
label {
color: #868A88 !important;
}
md-card {
width: 350px;
overflow: auto;
}
md-select-value {
overflow: hidden;
}
... | assets/css/style.css | html, body, #wrapper {
height: 100%;
width: 100%;
overflow: hidden;
}
body {
background-size: cover;
background-attachment: fixed;
-webkit-user-select: none
}
label {
color: #868A88 !important;
}
md-card {
width: 350px;
overflow: auto;
}
md-select-value {
overflow: hidden;
}
... | 0.378574 | 0.087369 |
@-moz-document domain("booking.com") {
body {
color: black
}
.xpi__content__container {
background: black;
}
.xpi__searchbox {
padding: 30px;
}
#top {
background: black
}
.xpi__content__wrapper
{
border-bottom: 3px solid lime;
}
.xpi__content__wrappergray .xpi__searchbox .sb... | data/usercss/175669.user.css | @-moz-document domain("booking.com") {
body {
color: black
}
.xpi__content__container {
background: black;
}
.xpi__searchbox {
padding: 30px;
}
#top {
background: black
}
.xpi__content__wrapper
{
border-bottom: 3px solid lime;
}
.xpi__content__wrappergray .xpi__searchbox .sb... | 0.281208 | 0.048428 |
html,body{
height: 100%;
min-width: 552px;
}
#shapes {
position: absolute;
/*border: 1px solid black;*/
left: 25vw;
top: 15vh;
width: 685px;
height: 437px;
}
#circle{
position:absolute;
border: 1px solid yellow;
width:250px; /*will go to 400*/
height:250px; /*will go to 4... | WebDev/2018_08_19_Web-Class-2/anim.css | html,body{
height: 100%;
min-width: 552px;
}
#shapes {
position: absolute;
/*border: 1px solid black;*/
left: 25vw;
top: 15vh;
width: 685px;
height: 437px;
}
#circle{
position:absolute;
border: 1px solid yellow;
width:250px; /*will go to 400*/
height:250px; /*will go to 4... | 0.554712 | 0.10217 |
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].... | dist/css/plugins.css | [data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].... | 0.339499 | 0.090253 |
@charset "utf-8";
#PA_thirdPart {
width: 100%;
height: auto;
position: relative;
}
#PA_thirdPart .PA_line {
width: 100%;
height: 2px;
background: #4472C4;
}
#PA_thirdPart .PA_back_hai {
width: 100%;
z-index: -1;
position: absolute;
top: 0px;
left: 0px;
}
#PA_third_one {
... | Public/Css/postArtic.css | @charset "utf-8";
#PA_thirdPart {
width: 100%;
height: auto;
position: relative;
}
#PA_thirdPart .PA_line {
width: 100%;
height: 2px;
background: #4472C4;
}
#PA_thirdPart .PA_back_hai {
width: 100%;
z-index: -1;
position: absolute;
top: 0px;
left: 0px;
}
#PA_third_one {
... | 0.382949 | 0.069007 |
body {
/* font-size: 12px; */
font-family: "宋体";
}
.head-hot span{
margin-top: 5px;
}
.head-top span,
a,
em {
float: left;
color: #808080;
line-height: 27px;
}
/* 列表区域 */
.more {
font-size: 12px;
font-family: "宋体";
}
.lie-div1 {
height: 40px;
line-height:... | xiangmu/shangpinliebiao/css/index.css | body {
/* font-size: 12px; */
font-family: "宋体";
}
.head-hot span{
margin-top: 5px;
}
.head-top span,
a,
em {
float: left;
color: #808080;
line-height: 27px;
}
/* 列表区域 */
.more {
font-size: 12px;
font-family: "宋体";
}
.lie-div1 {
height: 40px;
line-height:... | 0.348423 | 0.062991 |
body,html {
padding: 0;
margin: 0;
font-family: BBAlpha Sans;
font-size: 12pt;
overflow: visible;
}
body {
background-image: url('../images/WW_Interface_DarkGradient.png');
background-repeat: repeat;
}
.buttonPanel {
margin: 4px;
margin-bottom: 0px;
text-align: center;
position: relative;
... | Weather/stylesheet/Weather.css | body,html {
padding: 0;
margin: 0;
font-family: BBAlpha Sans;
font-size: 12pt;
overflow: visible;
}
body {
background-image: url('../images/WW_Interface_DarkGradient.png');
background-repeat: repeat;
}
.buttonPanel {
margin: 4px;
margin-bottom: 0px;
text-align: center;
position: relative;
... | 0.281603 | 0.039695 |
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body{
background-color: #f0f0f0;
}
.detail-main{
margin-top: 3%;
}
.wrap-top{
padding: 20px 0px;
}
.wrap-top .logo{
}
.wrap-top .logo h1{
display: inline-block;
}
.wrap-top .logo h1 a{
text-decoration: none;
color: rgba(128, 128, ... | public/frontend/styles.css | *{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body{
background-color: #f0f0f0;
}
.detail-main{
margin-top: 3%;
}
.wrap-top{
padding: 20px 0px;
}
.wrap-top .logo{
}
.wrap-top .logo h1{
display: inline-block;
}
.wrap-top .logo h1 a{
text-decoration: none;
color: rgba(128, 128, ... | 0.466603 | 0.056888 |
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
:root {
--russian-violet: #270245ff;
--caribbean-green: #03CEA4;
--red-salsa: #ff2941ff;
--yellow-ryb: #feff38ff;
--bronze: #BC8034;
--blue-jeans: #4BB3FD;
}
body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica... | public/stylesheets/style.css | @import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
:root {
--russian-violet: #270245ff;
--caribbean-green: #03CEA4;
--red-salsa: #ff2941ff;
--yellow-ryb: #feff38ff;
--bronze: #BC8034;
--blue-jeans: #4BB3FD;
}
body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica... | 0.390243 | 0.138462 |
.good-type{
background-color: rgba(242, 242, 242, 1);
height:50px;
line-height:50px;
position: relative;
padding:0 25px;
font-size:16px;
}
.close-icon{
position: absolute;
right:10px;
top:0;
line-height:50px;
}
.close-icon img{
width: 32px;
height: 26px;
}
.good-info{
... | public/css/admin/online.css | .good-type{
background-color: rgba(242, 242, 242, 1);
height:50px;
line-height:50px;
position: relative;
padding:0 25px;
font-size:16px;
}
.close-icon{
position: absolute;
right:10px;
top:0;
line-height:50px;
}
.close-icon img{
width: 32px;
height: 26px;
}
.good-info{
... | 0.491944 | 0.099908 |
.br_framework_settings{
position: relative;
padding-bottom: 30px;
}
.br_framework_settings .nav-block{
display: none;
}
.br_framework_settings .nav-block.nav-block-active{
display: block;
}
.br_framework_settings textarea{
width: 100%;
resize: vertical;
min-height: 200px;
}
.br_framework_set... | web/app/plugins/load-more-products-for-woocommerce/berocket/css/admin.css | .br_framework_settings{
position: relative;
padding-bottom: 30px;
}
.br_framework_settings .nav-block{
display: none;
}
.br_framework_settings .nav-block.nav-block-active{
display: block;
}
.br_framework_settings textarea{
width: 100%;
resize: vertical;
min-height: 200px;
}
.br_framework_set... | 0.565059 | 0.093512 |