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 |
|---|---|---|---|---|
.sidebar {
z-index: 20 !important;
}
#description {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
margin: 0px auto;
max-width: 992px;
padding: 3rem 1rem;
width: 100%;
}
#description img {
width: 18.75rem;
}
#description-text {
color: rgba(255, 255, 255, 0.875);
font... | src/assets/css/safebux.css | .sidebar {
z-index: 20 !important;
}
#description {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
margin: 0px auto;
max-width: 992px;
padding: 3rem 1rem;
width: 100%;
}
#description img {
width: 18.75rem;
}
#description-text {
color: rgba(255, 255, 255, 0.875);
font... | 0.45302 | 0.075858 |
.environment.active {
font-weight: bold;
}
body {
font-family: 'Roboto', sans-serif;
font-size: 13px;
}
textarea {
resize: none;
}
h1, h2, h3 {
font-family: 'Roboto', sans-serif;
}
a:not([href]) {
cursor: pointer;
}
ul.dropdown-menu {
padding: 0px;
border-radius: 3px;
}
.mt40 {
margi... | application/frontend/css/custom.css | .environment.active {
font-weight: bold;
}
body {
font-family: 'Roboto', sans-serif;
font-size: 13px;
}
textarea {
resize: none;
}
h1, h2, h3 {
font-family: 'Roboto', sans-serif;
}
a:not([href]) {
cursor: pointer;
}
ul.dropdown-menu {
padding: 0px;
border-radius: 3px;
}
.mt40 {
margi... | 0.382949 | 0.127408 |
body,
html {
font-family: sans-serif;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
font-size: var(--sn-stylekit-base-font-size);
background-color: transparent; }
* {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
#editor-container {
height: 100%; }
#editor {
flex-grow: 1;
font-family: mo... | bold-editor/1.0.5/dist/app.css | body,
html {
font-family: sans-serif;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
font-size: var(--sn-stylekit-base-font-size);
background-color: transparent; }
* {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
#editor-container {
height: 100%; }
#editor {
flex-grow: 1;
font-family: mo... | 0.38445 | 0.050965 |
----------------------------------------------------------------
MSIE fixes
----------------------------------------------------------------
*/
.controls input.field {
padding-top: 0.5em;
height: 1.46em;
}
.shaded {
position: relative;
left: -3px;
top: -3px;
filter: progid:DXImageTransform.Micros... | css/ie.css | ----------------------------------------------------------------
MSIE fixes
----------------------------------------------------------------
*/
.controls input.field {
padding-top: 0.5em;
height: 1.46em;
}
.shaded {
position: relative;
left: -3px;
top: -3px;
filter: progid:DXImageTransform.Micros... | 0.285272 | 0.109849 |
.eight-bit-color-picker {
max-width: 34px;
}
/* Selected color box styling */
.eight-bit-color-picker .ebcp-selection, .ebcp-color-preview {
width: 32px;
height: 32px;
border: 1px solid black;
margin-bottom: 5px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
/* Color selection box styling */
.ebcp-selector ... | public/css/eight-bit-color-picker.css | .eight-bit-color-picker {
max-width: 34px;
}
/* Selected color box styling */
.eight-bit-color-picker .ebcp-selection, .ebcp-color-preview {
width: 32px;
height: 32px;
border: 1px solid black;
margin-bottom: 5px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
/* Color selection box styling */
.ebcp-selector ... | 0.436742 | 0.110807 |
:root {
--magenta-50: #ff1ad9;
--magenta-60: #ed00b5;
--magenta-70: #b5007f;
--magenta-80: #7d004f;
--magenta-90: #440027;
--purple-50: #9400ff;
--purple-60: #8000d7;
--purple-70: #6200a4;
--purple-80: #440071;
--purple-90: #25003e;
--blue-40: #45a1ff;
--blue-50: #0a84ff;
--blue-60: #0060df;
... | unused or inactive/userContent _ Shadowfox original 2018-02-24.css | :root {
--magenta-50: #ff1ad9;
--magenta-60: #ed00b5;
--magenta-70: #b5007f;
--magenta-80: #7d004f;
--magenta-90: #440027;
--purple-50: #9400ff;
--purple-60: #8000d7;
--purple-70: #6200a4;
--purple-80: #440071;
--purple-90: #25003e;
--blue-40: #45a1ff;
--blue-50: #0a84ff;
--blue-60: #0060df;
... | 0.360377 | 0.117978 |
.highlight { opacity: 1!important; }
.container {
margin: 0 auto;
width: 1200px;
}
a { color: #ff0505; }
html, body { overflow-x: hidden; }
body { min-height: auto; }
/**main start **/
.main {
width: 100%;
z-index: 100;
min-width: 1200px;
margin: auto;
margin-left: -15px;
}
h1 { margin:150px auto 3... | public/assets/img-slider/style/style.css | .highlight { opacity: 1!important; }
.container {
margin: 0 auto;
width: 1200px;
}
a { color: #ff0505; }
html, body { overflow-x: hidden; }
body { min-height: auto; }
/**main start **/
.main {
width: 100%;
z-index: 100;
min-width: 1200px;
margin: auto;
margin-left: -15px;
}
h1 { margin:150px auto 3... | 0.528777 | 0.121764 |
label.mobile_menu span {
margin-left: 10px;
color:#FFF;
font-size:1em;
display: none;
font-family: 'Open Sans', sans-serif;
}
.nav {
/* General Font */
font-family: 'Open Sans', sans-serif;
/* General Shape */
position: relative;
margin: 0;
}
ul.nav{
padding:0;
list-style:none;
}
ul.nav > li{
... | hxx33-RecommendationMovie-master/RecommendationMovie/src/main/webapp/WEB-INF/res/css/nav.css | label.mobile_menu span {
margin-left: 10px;
color:#FFF;
font-size:1em;
display: none;
font-family: 'Open Sans', sans-serif;
}
.nav {
/* General Font */
font-family: 'Open Sans', sans-serif;
/* General Shape */
position: relative;
margin: 0;
}
ul.nav{
padding:0;
list-style:none;
}
ul.nav > li{
... | 0.325306 | 0.043224 |
.navbar-top{
border-radius:0;
margin-bottom:0;
}
.navbar-name{
display:inline-block;
width:259px;
height:50px;
font:bold 20px "微软雅黑";
line-height:50px;
color:#f25a24;
background:#dddddd;
text-align:center;
}
.navbar-name:hover{
color:#f25a24;
text-decoration:none;
}
#logo{
display:inline;
width:30px;
hei... | guangwang/css/common.css | .navbar-top{
border-radius:0;
margin-bottom:0;
}
.navbar-name{
display:inline-block;
width:259px;
height:50px;
font:bold 20px "微软雅黑";
line-height:50px;
color:#f25a24;
background:#dddddd;
text-align:center;
}
.navbar-name:hover{
color:#f25a24;
text-decoration:none;
}
#logo{
display:inline;
width:30px;
hei... | 0.145601 | 0.053354 |
.dialog{
width: 400px;
height: relative;
left:35%;
top:25%;
position: absolute;
padding: 0%;
border-width: 0px;
}
.dialog_form_title{
text-align: center;
font-size: 40px;
height: relative;
background-color: rgb(30,84,148);
color: white;
}
.dialog_title{
text-alig... | managsys/register/static/register/css/dialog.css | .dialog{
width: 400px;
height: relative;
left:35%;
top:25%;
position: absolute;
padding: 0%;
border-width: 0px;
}
.dialog_form_title{
text-align: center;
font-size: 40px;
height: relative;
background-color: rgb(30,84,148);
color: white;
}
.dialog_title{
text-alig... | 0.46223 | 0.072276 |
.footer {
position: fixed;
bottom: 5px;
left: 1rem;
font-weight: bold;
color: white;
/* opacity: 0.5; */
}
.footer>a {
text-decoration: none;
color: orange;
}
.footer>img {
top: 0.25rem;
position: relative;
}
* {
font-family: 'Exo 2', sans-serif;
margin: 0;
user-s... | 30ChessClock/css/style.css |
.footer {
position: fixed;
bottom: 5px;
left: 1rem;
font-weight: bold;
color: white;
/* opacity: 0.5; */
}
.footer>a {
text-decoration: none;
color: orange;
}
.footer>img {
top: 0.25rem;
position: relative;
}
* {
font-family: 'Exo 2', sans-serif;
margin: 0;
user-s... | 0.677474 | 0.126111 |
body {
background-color: #121212 !important;
}
::-webkit-scrollbar {
width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
background: #151318;
}
/* Handle */
::-webkit-scrollbar-thumb {
background:#03dac6;
border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hove... | client/public/style.css | body {
background-color: #121212 !important;
}
::-webkit-scrollbar {
width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
background: #151318;
}
/* Handle */
::-webkit-scrollbar-thumb {
background:#03dac6;
border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hove... | 0.398641 | 0.081337 |
html {
box-sizing: border-box;
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
margin:0;
background: #f2f4f6;
}
.swagger-ui .topbar {
background: #fff;
padding: 15px 0;
}
.topbar-wrapper .link * {
display: none;
}
.topbar... | SAPI.API/wwwroot/swagger/custom.css | html {
box-sizing: border-box;
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
margin:0;
background: #f2f4f6;
}
.swagger-ui .topbar {
background: #fff;
padding: 15px 0;
}
.topbar-wrapper .link * {
display: none;
}
.topbar... | 0.552057 | 0.070017 |
* GLOBAL STYLES
*********************************************/
body {
background: white;
background-color: white; }
.reveal {
font-family: "News706BT-RomanC",Georgia;
font-size: 36px;
font-weight: normal;
letter-spacing: -0.02em;
color: black; }
::selection {
color: white;
background: rgba(0, 0, 0... | styles/ga_theme.css | * GLOBAL STYLES
*********************************************/
body {
background: white;
background-color: white; }
.reveal {
font-family: "News706BT-RomanC",Georgia;
font-size: 36px;
font-weight: normal;
letter-spacing: -0.02em;
color: black; }
::selection {
color: white;
background: rgba(0, 0, 0... | 0.51562 | 0.051774 |
div[data-type="blockswp/share-block"] .editor-block-contextual-toolbar .editor-block-toolbar {
background: #fff;
bottom: -1px;
position: absolute;
width: 100%;
}
div[data-type="blockswp/share-block"] .editor-block-contextual-toolbar .editor-block-toolbar > div:first-child {
width: 100%;
}
.blockswp-share-block-s... | www/wp-content/plugins/share-block/editor.css | div[data-type="blockswp/share-block"] .editor-block-contextual-toolbar .editor-block-toolbar {
background: #fff;
bottom: -1px;
position: absolute;
width: 100%;
}
div[data-type="blockswp/share-block"] .editor-block-contextual-toolbar .editor-block-toolbar > div:first-child {
width: 100%;
}
.blockswp-share-block-s... | 0.347759 | 0.091626 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
.rect {
height: 15rem;
width: 15rem;
position: fixed;
top: -10%;
left: -5%;
z-index: -1;
background-color: #61b672;
animation: rotate 8s linear infinite;
}
.small ... | Rock-Paper-Scissors/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
.rect {
height: 15rem;
width: 15rem;
position: fixed;
top: -10%;
left: -5%;
z-index: -1;
background-color: #61b672;
animation: rotate 8s linear infinite;
}
.small ... | 0.673406 | 0.099121 |
img {
width: 160px;
height: 160px;
object-fit: cover;
border-radius: 80px;
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
margin-bottom: 20px;
animation: scaleIn forwards 0.5s cubic-bezier(0, 0.6, 0.3, 1);
}
#header-block {
display: flex;
flex-direction: column;
align-items: center;
justify-content: s... | src/_includes/details/details.css | img {
width: 160px;
height: 160px;
object-fit: cover;
border-radius: 80px;
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
margin-bottom: 20px;
animation: scaleIn forwards 0.5s cubic-bezier(0, 0.6, 0.3, 1);
}
#header-block {
display: flex;
flex-direction: column;
align-items: center;
justify-content: s... | 0.447943 | 0.155271 |
@charset "UTF-8";
body{
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.avoid-click{
pointer-events: none;
}
h1{
}
#... | assets/payment_css/style.css | @charset "UTF-8";
body{
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.avoid-click{
pointer-events: none;
}
h1{
}
#... | 0.314682 | 0.054828 |
.unsafehtml {
padding: 0;
width: 100%;
height: 100%;
margin: 0;
}
.twitter, .twitter-timeline, .twitter-timeline-rendered {
float:left;
}
.twitter-timeline {
height: 100%;
width:100%;
}
iframe {
padding: 0;
margin: 0;
border:none;
width: 100%;
... | public/modules/monitors/css/monitors.css | .unsafehtml {
padding: 0;
width: 100%;
height: 100%;
margin: 0;
}
.twitter, .twitter-timeline, .twitter-timeline-rendered {
float:left;
}
.twitter-timeline {
height: 100%;
width:100%;
}
iframe {
padding: 0;
margin: 0;
border:none;
width: 100%;
... | 0.302185 | 0.069352 |
body {color:#000;}
.tabs-left > li.active > a {color: #fff;}
.container {border-left: solid #b2b3b6 1px; border-right: solid #b2b3b6 1px; background-color: white;}
.container h1 {margin-top: 72px;}
img {max-width: 1024px;}
.caption {font-variant: small-caps; color: white; opacity: 0.4; background-color: black; padding:... | static/site/dortmund/css/tudo.css | body {color:#000;}
.tabs-left > li.active > a {color: #fff;}
.container {border-left: solid #b2b3b6 1px; border-right: solid #b2b3b6 1px; background-color: white;}
.container h1 {margin-top: 72px;}
img {max-width: 1024px;}
.caption {font-variant: small-caps; color: white; opacity: 0.4; background-color: black; padding:... | 0.408513 | 0.183594 |
-------------------------------------------------------------- */
@media only screen and (max-width: 1366px) {
}
/* Smaller than standard 1200 */
@media only screen and (max-width: 1199px) {
.wrap-header-content,.long_content .themesflat-top .content-left,.long_content .themesflat-top .content-right {
float:none... | public/wp-content/themes/fo/css/responsive.css | -------------------------------------------------------------- */
@media only screen and (max-width: 1366px) {
}
/* Smaller than standard 1200 */
@media only screen and (max-width: 1199px) {
.wrap-header-content,.long_content .themesflat-top .content-left,.long_content .themesflat-top .content-right {
float:none... | 0.244634 | 0.057971 |
@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans:wght@400;700&family=Montserrat&display=swap');
* {
box-sizing: border-box;
}
body, html {
height: 100%;
margin: 0;
font-size: 16px;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
line-height: 1.8em;
color: #333... | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans:wght@400;700&family=Montserrat&display=swap');
* {
box-sizing: border-box;
}
body, html {
height: 100%;
margin: 0;
font-size: 16px;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
line-height: 1.8em;
color: #333... | 0.438064 | 0.087759 |
body {
margin:0px;
}
header{
text-align: center;
height: 5%;
font-size: 40px;
color: white;
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
background: linear-gradient(to left, blue, lightblue);
}
#jumbotron{
display:inline-block;
width:75%;
float:rig... | assets/style.css | body {
margin:0px;
}
header{
text-align: center;
height: 5%;
font-size: 40px;
color: white;
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
background: linear-gradient(to left, blue, lightblue);
}
#jumbotron{
display:inline-block;
width:75%;
float:rig... | 0.501221 | 0.127462 |
ul.list-container {
margin-bottom: 4rem;
}
.fleet-item {
position: relative;
min-height: 80px;
margin-bottom: .6rem;
border: 1px solid #ddd;
-webkit-border-radius: .2rem;
-moz-border-radius: .2rem;
border-radius: .2rem;
}
.fleet-item i.material-icons {
vertical-align: middle;
fon... | assets/css/fleet.css | ul.list-container {
margin-bottom: 4rem;
}
.fleet-item {
position: relative;
min-height: 80px;
margin-bottom: .6rem;
border: 1px solid #ddd;
-webkit-border-radius: .2rem;
-moz-border-radius: .2rem;
border-radius: .2rem;
}
.fleet-item i.material-icons {
vertical-align: middle;
fon... | 0.346431 | 0.054149 |
html {
background:#fff;
}
body {
line-height: 1;
color: #000;
font-weight: normal;
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 13px;
-webkit-font-smoothing: antialiased;
margin-top: 0;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
background-color: #eee;
text-align... | silicone-demo/src/main/webapp/css/purestyle.css | html {
background:#fff;
}
body {
line-height: 1;
color: #000;
font-weight: normal;
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 13px;
-webkit-font-smoothing: antialiased;
margin-top: 0;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
background-color: #eee;
text-align... | 0.396068 | 0.071009 |
width: 100%;
max-width: 1182px;
margin: 0 auto;
padding: 0 20px;
background: #fff;
border-left: solid 1px rgba(0, 0, 0, .1);
border-right: solid 1px rgba(0, 0, 0, .1)
}
#main_content > .container {
background: #fff;
max-width: 100%;
padding: 0;
}
#main_content > .container:last... | static/css/backgroud.css | width: 100%;
max-width: 1182px;
margin: 0 auto;
padding: 0 20px;
background: #fff;
border-left: solid 1px rgba(0, 0, 0, .1);
border-right: solid 1px rgba(0, 0, 0, .1)
}
#main_content > .container {
background: #fff;
max-width: 100%;
padding: 0;
}
#main_content > .container:last... | 0.481698 | 0.085671 |
@media (max-width: 768px){
body{
padding-top: 0;
background: #eee;
}
body .container{
width: 100%;
}
h1, h3, h2, h4, h5, h6,ul,li,div,p{
padding: 0;
margin: 0;
}
/*头*/
.header {
background-color: #fff;
height: 2.1rem;
position: relative;
}
.header .goback, .header .gohome, .header .lo... | static/user/css/app.css | @media (max-width: 768px){
body{
padding-top: 0;
background: #eee;
}
body .container{
width: 100%;
}
h1, h3, h2, h4, h5, h6,ul,li,div,p{
padding: 0;
margin: 0;
}
/*头*/
.header {
background-color: #fff;
height: 2.1rem;
position: relative;
}
.header .goback, .header .gohome, .header .lo... | 0.30715 | 0.084568 |
.layui-layout-admin .layui-header{background-color:#1aa094!important}
.layui-header>ul>.layui-nav-item.layui-this,.layuimini-tool i:hover{background-color:#197971!important}
.layui-header .layuimini-header-content>ul>.layui-nav-item.layui-this,.layuimini-tool i:hover{background-color:#197971!important}
.layui-layout-ad... | src/client/GodOx.Mvc.Admin/wwwroot/css/layuimini.css | .layui-layout-admin .layui-header{background-color:#1aa094!important}
.layui-header>ul>.layui-nav-item.layui-this,.layuimini-tool i:hover{background-color:#197971!important}
.layui-header .layuimini-header-content>ul>.layui-nav-item.layui-this,.layuimini-tool i:hover{background-color:#197971!important}
.layui-layout-ad... | 0.262936 | 0.036597 |
.u-section-1 {
min-height: 1074px;
}
.u-section-1 .u-text-1 {
font-size: 3.75rem;
background-image: none;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 900;
margin: 93px calc(((100% - 1140px) / 2) + 154px) 0 calc(((100% - 1140px) / 2) + 86px);
}
.u-section-1 .u-shape-1 {
height: 200px;
... | public/css/community/Home.css | .u-section-1 {
min-height: 1074px;
}
.u-section-1 .u-text-1 {
font-size: 3.75rem;
background-image: none;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 900;
margin: 93px calc(((100% - 1140px) / 2) + 154px) 0 calc(((100% - 1140px) / 2) + 86px);
}
.u-section-1 .u-shape-1 {
height: 200px;
... | 0.394318 | 0.094427 |
.comment_main{
background: #EEE;
min-height: 64px;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
padding: 32px;
box-sizing: border-box;
width: 100%;
}
.comment_main form{
display: flex;
-webkit-flex-direction: row;
-ms-flex-dir... | src/app/comment/comment-list/comment-list.component.css | .comment_main{
background: #EEE;
min-height: 64px;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
padding: 32px;
box-sizing: border-box;
width: 100%;
}
.comment_main form{
display: flex;
-webkit-flex-direction: row;
-ms-flex-dir... | 0.451568 | 0.065425 |
1.0 Utilities
--------------------------------------------------------------*/
#header {
position: relative;
width: 100%;
background: #FFF;
box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.08);
}
#header .container {
position: relative
}
#header.navbar-fixed-top {
position: fixed;
right: 0... | webapp/static/css/2/style.css | 1.0 Utilities
--------------------------------------------------------------*/
#header {
position: relative;
width: 100%;
background: #FFF;
box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.08);
}
#header .container {
position: relative
}
#header.navbar-fixed-top {
position: fixed;
right: 0... | 0.354098 | 0.065875 |
.navbar-top {grid-area: navbar-top;}
.page-grid-layout {
display: grid;
grid-template-columns: 0 1fr 1fr 2fr 0;
grid-template-rows: 20px 65px 1fr 0;
grid-gap: 5px;
grid-template-areas:
" navbar-top navbar-top navbar-top navbar-top navbar-top "
" . wrapper-name wrapper-game wrapper-preview . ... | styles/pages/project_editor.css | .navbar-top {grid-area: navbar-top;}
.page-grid-layout {
display: grid;
grid-template-columns: 0 1fr 1fr 2fr 0;
grid-template-rows: 20px 65px 1fr 0;
grid-gap: 5px;
grid-template-areas:
" navbar-top navbar-top navbar-top navbar-top navbar-top "
" . wrapper-name wrapper-game wrapper-preview . ... | 0.470493 | 0.136666 |
:root {
--responsive-space: 1.5rem;
--responsive-typography-space: 0.75rem;
--responsive-hero: 24rem;
}
@media (--md) {
:root {
--responsive-space: 3rem;
--responsive-typography-space: 1rem;
--responsive-hero: 38rem;
}
}
@media (--lg) {
:root {
--responsive-space: 4rem;
--responsive-he... | assets/styles/variables.css | :root {
--responsive-space: 1.5rem;
--responsive-typography-space: 0.75rem;
--responsive-hero: 24rem;
}
@media (--md) {
:root {
--responsive-space: 3rem;
--responsive-typography-space: 1rem;
--responsive-hero: 38rem;
}
}
@media (--lg) {
:root {
--responsive-space: 4rem;
--responsive-he... | 0.311741 | 0.123974 |
/*Textfelder vom Filter zum Durchsuchen der Studenten*/
.textfeld_filter{
font-size: 3vw;
width: 20vw;
border-radius: 5px;
padding: 1vw;
box-sizing: border-box;
transition: .3s;
margin-right: 10px;
color: #6078bf;
vertical-align: middle;
margin-bottom: 2vw;
border: 1px solid... | src/SUebersicht.css |
/*Textfelder vom Filter zum Durchsuchen der Studenten*/
.textfeld_filter{
font-size: 3vw;
width: 20vw;
border-radius: 5px;
padding: 1vw;
box-sizing: border-box;
transition: .3s;
margin-right: 10px;
color: #6078bf;
vertical-align: middle;
margin-bottom: 2vw;
border: 1px solid... | 0.326593 | 0.093844 |
.thepress h3 {
color: #c9c9c9;
padding: 75px;
margin-top: 0px;
}
.thepress {
background: #360321;
font-family: Roboto Condensed;
}
.edit-press-1 p {
color: #c9c9c9;
/* padding-left: 28%;
padding-right: 12%;*/
}
.edit-press-2 p {
color: #c9c9c9;
/*padding-right: 140px;
paddi... | public/css/thang.css | .thepress h3 {
color: #c9c9c9;
padding: 75px;
margin-top: 0px;
}
.thepress {
background: #360321;
font-family: Roboto Condensed;
}
.edit-press-1 p {
color: #c9c9c9;
/* padding-left: 28%;
padding-right: 12%;*/
}
.edit-press-2 p {
color: #c9c9c9;
/*padding-right: 140px;
paddi... | 0.306527 | 0.103115 |
html{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#plantillas {
display: none;
}
.alto_pulgar{
height: 3em;
}
.ancho_pulgar{
width: 3em;
}
.barra_superior{
background-color: orange;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
border-bottom: solid white 1... | Cuentas.css | html{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#plantillas {
display: none;
}
.alto_pulgar{
height: 3em;
}
.ancho_pulgar{
width: 3em;
}
.barra_superior{
background-color: orange;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
border-bottom: solid white 1... | 0.511717 | 0.07343 |
body {
font-family: 'Pontano Sans', sans-serif;
}
a:hover {
text-decoration: none;
}
.wrapper {
height: 100vh;
}
.navbar, #footer {
font-size: 1.15em;
}
.navbar-brand {
font-size: 1.5em;
}
#home {
background: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.25)), url("../img/endpos.jpg");
background-si... | css/portfolio.css | body {
font-family: 'Pontano Sans', sans-serif;
}
a:hover {
text-decoration: none;
}
.wrapper {
height: 100vh;
}
.navbar, #footer {
font-size: 1.15em;
}
.navbar-brand {
font-size: 1.5em;
}
#home {
background: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.25)), url("../img/endpos.jpg");
background-si... | 0.400749 | 0.087486 |
body{}
.container
{
width:800px;
margin:auto;
border:2px;
border-color: aqua;
}
.clearfix
{
clear: both;/* خاص بقسم الmy education*/
}
/* end main rules */
/*________________________________________________________________________*/
/* start header*/
.header .slider
{
background-color: #EEE;
... | css/stylee.css | body{}
.container
{
width:800px;
margin:auto;
border:2px;
border-color: aqua;
}
.clearfix
{
clear: both;/* خاص بقسم الmy education*/
}
/* end main rules */
/*________________________________________________________________________*/
/* start header*/
.header .slider
{
background-color: #EEE;
... | 0.186095 | 0.04952 |
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
}
#home-container {
background-color: #efedee;
border-radius: 10px;
min-width: 250px;
width: 100%;
min-height: 200px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
#home-text {
color: black;
... | styles/styles.css | padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
}
#home-container {
background-color: #efedee;
border-radius: 10px;
min-width: 250px;
width: 100%;
min-height: 200px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
#home-text {
color: black;
... | 0.393269 | 0.083666 |
@font-face {
font-family: Helvetica Neue Cyr;
src: url(fonts/HelveticaNeueCyr-Light.ttf);
}
@font-face {
font-family: Helvetica Neue Cyr;
src: url(fonts/HelveticaNeueCyr-Bold.ttf);
font-weight: bold;
}
body{
font-family: "Helvetica Neue Cyr";
}
header {
position:relative;
top:0;
colo... | web/combined/common.css | @font-face {
font-family: Helvetica Neue Cyr;
src: url(fonts/HelveticaNeueCyr-Light.ttf);
}
@font-face {
font-family: Helvetica Neue Cyr;
src: url(fonts/HelveticaNeueCyr-Bold.ttf);
font-weight: bold;
}
body{
font-family: "Helvetica Neue Cyr";
}
header {
position:relative;
top:0;
colo... | 0.455441 | 0.075483 |
body {
background: #f5f6fa;
font-family: 'Oswald', sans-serif;
}
/*Inicio del ccs del footer*/
.page-footer {
background: #78C2AD;
text-align: center;
}
.page-footer h5 {
color:#fff;
text-align: center;
}
.page-footer p {
color:#fff;
text-align: center;
}
.page-footer a {
... | public/css/style.css | body {
background: #f5f6fa;
font-family: 'Oswald', sans-serif;
}
/*Inicio del ccs del footer*/
.page-footer {
background: #78C2AD;
text-align: center;
}
.page-footer h5 {
color:#fff;
text-align: center;
}
.page-footer p {
color:#fff;
text-align: center;
}
.page-footer a {
... | 0.323166 | 0.078572 |
@import url('https://fonts.googleapis.com/css2?family=Langar&display=swap');
header {
display: flex;
justify-content: space-between;
padding: 30px;
background-color: #4a5568; }
header .logo {
display: block;
overflow: hidden; }
header .logo h1 {
font-family: 'Lan... | public/css/app.css | @import url('https://fonts.googleapis.com/css2?family=Langar&display=swap');
header {
display: flex;
justify-content: space-between;
padding: 30px;
background-color: #4a5568; }
header .logo {
display: block;
overflow: hidden; }
header .logo h1 {
font-family: 'Lan... | 0.40698 | 0.090093 |
*{
margin: 0;
padding: 0;
list-style: none;
text-decoration: none;
box-sizing: border-box;
}
.row{
display: flex;
flex-wrap: wrap;
}
.col-md-6{
width: 50%;
padding-left: 15px;
padding-right: 15px;
}
.col-md-6 input{
width: 100% !important;
}
body{
font-family: 'Montserrat';
}
.container{
max-w... | public/css/login.css | *{
margin: 0;
padding: 0;
list-style: none;
text-decoration: none;
box-sizing: border-box;
}
.row{
display: flex;
flex-wrap: wrap;
}
.col-md-6{
width: 50%;
padding-left: 15px;
padding-right: 15px;
}
.col-md-6 input{
width: 100% !important;
}
body{
font-family: 'Montserrat';
}
.container{
max-w... | 0.347094 | 0.062991 |
.container {
text-align: center;
}
.page :visited {
text-decoration: none;
color: "#fb3f00";
}
.page {
color: "#fb3f00";
text-decoration: none;
font-size: 1.5rem;
}
.page :active {
color: "#fb3f00";
text-decoration: none;
}
.page :link {
color: "#fb3f00";
text-decoration: none;
}
.page :hover {... | src/components/additional.css | .container {
text-align: center;
}
.page :visited {
text-decoration: none;
color: "#fb3f00";
}
.page {
color: "#fb3f00";
text-decoration: none;
font-size: 1.5rem;
}
.page :active {
color: "#fb3f00";
text-decoration: none;
}
.page :link {
color: "#fb3f00";
text-decoration: none;
}
.page :hover {... | 0.523908 | 0.145996 |
.viewNavigator_root {
width:100%;
height:100%;
background-color:666666;
overflow:hidden;
}
.viewNavigator_header {
position:absolute;
width:100%;
height:46px;
overflow:hide;
padding:0px;
}
.viewNavigator_header_backlink {
position:absolute;
top:0px;
left:0px;
z-index:2;
white-space: nowrap;
overfl... | js/viewnavigator/viewnavigator.css | .viewNavigator_root {
width:100%;
height:100%;
background-color:666666;
overflow:hidden;
}
.viewNavigator_header {
position:absolute;
width:100%;
height:46px;
overflow:hide;
padding:0px;
}
.viewNavigator_header_backlink {
position:absolute;
top:0px;
left:0px;
z-index:2;
white-space: nowrap;
overfl... | 0.407451 | 0.080937 |
body{
font-family: 'Montserrat', sans-serif;
font-weight: 700;
width: 100%;
margin: 0 auto;
/* background-color: #DEEDF0 */
/* background-color: #F0F0F0 */
/* background-color: #F4CCA4 */
/* background-color: #E7E6E1 */
background-color: #F7E9E3
}
header{
height: 80px;
width: 100%;
position: ... | css/style.css | body{
font-family: 'Montserrat', sans-serif;
font-weight: 700;
width: 100%;
margin: 0 auto;
/* background-color: #DEEDF0 */
/* background-color: #F0F0F0 */
/* background-color: #F4CCA4 */
/* background-color: #E7E6E1 */
background-color: #F7E9E3
}
header{
height: 80px;
width: 100%;
position: ... | 0.3512 | 0.057891 |
* {
box-sizing: border-box;
}
html, body {
}
html section, body section {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-directi... | web/interview/boutons/styles.css | * {
box-sizing: border-box;
}
html, body {
}
html section, body section {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-directi... | 0.385375 | 0.089614 |
body{ background-color: var(--light)}
.auth-wrapper {height: calc(100vh)!important;}
#loginform img {max-width: 100%;}
.input-group>.input-group-append:not(:last-child)>.input-group-text {border-top-right-radius: 2px; border-bottom-right-radius: 2px;}
.form-group input, .form-group select, .form-group textarea{font-wei... | public/assets/css/login.css | body{ background-color: var(--light)}
.auth-wrapper {height: calc(100vh)!important;}
#loginform img {max-width: 100%;}
.input-group>.input-group-append:not(:last-child)>.input-group-text {border-top-right-radius: 2px; border-bottom-right-radius: 2px;}
.form-group input, .form-group select, .form-group textarea{font-wei... | 0.281504 | 0.071949 |
html, body {
background: black;
color: white;
font-family: "San Francisco";
font-weight: 100;
font-size: 1.2em;
text-align: left;
margin: 0;
padding: 0;
}
.clearfix {
clear: both;
}
/** Ultra Light */
@font-face {
font-family: "San Francisco";
font-weight: 100;
src: url("//applesocial.s3.ama... | client/stylesheets/index.css | html, body {
background: black;
color: white;
font-family: "San Francisco";
font-weight: 100;
font-size: 1.2em;
text-align: left;
margin: 0;
padding: 0;
}
.clearfix {
clear: both;
}
/** Ultra Light */
@font-face {
font-family: "San Francisco";
font-weight: 100;
src: url("//applesocial.s3.ama... | 0.587233 | 0.071203 |
@font-face {
font-family: 'AmbleRegular';
src: url( ../fonts/Amble-Light-webfont.ttf ) format("truetype");
}
.calendar-eightysix {
cursor: default;
position: absolute;
z-index: 999;
text-align: center;
}
.calendar-eightysix, .calendar-eightysix * {
overflow: hidden;
padding: 0;
margin: 0;
}
.calenda... | public/css/calendar-eightysix-default.css | @font-face {
font-family: 'AmbleRegular';
src: url( ../fonts/Amble-Light-webfont.ttf ) format("truetype");
}
.calendar-eightysix {
cursor: default;
position: absolute;
z-index: 999;
text-align: center;
}
.calendar-eightysix, .calendar-eightysix * {
overflow: hidden;
padding: 0;
margin: 0;
}
.calenda... | 0.210523 | 0.053453 |
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@font-face {
font-family: '<NAME>';
src: url('fonts/izhitsa-cyrillic.ttf');
}
html,
body {
margin: 0;
height: 100%;
width: 100%;
position: relati... | src/completed/8/style.css | @import url('https://fonts.googleapis.com/css?family=Press+Start+2P&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@font-face {
font-family: '<NAME>';
src: url('fonts/izhitsa-cyrillic.ttf');
}
html,
body {
margin: 0;
height: 100%;
width: 100%;
position: relati... | 0.468061 | 0.088151 |
@media screen {
body {
background-color: #EEEEEE;
background-image: url("images/ship_bg.jpg");
background-attachment: fixed;
background-position: bottom;
color: rgb(100,100,100);
padding: 0.5%;
font-family: 'PT Mono', monospace;
font-size: 1rem;
line-height: 1.1rem;
}
h1 {
font-siz... | stress.css | @media screen {
body {
background-color: #EEEEEE;
background-image: url("images/ship_bg.jpg");
background-attachment: fixed;
background-position: bottom;
color: rgb(100,100,100);
padding: 0.5%;
font-family: 'PT Mono', monospace;
font-size: 1rem;
line-height: 1.1rem;
}
h1 {
font-siz... | 0.303319 | 0.065009 |
body {
padding: 0;
margin: 0;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
text-decoration: none;
}
header {
text-align: center;
padding: 20px;
margin-bottom: 30px;
}
h3, h2 {
text-align: center;
font-size: 30px;
}
nav {
background-color: rgb(255,255,255);
padding: 5px;
margin-bottom:... | public/stylesheets/style.css | body {
padding: 0;
margin: 0;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
text-decoration: none;
}
header {
text-align: center;
padding: 20px;
margin-bottom: 30px;
}
h3, h2 {
text-align: center;
font-size: 30px;
}
nav {
background-color: rgb(255,255,255);
padding: 5px;
margin-bottom:... | 0.352982 | 0.090293 |
.ng-table th {
text-align:left;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.ng-table th.sortable{cursor:pointer}/show hand icon on the grid column/
.ng-table th.sortable div{padding-right:30px... | app/Views/Shared/Module/ngtable/ng-table.css | .ng-table th {
text-align:left;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.ng-table th.sortable{cursor:pointer}/show hand icon on the grid column/
.ng-table th.sortable div{padding-right:30px... | 0.498047 | 0.087955 |
.img-center-responsive {
text-align: center;
}
.img-center-responsive > img {
height: auto;
max-width: 100%;
}
.img-center-responsive-link {
text-align: center;
}
.img-center-responsive-link a > img {
height: auto;
max-width: 100%;
}
.alpha-on {
visibility: visible;
opacity: 1;
}
.alpha-off {
visibili... | public/css/landing/thestyle.css | .img-center-responsive {
text-align: center;
}
.img-center-responsive > img {
height: auto;
max-width: 100%;
}
.img-center-responsive-link {
text-align: center;
}
.img-center-responsive-link a > img {
height: auto;
max-width: 100%;
}
.alpha-on {
visibility: visible;
opacity: 1;
}
.alpha-off {
visibili... | 0.342901 | 0.085213 |
div.w180 {width:180px;height:auto;}
.menu {border:1px solid #ddd;background:#f9f9f9;}
.menu h2 {font-size:14px;color:#666;padding:7px 0 7px 8px;border-bottom:1px solid #e5e5e5;background:#f2f2f2;}
.menu ul li {padding:10px 10px 10px 15px;color:#555;border-bottom:1px dotted #eee;}
.menu ul li.cur {padding-left:25px;... | html/public/theme/frontend/default/style/user.css | div.w180 {width:180px;height:auto;}
.menu {border:1px solid #ddd;background:#f9f9f9;}
.menu h2 {font-size:14px;color:#666;padding:7px 0 7px 8px;border-bottom:1px solid #e5e5e5;background:#f2f2f2;}
.menu ul li {padding:10px 10px 10px 15px;color:#555;border-bottom:1px dotted #eee;}
.menu ul li.cur {padding-left:25px;... | 0.110423 | 0.069795 |
.zoom img {
-webkit-transition: all 2s ease;
-moz-transition: all 2s ease;
-ms-transition: all 2s ease;
transition: all 2s ease;
}
.zoom img:hover {
width: 300px;
height: 300px;
}
/* Styles for wrapping the search box */
.main {
width: 50%;
margin: 50px auto;
}
/* Bootstrap 4 text input with searc... | public/css/style.css | .zoom img {
-webkit-transition: all 2s ease;
-moz-transition: all 2s ease;
-ms-transition: all 2s ease;
transition: all 2s ease;
}
.zoom img:hover {
width: 300px;
height: 300px;
}
/* Styles for wrapping the search box */
.main {
width: 50%;
margin: 50px auto;
}
/* Bootstrap 4 text input with searc... | 0.319015 | 0.053527 |
body {
font-family: monospace;
font-size: 18px;
background: #FFC300;
color: #666;
margin: 0;
}
img {
display: inline-block;
width: 100%;
}
a{
text-decoration: none;
}
#blog{
color: #fff;
font-family: Verdana;
position: relative;
top: 35px;
left: 30px;
}
#flex {
position: fixed;
top: 15... | home/css/styles.css | body {
font-family: monospace;
font-size: 18px;
background: #FFC300;
color: #666;
margin: 0;
}
img {
display: inline-block;
width: 100%;
}
a{
text-decoration: none;
}
#blog{
color: #fff;
font-family: Verdana;
position: relative;
top: 35px;
left: 30px;
}
#flex {
position: fixed;
top: 15... | 0.344333 | 0.084985 |
body{
font-family: 'Raleway', sans-serif;
color: black ;
}
pink-navbar{
background-color: #fff !important;
}
.pink-divider{
width: 0;
border-right: 1px solid #444;
height: 50px;
margin: auto 16px;
}
.bg-pink{
background-color: rgba(242, 167, 177,1);
}
.nav-link-pink{
color: black;
... | assets/css/pinklabel.css | body{
font-family: 'Raleway', sans-serif;
color: black ;
}
pink-navbar{
background-color: #fff !important;
}
.pink-divider{
width: 0;
border-right: 1px solid #444;
height: 50px;
margin: auto 16px;
}
.bg-pink{
background-color: rgba(242, 167, 177,1);
}
.nav-link-pink{
color: black;
... | 0.383988 | 0.063077 |
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td { margin: 0; padding: 0; border: 0;}
html { color: #000; }
html,body { height: 100%; }
body,button,input,select,textarea,a{ font-family:'微软雅黑','Microsoft Yahei','黑体','SimHei', \5FAE\8F6F\96C5\9ED1,'宋体',\5b8b\4f... | webapps/ROOT/css/common.css | body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td { margin: 0; padding: 0; border: 0;}
html { color: #000; }
html,body { height: 100%; }
body,button,input,select,textarea,a{ font-family:'微软雅黑','Microsoft Yahei','黑体','SimHei', \5FAE\8F6F\96C5\9ED1,'宋体',\5b8b\4f... | 0.160036 | 0.063077 |
@import 'part:@sanity/base/theme/variables-style';
.image {
position: absolute;
top: 0;
width: 100%;
vertical-align: bottom;
box-sizing: border-box;
background-color: var(--body-bg);
background-image:
linear-gradient(45deg, var(--checkerboard-color) 25%, transparent 25%),
linear-gradient(-45deg, ... | packages/@sanity/form-builder/src/inputs/ImageInput/styles/Asset.css | @import 'part:@sanity/base/theme/variables-style';
.image {
position: absolute;
top: 0;
width: 100%;
vertical-align: bottom;
box-sizing: border-box;
background-color: var(--body-bg);
background-image:
linear-gradient(45deg, var(--checkerboard-color) 25%, transparent 25%),
linear-gradient(-45deg, ... | 0.537284 | 0.102439 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("newvegasnexus.com") {
#main, #content, #under-content, #main-top, #main-bottom, #footer, .bottom-corner {
background-color: #313131 !important ;
background-image: none !important;
float: none !important;
width: 100% !importa... | data/usercss/55807.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("newvegasnexus.com") {
#main, #content, #under-content, #main-top, #main-bottom, #footer, .bottom-corner {
background-color: #313131 !important ;
background-image: none !important;
float: none !important;
width: 100% !importa... | 0.190009 | 0.066448 |
@font-face{
font-family:'museo-sans700';
src:url("../fonts/museosansrounded-700.woff");
}
@font-face{
font-family:'museo-sans500';
src:url("../fonts/museosansrounded-500.woff");
}
@font-face{
font-family:'museo-sans300';
src:url("../fonts/museosansrounded-300.woff");
}
@-webkit-v... | static_root/static_files/css/style.css | @font-face{
font-family:'museo-sans700';
src:url("../fonts/museosansrounded-700.woff");
}
@font-face{
font-family:'museo-sans500';
src:url("../fonts/museosansrounded-500.woff");
}
@font-face{
font-family:'museo-sans300';
src:url("../fonts/museosansrounded-300.woff");
}
@-webkit-v... | 0.243642 | 0.040163 |
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, ... | stylesheets/stylesheet.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.282493 | 0.086478 |
@charset "UTF-8"; /* Copyright 2015-2018 <NAME> */
.zh-n0_F:after {content:" 铅铁 一一 金银 一一 银金 一一 铁铅 汞铜 一一 锡锡 一一 铜汞 铅铁 "}
.zh-n0_C:after {content:" 汞铜 一一 锡锡 一一 铜汞 铅铁 一一 金银 一一 银金 一一 铁铅 汞铜 "}
.zh-n0_G:after {content:" 金银 一一 银金 一一 铁铅 汞铜 一一 锡锡 一一 铜汞 铅铁 一一 金银 "}
.zh-n0_D:after {content:" 锡锡 一一 铜... | styles/fenghuang.css | @charset "UTF-8"; /* Copyright 2015-2018 <NAME> */
.zh-n0_F:after {content:" 铅铁 一一 金银 一一 银金 一一 铁铅 汞铜 一一 锡锡 一一 铜汞 铅铁 "}
.zh-n0_C:after {content:" 汞铜 一一 锡锡 一一 铜汞 铅铁 一一 金银 一一 银金 一一 铁铅 汞铜 "}
.zh-n0_G:after {content:" 金银 一一 银金 一一 铁铅 汞铜 一一 锡锡 一一 铜汞 铅铁 一一 金银 "}
.zh-n0_D:after {content:" 锡锡 一一 铜... | 0.095835 | 0.074332 |
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700&display=swap");
@import url("normalize.css");
@import url("bulma.css");
* {
box-sizing: border-box;
}
#app {
font-family: "Manrope", sans-serif;
background-color: #f9fafc;
box-shadow: 0 5px 20px #3131311f;
margin: 2.4rem 0 0;
p... | src/styles/main.css | @import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700&display=swap");
@import url("normalize.css");
@import url("bulma.css");
* {
box-sizing: border-box;
}
#app {
font-family: "Manrope", sans-serif;
background-color: #f9fafc;
box-shadow: 0 5px 20px #3131311f;
margin: 2.4rem 0 0;
p... | 0.31732 | 0.103024 |
.page-container {
width: 80%;
margin: 0 auto;
}
.header-container {
margin-top: 40px;
display: flex;
justify-content: space-between;
}
.header-logo {
align-self: flex-start;
}
.header-logo img {
max-width: 300px;
align-self: flex-end;
}
.header-navbar {
display: flex;
align-items: center;
justify-... | src/app/app.component.css | .page-container {
width: 80%;
margin: 0 auto;
}
.header-container {
margin-top: 40px;
display: flex;
justify-content: space-between;
}
.header-logo {
align-self: flex-start;
}
.header-logo img {
max-width: 300px;
align-self: flex-end;
}
.header-navbar {
display: flex;
align-items: center;
justify-... | 0.335133 | 0.075007 |
/*************************
*******Typography******
**************************/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Abel);
/*******... | public/frontEnd/css/main.css |
/*************************
*******Typography******
**************************/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Abel);
/*******... | 0.262653 | 0.065247 |
:root{
--main-color:#4C84FF;
--primary-bg-color:#fff;
--secondary-bg-color:#eee;
--primary-text-color:#222;
--secondary-text-color:#666;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap');
*{
font-family: 'Roboto', sans-serif;
margin:0; padding:0... | public/frountend/css/style.css | :root{
--main-color:#4C84FF;
--primary-bg-color:#fff;
--secondary-bg-color:#eee;
--primary-text-color:#222;
--secondary-text-color:#666;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap');
*{
font-family: 'Roboto', sans-serif;
margin:0; padding:0... | 0.437703 | 0.083516 |
*{
primary : #2A2E37;
secondary : #FFFF8D;
secondary-hover : #ffe538;
text_color : white;
hover_text : #B2B2B2;
}
/* Styling For Main First Login Home Screen */
.root{
-fx-background-color:primary;
}
#login_pane{
-fx-background-image:url("bg.jpg");
-fx-background-position: center;
-fx-background-s... | src/grp/anon/login/loginStyle.css | *{
primary : #2A2E37;
secondary : #FFFF8D;
secondary-hover : #ffe538;
text_color : white;
hover_text : #B2B2B2;
}
/* Styling For Main First Login Home Screen */
.root{
-fx-background-color:primary;
}
#login_pane{
-fx-background-image:url("bg.jpg");
-fx-background-position: center;
-fx-background-s... | 0.244814 | 0.048812 |
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700);
/* line 2, ../sass/style.scss */
* {
margin: 0px;
padding: 0px;
font-family: 'Noto Serif';
}
/* line 7, ../sass/style.scss */
#user_text {
width: 100%;
margin-top: 40px;
font-size: 20px;
background-color: transparent;
border: none... | animation-master/animation56/stylesheets/style.css | @import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700);
/* line 2, ../sass/style.scss */
* {
margin: 0px;
padding: 0px;
font-family: 'Noto Serif';
}
/* line 7, ../sass/style.scss */
#user_text {
width: 100%;
margin-top: 40px;
font-size: 20px;
background-color: transparent;
border: none... | 0.243912 | 0.065995 |
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');
@font-face {
font-family: 'Poppins-regular';
src: url(./fonts/Poppins-Regular.ttf);
}
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
/* Base style for all layouts (mobile, tablet, and desktop). ... | week2/drones-website/style.css | @import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');
@font-face {
font-family: 'Poppins-regular';
src: url(./fonts/Poppins-Regular.ttf);
}
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
/* Base style for all layouts (mobile, tablet, and desktop). ... | 0.368292 | 0.089574 |
*{margin: 0px; padding: 0px;}
a{text-decoration: none; }
ul li,ol li{list-style: none;}
i{font-style: normal;}
body{font: 14px/1.5 '微软雅黑';background: #FAFAFA;color: #5e5e5e;}
.fr{float: right;}
.fl{float: left;}
.ml{margin-left: 50px;}
.clear{clear: both;}
.clearfix {display: block;}
.clearfix:before {display: none!imp... | Public/Home/css/center.css | *{margin: 0px; padding: 0px;}
a{text-decoration: none; }
ul li,ol li{list-style: none;}
i{font-style: normal;}
body{font: 14px/1.5 '微软雅黑';background: #FAFAFA;color: #5e5e5e;}
.fr{float: right;}
.fl{float: left;}
.ml{margin-left: 50px;}
.clear{clear: both;}
.clearfix {display: block;}
.clearfix:before {display: none!imp... | 0.262275 | 0.112893 |
html, body {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}
div {
display: flex;
}
.work_area {
width: 100%;
height: 100%;
min-height: 400px;
margin: auto;
flex-direction: column;
}
.navigation {
width: 100%;
height: 36px;
line-height: 36px;
margin: 0... | app/css/main.css | html, body {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}
div {
display: flex;
}
.work_area {
width: 100%;
height: 100%;
min-height: 400px;
margin: auto;
flex-direction: column;
}
.navigation {
width: 100%;
height: 36px;
line-height: 36px;
margin: 0... | 0.562177 | 0.083292 |
.sidebar-toggle,
.sidebar-close {
display: none;
}
:root {
--sidebar-padding: 1rem;
--sidebar-shadow: 0 0 1px 0 rgba(73, 79, 95, 0.6), 0 2px 10px -5px rgba(73, 79, 95, 0.55), 0 3px 30px -15px rgba(73, 79, 95, 0.8), 0 0 50px -5px rgba(73, 79, 95, 0.5);
--sidebar-transition-duration: .3s;
}
.sidebar-container {... | addon/styles/sidebar.css | .sidebar-toggle,
.sidebar-close {
display: none;
}
:root {
--sidebar-padding: 1rem;
--sidebar-shadow: 0 0 1px 0 rgba(73, 79, 95, 0.6), 0 2px 10px -5px rgba(73, 79, 95, 0.55), 0 3px 30px -15px rgba(73, 79, 95, 0.8), 0 0 50px -5px rgba(73, 79, 95, 0.5);
--sidebar-transition-duration: .3s;
}
.sidebar-container {... | 0.565179 | 0.129623 |
.multilevel-dropdown-container {
display: inline-block;
vertical-align: top;
}
.multilevel-dropdown > li ul li ul {
max-height: 300px;
overflow-y: auto;
}
.multilevel-dropdown > li {
background: #e6e6e6 url("smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png");
}
.multilevel-dropdown-container .mu... | webapp/metviewer/css/multilevel-dropdown.css | .multilevel-dropdown-container {
display: inline-block;
vertical-align: top;
}
.multilevel-dropdown > li ul li ul {
max-height: 300px;
overflow-y: auto;
}
.multilevel-dropdown > li {
background: #e6e6e6 url("smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png");
}
.multilevel-dropdown-container .mu... | 0.462473 | 0.069542 |
label.radio {
padding-left: 18px;
padding-right: 0px;
margin-left: 3px;
display: inline-block;
}
.radio input[type="radio"] {
float: none;
}
label.checkbox {
display: inline-block;
}
.checkbox input[type="checkbox"] {
float: none;
}
select {
max-width: 200px;
}
textarea {
width: 650px;... | www/style.css | label.radio {
padding-left: 18px;
padding-right: 0px;
margin-left: 3px;
display: inline-block;
}
.radio input[type="radio"] {
float: none;
}
label.checkbox {
display: inline-block;
}
.checkbox input[type="checkbox"] {
float: none;
}
select {
max-width: 200px;
}
textarea {
width: 650px;... | 0.513668 | 0.087798 |
.background_salmon8,
.hover_background_salmon8:hover,
.active_background_salmon8:active:hover {
background: #751004;
background-image: -moz-linear-gradient(top, rgb(147, 20, 5) 0%, rgb(117, 16, 4) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(147, 20, 5)), colo... | widgets/common/assets/gradients/simple/salmon/salmon8.css | .background_salmon8,
.hover_background_salmon8:hover,
.active_background_salmon8:active:hover {
background: #751004;
background-image: -moz-linear-gradient(top, rgb(147, 20, 5) 0%, rgb(117, 16, 4) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(147, 20, 5)), colo... | 0.4856 | 0.107531 |
* {
margin: 0;
padding: 0;
}
html, body {
font-size: large;
font-family: Georgia, 'Times New Roman', Times, serif;
transition: all 0.3s ease;
overflow-x: hidden;
}
body.dark {
color: whitesmoke;
background: #222;
}
body.dark .pizza-container {
background: #333;
}
body.dark aside {
... | b7/ex_pizza/css/style.css | * {
margin: 0;
padding: 0;
}
html, body {
font-size: large;
font-family: Georgia, 'Times New Roman', Times, serif;
transition: all 0.3s ease;
overflow-x: hidden;
}
body.dark {
color: whitesmoke;
background: #222;
}
body.dark .pizza-container {
background: #333;
}
body.dark aside {
... | 0.440469 | 0.107297 |
1. IMPORT GOOGLE WEB FONTS
-----------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic|Raleway:500,600,700);
/* --------------------------------------
=========================================
2. GLOBAL STYLES
========... | portfolio/Renovistics/css/styles.css |
1. IMPORT GOOGLE WEB FONTS
-----------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic|Raleway:500,600,700);
/* --------------------------------------
=========================================
2. GLOBAL STYLES
========... | 0.177312 | 0.09277 |
html, body {
margin: 0;
padding: 0;
width: 100%;
}
#table-container{
width: 95%;
display: block;
margin: auto;
}
#filter{
width: 95%;
margin: auto;
margin-top: 25px;
margin-bottom: 10px;
display: flex;
align-items: center;
}
#table{
min-width: 5... | src/style.css | html, body {
margin: 0;
padding: 0;
width: 100%;
}
#table-container{
width: 95%;
display: block;
margin: auto;
}
#filter{
width: 95%;
margin: auto;
margin-top: 25px;
margin-bottom: 10px;
display: flex;
align-items: center;
}
#table{
min-width: 5... | 0.352982 | 0.049635 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
}
html,body{
height: 100%;
}
.clear{
clear: both;
}
.center{
max-width: 1280px;
width: 100%;
margin: 0 auto;
padding: 0 2%;
}
.header{
min-width: 100%;
width: 100%;
padding: 0 2%;
height: 60px;
background-color: #212... | css/style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
}
html,body{
height: 100%;
}
.clear{
clear: both;
}
.center{
max-width: 1280px;
width: 100%;
margin: 0 auto;
padding: 0 2%;
}
.header{
min-width: 100%;
width: 100%;
padding: 0 2%;
height: 60px;
background-color: #212... | 0.196171 | 0.061227 |
width: 1000px;
/* min-height: 600px; */
margin-left: -500px;
left: 50%;
max-height: 520px;
overflow-y: scroll;
}
video{
width: 238px;
height: 180px;
}
hr{
margin: 10px 0;
}
#confirmEnd {
color: black;
width: 350px;
}
/* sets width of delete member confirmation alert */
#confirmDeleteMember {
width: 35... | app/assets/stylesheets/custom.css | width: 1000px;
/* min-height: 600px; */
margin-left: -500px;
left: 50%;
max-height: 520px;
overflow-y: scroll;
}
video{
width: 238px;
height: 180px;
}
hr{
margin: 10px 0;
}
#confirmEnd {
color: black;
width: 350px;
}
/* sets width of delete member confirmation alert */
#confirmDeleteMember {
width: 35... | 0.359477 | 0.069637 |
.main-content-contacts .main-content-wrapper h2 {
text-align: center;
margin-top: 25px;
}
.main-content-contacts .main-content-wrapper {
display: block;
margin-bottom: 30px;
}
.main-content-contacts .main-content-wrapper div#main-content {
display: flex;
justify-content: space-between;
}
.mai... | public/site/css/contact.css | .main-content-contacts .main-content-wrapper h2 {
text-align: center;
margin-top: 25px;
}
.main-content-contacts .main-content-wrapper {
display: block;
margin-bottom: 30px;
}
.main-content-contacts .main-content-wrapper div#main-content {
display: flex;
justify-content: space-between;
}
.mai... | 0.433502 | 0.054955 |
.appie-loader {
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.appie-loader {
opacity: 0;
}
.appie-loader.active {
opacity: 100;
}
.appie-visible {
transition: all 0.5s ease-in-out;
}
.appie-visible {
opacity: 0;
}
.appie-visible.active {... | webpromo/src/assets/css/style.css | .appie-loader {
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.appie-loader {
opacity: 0;
}
.appie-loader.active {
opacity: 100;
}
.appie-visible {
transition: all 0.5s ease-in-out;
}
.appie-visible {
opacity: 0;
}
.appie-visible.active {... | 0.310172 | 0.047272 |
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, ... | client/dist/styles.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.404155 | 0.087603 |
:root {
--main-bg-light: #eaebea;
--main-bg: #c5ceb9;
--main-bg-dark: #d28025;
--main-bg-darker: #4f5a3a;
--button: #fca310;
--button-hover: #4f5a3a;
}
/**************** MAIN *******************/
body {
margin: 0px;
font-family: 'Roboto', sans-serif;
}
#content {
margin-left: auto;
margin-right: a... | portfolio/src/main/webapp/style_og.css | :root {
--main-bg-light: #eaebea;
--main-bg: #c5ceb9;
--main-bg-dark: #d28025;
--main-bg-darker: #4f5a3a;
--button: #fca310;
--button-hover: #4f5a3a;
}
/**************** MAIN *******************/
body {
margin: 0px;
font-family: 'Roboto', sans-serif;
}
#content {
margin-left: auto;
margin-right: a... | 0.338733 | 0.093099 |
:document-base {
color: #c5c8c6;
background-color: #1d1f21;
insertion-point-color: #c5c8c6;
selection-background-color: #373b41;
current-line-background-color: #282a2e;
}
tag, source, sourcecode {
spell-check: disabled;
}
tag, tag > string > punctuation {
color: #c5c8c6;
}
tag > name, tag > string.quoted - p... | Espresso/Tomorrow Night.css |
:document-base {
color: #c5c8c6;
background-color: #1d1f21;
insertion-point-color: #c5c8c6;
selection-background-color: #373b41;
current-line-background-color: #282a2e;
}
tag, source, sourcecode {
spell-check: disabled;
}
tag, tag > string > punctuation {
color: #c5c8c6;
}
tag > name, tag > string.quoted - p... | 0.362066 | 0.09236 |
:root {
--header-background: #243b4a;
}
@custom-media --small-viewport (max-width: 768px);
@font-face {
font-family: system;
font-style: normal;
font-weight: 300;
src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light... | src/index.css | :root {
--header-background: #243b4a;
}
@custom-media --small-viewport (max-width: 768px);
@font-face {
font-family: system;
font-style: normal;
font-weight: 300;
src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light... | 0.582254 | 0.167083 |
.monaco-diawog-modaw-bwock {
position: fixed;
height: 100%;
width: 100%;
weft:0;
top:0;
z-index: 2600;
dispway: fwex;
justify-content: centa;
awign-items: centa;
}
.monaco-diawog-modaw-bwock.dimmed {
backgwound: wgba(0, 0, 0, 0.3);
}
/** Diawog: Containa */
.monaco-diawog-box {
dispway: fwex;
fwex-diwecti... | src/vs/base/browser/ui/dialog/dialog.css | .monaco-diawog-modaw-bwock {
position: fixed;
height: 100%;
width: 100%;
weft:0;
top:0;
z-index: 2600;
dispway: fwex;
justify-content: centa;
awign-items: centa;
}
.monaco-diawog-modaw-bwock.dimmed {
backgwound: wgba(0, 0, 0, 0.3);
}
/** Diawog: Containa */
.monaco-diawog-box {
dispway: fwex;
fwex-diwecti... | 0.299105 | 0.066904 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
/*google fonts end*/
/*main structure start*/
body {
margin: 0px;
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,0.9110994739692753) 35%, rgba(0,212,255,1) 100%);
}
.conta... | one-page/style.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
/*google fonts end*/
/*main structure start*/
body {
margin: 0px;
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,0.9110994739692753) 35%, rgba(0,212,255,1) 100%);
}
.conta... | 0.285372 | 0.056914 |
*{
margin: 0;
padding: 0;
font-family: 'IBM Plex Sans', Arial, Helvetica, sans-serif;
}
html{
scroll-behavior: smooth;
margin: 0;
}
body{
margin: 0;
background-color: beige;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.titles{
... | css/style.css | *{
margin: 0;
padding: 0;
font-family: 'IBM Plex Sans', Arial, Helvetica, sans-serif;
}
html{
scroll-behavior: smooth;
margin: 0;
}
body{
margin: 0;
background-color: beige;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.titles{
... | 0.408277 | 0.107017 |
========================================================================== */
/*========================= global ===========================*/
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... | !arh/landing/65_landings_templates/12/css/global.css | ========================================================================== */
/*========================= global ===========================*/
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... | 0.342022 | 0.065635 |
body, html {
padding: 0;
margin: 0;
}
* {
box-sizing: border-box;
}
body {
font: 15px sans-serif;
color: #111;
-webkit-text-size-adjust: none;
background-color: #F5F5F5;
height: 100vh;
}
main {
max-width: 45rem;
padding: 2rem;
margin: auto;
background-color: #F0F0F0;
... | sample_data/home/style.css | body, html {
padding: 0;
margin: 0;
}
* {
box-sizing: border-box;
}
body {
font: 15px sans-serif;
color: #111;
-webkit-text-size-adjust: none;
background-color: #F5F5F5;
height: 100vh;
}
main {
max-width: 45rem;
padding: 2rem;
margin: auto;
background-color: #F0F0F0;
... | 0.474875 | 0.097219 |
.components-circle-message-item-container{
width: 100%;
display: flex;
flex-direction: column;
}
.components-circle-message-item{
width: 100%;
height: 135px;
padding: 15px 15px 0;
overflow: hidden;
}
.components-circle-message-item-main{
width: 100%;
height: 112px;
display: flex;
flex-direction: r... | src/components/circle_message/index.css | .components-circle-message-item-container{
width: 100%;
display: flex;
flex-direction: column;
}
.components-circle-message-item{
width: 100%;
height: 135px;
padding: 15px 15px 0;
overflow: hidden;
}
.components-circle-message-item-main{
width: 100%;
height: 112px;
display: flex;
flex-direction: r... | 0.304455 | 0.040163 |
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, ... | 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, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, ... | 0.335242 | 0.096791 |
pointer-events: none
}
#nprogress .bar {
background: #42b983;
position: fixed;
z-index: 9999;
top: 0;
left: 0;
width: 100%;
height: 2px
}
#nprogress .peg {
display: block;
position: absolute;
right: 0;
width: 100px;
height: 100%;
box-shadow: 0 0 10px #29d,0 0 5p... | docs/docute.css | pointer-events: none
}
#nprogress .bar {
background: #42b983;
position: fixed;
z-index: 9999;
top: 0;
left: 0;
width: 100%;
height: 2px
}
#nprogress .peg {
display: block;
position: absolute;
right: 0;
width: 100px;
height: 100%;
box-shadow: 0 0 10px #29d,0 0 5p... | 0.467089 | 0.138287 |
.tracking-in-expand {
-webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
@-webkit-keyframes tracking-in-expand {
0% {
letter-spacing: -0.5em;
opacity: 0;
}
40% {... | public/css/animate.css | .tracking-in-expand {
-webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
@-webkit-keyframes tracking-in-expand {
0% {
letter-spacing: -0.5em;
opacity: 0;
}
40% {... | 0.544075 | 0.163579 |
.CodeMirror {
background-color: transparent !important;
}
.CodeMirror.cm-s-one-light {
color: #383a42;
}
.cm-s-one-light .CodeMirror-selected {
background-color: #c3c3c3
}
.cm-s-one-light .CodeMirror-gutter,
.cm-s-one-light .CodeMirror-gutters {
border: none;
}
.cm-s-one-light .CodeMirror-linenumber,... | src/assets/css/themes/one-light.css |
.CodeMirror {
background-color: transparent !important;
}
.CodeMirror.cm-s-one-light {
color: #383a42;
}
.cm-s-one-light .CodeMirror-selected {
background-color: #c3c3c3
}
.cm-s-one-light .CodeMirror-gutter,
.cm-s-one-light .CodeMirror-gutters {
border: none;
}
.cm-s-one-light .CodeMirror-linenumber,... | 0.562657 | 0.07363 |
body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
line-height: 20px;
color: #555;
word-wrap: break-word;
position: relative;
z-index: 0;
}
ul.navbar-nav > li.active {
color: #000;
border-bottom: 1px solid #DD4B39;
}
.skin-black-light .main-header>.navbar... | public/css/style.css | body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
line-height: 20px;
color: #555;
word-wrap: break-word;
position: relative;
z-index: 0;
}
ul.navbar-nav > li.active {
color: #000;
border-bottom: 1px solid #DD4B39;
}
.skin-black-light .main-header>.navbar... | 0.405684 | 0.092483 |