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 |
|---|---|---|---|---|
.draw-outline {
display: inline-block;
padding: 16px 28px;
border: 2px black solid;
text-align: center;
text-decoration: none;
color: black;
position: relative;
transition: border-color 0.35s ease-in-out;
z-index: 1;
}
.draw-outline:before,
.draw-outline:after {
content: "";
position: absolute;
... | public/css/animate-buttons.css | .draw-outline {
display: inline-block;
padding: 16px 28px;
border: 2px black solid;
text-align: center;
text-decoration: none;
color: black;
position: relative;
transition: border-color 0.35s ease-in-out;
z-index: 1;
}
.draw-outline:before,
.draw-outline:after {
content: "";
position: absolute;
... | 0.511717 | 0.126273 |
.theme-dark {
--accent-color: #ffffff !important;
--background-1: #131313 !important;
--background-2: #101010 !important;
--border-color: #2c2c2c !important;
--background-mentioned: #ffffff07 !important;
--background-mentioned-hover: #ffffff10 !important;
--background-modifier-hover: #2a2a2a !important;
... | colors/kindadark.css | .theme-dark {
--accent-color: #ffffff !important;
--background-1: #131313 !important;
--background-2: #101010 !important;
--border-color: #2c2c2c !important;
--background-mentioned: #ffffff07 !important;
--background-mentioned-hover: #ffffff10 !important;
--background-modifier-hover: #2a2a2a !important;
... | 0.26322 | 0.054124 |
html,
body {
text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-o-text-size-adjust: 100%;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
}
* {
box-sizing: border-box... | public/css/common.css | html,
body {
text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-o-text-size-adjust: 100%;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
}
* {
box-sizing: border-box... | 0.505127 | 0.081886 |
.wp_top_index{height:45px; background:#ff6600; overflow:hidden}
.wp_logo{ width:40%; height:45px; float:left; font-size:16px;background:url(../images/logo.png) no-repeat 10px center;background-size:35px; }
.wp_logo p{ line-height:45px; color:#fff; margin-left:52px}
.wp_login{ overflow:hidden; width:60%; height:45px; li... | public/app/css/wap_books.css | .wp_top_index{height:45px; background:#ff6600; overflow:hidden}
.wp_logo{ width:40%; height:45px; float:left; font-size:16px;background:url(../images/logo.png) no-repeat 10px center;background-size:35px; }
.wp_logo p{ line-height:45px; color:#fff; margin-left:52px}
.wp_login{ overflow:hidden; width:60%; height:45px; li... | 0.3863 | 0.237864 |
*{
margin: 0;
padding: 0;
font-family: sans-serif;
}
body{
background-color: #ddd;
}
h2{
font-family: sans-serif;
letter-spacing: 6px;
font-weight: normal;
margin-top: 20px;
margin-bottom: 20px;
color: white;
}
h4{
font-family: sans-serif;
letter-spacing: 6px;
font-w... | style.css | *{
margin: 0;
padding: 0;
font-family: sans-serif;
}
body{
background-color: #ddd;
}
h2{
font-family: sans-serif;
letter-spacing: 6px;
font-weight: normal;
margin-top: 20px;
margin-bottom: 20px;
color: white;
}
h4{
font-family: sans-serif;
letter-spacing: 6px;
font-w... | 0.422266 | 0.073563 |
html, body {
font-family: "Roboto", sans-serif;
background: #e6e9ed;
margin: 0;
padding: 0;
background: #1D2671;
background: -webkit-linear-gradient(to bottom, #1D2671, #C33764, #1D2671);
background: linear-gradient(to bottom, #1D2671, #C33764, #1D2671);
}
.grid__example {
color: #ffffff;
}
.grid__exam... | docs/css/styles.css | html, body {
font-family: "Roboto", sans-serif;
background: #e6e9ed;
margin: 0;
padding: 0;
background: #1D2671;
background: -webkit-linear-gradient(to bottom, #1D2671, #C33764, #1D2671);
background: linear-gradient(to bottom, #1D2671, #C33764, #1D2671);
}
.grid__example {
color: #ffffff;
}
.grid__exam... | 0.437103 | 0.078008 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
body{
font-family: "Montserrat";
}
.logo{
width: 50%;
height: 400px;
margin-top: 50px;
background: url(/img/1597722989485_logo_2-1-removebg-preview.png) no-repeat;
background-size: 300px;
background-... | public/css/landingpage.css | @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
body{
font-family: "Montserrat";
}
.logo{
width: 50%;
height: 400px;
margin-top: 50px;
background: url(/img/1597722989485_logo_2-1-removebg-preview.png) no-repeat;
background-size: 300px;
background-... | 0.316053 | 0.056993 |
.st_icon_24_about {
background-image: url(sprite_24.png);
background-position: 0px 0px;
width: 24px;
height: 24px;
}
.st_icon_24_bookmark {
background-image: url(sprite_24.png);
background-position: -24px 0px;
width: 24px;
height: 24px;
}
.st_icon_24_box {
background-image: url(sprite_24.png);
backg... | src/StringFld/assets/sprite_24.css | .st_icon_24_about {
background-image: url(sprite_24.png);
background-position: 0px 0px;
width: 24px;
height: 24px;
}
.st_icon_24_bookmark {
background-image: url(sprite_24.png);
background-position: -24px 0px;
width: 24px;
height: 24px;
}
.st_icon_24_box {
background-image: url(sprite_24.png);
backg... | 0.324771 | 0.098209 |
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img, div{margin:0; padding:0; border:0; font-family:"Microsoft Yahei",Tahoma; font-size: 12px; -webkit-text-size-adjust:none;}
/* Friend card. */
.friendCard{width:1000px; height:60... | WebRoot/css/friend/friend.css | body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img, div{margin:0; padding:0; border:0; font-family:"Microsoft Yahei",Tahoma; font-size: 12px; -webkit-text-size-adjust:none;}
/* Friend card. */
.friendCard{width:1000px; height:60... | 0.203708 | 0.059921 |
/*=============================================================
Authour URI: www.binarytheme.com
License: Commons Attribution 3.0
http://creativecommons.org/licenses/by/3.0/
100% Free To use For Personal And Commercial Use.
IN EXCHANGE JUST GIVE US CREDITs AND TELL YOUR FRIENDS ABOUT US
... | webserver/webroot/assets/css/style-switcher.css | /*=============================================================
Authour URI: www.binarytheme.com
License: Commons Attribution 3.0
http://creativecommons.org/licenses/by/3.0/
100% Free To use For Personal And Commercial Use.
IN EXCHANGE JUST GIVE US CREDITs AND TELL YOUR FRIENDS ABOUT US
... | 0.358578 | 0.053924 |
.background_chocolate2,
.hover_background_chocolate2:hover,
.active_background_chocolate2:active:hover {
background: #e27d35;
background-image: -moz-linear-gradient(top, rgb(235, 164, 114) 0%, rgb(226, 125, 53) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(235,... | widgets/common/assets/gradients/simple/chocolate/chocolate2.css | .background_chocolate2,
.hover_background_chocolate2:hover,
.active_background_chocolate2:active:hover {
background: #e27d35;
background-image: -moz-linear-gradient(top, rgb(235, 164, 114) 0%, rgb(226, 125, 53) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(235,... | 0.548674 | 0.125012 |
*{
box-sizing: border-box;
}
body{
height: 100vh;
max-height: 100vh;
background: #fcfcfc;
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, ... | public/css/login/chat.css | *{
box-sizing: border-box;
}
body{
height: 100vh;
max-height: 100vh;
background: #fcfcfc;
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, ... | 0.297368 | 0.043103 |
body {
margin: 0;
padding: 0;
font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
font-size: 11px;
color: #4F5155;
background: #fff url(<?php echo $image_url; ?>background.jpg) repeat-x left top;
}
a {
color: #8B0D00;
background-color: transparent;
text-decoration: none;
font-weight: bold;
... | lib/ci/scaffolding/views/stylesheet.css | body {
margin: 0;
padding: 0;
font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
font-size: 11px;
color: #4F5155;
background: #fff url(<?php echo $image_url; ?>background.jpg) repeat-x left top;
}
a {
color: #8B0D00;
background-color: transparent;
text-decoration: none;
font-weight: bold;
... | 0.348423 | 0.133246 |
@import url(breakpoints.css) screen and (color);
@font-face {
font-family: 'Gilroy-SemiBold';
src: url('шрифт/Gilroy-SemiBold.ttf');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Gilroy-Medium';
src: url('шрифт/Gilroy-Medium.ttf');
font-weight: normal;
font-styl... | style.css | @import url(breakpoints.css) screen and (color);
@font-face {
font-family: 'Gilroy-SemiBold';
src: url('шрифт/Gilroy-SemiBold.ttf');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Gilroy-Medium';
src: url('шрифт/Gilroy-Medium.ttf');
font-weight: normal;
font-styl... | 0.289573 | 0.086285 |
* {
margin: 0;
padding: 0;
}
body {
background: black;
height: 661px;
}
button:hover {
cursor: pointer;
}
.container {
width: 635px;
height: 735px;
background: url("./img/bg.png") no-repeat;
margin: 0 auto;
}
.container textarea {
resize: none;
bord... | css.css | * {
margin: 0;
padding: 0;
}
body {
background: black;
height: 661px;
}
button:hover {
cursor: pointer;
}
.container {
width: 635px;
height: 735px;
background: url("./img/bg.png") no-repeat;
margin: 0 auto;
}
.container textarea {
resize: none;
bord... | 0.405802 | 0.064153 |
.active{
background-color: rgba(0,0,0,0.1);
}
.aNoLine{
text-decoration: none;
}
.backGrey{
background: #ddd;
}
.backFa{
background: #fafafa;
}
.border{
border:1px solid #ddd !important;
}
.borderRt{
border-right: 1px solid #ddd ;
}
.borderNone{
border: none;
}
.head-font{
font-size: 30p... | learnGit/order/style/css/myStyle.css | .active{
background-color: rgba(0,0,0,0.1);
}
.aNoLine{
text-decoration: none;
}
.backGrey{
background: #ddd;
}
.backFa{
background: #fafafa;
}
.border{
border:1px solid #ddd !important;
}
.borderRt{
border-right: 1px solid #ddd ;
}
.borderNone{
border: none;
}
.head-font{
font-size: 30p... | 0.340047 | 0.093678 |
/* --- NOSE AG Design Intelligence --------------------------------------------------- */
/* --- CSS Framework: font definitions overall and elements ------------------------- */
/* --- TEL0022 SIX iD HTML, BR ------------------------------------------------- */
@media all {
/* -----------------------------... | frontend/six/assets/css/general_content.css |
/* --- NOSE AG Design Intelligence --------------------------------------------------- */
/* --- CSS Framework: font definitions overall and elements ------------------------- */
/* --- TEL0022 SIX iD HTML, BR ------------------------------------------------- */
@media all {
/* -----------------------------... | 0.187579 | 0.058642 |
.component {
background-color: #333333;
color: white;
}
.custom-component {
width: auto;
height: auto;
}
.modal-background {
background-color: #252526;
opacity: 0.2;
}
.modal-component {
filter: blur(1);
}
/************************************************************************
** DIALO... | resources/css/theme.css | .component {
background-color: #333333;
color: white;
}
.custom-component {
width: auto;
height: auto;
}
.modal-background {
background-color: #252526;
opacity: 0.2;
}
.modal-component {
filter: blur(1);
}
/************************************************************************
** DIALO... | 0.550124 | 0.112405 |
.cart-list-container {
display: -ms-grid;
-ms-grid-columns: 1fr 348px 40px;
-ms-grid-rows: 40px 1fr 150px;
color: white;
height: 100%;
margin-left: 120px;
}
.cartpage .cartlist {
-ms-grid-column: 1;
-ms-grid-row: 2;
height: 100%;
width: 100%;
}
.cart-list-header {
border-b... | SoftwareStore/pages/cart/cart.css | .cart-list-container {
display: -ms-grid;
-ms-grid-columns: 1fr 348px 40px;
-ms-grid-rows: 40px 1fr 150px;
color: white;
height: 100%;
margin-left: 120px;
}
.cartpage .cartlist {
-ms-grid-column: 1;
-ms-grid-row: 2;
height: 100%;
width: 100%;
}
.cart-list-header {
border-b... | 0.324878 | 0.110375 |
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;500&family=Inter:wght@300;400;500;600&family=Open+Sans:wght@600&display=swap');
@import './properties.css';
html {
text-rendering: geometricPrecision;
font-smooth: always;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: gr... | src/styles/typography.css | @import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;500&family=Inter:wght@300;400;500;600&family=Open+Sans:wght@600&display=swap');
@import './properties.css';
html {
text-rendering: geometricPrecision;
font-smooth: always;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: gr... | 0.432543 | 0.144541 |
html,
body {
height: 100%;
margin: 0;
padding: 0;
background-color: white !important; }
::-webkit-scrollbar {
width: 15px;
height: 15px; }
::-webkit-scrollbar-thumb {
border-radius: 15px;
background: #ccc; }
::-webkit-scrollbar-thumb:hover {
background: #bbb; }
::-webkit-scrollbar-thumb, ::-we... | v2/src/app/app.css | html,
body {
height: 100%;
margin: 0;
padding: 0;
background-color: white !important; }
::-webkit-scrollbar {
width: 15px;
height: 15px; }
::-webkit-scrollbar-thumb {
border-radius: 15px;
background: #ccc; }
::-webkit-scrollbar-thumb:hover {
background: #bbb; }
::-webkit-scrollbar-thumb, ::-we... | 0.417984 | 0.048631 |
.task-title-div
{display:block; width:212px; height:92px; overflow:hidden; margin-right:10px; border: 1px solid #dedede;background-color: #FFFFFF;float: left; border-radius:5px 5px 0px 0px;}
.task-title-div>.status{
display:block; width:100%; height:32px; overflow:hidden; text-indent:24px; font-size:14px; padding... | Public/css/Home/task/index.css | .task-title-div
{display:block; width:212px; height:92px; overflow:hidden; margin-right:10px; border: 1px solid #dedede;background-color: #FFFFFF;float: left; border-radius:5px 5px 0px 0px;}
.task-title-div>.status{
display:block; width:100%; height:32px; overflow:hidden; text-indent:24px; font-size:14px; padding... | 0.271928 | 0.116714 |
======================================
[ CSS TABLE CONTENT ]
======================================
[Table of contents]
1.feature boxes
2.parallax sections
3.footer styles
======================================
[ END CSS TABLE CONTENT ]
======================================
*/
/*============ Feature boxe... | public/front/css/restaurant.css | ======================================
[ CSS TABLE CONTENT ]
======================================
[Table of contents]
1.feature boxes
2.parallax sections
3.footer styles
======================================
[ END CSS TABLE CONTENT ]
======================================
*/
/*============ Feature boxe... | 0.440108 | 0.097347 |
body {
font-family: 'Fjalla+One', sans-serif;
color: #ffffff;
}
h1,h2,h3,h4,h5,h6 {
font-weight:700;
}
.h3-cadastro{
color: #615f5f;
}
p {
font-size: 20px
}
.p-home{
font-size: 1,5rem;
color: #fff;
padding-top: 2rem;
}
.box-projeto{
margin-bottom: 0.5rem;
margin-top: 1.5rem;
color: #000;
}
#bar {
margi... | public/styles/css.css | body {
font-family: 'Fjalla+One', sans-serif;
color: #ffffff;
}
h1,h2,h3,h4,h5,h6 {
font-weight:700;
}
.h3-cadastro{
color: #615f5f;
}
p {
font-size: 20px
}
.p-home{
font-size: 1,5rem;
color: #fff;
padding-top: 2rem;
}
.box-projeto{
margin-bottom: 0.5rem;
margin-top: 1.5rem;
color: #000;
}
#bar {
margi... | 0.272315 | 0.054955 |
:root {
--main-color: #009f3b;
}
ul.post-ul,
ul.category-ul {
margin: 0;
}
li.category-li {
float: left;
list-style-type: none;
margin: 0 0.8rem 0.5rem 0;
padding: 2px 10px 0 10px;
border: 1px solid var(--main-color);
border-radius: 5px;
cursor: pointer;
-moz-user-select: none;
-webkit-user-sele... | src/pages/index.css | :root {
--main-color: #009f3b;
}
ul.post-ul,
ul.category-ul {
margin: 0;
}
li.category-li {
float: left;
list-style-type: none;
margin: 0 0.8rem 0.5rem 0;
padding: 2px 10px 0 10px;
border: 1px solid var(--main-color);
border-radius: 5px;
cursor: pointer;
-moz-user-select: none;
-webkit-user-sele... | 0.506347 | 0.171859 |
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo&display=swap');
body {
background-color: #474e5d;
font-family: Helvetica, sans-serif;
padding: 100px;
font-family: 'Arvo', serif;
}
ul{
padding: 0;
... | style.css | @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo&display=swap');
body {
background-color: #474e5d;
font-family: Helvetica, sans-serif;
padding: 100px;
font-family: 'Arvo', serif;
}
ul{
padding: 0;
... | 0.355551 | 0.078395 |
@charset "utf-8";
/* 모바일용 CSS */
/* 기본 CSS */
/*페이지 로더*/
.loader {
position: absolute;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #3498db;
width: 120px;
height: 120px;
left: 50%;
top: 50%;
margin: -60px 0 0 -60px;
z-index: 1000;
... | css/default.css | @charset "utf-8";
/* 모바일용 CSS */
/* 기본 CSS */
/*페이지 로더*/
.loader {
position: absolute;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #3498db;
width: 120px;
height: 120px;
left: 50%;
top: 50%;
margin: -60px 0 0 -60px;
z-index: 1000;
... | 0.280321 | 0.067087 |
@charset "utf-8";
/* CSS Document */
/* Main menu */
/* Main menu */
ul#menu {
color: #fff;
margin: 0;
padding: 0 0 0 6px;
height: 40px;
width: 954px;
position:relative;
z-index: 999;
background: #2A2B8C;
}
ul#menu li {
/*display: inline;*/
list-style: none;
}
ul#menu li.mega {
float:left;
height: 36px;... | css/static_pc_menu.css | @charset "utf-8";
/* CSS Document */
/* Main menu */
/* Main menu */
ul#menu {
color: #fff;
margin: 0;
padding: 0 0 0 6px;
height: 40px;
width: 954px;
position:relative;
z-index: 999;
background: #2A2B8C;
}
ul#menu li {
/*display: inline;*/
list-style: none;
}
ul#menu li.mega {
float:left;
height: 36px;... | 0.113678 | 0.042503 |
.js .loading::before,
.js .loading::after {
content: '';
position: fixed;
z-index: 1000;
}
.js .loading::before {
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--color-bg);
}
.js .loading::after {
top: 50%;
left: 50%;
width: 60px;
height: 60px;
margin: -30px 0 0 -30px;
border-radius: 50%;
... | src/styles/tw/linkstyles.css | .js .loading::before,
.js .loading::after {
content: '';
position: fixed;
z-index: 1000;
}
.js .loading::before {
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--color-bg);
}
.js .loading::after {
top: 50%;
left: 50%;
width: 60px;
height: 60px;
margin: -30px 0 0 -30px;
border-radius: 50%;
... | 0.722821 | 0.060142 |
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-size: 10px;
}
body {
font-size: 1.6rem;
line-height: 1.8;
}
.top-bar {
height: 50px;
background-color:#d344ffc5;
color: #ffff;
font-weight: 800;
font-size: 3rem;
text-align: center;
}
.top-bar-title {
width: inherit;
line-height: ... | src/frontend/src/v1/PrivateRoom.css | *,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-size: 10px;
}
body {
font-size: 1.6rem;
line-height: 1.8;
}
.top-bar {
height: 50px;
background-color:#d344ffc5;
color: #ffff;
font-weight: 800;
font-size: 3rem;
text-align: center;
}
.top-bar-title {
width: inherit;
line-height: ... | 0.47317 | 0.065665 |
body,
p, ul, ol, li, a {
color: #212121;
font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
#main p {
min-width: 100%;
orphans: 3; }
legend, label,
h1, h2, h3, h4, h5, h6 {
color: #205493;
font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "T... | img/Templates _ FedRAMP.gov_files/main.css | body,
p, ul, ol, li, a {
color: #212121;
font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
#main p {
min-width: 100%;
orphans: 3; }
legend, label,
h1, h2, h3, h4, h5, h6 {
color: #205493;
font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "T... | 0.421314 | 0.06804 |
@import url(https://fonts.googleapis.com/css?family=Lato|M+PLUS+1p&display=swap);@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
b... | public/css/app.css | @import url(https://fonts.googleapis.com/css?family=Lato|M+PLUS+1p&display=swap);@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
b... | 0.407805 | 0.083815 |
body{ background: #f1f1f1; color:#444;}
.page-header h2{display:inline-block;}
#content{margin: 0;}
#footer{height: 50px;}
img{max-width: 100%;}
.font-small{font-size: 12px;font-weight: normal;}
.col-sm-15{
width:20%;
position: relative;
float:left;
min-height: 1px;
padding-left: 15px;
padding-right... | admin/view/stylesheet/theme.css | body{ background: #f1f1f1; color:#444;}
.page-header h2{display:inline-block;}
#content{margin: 0;}
#footer{height: 50px;}
img{max-width: 100%;}
.font-small{font-size: 12px;font-weight: normal;}
.col-sm-15{
width:20%;
position: relative;
float:left;
min-height: 1px;
padding-left: 15px;
padding-right... | 0.28877 | 0.049797 |
body {
font-size: .85em;
font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
color: #232323;
background-color: #fff;
}
header, footer, nav, section {
display: block;
}
/**************************************************************/
.site-url {
background: rgb(39, 68, 118);
... | CFirstTagComment/CFirst/Content/Common/Site.css | body {
font-size: .85em;
font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
color: #232323;
background-color: #fff;
}
header, footer, nav, section {
display: block;
}
/**************************************************************/
.site-url {
background: rgb(39, 68, 118);
... | 0.394318 | 0.081556 |
@media only screen and (max-width:767px) {
#mainDiv{
display: grid;
grid-template-columns: repeat(2,50%);
grid-template-rows: repeat(7,100%);
width: 100%;
}
#a{
grid-column: 1/ span 2;
grid-row: 1;
}
#b{
grid-column: 1/ span 2 ;
grid-row: 2;
}
#c{
grid-column:1 /span 2 ;
gri... | style/layout.css |
@media only screen and (max-width:767px) {
#mainDiv{
display: grid;
grid-template-columns: repeat(2,50%);
grid-template-rows: repeat(7,100%);
width: 100%;
}
#a{
grid-column: 1/ span 2;
grid-row: 1;
}
#b{
grid-column: 1/ span 2 ;
grid-row: 2;
}
#c{
grid-column:1 /span 2 ;
gri... | 0.216674 | 0.201126 |
---------------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Raleway:200,400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(/assets/js/plugins/uikit/uikit.css);
@import url(/assets/css/font-awesome.min.css)... | app/assets/stylesheets/css/style.css | ---------------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Raleway:200,400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(/assets/js/plugins/uikit/uikit.css);
@import url(/assets/css/font-awesome.min.css)... | 0.353094 | 0.063164 |
.Sidebar {
flex: 1 1 30%;
display: flex;
flex-direction: column;
transition: flex 0.5s;
}
#sidebarToggle:checked ~ .Sidebar {
flex: 0 0;
}
#sidebarToggle:checked ~ .Sidebar .PlayedByFriendsList {
overflow: hidden;
}
.Sidebar h3 {
margin: 0 0 1em 0;
opacity: 1;
transform: scale(1);
transition: tr... | src/views/BrowseGamesView/Sidebar/Sidebar.css | .Sidebar {
flex: 1 1 30%;
display: flex;
flex-direction: column;
transition: flex 0.5s;
}
#sidebarToggle:checked ~ .Sidebar {
flex: 0 0;
}
#sidebarToggle:checked ~ .Sidebar .PlayedByFriendsList {
overflow: hidden;
}
.Sidebar h3 {
margin: 0 0 1em 0;
opacity: 1;
transform: scale(1);
transition: tr... | 0.655777 | 0.120568 |
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
.background {
animation: fadein 4s;
}
html, body{
margin: 0;
height: 100%;
font-family: Arial, Helvetica, sans-serif;
color: white;
}
h2{
margin: 0;
}
textarea:focus, input:focus{
outline: none;
}
.background{
... | app/styles.css | @keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
.background {
animation: fadein 4s;
}
html, body{
margin: 0;
height: 100%;
font-family: Arial, Helvetica, sans-serif;
color: white;
}
h2{
margin: 0;
}
textarea:focus, input:focus{
outline: none;
}
.background{
... | 0.5144 | 0.095856 |
.nmbrsrch {
display: flex !important;
float: right;
}
.navbar-right .dropdown-menu {
left: auto;
right: -60px;
}
.logotxt {
font-size: 13px;
text-align: justify;
width: 245px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-na... | public/css/ourcesuc.com.css | .nmbrsrch {
display: flex !important;
float: right;
}
.navbar-right .dropdown-menu {
left: auto;
right: -60px;
}
.logotxt {
font-size: 13px;
text-align: justify;
width: 245px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-na... | 0.216094 | 0.114517 |
body{
background:#adc0ef;
}
.topo{
height:200px;
background:#adc0ef;
}
.logo{
padding-top:30px;
position:relative;
left:20px;
bottom:5px;
padding-bottom:20px;
}
.sistemalogo{
padding-top:44px;
position:relative;
left:106px;
bottom:15px;
}
.conteudo{
background:#adc0ef;
height:200px;
margin-top:250px;
}... | Atelie/Cliente/user/sispap/css/estilo.css | body{
background:#adc0ef;
}
.topo{
height:200px;
background:#adc0ef;
}
.logo{
padding-top:30px;
position:relative;
left:20px;
bottom:5px;
padding-bottom:20px;
}
.sistemalogo{
padding-top:44px;
position:relative;
left:106px;
bottom:15px;
}
.conteudo{
background:#adc0ef;
height:200px;
margin-top:250px;
}... | 0.12213 | 0.042523 |
body
{ font-size : 1em
}
#navigate li.current-link
{ background-color : rgb(50%,75%,100%)
; color : #EFF3FE
; font-weight : bold
}
#navigate li.current-section
{ font-weight : bold
}
#navigate a.current-section,
#navigate a.current-section:link,
#navigate a.... | _GTW/__test__/media/styles/screen.css | body
{ font-size : 1em
}
#navigate li.current-link
{ background-color : rgb(50%,75%,100%)
; color : #EFF3FE
; font-weight : bold
}
#navigate li.current-section
{ font-weight : bold
}
#navigate a.current-section,
#navigate a.current-section:link,
#navigate a.... | 0.553988 | 0.193376 |
@charset "utf-8";
@namespace epub "http://www.idpf.org/2007/ops";
#chapter-1 blockquote:first-of-type{
font-variant: small-caps;
margin: 1em auto;
text-align: center;
text-indent: 0;
}
.sign{
font-variant: small-caps;
text-align: center;
}
.sign p,
header > p{
text-indent: 0;
}
[epub|type~="z3998:signature"]... | src/epub/css/local.css | @charset "utf-8";
@namespace epub "http://www.idpf.org/2007/ops";
#chapter-1 blockquote:first-of-type{
font-variant: small-caps;
margin: 1em auto;
text-align: center;
text-indent: 0;
}
.sign{
font-variant: small-caps;
text-align: center;
}
.sign p,
header > p{
text-indent: 0;
}
[epub|type~="z3998:signature"]... | 0.413951 | 0.115461 |
.c7n-menu {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 0.13rem;
line-height: 1.5;
-webkit-box-sizing: border-box;
box-sizing: ... | lib/menu/style/index.css | .c7n-menu {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 0.13rem;
line-height: 1.5;
-webkit-box-sizing: border-box;
box-sizing: ... | 0.264263 | 0.054777 |
html { overflow-y: scroll; }
body { background: #f7f7f7; font: 16px 'Open Sans', serif; color: #000; width: 100%; min-width: 300px; max-width: 2000px; margin: auto; -webkit-text-size-adjust: none; }
* { margin: 0; padding: 0; outline: 0; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: bor... | static/css/css.css | html { overflow-y: scroll; }
body { background: #f7f7f7; font: 16px 'Open Sans', serif; color: #000; width: 100%; min-width: 300px; max-width: 2000px; margin: auto; -webkit-text-size-adjust: none; }
* { margin: 0; padding: 0; outline: 0; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: bor... | 0.436862 | 0.145297 |
body {
font-size: 20px;
font-family: 'Open Sans',sans-serif;
font-weight: lighter;
color: #000;
background-color: white
}
#logo
{
float: left;
width: 250px;
}
.cabecalho
{
background: white;
height: 245px;
color: black;
text-align: center;
font-size: 30px;
}
.corpo
{
width: 100%;
height:... | css.css | body {
font-size: 20px;
font-family: 'Open Sans',sans-serif;
font-weight: lighter;
color: #000;
background-color: white
}
#logo
{
float: left;
width: 250px;
}
.cabecalho
{
background: white;
height: 245px;
color: black;
text-align: center;
font-size: 30px;
}
.corpo
{
width: 100%;
height:... | 0.356783 | 0.098947 |
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
background: #e8ebf5;
}
#sidenav-overlay {
background-color: rgba(255, 255, 255,... | app/Themes/Bootstrap/Assets/css/style.css | @-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
background: #e8ebf5;
}
#sidenav-overlay {
background-color: rgba(255, 255, 255,... | 0.360151 | 0.0713 |
@-moz-document url-prefix("https://duelingnexus.com/") {
[src*="83500096.jpg"] {
content:url("https://raw.githubusercontent.com/yasuotornado/Anime-Cards/master/images/83500096.jpg");
}
[src*="8353769.jpg"] {
content:url("https://raw.githubusercontent.com/yasuotornado/Anime-Cards/master/images/8353769.jpg");
}... | data/usercss/178432.user.css | @-moz-document url-prefix("https://duelingnexus.com/") {
[src*="83500096.jpg"] {
content:url("https://raw.githubusercontent.com/yasuotornado/Anime-Cards/master/images/83500096.jpg");
}
[src*="8353769.jpg"] {
content:url("https://raw.githubusercontent.com/yasuotornado/Anime-Cards/master/images/8353769.jpg");
}... | 0.186095 | 0.32857 |
.el-loading-mask{
background-color: rgba(0,0,0,0.3) !important;
}
.el-loading-mask .el-loading-spinner .path{
stroke: #0ff;
}
.self-define-modal.el-dialog__wrapper{
position: fixed;
width: 100%;
height: 100%;
}
.text-overflow{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.el-cascader__dropd... | src/assets/styles/elementUi.css | .el-loading-mask{
background-color: rgba(0,0,0,0.3) !important;
}
.el-loading-mask .el-loading-spinner .path{
stroke: #0ff;
}
.self-define-modal.el-dialog__wrapper{
position: fixed;
width: 100%;
height: 100%;
}
.text-overflow{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.el-cascader__dropd... | 0.297572 | 0.048473 |
body {
overflow: visible;
}
.sign-up-container {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: var(--theme-background-body-medium);
width: calc(100vw / 9 * 7);
max-width: 1520px;
border: 1px solid var(--t... | site/css/sign-up.css | body {
overflow: visible;
}
.sign-up-container {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: var(--theme-background-body-medium);
width: calc(100vw / 9 * 7);
max-width: 1520px;
border: 1px solid var(--t... | 0.375248 | 0.070304 |
.app {
max-width: 1600px;
width: 100%;
height: 100%;
padding: 5%;
display: flex;
align-items: center;
justify-content: flex-start;
flex-direction: column;
}
.header {
font-size: 3em;
}
.content {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
max-height: 9... | src/App.css | .app {
max-width: 1600px;
width: 100%;
height: 100%;
padding: 5%;
display: flex;
align-items: center;
justify-content: flex-start;
flex-direction: column;
}
.header {
font-size: 3em;
}
.content {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
max-height: 9... | 0.475118 | 0.066357 |
@-ms-viewport {
width: device-width
}
html {
box-sizing: border-box;
-ms-overflow-style: scrollbar;
overflow-x: hidden!important;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:576px) {
.container ... | public/css/landing/grid.css | @-ms-viewport {
width: device-width
}
html {
box-sizing: border-box;
-ms-overflow-style: scrollbar;
overflow-x: hidden!important;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:576px) {
.container ... | 0.743075 | 0.078607 |
body {
font-family: Segoe UI Light !important;
}
/* INVERT */
/* Inverts the color scheme of the website */
/* Make sure you change the image tags with the className - | this changes it as well */
/* :root {
filter: invert(100%);
}
.img {
filter: invert(100%) !important;
}
.imgNav {
filter: invert(100%) !i... | src/index.css | body {
font-family: Segoe UI Light !important;
}
/* INVERT */
/* Inverts the color scheme of the website */
/* Make sure you change the image tags with the className - | this changes it as well */
/* :root {
filter: invert(100%);
}
.img {
filter: invert(100%) !important;
}
.imgNav {
filter: invert(100%) !i... | 0.489015 | 0.108236 |
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Sora:wght@100;200;300;400;500;600;700;800&display=swap");
body {
margin: 0;
}
ul {
list-style-type: none;
display: flex;
margin: 0;
justify-content: space-around;
padding-left: 0;
... | src/css/index.css | @import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Sora:wght@100;200;300;400;500;600;700;800&display=swap");
body {
margin: 0;
}
ul {
list-style-type: none;
display: flex;
margin: 0;
justify-content: space-around;
padding-left: 0;
... | 0.356335 | 0.080864 |
* {
margin: 0px;
padding: 0px;
}
body {
font-size: 120%;
background: #F8F8FF;
}
.header {
width: 30%;
margin: 50px auto 0px;
color: white;
background: #5F9EA0;
text-align: center;
border: 1px solid #B0C4DE;
border-bottom: none;
border-radius: 10px 10px 0px 0px;... | application/views/templates/style.css | * {
margin: 0px;
padding: 0px;
}
body {
font-size: 120%;
background: #F8F8FF;
}
.header {
width: 30%;
margin: 50px auto 0px;
color: white;
background: #5F9EA0;
text-align: center;
border: 1px solid #B0C4DE;
border-bottom: none;
border-radius: 10px 10px 0px 0px;... | 0.31563 | 0.080792 |
@charset "UTF-8";
html{
font-size: 62.5%;
font-family: "Hiragino Sans GB W3";
}
body,h1,h2,h3,p,ul,ol,form,fieldset,figure{
margin: 0;
padding: 0;
}
ul,ol{
list-style: none;
}
.user_center_body_all{
padding-bottom: 80px;
background: #ecf1eb;
}
.am-topbar{
boder-style:none;
}
.register_on... | statics/css/usercenter.css | @charset "UTF-8";
html{
font-size: 62.5%;
font-family: "Hiragino Sans GB W3";
}
body,h1,h2,h3,p,ul,ol,form,fieldset,figure{
margin: 0;
padding: 0;
}
ul,ol{
list-style: none;
}
.user_center_body_all{
padding-bottom: 80px;
background: #ecf1eb;
}
.am-topbar{
boder-style:none;
}
.register_on... | 0.353763 | 0.074064 |
.ui-table-header {
color: rgba(255, 255, 255, 0.5);
}
.ui-table-header select {
margin-top: 2px;
margin-left: -6px;
}
.ui-table-header .col-one {
text-align: right;
padding-right: 60px;
}
.ui-table-header .col-two {
text-align: right;
padding-right: 74px;
}
.ui-table-tr {
line-height: 32px;
}
.icon-shim... | public/r_backend/v2/css/agent.css | .ui-table-header {
color: rgba(255, 255, 255, 0.5);
}
.ui-table-header select {
margin-top: 2px;
margin-left: -6px;
}
.ui-table-header .col-one {
text-align: right;
padding-right: 60px;
}
.ui-table-header .col-two {
text-align: right;
padding-right: 74px;
}
.ui-table-tr {
line-height: 32px;
}
.icon-shim... | 0.293202 | 0.076891 |
font-family: 'Rokkitt';
}
.b{
background-color:#0384fc;
}
.g{
background-color:#04944c;
}
.p{
background-color:#4000bf;
}
.r{
background-color:#bf0000;
}
.gold{
background-color:#ecba01;
}
.card{
width:25%;
height:12vh;
border-radius:20px;
display:inline-block;
margin-right: 3%;
margin-top:3%;
}... | public/css/machi.css | font-family: 'Rokkitt';
}
.b{
background-color:#0384fc;
}
.g{
background-color:#04944c;
}
.p{
background-color:#4000bf;
}
.r{
background-color:#bf0000;
}
.gold{
background-color:#ecba01;
}
.card{
width:25%;
height:12vh;
border-radius:20px;
display:inline-block;
margin-right: 3%;
margin-top:3%;
}... | 0.370681 | 0.055285 |
:root {
--primary-color: #e67e22;
--secondary-color: #d35400;
--font-color: #ffffff; }
@font-face {
font-family: 'Dosis';
font-style: normal;
font-weight: 200;
src: local("Dosis ExtraLight"), local("Dosis-ExtraLight"), url(../fonts/dosis/ExtraLight.woff) format("woff"); }
@font-face {
font-family: 'Do... | resources/css/style.css | :root {
--primary-color: #e67e22;
--secondary-color: #d35400;
--font-color: #ffffff; }
@font-face {
font-family: 'Dosis';
font-style: normal;
font-weight: 200;
src: local("Dosis ExtraLight"), local("Dosis-ExtraLight"), url(../fonts/dosis/ExtraLight.woff) format("woff"); }
@font-face {
font-family: 'Do... | 0.429788 | 0.158956 |
*{
margin:0;
padding:0px;
box-sizing: border-box;
}
a{
color:#666;
text-decoration:none;
}
.container{
width:1180px;
margin:0 auto;
}
h5{
width:100%;
font-size: 16px;
color:#666;
margin:10px 0px 20px 0px;
}
.search{
width:100%;
border:1px solid #aaa;
margin-bot... | live/livevue/src/assets/css/index.css | *{
margin:0;
padding:0px;
box-sizing: border-box;
}
a{
color:#666;
text-decoration:none;
}
.container{
width:1180px;
margin:0 auto;
}
h5{
width:100%;
font-size: 16px;
color:#666;
margin:10px 0px 20px 0px;
}
.search{
width:100%;
border:1px solid #aaa;
margin-bot... | 0.302288 | 0.059592 |
smart-gantt {
height: var(--smart-grid-default-height);
--smart-table-row-detail-height: 200px;
--smart-gantt-row-detail-height: var(--smart-table-row-detail-height);
--smart-gantt-timeline-nav-button: var(--smart-scheduler-header-navigation-button-size);
--smart-gantt-timeline-padding: 10px;
--smart-gantt-... | source/styles/default/smart.gantt.css | smart-gantt {
height: var(--smart-grid-default-height);
--smart-table-row-detail-height: 200px;
--smart-gantt-row-detail-height: var(--smart-table-row-detail-height);
--smart-gantt-timeline-nav-button: var(--smart-scheduler-header-navigation-button-size);
--smart-gantt-timeline-padding: 10px;
--smart-gantt-... | 0.466603 | 0.105395 |
@charset "utf-8";
/* ========================================
// Stylesheet
Project: Bridge Technical Training
Version: 1.0
======================================== */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com... | public/app-front/css/style.css | @charset "utf-8";
/* ========================================
// Stylesheet
Project: Bridge Technical Training
Version: 1.0
======================================== */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com... | 0.241311 | 0.055875 |
@font-face {
font-family: 'TT Norms Pro Regular';
font-style: normal;
font-weight: normal;
src: local('TT Norms Pro Regular'), url('TT Norms Pro Regular.woff') format('woff');
}
@font-face {
font-family: 'TT Norms Pro Italic';
font-style: normal;
font-weight: normal;
s... | fonts/tt-norms-pro-cufonfonts-webfont/style.css |
@font-face {
font-family: 'TT Norms Pro Regular';
font-style: normal;
font-weight: normal;
src: local('TT Norms Pro Regular'), url('TT Norms Pro Regular.woff') format('woff');
}
@font-face {
font-family: 'TT Norms Pro Italic';
font-style: normal;
font-weight: normal;
s... | 0.634996 | 0.101768 |
td.spacer {
background-color: #e5ecf9;
}
td.links {
background-color: #e5ecf9;
text-align: right;
}
td.title {
background-color: #e5ecf9;
font-size: medium;
font-weight: bold;
font-family: verdana, helvetica, sans-serif;
}
table.blueheader {
border-top: 2px solid #3366cc;
}
#indent {
margin-left: 30px;
}
... | researchmaster/style/jack.css | td.spacer {
background-color: #e5ecf9;
}
td.links {
background-color: #e5ecf9;
text-align: right;
}
td.title {
background-color: #e5ecf9;
font-size: medium;
font-weight: bold;
font-family: verdana, helvetica, sans-serif;
}
table.blueheader {
border-top: 2px solid #3366cc;
}
#indent {
margin-left: 30px;
}
... | 0.371137 | 0.21391 |
.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{
display: none;
position: relative... | frontend/web/js/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{
display: none;
position: relative... | 0.300335 | 0.04798 |
@import url(http://fonts.googleapis.com/css?family=Dosis:400,500,600,700,800,300,200);
/*************************
*******Typography*********
**************************/
body {
font-family: 'Dosis', sans-serif;
font-size: 16px;
line-height: 26px;
color: #fff;
}
body,
.preloader {
background: -webkit-linear-g... | public/nebula/css/main.css | @import url(http://fonts.googleapis.com/css?family=Dosis:400,500,600,700,800,300,200);
/*************************
*******Typography*********
**************************/
body {
font-family: 'Dosis', sans-serif;
font-size: 16px;
line-height: 26px;
color: #fff;
}
body,
.preloader {
background: -webkit-linear-g... | 0.296145 | 0.058426 |
.product-wrap {
position: relative;
overflow: hidden;
}
.product-wrap:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
}
.product-wrap img {
width: 100%;
}
.product-wrap .featured-product-content {
position: absolute;
bottom: 40px;
... | public/css/pages/destination.css | .product-wrap {
position: relative;
overflow: hidden;
}
.product-wrap:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
}
.product-wrap img {
width: 100%;
}
.product-wrap .featured-product-content {
position: absolute;
bottom: 40px;
... | 0.472683 | 0.058265 |
*::selection {
background: rgba(45, 170, 219, 0.3);
}
html { height: 100%; width: 100%; overflow: hidden; }
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
line-height: 1.5;
fill: currentcolor;
... | assets/css/notion.css | *::selection {
background: rgba(45, 170, 219, 0.3);
}
html { height: 100%; width: 100%; overflow: hidden; }
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
line-height: 1.5;
fill: currentcolor;
... | 0.486575 | 0.093058 |
.intl-tel-input {
width: 100%;
}
ul.ui-autocomplete {
z-index: 1100;
}
.admin {
padding-top: 50px;
}
.signin {
background-image: url('../img/IMG_8980.jpg');
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.pricing hr {
margin: 1.5rem 0;
}
.pricing .card-price {
... | assets/css/main.css | .intl-tel-input {
width: 100%;
}
ul.ui-autocomplete {
z-index: 1100;
}
.admin {
padding-top: 50px;
}
.signin {
background-image: url('../img/IMG_8980.jpg');
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.pricing hr {
margin: 1.5rem 0;
}
.pricing .card-price {
... | 0.452052 | 0.086323 |
html {
background: -webkit-linear-gradient(bottom, #6DBCDB 20%, #639AC9 100%);
background: -ms-linear-gradient(bottom, #6DBCDB 20%, #639AC9 100%);
background: linear-gradient(to bottom, #6DBCDB 20%, #639AC9 100%);
}
html, body {
font-family: 'Open Sans', sans-serif;
margin: 0;
padding: 0;
p... | demo/demoapp.css | html {
background: -webkit-linear-gradient(bottom, #6DBCDB 20%, #639AC9 100%);
background: -ms-linear-gradient(bottom, #6DBCDB 20%, #639AC9 100%);
background: linear-gradient(to bottom, #6DBCDB 20%, #639AC9 100%);
}
html, body {
font-family: 'Open Sans', sans-serif;
margin: 0;
padding: 0;
p... | 0.494385 | 0.093388 |
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
body {
background: #ffffff url('../img/geometry2.png'); /* Background pattern from Subtle Patterns */
font-family: 'Coda', cursive;
fon... | css/app.css | html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
body {
background: #ffffff url('../img/geometry2.png'); /* Background pattern from Subtle Patterns */
font-family: 'Coda', cursive;
fon... | 0.546012 | 0.107484 |
* {
box-sizing: border-box;
}
h1 {
text-align: center;
font-size: 60px;
color: white;
font-family: American typewriter, serif;
position: relative;
}
.songbox {
width: 1000px;
height: 300px;
background-color: white;
font-size: 32px;
font-family: sans-serif;
border: 2px solid red;
border-radiu... | public/css/index.css | * {
box-sizing: border-box;
}
h1 {
text-align: center;
font-size: 60px;
color: white;
font-family: American typewriter, serif;
position: relative;
}
.songbox {
width: 1000px;
height: 300px;
background-color: white;
font-size: 32px;
font-family: sans-serif;
border: 2px solid red;
border-radiu... | 0.368747 | 0.103976 |
.App {
/*text-align: center;*/
background: no-repeat center center fixed;
background-image: url(https://images.unsplash.com/photo-1587351156331-f833af4a3350?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1400&q=80);
background-size: cover;
min-height: 100vh;
colo... | client/src/App.css | .App {
/*text-align: center;*/
background: no-repeat center center fixed;
background-image: url(https://images.unsplash.com/photo-1587351156331-f833af4a3350?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1400&q=80);
background-size: cover;
min-height: 100vh;
colo... | 0.388154 | 0.127952 |
* Only applies to the title of the MainWindow
*/
#MainWindowTitlePane {
-fx-background-color: #009933,
linear-gradient(from 0% 0% to 100% 100%, #ccff99, #009933);
}
.title_label {
-fx-font-size: 2em;
}
/*
* Theme for the label that displays the navigation bar
*/
.navigation-list-name {
-fx-fon... | src/eip/smart/client/css/MainWindowTheme.css | * Only applies to the title of the MainWindow
*/
#MainWindowTitlePane {
-fx-background-color: #009933,
linear-gradient(from 0% 0% to 100% 100%, #ccff99, #009933);
}
.title_label {
-fx-font-size: 2em;
}
/*
* Theme for the label that displays the navigation bar
*/
.navigation-list-name {
-fx-fon... | 0.544317 | 0.137012 |
:root{
--red:#ff2e63;
--black:#252a34;
--blue:#08d9d6;
--white:#eaeaea;
--title:35px;
--text:19px;
}
*{
margin:0;
padding: 0;
box-sizing: border-box;
}
body{
background: #ffff;
overflow-x: hidden;
font-family: 'Red Hat Text', sans-serif;
}
.go-top{
position: fixed;
bot... | css1/styles.css | :root{
--red:#ff2e63;
--black:#252a34;
--blue:#08d9d6;
--white:#eaeaea;
--title:35px;
--text:19px;
}
*{
margin:0;
padding: 0;
box-sizing: border-box;
}
body{
background: #ffff;
overflow-x: hidden;
font-family: 'Red Hat Text', sans-serif;
}
.go-top{
position: fixed;
bot... | 0.401688 | 0.122944 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: "Montserrat", sans-serif;
}
body {
overflow-y: hidden;
/*Bloqueia o scroll*/
}
.main {
width: 100%;
height: 110vh;
background: #fafafa url(../img/svg-gradient.svg) bottom right/contain
no-repeat;
/* overflow: hidden; */
/* /img/... | src/styles/style.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: "Montserrat", sans-serif;
}
body {
overflow-y: hidden;
/*Bloqueia o scroll*/
}
.main {
width: 100%;
height: 110vh;
background: #fafafa url(../img/svg-gradient.svg) bottom right/contain
no-repeat;
/* overflow: hidden; */
/* /img/... | 0.457621 | 0.083068 |
div.data-grid-view
{
position: relative;
width: 100%;
margin: 0;
padding: 0;
border: 1px outset #aaa;
border-bottom: 1px solid #eee;
}
div.data-grid-view table
{
padding: 0;
width: 100%;
background-color: #fefefe;
border-collapse: collapse;
}
div.data-grid-view table tr
{
border: 0px none transparent;
pad... | ferrox/public/stylesheets/grid_widget.css | div.data-grid-view
{
position: relative;
width: 100%;
margin: 0;
padding: 0;
border: 1px outset #aaa;
border-bottom: 1px solid #eee;
}
div.data-grid-view table
{
padding: 0;
width: 100%;
background-color: #fefefe;
border-collapse: collapse;
}
div.data-grid-view table tr
{
border: 0px none transparent;
pad... | 0.112808 | 0.06724 |
* {
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
}
:root {
--main-color: #7B1FA2;
--main-color-light: #AB47BC;
}
body {
background: white;
overflow-x: hidden;
}
#title-container {
float: left;
background: linear-gradient(to bottom, var(--main-color), var(--main-color... | FrontEnd/index.css | * {
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
}
:root {
--main-color: #7B1FA2;
--main-color-light: #AB47BC;
}
body {
background: white;
overflow-x: hidden;
}
#title-container {
float: left;
background: linear-gradient(to bottom, var(--main-color), var(--main-color... | 0.414662 | 0.082697 |
:root {
--orange: #f09732;
--blue: #173187;
--green: #49890e;
--white: #ffffff;
--orange-alpha-50: rgba(240, 151, 50, 0.5);
--blue-alpha-50: rgba(23, 49, 135, 0.5);
--green-alpha-50: rgba(73, 137, 14, 0.5);
}
.india-linear {
background: linear-gradient(
to bottom,
var(--orange),
var(--white... | css/made-in-india.css | :root {
--orange: #f09732;
--blue: #173187;
--green: #49890e;
--white: #ffffff;
--orange-alpha-50: rgba(240, 151, 50, 0.5);
--blue-alpha-50: rgba(23, 49, 135, 0.5);
--green-alpha-50: rgba(73, 137, 14, 0.5);
}
.india-linear {
background: linear-gradient(
to bottom,
var(--orange),
var(--white... | 0.467575 | 0.212906 |
body, root, .App, .Home {
height: 100vh;
}
.NewFormPanel {
background-color: #F2F2F2;
filter: drop-shadow(0 0 8px #00000080);
margin: 4em auto 0px auto;
justify-content: flex-start;
align-items: flex-start;
border-radius: 60px;
backdrop-filter: blur(6px);
color... | app/src/Css/NewFormComponent.css | body, root, .App, .Home {
height: 100vh;
}
.NewFormPanel {
background-color: #F2F2F2;
filter: drop-shadow(0 0 8px #00000080);
margin: 4em auto 0px auto;
justify-content: flex-start;
align-items: flex-start;
border-radius: 60px;
backdrop-filter: blur(6px);
color... | 0.491212 | 0.064418 |
h1{
text-shadow:0px 0px 2px rgba(0,0,0,0.2);
font-weight:normal;
color:#FFFFFF;
letter-spacing:3pt;
word-spacing:-2pt;
font-size:54px;
text-align:center;
font-family:Syncopate;
line-height:1;
}
.form-check-input{
}
.floating_plus_icon {
background:none;
position:absolute;
top:0;
right:0;
... | public/css/add.css | h1{
text-shadow:0px 0px 2px rgba(0,0,0,0.2);
font-weight:normal;
color:#FFFFFF;
letter-spacing:3pt;
word-spacing:-2pt;
font-size:54px;
text-align:center;
font-family:Syncopate;
line-height:1;
}
.form-check-input{
}
.floating_plus_icon {
background:none;
position:absolute;
top:0;
right:0;
... | 0.240061 | 0.056731 |
@charset "UTF-8";
@font-face {
font-family: 'OnlineObjects';
src: url("/core/fonts/onlineobjects/fonts/OnlineObjects.eot?v2");
src: url("/core/fonts/onlineobjects/fonts/OnlineObjects.eot?#iefix") format("embedded-opentype"), url("/core/fonts/onlineobjects/fonts/OnlineObjects.woff?v2") format("woff"), url("/core/f... | src/main/webapp/WEB-INF/apps/knowledge/web/css/app.css | @charset "UTF-8";
@font-face {
font-family: 'OnlineObjects';
src: url("/core/fonts/onlineobjects/fonts/OnlineObjects.eot?v2");
src: url("/core/fonts/onlineobjects/fonts/OnlineObjects.eot?#iefix") format("embedded-opentype"), url("/core/fonts/onlineobjects/fonts/OnlineObjects.woff?v2") format("woff"), url("/core/f... | 0.369429 | 0.050284 |
html {
font-size: 100%;
font-family: 'RalewaySemiBold', sans-serif;
width: 100%;
height: 100%;
}
body {
margin: 0;
width: 100%;
height: 100%;
max-height: 100%;
overflow-y: scroll;
background-color: #DDD;
}
header {
height: 4rem;
background-image: url(../tudocomp.sv... | www/charter/style.css | html {
font-size: 100%;
font-family: 'RalewaySemiBold', sans-serif;
width: 100%;
height: 100%;
}
body {
margin: 0;
width: 100%;
height: 100%;
max-height: 100%;
overflow-y: scroll;
background-color: #DDD;
}
header {
height: 4rem;
background-image: url(../tudocomp.sv... | 0.419053 | 0.110184 |
img.classImg_centered {
width: 550px;
height: auto;
}
/* Inputs and Labels */
label.classLabel_checkbox {
display: block;
padding-left: 15px;
text-indent: -15px;
}
input.classInput_checkbox {
width: 13px;
height: 13px;
padding: 0;
margin: 0;
vertical-align:... | input/css/custom_intro.css | img.classImg_centered {
width: 550px;
height: auto;
}
/* Inputs and Labels */
label.classLabel_checkbox {
display: block;
padding-left: 15px;
text-indent: -15px;
}
input.classInput_checkbox {
width: 13px;
height: 13px;
padding: 0;
margin: 0;
vertical-align:... | 0.273671 | 0.057679 |
body
{
margin-left: 15px;
background-image: url("background.jpg");
}
#space
{
height: 150px;
}
@media screen and (max-width: 500px)
{
#sec1
{
opacity: 0.9;
height: 600px;
background-color: maroon;
}
ul
{
font-size: 200%;
list-style-type: none;
overflow: hidden;
text-decoration: none;
}
#hor_list... | port.css | body
{
margin-left: 15px;
background-image: url("background.jpg");
}
#space
{
height: 150px;
}
@media screen and (max-width: 500px)
{
#sec1
{
opacity: 0.9;
height: 600px;
background-color: maroon;
}
ul
{
font-size: 200%;
list-style-type: none;
overflow: hidden;
text-decoration: none;
}
#hor_list... | 0.296858 | 0.088269 |
.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
display: table;
content: " ";
}
.clearfix:after,
.form-horizontal .form-group:afte... | Themes/Basic/assets/dist/css/basic.css | .clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
display: table;
content: " ";
}
.clearfix:after,
.form-horizontal .form-group:afte... | 0.376967 | 0.098512 |
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 9999;
}
.widgetAlertWrapper {
position: relative; }
body, html {
height: 100%;
width: 100%;
overflow: hidden; }
#wrap {
position: relative;
height: 100%;
width: 100%; }
#alertBox {
height: 100%;
width: 100%;
position: ab... | alerts/main/static/alertpopup.css | position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 9999;
}
.widgetAlertWrapper {
position: relative; }
body, html {
height: 100%;
width: 100%;
overflow: hidden; }
#wrap {
position: relative;
height: 100%;
width: 100%; }
#alertBox {
height: 100%;
width: 100%;
position: ab... | 0.306008 | 0.047118 |
.form {
height: 270px;
border-radius: 5px;
box-sizing: border-box;
background-color: #ffffff;
box-shadow: 0 2px 15px 0 rgba(210, 214, 220, 0.5);
-webkit-box-shadow: 0 2px 15px 0 rgba(210, 214, 220, 0.5);
-moz-box-shadow: 0 2px 15px 0 rgba(210, 214, 220, 0.5);
}
.form__row {
height: 100%;
display: fle... | src/components/Form/style.css | .form {
height: 270px;
border-radius: 5px;
box-sizing: border-box;
background-color: #ffffff;
box-shadow: 0 2px 15px 0 rgba(210, 214, 220, 0.5);
-webkit-box-shadow: 0 2px 15px 0 rgba(210, 214, 220, 0.5);
-moz-box-shadow: 0 2px 15px 0 rgba(210, 214, 220, 0.5);
}
.form__row {
height: 100%;
display: fle... | 0.381104 | 0.109944 |
.background_cyan8,
.hover_background_cyan8:hover,
.active_background_cyan8:active:hover {
background: #004646;
background-image: -moz-linear-gradient(top, rgb(0, 88, 88) 0%, rgb(0, 70, 70) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(0, 88, 88)), color-stop(10... | widgets/common/assets/gradients/simple/cyan/cyan8.css | .background_cyan8,
.hover_background_cyan8:hover,
.active_background_cyan8:active:hover {
background: #004646;
background-image: -moz-linear-gradient(top, rgb(0, 88, 88) 0%, rgb(0, 70, 70) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(0, 88, 88)), color-stop(10... | 0.453262 | 0.096365 |
.question-list-item {
margin-bottom: 20px;
position:relative;
}
.question-list-item a {
color:#428bca;
}
.question-list-item,
.question-list-item .answers {
display:table;
width:100%;
}
.question-list .select2-container.the-question-filter a {
height: 40px;
padding:7px 0px 0px 11px;
}
body .select2-search inpu... | public/css/views/question.css | .question-list-item {
margin-bottom: 20px;
position:relative;
}
.question-list-item a {
color:#428bca;
}
.question-list-item,
.question-list-item .answers {
display:table;
width:100%;
}
.question-list .select2-container.the-question-filter a {
height: 40px;
padding:7px 0px 0px 11px;
}
body .select2-search inpu... | 0.309024 | 0.088544 |
@media screen and (max-width:1060px) {
/************************************************************************************
FOR PAGE SKIN
*************************************************************************************/
.skin-page .pagewidth,
.skin-page-black .pagewidth {
max-width:100%;
}
/* content */... | wordpress/wp-content/themes/basic/media-queries.css | @media screen and (max-width:1060px) {
/************************************************************************************
FOR PAGE SKIN
*************************************************************************************/
.skin-page .pagewidth,
.skin-page-black .pagewidth {
max-width:100%;
}
/* content */... | 0.128334 | 0.047758 |
@-moz-document domain("tweetdeck.twitter.com") {
:root {
--orange: #FFAC00;
--orangelight: #FFAC004D;
--green: #00CE99;
--darkest: #323232;
--lightgrey: #dbdbdb;
--darkgrey: #505050;
--notifgrey: #3e3e3e;
}
html.dark .is-wide-columns .column {
width: 450px;
}
/*.column-scr... | data/usercss/168501.user.css | @-moz-document domain("tweetdeck.twitter.com") {
:root {
--orange: #FFAC00;
--orangelight: #FFAC004D;
--green: #00CE99;
--darkest: #323232;
--lightgrey: #dbdbdb;
--darkgrey: #505050;
--notifgrey: #3e3e3e;
}
html.dark .is-wide-columns .column {
width: 450px;
}
/*.column-scr... | 0.288168 | 0.031114 |
/*========== Popup ==========*/
div.wrapper .popup div.button {
margin : 0 auto 10px auto;
width : 210px;
}
div.popup .button button.accept,
div.popup .button button.reject {
background : #68b828;
border : 1px solid #5ca323;
display : block;
float : left;
line-height : 30px;
margin : 0 10px 0 0;
width : 100px... | asset/css/panel/transaction_request.css |
/*========== Popup ==========*/
div.wrapper .popup div.button {
margin : 0 auto 10px auto;
width : 210px;
}
div.popup .button button.accept,
div.popup .button button.reject {
background : #68b828;
border : 1px solid #5ca323;
display : block;
float : left;
line-height : 30px;
margin : 0 10px 0 0;
width : 100px... | 0.128813 | 0.087837 |
text-align: center;
padding: 0px 0px 20px 0px;
font-family: Lucida Sans Unicode;
font-size: 20px;
color: black;
}
#progress {
height: 250px;
font-size: 40px;
padding: 20px 0px 20px 0px;
}
#progress > svg {
height: 100%;
display: block;
}
#judge_error {
border-radius: 10px;
background: #FFCED7;
colo... | webapp/stylesheets/judge.css | text-align: center;
padding: 0px 0px 20px 0px;
font-family: Lucida Sans Unicode;
font-size: 20px;
color: black;
}
#progress {
height: 250px;
font-size: 40px;
padding: 20px 0px 20px 0px;
}
#progress > svg {
height: 100%;
display: block;
}
#judge_error {
border-radius: 10px;
background: #FFCED7;
colo... | 0.346762 | 0.101545 |
body {
display: flex;
flex-flow: row wrap;
}
button {
font: icon;
border-width: medium;
color: gold;
border-color: gold;
background-color: blue;
font-weight: bold;
}
legend {
font-family: serif;
font-variant: small-caps;
font-size: small;
font-weight: bold;
}
select {
... | public/stylesheets/style.css | body {
display: flex;
flex-flow: row wrap;
}
button {
font: icon;
border-width: medium;
color: gold;
border-color: gold;
background-color: blue;
font-weight: bold;
}
legend {
font-family: serif;
font-variant: small-caps;
font-size: small;
font-weight: bold;
}
select {
... | 0.407098 | 0.086093 |
.contenedor-header{
/*margin: 10px 20px 10px 20px;*/
}
html{
font-size: 62.5%;
}
body {
/*background-image: url("https://definicion.mx/wp-content/uploads/derecho/Derecho-Civil-justicia-arte-objetivo.jpg");*/
background-size: cover;
position: relative;
width: 60vw;
min-width: 50rem;
mar... | css/styles.css | .contenedor-header{
/*margin: 10px 20px 10px 20px;*/
}
html{
font-size: 62.5%;
}
body {
/*background-image: url("https://definicion.mx/wp-content/uploads/derecho/Derecho-Civil-justicia-arte-objetivo.jpg");*/
background-size: cover;
position: relative;
width: 60vw;
min-width: 50rem;
mar... | 0.347537 | 0.08318 |
body {
background-image: url('../images/green-background.jpg');
display: flex;
justify-content: center;
font-family: 'Roboto', 'sans-serif';
color: #3A3A3A;
}
form {
background-image: url('../images/gplaypattern.png');
display: flex;
flex-flow: column wrap;
align-items: center;
... | public/assets/css/register.css | body {
background-image: url('../images/green-background.jpg');
display: flex;
justify-content: center;
font-family: 'Roboto', 'sans-serif';
color: #3A3A3A;
}
form {
background-image: url('../images/gplaypattern.png');
display: flex;
flex-flow: column wrap;
align-items: center;
... | 0.593609 | 0.184694 |
@charset "UTF-8";
/* This is the first page of my website */
body {
font-family: 'Times New Roman', Georgia, Serif;
color: Black;
}
div {
font-family: myFirstFont;
}
blockquote {
font-family: 'Arial', 'Helvetica', 'sans-serif';
text-shadow: 2px 2px 0 rgba(128,128,128,1), 6px 6... | themes/stylesheet.css | @charset "UTF-8";
/* This is the first page of my website */
body {
font-family: 'Times New Roman', Georgia, Serif;
color: Black;
}
div {
font-family: myFirstFont;
}
blockquote {
font-family: 'Arial', 'Helvetica', 'sans-serif';
text-shadow: 2px 2px 0 rgba(128,128,128,1), 6px 6... | 0.219756 | 0.045226 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--color-facebook: #3b5998;
--color-twitter: #3cf;
--color-gmail: #dc4a38;
--color-dribble: #f26798;
--color-skype: #00aff0;
--color-pinterest: #BD081C;
--color-instagram: #C13584;
--color-vimeo: #19B7EA;
}
body {
height: 100vh;
di... | 8.Social Bar/socialBar-2/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--color-facebook: #3b5998;
--color-twitter: #3cf;
--color-gmail: #dc4a38;
--color-dribble: #f26798;
--color-skype: #00aff0;
--color-pinterest: #BD081C;
--color-instagram: #C13584;
--color-vimeo: #19B7EA;
}
body {
height: 100vh;
di... | 0.464416 | 0.125413 |
==============================
Default 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 {
padding: 0;
margin: 0;
background: #111111;
font-family: "Poppins", sans-s... | public/assets/css/style.css | ==============================
Default 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 {
padding: 0;
margin: 0;
background: #111111;
font-family: "Poppins", sans-s... | 0.429071 | 0.061961 |
p {
font-size: 16px;
color: #777777;
line-height: normal;
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
margin-bottom: 15px;
}
body {
height: 100%;
width: 1003px;
padding-bottom: 85px;
}
.contactForm {
position: relative;
font-size: 16px;
display: block;
color: #777777;
line... | original/assets/css/style.css | p {
font-size: 16px;
color: #777777;
line-height: normal;
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
margin-bottom: 15px;
}
body {
height: 100%;
width: 1003px;
padding-bottom: 85px;
}
.contactForm {
position: relative;
font-size: 16px;
display: block;
color: #777777;
line... | 0.354545 | 0.108685 |