code stringlengths 2k 1.04M | repo_path stringlengths 5 517 | parsed_code stringlengths 0 1.04M | quality_prob float64 0.02 0.95 | learning_prob float64 0.02 0.93 |
|---|---|---|---|---|
body{
background: darkorange;
color: ghostwhite;
}
.Keyboard{
height: 100px;
width: 100%;
position: relative;
}
.loopOn {
background: red;
}
.playButton{
display: inline;
text-align: right;
position: absolute;
right: 0;
bottom: 0;
}
.profileSongName{
display: inline-block;
}
li{
list-style: none;
}
#... | public/test.css | body{
background: darkorange;
color: ghostwhite;
}
.Keyboard{
height: 100px;
width: 100%;
position: relative;
}
.loopOn {
background: red;
}
.playButton{
display: inline;
text-align: right;
position: absolute;
right: 0;
bottom: 0;
}
.profileSongName{
display: inline-block;
}
li{
list-style: none;
}
#... | 0.37319 | 0.055362 |
canvas {
border: 4px solid;
display: inline-block;
}
.title {
font-size: 40px;
display: inline;
}
#frame_counter {
font-size: 20px;
display: inline;
float: right;
}
.head {
width: 800px;
/* margin-bottom: -30px; */
}
.body {
display: inline-block;
width: 100%;
}
.body2{... | CG-SoftwareRenderer2/styles.css | canvas {
border: 4px solid;
display: inline-block;
}
.title {
font-size: 40px;
display: inline;
}
#frame_counter {
font-size: 20px;
display: inline;
float: right;
}
.head {
width: 800px;
/* margin-bottom: -30px; */
}
.body {
display: inline-block;
width: 100%;
}
.body2{... | 0.405449 | 0.202719 |
========================================================= */
a {
color: #3679BF;
}
.container {
width: 960px;
margin: 0 auto;
overflow: hidden;
}
.truncate {
width: 640px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.space {
padding: 10px 20px;
}
ul {
list-style: none;
... | app/css/app.css | ========================================================= */
a {
color: #3679BF;
}
.container {
width: 960px;
margin: 0 auto;
overflow: hidden;
}
.truncate {
width: 640px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.space {
padding: 10px 20px;
}
ul {
list-style: none;
... | 0.387459 | 0.080141 |
*{
box-sizing: border-box;
}
body{
margin: 0px;
font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6, p{
font-family: 'Yanone Kaffeesatz', sans-serif;
letter-spacing: 1.5px;
}
.contendor {
margin: auto;
width: 95%;
}
img {
display: block;
max-width: 100%;
}
h1 {
... | css/Formato.css | *{
box-sizing: border-box;
}
body{
margin: 0px;
font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6, p{
font-family: 'Yanone Kaffeesatz', sans-serif;
letter-spacing: 1.5px;
}
.contendor {
margin: auto;
width: 95%;
}
img {
display: block;
max-width: 100%;
}
h1 {
... | 0.396535 | 0.052692 |
body {
overflow-x: hidden;
height: 100%;
width: 100%;
position: absolute;
}
#wrapper {
min-height: 100%;
position: relative;
}
header{
background-color: #FFFFFF;
position: sticky;
top: 0;
width: 100%;
left: 0;
text-align: center;
z-index: 999;
}
header .headerItem{
font-family: 'Abang',... | public/stylesheets/styles.css | body {
overflow-x: hidden;
height: 100%;
width: 100%;
position: absolute;
}
#wrapper {
min-height: 100%;
position: relative;
}
header{
background-color: #FFFFFF;
position: sticky;
top: 0;
width: 100%;
left: 0;
text-align: center;
z-index: 999;
}
header .headerItem{
font-family: 'Abang',... | 0.402744 | 0.057785 |
:root {
--black: #000;
--white: #fff;
--transparent: transparent;
--black-90: rgba(0, 0, 0, .9);
--black-80: rgba(0, 0, 0, .8);
--black-70: rgba(0, 0, 0, .7);
--black-60: rgba(0, 0, 0, .6);
--black-50: rgba(0, 0, 0, .5);
--black-40: rgba(0, 0, 0, .4);
--black-30: rgba(0, 0, 0, .3);
--black-2... | src/tachyons-colors.css | :root {
--black: #000;
--white: #fff;
--transparent: transparent;
--black-90: rgba(0, 0, 0, .9);
--black-80: rgba(0, 0, 0, .8);
--black-70: rgba(0, 0, 0, .7);
--black-60: rgba(0, 0, 0, .6);
--black-50: rgba(0, 0, 0, .5);
--black-40: rgba(0, 0, 0, .4);
--black-30: rgba(0, 0, 0, .3);
--black-2... | 0.459561 | 0.116312 |
body {
background-color: #f5f5f5;
color: #3c3c3c;
font: 300 14px open sans,sans-serif;
letter-spacing: 0.5px;
position: relative;
}
.greynum {
color: rgba(0, 0, 0, 0.36);
float: left;
line-height: 28px
}
a{
color:#232323;
}
a:hover{
color:#1d93e4;
}
a, a:focus, a:hover {
outline: 0 none;
}
p {
line-height: ... | public/css/styles.css | body {
background-color: #f5f5f5;
color: #3c3c3c;
font: 300 14px open sans,sans-serif;
letter-spacing: 0.5px;
position: relative;
}
.greynum {
color: rgba(0, 0, 0, 0.36);
float: left;
line-height: 28px
}
a{
color:#232323;
}
a:hover{
color:#1d93e4;
}
a, a:focus, a:hover {
outline: 0 none;
}
p {
line-height: ... | 0.381335 | 0.089296 |
.headLink
{
width:130px;
height:80px;
text-align:center;
color:#ccc;
font-size:18px;
font-family:'Open Sans', verdana;
padding-top:22px;
cursor:pointer;
display:inline-block;
}
.logo
{
text-align:center;
color:#ccc;
font-size:18px;
font-family:'Open Sans', verdana;
cursor:pointer;
di... | css/style.css | .headLink
{
width:130px;
height:80px;
text-align:center;
color:#ccc;
font-size:18px;
font-family:'Open Sans', verdana;
padding-top:22px;
cursor:pointer;
display:inline-block;
}
.logo
{
text-align:center;
color:#ccc;
font-size:18px;
font-family:'Open Sans', verdana;
cursor:pointer;
di... | 0.195594 | 0.037222 |
.btn-full {
width: 100%;
}
/* roundeded */
.btn-rounded,
.btn-lg.btn-rounded {
border-radius: 50px;
}
.btn-sm.btn-rounded {
border-radius: 25px;
}
/* Shadow */
.btn-shadow {
position: relative;
outline: none;
border: none;
-webkit-appearance: none;
-webkit-tap-highlight-color: transparent;
... | public/assetsuser/css/button.css | .btn-full {
width: 100%;
}
/* roundeded */
.btn-rounded,
.btn-lg.btn-rounded {
border-radius: 50px;
}
.btn-sm.btn-rounded {
border-radius: 25px;
}
/* Shadow */
.btn-shadow {
position: relative;
outline: none;
border: none;
-webkit-appearance: none;
-webkit-tap-highlight-color: transparent;
... | 0.364551 | 0.04982 |
@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Dancing+Script|Rock+Salt&display=swap');
/*Color Palette
#9b262a - RED
#d56f69 - LIGHT CORAL
#ce4b51 - DARK CORAL
#304a95 - BLUE
#353435 - DARK GRAY
#e4e5e5 - LIGHT GRAY
*/
:root {
/*
--blue: #007bff;
--indigo: #6610f2;... | builds/css/style.css | @charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Dancing+Script|Rock+Salt&display=swap');
/*Color Palette
#9b262a - RED
#d56f69 - LIGHT CORAL
#ce4b51 - DARK CORAL
#304a95 - BLUE
#353435 - DARK GRAY
#e4e5e5 - LIGHT GRAY
*/
:root {
/*
--blue: #007bff;
--indigo: #6610f2;... | 0.336985 | 0.068662 |
body {
font-family: 'Fira Sans', sans-serif;
font-size: 2vw;
}
.main {
margin-top: 20px;
padding-top: 10px;
margin-bottom: 80px;
}
.navbar-inverse .navbar-brand {
color: #FAFAFA;
}
.navbar-inverse .navbar-right ul>li a {
color: #BDBDBD;
}
.title {
margin: 40px;
margin-bottom: 0px;
font-size: 40... | css/style.css | body {
font-family: 'Fira Sans', sans-serif;
font-size: 2vw;
}
.main {
margin-top: 20px;
padding-top: 10px;
margin-bottom: 80px;
}
.navbar-inverse .navbar-brand {
color: #FAFAFA;
}
.navbar-inverse .navbar-right ul>li a {
color: #BDBDBD;
}
.title {
margin: 40px;
margin-bottom: 0px;
font-size: 40... | 0.471223 | 0.092278 |
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans|Oxanium&display=swap');
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
/* svg{
margin: 0;
padding: 0;
} */
.start svg{
pointer-events: none;
}
.start{
background: url("/svg/back.svg") no-repeat;
object-fit: cover;... | public/css/home_css.css | @import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans|Oxanium&display=swap');
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
/* svg{
margin: 0;
padding: 0;
} */
.start svg{
pointer-events: none;
}
.start{
background: url("/svg/back.svg") no-repeat;
object-fit: cover;... | 0.280222 | 0.077483 |
MAIN
------------------------------*/
html,
body {
height:100%;
}
body {
font-family:'Open Sans', sans-serif;
padding-top:50px;
background-color:#F0F0F0;
}
.show2 {
display:inline-block!important;
}
.hidden {
display:none!important;
visibility:hidden!important;
}
a {
color:#1EB5C3;
}
a:hover {
color:#0... | web/documentation/assets/css/custom.css | MAIN
------------------------------*/
html,
body {
height:100%;
}
body {
font-family:'Open Sans', sans-serif;
padding-top:50px;
background-color:#F0F0F0;
}
.show2 {
display:inline-block!important;
}
.hidden {
display:none!important;
visibility:hidden!important;
}
a {
color:#1EB5C3;
}
a:hover {
color:#0... | 0.137706 | 0.04365 |
* {
margin:0;
padding:0;
}
body {
font-size:16px;
font-family: "Roboto","Helvetica Nue","Arial",sans-serif;
background:#c2cacf;
transition:all 1.2s;
}
body.powerOn {
background: #c2cacf radial-gradient(ellipse at top center, #f1f4f5 0%, #c2cacf 75%) no-repeat;
}
#errorMsg {
font-size:... | css/style.css | * {
margin:0;
padding:0;
}
body {
font-size:16px;
font-family: "Roboto","Helvetica Nue","Arial",sans-serif;
background:#c2cacf;
transition:all 1.2s;
}
body.powerOn {
background: #c2cacf radial-gradient(ellipse at top center, #f1f4f5 0%, #c2cacf 75%) no-repeat;
}
#errorMsg {
font-size:... | 0.337859 | 0.095518 |
.u-section-1 .u-sheet-1 {min-height: 349px}
.u-section-1 .u-layout-wrap-1 {margin: 38px auto 60px 0}
.u-section-1 .u-layout-cell-1 {min-height: 484px; animation-duration: 1000ms}
.u-section-1 .u-container-layout-1 {padding: 0}
.u-section-1 .u-group-1 {min-height: 482px; height: auto; width: 432px; margin: 0 0 0 auto}
.... | public/css/Details-Projets.css | .u-section-1 .u-sheet-1 {min-height: 349px}
.u-section-1 .u-layout-wrap-1 {margin: 38px auto 60px 0}
.u-section-1 .u-layout-cell-1 {min-height: 484px; animation-duration: 1000ms}
.u-section-1 .u-container-layout-1 {padding: 0}
.u-section-1 .u-group-1 {min-height: 482px; height: auto; width: 432px; margin: 0 0 0 auto}
.... | 0.313 | 0.094093 |
.login__layoutWrap {
height: 100vh;
width: 100%;
display: flex;
}
.login__columnLeft {
width: 50%;
background-color: var(--blue);
color: var(--white);
position: relative;
overflow: hidden;
}
.login__contentColumnLeft {
position: absolute;
width:420px;
top: 50%;
left: 50%;
transform: translate(... | src/styles/login.css | .login__layoutWrap {
height: 100vh;
width: 100%;
display: flex;
}
.login__columnLeft {
width: 50%;
background-color: var(--blue);
color: var(--white);
position: relative;
overflow: hidden;
}
.login__contentColumnLeft {
position: absolute;
width:420px;
top: 50%;
left: 50%;
transform: translate(... | 0.412885 | 0.068537 |
.section-header {
margin-bottom: 40px;
position: relative;
z-index: 11; }
.section-header .brand-logo {
padding-left: 50px;
font-size: 20px;
text-align: left;
width: 100%; }
.header-icon-reload {
position: absolute;
top: 13px;
left: 15px;
cursor: pointer;
opacity: .3;
transform: rot... | css/styles.css | .section-header {
margin-bottom: 40px;
position: relative;
z-index: 11; }
.section-header .brand-logo {
padding-left: 50px;
font-size: 20px;
text-align: left;
width: 100%; }
.header-icon-reload {
position: absolute;
top: 13px;
left: 15px;
cursor: pointer;
opacity: .3;
transform: rot... | 0.427277 | 0.065247 |
@-moz-document url-prefix("https://www.w3schools.com/") {
.w3-border-green, .w3-hover-border-green:hover {
border-color: #3003d2!important;
}
.w3schools-logo .dotcom {
color: #514caf;
}
.w3-green, .w3-hover-green {
color: #fff!important;
background-color: #2c09ab!important;
}
.w3-white,... | data/usercss/173776.user.css | @-moz-document url-prefix("https://www.w3schools.com/") {
.w3-border-green, .w3-hover-border-green:hover {
border-color: #3003d2!important;
}
.w3schools-logo .dotcom {
color: #514caf;
}
.w3-green, .w3-hover-green {
color: #fff!important;
background-color: #2c09ab!important;
}
.w3-white,... | 0.316581 | 0.067608 |
@charset "utf-8";
html {
font-size: 1rem;
}
body,
body.modal-open {
padding-right: 0!important
}
body {
background-color: #fffcf3!important;
width: 100%;
min-height: 100%;
margin: 0
}
a {
text-decoration: none!important
}
.m50 {
margin-top: 50px
}
.bs-slider {
overflow: hidden;
... | public/assets/css/global.css | @charset "utf-8";
html {
font-size: 1rem;
}
body,
body.modal-open {
padding-right: 0!important
}
body {
background-color: #fffcf3!important;
width: 100%;
min-height: 100%;
margin: 0
}
a {
text-decoration: none!important
}
.m50 {
margin-top: 50px
}
.bs-slider {
overflow: hidden;
... | 0.475118 | 0.067608 |
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap");
.primary-text, h5 a, h2 { font-family: 'Roboto Condensed', sans-serif; font-size: 1rem; }
.secondary-text, h6 { font-family: Arial, Helvetica, sans-serif; }
.bg-red { background-color: #f72210; }
.bg-yellow { background-c... | css/style.css | @import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap");
.primary-text, h5 a, h2 { font-family: 'Roboto Condensed', sans-serif; font-size: 1rem; }
.secondary-text, h6 { font-family: Arial, Helvetica, sans-serif; }
.bg-red { background-color: #f72210; }
.bg-yellow { background-c... | 0.604516 | 0.214321 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
@font-face {
font-family: 'Bayou Cowboy Regular';
src: url(/fonte/bayoc___-webfont.woff2) format('woff2'),
url(/fonte/bayoc___-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
}
body {
font-family: 'Cali... | wwwroot/css/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
@font-face {
font-family: 'Bayou Cowboy Regular';
src: url(/fonte/bayoc___-webfont.woff2) format('woff2'),
url(/fonte/bayoc___-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
}
body {
font-family: 'Cali... | 0.435661 | 0.142291 |
@font-face {
font-family: lato;
src: url(Lato-Regular.ttf);
}
@font-face {
font-family: lato;
src: url(Lato-Bold.ttf);
font-weight: bold;
}
@font-face {
font-family: lato;
src: url(Lato-Italic.ttf);
font-style: italic;
}
@font-face {
font-family: lato-black;
src: url(Lato-#F2E... | layout.css | @font-face {
font-family: lato;
src: url(Lato-Regular.ttf);
}
@font-face {
font-family: lato;
src: url(Lato-Bold.ttf);
font-weight: bold;
}
@font-face {
font-family: lato;
src: url(Lato-Italic.ttf);
font-style: italic;
}
@font-face {
font-family: lato-black;
src: url(Lato-#F2E... | 0.354545 | 0.085786 |
html {
width: 100%;
height: 100%;
}
body {
margin: 0;
padding: 0;
width: 100%;
height: 100vh;
font-family: sans-serif;
background-color: black;
overflow-x: hidden;
box-sizing: border-box;
display: flex;
flex-direction: column;
}
div.App {
display: flex;
flex-direction: column;
width: 100vw;
height: 10... | client/src/index.css | html {
width: 100%;
height: 100%;
}
body {
margin: 0;
padding: 0;
width: 100%;
height: 100vh;
font-family: sans-serif;
background-color: black;
overflow-x: hidden;
box-sizing: border-box;
display: flex;
flex-direction: column;
}
div.App {
display: flex;
flex-direction: column;
width: 100vw;
height: 10... | 0.356783 | 0.078254 |
@font-face{
font-family: maisonneue;
src: url(assets/fonts/MaisonNeueMono.otf) format('truetype') font-weight-mono,
url(assets/fonts/MaisonNeueMonoItalic.otf) format('truetype') font-weight-mono font-style-italic,
url(assets/fonts/MaisonNeueLight.otf) format('truetype') font-weight-light,
... | assets/css/styles.css | @font-face{
font-family: maisonneue;
src: url(assets/fonts/MaisonNeueMono.otf) format('truetype') font-weight-mono,
url(assets/fonts/MaisonNeueMonoItalic.otf) format('truetype') font-weight-mono font-style-italic,
url(assets/fonts/MaisonNeueLight.otf) format('truetype') font-weight-light,
... | 0.329715 | 0.071009 |
@import '../../../static/styles/variables.css';
.analyticContainer {
width: 100vw;
height: 100vh;
min-height: $minHeightScreen;
max-height: $maxHeightSceen;
position: relative;
background: linear-gradient(rgba(0, 0, 0, 1), #003c40, #003c40, rgba(0, 0, 0, 1));
contain: paint;
.textContainer {
text-a... | components/landing/3storage/repository.css | @import '../../../static/styles/variables.css';
.analyticContainer {
width: 100vw;
height: 100vh;
min-height: $minHeightScreen;
max-height: $maxHeightSceen;
position: relative;
background: linear-gradient(rgba(0, 0, 0, 1), #003c40, #003c40, rgba(0, 0, 0, 1));
contain: paint;
.textContainer {
text-a... | 0.648244 | 0.071721 |
The "My Porto" HTML5 Template
File: CSS Base
Version: ----
Last change: ----
Author: ----
-------------------------------------------------- */
/* --------------------------------------------------
* 1 = fonts load
* 2 = global area
* 3 = fixed-left/right side body
* 4 = home (index page... | assets/css/style.css | The "My Porto" HTML5 Template
File: CSS Base
Version: ----
Last change: ----
Author: ----
-------------------------------------------------- */
/* --------------------------------------------------
* 1 = fonts load
* 2 = global area
* 3 = fixed-left/right side body
* 4 = home (index page... | 0.219254 | 0.076891 |
nav{
font-family: 'Share Tech Mono', monospace;
margin: 0 auto ;
padding: 10px;
}
/*Tech Blog Text in nav bar*/
.navbar-brand{
font-size: 10vh;
}
/*reverting bootstrap css*/
.navbar-collapse{
flex-grow: 0 !important;
}
/*styling the nav bar options*/
.styledNav{
bottom: 0px;
right:0px;
f... | public/style/style.css | nav{
font-family: 'Share Tech Mono', monospace;
margin: 0 auto ;
padding: 10px;
}
/*Tech Blog Text in nav bar*/
.navbar-brand{
font-size: 10vh;
}
/*reverting bootstrap css*/
.navbar-collapse{
flex-grow: 0 !important;
}
/*styling the nav bar options*/
.styledNav{
bottom: 0px;
right:0px;
f... | 0.250638 | 0.049359 |
@import url('https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css');
@import url('https://fonts.googleapis.com/earlyaccess/nanumbrushscript.css');
@import url('https://fonts.googleapis.com/earlyaccess/nanumpenscript.css');
html, body, h1, h2, h3, h4, h5, h6, li, p {font-family:'Spoqa Han Sans';}
.rema... | docs/custom.css | @import url('https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css');
@import url('https://fonts.googleapis.com/earlyaccess/nanumbrushscript.css');
@import url('https://fonts.googleapis.com/earlyaccess/nanumpenscript.css');
html, body, h1, h2, h3, h4, h5, h6, li, p {font-family:'Spoqa Han Sans';}
.rema... | 0.383064 | 0.087447 |
* {
margin: 0;
padding: 0;
list-style: none;
}
img.bg {
min-width: 1024px;
min-height: 100%;
width: 100%;
height: auto!important;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 50;
}
@media screen and (max-width: 1024px) {
img.bg {
left: 50%;
... | css/two-page.css | * {
margin: 0;
padding: 0;
list-style: none;
}
img.bg {
min-width: 1024px;
min-height: 100%;
width: 100%;
height: auto!important;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 50;
}
@media screen and (max-width: 1024px) {
img.bg {
left: 50%;
... | 0.491212 | 0.135632 |
body, .navbar{padding:0px; margin: 0px; font-family: 'Oswald', sans-serif;overflow-x: hidden;}
h2, h3, h4, .skillsTxt{
text-shadow: -1.2px 0px 0 rgba(9, 241, 157, 1), 1.2px 0px 0 rgba(255, 5, 145, 1);
}
#contact, .contactSection{
background-color: #080808;
}
#contact a, #contact a:active{
text-decoration: n... | export/build/css/sc9port_v4.css | body, .navbar{padding:0px; margin: 0px; font-family: 'Oswald', sans-serif;overflow-x: hidden;}
h2, h3, h4, .skillsTxt{
text-shadow: -1.2px 0px 0 rgba(9, 241, 157, 1), 1.2px 0px 0 rgba(255, 5, 145, 1);
}
#contact, .contactSection{
background-color: #080808;
}
#contact a, #contact a:active{
text-decoration: n... | 0.188324 | 0.070656 |
@import "https://fonts.googleapis.com/css?family=Alegreya+Sans:400,500";
.game-title {
font-weight: 900;
margin-top: 30px;
margin-bottom: 30px;
}
.game-play {
/* border-radius: 5%; */
/* width: 960px;
height: 540px; */
width: 62vw;
height: 34.875vw;
/* background-color: black; */
margin-left: auto... | frontend/src/styles/gameDesc.css | @import "https://fonts.googleapis.com/css?family=Alegreya+Sans:400,500";
.game-title {
font-weight: 900;
margin-top: 30px;
margin-bottom: 30px;
}
.game-play {
/* border-radius: 5%; */
/* width: 960px;
height: 540px; */
width: 62vw;
height: 34.875vw;
/* background-color: black; */
margin-left: auto... | 0.463444 | 0.099208 |
html{
scroll-behavior: smooth;
}
.landing{
background-image: url('images/backgrounds/s_image.jpg');
background-position: center;
background-size: cover;
text-align: center;
color: white;
padding-top: 25%;
padding-bottom: 5%;
font-family: 'Times New Roman', Times, serif;
}
.landing h1{
padding: 3px;
... | css/styles.css | html{
scroll-behavior: smooth;
}
.landing{
background-image: url('images/backgrounds/s_image.jpg');
background-position: center;
background-size: cover;
text-align: center;
color: white;
padding-top: 25%;
padding-bottom: 5%;
font-family: 'Times New Roman', Times, serif;
}
.landing h1{
padding: 3px;
... | 0.418935 | 0.057865 |
:root {
--theme-orange: #f4bf75;
--theme-green: #b5e853;
--theme-light-blue: #63c0f5;
--theme-purple: #aa759f;
--theme-brown: #d28445;
--theme-grey: #c0c0c0;
}
/* Set the background to a light black */
body {
background: #151515;
}
/* Here we set the default font settings for the page. */
* {
font-fam... | files/theme.css | :root {
--theme-orange: #f4bf75;
--theme-green: #b5e853;
--theme-light-blue: #63c0f5;
--theme-purple: #aa759f;
--theme-brown: #d28445;
--theme-grey: #c0c0c0;
}
/* Set the background to a light black */
body {
background: #151515;
}
/* Here we set the default font settings for the page. */
* {
font-fam... | 0.435902 | 0.143038 |
.App {
font-family: sans-serif;
position: relative;
font-size: 20px;
margin: 0;
height: inherit;
}
.fontSize {
font-size: 0.9rem;
}
/* For Cartbar from NoCartPage */
.slideUp {
transition: all 0.3s ease-in-out;
animation-duration: 0.3s;
animation-timing-function: ease-in;
}
.slideUp:hover {
transf... | client/src/App.css | .App {
font-family: sans-serif;
position: relative;
font-size: 20px;
margin: 0;
height: inherit;
}
.fontSize {
font-size: 0.9rem;
}
/* For Cartbar from NoCartPage */
.slideUp {
transition: all 0.3s ease-in-out;
animation-duration: 0.3s;
animation-timing-function: ease-in;
}
.slideUp:hover {
transf... | 0.552057 | 0.095139 |
html, body {
width: 100%;
height: 100%;
}
input[type=number] {
width: 96px;
padding: 5px 5px;
margin: 8px 0;
box-sizing: border-box;
}
.body {
font-family: Tahoma;
font-size: .850em;
background-color: #e7e7e7;
background-image: url('https://static.webshopapp.com/shops/020277/files/0560... | template/css/style.css | html, body {
width: 100%;
height: 100%;
}
input[type=number] {
width: 96px;
padding: 5px 5px;
margin: 8px 0;
box-sizing: border-box;
}
.body {
font-family: Tahoma;
font-size: .850em;
background-color: #e7e7e7;
background-image: url('https://static.webshopapp.com/shops/020277/files/0560... | 0.327453 | 0.06832 |
.navbar-logo{
display: inline-block;
margin-right: 5px;
}
.navbar-logo img {
width: 38px;
}
/* user navigation */
.navbar-nav > li > a.username {
text-transform: capitalize;
position: relative;
padding: 10px 30px 10px 10px;
}
nav .username .role {
text-transform: uppercase;
font-size: 8px;
line-height:... | crowdataapp/static/crowdataapp/css/crowdataapp.css | .navbar-logo{
display: inline-block;
margin-right: 5px;
}
.navbar-logo img {
width: 38px;
}
/* user navigation */
.navbar-nav > li > a.username {
text-transform: capitalize;
position: relative;
padding: 10px 30px 10px 10px;
}
nav .username .role {
text-transform: uppercase;
font-size: 8px;
line-height:... | 0.378574 | 0.077938 |
::-webkit-scrollbar {
width: 16px;
height: 16px;
}
::-webkit-scrollbar-track {
background-image: var(--img-scrollbar-bg);
background-size: 2px 2px;
image-rendering: pixelated;
}
::-webkit-scrollbar-track:active {
background-image: var(--img-scrollbar-bg-active);
}
::-webkit-scrollbar-thumb {
/* @includ... | src/ui/scrollbars.css | ::-webkit-scrollbar {
width: 16px;
height: 16px;
}
::-webkit-scrollbar-track {
background-image: var(--img-scrollbar-bg);
background-size: 2px 2px;
image-rendering: pixelated;
}
::-webkit-scrollbar-track:active {
background-image: var(--img-scrollbar-bg-active);
}
::-webkit-scrollbar-thumb {
/* @includ... | 0.332635 | 0.051942 |
HTML5 CSS Reset by Eric Meyer
http://meyerweb.com/eric/tools/css/reset/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt,... | comatose/style.css |
HTML5 CSS Reset by Eric Meyer
http://meyerweb.com/eric/tools/css/reset/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt,... | 0.403097 | 0.066448 |
:root {
--clr-primary-violet: hsl(263, 55%, 52%);
--clr-primary-gray-blue: hsl(217, 19%, 35%);
--clr-primary-black-blue: hsl(219, 29%, 14%);
--clr-primary-white: hsl(0, 0%, 100%);
--clr-neutral-gray: hsl(0, 0%, 81%);
--clr-neutral-blue: hsl(210, 46%, 95%);
--ff-primary: "Barlow Semi Condensed";
--fs-bod... | styles.css/app.css | :root {
--clr-primary-violet: hsl(263, 55%, 52%);
--clr-primary-gray-blue: hsl(217, 19%, 35%);
--clr-primary-black-blue: hsl(219, 29%, 14%);
--clr-primary-white: hsl(0, 0%, 100%);
--clr-neutral-gray: hsl(0, 0%, 81%);
--clr-neutral-blue: hsl(210, 46%, 95%);
--ff-primary: "Barlow Semi Condensed";
--fs-bod... | 0.5083 | 0.165897 |
1. landing page
2. admin login panel
3. admin homepage
4. 1st branch of Admin
5. registration page
6. Regestration success + adding admin successfully
7. user home starts
8. places didn't visit page
9. booking panel (user)
10. user booked (admin panel)
11. add new info of places
12. edit info admin panel starts + plac... | public/css/style.css |
1. landing page
2. admin login panel
3. admin homepage
4. 1st branch of Admin
5. registration page
6. Regestration success + adding admin successfully
7. user home starts
8. places didn't visit page
9. booking panel (user)
10. user booked (admin panel)
11. add new info of places
12. edit info admin panel starts + plac... | 0.229535 | 0.058723 |
:root {
--light-blue: hsla(195, 55%, 98%, 1);
--monospace: Fira Code, Fira Mono, Menlo, Inconsolata, consolas, monospace;
--code-bg: #F3F3F3;
--border-color: #EEE;
--content-width: 768px;
--primary0: hsl(232, 59%, 58%);
/* TODO when needed */
--primary1: hsl();
--primary2: hsl();
--grey0: hsl(214,... | static/css/common.css | :root {
--light-blue: hsla(195, 55%, 98%, 1);
--monospace: Fira Code, Fira Mono, Menlo, Inconsolata, consolas, monospace;
--code-bg: #F3F3F3;
--border-color: #EEE;
--content-width: 768px;
--primary0: hsl(232, 59%, 58%);
/* TODO when needed */
--primary1: hsl();
--primary2: hsl();
--grey0: hsl(214,... | 0.348645 | 0.167695 |
.shop {
padding: 90px 0 0 0;
width: 100%;
height: 678px;
}
.all {
margin-bottom: 40px;
}
.page {
font-size: 24px;
margin: 30px 0 30px 0;
background: url('../images/title_border.gif') repeat-x 0 12px;
color: #888;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: lighter;
height: 23p... | ZhangYu/LOUBOUTINWORLD/css/addcss.css | .shop {
padding: 90px 0 0 0;
width: 100%;
height: 678px;
}
.all {
margin-bottom: 40px;
}
.page {
font-size: 24px;
margin: 30px 0 30px 0;
background: url('../images/title_border.gif') repeat-x 0 12px;
color: #888;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: lighter;
height: 23p... | 0.33644 | 0.104523 |
----------------------------------------------------------------------- */
/*Theme Name:HR_ADVISORDescription:Hover styles for all theme elements (menus,buttons,inputs,etc.)*/
.menu_main_nav>li#blob {
position: absolute;
top: 0;
z-index: 1;
opacity: 0;
-webkit-transition: all 500ms cubic-bezier(0.1... | public/css/styles.css | ----------------------------------------------------------------------- */
/*Theme Name:HR_ADVISORDescription:Hover styles for all theme elements (menus,buttons,inputs,etc.)*/
.menu_main_nav>li#blob {
position: absolute;
top: 0;
z-index: 1;
opacity: 0;
-webkit-transition: all 500ms cubic-bezier(0.1... | 0.42656 | 0.047426 |
.background_glossySalmon7,
.hover_background_glossySalmon7:hover,
.active_background_glossySalmon7:active:hover {
background: #a11606;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -... | widgets/common/assets/gradients/glossy/glossySalmon/glossySalmon7.css | .background_glossySalmon7,
.hover_background_glossySalmon7:hover,
.active_background_glossySalmon7:active:hover {
background: #a11606;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -... | 0.457137 | 0.068351 |
body {
font-family: "Comic Sans MS", "Comic Sans", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding-top: 50px; }
/* line 8, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */
.container {
box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
border-radius: 20p... | 2000/css/styles.css | body {
font-family: "Comic Sans MS", "Comic Sans", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding-top: 50px; }
/* line 8, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */
.container {
box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
border-radius: 20p... | 0.296858 | 0.045353 |
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure... | mobile/css/style.css | html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure... | 0.255158 | 0.061763 |
.banner {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
min-width: 100%;
}
.save_edit, .undo_edit, .move_task, .description, .edit_task, .delete_task {
cursor: pointer;
}
.completed {text-decoration: line-through;}
.description { padding-left:8px }
.tas... | views/css/main.css | .banner {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
min-width: 100%;
}
.save_edit, .undo_edit, .move_task, .description, .edit_task, .delete_task {
cursor: pointer;
}
.completed {text-decoration: line-through;}
.description { padding-left:8px }
.tas... | 0.442637 | 0.141578 |
@import "comments-component.css";
/* This file must (for no good reason) be manually deployed at www.uio.no/vrtx/css */
/* START include:uri-menu style=[vrtx-vertical-menu] */
ul.vrtx-vertical-menu {
padding: 0;
margin: 0;
list-style-type: none;
border-bottom: 1px solid #ccc; /*for IE */
}
* html ul.vrtx-v... | src/main/resources/web/themes/default/view-components.css | @import "comments-component.css";
/* This file must (for no good reason) be manually deployed at www.uio.no/vrtx/css */
/* START include:uri-menu style=[vrtx-vertical-menu] */
ul.vrtx-vertical-menu {
padding: 0;
margin: 0;
list-style-type: none;
border-bottom: 1px solid #ccc; /*for IE */
}
* html ul.vrtx-v... | 0.123089 | 0.040617 |
.mainContainer {
display: inline-block;
margin-top: 70px;
}
fieldset {
border-style: solid;
border-radius: 8px;
border-color: white;
padding: 2px 10px;
width: 50%;
min-width: 0;
}
.formulaireSection {
background-image: url('../img/img_contact3.jpg');
display: flex;
background-s... | styles/page_contact.css |
.mainContainer {
display: inline-block;
margin-top: 70px;
}
fieldset {
border-style: solid;
border-radius: 8px;
border-color: white;
padding: 2px 10px;
width: 50%;
min-width: 0;
}
.formulaireSection {
background-image: url('../img/img_contact3.jpg');
display: flex;
background-s... | 0.510741 | 0.158989 |
@font-face {
font-family: Roboto;
src: local("Roboto Light"), local("Roboto-Light"),
url(../font/roboto/Robotolight.woff2) format("woff2"),
url(../font/roboto/Robotolight.woff) format("woff");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: Roboto;
src: local("Roboto"), local("Robo... | src/css/gadget-page.css | @font-face {
font-family: Roboto;
src: local("Roboto Light"), local("Roboto-Light"),
url(../font/roboto/Robotolight.woff2) format("woff2"),
url(../font/roboto/Robotolight.woff) format("woff");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: Roboto;
src: local("Roboto"), local("Robo... | 0.24599 | 0.073198 |
body {
margin: 0;
display: flex;
flex-direction: column;
box-sizing: border-box;
font-family: 'Press Start 2P', cursive;
background: #222;
}
header,
main,
footer {
margin: 0 auto;
width: 900px;
}
header {
background: #FFD1C6;
height: 25vh;
justify-content: space-between;
color: #222;
display... | projects/slot-machine/css/main.css | body {
margin: 0;
display: flex;
flex-direction: column;
box-sizing: border-box;
font-family: 'Press Start 2P', cursive;
background: #222;
}
header,
main,
footer {
margin: 0 auto;
width: 900px;
}
header {
background: #FFD1C6;
height: 25vh;
justify-content: space-between;
color: #222;
display... | 0.324342 | 0.065425 |
body { background-color:white; width:100%; margin-left:20px; }
a,input,button,textarea,select { margin:0; padding:0;}
td, table, th, tr { margin: 0px; padding: 0px; }
h1, h2, h3, h4, h5, p,body, div, td, th {
font-family: Verdana, Arial, sans-serif;
font-weight: normal;
vertical-align:top;
text-align:left;
... | docs/css/testreport.css | body { background-color:white; width:100%; margin-left:20px; }
a,input,button,textarea,select { margin:0; padding:0;}
td, table, th, tr { margin: 0px; padding: 0px; }
h1, h2, h3, h4, h5, p,body, div, td, th {
font-family: Verdana, Arial, sans-serif;
font-weight: normal;
vertical-align:top;
text-align:left;
... | 0.45423 | 0.156266 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, ... | unit1-index.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, ... | 0.403567 | 0.086401 |
.um-content {
padding: 10px 20px;
}
.um-content .custom-urls-header {
height: 32px;
padding: 10px;
background: #e5e5e5;
}
.um-content .custom-urls-header div {
margin: 0;
float: left;
}
.um-content .custom-urls-header a.dnnSecondaryAction {
float: right;
}
.um-content .system-generated-... | DesktopModules/Admin/UrlManagement/PageSettings.css | .um-content {
padding: 10px 20px;
}
.um-content .custom-urls-header {
height: 32px;
padding: 10px;
background: #e5e5e5;
}
.um-content .custom-urls-header div {
margin: 0;
float: left;
}
.um-content .custom-urls-header a.dnnSecondaryAction {
float: right;
}
.um-content .system-generated-... | 0.495606 | 0.068009 |
html,
body {
height: 100%;
overflow: hidden;
}
body{
min-width:1200px;
}
.positionRight{
height:390px;
position: fixed;
right:20px;
top:50%;
margin-top:-193px;
z-index: 100;
}
.positionRight p{
margin-left: 54px;
cursor: pointer;
}
.positionRight ul{
margin: 10px 0 16px;
}
.positionRight ul li a{
display: ... | public/Home/css/index/about/aboutcmrc.css | html,
body {
height: 100%;
overflow: hidden;
}
body{
min-width:1200px;
}
.positionRight{
height:390px;
position: fixed;
right:20px;
top:50%;
margin-top:-193px;
z-index: 100;
}
.positionRight p{
margin-left: 54px;
cursor: pointer;
}
.positionRight ul{
margin: 10px 0 16px;
}
.positionRight ul li a{
display: ... | 0.373076 | 0.065217 |
.cm-s-jcu-light.CodeMirror { background: #f5f5f5; color: #202020; }
.cm-s-jcu-light div.CodeMirror-selected { background: #e0e0e0; }
.cm-s-jcu-light .CodeMirror-line::selection, .cm-s-jcu-light .CodeMirror-line > span::selection, .cm-s-jcu-light .CodeMirror-line > span > span::selection { background: #e0e0e0; }
.cm-s-j... | styleguide/components/jcu-light.css | .cm-s-jcu-light.CodeMirror { background: #f5f5f5; color: #202020; }
.cm-s-jcu-light div.CodeMirror-selected { background: #e0e0e0; }
.cm-s-jcu-light .CodeMirror-line::selection, .cm-s-jcu-light .CodeMirror-line > span::selection, .cm-s-jcu-light .CodeMirror-line > span > span::selection { background: #e0e0e0; }
.cm-s-j... | 0.570571 | 0.116563 |
:root {
--primaryColor: #0B223F;
--secondaryColor: #45C7FF;
--font: #fff;
--dividerColor: #D5D8DE;
}
body {
font-family: 'Poppins', sans-serif;
font-weight: 500;
background-color: #F2F2F2;
}
.card,
.collapsible {
box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1) !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {... | css/style.css | :root {
--primaryColor: #0B223F;
--secondaryColor: #45C7FF;
--font: #fff;
--dividerColor: #D5D8DE;
}
body {
font-family: 'Poppins', sans-serif;
font-weight: 500;
background-color: #F2F2F2;
}
.card,
.collapsible {
box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1) !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {... | 0.400163 | 0.120284 |
@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:800,700,400);
@import url(http://fonts.googleapis.com/css?family=Signika:400,600);
/* Reset
---------------------------------*/
ul {
list-style: none;
}
.figure {
margin: 0px;
}
img {
max-width: 100%;
}
a, a:hover, a:active {
... | public/inc/css/style.css | @charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:800,700,400);
@import url(http://fonts.googleapis.com/css?family=Signika:400,600);
/* Reset
---------------------------------*/
ul {
list-style: none;
}
.figure {
margin: 0px;
}
img {
max-width: 100%;
}
a, a:hover, a:active {
... | 0.362292 | 0.063657 |
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Roboto+Mono:wght@300&display=swap');
:root{
--white: #ffffff;
--dark-grey: #DFDFDF;
--easy-gold: #E6DACA;
--mid-gold: #ffefd1;
--easy-grey: #4A4A4A;
--red-maroon: #681619;
--easy-gold: #e3c998;
}
body{
background-color: var(--d... | public/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Roboto+Mono:wght@300&display=swap');
:root{
--white: #ffffff;
--dark-grey: #DFDFDF;
--easy-gold: #E6DACA;
--mid-gold: #ffefd1;
--easy-grey: #4A4A4A;
--red-maroon: #681619;
--easy-gold: #e3c998;
}
body{
background-color: var(--d... | 0.344885 | 0.06804 |
.home .banner-wrap {
position: relative;
}
.home .banner-wrap .banner-mark {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
background-color: rgba(39, 45, 101, 0.7);
}
.home .banner-wrap .banner-content {
top: 18%;
position: absolute;
width: 80%;
left: 50%;
margin-left: -40%;
}
.home .banner-wrap .ba... | src/html/style/home.css | .home .banner-wrap {
position: relative;
}
.home .banner-wrap .banner-mark {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
background-color: rgba(39, 45, 101, 0.7);
}
.home .banner-wrap .banner-content {
top: 18%;
position: absolute;
width: 80%;
left: 50%;
margin-left: -40%;
}
.home .banner-wrap .ba... | 0.310904 | 0.061933 |
html{
font-family: 'Roboto', sans-serif;
margin: 0px;
}
body{
margin: 0px;
}
.bg-image{
box-sizing: border-box;
/* background-image: url("Images/indexBackground.jpg"); */
filter: blur(8px);
-webkit-filter: blur(8px);
height: 100vh;
background-position: center;
background-repea... | public/css/search.css | html{
font-family: 'Roboto', sans-serif;
margin: 0px;
}
body{
margin: 0px;
}
.bg-image{
box-sizing: border-box;
/* background-image: url("Images/indexBackground.jpg"); */
filter: blur(8px);
-webkit-filter: blur(8px);
height: 100vh;
background-position: center;
background-repea... | 0.492188 | 0.094803 |
.login-container {
width: 100%;
background: var(--color-background);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 4rem;
}
.login-container form{
width: 80%;
}
.login-container form fieldset{
border: 0;
}
.login-container form fields... | web/src/pages/SignIn/styles.css | .login-container {
width: 100%;
background: var(--color-background);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 4rem;
}
.login-container form{
width: 80%;
}
.login-container form fieldset{
border: 0;
}
.login-container form fields... | 0.365683 | 0.107766 |
box-sizing: border-box;
font-family: sans-serif; }*/
/* line 6, D:/Temp/github/swipeslider/style.scss */
/*html, body {
height: 100%; }*/
/* line 10, D:/Temp/github/swipeslider/style.scss */
/*body {
margin: 0 auto;
background-color: #383843;
max-width: 640px;
color: #fff8eb; }*/
/* line 16, D:/Temp/gi... | public/home/css/swipeslider.css | box-sizing: border-box;
font-family: sans-serif; }*/
/* line 6, D:/Temp/github/swipeslider/style.scss */
/*html, body {
height: 100%; }*/
/* line 10, D:/Temp/github/swipeslider/style.scss */
/*body {
margin: 0 auto;
background-color: #383843;
max-width: 640px;
color: #fff8eb; }*/
/* line 16, D:/Temp/gi... | 0.184804 | 0.040693 |
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
... | style.css | * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
... | 0.370567 | 0.049336 |
* {
box-sizing: border-box;
}
body {
margin: 0 0 0;
font-family: 'PT Sans', sans-serif;
background-color: #c9c9c9;
font-weight: normal;
overflow: hidden;
}
.button_row {
position: absolute;
bottom: 150px;
}
.quit_button {
position: absolute;
bottom: 40px;
right: 40px;
}
button, input[type=submi... | app/themes/kuusipalaa/css/index.css | * {
box-sizing: border-box;
}
body {
margin: 0 0 0;
font-family: 'PT Sans', sans-serif;
background-color: #c9c9c9;
font-weight: normal;
overflow: hidden;
}
.button_row {
position: absolute;
bottom: 150px;
}
.quit_button {
position: absolute;
bottom: 40px;
right: 40px;
}
button, input[type=submi... | 0.402627 | 0.096834 |
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset
# Repeatable Patterns
# Elements
# Typography
# Responsive images
# Alignment
# Entry Content
# Attachments
# Widgets
# Galleries
# Text meant only for screen readers
---------------------------------------------------------... | SflStucco.Site/SflStucco.Site/Content/css/style.css | >>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset
# Repeatable Patterns
# Elements
# Typography
# Responsive images
# Alignment
# Entry Content
# Attachments
# Widgets
# Galleries
# Text meant only for screen readers
---------------------------------------------------------... | 0.431225 | 0.084191 |
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block}
mark, rp, rt, ruby, summary, time {display:inline}
/* Left & Right alignment */
.left {float:left}
.right {float:right}
.wrapper {wid... | public/css/styles.css | article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block}
mark, rp, rt, ruby, summary, time {display:inline}
/* Left & Right alignment */
.left {float:left}
.right {float:right}
.wrapper {wid... | 0.217919 | 0.087136 |
@CHARSET "UTF-8";
html, body {
height: 100%
}
/* Into index it is overwrite */
header {
padding-bottom: 100px;
}
h1 {
margin: 0;
margin-bottom: 20px;
}
.alert {
font-size: 16px;
}
.border-bottom {
border-bottom: solid 1px #CCC;
}
#wrap {
min-height: 80%;
}
footer {
padding: 50px;
}
footer .copyright {
... | src/main/webapp/css/stylesheet.css | @CHARSET "UTF-8";
html, body {
height: 100%
}
/* Into index it is overwrite */
header {
padding-bottom: 100px;
}
h1 {
margin: 0;
margin-bottom: 20px;
}
.alert {
font-size: 16px;
}
.border-bottom {
border-bottom: solid 1px #CCC;
}
#wrap {
min-height: 80%;
}
footer {
padding: 50px;
}
footer .copyright {
... | 0.277277 | 0.058993 |
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.... | public/web/style/custom.css | @-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.... | 0.367043 | 0.071689 |
.picker {
box-sizing: border-box;
display: flex;
flex-direction: column;
height: 10rem;
padding: 0px 8px;
position: relative;
width: 100%;
}
.hue-selector {
border-radius: 4px;
height: 1rem;
margin-top: 8px;
overflow: hidden;
position: relative;
width: 100%;
}
.hue-selector__bar {
padding:... | src/features/colorPicker/ColorPicker.css | .picker {
box-sizing: border-box;
display: flex;
flex-direction: column;
height: 10rem;
padding: 0px 8px;
position: relative;
width: 100%;
}
.hue-selector {
border-radius: 4px;
height: 1rem;
margin-top: 8px;
overflow: hidden;
position: relative;
width: 100%;
}
.hue-selector__bar {
padding:... | 0.596551 | 0.11304 |
:root {
font-family:Arial, Helvetica, sans-serif;
--primary: #05117a;
--secondary: #e61a1a;
--tertiary: #ffffff;
--grey: #999999;
}
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
body {
background-color: #d9DCD6;
}
header {
padding: 20px;
font-family: ‘Trebuchet MS’, ‘Lucida Sans U... | assets/css/style.css | :root {
font-family:Arial, Helvetica, sans-serif;
--primary: #05117a;
--secondary: #e61a1a;
--tertiary: #ffffff;
--grey: #999999;
}
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
body {
background-color: #d9DCD6;
}
header {
padding: 20px;
font-family: ‘Trebuchet MS’, ‘Lucida Sans U... | 0.434701 | 0.166337 |
.controls_section li .posts:before {
position: absolute !important;
height: 30px !important;
line-height: 28px !important;
width: 180px !important;
font: inherit !important;
}
a.posts div.hide_overflow{
visibility: hidden !important;
}
.controls_section li .posts:before {
content: "Noteboo... | data/usercss/99790.user.css | .controls_section li .posts:before {
position: absolute !important;
height: 30px !important;
line-height: 28px !important;
width: 180px !important;
font: inherit !important;
}
a.posts div.hide_overflow{
visibility: hidden !important;
}
.controls_section li .posts:before {
content: "Noteboo... | 0.36139 | 0.048564 |
@tailwind base;
html.light {
--bg: #fcfcfc;
--textNormal: #4a5568;
--textLink: #1a202c;
--project-card: #bdbdbd;
}
html.dark {
--bg: #141936;
--textNormal: #fff;
--textLink: #fff;
--project-card: #3546a8;
}
.background {
position: absolute;
display: block;
top: 0;
left: 0;
z-index: 0;
}
pre ... | src/styles/global.css | @tailwind base;
html.light {
--bg: #fcfcfc;
--textNormal: #4a5568;
--textLink: #1a202c;
--project-card: #bdbdbd;
}
html.dark {
--bg: #141936;
--textNormal: #fff;
--textLink: #fff;
--project-card: #3546a8;
}
.background {
position: absolute;
display: block;
top: 0;
left: 0;
z-index: 0;
}
pre ... | 0.438304 | 0.11326 |
max-width: 100%;
overflow-x: hidden;
position:relative;
}
body {
position: relative;
width: 1000px;
height:900px;
margin: 0px auto 10px auto;
}*/
/* Sticky footer styles
-------------------------------------------------- */
body {
height: 100%;
/* The html and body elements cannot have any paddi... | clustergrammer/static/css/custom_index.css | max-width: 100%;
overflow-x: hidden;
position:relative;
}
body {
position: relative;
width: 1000px;
height:900px;
margin: 0px auto 10px auto;
}*/
/* Sticky footer styles
-------------------------------------------------- */
body {
height: 100%;
/* The html and body elements cannot have any paddi... | 0.26923 | 0.039788 |
.u-section-1 {
background-image: none;
min-height: 826px;
}
.u-section-1 .u-layout-wrap-1 {
width: calc(((100% - 1140px) / 2) + 1140px);
margin: 55px auto 0 0;
}
.u-section-1 .u-layout-cell-1 {
min-height: 803px;
}
.u-section-1 .u-container-layout-1 {
padding: 0;
}
.u-section-1 .u-image-1 {
width: 479... | mentalhacks/static/css/Home-Page.css | .u-section-1 {
background-image: none;
min-height: 826px;
}
.u-section-1 .u-layout-wrap-1 {
width: calc(((100% - 1140px) / 2) + 1140px);
margin: 55px auto 0 0;
}
.u-section-1 .u-layout-cell-1 {
min-height: 803px;
}
.u-section-1 .u-container-layout-1 {
padding: 0;
}
.u-section-1 .u-image-1 {
width: 479... | 0.448668 | 0.08292 |
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html {
font-size: 20px;
font-family: 'EB Garamond', serif;
scroll-behavior: smooth;
background-color: white;
}
body {
height: 100%;
}
... | src/css/imports/_tarisznya.css | @import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html {
font-size: 20px;
font-family: 'EB Garamond', serif;
scroll-behavior: smooth;
background-color: white;
}
body {
height: 100%;
}
... | 0.302082 | 0.050214 |
.default-bg {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
-moz-background-position: center;
-moz-background-repeat: no-repeat;
-moz-background-size: cover;
-webkit-background-position: center;
-webkit-background-repeat: no-repeat;
-webkit-background-size: cover;
... | public/css/custom.css | .default-bg {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
-moz-background-position: center;
-moz-background-repeat: no-repeat;
-moz-background-size: cover;
-webkit-background-position: center;
-webkit-background-repeat: no-repeat;
-webkit-background-size: cover;
... | 0.378689 | 0.042088 |
.mt-0{
margin-left: 0 !important;
margin-right: 0 !important;
}
.service-item {
margin-bottom: 30px;
}
img.img-item-service {
height: 250px;
object-fit: cover;
width: 100%;
}
.title-service h3{
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: h... | public/themes/tht/css/services.css | .mt-0{
margin-left: 0 !important;
margin-right: 0 !important;
}
.service-item {
margin-bottom: 30px;
}
img.img-item-service {
height: 250px;
object-fit: cover;
width: 100%;
}
.title-service h3{
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: h... | 0.214116 | 0.065366 |
body {
font-family: 'Poppins', sans-serif;
font-weight: 400;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
}
html, body {
height: 100%;
}
.form-body {
background-color: #27343E;
height: 100%;
}
.form-body > .row {
posi... | public/registerLogin/css/style.css | body {
font-family: 'Poppins', sans-serif;
font-weight: 400;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
}
html, body {
height: 100%;
}
.form-body {
background-color: #27343E;
height: 100%;
}
.form-body > .row {
posi... | 0.462959 | 0.070432 |
@import url(//fonts.googleapis.com/earlyaccess/notonaskharabic.css);
* {
margin: 5px;
padding: 2px;
}
html, body {
background-color: #333;
color: #3b3b3b;
}
.root {
width: 100%;
height: 1000px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.calcul... | nmr.css | @import url(//fonts.googleapis.com/earlyaccess/notonaskharabic.css);
* {
margin: 5px;
padding: 2px;
}
html, body {
background-color: #333;
color: #3b3b3b;
}
.root {
width: 100%;
height: 1000px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.calcul... | 0.189371 | 0.05715 |
.input_section{
display:flex;
}
.validation{
color: red;
font-size: 20px;
font-weight: bold;
font-family: sans-serif;
margin-top: 13px;
}
.imagebox{
margin : 10px;
}
.radio_check{
font-size:28px;
}
input[type=radio] {
border: 0px;
width: 10%;
he... | src/main/webapp/resources/css/insertDB.css | .input_section{
display:flex;
}
.validation{
color: red;
font-size: 20px;
font-weight: bold;
font-family: sans-serif;
margin-top: 13px;
}
.imagebox{
margin : 10px;
}
.radio_check{
font-size:28px;
}
input[type=radio] {
border: 0px;
width: 10%;
he... | 0.151341 | 0.176814 |
html, body{
height:100%;
width:100%;
margin:0px;
overflow-y: hidden;
}
body {
background-image:url('../images/books.jpg');
background-size:100% 100%;
background-repeat: no-repeat;
}
@font-face {
font-family: tathyaFont;
src: url(SAMARN__.TTF);
}
#layer1 {
width:inherit;
he... | public/stylesheets/main.css | html, body{
height:100%;
width:100%;
margin:0px;
overflow-y: hidden;
}
body {
background-image:url('../images/books.jpg');
background-size:100% 100%;
background-repeat: no-repeat;
}
@font-face {
font-family: tathyaFont;
src: url(SAMARN__.TTF);
}
#layer1 {
width:inherit;
he... | 0.343562 | 0.068506 |
.CasUtilisation{
width: 100%;
}
.CasUtilisation div{
display: flex;
flex-flow: row wrap;
justify-content: stretch;
width: 100%;
}
.CasUtilisation div div {
width: auto;
height: 30vh;
min-width: 250px;
color: var(--main-white);
margin: auto;
}
.CasUtilisation .seul {
backgr... | src/pages/Utilisation/Utilisation.css | .CasUtilisation{
width: 100%;
}
.CasUtilisation div{
display: flex;
flex-flow: row wrap;
justify-content: stretch;
width: 100%;
}
.CasUtilisation div div {
width: auto;
height: 30vh;
min-width: 250px;
color: var(--main-white);
margin: auto;
}
.CasUtilisation .seul {
backgr... | 0.556159 | 0.110904 |
nav {
background-color: black;
margin: 0;
padding: 30px;
}
nav ul {
list-style-type: none;
display: flex;
justify-content: space-around;
}
nav button {
text-decoration: none;
background-color: black;
border-width: 0;
color: white;
padding: 0 5%;
font-family: ... | dist/assets/styles.css | nav {
background-color: black;
margin: 0;
padding: 30px;
}
nav ul {
list-style-type: none;
display: flex;
justify-content: space-around;
}
nav button {
text-decoration: none;
background-color: black;
border-width: 0;
color: white;
padding: 0 5%;
font-family: ... | 0.503174 | 0.09122 |
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@1,700&family=Tajawal:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiri&display=swap');
@import url('https://fonts.googleapis.com... | public/css/home.css | @import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@1,700&family=Tajawal:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiri&display=swap');
@import url('https://fonts.googleapis.com... | 0.289271 | 0.080321 |
* {
margin: 0;
padding: -1%;
}
body {
background-color: white;
font-family: arial;
font-size: 15px;
color: #4C5159;
}
h6 {
font-size: 30px;
color: white;
text-align: center;
padding: 50px 20px;
}
h3 {
font-size: 60px;
text-align: center;
color: white;
padding: ... | css/estilo_inicio2.css | * {
margin: 0;
padding: -1%;
}
body {
background-color: white;
font-family: arial;
font-size: 15px;
color: #4C5159;
}
h6 {
font-size: 30px;
color: white;
text-align: center;
padding: 50px 20px;
}
h3 {
font-size: 60px;
text-align: center;
color: white;
padding: ... | 0.510985 | 0.132486 |
@font-face {
font-family: 'Subway-Icons';
src: url('../fonts/Subway-Icons.eot?nqe6p0');
src: url('../fonts/Subway-Icons.eot?nqe6p0#iefix') format('embedded-opentype'),
url('../fonts/Subway-Icons.ttf?nqe6p0') format('truetype'),
url('../fonts/Subway-Icons.woff?nqe6p0') format('woff'),
url('../fonts/S... | icon-packs/ikonli-subway-pack/src/main/resources/META-INF/resources/subway/20201108/css/subway.css | @font-face {
font-family: 'Subway-Icons';
src: url('../fonts/Subway-Icons.eot?nqe6p0');
src: url('../fonts/Subway-Icons.eot?nqe6p0#iefix') format('embedded-opentype'),
url('../fonts/Subway-Icons.ttf?nqe6p0') format('truetype'),
url('../fonts/Subway-Icons.woff?nqe6p0') format('woff'),
url('../fonts/S... | 0.253399 | 0.099208 |
Created on : Nov 5, 2017, 1:48:02 PM
Author : DroitLab
*/
/*menu dropdown css*/
.widget ul li a {
font-size: 15px;
color: #222222;
}
.blog_header .navbar {
background: #fff;
}
.navbar.navbar-default .navbar-collapse .menu li .sub-menu li a{
padding: 5px 10px !important;
}
@media (min-widt... | assets/themes/layouts/3/css/unittest.css | Created on : Nov 5, 2017, 1:48:02 PM
Author : DroitLab
*/
/*menu dropdown css*/
.widget ul li a {
font-size: 15px;
color: #222222;
}
.blog_header .navbar {
background: #fff;
}
.navbar.navbar-default .navbar-collapse .menu li .sub-menu li a{
padding: 5px 10px !important;
}
@media (min-widt... | 0.266548 | 0.133641 |
@font-face {
font-family:'icon';
src:url('fonts/icon.eot?v=1');
src:url('fonts/icon.eot?v=1#iefix') format('embedded-opentype'),
url('fonts/icon.woff?v=1') format('woff');
font-weight:normal;
font-style:normal;
}
@font-face {
font-family:'Born';
src:url('fonts/born.eot');
src:url('font... | site.css | @font-face {
font-family:'icon';
src:url('fonts/icon.eot?v=1');
src:url('fonts/icon.eot?v=1#iefix') format('embedded-opentype'),
url('fonts/icon.woff?v=1') format('woff');
font-weight:normal;
font-style:normal;
}
@font-face {
font-family:'Born';
src:url('fonts/born.eot');
src:url('font... | 0.346652 | 0.062933 |
@media print {
body {
color: black;
background: white;
}
.tm-sidebar, .tm-team-img, .boxes, #contact, .carousel-indicators ,.img-contact-us,section::before,.text::after{
display: none;
}
.tm-banner-text{
letter-spacing: 5px;
}
h2+p {
font-style: inherit;
... | simple-site-8/css/style.css | @media print {
body {
color: black;
background: white;
}
.tm-sidebar, .tm-team-img, .boxes, #contact, .carousel-indicators ,.img-contact-us,section::before,.text::after{
display: none;
}
.tm-banner-text{
letter-spacing: 5px;
}
h2+p {
font-style: inherit;
... | 0.261425 | 0.083292 |
* { padding: 0px; margin: 0px; font-family: "open_sansregular"; }
/*
*
* Flex align class Property
*
*/
.Aligner { display: flex; align-items: center; justify-content: center; }
.Aligner-item { max-width: 50%; }
.Aligner-item--top { align-self: flex-start; }
.Aligner-item--bottom { align-self: flex-end; }
/*
*
* N... | css/style.css | * { padding: 0px; margin: 0px; font-family: "open_sansregular"; }
/*
*
* Flex align class Property
*
*/
.Aligner { display: flex; align-items: center; justify-content: center; }
.Aligner-item { max-width: 50%; }
.Aligner-item--top { align-self: flex-start; }
.Aligner-item--bottom { align-self: flex-end; }
/*
*
* N... | 0.464659 | 0.183813 |
@font-face {
font-family: 'icomoon';
src: url('/fonts/icomoon.eot?t9f4ne');
src: url('/fonts/icomoon.eot?t9f4ne#iefix') format('embedded-opentype'),
url('/fonts/icomoon.ttf?t9f4ne') format('truetype'),
url('/fonts/icomoon.woff?t9f4ne') format('woff'),
url('/fonts/icomoon.svg?t9f4ne#icomoon') format(... | dolphinscheduler-ui/src/sass/conf/home/style.css | @font-face {
font-family: 'icomoon';
src: url('/fonts/icomoon.eot?t9f4ne');
src: url('/fonts/icomoon.eot?t9f4ne#iefix') format('embedded-opentype'),
url('/fonts/icomoon.ttf?t9f4ne') format('truetype'),
url('/fonts/icomoon.woff?t9f4ne') format('woff'),
url('/fonts/icomoon.svg?t9f4ne#icomoon') format(... | 0.286469 | 0.113875 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("anticlove.com") {
img[src*="http://static2.anticlove.com/cdn/ressources/anticlove/items/preview/brow-10.png"] {
background : url("/*[[brow]]*/") !important ;
background-size : auto 100%, auto 100%, auto 100% !important ;
width : 0 !impo... | data/usercss/126554.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("anticlove.com") {
img[src*="http://static2.anticlove.com/cdn/ressources/anticlove/items/preview/brow-10.png"] {
background : url("/*[[brow]]*/") !important ;
background-size : auto 100%, auto 100%, auto 100% !important ;
width : 0 !impo... | 0.246624 | 0.137735 |
position: relative;
background: #e1f0ec;
}
.new .article-list {
z-index: 5;
padding: 0;
}
/*
* Flex layout is wrapped by 'flex-composer'. Our flex layout has
* 2 well differentiated:
* - 'messages-container'
* - 'messages-compose-form'
*/
.flex-composer {
display: flex;
flex-direction: column;
... | apps/sms/views/conversation/style/composer.css | position: relative;
background: #e1f0ec;
}
.new .article-list {
z-index: 5;
padding: 0;
}
/*
* Flex layout is wrapped by 'flex-composer'. Our flex layout has
* 2 well differentiated:
* - 'messages-container'
* - 'messages-compose-form'
*/
.flex-composer {
display: flex;
flex-direction: column;
... | 0.625781 | 0.08043 |
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;900&display=swap');
@import url('https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url(reset.css);... | assets/css/app.css | @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;900&display=swap');
@import url('https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url(reset.css);... | 0.379723 | 0.065098 |
html {
box-sizing: border-box;
}
.custom-control-label {
text-transform: uppercase;
color: #839496;
letter-spacing: 2px;
font-size: 1.1rem;
}
::-webkit-input-placeholder {
font-size: 1.1rem!important;
}
h1 {
text-transform: uppercase;
letter-spacing: 4px;
font-size: 2rem;
}
h2 {
... | styles/style.css | html {
box-sizing: border-box;
}
.custom-control-label {
text-transform: uppercase;
color: #839496;
letter-spacing: 2px;
font-size: 1.1rem;
}
::-webkit-input-placeholder {
font-size: 1.1rem!important;
}
h1 {
text-transform: uppercase;
letter-spacing: 4px;
font-size: 2rem;
}
h2 {
... | 0.486088 | 0.12408 |
a{
color: #dd4b39;
}
a:hover,
a:focus{
color: #F81C01;
}
.form-control:focus {
border-color: #919295;
}
.content-header > h1 {
font-size: 23px;
}
/* CUSTOM */
.del {
text-decoration: line-through;
}
.bg-teal, .callout.callout-teal, .alert-teal, .label-teal, .modal-teal .modal-body {
background-color:... | resources/css/custom.css |
a{
color: #dd4b39;
}
a:hover,
a:focus{
color: #F81C01;
}
.form-control:focus {
border-color: #919295;
}
.content-header > h1 {
font-size: 23px;
}
/* CUSTOM */
.del {
text-decoration: line-through;
}
.bg-teal, .callout.callout-teal, .alert-teal, .label-teal, .modal-teal .modal-body {
background-color:... | 0.232049 | 0.07521 |
.wrapper {
margin: 32px;
text-align: center;
perspective: 800px;
}
.cover {
display: inline-block;
width: 200px;
height: 144px;
border: 8px solid #218EED;
border-radius: 4px;
box-sizing: border-box;
background-color: #fff;
z-index: 1;
}
@keyframes browzePage {
0% {
transform: rotateY( ... | public/css/teacher-profile.css | .wrapper {
margin: 32px;
text-align: center;
perspective: 800px;
}
.cover {
display: inline-block;
width: 200px;
height: 144px;
border: 8px solid #218EED;
border-radius: 4px;
box-sizing: border-box;
background-color: #fff;
z-index: 1;
}
@keyframes browzePage {
0% {
transform: rotateY( ... | 0.441673 | 0.07836 |
#workshop .d-flex h2{
color: #fff;
font-weight: 600;
font-family: "Poppins", sans-serif;
word-spacing: 10px;
letter-spacing: 2px;
line-height: 180%;
border-bottom:#e03a3c 5px solid;
}
#workshop .jigyasa{
background-color: #1b1b1b;
margin-bottom: 3em;
padding-top: 0.7em;
padding-bott... | static/css/workshop.css | #workshop .d-flex h2{
color: #fff;
font-weight: 600;
font-family: "Poppins", sans-serif;
word-spacing: 10px;
letter-spacing: 2px;
line-height: 180%;
border-bottom:#e03a3c 5px solid;
}
#workshop .jigyasa{
background-color: #1b1b1b;
margin-bottom: 3em;
padding-top: 0.7em;
padding-bott... | 0.204263 | 0.053453 |
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/* Sections
========================================================================== */
/**
* R... | build/css/styles.css | /**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/* Sections
========================================================================== */
/**
* R... | 0.663015 | 0.119794 |