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 {
font-family:sans-serif;
font-size: 13px;
line-height: 21px;
font-weight: 100;
color: #464343;
/*background: url(../img/patterns/1.png) fixed repeat;*/
}
strong,
b {
font-weight: 600;
}
img {
max-width: 100%;
height: auto;
}
* {
margin: 0;
padding: 0;
}
ul,
ol {
list-style: none;
}
ul {
... | public/assets/css/main.css | body {
font-family:sans-serif;
font-size: 13px;
line-height: 21px;
font-weight: 100;
color: #464343;
/*background: url(../img/patterns/1.png) fixed repeat;*/
}
strong,
b {
font-weight: 600;
}
img {
max-width: 100%;
height: auto;
}
* {
margin: 0;
padding: 0;
}
ul,
ol {
list-style: none;
}
ul {
... | 0.362631 | 0.075517 |
a,.btn,p,h1,h2,h3,h4,h5,h6{
font-family: 'Muli', sans-serif;
}
img{
width: auto;
max-width: 100%;
}
button#play_button {
display: flex;
justify-content: center;
align-items: center;
background-color: rgb(128, 100, 202,0.9);
border: medium none;
border-radius: 100%;
padding: 0rem;... | public/css/home.css | a,.btn,p,h1,h2,h3,h4,h5,h6{
font-family: 'Muli', sans-serif;
}
img{
width: auto;
max-width: 100%;
}
button#play_button {
display: flex;
justify-content: center;
align-items: center;
background-color: rgb(128, 100, 202,0.9);
border: medium none;
border-radius: 100%;
padding: 0rem;... | 0.489015 | 0.079175 |
.main-block {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100vh;
margin-right: 1rem;
font-family: sans-serif;
}
.sidebar {
display: flex;
flex-direction: column;
/* background: rebeccapurple; */
align-items: center;
}
.nav-link {
position: relative;
width: 100%... | src/components/sidebar/Sidebar.css | .main-block {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100vh;
margin-right: 1rem;
font-family: sans-serif;
}
.sidebar {
display: flex;
flex-direction: column;
/* background: rebeccapurple; */
align-items: center;
}
.nav-link {
position: relative;
width: 100%... | 0.501953 | 0.082365 |
@charset "utf-8";
html, body{
background: #f9f9f9 none;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
font-size: 16px;
font-weight: normal;
font-style: normal;
color: #000;
line-height: 1.6;
letter-spacing: 0;
min-width: 320px;
}
a,
.link-like{
text-decoration: underl... | demo/css/basic.css | @charset "utf-8";
html, body{
background: #f9f9f9 none;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
font-size: 16px;
font-weight: normal;
font-style: normal;
color: #000;
line-height: 1.6;
letter-spacing: 0;
min-width: 320px;
}
a,
.link-like{
text-decoration: underl... | 0.176885 | 0.047647 |
* {
margin: 0 auto;
font-family: 'Ubuntu', sans-serif;
padding: 0;
}
/* Update Fork Me ribbon */
.github-fork-ribbon::before {
background-color: #665176;
}
a {
color: black;
text-decoration: none;
}
ul {
list-style: none;
}
.p {
margin: 12px 0;
}
.header {
margin: 20px 0;
}
.btn {
border: 1px... | styles.css | * {
margin: 0 auto;
font-family: 'Ubuntu', sans-serif;
padding: 0;
}
/* Update Fork Me ribbon */
.github-fork-ribbon::before {
background-color: #665176;
}
a {
color: black;
text-decoration: none;
}
ul {
list-style: none;
}
.p {
margin: 12px 0;
}
.header {
margin: 20px 0;
}
.btn {
border: 1px... | 0.405331 | 0.0771 |
.Content {
display: grid;
grid-template-columns: 2fr 1fr;
min-height: 0;
padding: 0.5rem 3rem;
}
.Content > div {
height: 100%;
padding-top: 1rem;
padding-bottom: 1rem;
}
.Description {
font-weight: 300;
}
.Description div {
font-family: "Poppins", sans-serif;
padding-left: 8px;
font-size: 1.5re... | client/src/components/CourseDetail/DashBoard/Content/Content.module.css | .Content {
display: grid;
grid-template-columns: 2fr 1fr;
min-height: 0;
padding: 0.5rem 3rem;
}
.Content > div {
height: 100%;
padding-top: 1rem;
padding-bottom: 1rem;
}
.Description {
font-weight: 300;
}
.Description div {
font-family: "Poppins", sans-serif;
padding-left: 8px;
font-size: 1.5re... | 0.546496 | 0.163012 |
.cube-container {
display: block;
width: 5em;
height: 5em;
float: left;
perspective: none;
box-sizing: border-box;
font-size: 0.5em;
margin-top: 1.5em;
margin-bottom: 1.5em;
}
.cube {
width: 5em;
height: 5em;
position: relative;
transform-style: preserve-3d;
transition: transform 0.5s;
}
.cube-cont... | Assets/WebGLTemplates/Ray1mapTemplate/css/camera-cube.css | .cube-container {
display: block;
width: 5em;
height: 5em;
float: left;
perspective: none;
box-sizing: border-box;
font-size: 0.5em;
margin-top: 1.5em;
margin-bottom: 1.5em;
}
.cube {
width: 5em;
height: 5em;
position: relative;
transform-style: preserve-3d;
transition: transform 0.5s;
}
.cube-cont... | 0.537527 | 0.219442 |
body, html {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
padding: 0;
margin: 0;
}
body {
background: none #F8F9F9;
}
html, body, button {
font-family: 'Roboto', Arial, sans-serif;
font-size: 100%;
color: #666;
}
/* Angular Cloak */
[ng\:cloak], [ng-cloak], .ng-cloak {
display: none !i... | public/create/pages/css/shared/default.css | body, html {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
padding: 0;
margin: 0;
}
body {
background: none #F8F9F9;
}
html, body, button {
font-family: 'Roboto', Arial, sans-serif;
font-size: 100%;
color: #666;
}
/* Angular Cloak */
[ng\:cloak], [ng-cloak], .ng-cloak {
display: none !i... | 0.335677 | 0.055005 |
html {
font-size: 1rem;
line-height: 1.4em;
/* font-family: "Libre Franklin", "Helvetica Neue", sans-serif; */
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
/*, "Apple Color Emoji", "Sego... | assets/css/distill/title.css | html {
font-size: 1rem;
line-height: 1.4em;
/* font-family: "Libre Franklin", "Helvetica Neue", sans-serif; */
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
/*, "Apple Color Emoji", "Sego... | 0.630457 | 0.189765 |
html,
body {
max-width: 100%;
overflow-x: hidden;
}
@font-face {
font-family: LemonMilk;
src: url('LemonMilk.otf');
}
.ProjectCard {
font-family: LemonMilk;
font-size: 20px;
margin-left: -1400px;
width: 500px;
height: 80px;
margin-top: -15px;
color: white;
border-radius... | register_css.css | html,
body {
max-width: 100%;
overflow-x: hidden;
}
@font-face {
font-family: LemonMilk;
src: url('LemonMilk.otf');
}
.ProjectCard {
font-family: LemonMilk;
font-size: 20px;
margin-left: -1400px;
width: 500px;
height: 80px;
margin-top: -15px;
color: white;
border-radius... | 0.556882 | 0.089694 |
:root {
--primaryColor: #ffffff;
--secondaryColor: #f2f2f2;
--thirdColor: #2d2d2d;
--fourthColor: #d7d7d7;
--textColor: #626569;
}
@media (prefers-color-scheme: dark) {
:root {
--primaryColor: #000002;
--secondaryColor: #1d1d1f;
--thirdColor: #c4c4c4;
--fourthColor: #575757;
--textColo... | search/assets/css/main.css | :root {
--primaryColor: #ffffff;
--secondaryColor: #f2f2f2;
--thirdColor: #2d2d2d;
--fourthColor: #d7d7d7;
--textColor: #626569;
}
@media (prefers-color-scheme: dark) {
:root {
--primaryColor: #000002;
--secondaryColor: #1d1d1f;
--thirdColor: #c4c4c4;
--fourthColor: #575757;
--textColo... | 0.461988 | 0.156266 |
* {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
}
#main-container {
background-color: #DEEDCF;
max-width: 1280px;
margin: auto;
}
#header-container {
font-size: 20px;
background-color: #0b3747;
color: #BFE1B0;
display: flex;
flex-direction: column;
align-items: center;
}
... | projetos/lessons-learned/style.css | * {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
}
#main-container {
background-color: #DEEDCF;
max-width: 1280px;
margin: auto;
}
#header-container {
font-size: 20px;
background-color: #0b3747;
color: #BFE1B0;
display: flex;
flex-direction: column;
align-items: center;
}
... | 0.243193 | 0.077448 |
a.btn-link {
user-select: none;
color: var(--color-hl);
text-decoration: none;
}
a.btn-link:after {
content: "";
width: 12px;
height: 12px;
background-image: url(../images/buttons/chevron_right-green.svg);
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
user-se... | css/buttons.css |
a.btn-link {
user-select: none;
color: var(--color-hl);
text-decoration: none;
}
a.btn-link:after {
content: "";
width: 12px;
height: 12px;
background-image: url(../images/buttons/chevron_right-green.svg);
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
user-se... | 0.16896 | 0.047118 |
body::-webkit-scrollbar-track{background-color:#F5F5F5}
body::-webkit-scrollbar{width:8px;background-color:#F5F5F5}
body::-webkit-scrollbar-thumb{background-color:#ccc}
body { background:none transparent; }
.chatWidgetWrap {}
.chatWidgetHead {min-height: 70px;border-radius: 0px;background-image: linear-gradien... | public/newWidget/assets/css/chatWidget.css | body::-webkit-scrollbar-track{background-color:#F5F5F5}
body::-webkit-scrollbar{width:8px;background-color:#F5F5F5}
body::-webkit-scrollbar-thumb{background-color:#ccc}
body { background:none transparent; }
.chatWidgetWrap {}
.chatWidgetHead {min-height: 70px;border-radius: 0px;background-image: linear-gradien... | 0.246171 | 0.037117 |
body {
height: 100%;
}
body #page {
min-height: 100%;
}
header {
z-index: 11;
position: absolute;
top: 0;
left: 0;
right: 0;
}
header .logo {
text-decoration: none;
}
header .logo a {
display: inline-block;
}
nav {
padding: 1em 2em 0 0;
}
.container section {
margin: 7% 0;
}
.list-movies {
margi... | web/assets/css/style.css | body {
height: 100%;
}
body #page {
min-height: 100%;
}
header {
z-index: 11;
position: absolute;
top: 0;
left: 0;
right: 0;
}
header .logo {
text-decoration: none;
}
header .logo a {
display: inline-block;
}
nav {
padding: 1em 2em 0 0;
}
.container section {
margin: 7% 0;
}
.list-movies {
margi... | 0.511717 | 0.096153 |
.console-column {
display: flex;
flex-direction: column;
}
.console-commits-column {
justify-content: flex-end;
flex: 0;
}
.console-row {
display: flex;
flex-direction: row;
}
.fill-row {
width: 100%;
}
/* Title */
.console-title {
display: flex;
flex-direction: row;
justify-content: flex-star... | milo/frontend/appengine/static/common/css/console.css |
.console-column {
display: flex;
flex-direction: column;
}
.console-commits-column {
justify-content: flex-end;
flex: 0;
}
.console-row {
display: flex;
flex-direction: row;
}
.fill-row {
width: 100%;
}
/* Title */
.console-title {
display: flex;
flex-direction: row;
justify-content: flex-star... | 0.34632 | 0.081374 |
@charset "utf-8";
/* CSS Document */
body{
background-color:#F5F4F4;
}
#foreign{
background:url(../img/contenter.png) center no-repeat;
}
#container {
/*border:#99CC00 1px solid;*/
background:#FFFFFF;
width:950px;
margin:0 auto;
/*border-style: solid solid solid solid;*/
border-color: #D8D5D1;
border-size: ... | shih/css/baseStyle.css | @charset "utf-8";
/* CSS Document */
body{
background-color:#F5F4F4;
}
#foreign{
background:url(../img/contenter.png) center no-repeat;
}
#container {
/*border:#99CC00 1px solid;*/
background:#FFFFFF;
width:950px;
margin:0 auto;
/*border-style: solid solid solid solid;*/
border-color: #D8D5D1;
border-size: ... | 0.12363 | 0.040484 |
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
##... | wp-content/themes/losh/style.css | >>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
##... | 0.379148 | 0.046055 |
.main-timeline{position:relative}
.main-timeline:before{content:"";width:5px;height:100%;border-radius:20px;margin:0 auto;background:#242922;position:absolute;top:0;left:0;right:0}
.main-timeline .timeline{display:inline-block;margin-bottom:50px;position:relative}
.main-timeline .timeline:before{content:"";width:20px;h... | assets/css/custom.css | .main-timeline{position:relative}
.main-timeline:before{content:"";width:5px;height:100%;border-radius:20px;margin:0 auto;background:#242922;position:absolute;top:0;left:0;right:0}
.main-timeline .timeline{display:inline-block;margin-bottom:50px;position:relative}
.main-timeline .timeline:before{content:"";width:20px;h... | 0.330687 | 0.06492 |
* Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.... | public/css/style.css | * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.... | 0.755907 | 0.099426 |
/*hcj yuyue*/
.success { text-align: center; }
.xiu { color: #333; margin-top: 30px; }
.weu { color:#333; }
.kk { border-top:none; }
.xx { border-bottom: 1px solid #ebebeb; padding-bottom: 40px; }
.success-y { margin-bottom:30px; margin-top:20px; }
.success-y h1 { font-size: 2em!important; }
#t-pingz { color:#333... | public/phoneList/Content/css_con_cn_main_split.css | /*hcj yuyue*/
.success { text-align: center; }
.xiu { color: #333; margin-top: 30px; }
.weu { color:#333; }
.kk { border-top:none; }
.xx { border-bottom: 1px solid #ebebeb; padding-bottom: 40px; }
.success-y { margin-bottom:30px; margin-top:20px; }
.success-y h1 { font-size: 2em!important; }
#t-pingz { color:#333... | 0.364551 | 0.068506 |
* {
margin: 0;
padding: 0;
}
body {
background-color: #E0EEEE;
}
label {
font-weight: normal;
}
.html-contents {
margin: 10px auto;
width: 80%;
padding: 10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
... | public/stylesheets/list/houses.css | * {
margin: 0;
padding: 0;
}
body {
background-color: #E0EEEE;
}
label {
font-weight: normal;
}
.html-contents {
margin: 10px auto;
width: 80%;
padding: 10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
... | 0.47025 | 0.119639 |
html {
box-sizing: border-box;
}
/* *,
*::before,
*::after {
box-sizing: inhe-block--rit;
} */
/* * {
margin: 0;
padding: 0;} */
:root {
--primary-text-color: #212121;
--tittle-text-color: #757575;
--accent-color: #2196f3;
--primary-bg-color: #ffffff;
--background-color: #e5e5e5;
--background-color... | style.css | html {
box-sizing: border-box;
}
/* *,
*::before,
*::after {
box-sizing: inhe-block--rit;
} */
/* * {
margin: 0;
padding: 0;} */
:root {
--primary-text-color: #212121;
--tittle-text-color: #757575;
--accent-color: #2196f3;
--primary-bg-color: #ffffff;
--background-color: #e5e5e5;
--background-color... | 0.31216 | 0.05211 |
.list-block{
margin: 0;
}
.list-block h5{
color: #777777;
line-height: 2rem;
margin-left: 1rem;
}
.form-group .img-circle{
width: 5rem;
display: inline-block;
margin: .5rem;
}
.form-group .inp-file{
display: inline-block;
}
/*a upload */
.a-upload {
padding: 4px 10px;
height: 2... | public/css/tea-reg.css | .list-block{
margin: 0;
}
.list-block h5{
color: #777777;
line-height: 2rem;
margin-left: 1rem;
}
.form-group .img-circle{
width: 5rem;
display: inline-block;
margin: .5rem;
}
.form-group .inp-file{
display: inline-block;
}
/*a upload */
.a-upload {
padding: 4px 10px;
height: 2... | 0.467575 | 0.099645 |
@charset "UTF-8";
* {
margin: 0px;
padding: 0px; }
html, body {
font-family: "微软雅黑", Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #555;
background-color: #F2F2F2; }
img {
border: 0px; }
a {
text-decoration: none; }
a:visited {
outline: none; }
h1, h2, h3, h4, h5, h6 {
margin... | assets/css/styles.css | @charset "UTF-8";
* {
margin: 0px;
padding: 0px; }
html, body {
font-family: "微软雅黑", Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #555;
background-color: #F2F2F2; }
img {
border: 0px; }
a {
text-decoration: none; }
a:visited {
outline: none; }
h1, h2, h3, h4, h5, h6 {
margin... | 0.291485 | 0.058804 |
@import '../commons/index.css';
.spectrum-Checkbox {
display: inline-flex;
align-items: center;
position: relative;
height: var(--spectrum-checkbox-height);
max-width: 100%;
margin-right: calc(var(--spectrum-checkbox-cursor-hit-x) * 2);
vertical-align: top;
}
.spectrum-Checkbox-input {
/* Change t... | src/checkbox/index.css | @import '../commons/index.css';
.spectrum-Checkbox {
display: inline-flex;
align-items: center;
position: relative;
height: var(--spectrum-checkbox-height);
max-width: 100%;
margin-right: calc(var(--spectrum-checkbox-cursor-hit-x) * 2);
vertical-align: top;
}
.spectrum-Checkbox-input {
/* Change t... | 0.543106 | 0.09401 |
body{
margin: 0px;
padding: 0px;
}
ul{
list-style: none;
}
a{
text-decoration: none;
}
.paragraph #desc{
font-family: bebas-kai,sans-serif;
font-size: 60px;
font-weight: bold;
padding-top: 50px;
padding-bottom: -50px;
display: flex;
flex-direction: column;
align-items: c... | css/index.css | body{
margin: 0px;
padding: 0px;
}
ul{
list-style: none;
}
a{
text-decoration: none;
}
.paragraph #desc{
font-family: bebas-kai,sans-serif;
font-size: 60px;
font-weight: bold;
padding-top: 50px;
padding-bottom: -50px;
display: flex;
flex-direction: column;
align-items: c... | 0.392803 | 0.088072 |
:root {
--znai-color-blue: rgb(41, 139, 231);
--znai-color-green: #59a65a;
--znai-color-yellow: #f0ad4e;
--znai-color-red: #d9534f;
--znai-color-black: #383838;
--znai-background-color: #fff;
--znai-zoom-overlay-background-color: rgba(150, 150, 150, 0.5);
--znai-zoom-container-border: 1... | znai-reactjs/src/App.css | :root {
--znai-color-blue: rgb(41, 139, 231);
--znai-color-green: #59a65a;
--znai-color-yellow: #f0ad4e;
--znai-color-red: #d9534f;
--znai-color-black: #383838;
--znai-background-color: #fff;
--znai-zoom-overlay-background-color: rgba(150, 150, 150, 0.5);
--znai-zoom-container-border: 1... | 0.480966 | 0.279294 |
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
@-webkit-keyframes moveCircle {
0% {
background-color: #56008E;
}
50% {
background-color: transparent;
left: -2rem;
}
100% {
backgroun... | animations/scss/style.css | @import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
@-webkit-keyframes moveCircle {
0% {
background-color: #56008E;
}
50% {
background-color: transparent;
left: -2rem;
}
100% {
backgroun... | 0.363421 | 0.055107 |
/* CSS Document */
body {
background-color: #172983;
font-family: Candara;
}
#stred {
margin: auto;
padding: 5px;
width: 900px;
background-color: #4bc8ff;
border-radius: 4px;
}
header {
width: 880px;
height: 200px;
margin: 5px;
padding: 5px;
background-color: #0090db;
... | styly/hst_styl_blue.css | /* CSS Document */
body {
background-color: #172983;
font-family: Candara;
}
#stred {
margin: auto;
padding: 5px;
width: 900px;
background-color: #4bc8ff;
border-radius: 4px;
}
header {
width: 880px;
height: 200px;
margin: 5px;
padding: 5px;
background-color: #0090db;
... | 0.211824 | 0.06492 |
* {
padding: 0;
margin: 0;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
.navigation {
display: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-dir... | css/styles.css | * {
padding: 0;
margin: 0;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
.navigation {
display: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-dir... | 0.337422 | 0.073596 |
body{
background-color: #f5f5f5
}
nav {
display: flex;
justify-content: space-between;
padding: 0 0.2rem 0 0.2rem;
align-items: center;
font-size: 0.18rem;
background-color: #fff;
width: 100%;
position: fixed;
top: 0;
left: 0
}
.back{
width: 0.36rem;
height: 0.5rem;
display: flex;
justify... | modelApp_04/css/address.css | body{
background-color: #f5f5f5
}
nav {
display: flex;
justify-content: space-between;
padding: 0 0.2rem 0 0.2rem;
align-items: center;
font-size: 0.18rem;
background-color: #fff;
width: 100%;
position: fixed;
top: 0;
left: 0
}
.back{
width: 0.36rem;
height: 0.5rem;
display: flex;
justify... | 0.378804 | 0.063395 |
@charset "UTF-8";
/* NORMALIZE */
/* ================================================ */
html, body, div, span, applet, main, 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... | web/css/style.css | @charset "UTF-8";
/* NORMALIZE */
/* ================================================ */
html, body, div, span, applet, main, 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... | 0.281603 | 0.065068 |
ul.list li {
color: green;
}
ul.list li.selected {
color: blue;
}
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s eas... | doges-and-cates/css/style.css | ul.list li {
color: green;
}
ul.list li.selected {
color: blue;
}
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s eas... | 0.280321 | 0.106412 |
html,body{
/* font-family: "SF UI Display", ".PingFang SC","PingFang SC", "Neue Haas Grotesk Text Pro", "Arial Nova", "Segoe UI", "Microsoft YaHei", "Microsoft JhengHei", "Helvetica Neue", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "Hiragin... | out/static/css/markdown/markdown.css | html,body{
/* font-family: "SF UI Display", ".PingFang SC","PingFang SC", "Neue Haas Grotesk Text Pro", "Arial Nova", "Segoe UI", "Microsoft YaHei", "Microsoft JhengHei", "Helvetica Neue", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "Hiragin... | 0.347205 | 0.060613 |
html, body
{
font-family: "Open Sans", Verdana, Tahoma, Arial, Sans-serif;
margin: 0; padding: 0;
background: #e0e0e0;
color: #020202;
min-height: 100%;
}
header
{
display: block;
width: 100%;
border: none;
}
main
{
box-sizing: border-box;
padding: 10px;
}
a
{
color: #020202;
}
h1, h2, h3, h4, h5, h6
{
... | src/assets/style.css | html, body
{
font-family: "Open Sans", Verdana, Tahoma, Arial, Sans-serif;
margin: 0; padding: 0;
background: #e0e0e0;
color: #020202;
min-height: 100%;
}
header
{
display: block;
width: 100%;
border: none;
}
main
{
box-sizing: border-box;
padding: 10px;
}
a
{
color: #020202;
}
h1, h2, h3, h4, h5, h6
{
... | 0.201224 | 0.067148 |
.container {
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
margin-top: 0px;
}
.header {
color: #E82C0C;
font-size: 25px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
position: fixed;
background-color: white;
z-inde... | public/styles/home.css | .container {
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
margin-top: 0px;
}
.header {
color: #E82C0C;
font-size: 25px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
position: fixed;
background-color: white;
z-inde... | 0.231527 | 0.07117 |
@media (max-width: 767px) {
.content-aqua-green .container {
padding-top: 6px;
padding-top: 6px;
}
.content-aqua-green .top-header .title {
font-size: 2.6em;
}
.content-aqua-green .top-header .description {
font-size: 1.1em;
margin-bottom: 26px;
padding-left: 15px;
}
.content-aqua-green .content-boxes .... | html/css/responsive.css | @media (max-width: 767px) {
.content-aqua-green .container {
padding-top: 6px;
padding-top: 6px;
}
.content-aqua-green .top-header .title {
font-size: 2.6em;
}
.content-aqua-green .top-header .description {
font-size: 1.1em;
margin-bottom: 26px;
padding-left: 15px;
}
.content-aqua-green .content-boxes .... | 0.344223 | 0.055566 |
label { font-weight: bold; }
fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend { font-weight: bold; font-size:1.2em; }
/* Form fields
-------------------------------------------------------------- */
input[type=text], input[type=password],
input.text, input.title,
textarea... | XG-Proyect-v4 UNOFFICIAL/src/upload/public/css/home/forms.css | label { font-weight: bold; }
fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend { font-weight: bold; font-size:1.2em; }
/* Form fields
-------------------------------------------------------------- */
input[type=text], input[type=password],
input.text, input.title,
textarea... | 0.324771 | 0.163145 |
.background_glassyTurquoise6,
.hover_background_glassyTurquoise6:hover,
.active_background_glassyTurquoise6:active:hover {
background: #14796f;
background-image: -moz-linear-gradient(top, rgb(18, 109, 100) 0%, rgb(16, 97, 89) 50%, rgb(14, 85, 78) 55%, rgb(20, 121, 111) 100%);
background-image: -webkit-grad... | widgets/common/assets/gradients/glassy/glassyTurquoise/glassyTurquoise6.css | .background_glassyTurquoise6,
.hover_background_glassyTurquoise6:hover,
.active_background_glassyTurquoise6:active:hover {
background: #14796f;
background-image: -moz-linear-gradient(top, rgb(18, 109, 100) 0%, rgb(16, 97, 89) 50%, rgb(14, 85, 78) 55%, rgb(20, 121, 111) 100%);
background-image: -webkit-grad... | 0.458834 | 0.110759 |
*{
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Calibri';
}
header {
background-image: url(../img/quemSomos.jpg);
height: 65vh;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-blend-mode: color;
background-colo... | css/quemsomos.css | *{
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Calibri';
}
header {
background-image: url(../img/quemSomos.jpg);
height: 65vh;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-blend-mode: color;
background-colo... | 0.437343 | 0.084795 |
.bg-main {
background: #000;
position: absolute; top:0%; left: 0%;
width: 100vw;
height: 100vh;
background-image: radial-gradient( hsl(120, 0%, 0%) 55%, hsl(128, 81%, 20%) 70%, hsl(128, 0%, 10%) 90% );
filter:saturate(120%)
}
.seizure-box {
position: absolute;
left: 25%;
width: 50%;... | src/styles/preview.css | .bg-main {
background: #000;
position: absolute; top:0%; left: 0%;
width: 100vw;
height: 100vh;
background-image: radial-gradient( hsl(120, 0%, 0%) 55%, hsl(128, 81%, 20%) 70%, hsl(128, 0%, 10%) 90% );
filter:saturate(120%)
}
.seizure-box {
position: absolute;
left: 25%;
width: 50%;... | 0.653016 | 0.094971 |
* {
margin: 0px;
padding: 0px;
}
input,a{
outline: none
}
.main-blog-content .title-blog{
font:400 28px/32px arial;
}
.main-blog-content .description-blog{
font: 700 14px/18px arial;
width: 100%;
float: left;
padding-bottom: 10px;
color: #444;
}
.main-blog-content .content-blog{
display: in... | public/default/css/home.css | * {
margin: 0px;
padding: 0px;
}
input,a{
outline: none
}
.main-blog-content .title-blog{
font:400 28px/32px arial;
}
.main-blog-content .description-blog{
font: 700 14px/18px arial;
width: 100%;
float: left;
padding-bottom: 10px;
color: #444;
}
.main-blog-content .content-blog{
display: in... | 0.243283 | 0.080213 |
:root {
--solarize-base03: #002b36;
--solarize-base02: #073642;
--solarize-base01: #586e75;
--solarize-base00: #657b83;
--solarize-base0: #839496;
--solarize-base1: #93a1a1;
--solarize-base2: #eee8d5;
--solarize-base3: #fdf6e3;
--solarize-yellow: #b58900;
--solarize-orange: #cb4b16;
... | css/transcriptaze.css | :root {
--solarize-base03: #002b36;
--solarize-base02: #073642;
--solarize-base01: #586e75;
--solarize-base00: #657b83;
--solarize-base0: #839496;
--solarize-base1: #93a1a1;
--solarize-base2: #eee8d5;
--solarize-base3: #fdf6e3;
--solarize-yellow: #b58900;
--solarize-orange: #cb4b16;
... | 0.534612 | 0.209308 |
.ace--last-night .ace_gutter {
background: rgba(29,31,33,1);
color: rgb(113,116,116)
}
.ace--last-night .ace_print-margin {
width: 1px;
background: #e8e8e8
}
.ace--last-night {
background-color: rgba(29,31,33,1);
color: rgba(197,200,198,0.64)
}
.ace--last-night .ace_cursor {
color: rgba(0,189,255,1)
}
... | ace/lib/ace/theme/LastNight.css | .ace--last-night .ace_gutter {
background: rgba(29,31,33,1);
color: rgb(113,116,116)
}
.ace--last-night .ace_print-margin {
width: 1px;
background: #e8e8e8
}
.ace--last-night {
background-color: rgba(29,31,33,1);
color: rgba(197,200,198,0.64)
}
.ace--last-night .ace_cursor {
color: rgba(0,189,255,1)
}
... | 0.601477 | 0.216342 |
i {
font-size: 12em;
color: white;
}
section {
color: white;
min-height: 20em;
width: 100%;
position: absolute;
}
#homescreen {
background: yellow;
z-index: 1;
}
#spokane {
background: black;
}
#long {
background: black;
}
#me {
background: black;
}
:target {
z-index: 1;
}
.sidr {
backg... | css/style.css | i {
font-size: 12em;
color: white;
}
section {
color: white;
min-height: 20em;
width: 100%;
position: absolute;
}
#homescreen {
background: yellow;
z-index: 1;
}
#spokane {
background: black;
}
#long {
background: black;
}
#me {
background: black;
}
:target {
z-index: 1;
}
.sidr {
backg... | 0.443359 | 0.136033 |
body {
margin: 20px 0;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #808080;
}
h1 {
}
h2, h3, h4, h5, h6 {
color: #2582A4;
}
p, ol, ul {
text-align: justify;
}
strong {
font-weight: bold;
color: #808080;
}
a {
color: #87A019;
}
a:hover {
text-decoration: ... | themes/integral/public/main.css |
body {
margin: 20px 0;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #808080;
}
h1 {
}
h2, h3, h4, h5, h6 {
color: #2582A4;
}
p, ol, ul {
text-align: justify;
}
strong {
font-weight: bold;
color: #808080;
}
a {
color: #87A019;
}
a:hover {
text-decoration: ... | 0.311008 | 0.100348 |
body.icons-docs {
font-family: Roboto, sans-serif;
font-size: 16px;
line-height: 28px;
color: rgba(0, 0, 0, 0.7);
/* icons listing */
}
body.icons-docs .material-icons {
width: 1em;
height: 1em;
}
body.icons-docs .material-icons.md-18 {
font-size: 18px;
}
body.icons-docs .material-icons.md-24 {
fon... | FrontEnd/Styles/yuko-material.css | body.icons-docs {
font-family: Roboto, sans-serif;
font-size: 16px;
line-height: 28px;
color: rgba(0, 0, 0, 0.7);
/* icons listing */
}
body.icons-docs .material-icons {
width: 1em;
height: 1em;
}
body.icons-docs .material-icons.md-18 {
font-size: 18px;
}
body.icons-docs .material-icons.md-24 {
fon... | 0.436142 | 0.089494 |
footer {
font-family: var(--dashboard-font);
font-weight: var(--font-rg);
color: var(--text-grey-800);
background-color: var(--bg-white);
margin: 0px;
padding: 0px;
position: relative;
z-index: 5;
height: 48px;
width: auto;
top: 0px;
transition: height 500ms ease-in-out, top 500ms ease-in-out;
... | src/components/card/z-card-footer/styles.css | footer {
font-family: var(--dashboard-font);
font-weight: var(--font-rg);
color: var(--text-grey-800);
background-color: var(--bg-white);
margin: 0px;
padding: 0px;
position: relative;
z-index: 5;
height: 48px;
width: auto;
top: 0px;
transition: height 500ms ease-in-out, top 500ms ease-in-out;
... | 0.453262 | 0.09426 |
/* header mobile */
.top_nav {
position: fixed;
width: 100%;
height: 50px;
margin: auto;
z-index: 500;
text-align: center;
background-color: #ffffff;
}
.top_nav_logo {
display: inline-block;
position: relative;
vertical-align: top;
margin-top: 11px;
margin-left: 5px;
}
.top_nav_... | public/css/mobile.css |
/* header mobile */
.top_nav {
position: fixed;
width: 100%;
height: 50px;
margin: auto;
z-index: 500;
text-align: center;
background-color: #ffffff;
}
.top_nav_logo {
display: inline-block;
position: relative;
vertical-align: top;
margin-top: 11px;
margin-left: 5px;
}
.top_nav_... | 0.276397 | 0.062474 |
body {
background: #343338;
font-size: .88rem;
font-family: "Lato", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Sans-Serif;
}
.container {
max-width: 960px;
margin: 20px auto;
}
.grid {
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
/* item */... | demo/layout-codepen/css/custom.css |
body {
background: #343338;
font-size: .88rem;
font-family: "Lato", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Sans-Serif;
}
.container {
max-width: 960px;
margin: 20px auto;
}
.grid {
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
/* item */... | 0.347205 | 0.093678 |
html, body {
width: 100%;
margin: 0;
padding: 0;
}
body {
color: white;
background-image: url("/img/tron-sfondo.png");
font-family: Arial;
}
@font-face {
font-family: initial;
font-weight: normal;
font-style: normal;
}
section {
width: 100%;
text-align: center;
}
.wrapper... | css/style.css | html, body {
width: 100%;
margin: 0;
padding: 0;
}
body {
color: white;
background-image: url("/img/tron-sfondo.png");
font-family: Arial;
}
@font-face {
font-family: initial;
font-weight: normal;
font-style: normal;
}
section {
width: 100%;
text-align: center;
}
.wrapper... | 0.373876 | 0.113875 |
.mod-news .mod-side{ background:#f5f7f7; border:1px solid #fff; border-bottom:0;}
.mod-news .news-item a{ /*word-break: break-all; font-size: 12px;*/ word-wrap: break-word; overflow:hidden; line-height: 16px; display: block;height:100%;}
.mod-news .news-pic{ width: 40px; height: 40px; margin-left: 10px; margin-top: 1px... | test/diff_fis3_smarty/product_code/hao123_fis3_smarty/home/widget/news/ltr/ltr.css | .mod-news .mod-side{ background:#f5f7f7; border:1px solid #fff; border-bottom:0;}
.mod-news .news-item a{ /*word-break: break-all; font-size: 12px;*/ word-wrap: break-word; overflow:hidden; line-height: 16px; display: block;height:100%;}
.mod-news .news-pic{ width: 40px; height: 40px; margin-left: 10px; margin-top: 1px... | 0.275032 | 0.073696 |
.nt7-padding-top{
padding-top: 20px;
}
.nt7_font_title{
font-size: 13px;
color: #555 !important;
}
.top-social img{
width: 30px;
height: 20px;
}
.product-item {
padding: 15px;
background: #fff;
margin: 5px 0px 5px 0px;
position: relative;
height: 250px;
}
.product-item:hover {
box-shado... | public/css/home/giahung.css | .nt7-padding-top{
padding-top: 20px;
}
.nt7_font_title{
font-size: 13px;
color: #555 !important;
}
.top-social img{
width: 30px;
height: 20px;
}
.product-item {
padding: 15px;
background: #fff;
margin: 5px 0px 5px 0px;
position: relative;
height: 250px;
}
.product-item:hover {
box-shado... | 0.430626 | 0.086709 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-size: 16px;
font-family: sans-serif;
display: flex;
flex-direction: column;
}
body li {
list-style: none;
}
body li a {
text-decoration: none;
}
body main {
flex-grow: 1;
}
.container {
max-width: 1170px;
margin: 0 auto;
}
.cont... | public/css/app.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-size: 16px;
font-family: sans-serif;
display: flex;
flex-direction: column;
}
body li {
list-style: none;
}
body li a {
text-decoration: none;
}
body main {
flex-grow: 1;
}
.container {
max-width: 1170px;
margin: 0 auto;
}
.cont... | 0.456652 | 0.067608 |
.emoji {
background-image: url('../../images/sprites/emojify-emoticons.png');
display: inline-block;
}
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.emoji {
... | php-gitlog/html/css/sprites/emojify-emoticons.css | .emoji {
background-image: url('../../images/sprites/emojify-emoticons.png');
display: inline-block;
}
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.emoji {
... | 0.557604 | 0.13134 |
* {
margin: 0;
padding: 0;
}
body {
overflow-x: hidden;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 16px;
background: url(../img/bgpg.png);
background-color: #47555e;
background-attachment: fixed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Verdana, Geneva, Tahoma, sa... | mycss/mystyle.css |
* {
margin: 0;
padding: 0;
}
body {
overflow-x: hidden;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 16px;
background: url(../img/bgpg.png);
background-color: #47555e;
background-attachment: fixed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Verdana, Geneva, Tahoma, sa... | 0.40251 | 0.101145 |
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, ... | webinar/Information Technology & Its Role in the Modern Organization _ Chron.com_files/desktop.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.344664 | 0.105902 |
background:#0044aa url(../images/blue_top.png) bottom left repeat-x;
/*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#0044aa', endColorstr='#002255')";*/
background:-moz-linear-gradient(top, #0044aa, #002255);
background:-webkit-gradient(linear, left top, left bottom, from(#0044aa), to(#0022... | data/ffck_org/wp-content/plugins/ubermenu/standard/styles/skins/legacy/bluesilver.css | background:#0044aa url(../images/blue_top.png) bottom left repeat-x;
/*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#0044aa', endColorstr='#002255')";*/
background:-moz-linear-gradient(top, #0044aa, #002255);
background:-webkit-gradient(linear, left top, left bottom, from(#0044aa), to(#0022... | 0.132908 | 0.07836 |
body {
--wells-balance-color: #00BFF3;
--wells-received-color: #00A651;
--wells-spent-color: #F26C4F;
--wells-saved-color: #0072BC;
}
body.dark {
--wells-received-color: #00CA62;
--wells-saved-color: #FFFFFF;
}
form.search > * {
display: grid;
grid-template-columns: repeat(6, 1fr);
... | client/components/reports/search.css | body {
--wells-balance-color: #00BFF3;
--wells-received-color: #00A651;
--wells-spent-color: #F26C4F;
--wells-saved-color: #0072BC;
}
body.dark {
--wells-received-color: #00CA62;
--wells-saved-color: #FFFFFF;
}
form.search > * {
display: grid;
grid-template-columns: repeat(6, 1fr);
... | 0.717507 | 0.122444 |
@font-face {
font-family: 'Basis Grotesque';
src: url("../fonts/basis-grotesque-light.eot");
src: url("../fonts/basis-grotesque-light.eot?#iefix") format("embedded-opentype"), url("../fonts/basis-grotesque-light.woff") format("woff"), url("../fonts/basis-grotesque-light.woff2") format("woff2"), url("../fonts/basi... | compiled/css/fonts.css | @font-face {
font-family: 'Basis Grotesque';
src: url("../fonts/basis-grotesque-light.eot");
src: url("../fonts/basis-grotesque-light.eot?#iefix") format("embedded-opentype"), url("../fonts/basis-grotesque-light.woff") format("woff"), url("../fonts/basis-grotesque-light.woff2") format("woff2"), url("../fonts/basi... | 0.308398 | 0.083553 |
.btn-details-st {
background: #fff;
text-align: center;
padding: 6px 20px;
color: #05b7b2;
border-radius: 20px;
box-shadow: 1px 2px 1px #d0d4d9;
border: 1px solid #05b7b2;
font-family: "Proxima Nova";
/* font-weight: 600; */
font-size: 12px;
cursor: pointer;
-webkit-trans... | public/css/styles.css | .btn-details-st {
background: #fff;
text-align: center;
padding: 6px 20px;
color: #05b7b2;
border-radius: 20px;
box-shadow: 1px 2px 1px #d0d4d9;
border: 1px solid #05b7b2;
font-family: "Proxima Nova";
/* font-weight: 600; */
font-size: 12px;
cursor: pointer;
-webkit-trans... | 0.350421 | 0.109515 |
@import url(http://fonts.googleapis.com/css?family=Oswald);
body {
background-color: #000;
font-family: 'Oswald', 'Futura', sans-serif;
margin: 0;
padding: 0;}
#page {
background-color: #403c3b;
margin: 0 auto 0 auto;
position: relative;
text-align: center;}
/* Responsive page rules at bottom of st... | css/style.css | @import url(http://fonts.googleapis.com/css?family=Oswald);
body {
background-color: #000;
font-family: 'Oswald', 'Futura', sans-serif;
margin: 0;
padding: 0;}
#page {
background-color: #403c3b;
margin: 0 auto 0 auto;
position: relative;
text-align: center;}
/* Responsive page rules at bottom of st... | 0.213951 | 0.088978 |
width: 100%;
background-color: #131b33;
max-height: 800px;
padding: 50px 0;
display: flex;
align-items: center;
justify-content: center;
}
.githubLink {
color: white;
}
.container {
display: flex !important;
align-items: baseline;
color: #ffffff;
justify-content: center;
}
.wallet {
display... | src/components/download/download.module.css | width: 100%;
background-color: #131b33;
max-height: 800px;
padding: 50px 0;
display: flex;
align-items: center;
justify-content: center;
}
.githubLink {
color: white;
}
.container {
display: flex !important;
align-items: baseline;
color: #ffffff;
justify-content: center;
}
.wallet {
display... | 0.40392 | 0.084153 |
BODY, WRAPPINGS, ANCHORS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
direction:rtl;
unicode-bidi:embed;
}
#wrapper {
text-align: right; /* IE */
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++... | tests/data/wpcom-themes/sunburn/rtl.css | BODY, WRAPPINGS, ANCHORS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
direction:rtl;
unicode-bidi:embed;
}
#wrapper {
text-align: right; /* IE */
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++... | 0.158174 | 0.108756 |
*{
margin:0;
padding:0;
box-sizing: border-box;
}
body{
background: url("../images/back.76282b8078cb.png");
background-position: center;
background-size:cover;
background-repeat:no-repeat;
background-attachment: fixed;
}
form{
background: linear-gradient(90deg, rgb(255, 255, ... | staticfiles/css/editprofile.603481f1c115.css | *{
margin:0;
padding:0;
box-sizing: border-box;
}
body{
background: url("../images/back.76282b8078cb.png");
background-position: center;
background-size:cover;
background-repeat:no-repeat;
background-attachment: fixed;
}
form{
background: linear-gradient(90deg, rgb(255, 255, ... | 0.349644 | 0.075483 |
.corona-survey {
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
}
.corona-survey, .survey-caroussel .survery-caroussel__controls {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: ... | src/components/survey/survey.css | .corona-survey {
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
}
.corona-survey, .survey-caroussel .survery-caroussel__controls {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: ... | 0.460046 | 0.04714 |
notes:
When using "calc" we give a non-calc argument first to support browsers
that do not support calc expressions.
*/
html,body,#main {
height: 100%;
padding: 0pt;
margin: 0pt;
}
/* Colors */
#main, .spinner.spin {
background-color: white;
}
.output {
background-color: white;
border-style: solid;... | web/client/styles/main.css | notes:
When using "calc" we give a non-calc argument first to support browsers
that do not support calc expressions.
*/
html,body,#main {
height: 100%;
padding: 0pt;
margin: 0pt;
}
/* Colors */
#main, .spinner.spin {
background-color: white;
}
.output {
background-color: white;
border-style: solid;... | 0.270769 | 0.161056 |
svg {
color-interpolation: auto;
image-rendering: auto;
shape-rendering: auto;
vector-effect: non-scaling-stroke;
background: white;
/* removed fill and stroke since they override marker specs */
/* fill: white;
stroke: black; */
}
/* default color for pathway elements */
.default-fi... | test/custom-css-test.css | svg {
color-interpolation: auto;
image-rendering: auto;
shape-rendering: auto;
vector-effect: non-scaling-stroke;
background: white;
/* removed fill and stroke since they override marker specs */
/* fill: white;
stroke: black; */
}
/* default color for pathway elements */
.default-fi... | 0.408041 | 0.158402 |
html, body {
/*height: 100%;*/
font-family:verdana,arial,sans-serif;
color:#555555;
background-color: #023149;
/* background-size: 100% 900px; */
/* background-repeat: repeat-x; */
background-image: -moz-linear-gradient(#0594be,#023149 900px);
/* background-image: -webkit-gradient(linear,0 0,0 100%... | resources/assets/css/admin.css | html, body {
/*height: 100%;*/
font-family:verdana,arial,sans-serif;
color:#555555;
background-color: #023149;
/* background-size: 100% 900px; */
/* background-repeat: repeat-x; */
background-image: -moz-linear-gradient(#0594be,#023149 900px);
/* background-image: -webkit-gradient(linear,0 0,0 100%... | 0.277767 | 0.081593 |
h1{
color: white;
text-align: center;
}
h2{
text-align: center;
}
h3{
color: white;
}
.nav-link{
color: white;
}
.nav-bar{
background-color: #202020;
}
.welcome{
background-image: url("../images/lisheng-chang-FvA7zYUVIdA-unsplash.jpg");
background-color: b... | public/stylesheets/application.css | h1{
color: white;
text-align: center;
}
h2{
text-align: center;
}
h3{
color: white;
}
.nav-link{
color: white;
}
.nav-bar{
background-color: #202020;
}
.welcome{
background-image: url("../images/lisheng-chang-FvA7zYUVIdA-unsplash.jpg");
background-color: b... | 0.394901 | 0.082107 |
@import "_game-icons.css";
@import "_textura-libera.css";
@import "_xeditable.css";
@import "_font-awesome.min.css";
@import url(http://fonts.googleapis.com/css?family=Metamorphous&subset=latin,latin-ext);
.no-m {
margin: 0 !important;
}
.no-mt {
margin-top: 0 !important;
}
.no-mr {
margin-right: 0 !important;
}
... | src/components/App/styles/_theme.css | @import "_game-icons.css";
@import "_textura-libera.css";
@import "_xeditable.css";
@import "_font-awesome.min.css";
@import url(http://fonts.googleapis.com/css?family=Metamorphous&subset=latin,latin-ext);
.no-m {
margin: 0 !important;
}
.no-mt {
margin-top: 0 !important;
}
.no-mr {
margin-right: 0 !important;
}
... | 0.253769 | 0.086903 |
html {
position: relative;
min-height: 100%;
}
@font-face {
font-family: freeroad;
src: url(app://opencontent/res/fonts/Freeroad-Regular.ttf);
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: freeroad;
src: url(app://opencontent/res/fonts/Freeroad-Italic.ttf);
... | css/all.css |
html {
position: relative;
min-height: 100%;
}
@font-face {
font-family: freeroad;
src: url(app://opencontent/res/fonts/Freeroad-Regular.ttf);
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: freeroad;
src: url(app://opencontent/res/fonts/Freeroad-Italic.ttf);
... | 0.31342 | 0.057467 |
body {
background: #ffffff;
padding-bottom: 60px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
color: #333;
}
a {
color: #2ca8ff !important;
}
a:hover,
a:focus {
color: #109cff !important;
text-decoration: none... | web/public/css/app.css | body {
background: #ffffff;
padding-bottom: 60px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
color: #333;
}
a {
color: #2ca8ff !important;
}
a:hover,
a:focus {
color: #109cff !important;
text-decoration: none... | 0.426202 | 0.073463 |
body {
position: relative;
}
header {
position: relative;
width: 100%;
height: 48px;
background-image: url(../images/agreement/top-bg.jpg);
}
header a:first-child {
position: absolute;
top: 4px;
left: 20px;
width: 100px;
height: 38px;
}
header a:first-child img {
width: 100%;
height: 100%;
}
... | css/agreement.css | body {
position: relative;
}
header {
position: relative;
width: 100%;
height: 48px;
background-image: url(../images/agreement/top-bg.jpg);
}
header a:first-child {
position: absolute;
top: 4px;
left: 20px;
width: 100px;
height: 38px;
}
header a:first-child img {
width: 100%;
height: 100%;
}
... | 0.471953 | 0.074299 |
.kdt-radio {
text-align: center;
}
.kdt-radio,
.kdt-checkbox {
padding: .3em .2em;
}
.kdt-radio [type="radio"],
.kdt-checkbox [type="checkbox"] {
height: 0;
width: 0;
position: relative;
margin-right: 26px;
}
.kdt-radio [type="radio"]::before,
.kdt-radio [type="radio"]::after,
.kdt-checkbox [... | web/front/assets/css/kdt-inputs.css | .kdt-radio {
text-align: center;
}
.kdt-radio,
.kdt-checkbox {
padding: .3em .2em;
}
.kdt-radio [type="radio"],
.kdt-checkbox [type="checkbox"] {
height: 0;
width: 0;
position: relative;
margin-right: 26px;
}
.kdt-radio [type="radio"]::before,
.kdt-radio [type="radio"]::after,
.kdt-checkbox [... | 0.603581 | 0.155655 |
body {
background-image: url('bg.png');
color: #000305;
font-size: 87.5%;
line-height: 1.5;
text-align: left;
}
a {
text-decoration: none;
}
a:link,a:visited {
color: #CF5C3F;
}
a:hover , a:active {
background-color: #CF5C3F;
color: #FFF;
}
.body {
margin:... | style.css | body {
background-image: url('bg.png');
color: #000305;
font-size: 87.5%;
line-height: 1.5;
text-align: left;
}
a {
text-decoration: none;
}
a:link,a:visited {
color: #CF5C3F;
}
a:hover , a:active {
background-color: #CF5C3F;
color: #FFF;
}
.body {
margin:... | 0.397237 | 0.128088 |
@media (max-width: 767px) {
.favorite_message {
width: 100%;
margin-top: 120px;
display: block;
color: red;
text-align: center;
font-family: aliquamlight;
opacity: 0.8;
font-size: 25px;
}
.favorite_item {
margin-bottom: 20px;
}
}
@media (min-width: 768px) {
.favorite_message{
w... | app/webroot/css/favorite_list.css | @media (max-width: 767px) {
.favorite_message {
width: 100%;
margin-top: 120px;
display: block;
color: red;
text-align: center;
font-family: aliquamlight;
opacity: 0.8;
font-size: 25px;
}
.favorite_item {
margin-bottom: 20px;
}
}
@media (min-width: 768px) {
.favorite_message{
w... | 0.236076 | 0.056652 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700;900&display=swap&family=Poppins:wght@100;300;400;500;700;900&display=swap&family=Poppins:wght@100;300;400;500;700;900&display=swap');
.quick-start__column {
flex: 1 0;
padding: 8px;
}
.icon-button-5 {
padding: 4px;
backgroun... | src/styles/htmlstyles.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700;900&display=swap&family=Poppins:wght@100;300;400;500;700;900&display=swap&family=Poppins:wght@100;300;400;500;700;900&display=swap');
.quick-start__column {
flex: 1 0;
padding: 8px;
}
.icon-button-5 {
padding: 4px;
backgroun... | 0.501221 | 0.071982 |
.form-set{
margin-top: 80px;
}
.bottom-line-bar{
padding-top: 20px;
padding-bottom: 20px;
background: #4f4f4f;
}
@font-face {
font-family: 'allerregular';
src: url('aller_rg-webfont.eot');
src: url('aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
url('aller_rg-webfont.woff2') ... | public/css/index.css | .form-set{
margin-top: 80px;
}
.bottom-line-bar{
padding-top: 20px;
padding-bottom: 20px;
background: #4f4f4f;
}
@font-face {
font-family: 'allerregular';
src: url('aller_rg-webfont.eot');
src: url('aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
url('aller_rg-webfont.woff2') ... | 0.250454 | 0.059839 |
.tippy-box[data-animation="fade"][data-state="hidden"] {
opacity: 0;
}
[data-tippy-root] {
max-width: calc(100vw - 10px);
}
.tippy-box {
position: relative;
background-color: var(--m-bg);
color: var(--primary-text);
font-size: 14px;
line-height: 1.4;
outline: 0;
transition-property: ... | ui/css/tippy.css | .tippy-box[data-animation="fade"][data-state="hidden"] {
opacity: 0;
}
[data-tippy-root] {
max-width: calc(100vw - 10px);
}
.tippy-box {
position: relative;
background-color: var(--m-bg);
color: var(--primary-text);
font-size: 14px;
line-height: 1.4;
outline: 0;
transition-property: ... | 0.496094 | 0.254046 |
html
{ height: 100%;}
*
{ margin: 0;
padding: 0;}
body
{ font: normal 85% Arial, Helvetica, sans-serif;
color: #000;
background: #FFF url(../images/background.jpg) repeat;
}
p
{ padding: 0 0 10px 0;
line-height: 1.7em;
font-size: 100% }
img
{ border: 0;}
h1, h2, h3, h4, h5, h6
{ fo... | A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/6/css/style.css | html
{ height: 100%;}
*
{ margin: 0;
padding: 0;}
body
{ font: normal 85% Arial, Helvetica, sans-serif;
color: #000;
background: #FFF url(../images/background.jpg) repeat;
}
p
{ padding: 0 0 10px 0;
line-height: 1.7em;
font-size: 100% }
img
{ border: 0;}
h1, h2, h3, h4, h5, h6
{ fo... | 0.199698 | 0.081849 |
.claro .dijitLeaf {
display: none;
}
.claro .dijitTreeNodeSelected {
font-size: 12px;
}
.claro .dijitTreeLabel {
font-size: 12px;
}
/** Dojo claro style Override : End **/
body
{
font-size: 12px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
td
{
font-size: 12px;
font-fam... | plugins/welcome/geronimo-welcome/src/main/webapp/main.css | .claro .dijitLeaf {
display: none;
}
.claro .dijitTreeNodeSelected {
font-size: 12px;
}
.claro .dijitTreeLabel {
font-size: 12px;
}
/** Dojo claro style Override : End **/
body
{
font-size: 12px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
td
{
font-size: 12px;
font-fam... | 0.522933 | 0.114715 |
table.tablesorter thead tr .easy-table-header {
cursor: pointer;
background-repeat: no-repeat;
background-position: center right;
}
table.tablesorter thead tr .easy-table-header:hover{
background-image: url(../images/bg.gif);
}
table.tablesorter thead tr .headerSortUp,
table.tablesorter thead tr .headerSortDown:hov... | wp-content/plugins/easy-table/css/easy-table.css | table.tablesorter thead tr .easy-table-header {
cursor: pointer;
background-repeat: no-repeat;
background-position: center right;
}
table.tablesorter thead tr .easy-table-header:hover{
background-image: url(../images/bg.gif);
}
table.tablesorter thead tr .headerSortUp,
table.tablesorter thead tr .headerSortDown:hov... | 0.339499 | 0.212232 |
.mainWrapper {
}
.toolbar {
background: linear-gradient(var(--lightBlue), var(--mainBlue));
display: flex;
justify-content: space-between;
height: 70px;
width: 100%;
}
.logoText {
margin: 0;
padding: 10px;
font-family: 'Lobster';
color: #C1E3CD;
}
.logoWrapper {
background: ... | public/css/sell_car_page.css | .mainWrapper {
}
.toolbar {
background: linear-gradient(var(--lightBlue), var(--mainBlue));
display: flex;
justify-content: space-between;
height: 70px;
width: 100%;
}
.logoText {
margin: 0;
padding: 10px;
font-family: 'Lobster';
color: #C1E3CD;
}
.logoWrapper {
background: ... | 0.551091 | 0.126515 |
.background{
width: 100%;
height: 100vh;
background: url("../../Asset/html/Background.jpg");
background-position: center;
background-size: cover;
display: block;
}
.background h1{
color: #fff;
width: 100%;
padding-top: 250px;
margin: 0;
text-align: center;
font-weight: 500;
font-size: 64px;
cursor: defau... | public/css/client/homepage.css | .background{
width: 100%;
height: 100vh;
background: url("../../Asset/html/Background.jpg");
background-position: center;
background-size: cover;
display: block;
}
.background h1{
color: #fff;
width: 100%;
padding-top: 250px;
margin: 0;
text-align: center;
font-weight: 500;
font-size: 64px;
cursor: defau... | 0.382372 | 0.039975 |
@import url('normalize.css');
@import url('colorful.css');
body, div.step {
color: white;
font-family: Verdana, Geneva, sans-serif;
font-size: 20pt;
width: 1100px;
background: #111;
background: radial-gradient(#225, #111);
}
{%- if cookiecutter.global_notice %}
body:before {
content: "{{ ... | {{cookiecutter.repo_name}}/css/default.css | @import url('normalize.css');
@import url('colorful.css');
body, div.step {
color: white;
font-family: Verdana, Geneva, sans-serif;
font-size: 20pt;
width: 1100px;
background: #111;
background: radial-gradient(#225, #111);
}
{%- if cookiecutter.global_notice %}
body:before {
content: "{{ ... | 0.317215 | 0.1996 |
html {
background-color: black;
}
body {
margin: 0;
padding: 0;
background-color: black !important;
overflow-x: hidden;
}
#fullContainer {
position: relative;
overflow: hidden;
width: 100vw;
height: 100vh;
}
#playerContainer {
position: absolute;
left: 0px;
top: 0px;
... | styles.css | html {
background-color: black;
}
body {
margin: 0;
padding: 0;
background-color: black !important;
overflow-x: hidden;
}
#fullContainer {
position: relative;
overflow: hidden;
width: 100vw;
height: 100vh;
}
#playerContainer {
position: absolute;
left: 0px;
top: 0px;
... | 0.514644 | 0.111048 |
BLOGOS ja jp liquid compact 2014/02
url-prefix(http://blogos.com/article/)
========================================================*/
@-moz-document domain("blogos.com") {
/*--- unwanteds --*/
[class$='_ad'], [class^='ad_'],
dummy#dummy.dummy {display: none !important;}
/*--- generic containers ---*/
di... | data/usercss/103027.user.css | BLOGOS ja jp liquid compact 2014/02
url-prefix(http://blogos.com/article/)
========================================================*/
@-moz-document domain("blogos.com") {
/*--- unwanteds --*/
[class$='_ad'], [class^='ad_'],
dummy#dummy.dummy {display: none !important;}
/*--- generic containers ---*/
di... | 0.220091 | 0.071364 |
Global Starter
-------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, captio... | source/a/pre-css/screen-pre.css | Global Starter
-------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, captio... | 0.430866 | 0.065815 |
@charset "UTF-8";
/*
* NOTES:
* 1) These styles are specific to the myLT instance of Pattern Lab and should not be modified.
* All project styles should be modified in /source/css/
*
* 2) Any !important declarations are to prevent brand styles from overriding
* style guide styles
*/
/*
* PATTERN LAB VARIABLES
* Fonts..... | dist/styleguide/css/styleguide.css | @charset "UTF-8";
/*
* NOTES:
* 1) These styles are specific to the myLT instance of Pattern Lab and should not be modified.
* All project styles should be modified in /source/css/
*
* 2) Any !important declarations are to prevent brand styles from overriding
* style guide styles
*/
/*
* PATTERN LAB VARIABLES
* Fonts..... | 0.4436 | 0.060474 |
@-moz-document url-prefix("https://2sucres.org/") {
/* ==UserStyle==
@name Thème Noel
@version 0.0
@description Theme noel pour 2sucres by Chef aka FoutreAuMiel
@author FoutreAuMiel
==UserStyle== */
/*Principal*/
div.sb-site-container {
background-image: url("https://image.noelshack.com/fichiers/201... | data/usercss/152920.user.css | @-moz-document url-prefix("https://2sucres.org/") {
/* ==UserStyle==
@name Thème Noel
@version 0.0
@description Theme noel pour 2sucres by Chef aka FoutreAuMiel
@author FoutreAuMiel
==UserStyle== */
/*Principal*/
div.sb-site-container {
background-image: url("https://image.noelshack.com/fichiers/201... | 0.17522 | 0.060169 |
body {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
background: #778176;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #fdfefe;
background-image: url(../images/bg_tile.gif);
}
div,
p,
th,
td,
li,
dd,
dl,
dt {
/* redundant selectors to help NS4 not forget */
font-family: ... | content/winter/assets/css/style.css | body {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
background: #778176;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #fdfefe;
background-image: url(../images/bg_tile.gif);
}
div,
p,
th,
td,
li,
dd,
dl,
dt {
/* redundant selectors to help NS4 not forget */
font-family: ... | 0.343562 | 0.134491 |
* {
margin: 0;
padding: 0;
font-family: "微软雅黑";
}
a {
text-decoration: none;
}
ul {
list-style: none;
}
input {
border: 0;
}
body {
background-color: #f3f5f7;
/*height: 3000px;*/
}
.container {
width: 1200px;
margin: 0 auto;
}
.clearfix:before,
.clearfix:after {... | css/gongzhuang.css | * {
margin: 0;
padding: 0;
font-family: "微软雅黑";
}
a {
text-decoration: none;
}
ul {
list-style: none;
}
input {
border: 0;
}
body {
background-color: #f3f5f7;
/*height: 3000px;*/
}
.container {
width: 1200px;
margin: 0 auto;
}
.clearfix:before,
.clearfix:after {... | 0.126165 | 0.149687 |
width: inherit;
}
#myc-nav-container {
margin-bottom: 15px;
width: inherit;
}
#myc-current-month-year-container {
display: inline-block;
font-size: 1.5em;
font-weight: lighter;
text-align: center;
text-transform: capitalize;
vertical-align: top;
width: 68%;
}
#myc-prev-week-co... | public/assets/frontend/lib/timeslots/mark-your-calendar.css | width: inherit;
}
#myc-nav-container {
margin-bottom: 15px;
width: inherit;
}
#myc-current-month-year-container {
display: inline-block;
font-size: 1.5em;
font-weight: lighter;
text-align: center;
text-transform: capitalize;
vertical-align: top;
width: 68%;
}
#myc-prev-week-co... | 0.369998 | 0.094093 |
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,400i,700,700i&display=swap');
:root {
--ifm-color-primary: #3f5efb;
--ifm-color-primary-dark: #2044fa;
--ifm-color-primary-darker: #1137fa;
--ifm-color-primary-darkest: #0427d7;
--ifm-color-primary-light: #5e78fc;
--ifm-color-primary-li... | website/src/css/custom.css | @import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,400i,700,700i&display=swap');
:root {
--ifm-color-primary: #3f5efb;
--ifm-color-primary-dark: #2044fa;
--ifm-color-primary-darker: #1137fa;
--ifm-color-primary-darkest: #0427d7;
--ifm-color-primary-light: #5e78fc;
--ifm-color-primary-li... | 0.208662 | 0.065157 |
@media (min-width: 992px) {
.mlist-sizing {
max-width: 60%;
}
}
#my-brand {
font-size: x-large;
font-family: 'Fugaz One', cursive;
}
.alt-color {
background-color: #F2F2F2;
}
.subtitle1 {
text-align: center;
color: #4D64AE;
font-size: x-large;
font-weight: 600;
}
.subtitle2 {
text-align: ce... | project/static/css/styles.css | @media (min-width: 992px) {
.mlist-sizing {
max-width: 60%;
}
}
#my-brand {
font-size: x-large;
font-family: 'Fugaz One', cursive;
}
.alt-color {
background-color: #F2F2F2;
}
.subtitle1 {
text-align: center;
color: #4D64AE;
font-size: x-large;
font-weight: 600;
}
.subtitle2 {
text-align: ce... | 0.293101 | 0.097777 |
a
{
color: #00008B;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}
.skilltext
{
min-width:100px;
min-height:55px;
}
.skillimg
{
float:left;
padding: 5px 5px 5px 5px;
}
.skilldesc
{
display:table-cell;
width:158px;
}
.comment
{
margin-top:5px;
font-size:90%;
font-weight:bold;
border: 1px solid ... | static/docs/stylesheet.css | a
{
color: #00008B;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}
.skilltext
{
min-width:100px;
min-height:55px;
}
.skillimg
{
float:left;
padding: 5px 5px 5px 5px;
}
.skilldesc
{
display:table-cell;
width:158px;
}
.comment
{
margin-top:5px;
font-size:90%;
font-weight:bold;
border: 1px solid ... | 0.256646 | 0.0697 |
.ie-warning {
position: fixed;
top: 0;
left: 0;
z-index: 9999;
background: #000;
width: 100%;
height: 100%;
text-align: center;
color: #fff;
font-family: "Courier New", Courier, monospace;
padding: 50px 0; }
.ie-warning p {
font-size: 17px; }
.ie-warning .iew-container {
min-width: 102... | public/theme/ltr-horizontal/assets/css/generic-class.css | .ie-warning {
position: fixed;
top: 0;
left: 0;
z-index: 9999;
background: #000;
width: 100%;
height: 100%;
text-align: center;
color: #fff;
font-family: "Courier New", Courier, monospace;
padding: 50px 0; }
.ie-warning p {
font-size: 17px; }
.ie-warning .iew-container {
min-width: 102... | 0.36977 | 0.097262 |
.email-application .content-header {
margin-bottom: 0 !important; }
.email-application .email-app-menu {
border-right: 1px solid #E4E7ED;
height: 100%; }
.email-application .email-app-menu .form-group-compose {
border-bottom: 1px solid #E4E7ED; }
.email-application .email-app-menu .list-group-messages {
... | assets/app-assets/css/pages/app-email.css | .email-application .content-header {
margin-bottom: 0 !important; }
.email-application .email-app-menu {
border-right: 1px solid #E4E7ED;
height: 100%; }
.email-application .email-app-menu .form-group-compose {
border-bottom: 1px solid #E4E7ED; }
.email-application .email-app-menu .list-group-messages {
... | 0.198103 | 0.039269 |