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 |
|---|---|---|---|---|
.bg-color {
background: #eee;
}
.type-2020 {
font-family: 'Crete Round', serif;
}
.type-2020 .sidebar {
background: #fff;
float: left;
width: 100%;
padding: 15px;
padding-bottom: 0;
}
.type-2020 .sidebar .inner h2 {
margin-top: 0;
color: #00a685;
font-weight: 600;
}
.type-2020 .sidebar .top-courses ... | blocks/2020/css/2020.css | .bg-color {
background: #eee;
}
.type-2020 {
font-family: 'Crete Round', serif;
}
.type-2020 .sidebar {
background: #fff;
float: left;
width: 100%;
padding: 15px;
padding-bottom: 0;
}
.type-2020 .sidebar .inner h2 {
margin-top: 0;
color: #00a685;
font-weight: 600;
}
.type-2020 .sidebar .top-courses ... | 0.418459 | 0.061593 |
* The following bugs are referred to in this style sheet
* 1.) Bug 419482 - Cascading policy in CSS
* 2.) Bug 419377 - Setting a property to 'inherit' is not supported
* 3.) Bug 430051 - Regression for CTabRendering when drawing bottom tabs
* 4.) Bug 401015 - Add support for styling hyperlinks in Links
* 5.) Bug ... | cufir-rcp-kit/css/blue/theme-blue_globalstyle.css | * The following bugs are referred to in this style sheet
* 1.) Bug 419482 - Cascading policy in CSS
* 2.) Bug 419377 - Setting a property to 'inherit' is not supported
* 3.) Bug 430051 - Regression for CTabRendering when drawing bottom tabs
* 4.) Bug 401015 - Add support for styling hyperlinks in Links
* 5.) Bug ... | 0.41739 | 0.130895 |
@font-face {
font-family: Lato;
src: url('/font/Lato-Regular.ttf');
}
@font-face {
font-family: Nosifer;
src: url('/font/Nosifer-Regular.ttf');
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
body {
background-color: black;
color: #fff;
font-family: 'Lato', san... | web/css/app.css | @font-face {
font-family: Lato;
src: url('/font/Lato-Regular.ttf');
}
@font-face {
font-family: Nosifer;
src: url('/font/Nosifer-Regular.ttf');
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
body {
background-color: black;
color: #fff;
font-family: 'Lato', san... | 0.339609 | 0.097133 |
* {
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
}
body {
overflow: hidden;
}
.container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url("/static/wallpaper.jpg") no-repeat;
background-size: cover;
}
.widget-container {
... | src/app/static/results.css | * {
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
}
body {
overflow: hidden;
}
.container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url("/static/wallpaper.jpg") no-repeat;
background-size: cover;
}
.widget-container {
... | 0.525612 | 0.124959 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* background image */
html {
background: url(../images/iron_globe1080.jpg);
background-size: cover;
height: 100%;
}
body {
font: 13px Arial, Helvetica, sans-serif;
color: #222;
}
/***NEW / JOIN ROOM SCREEN ***/
#access {
displ... | client_browser/css/styles.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* background image */
html {
background: url(../images/iron_globe1080.jpg);
background-size: cover;
height: 100%;
}
body {
font: 13px Arial, Helvetica, sans-serif;
color: #222;
}
/***NEW / JOIN ROOM SCREEN ***/
#access {
displ... | 0.457621 | 0.104249 |
.weather-container {
display: flex;
flex-direction: column;
width: auto;
min-width: 250px;
min-height: 350px;
border: solid 1px black;
background-position: center center;
background-attachment: fixed;
background-size: cover;
}
.weather-container .option-selectors {
height: 10%;
display: flex;
fl... | src/weatherComponent.css | .weather-container {
display: flex;
flex-direction: column;
width: auto;
min-width: 250px;
min-height: 350px;
border: solid 1px black;
background-position: center center;
background-attachment: fixed;
background-size: cover;
}
.weather-container .option-selectors {
height: 10%;
display: flex;
fl... | 0.412057 | 0.059237 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Passion+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');
:root{
--fonte1:Verdana, Geneva, Tahoma, sans-serif;
--fonte2:'Passion One', cursive;
--fonte3:'Sriracha', cursive;
}
*{
... | desafios/d12/estilo/style.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Passion+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');
:root{
--fonte1:Verdana, Geneva, Tahoma, sans-serif;
--fonte2:'Passion One', cursive;
--fonte3:'Sriracha', cursive;
}
*{
... | 0.337749 | 0.109087 |
*{
margin:0px;
padding:0px;
box-sizing: border-box;
}
body{
background:#EBEDEF;
}
.top_bar{
overflow: hidden;
}
.top_bar{
position: fixed;
height: 50px;
width: 100%;
background:#282923;
z-index:1000;
overflow: hidden;
box-shadow: 0px 2px 5px 1px;
margin: 0px;
}
.menu_icons ul{
width: 100%;
margin:0px;
}
... | static/styles/styles.css | *{
margin:0px;
padding:0px;
box-sizing: border-box;
}
body{
background:#EBEDEF;
}
.top_bar{
overflow: hidden;
}
.top_bar{
position: fixed;
height: 50px;
width: 100%;
background:#282923;
z-index:1000;
overflow: hidden;
box-shadow: 0px 2px 5px 1px;
margin: 0px;
}
.menu_icons ul{
width: 100%;
margin:0px;
}
... | 0.243822 | 0.058078 |
:host {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px;
color: #333;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.c... | src/app/app.component.css | :host {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px;
color: #333;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.c... | 0.440469 | 0.109658 |
.block-search{
background: #302a39!important;
padding: 15px;
border-radius: 40px;
display: block;
}
.search_region{
background: #302a39!important;
border: 2px solid white 0.2;
border-radius: 30px;
color: #fff;
}
.search_courses{
margin-top: 250px;
border-radius: 70px;
}
.ext{
... | public/css/shablon/my.css | .block-search{
background: #302a39!important;
padding: 15px;
border-radius: 40px;
display: block;
}
.search_region{
background: #302a39!important;
border: 2px solid white 0.2;
border-radius: 30px;
color: #fff;
}
.search_courses{
margin-top: 250px;
border-radius: 70px;
}
.ext{
... | 0.34621 | 0.088229 |
html {
background: linear-gradient(to right, #f3e7e9, #e3eeff, #e3eeff);
font-family: 'Ubuntu', sans-serif;
}
.main {
width: 100%;
justify-content: center;
text-align: center;
display: flex;
margin-top: 90px;
}
.main-body {
left: 50px;
width: 300px;
background-color: white;
... | calculator/styles.css | html {
background: linear-gradient(to right, #f3e7e9, #e3eeff, #e3eeff);
font-family: 'Ubuntu', sans-serif;
}
.main {
width: 100%;
justify-content: center;
text-align: center;
display: flex;
margin-top: 90px;
}
.main-body {
left: 50px;
width: 300px;
background-color: white;
... | 0.397938 | 0.136464 |
._66b3a6-welcome {
color: #323439 !important;
font-weight: 300 !important;
font-size: 16px !important;
text-align: center !important;
font-family: "SF UI Text", system, -apple-system, ".SFNSDisplay-Regular", BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", ... | Grammarly/target/src/css/js/lib/elements/signin/welcome.css | ._66b3a6-welcome {
color: #323439 !important;
font-weight: 300 !important;
font-size: 16px !important;
text-align: center !important;
font-family: "SF UI Text", system, -apple-system, ".SFNSDisplay-Regular", BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", ... | 0.369543 | 0.190442 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("translation.steampowered.com") {
#navigation > div:first-child,
#header + div > div:first-child:not(#mainbody) { width: 90% !important }
#header + div > div:first-child:not(#mainbody) {
padding-bottom: 90px !importan... | data/usercss/56286.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("translation.steampowered.com") {
#navigation > div:first-child,
#header + div > div:first-child:not(#mainbody) { width: 90% !important }
#header + div > div:first-child:not(#mainbody) {
padding-bottom: 90px !importan... | 0.29523 | 0.175326 |
.profile-section { padding: 0; background: none; }
/* Filters area */
.roster-filters { padding: 20px; padding-top: 5px; background: url("../../images/character/auction/browse-form-bg.jpg") no-repeat left bottom; }
.roster-filters .float-left { width: 100%; position:relative; }
.roster-filters .selection { display: in... | wow/static/css/guild/roster.css | .profile-section { padding: 0; background: none; }
/* Filters area */
.roster-filters { padding: 20px; padding-top: 5px; background: url("../../images/character/auction/browse-form-bg.jpg") no-repeat left bottom; }
.roster-filters .float-left { width: 100%; position:relative; }
.roster-filters .selection { display: in... | 0.513668 | 0.189071 |
1) General selectors - body,h1/h3,a,blockquote,code,p
2) Structure - container,content,tagline
3) Left selectors - main,meta,comments
4) Right selectors - author,links,line,search,themes
5) Footer - extras
6) Forms - input,textarea
7) Accessibility - skip,hr
8) Hacks - clearfix
*/
/* 1) -=-=-=- G... | _src/ch5_code/themes/green-marinee/style.css |
1) General selectors - body,h1/h3,a,blockquote,code,p
2) Structure - container,content,tagline
3) Left selectors - main,meta,comments
4) Right selectors - author,links,line,search,themes
5) Footer - extras
6) Forms - input,textarea
7) Accessibility - skip,hr
8) Hacks - clearfix
*/
/* 1) -=-=-=- G... | 0.200753 | 0.058939 |
.loader {
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
.loader-info {
font-size: 16px;
line-height: 24px;
}
.cssload-loader-inner {
position: relative;
height: 100px;... | css/components/loader.css |
.loader {
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
.loader-info {
font-size: 16px;
line-height: 24px;
}
.cssload-loader-inner {
position: relative;
height: 100px;... | 0.476823 | 0.047448 |
background-color: #dfe4ff;
}
#home #home-container img {
margin-top: 60px;
background-size: cover;
}
#slogan {
position: absolute;
z-index: 1;
top: 75%;
margin-left: 75%;
z-index: 0;
}
.vertical-line {
border-left: 5px solid #00b2f1;
height: 90px;
position: absolute;
left: -7%;
}
h5 {
font-... | src/styles/index.css | background-color: #dfe4ff;
}
#home #home-container img {
margin-top: 60px;
background-size: cover;
}
#slogan {
position: absolute;
z-index: 1;
top: 75%;
margin-left: 75%;
z-index: 0;
}
.vertical-line {
border-left: 5px solid #00b2f1;
height: 90px;
position: absolute;
left: -7%;
}
h5 {
font-... | 0.362405 | 0.064979 |
@import "../common/index.css";
@import "../common/iconfont/icons.css";
.rbt-input-number {
display: inline-block;
width: 100%;
line-height: 1.5715;
font-size: 14px;
color: #55585e;
background-color: #fff;
background-image: none;
position: relative;
transition: all 0.2s;
width: 88px;
height: 32px;
... | src/style/components/input-number.css | @import "../common/index.css";
@import "../common/iconfont/icons.css";
.rbt-input-number {
display: inline-block;
width: 100%;
line-height: 1.5715;
font-size: 14px;
color: #55585e;
background-color: #fff;
background-image: none;
position: relative;
transition: all 0.2s;
width: 88px;
height: 32px;
... | 0.272411 | 0.056705 |
.zcapt-frame {
display: block;
position: relative;
background-color: white;
width: 100%;
height: 100%;
}
.zcapt-size-300 {
width: 300px;
height: 200px;
}
.zcapt-size-400 {
width: 400px;
height: 266.6666666667px;
}
.zcapt-size-500 {
width: 500px;
height: 333.3333333333px;
}
.zcapt-size-600 {
... | dist/skin.css | .zcapt-frame {
display: block;
position: relative;
background-color: white;
width: 100%;
height: 100%;
}
.zcapt-size-300 {
width: 300px;
height: 200px;
}
.zcapt-size-400 {
width: 400px;
height: 266.6666666667px;
}
.zcapt-size-500 {
width: 500px;
height: 333.3333333333px;
}
.zcapt-size-600 {
... | 0.642769 | 0.081666 |
html,
body,
#root {
height: 100%;
width: 100%;
margin: 0px;
padding: 0px;
font-size: 1rem;
background-color: #33334d;
font-family: 'Helvetica';
font-weight: lighter;
}
#root {
display: grid;
}
.main-box {
margin: auto;
margin-top: 0px;
}
.title {
display: flex;
flex-direction: row;
justif... | frontend/src/App.css | html,
body,
#root {
height: 100%;
width: 100%;
margin: 0px;
padding: 0px;
font-size: 1rem;
background-color: #33334d;
font-family: 'Helvetica';
font-weight: lighter;
}
#root {
display: grid;
}
.main-box {
margin: auto;
margin-top: 0px;
}
.title {
display: flex;
flex-direction: row;
justif... | 0.391755 | 0.093719 |
:root {
/* --color-primary: #014EB8; */
/* --color-primary: #27ae60; */
--color-primary: #7d5fff;
/* --color-primary: #e67e22; */
--color-gray: rgb(42, 42, 42);
--color-white: rgb(93, 93, 93);
--color-black-light: #111414;
--color-black-dark: #050606;
}
*,
*::after,
*::before {
marg... | main.css | :root {
/* --color-primary: #014EB8; */
/* --color-primary: #27ae60; */
--color-primary: #7d5fff;
/* --color-primary: #e67e22; */
--color-gray: rgb(42, 42, 42);
--color-white: rgb(93, 93, 93);
--color-black-light: #111414;
--color-black-dark: #050606;
}
*,
*::after,
*::before {
marg... | 0.410166 | 0.090534 |
* {
margin:0px;
padding:0px;
}
img {
border:none;
}
input, textarea{
outline:none;}
ul li {
list-style:none;
}
a {
text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
display:block;
font-weight:normal;
}
body {
font-size:15px;
font-family:"myriad Pro";
background-image:url(../images/body_b... | themes/www/css/style.css | * {
margin:0px;
padding:0px;
}
img {
border:none;
}
input, textarea{
outline:none;}
ul li {
list-style:none;
}
a {
text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
display:block;
font-weight:normal;
}
body {
font-size:15px;
font-family:"myriad Pro";
background-image:url(../images/body_b... | 0.18101 | 0.043691 |
@-moz-document url-prefix("https://plus.google.com"), domain("plus.google.com") {
.zhMuaf.Tp6dle {
display: none;
}
span.Gja.mQ.nl {
height: 0 !important;
width: 0 !important;
padding-left: 18px !important;
padding-top: 18px !important;
}
span.Gja.mQ.nl:hover {
height: 0 !important;
... | data/usercss/57993.user.css | @-moz-document url-prefix("https://plus.google.com"), domain("plus.google.com") {
.zhMuaf.Tp6dle {
display: none;
}
span.Gja.mQ.nl {
height: 0 !important;
width: 0 !important;
padding-left: 18px !important;
padding-top: 18px !important;
}
span.Gja.mQ.nl:hover {
height: 0 !important;
... | 0.252476 | 0.089335 |
*{
margin: 0;
padding: 0;
font-family: 'helvetica neue', helvetica;
}
#sidebar{
background: url("../img/obrnuto.png");
background-size: cover;
padding: 0px;
overflow:auto; //added
-webkit-overflow-scrolling:touch; //added
}
#sidet2{
padding-left: 80px !important;
}
#body {
background: url("../img/index.png")... | www/css/info.css | *{
margin: 0;
padding: 0;
font-family: 'helvetica neue', helvetica;
}
#sidebar{
background: url("../img/obrnuto.png");
background-size: cover;
padding: 0px;
overflow:auto; //added
-webkit-overflow-scrolling:touch; //added
}
#sidet2{
padding-left: 80px !important;
}
#body {
background: url("../img/index.png")... | 0.222785 | 0.053305 |
@font-face {
font-family: <NAME>;
src: url(../font/KENYAN-COFFEE-RG.TTF);
}
@font-face {
font-family: Agency Reguler;
src: url(../font/AGENCYR.TTF);
}
@font-face {
font-family: Agency Bld;
src: url(../font/AGENCYB.TTF);
}
@font-face {
font-family: Myriadpro Regular;
src: url(../font/MYRIADPRO-REGULAR... | assets/css/style.css | @font-face {
font-family: <NAME>;
src: url(../font/KENYAN-COFFEE-RG.TTF);
}
@font-face {
font-family: Agency Reguler;
src: url(../font/AGENCYR.TTF);
}
@font-face {
font-family: Agency Bld;
src: url(../font/AGENCYB.TTF);
}
@font-face {
font-family: Myriadpro Regular;
src: url(../font/MYRIADPRO-REGULAR... | 0.227813 | 0.080466 |
.displayBlock {
display: block;
}
/* ---------*/
/* navigation */
.navbar {
position: fixed;
height: 50px;
z-index: 1;
background-color: rgb(0, 155, 155);
margin: 0;
width: 100%;
top: 0;
}
.navbar-small {
display: none;
}
.navbar-small img {
display: none;
}
#mainNav {
... | css/navigation.css | .displayBlock {
display: block;
}
/* ---------*/
/* navigation */
.navbar {
position: fixed;
height: 50px;
z-index: 1;
background-color: rgb(0, 155, 155);
margin: 0;
width: 100%;
top: 0;
}
.navbar-small {
display: none;
}
.navbar-small img {
display: none;
}
#mainNav {
... | 0.461988 | 0.155431 |
=======================
1 - Media Queries
2 - Important Styles
3 - General Styles
4 - Buttons
5 - Header
6 - Navigation
7 - Intro
8 - Intro Images
9 - Gallery
10 - OWL Carousel
11 - Features List
12 - Testimonials
13 - Extra Features
14 - Map
15 - Contact
16 - Footer
======================*/
@import ur... | assets/front/css/style.css | =======================
1 - Media Queries
2 - Important Styles
3 - General Styles
4 - Buttons
5 - Header
6 - Navigation
7 - Intro
8 - Intro Images
9 - Gallery
10 - OWL Carousel
11 - Features List
12 - Testimonials
13 - Extra Features
14 - Map
15 - Contact
16 - Footer
======================*/
@import ur... | 0.338405 | 0.136695 |
* {
font-family: sans-serif;
}
html, body {
background-color: black;
color: white;
}
main {
border-radius: 20px;
border: 1px solid white;
padding: 20px;
margin: 10px;
}
h1 {
width: 100%;
text-align: center;
}
input {
padding: 5px;
font-size: large;
width: 100px;
}
in... | style.css | * {
font-family: sans-serif;
}
html, body {
background-color: black;
color: white;
}
main {
border-radius: 20px;
border: 1px solid white;
padding: 20px;
margin: 10px;
}
h1 {
width: 100%;
text-align: center;
}
input {
padding: 5px;
font-size: large;
width: 100px;
}
in... | 0.627609 | 0.148355 |
.dg-promo01{
position:relative;
font-size:15px;
padding:60px 0 50px 0;
margin-bottom:0;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
color: #fff;
}
.dg-promo01:after {
clear: both;
content: "";
display: table;
}
.dg-promo01 .promo-content{
float:left;
width:70%;
margin-l... | site_asset/css/elements/promo-boxes.css | .dg-promo01{
position:relative;
font-size:15px;
padding:60px 0 50px 0;
margin-bottom:0;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
color: #fff;
}
.dg-promo01:after {
clear: both;
content: "";
display: table;
}
.dg-promo01 .promo-content{
float:left;
width:70%;
margin-l... | 0.161684 | 0.047492 |
@import url("https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700&display=swap");
* {
font-family: 'Nanum Gothic', sans-serif;
}
#ui-datepicker-div {
font-size: 12px;
}
.ui-widget-content .ui-state-default, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
color: #fff;
... | styles/styles.css | @import url("https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700&display=swap");
* {
font-family: 'Nanum Gothic', sans-serif;
}
#ui-datepicker-div {
font-size: 12px;
}
.ui-widget-content .ui-state-default, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
color: #fff;
... | 0.28597 | 0.081374 |
@charset "utf-8";
.font12{
font-size: 12px;
}
.bottom3{
margin-bottom:3px ;
}
.posi{
position: relative;
top: 2px;
padding: 0 15px 0 0;
}
.bottom0{
margin-bottom:-7px ;
}
header{
background: #fff;
padding: 0 15px;
border-bottom:1px solid #e6ebef ;
}
header h4{
font-weight: normal;
padding: 15px 0 5px 0... | css/bbs/bbsDetails.css | @charset "utf-8";
.font12{
font-size: 12px;
}
.bottom3{
margin-bottom:3px ;
}
.posi{
position: relative;
top: 2px;
padding: 0 15px 0 0;
}
.bottom0{
margin-bottom:-7px ;
}
header{
background: #fff;
padding: 0 15px;
border-bottom:1px solid #e6ebef ;
}
header h4{
font-weight: normal;
padding: 15px 0 5px 0... | 0.115312 | 0.06666 |
.javo-masonry-skin1 a,
.javo-masonry-skin1 a:active,
.javo-masonry-skin1 a:focus,
.javo-masonry-skin1 .tg-share-icons i {
text-decoration: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: opacity 0.25s ease, color 0.25s ease, -webkit-transform 0.5s cubic-bezier(.39,1.89,.55... | Website/the-grid/masonry/javo-masonry-skin1/javo-masonry-skin1.css | .javo-masonry-skin1 a,
.javo-masonry-skin1 a:active,
.javo-masonry-skin1 a:focus,
.javo-masonry-skin1 .tg-share-icons i {
text-decoration: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: opacity 0.25s ease, color 0.25s ease, -webkit-transform 0.5s cubic-bezier(.39,1.89,.55... | 0.359477 | 0.047758 |
.info-centered {
margin-top: 50px;
margin-bottom: 50px;
text-align: center;
}
.info-centered p {
display: inline-block;
margin-top: 15px;
margin-right: 15px;
vertical-align: top;
font-weight: 400;
font-size: 30px;
font-family: 'Lato', Helvetica, sans-serif;
}
.strip {
pad... | src/main/webapp/resources2/theme-vendor/typica/css/typica.css |
.info-centered {
margin-top: 50px;
margin-bottom: 50px;
text-align: center;
}
.info-centered p {
display: inline-block;
margin-top: 15px;
margin-right: 15px;
vertical-align: top;
font-weight: 400;
font-size: 30px;
font-family: 'Lato', Helvetica, sans-serif;
}
.strip {
pad... | 0.476092 | 0.093637 |
@import url("https://fonts.googleapis.com/css2?family=Julius+Sans+One&family=Pacifico&display=swap");
body {
background-color: #000;
font-family: "Julius Sans One", sans-serif;
color: #fff;
}
body:focus {
outline: none;
}
.mainCon {
display: flex;
justify-content: center;
align-items: center;
flex-dir... | src/pages/index.css | @import url("https://fonts.googleapis.com/css2?family=Julius+Sans+One&family=Pacifico&display=swap");
body {
background-color: #000;
font-family: "Julius Sans One", sans-serif;
color: #fff;
}
body:focus {
outline: none;
}
.mainCon {
display: flex;
justify-content: center;
align-items: center;
flex-dir... | 0.349089 | 0.072999 |
.rb-grid {
list-style: none;
text-align: center;
margin: 0 auto;
}
.rb-grid li {
width: 24%;
height: 15em;
margin: 0.5%;
background: #8CC7DF;
color: #fff;
display: block;
float: left;
padding: 1.6em;
cursor: pointer;
position: relative;
}
.rb-grid li.rb-span-2 {
width: 49%;
}
.rb-grid li.... | public/css/component.css | .rb-grid {
list-style: none;
text-align: center;
margin: 0 auto;
}
.rb-grid li {
width: 24%;
height: 15em;
margin: 0.5%;
background: #8CC7DF;
color: #fff;
display: block;
float: left;
padding: 1.6em;
cursor: pointer;
position: relative;
}
.rb-grid li.rb-span-2 {
width: 49%;
}
.rb-grid li.... | 0.377311 | 0.064388 |
body{
width: auto;
height: 2700px;
font-family: 'Montserrat', sans-serif;
}
.row1{
padding-top: 10rem;
padding-bottom: 3rem;
width: 100%;
height: 600px;
background-image: url(./assets/backgrounds/h_img.jpg);
background-size: cover;
background-repeat: no-repeat;
color: w... | style.css | body{
width: auto;
height: 2700px;
font-family: 'Montserrat', sans-serif;
}
.row1{
padding-top: 10rem;
padding-bottom: 3rem;
width: 100%;
height: 600px;
background-image: url(./assets/backgrounds/h_img.jpg);
background-size: cover;
background-repeat: no-repeat;
color: w... | 0.375363 | 0.084568 |
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
a{cursor: pointer; -webkit-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out;}
body{margin: 0;}
input{-webkit-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;transition: all .4s ease-in-out;bo... | public/stock_assets/k/style2.css | *{-webkit-box-sizing: border-box;box-sizing: border-box;}
a{cursor: pointer; -webkit-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out;}
body{margin: 0;}
input{-webkit-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;transition: all .4s ease-in-out;bo... | 0.220762 | 0.060557 |
body {
padding-top: 50px;
padding-bottom: 20px;
background-color: #333333;
color: white;
}
#grad
{
background: -webkit-linear-gradient(right top, #333333 , #555555); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(bottom left, #333333, #555555); /* For Opera 11.1 to 12.0 */
background: -moz-line... | IDTO Azure Hosted Systems/IDTO.DispatcherPortal/Content/Site.css | body {
padding-top: 50px;
padding-bottom: 20px;
background-color: #333333;
color: white;
}
#grad
{
background: -webkit-linear-gradient(right top, #333333 , #555555); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(bottom left, #333333, #555555); /* For Opera 11.1 to 12.0 */
background: -moz-line... | 0.386879 | 0.116412 |
body {
-moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
background-position: top center !important;
background-repeat: no-repeat !important;
background-attachment: fixed;
}
.home-page-background-image {
background-image: url(./images/backgroundimages.jpg);
}
.home-page-backgrou... | ira_bank/WebContent/css/custom.css | body {
-moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
background-position: top center !important;
background-repeat: no-repeat !important;
background-attachment: fixed;
}
.home-page-background-image {
background-image: url(./images/backgroundimages.jpg);
}
.home-page-backgrou... | 0.243103 | 0.080792 |
@CHARSET "ISO-8859-1";
/* ----- Strip Panel ------- */
.ug-videoskin-right-no-thumb .ug-strip-panel{
background-color:#232323;
}
/* ----- Thumb Wrapper ------- */
.ug-videoskin-right-no-thumb .ug-thumb-wrapper{
background-color:#232323;
border-bottom:1px solid #393939;
width:380px;
height:70p... | public/assets/plugins/unitegallery/themes/video/skin-right-no-thumb.css | @CHARSET "ISO-8859-1";
/* ----- Strip Panel ------- */
.ug-videoskin-right-no-thumb .ug-strip-panel{
background-color:#232323;
}
/* ----- Thumb Wrapper ------- */
.ug-videoskin-right-no-thumb .ug-thumb-wrapper{
background-color:#232323;
border-bottom:1px solid #393939;
width:380px;
height:70p... | 0.292292 | 0.035779 |
body {
/* margin-left: 40px; */
scrollbar-face-color:#a2b2f2;
scrollbar-shadow-color:#d8defc;
scrollbar-highlight-color:#d8defc;
scrollbar-darkshadow-color:#d8defc;
scrollbar-track-color:#d8defc;
scrollbar-arrow-color:#384f78;
margin:0;
/*background-color:#9fcfe8;*/
background-color:#efefef;
overflow-y: hidd... | anix/css/anix.css | body {
/* margin-left: 40px; */
scrollbar-face-color:#a2b2f2;
scrollbar-shadow-color:#d8defc;
scrollbar-highlight-color:#d8defc;
scrollbar-darkshadow-color:#d8defc;
scrollbar-track-color:#d8defc;
scrollbar-arrow-color:#384f78;
margin:0;
/*background-color:#9fcfe8;*/
background-color:#efefef;
overflow-y: hidd... | 0.213541 | 0.060032 |
.hMain { border:none; }
#navAnchor li { width:50%; }
.line-top { border-top:solid 1px #D1D9DD; }
.application { background:#FAFAFA; }
#btn-compare { min-width:150px; margin-top:20px; float:right; text-align:center; }
.swap .a { display:block; }
.swap .b { display:none; }
.swap.toggle .a{ display:none; }
.swap.toggl... | frontend/web/assetss/calculator/css/calculator.css | .hMain { border:none; }
#navAnchor li { width:50%; }
.line-top { border-top:solid 1px #D1D9DD; }
.application { background:#FAFAFA; }
#btn-compare { min-width:150px; margin-top:20px; float:right; text-align:center; }
.swap .a { display:block; }
.swap .b { display:none; }
.swap.toggle .a{ display:none; }
.swap.toggl... | 0.344885 | 0.155367 |
@font-face {
font-family: 'Source Code Pro';
src:url('SourceCodePro-Regular.eot');
src:url('SourceCodePro-Regular.eot?#iefix') format('embedded-opentype'),
url('SourceCodePro-Regular.woff') format('woff'),
url('SourceCodePro-Regular.woff') format('woff2'),
url('SourceCodePro-Regular.ttf') format('truetype'),
... | public/assets/fonts/SourceCodePro/font.css | @font-face {
font-family: 'Source Code Pro';
src:url('SourceCodePro-Regular.eot');
src:url('SourceCodePro-Regular.eot?#iefix') format('embedded-opentype'),
url('SourceCodePro-Regular.woff') format('woff'),
url('SourceCodePro-Regular.woff') format('woff2'),
url('SourceCodePro-Regular.ttf') format('truetype'),
... | 0.283385 | 0.05572 |
* {
margin: 0;
padding: 0;
}
@media screen and (max-width: 490px) {
header {
display: flex;
flex-direction: column;
}
}
/* Desktop Setup display */
@media screen and (min-width: 490px) {
nav .mainMenu {
display: flex;
justify-content: center;
gap: 3rem;
align-items: center;
marg... | style.css | * {
margin: 0;
padding: 0;
}
@media screen and (max-width: 490px) {
header {
display: flex;
flex-direction: column;
}
}
/* Desktop Setup display */
@media screen and (min-width: 490px) {
nav .mainMenu {
display: flex;
justify-content: center;
gap: 3rem;
align-items: center;
marg... | 0.457864 | 0.104569 |
.Hotspot {
pointer-events: none;
}
.HotspotMinimized {
pointer-events: auto;
padding: 0;
height: 2.5em;
width: 2.5em;
border-radius: 50%;
border: none;
color: white;
font-weight: bold;
background-color: #999999;
}
.HotspotMinLabel {
position: absolute;
top: 0.75em;
... | css/hotspots.css |
.Hotspot {
pointer-events: none;
}
.HotspotMinimized {
pointer-events: auto;
padding: 0;
height: 2.5em;
width: 2.5em;
border-radius: 50%;
border: none;
color: white;
font-weight: bold;
background-color: #999999;
}
.HotspotMinLabel {
position: absolute;
top: 0.75em;
... | 0.802517 | 0.199366 |
:root {
--color-0: rgba(255, 34, 204, 0.8);
--color-1: rgba(255, 120, 204, 0.8);
--color-2: rgba(136, 51, 255, 0.8);
--darkness-0: rgba(255, 255, 255, 0.8);
--darkness-1: rgba(233, 233, 233, 0.8);
--darkness-2: rgba(175, 175, 175, 0.8)
}
* {
box-sizing: border-box;
word-wrap: break-word... | static/css/main.css | :root {
--color-0: rgba(255, 34, 204, 0.8);
--color-1: rgba(255, 120, 204, 0.8);
--color-2: rgba(136, 51, 255, 0.8);
--darkness-0: rgba(255, 255, 255, 0.8);
--darkness-1: rgba(233, 233, 233, 0.8);
--darkness-2: rgba(175, 175, 175, 0.8)
}
* {
box-sizing: border-box;
word-wrap: break-word... | 0.523908 | 0.196942 |
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
margin: 0;
background-color: #eee;
}
header {
position: fixed;
top: 0;
width: 100%;
height: 64px;
line-height: 64px;
box-... | src/css/index.css | body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
margin: 0;
background-color: #eee;
}
header {
position: fixed;
top: 0;
width: 100%;
height: 64px;
line-height: 64px;
box-... | 0.454714 | 0.086671 |
img{
border: none;
}
#secwrapper{
margin: auto;
padding-top: 20px;
}
article{
width: 220px;
display: inline-block;
vertical-align: top;
border: 1px solid #c8c8c8;
margin: 5px;
margin-bottom: 20px;
padding: 7px;
border-radius: 3px;
box-shadow: 0 2px 3px #ccc;
background-color: white;
*display:... | public/css/newspage.css | img{
border: none;
}
#secwrapper{
margin: auto;
padding-top: 20px;
}
article{
width: 220px;
display: inline-block;
vertical-align: top;
border: 1px solid #c8c8c8;
margin: 5px;
margin-bottom: 20px;
padding: 7px;
border-radius: 3px;
box-shadow: 0 2px 3px #ccc;
background-color: white;
*display:... | 0.167763 | 0.075346 |
#aec-menu{float:left;padding:10px 0}
#aec-header{width:100%;clear:both;padding:0;margin-bottom:0}
#aec-calendar{font-size:13px;line-height:16px}
#aec-calendar table{margin:0 !important}
#aec-container{position:relative;float:none}
/* fix branding zindex/modal overlay */
#branding {z-index: inherit}
.fc-event-disable... | public/wp-content/plugins/ajax-event-calendar/css/custom.css |
#aec-menu{float:left;padding:10px 0}
#aec-header{width:100%;clear:both;padding:0;margin-bottom:0}
#aec-calendar{font-size:13px;line-height:16px}
#aec-calendar table{margin:0 !important}
#aec-container{position:relative;float:none}
/* fix branding zindex/modal overlay */
#branding {z-index: inherit}
.fc-event-disable... | 0.303835 | 0.069164 |
@CHARSET "EUC-KR";
.box1, .box2, .box3 {
display: inline-block;
position: relative;
border-radius: 8px;
border: 0px solid white;
text-align: center;
vertical-align: middle;
padding: 0 5px;
}
.box1 {
min-width: 100px;
height: 100px;
margin: 0 auto 0 auto;
}
.box2 {
min-width: 50px;
height: 50px;
margin: 25... | WebSite/public/stylesheets/view.css | @CHARSET "EUC-KR";
.box1, .box2, .box3 {
display: inline-block;
position: relative;
border-radius: 8px;
border: 0px solid white;
text-align: center;
vertical-align: middle;
padding: 0 5px;
}
.box1 {
min-width: 100px;
height: 100px;
margin: 0 auto 0 auto;
}
.box2 {
min-width: 50px;
height: 50px;
margin: 25... | 0.397237 | 0.086401 |
.CodeMirror {
font-family: "Source Code Pro", monospace;
font-size: 9pt;
}
.CodeMirror-ruler {
z-index: 1;
}
pre.cm-s-default span.cm-builtin, div.CodeMirror span.cm-builtin {color: #30a; font-weight: bold}
pre.cm-s-default span.cm-builtin-2, div.CodeMirror span.cm-builtin-2 {color: #38c; font-weight: b... | web/css/codeworld-cm.css | .CodeMirror {
font-family: "Source Code Pro", monospace;
font-size: 9pt;
}
.CodeMirror-ruler {
z-index: 1;
}
pre.cm-s-default span.cm-builtin, div.CodeMirror span.cm-builtin {color: #30a; font-weight: bold}
pre.cm-s-default span.cm-builtin-2, div.CodeMirror span.cm-builtin-2 {color: #38c; font-weight: b... | 0.416797 | 0.064624 |
* {
margin: 0;
padding: 0;
}
/* #wrapper {
min-height: calc(100vh - 285px);
} */
#adminWrapper {
display: grid;
grid-gap: 0;
grid-template-areas:
"head head head"
"navi main main"
"navi main main"
"navi main main"
"foot foot foot";
grid-template-colu... | public/stylesheets/atoms.css | * {
margin: 0;
padding: 0;
}
/* #wrapper {
min-height: calc(100vh - 285px);
} */
#adminWrapper {
display: grid;
grid-gap: 0;
grid-template-areas:
"head head head"
"navi main main"
"navi main main"
"navi main main"
"foot foot foot";
grid-template-colu... | 0.429788 | 0.093017 |
.car-container{
width: 100%;
background-color: #fff;
min-height: 250px;
border: 1px solid #f4f4f4;
padding: 15px 0;
overflow: hidden;
}
.margin-15{
margin: 15px 0;
}
a{
cursor: pointer;
}
sup{
color: red;
}
.margin-bottom20{
margin-bottom: 14px;
}
input::-webkit-outer-spin-bu... | backend/web/css/common.css | .car-container{
width: 100%;
background-color: #fff;
min-height: 250px;
border: 1px solid #f4f4f4;
padding: 15px 0;
overflow: hidden;
}
.margin-15{
margin: 15px 0;
}
a{
cursor: pointer;
}
sup{
color: red;
}
.margin-bottom20{
margin-bottom: 14px;
}
input::-webkit-outer-spin-bu... | 0.366023 | 0.077588 |
*
#header-bar {
width: 100%;
height: 150px;
}
*
{
outline: none;
}
.tb
{
display: table;
width: 100%;
}
.td
{
display: table-cell;
vertical-align: middle;
}
.search-input, .search-button
{
color: rgb(255,255,255, 0.8);
padding: 0;
margin: 0;
border: 0;
background-colo... | client/src/components/Header/Header.css | *
#header-bar {
width: 100%;
height: 150px;
}
*
{
outline: none;
}
.tb
{
display: table;
width: 100%;
}
.td
{
display: table-cell;
vertical-align: middle;
}
.search-input, .search-button
{
color: rgb(255,255,255, 0.8);
padding: 0;
margin: 0;
border: 0;
background-colo... | 0.584034 | 0.084531 |
.g-window {
.weui-mask_transparent {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99;
background-color: #000;
opacity: 0.3;
}
.weui-cells {
margin-top: 0;
font-size: inherit;
background-color: transparent;
}
.weui-cell {... | NIM_Web_Demo_H5/src/themes/common/weui.css |
.g-window {
.weui-mask_transparent {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99;
background-color: #000;
opacity: 0.3;
}
.weui-cells {
margin-top: 0;
font-size: inherit;
background-color: transparent;
}
.weui-cell {... | 0.384912 | 0.047914 |
.heroArea {
padding: 84px 0px;
position: relative;
z-index: 1;
overflow: hidden;
}
@media (max-width: 1300px) {
.heroArea {
padding-bottom: 0;
}
}
.heroArea::before {
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
height: 3... | app/components/HomeMain/Hero/style.css | .heroArea {
padding: 84px 0px;
position: relative;
z-index: 1;
overflow: hidden;
}
@media (max-width: 1300px) {
.heroArea {
padding-bottom: 0;
}
}
.heroArea::before {
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
height: 3... | 0.417271 | 0.069384 |
@charset "UTF-8";
.grid{
display: grid;
grid-template-columns: repeat(3, 1fr);
counter-reset: contador;
}
.grid div:nth-child(6){
margin-bottom: 100px;
}
.grid h2{
font-size: 3rem;
position: relative;
padding-left: 6rem;
padding-bottom: 2rem;
}
.contador h2::before{
font-size: 8... | siteUdemy/style/grid.css | @charset "UTF-8";
.grid{
display: grid;
grid-template-columns: repeat(3, 1fr);
counter-reset: contador;
}
.grid div:nth-child(6){
margin-bottom: 100px;
}
.grid h2{
font-size: 3rem;
position: relative;
padding-left: 6rem;
padding-bottom: 2rem;
}
.contador h2::before{
font-size: 8... | 0.346099 | 0.142232 |
background, html {
background: rgba(242, 99, 58, .9);
text-align: center;
margin: 0px;
padding-top: 0px;
}
#viewport{
background: black;
float: right;
padding-right: 40px;
margin-right: 30px;
border-radius: 25px;
}
.canvas.clearfix {
display: inline-block;
}
.App {
padding-top: 50px;
font-siz... | css/style.css | background, html {
background: rgba(242, 99, 58, .9);
text-align: center;
margin: 0px;
padding-top: 0px;
}
#viewport{
background: black;
float: right;
padding-right: 40px;
margin-right: 30px;
border-radius: 25px;
}
.canvas.clearfix {
display: inline-block;
}
.App {
padding-top: 50px;
font-siz... | 0.48438 | 0.061087 |
*,
*::after,
*::before {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--white: #ffffff;
--gray-100: #e1e1e6;
--gray-300: #a8a8b3;
--gray-700: #323238;
--gray-800: #29292e;
--gray-850: #1f2729;
--gray-900: #121214;
--pink-500: #e535ab;
--red-500: #E53E3E;
}
@media (max-width: 108... | web/src/styles.css | *,
*::after,
*::before {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--white: #ffffff;
--gray-100: #e1e1e6;
--gray-300: #a8a8b3;
--gray-700: #323238;
--gray-800: #29292e;
--gray-850: #1f2729;
--gray-900: #121214;
--pink-500: #e535ab;
--red-500: #E53E3E;
}
@media (max-width: 108... | 0.52683 | 0.098512 |
@-moz-document domain("iichan.hk") {
/* Палитра */
:root {
--var-bg: #333333;
--var-fg: #cccccc;
--var-dr: #aa0000;
--var-lr: #ff5555;
--var-dg: #00aa00;
--var-lg: #55ff55;
--var-db: #0000aa;
--var-lb: #5555ff;
--var-dy: #aaaa00;
--var-ly: #ffff55;
--var-dm: #aa00aa;
--var-lm: #f... | data/usercss/171094.user.css | @-moz-document domain("iichan.hk") {
/* Палитра */
:root {
--var-bg: #333333;
--var-fg: #cccccc;
--var-dr: #aa0000;
--var-lr: #ff5555;
--var-dg: #00aa00;
--var-lg: #55ff55;
--var-db: #0000aa;
--var-lb: #5555ff;
--var-dy: #aaaa00;
--var-ly: #ffff55;
--var-dm: #aa00aa;
--var-lm: #f... | 0.303422 | 0.059265 |
.donationsLeft {
float: left;
width: 60%;
min-height: 400px;
}
.donationsRight {
float: right;
width: 35%;
min-height: 400px;
}
.donationsLeft .bigTextBox {
width: 45% !important;
}
.donationsLeft .smallTextBox {
width: 10% !important;
}
.donationsRight p {
padding: 0px;
margin: 0px;
font-weight: bold... | plugins/donations/donations.css | .donationsLeft {
float: left;
width: 60%;
min-height: 400px;
}
.donationsRight {
float: right;
width: 35%;
min-height: 400px;
}
.donationsLeft .bigTextBox {
width: 45% !important;
}
.donationsLeft .smallTextBox {
width: 10% !important;
}
.donationsRight p {
padding: 0px;
margin: 0px;
font-weight: bold... | 0.422028 | 0.230985 |
[Table of contents]
1. Container-fluid - .single-bg
1.1 Top Row - .single-bg h2
1.2 Bottom Row - single-bg a
-------------------------------------------------------------------*/
.single-bg {
width: 100%;
height: 300px;
background: url('../images/1280x853.jpg');
background-size: cover;
background-repeat: no-re... | public/css/blog_posts_style.css | [Table of contents]
1. Container-fluid - .single-bg
1.1 Top Row - .single-bg h2
1.2 Bottom Row - single-bg a
-------------------------------------------------------------------*/
.single-bg {
width: 100%;
height: 300px;
background: url('../images/1280x853.jpg');
background-size: cover;
background-repeat: no-re... | 0.33112 | 0.07117 |
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
/*-----------------------------------------------------------------------------------*/
/* GENERAL STYLING
/*------------------------------------------------------------------------------... | public/css/lib.css | @import url(https://fonts.googleapis.com/css?family=Noto+Sans);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
/*-----------------------------------------------------------------------------------*/
/* GENERAL STYLING
/*------------------------------------------------------------------------------... | 0.348091 | 0.104249 |
.content .func .work,
.content .func .edu {
float: left;
}
.content .func .work small,
.content .func .edu small {
display: block;
opacity: 0.7;
}
.content .func .work ul li,
.content .func .edu ul li {
position: relative;
margin-left: 15px;
padding-left: 25px;
padding-bottom: 15px;
}
.content .func .wor... | style/resume.css | .content .func .work,
.content .func .edu {
float: left;
}
.content .func .work small,
.content .func .edu small {
display: block;
opacity: 0.7;
}
.content .func .work ul li,
.content .func .edu ul li {
position: relative;
margin-left: 15px;
padding-left: 25px;
padding-bottom: 15px;
}
.content .func .wor... | 0.598899 | 0.081593 |
body {
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 0;
padding: 20px;
font-family: sans-serif;
font-size: 12px;
}
.header {
display: block;
text-align: center;
}
#title {
font-size: 40px;
padding-bottom: 20px;
}
.flex-column, .flex-row... | degnoming/style.css | body {
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 0;
padding: 20px;
font-family: sans-serif;
font-size: 12px;
}
.header {
display: block;
text-align: center;
}
#title {
font-size: 40px;
padding-bottom: 20px;
}
.flex-column, .flex-row... | 0.320609 | 0.065575 |
@font-face {
font-family: "Imprint";
src: url("imprint.eot");
src: url("imprint.eot?#iefix") format("embedded-opentype"),
url("imprint.woff") format("woff"),
url("imprint.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Open Sans"... | css/horsweb.css | @font-face {
font-family: "Imprint";
src: url("imprint.eot");
src: url("imprint.eot?#iefix") format("embedded-opentype"),
url("imprint.woff") format("woff"),
url("imprint.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Open Sans"... | 0.331985 | 0.115312 |
html{
font-family: Arial;
}
body {
margin: 0 !important;
padding: 0;
background-color: #F1F1F1;
}
table {
border-spacing: 0;
font-family: sans-serif;
color: #333333;
background-color: #fff;
}
td {
padding: 0;
}
img {
border: 0;
}
div[style*="margin: 16px 0"] {
margin:0 !impo... | private/new/style.css | html{
font-family: Arial;
}
body {
margin: 0 !important;
padding: 0;
background-color: #F1F1F1;
}
table {
border-spacing: 0;
font-family: sans-serif;
color: #333333;
background-color: #fff;
}
td {
padding: 0;
}
img {
border: 0;
}
div[style*="margin: 16px 0"] {
margin:0 !impo... | 0.402627 | 0.087408 |
body {
overflow-x: hidden;
}
p {
font-size: 20px;
}
p.small {
font-size: 16px;
}
a, a:hover, a:focus, a:active, a.active {
color: #882233;
outline: 0 none;
}
h1, h2, h3, h4, h5, h6 {
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
text-transform: up... | css/freelancer.css | body {
overflow-x: hidden;
}
p {
font-size: 20px;
}
p.small {
font-size: 16px;
}
a, a:hover, a:focus, a:active, a.active {
color: #882233;
outline: 0 none;
}
h1, h2, h3, h4, h5, h6 {
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
text-transform: up... | 0.535827 | 0.11427 |
.toast {
z-index: 100;
}
.toast .warning {
background-color: rgb(255, 250, 230);
box-shadow: rgba(0, 0, 0, 0.176) 0px 3px 8px;
color: rgb(255, 139, 0);
display: flex;
margin-bottom: 8px;
width: 360px;
transform: translate3d(0px, 0px, 0px);
border-radius: 4px;
transition: transfo... | src/main/css/toast.css | .toast {
z-index: 100;
}
.toast .warning {
background-color: rgb(255, 250, 230);
box-shadow: rgba(0, 0, 0, 0.176) 0px 3px 8px;
color: rgb(255, 139, 0);
display: flex;
margin-bottom: 8px;
width: 360px;
transform: translate3d(0px, 0px, 0px);
border-radius: 4px;
transition: transfo... | 0.614394 | 0.21963 |
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v13/RFda8w1V0eDZheqfcyQ4EA7aC6SjiAOpAWOKfJDfVRY.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A64... | public/new/1google.css | @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v13/RFda8w1V0eDZheqfcyQ4EA7aC6SjiAOpAWOKfJDfVRY.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A64... | 0.382603 | 0.105257 |
body {
font-family: "Comic Sans MS", "Comic Sans", sans-serif;
background-color: #0d2633e1;
color: white;
}
h1 {
font-size: 2.5em;
}
p {
margin: 0%;
}
.display {
display: flex;
flex-direction: column;
width: 80%;
justify-content: center;
}
.list {
margin: 0% 2rem;
margin-bottom: 5rem;
width:... | src/style.css | body {
font-family: "Comic Sans MS", "Comic Sans", sans-serif;
background-color: #0d2633e1;
color: white;
}
h1 {
font-size: 2.5em;
}
p {
margin: 0%;
}
.display {
display: flex;
flex-direction: column;
width: 80%;
justify-content: center;
}
.list {
margin: 0% 2rem;
margin-bottom: 5rem;
width:... | 0.501465 | 0.102081 |
:root {
--skin-bg: var(--palette-greyscale-075);
--skin-bg-title: var(--palette-greyscale-085);
--skin-bg-text: var(--palette-greyscale-090);
--skin-content: var(--palette-greyscale-100);
--skin-content-text: var(--palette-greyscale-010);
--skin-input: var(--palette-greyscale-090);
--skin-... | public/styles/skins.css | :root {
--skin-bg: var(--palette-greyscale-075);
--skin-bg-title: var(--palette-greyscale-085);
--skin-bg-text: var(--palette-greyscale-090);
--skin-content: var(--palette-greyscale-100);
--skin-content-text: var(--palette-greyscale-010);
--skin-input: var(--palette-greyscale-090);
--skin-... | 0.476823 | 0.233138 |
:root {
--fontTitles: "Public Sans", sans-serif;
--fontText: "Public Sans", sans-serif;
}
/*Colores*/
/* Variables de colores en CSS */
:root {
--firstColorPrimary: #2D314D;
--secondColorPrimary: #9597A5;
--colorWhite: #FFFFFF;
--colorGreen: #30C88F;
--colorButtons: linear-gradient(90deg, rgba(51,211,94,... | CSS/styles.css | :root {
--fontTitles: "Public Sans", sans-serif;
--fontText: "Public Sans", sans-serif;
}
/*Colores*/
/* Variables de colores en CSS */
:root {
--firstColorPrimary: #2D314D;
--secondColorPrimary: #9597A5;
--colorWhite: #FFFFFF;
--colorGreen: #30C88F;
--colorButtons: linear-gradient(90deg, rgba(51,211,94,... | 0.460046 | 0.131675 |
@import url('https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
:root{
--yellow:#fffe53;
--yellow-light:#FFFF87;
--yellow-dark:#C9CB10;
--darkblue:#1C2026;
--grayblue:#43474E;
--lightg... | src/components/layout.css | @import url('https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
:root{
--yellow:#fffe53;
--yellow-light:#FFFF87;
--yellow-dark:#C9CB10;
--darkblue:#1C2026;
--grayblue:#43474E;
--lightg... | 0.404978 | 0.076442 |
@import url(http://fonts.googleapis.com/css?family=Raleway:100,400,700);
body {
background-color: #18415F;
height: 90vh;
margin: 2% !important;
font-family: Raleway, Open Sans, Droid Sans, Roboto,arial, sans-serif; }
body .attr {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-web... | public/stylesheets/css/index.css | @import url(http://fonts.googleapis.com/css?family=Raleway:100,400,700);
body {
background-color: #18415F;
height: 90vh;
margin: 2% !important;
font-family: Raleway, Open Sans, Droid Sans, Roboto,arial, sans-serif; }
body .attr {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-web... | 0.290176 | 0.038865 |
.og-grid {
list-style: none;
padding: 20px 0;
margin: 0 auto;
text-align: center;
width: 100%;
}
.og-grid li {
display: inline-block;
margin: 10px 5px 0 5px;
vertical-align: top;
height: 250px;
}
.og-grid li > a,
.og-grid li > a img {
border: none;
outline: none;
display: block;
position: relative;
}... | assets/plugins/menu_dashboard/css/component.css | .og-grid {
list-style: none;
padding: 20px 0;
margin: 0 auto;
text-align: center;
width: 100%;
}
.og-grid li {
display: inline-block;
margin: 10px 5px 0 5px;
vertical-align: top;
height: 250px;
}
.og-grid li > a,
.og-grid li > a img {
border: none;
outline: none;
display: block;
position: relative;
}... | 0.321353 | 0.066691 |
body {
background: #4f8ea5;
background: -moz-radial-gradient(center, ellipse cover, rgba(79, 142, 165, 1) 0%, rgba(52, 63, 83, 1) 50%, rgba(28, 27, 38, 1) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(79, 142, 165, 1) 0%, rgba(52, 63, 83, 1) 50%, rgba(28, 27, 38, 1) 100%);
background: r... | static/player.css | body {
background: #4f8ea5;
background: -moz-radial-gradient(center, ellipse cover, rgba(79, 142, 165, 1) 0%, rgba(52, 63, 83, 1) 50%, rgba(28, 27, 38, 1) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(79, 142, 165, 1) 0%, rgba(52, 63, 83, 1) 50%, rgba(28, 27, 38, 1) 100%);
background: r... | 0.405213 | 0.10079 |
*{
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
body{
font-family: Montserrat, sans-serif;
}
.bg{
background: #202060;
background-image: linear-gradient(to right top, #602080, #53227b, #472376, #3b2370, #2f2269, #2f2269, #2f2269, #2f2269, #3b2370, #47237... | src/css/main_style.css | *{
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
body{
font-family: Montserrat, sans-serif;
}
.bg{
background: #202060;
background-image: linear-gradient(to right top, #602080, #53227b, #472376, #3b2370, #2f2269, #2f2269, #2f2269, #2f2269, #3b2370, #47237... | 0.37319 | 0.095645 |
*, *:before, *:after {
outline: none;
box-sizing: inherit;
}
/* font */
body,button, input, textarea{background-color:var(--body-bg-color);font-family:'AritaDotum','Malgun Gothic',sans-serif;}
code,pre {font-family:Consolas,monaco,'AritaDotum','Malgun Gothic',sans-serif}
/* 로딩 화면 */
.loaded #loader{opacity:0;... | Data/style__.css | *, *:before, *:after {
outline: none;
box-sizing: inherit;
}
/* font */
body,button, input, textarea{background-color:var(--body-bg-color);font-family:'AritaDotum','Malgun Gothic',sans-serif;}
code,pre {font-family:Consolas,monaco,'AritaDotum','Malgun Gothic',sans-serif}
/* 로딩 화면 */
.loaded #loader{opacity:0;... | 0.399226 | 0.060585 |
html, body {
width:100%;
height:100%;
margin:0;
font-size: 14px;
font-family: monospace;
}
.app {
width:100%;
height:100%;
}
.body {
width:100%;
height:100%;
display:flex;
flex-direction: column;
}
.menu {
width:100%;
height:50px;
background:#f5f5f5;
displ... | frontend/style.css | html, body {
width:100%;
height:100%;
margin:0;
font-size: 14px;
font-family: monospace;
}
.app {
width:100%;
height:100%;
}
.body {
width:100%;
height:100%;
display:flex;
flex-direction: column;
}
.menu {
width:100%;
height:50px;
background:#f5f5f5;
displ... | 0.400398 | 0.07333 |
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
/* width */
::-webkit-scrollbar {
width: 5px;
}
/* Track */
::... | assets/css/ourContentStyle.css | @import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
/* width */
::-webkit-scrollbar {
width: 5px;
}
/* Track */
::... | 0.321247 | 0.072703 |
@charset "UTF-8";
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: #e9e9e9;
}
.contenedor {
background: #ccc;
width: 90%;
max-width: 1280px;
margin: auto;
/* Flex */
display: flex;
flex-flow: row wrap;
}
header {
background: #2c3e50;
... | public/css/styles.css | @charset "UTF-8";
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: #e9e9e9;
}
.contenedor {
background: #ccc;
width: 90%;
max-width: 1280px;
margin: auto;
/* Flex */
display: flex;
flex-flow: row wrap;
}
header {
background: #2c3e50;
... | 0.473657 | 0.086864 |
.body-goods-index { padding-bottom: 60px; }
/*seller-service*/
.seller-service { position: fixed; right: 0; top: 50%; margin-top: -43px; z-index: 998; }
/*focusSlide*/
.focusSlide { position: relative; overflow: hidden; }
.focusSlide.unsale:before { display: block; content: '鍟嗗搧宸蹭笅鏋�'; width: 120px; background: #9... | wechat/web/static/css/goods-index.css | .body-goods-index { padding-bottom: 60px; }
/*seller-service*/
.seller-service { position: fixed; right: 0; top: 50%; margin-top: -43px; z-index: 998; }
/*focusSlide*/
.focusSlide { position: relative; overflow: hidden; }
.focusSlide.unsale:before { display: block; content: '鍟嗗搧宸蹭笅鏋�'; width: 120px; background: #9... | 0.413122 | 0.105625 |
html, body {
padding: 0;
margin: 0;
}
/* Spaces, sizes etc */
body {
padding: 0 40px;
}
footer {
margin-top: 2em;
padding-top: 1em;
margin-bottom: 2em;
border-top: #EBEBEB solid 1px;
}
h1, h2, h3, h4, h5, h6 {
margin-top: .5em;
margin-bottom: .5em;
}
input[type="file"] {
cursor: pointer;
}
input[type="ra... | styles/style.css | html, body {
padding: 0;
margin: 0;
}
/* Spaces, sizes etc */
body {
padding: 0 40px;
}
footer {
margin-top: 2em;
padding-top: 1em;
margin-bottom: 2em;
border-top: #EBEBEB solid 1px;
}
h1, h2, h3, h4, h5, h6 {
margin-top: .5em;
margin-bottom: .5em;
}
input[type="file"] {
cursor: pointer;
}
input[type="ra... | 0.323273 | 0.081082 |
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
*
{
font-family: 'Raleway', sans-serif;
}
body,html
{
background: #d1d1d1;
overflow-x: hidden;
}
.barra-porcentaje-scroll
{
... | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
*
{
font-family: 'Raleway', sans-serif;
}
body,html
{
background: #d1d1d1;
overflow-x: hidden;
}
.barra-porcentaje-scroll
{
... | 0.261802 | 0.043164 |
body, html{
height: 100%;
font-family: 'Lato', sans-serif !important;
}
.main-wrapper {
height: 100vh;
}
.left {
background: linear-gradient(#36d1dc, #5b86e5);
}
.right {
background: white;
}
.section {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-it... | wpm-predictor/www/custom.css | body, html{
height: 100%;
font-family: 'Lato', sans-serif !important;
}
.main-wrapper {
height: 100vh;
}
.left {
background: linear-gradient(#36d1dc, #5b86e5);
}
.right {
background: white;
}
.section {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-it... | 0.454956 | 0.07946 |
a:hover { text-decoration: underline; }
p {
font-size: 1em;
color: #202020;
margin: 10px 50px 10px 50px;
font-family: 'Helvetica', 'Arial', 'Sans-Serif';
text-align: justify;
line-height:150%;
}
p.code{
font-size: 0.8em;
color: #202020;
margin: 10px 50px 10px 50px;
font-famil... | docs/css/main.css | a:hover { text-decoration: underline; }
p {
font-size: 1em;
color: #202020;
margin: 10px 50px 10px 50px;
font-family: 'Helvetica', 'Arial', 'Sans-Serif';
text-align: justify;
line-height:150%;
}
p.code{
font-size: 0.8em;
color: #202020;
margin: 10px 50px 10px 50px;
font-famil... | 0.450118 | 0.176281 |
body {
margin:0;
padding:0;
color:#111;
font-family:'Roboto',sans-serif;
}
/*============================================CONTAINER GERAL============================================*/
.container {
display:flex;
width:1230px;
align-items:center;
justify-content:center;
}
/*================... | assets/css/template.css | body {
margin:0;
padding:0;
color:#111;
font-family:'Roboto',sans-serif;
}
/*============================================CONTAINER GERAL============================================*/
.container {
display:flex;
width:1230px;
align-items:center;
justify-content:center;
}
/*================... | 0.388386 | 0.066055 |
@import url(https: //fonts.googleapis.com/css?family=Open+Sans: 400,300);
* {
padding: 0;
margin: 0;
}
body {
background: #bbb;
}
#title {
width: 96%;
padding: 0 0 12px 0;
border-bottom: 2px solid black;
margin: 24px 2% 12px 2%;
font-size: 32px;
font-weight: normal;
font-family: ... | index.css | @import url(https: //fonts.googleapis.com/css?family=Open+Sans: 400,300);
* {
padding: 0;
margin: 0;
}
body {
background: #bbb;
}
#title {
width: 96%;
padding: 0 0 12px 0;
border-bottom: 2px solid black;
margin: 24px 2% 12px 2%;
font-size: 32px;
font-weight: normal;
font-family: ... | 0.319758 | 0.174164 |
html,
body {
margin: 0px;
padding: 0px;
overflow: hidden;
}
@font-face {
font-family: "Ubuntu";
src: url("./fonts/ubuntu/Ubuntu-Regular.ttf") format("woff"),
url("./fonts/ubuntu/Ubuntu-Regular.ttf") format("truetype");
}
* {
box-sizing: border-box;
color: rgb(137, 164, 187);
}
.main-window {
disp... | index.css | html,
body {
margin: 0px;
padding: 0px;
overflow: hidden;
}
@font-face {
font-family: "Ubuntu";
src: url("./fonts/ubuntu/Ubuntu-Regular.ttf") format("woff"),
url("./fonts/ubuntu/Ubuntu-Regular.ttf") format("truetype");
}
* {
box-sizing: border-box;
color: rgb(137, 164, 187);
}
.main-window {
disp... | 0.400046 | 0.056159 |
@font-face {
font-family: 'BMJUA';
src:url('../assets/fonts/BMJUA_ttf.ttf');
src:url('../assets/fonts/BMJUA_otf.otf');
}
html, body {
font-family: 'BMJUA';
background-color: rgb(20, 20, 20);
overflow-y: overlay;
}
.noti {
position: fixed;
width: 170px;
right: 10px;
bottom: 10px... | css/index.css | @font-face {
font-family: 'BMJUA';
src:url('../assets/fonts/BMJUA_ttf.ttf');
src:url('../assets/fonts/BMJUA_otf.otf');
}
html, body {
font-family: 'BMJUA';
background-color: rgb(20, 20, 20);
overflow-y: overlay;
}
.noti {
position: fixed;
width: 170px;
right: 10px;
bottom: 10px... | 0.499512 | 0.098252 |
position: fixed;
left: -2%;
top: 45%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
#cd-vertical-nav li {
text-align: left;
}
#cd-vertical-nav a {
d... | report/Page_Config_All/discard/nav.css | position: fixed;
left: -2%;
top: 45%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
#cd-vertical-nav li {
text-align: left;
}
#cd-vertical-nav a {
d... | 0.366363 | 0.089256 |
@charset "UTF-8";
/*!
Theme Name: Semantic Action Theme
Theme URI: https://hookedup.com/
Author: hookedup, inc.
Author URI: https://hookedup.com/
Description: Description: Generic theme for Action App based websites
Version: 1.0.1
Tested up to: 5.7
Requires PHP: 5.6
License: GNU General Public License v2 or later
Li... | actapp-standard/style.css | @charset "UTF-8";
/*!
Theme Name: Semantic Action Theme
Theme URI: https://hookedup.com/
Author: hookedup, inc.
Author URI: https://hookedup.com/
Description: Description: Generic theme for Action App based websites
Version: 1.0.1
Tested up to: 5.7
Requires PHP: 5.6
License: GNU General Public License v2 or later
Li... | 0.657428 | 0.121191 |
html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
.jumbotron {
... | web/css/site.css | html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
.jumbotron {
... | 0.348645 | 0.140336 |
* {
box-sizing: border-box;
}
body {
min-height: 100vh;
background-color: #adadad;
margin: 0;
}
.navbar {
background-color: rgb(219, 219, 219);
margin: 0;
padding: 0;
}
.nav-ul {
list-style: none;
display: inline-flex;
margin: 0;
padding: 0;
}
.nav-item {
text-decoration: none;
color: #000... | src/style.css | * {
box-sizing: border-box;
}
body {
min-height: 100vh;
background-color: #adadad;
margin: 0;
}
.navbar {
background-color: rgb(219, 219, 219);
margin: 0;
padding: 0;
}
.nav-ul {
list-style: none;
display: inline-flex;
margin: 0;
padding: 0;
}
.nav-item {
text-decoration: none;
color: #000... | 0.546738 | 0.084795 |
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
:root {
--main-color: #564fcc;
--text-color: #ffffff;
--hover-color: #8883db;
}
* {
box-sizing: border-box;
}
input {
border: none;
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: ... | pg-frontend/src/App.css | @import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
:root {
--main-color: #564fcc;
--text-color: #ffffff;
--hover-color: #8883db;
}
* {
box-sizing: border-box;
}
input {
border: none;
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: ... | 0.33372 | 0.065605 |
* {
margin: 0;
padding: 0;
color: rgba(158, 153, 153, 0.932);
-webkit-box-sizing: border-box;
box-sizing: border-box;
scroll-behavior: smooth;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 1px;
}
body {
margin... | YearIII/SemesterV/InternetTechnologies/Practicals/Portfolio/assets/CSS/styles.css | * {
margin: 0;
padding: 0;
color: rgba(158, 153, 153, 0.932);
-webkit-box-sizing: border-box;
box-sizing: border-box;
scroll-behavior: smooth;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 1px;
}
body {
margin... | 0.436142 | 0.083217 |
body, input, textarea, button, select {
font-family: Open Sans;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.btn, .shopify-payment-button .shopify-payment-button__button--unbranded{
background: #05b8cc;
}
.btn, .shopify-paym... | assets/overlap.css | body, input, textarea, button, select {
font-family: Open Sans;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.btn, .shopify-payment-button .shopify-payment-button__button--unbranded{
background: #05b8cc;
}
.btn, .shopify-paym... | 0.477311 | 0.054399 |
@import url("https://fonts.googleapis.com/css?family=Lato");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css");
.clr-dark {
color: #121f27 !important; }
.clr-gray {
color: #bbbbbb !important; }
.clr-light {
color: #ffffff !important; }
.clr-purple {
color: #7f4fff ... | src/styles/index.css | @import url("https://fonts.googleapis.com/css?family=Lato");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css");
.clr-dark {
color: #121f27 !important; }
.clr-gray {
color: #bbbbbb !important; }
.clr-light {
color: #ffffff !important; }
.clr-purple {
color: #7f4fff ... | 0.511229 | 0.074366 |
@charset "UTF-8";
/* line 5, ../../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, sam... | src/stylesheets/index.css | @charset "UTF-8";
/* line 5, ../../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, sam... | 0.274449 | 0.053949 |