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 |
|---|---|---|---|---|
@font-face {
font-family: 'Digital Numbers Regular';
font-style: normal;
font-weight: normal;
src: local('Digital Numbers Regular'), url('../fonts/DigitalNumbers-Regular.woff') format('woff');
}
body {
}
#overlay {
background: rgba(0,0,0,0.6);
position: fixed;
top: 0;
left: 0;
wid... | css/main.css | @font-face {
font-family: 'Digital Numbers Regular';
font-style: normal;
font-weight: normal;
src: local('Digital Numbers Regular'), url('../fonts/DigitalNumbers-Regular.woff') format('woff');
}
body {
}
#overlay {
background: rgba(0,0,0,0.6);
position: fixed;
top: 0;
left: 0;
wid... | 0.446736 | 0.107813 |
form select {
width: 50%;
}
.matchContinue {
margin-top: 5px;
width: 100%;
clear: both;
padding: 10px 0;
}
.visible {
opacity: 1.0;
-webkit-transition: height 0.25s, opacity 0.5s;
transition: height 0.25s, opacity 0.5s;
}
.hidden {
opacity: 0;
height: 0;
}
.searchResult {
... | style/new_request.css | form select {
width: 50%;
}
.matchContinue {
margin-top: 5px;
width: 100%;
clear: both;
padding: 10px 0;
}
.visible {
opacity: 1.0;
-webkit-transition: height 0.25s, opacity 0.5s;
transition: height 0.25s, opacity 0.5s;
}
.hidden {
opacity: 0;
height: 0;
}
.searchResult {
... | 0.496338 | 0.157914 |
.App {
height: 100vh;
background-color: #0d1116;
overflow: scroll;
text-align: center;
}
.disabledbutton {
pointer-events: none;
opacity: 0.4;
}
.container {
height: 100%;
background-color: #0d1116;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.header-container {
... | src/styles/App.css | .App {
height: 100vh;
background-color: #0d1116;
overflow: scroll;
text-align: center;
}
.disabledbutton {
pointer-events: none;
opacity: 0.4;
}
.container {
height: 100%;
background-color: #0d1116;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.header-container {
... | 0.536556 | 0.069479 |
body, html {
height: 100%;
width: 100%;
}
body {
background: #d9dbdd;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
h1... | src/css/style.css | body, html {
height: 100%;
width: 100%;
}
body {
background: #d9dbdd;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
h1... | 0.169784 | 0.044681 |
@charset "utf-8";
body{
font-family: "微软雅黑";
padding:0;
margin:0;
}
.wrapper{
margin: 0 auto 0;
width: 800px;
height: 1000px;
background-image: ;
}
.logo{
height: 120px;
}
.caidan{
height: 30px;
}
.blank{
height: 30px;
}
/*以下为书籍推荐*/
.main{
margin-top: 10px;
height: 650px;
}
.left{
width: 200px;
... | public/css/test.css | @charset "utf-8";
body{
font-family: "微软雅黑";
padding:0;
margin:0;
}
.wrapper{
margin: 0 auto 0;
width: 800px;
height: 1000px;
background-image: ;
}
.logo{
height: 120px;
}
.caidan{
height: 30px;
}
.blank{
height: 30px;
}
/*以下为书籍推荐*/
.main{
margin-top: 10px;
height: 650px;
}
.left{
width: 200px;
... | 0.222531 | 0.060668 |
.icon-del {
background:url(icons.png) no-repeat -20px -80px !important;
}
.icon-user {
background:url(icons.png) no-repeat -140px 0 !important;
}
.icon-image {
background:url(icons.png) no-repeat -380px -40px !important;
}
.icon-edit {
background:url(icons.png) no-repeat -80px -60px !important;
}
.icon-... | @raptorjs-production/extjs/Resources/resources/icons.css | .icon-del {
background:url(icons.png) no-repeat -20px -80px !important;
}
.icon-user {
background:url(icons.png) no-repeat -140px 0 !important;
}
.icon-image {
background:url(icons.png) no-repeat -380px -40px !important;
}
.icon-edit {
background:url(icons.png) no-repeat -80px -60px !important;
}
.icon-... | 0.121477 | 0.096663 |
Created on : Aug 12, 2017, 11:45:37 AM
Author : <NAME>.
Author Email : <EMAIL>
*/
/* Common Style */
/* Margin */
.m-t--10{
margin-top: -10px;
}
.no-t-m{
margin-top: 0px !important;
}
.m-t-5{
margin-top: 5px;
}
.m-t-15{
margin-top: 15px;
}
.m-t-35{
margin-top: 35px;
}
.no-b-m... | public/css/style3.css | Created on : Aug 12, 2017, 11:45:37 AM
Author : <NAME>.
Author Email : <EMAIL>
*/
/* Common Style */
/* Margin */
.m-t--10{
margin-top: -10px;
}
.no-t-m{
margin-top: 0px !important;
}
.m-t-5{
margin-top: 5px;
}
.m-t-15{
margin-top: 15px;
}
.m-t-35{
margin-top: 35px;
}
.no-b-m... | 0.275714 | 0.131285 |
.chosen-container-single .chosen-single {
position: relative;
display: block;
overflow: hidden;
padding: 7px 0 0 8px;
height: 42px;
}
.chosen-container-single .chosen-single {
border: 2px solid #BDC3C7;
border-radius: 5px;
background: none;
width:100%;
}
.chosen-container {
width:100%!impo... | resources/css/styles.css | .chosen-container-single .chosen-single {
position: relative;
display: block;
overflow: hidden;
padding: 7px 0 0 8px;
height: 42px;
}
.chosen-container-single .chosen-single {
border: 2px solid #BDC3C7;
border-radius: 5px;
background: none;
width:100%;
}
.chosen-container {
width:100%!impo... | 0.410166 | 0.067948 |
*::-webkit-scrollbar {
width: .4em;
height: .4em;
}
*::-webkit-scrollbar-track {
background: #edf0f5;
border-radius: .25em;
}
*::-webkit-scrollbar-thumb {
background-color: #d2d3d4;
border-radius: .25em;
cursor: pointer;
}
body{
background: #fafafa !important;
font-size: 14px !important;
}
a{
... | public/css/style.css | *::-webkit-scrollbar {
width: .4em;
height: .4em;
}
*::-webkit-scrollbar-track {
background: #edf0f5;
border-radius: .25em;
}
*::-webkit-scrollbar-thumb {
background-color: #d2d3d4;
border-radius: .25em;
cursor: pointer;
}
body{
background: #fafafa !important;
font-size: 14px !important;
}
a{
... | 0.267026 | 0.072407 |
display: flex;
flex-flow: column wrap;
align-items: center;
justify-content: center;
align-content: center;
height: 94%;
width: 100%;
align-self: center;
}
@media only screen and (orientation: landscape) {
.four {
height: 23.5%;
}
.six {
height: 19%;
}
... | frontend/src/app/game/game.component.css | display: flex;
flex-flow: column wrap;
align-items: center;
justify-content: center;
align-content: center;
height: 94%;
width: 100%;
align-self: center;
}
@media only screen and (orientation: landscape) {
.four {
height: 23.5%;
}
.six {
height: 19%;
}
... | 0.722821 | 0.225012 |
body { position: relative; color: rgba(0, 0, 0, 0.75);}
.navbar { margin-bottom: 18px; }
a { color: #447281; }
a:hover { color: #73a600; text-decoration: none; }
.navbar-logo { visibility: visible; float: left; padding-top: 6px; }
.main { position: relative; height: auto; margin-top: -18px; overflow: auto; }
.page-titl... | akka-docs/_sphinx/themes/akka/static/docs.css | body { position: relative; color: rgba(0, 0, 0, 0.75);}
.navbar { margin-bottom: 18px; }
a { color: #447281; }
a:hover { color: #73a600; text-decoration: none; }
.navbar-logo { visibility: visible; float: left; padding-top: 6px; }
.main { position: relative; height: auto; margin-top: -18px; overflow: auto; }
.page-titl... | 0.494141 | 0.18072 |
.home {
background-image: url(images/backgrounds/h_img.jpg);
width: 100%;
height: 50%;
background-position: center;
background-size: cover;
text-align: center;
color: #fff;
font-family: 'Roboto', sans-serif;
font-weight: 700;
}
h1 {
font-family: 'Roboto', sans-serif;
font-weight: 700;
}
.hoheadi... | style.css | .home {
background-image: url(images/backgrounds/h_img.jpg);
width: 100%;
height: 50%;
background-position: center;
background-size: cover;
text-align: center;
color: #fff;
font-family: 'Roboto', sans-serif;
font-weight: 700;
}
h1 {
font-family: 'Roboto', sans-serif;
font-weight: 700;
}
.hoheadi... | 0.426083 | 0.109563 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="... | src/Gutenberg.css | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="... | 0.33644 | 0.067454 |
/* entire navbar space */
.topbar {
display: flex;
background-color: #B9975B;
color: white;
width: 99%; /*changed to 100 to take up the screen willgo over in meeting*/
margin: auto;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
height: 100px;
}
/* main section */
.header {
posi... | unimeet/src/App.css |
/* entire navbar space */
.topbar {
display: flex;
background-color: #B9975B;
color: white;
width: 99%; /*changed to 100 to take up the screen willgo over in meeting*/
margin: auto;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
height: 100px;
}
/* main section */
.header {
posi... | 0.254509 | 0.066206 |
@media (min-width: 375px) {
/** Minimum supported width. Keep code so breakpoint shows in devtools. **/
}
.theme.__vbk__ {
/**-------------------------------------------------------------------------------------------
* Breakpoints
*----------------------------------------------------------------------------... | packages/theme-default/src/client/styles/vars.css | @media (min-width: 375px) {
/** Minimum supported width. Keep code so breakpoint shows in devtools. **/
}
.theme.__vbk__ {
/**-------------------------------------------------------------------------------------------
* Breakpoints
*----------------------------------------------------------------------------... | 0.481941 | 0.068881 |
body {
font-family: 'Source Sans Pro', sans-serif;
}
.row {
margin: 10px;
}
/* konfrimasi hapus start */
.konfirmasi {
color: #E25A56;
font-size: 1.2rem;
font-weight: 400;
margin-bottom: 1rem;
}
/* konfirmasi hapus end */
/* sertif */
.h1-sertif {
text-align: center;
color: #27... | HTML/assets/css/app.css | body {
font-family: 'Source Sans Pro', sans-serif;
}
.row {
margin: 10px;
}
/* konfrimasi hapus start */
.konfirmasi {
color: #E25A56;
font-size: 1.2rem;
font-weight: 400;
margin-bottom: 1rem;
}
/* konfirmasi hapus end */
/* sertif */
.h1-sertif {
text-align: center;
color: #27... | 0.246443 | 0.071429 |
a {
color: #001a6f !important;
}
/* .row{
margin-right: 0 !important;
margin-left: 0 !important;
} */
body {
background-color: whitesmoke;
font-family: 'Poppins', sans-serif !important;
}
form {
margin-bottom: 0 !important;
}
.col {
padding-left: 0 !important;
padding-right: 0 !impo... | assets/head_foot/css/header.css | a {
color: #001a6f !important;
}
/* .row{
margin-right: 0 !important;
margin-left: 0 !important;
} */
body {
background-color: whitesmoke;
font-family: 'Poppins', sans-serif !important;
}
form {
margin-bottom: 0 !important;
}
.col {
padding-left: 0 !important;
padding-right: 0 !impo... | 0.349644 | 0.130645 |
.projects-container {
display: inline-block;
text-align: center;
}
.project-box {
width: 350px;
word-wrap: break-word;
background-color: white;
display: inline-block;
position: relative;
top: 0;
margin: 10px;
transition: 0.15s;
-webkit-transition: 0.15s;
}
.project... | public/css/bugtracker/projects.css | .projects-container {
display: inline-block;
text-align: center;
}
.project-box {
width: 350px;
word-wrap: break-word;
background-color: white;
display: inline-block;
position: relative;
top: 0;
margin: 10px;
transition: 0.15s;
-webkit-transition: 0.15s;
}
.project... | 0.465873 | 0.117446 |
body {
color: #252525; }
.yellow,
#back-top,
.promo h2,
.logo .icon,
.info .more:hover,
.logo-footer .icon,
.f1 .testimonial a,
.map .icon-location,
.post .text-area h2,
.f2 .sub-nav a:hover,
.f1 .contact a:hover,
.post .box h3 a:hover,
.btn-area .more:hover,
.sidebar .tags a:hover,
.f2 .copyright a:hover,
.info .se... | public/css/color/color.css | body {
color: #252525; }
.yellow,
#back-top,
.promo h2,
.logo .icon,
.info .more:hover,
.logo-footer .icon,
.f1 .testimonial a,
.map .icon-location,
.post .text-area h2,
.f2 .sub-nav a:hover,
.f1 .contact a:hover,
.post .box h3 a:hover,
.btn-area .more:hover,
.sidebar .tags a:hover,
.f2 .copyright a:hover,
.info .se... | 0.402744 | 0.054702 |
@font-face {
font-family: 'titillium_webblack';
src: url('titilliumweb-black-webfont.eot');
src: url('titilliumweb-black-webfont.eot?#iefix') format('embedded-opentype'),
url('titilliumweb-black-webfont.woff') format('woff'),
url('titilliumweb-black-webfont.ttf') format('truetype'),
... | recipes-bitmain/lighttpd/lighttpd-1.0/www_xilinx/type/type.css | @font-face {
font-family: 'titillium_webblack';
src: url('titilliumweb-black-webfont.eot');
src: url('titilliumweb-black-webfont.eot?#iefix') format('embedded-opentype'),
url('titilliumweb-black-webfont.woff') format('woff'),
url('titilliumweb-black-webfont.ttf') format('truetype'),
... | 0.244093 | 0.040999 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://teksyndicate.com/") {
/* !important needed for Chrome */
/* Middle Container Background Color */
.main-container .row-fluid {
background: #0E0E0E !important;
}
/* Loggin Notification Below Banner */
.alert-success {
... | data/usercss/110348.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://teksyndicate.com/") {
/* !important needed for Chrome */
/* Middle Container Background Color */
.main-container .row-fluid {
background: #0E0E0E !important;
}
/* Loggin Notification Below Banner */
.alert-success {
... | 0.264548 | 0.096195 |
.npc-card {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
width: 20rem;
height: 41.5rem;
margin-left: 1rem;
margin-right: 1rem;
/* border: 2px solid black; */
border-radius: 3rem;
background-color: rgba(23, 23, 23, 0.81);
backdrop-filter: blur(5px);
b... | src/Components/NPC/NPC.css | .npc-card {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
width: 20rem;
height: 41.5rem;
margin-left: 1rem;
margin-right: 1rem;
/* border: 2px solid black; */
border-radius: 3rem;
background-color: rgba(23, 23, 23, 0.81);
backdrop-filter: blur(5px);
b... | 0.625438 | 0.061961 |
@font-face {
font-family: futura_mdcn_btmedium;
src: url(../font/futura_medium_condensed_bt-webfont.eot?#iefix) format("embedded-opentype"), url(../font/futura_medium_condensed_bt-webfont.woff) format("woff"), url(../font/futura_medium_condensed_bt-webfont.ttf) format("truetype"), url(../font/futura_medium_condensed_... | proxy/WebRoot/css/app/themes/orange/login.min.css | @font-face {
font-family: futura_mdcn_btmedium;
src: url(../font/futura_medium_condensed_bt-webfont.eot?#iefix) format("embedded-opentype"), url(../font/futura_medium_condensed_bt-webfont.woff) format("woff"), url(../font/futura_medium_condensed_bt-webfont.ttf) format("truetype"), url(../font/futura_medium_condensed_... | 0.308711 | 0.085023 |
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* Correct HTML5 display definitions: */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
}
audio:not([controls]) {
... | dist/stylesheets/FlexFramework.css | html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* Correct HTML5 display definitions: */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
}
audio:not([controls]) {
... | 0.416441 | 0.062388 |
html {
height: 100%
}
body {
--color-background: rgb(225, 225, 219);
--color-foreground: rgb(38, 38, 37);
--color-inactive-option-hover: rgb(194, 194, 188);
--color-button-foreground: rgb(200, 201, 219);
--color-button-background: rgb(59, 46, 42);
--color-button-border: rgb(59, 46, 42);
--color-button-... | src/style.css | html {
height: 100%
}
body {
--color-background: rgb(225, 225, 219);
--color-foreground: rgb(38, 38, 37);
--color-inactive-option-hover: rgb(194, 194, 188);
--color-button-foreground: rgb(200, 201, 219);
--color-button-background: rgb(59, 46, 42);
--color-button-border: rgb(59, 46, 42);
--color-button-... | 0.570571 | 0.077239 |
body {
padding-top:25px;
background-color:#454545;
margin-left:10px;
margin-right:10px;
}
.container {
max-width:600px;
margin:0 auto;
text-align:center;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
background-color:#FAFAFA;
}
.head {
-webkit-border-radius:6px 6px 0px 0p... | style/css/style.css | body {
padding-top:25px;
background-color:#454545;
margin-left:10px;
margin-right:10px;
}
.container {
max-width:600px;
margin:0 auto;
text-align:center;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
background-color:#FAFAFA;
}
.head {
-webkit-border-radius:6px 6px 0px 0p... | 0.244273 | 0.077308 |
.main{
padding:100px 0;
background:#f1f1f1;
overflow:hidden;
}
.main .wrap .left .top,.main .wrap .left .middle,.main .wrap .left .bottom{
width:279px;
background:#fff;
padding:8px;
border-radius:10px;
box-shadow:1px 1px 5px #bdbdbd;
margin-bottom:30px;
}
.main .wrap .left .bottom{
margin-bottom:0px;
}
.main... | public/static/index/css/aside.css | .main{
padding:100px 0;
background:#f1f1f1;
overflow:hidden;
}
.main .wrap .left .top,.main .wrap .left .middle,.main .wrap .left .bottom{
width:279px;
background:#fff;
padding:8px;
border-radius:10px;
box-shadow:1px 1px 5px #bdbdbd;
margin-bottom:30px;
}
.main .wrap .left .bottom{
margin-bottom:0px;
}
.main... | 0.198336 | 0.034554 |
.description.customize-control-description {
font-weight: normal;
font-style: normal;
}
.customize-control-checkbox label, .customize-control-checkbox input {
margin: 0 !important;
}
.ui-state-active img {
border: 2px solid #59d;
}
#customize-control-sidebar_settings .ui-state-active img {
width: 71... | inc/customizer/customizer.css | .description.customize-control-description {
font-weight: normal;
font-style: normal;
}
.customize-control-checkbox label, .customize-control-checkbox input {
margin: 0 !important;
}
.ui-state-active img {
border: 2px solid #59d;
}
#customize-control-sidebar_settings .ui-state-active img {
width: 71... | 0.380874 | 0.198375 |
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
h1 {
font-family: 'Taprom';
font-size: 2.5rem;
margin-top:0;
margin-bottom:0;
padding-top:20px;
padding-bottom:20px;
padding-left:20px;
color: rgb(255, 255, 255);
background-color: rgb(54, 53, 53);
... | css/settings.css | body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
h1 {
font-family: 'Taprom';
font-size: 2.5rem;
margin-top:0;
margin-bottom:0;
padding-top:20px;
padding-bottom:20px;
padding-left:20px;
color: rgb(255, 255, 255);
background-color: rgb(54, 53, 53);
... | 0.472683 | 0.09277 |
body, h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans', sans-serif;
}
code, pre {
font-family: 'Source Code Pro', sans-serif;
}
body {
padding-top: 70px;
}
.container {
margin: 0 auto;
}
.container > hr {
margin: 30px 0;
}
.jumbotron {
margin: 40px 0;
text-align: center;
}
.jumbotron h1 {
font-size: 64px... | public/admin/css/style.css | body, h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans', sans-serif;
}
code, pre {
font-family: 'Source Code Pro', sans-serif;
}
body {
padding-top: 70px;
}
.container {
margin: 0 auto;
}
.container > hr {
margin: 30px 0;
}
.jumbotron {
margin: 40px 0;
text-align: center;
}
.jumbotron h1 {
font-size: 64px... | 0.453988 | 0.119126 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://steamdb.info/")
{
div.footer-wrap, div.wrapper-info
{
background: #1C1C1C;
color: #FAFAFA;
}
.app.wished > *
{
background: #1B2838 !important;
}
.app.wished:... | data/usercss/113616.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://steamdb.info/")
{
div.footer-wrap, div.wrapper-info
{
background: #1C1C1C;
color: #FAFAFA;
}
.app.wished > *
{
background: #1B2838 !important;
}
.app.wished:... | 0.27914 | 0.108898 |
.breadcrumbs {
border-top: 2px solid #e3e6e8;
background: #e3e6e8;
overflow: hidden!important;
line-height: 32px;
}
.crumb-tabs{
height: 34px;
}
.crumb-tabs li{
color: #7D7D7E!important;
}
.crumb-tabs li.active:hover {
color: #7D7D7E!important;
}
.crumb-tabs li.active {
background-color: #FFFFFF;
color: #7D7D7... | www/m/tpl/css/themes/gray/default.css | .breadcrumbs {
border-top: 2px solid #e3e6e8;
background: #e3e6e8;
overflow: hidden!important;
line-height: 32px;
}
.crumb-tabs{
height: 34px;
}
.crumb-tabs li{
color: #7D7D7E!important;
}
.crumb-tabs li.active:hover {
color: #7D7D7E!important;
}
.crumb-tabs li.active {
background-color: #FFFFFF;
color: #7D7D7... | 0.213459 | 0.074131 |
div.collapsiblebox { border:1px solid ##999; background:#999 no-repeat -80px 0px;
margin-bottom:0.75em; margin-top: 0.75em; padding-top: 0.15em; -moz-border-radius:0 0em 0 0em; -webkit-border-top-right-radius:0em; -webkit-border-bottom-left-radius:0em; }
div.boxheader { padding-bottom: .2em; padding-top: .2em; }
d... | WebContent/skins/default/css/core/widgets5.0.0.css | div.collapsiblebox { border:1px solid ##999; background:#999 no-repeat -80px 0px;
margin-bottom:0.75em; margin-top: 0.75em; padding-top: 0.15em; -moz-border-radius:0 0em 0 0em; -webkit-border-top-right-radius:0em; -webkit-border-bottom-left-radius:0em; }
div.boxheader { padding-bottom: .2em; padding-top: .2em; }
d... | 0.238462 | 0.259329 |
@charset "utf-8";
/* reset */
html {-webkit-text-size-adjust: none; text-size-adjust: none;}
body {margin: 0;}
h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p {margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 {font-weight: 700;}
a {color: inherit; text-decoration: inherit;}
li {list-style: none;}
img {vertica... | dev-react-pages/src/library/css/style.css | @charset "utf-8";
/* reset */
html {-webkit-text-size-adjust: none; text-size-adjust: none;}
body {margin: 0;}
h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p {margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 {font-weight: 700;}
a {color: inherit; text-decoration: inherit;}
li {list-style: none;}
img {vertica... | 0.380414 | 0.089097 |
.annotation {
}
.annotation.error,
.annotation.warning
.annotation.task,
.annotation.bookmark,
.annotation.breakpoint,
.annotation.collapsed
.annotation.expanded {
}
/* Styles for the annotation ruler (first line) */
.annotationHTML {
cursor: pointer;
width: 16px;
height: 16px;
float: left;
background-position: c... | Shrpr.CrmWebResourceEditor/Scripts/orion/textview/annotations.css | .annotation {
}
.annotation.error,
.annotation.warning
.annotation.task,
.annotation.bookmark,
.annotation.breakpoint,
.annotation.collapsed
.annotation.expanded {
}
/* Styles for the annotation ruler (first line) */
.annotationHTML {
cursor: pointer;
width: 16px;
height: 16px;
float: left;
background-position: c... | 0.299105 | 0.108472 |
h1, h2, h3, h4, h5, h6, p, li, input, select {
font-size: 25px;
font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
margin: 0;
font-weight: 400;
}
@media (min-width: 64em) {
h1, h2, h3, h4, h5, h6, p, li, input, select {
font-size: 35px;
}
}
.small {
font-size: 15px;
font-weight: 400;
... | static/css/main.css | h1, h2, h3, h4, h5, h6, p, li, input, select {
font-size: 25px;
font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
margin: 0;
font-weight: 400;
}
@media (min-width: 64em) {
h1, h2, h3, h4, h5, h6, p, li, input, select {
font-size: 35px;
}
}
.small {
font-size: 15px;
font-weight: 400;
... | 0.349311 | 0.117876 |
@-moz-document regexp("^https?\\:\\/\\/.*") {
/* nested main */
body input,
body textarea,
body select,
body button,
body div,
body div *,
body main,
body main *,
body header,
body header *,
body .c-uhff-base > a.c-uhff-link.c-uhff-lang-selector,
body a.c-call-to-action,
body b... | data/usercss/171074.user.css | @-moz-document regexp("^https?\\:\\/\\/.*") {
/* nested main */
body input,
body textarea,
body select,
body button,
body div,
body div *,
body main,
body main *,
body header,
body header *,
body .c-uhff-base > a.c-uhff-link.c-uhff-lang-selector,
body a.c-call-to-action,
body b... | 0.192539 | 0.030968 |
body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
#formulate--landlord-house-add-12 {
background-color: #2d6a4f !important;
border-color: #2d6a4f !important;
}
#formulate--landlord-house-add-13 {
background-color: #2d6a4f !important;
border-color: #2d6a4f !important;
}
... | frontend/src/assets/styles/custom.css | body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
#formulate--landlord-house-add-12 {
background-color: #2d6a4f !important;
border-color: #2d6a4f !important;
}
#formulate--landlord-house-add-13 {
background-color: #2d6a4f !important;
border-color: #2d6a4f !important;
}
... | 0.305283 | 0.113432 |
@font-face {
font-family: "flaticon";
src: url("../fonts/flaticone679.ttf?7be827e199392bb56ae95dacf43f5036") format("truetype"),
url("../fonts/flaticone679.woff?7be827e199392bb56ae95dacf43f5036") format("woff"),
url("../fonts/flaticone679.woff2?7be827e199392bb56ae95dacf43f5036") format("woff2"),
url("../fonts/f... | public/assets/css/flaticon.css | @font-face {
font-family: "flaticon";
src: url("../fonts/flaticone679.ttf?7be827e199392bb56ae95dacf43f5036") format("truetype"),
url("../fonts/flaticone679.woff?7be827e199392bb56ae95dacf43f5036") format("woff"),
url("../fonts/flaticone679.woff2?7be827e199392bb56ae95dacf43f5036") format("woff2"),
url("../fonts/f... | 0.273283 | 0.113236 |
.mealmap {
display: grid;
grid-template-columns: 63% 35%;
gap: 2%;
}
.mealmap .mealmapArea {
width: auto;
height: auto;
border: 1px solid var(--theme-color-C);
box-shadow: 2px 2px 10px rgb(0, 0, 0, 0.2);
}
.mealmap .mealmapArea .textArea {
width: 100%;
height: 50px;
position: r... | src/css/Mealmap.css | .mealmap {
display: grid;
grid-template-columns: 63% 35%;
gap: 2%;
}
.mealmap .mealmapArea {
width: auto;
height: auto;
border: 1px solid var(--theme-color-C);
box-shadow: 2px 2px 10px rgb(0, 0, 0, 0.2);
}
.mealmap .mealmapArea .textArea {
width: 100%;
height: 50px;
position: r... | 0.516352 | 0.180467 |
font-size: 28px;
background-color: grey;
text-align: center;
overflow: hidden;
height: 500px;
color: #ddd;
padding: 5px;
position: relative;
}
#principle #stage {
width: 300px;
height: 380px;
}
#principle #window {
display: inline-block;
border: 3px solid #ddd;
border-top: 20px solid white;
... | examples/explain/explain.css | font-size: 28px;
background-color: grey;
text-align: center;
overflow: hidden;
height: 500px;
color: #ddd;
padding: 5px;
position: relative;
}
#principle #stage {
width: 300px;
height: 380px;
}
#principle #window {
display: inline-block;
border: 3px solid #ddd;
border-top: 20px solid white;
... | 0.483892 | 0.151875 |
.pvtUi { color: #333; }
table.pvtTable {
font-size: 8pt;
text-align: left;
border-collapse: collapse;
}
table.pvtTable thead tr th, table.pvtTable tbody tr th {
background-color: #e6EEEE;
border: 1px solid #CDCDCD;
font-size: 8pt;
padding: 5px;
}
table.pvtTable .pvtColLabel {text-align: ce... | dist/pivot.css | .pvtUi { color: #333; }
table.pvtTable {
font-size: 8pt;
text-align: left;
border-collapse: collapse;
}
table.pvtTable thead tr th, table.pvtTable tbody tr th {
background-color: #e6EEEE;
border: 1px solid #CDCDCD;
font-size: 8pt;
padding: 5px;
}
table.pvtTable .pvtColLabel {text-align: ce... | 0.30819 | 0.147617 |
.hero_wrapper {
margin-top: 60px;
padding-bottom: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.hero_section_wrapper {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.description_wrapper {
display: flex;
justify-content: ... | src/pages/home/about/About.module.css | .hero_wrapper {
margin-top: 60px;
padding-bottom: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.hero_section_wrapper {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.description_wrapper {
display: flex;
justify-content: ... | 0.53607 | 0.082957 |
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Megrim&... | style.css | @import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Megrim&... | 0.321247 | 0.085175 |
* {
margin: 0;
padding: 0;
list-style: none;
outline: 0;
border: 0;
font-size: 0;
line-height: 0;
box-sizing: border-box;
-webkit-text-size-adjust: none;
-webkit-backface-visibility: hidden;
}
::-webkit-scrollbar {
height: 0 !important;
width: 0 !important;
}
a ... | public/vendor/tcg/voyager/assets/js/plugins/giphy/html/css/giphyPopup.css | * {
margin: 0;
padding: 0;
list-style: none;
outline: 0;
border: 0;
font-size: 0;
line-height: 0;
box-sizing: border-box;
-webkit-text-size-adjust: none;
-webkit-backface-visibility: hidden;
}
::-webkit-scrollbar {
height: 0 !important;
width: 0 !important;
}
a ... | 0.352759 | 0.09886 |
* /* padding and border are included in total width and height of all elements */
{
box-sizing: border-box;
outline: none;
}
::selection
{
background: none;
}
body
{
background-color: black;
margin: 0px;
overflow-x: hidden;
}
/*********************************** Menu *****... | styles.css |
* /* padding and border are included in total width and height of all elements */
{
box-sizing: border-box;
outline: none;
}
::selection
{
background: none;
}
body
{
background-color: black;
margin: 0px;
overflow-x: hidden;
}
/*********************************** Menu *****... | 0.344113 | 0.086208 |
overflow: hidden;
}
body {
overflow-x: hidden;
}
p.old-price {
margin-bottom: 0;
}
span.strike {
text-decoration: line-through;
}
span.deal {
font-size: 1.2rem;
font-weight: 600;
}
main {
padding-top: 1rem;
}
.search {
max-width: 1000px;
margin: 0 auto;
}
.search .input-group {
max-width: 800... | styles/pages/produtos.css | overflow: hidden;
}
body {
overflow-x: hidden;
}
p.old-price {
margin-bottom: 0;
}
span.strike {
text-decoration: line-through;
}
span.deal {
font-size: 1.2rem;
font-weight: 600;
}
main {
padding-top: 1rem;
}
.search {
max-width: 1000px;
margin: 0 auto;
}
.search .input-group {
max-width: 800... | 0.398172 | 0.083516 |
@-moz-document url("https://fi.nobelium.xyz/"), url-prefix("https://fi.nobelium.xyz/forum"), url-prefix("https://fi.nobelium.xyz/login"), url-prefix("https://fi.nobelium.xyz/register"), url-prefix("https://fi.nobelium.xyz/game/"), url-prefix("https://fi.nobelium.xyz/catalog"), url-prefix("https://fi.nobelium.xyz/item")... | data/usercss/180560.user.css | @-moz-document url("https://fi.nobelium.xyz/"), url-prefix("https://fi.nobelium.xyz/forum"), url-prefix("https://fi.nobelium.xyz/login"), url-prefix("https://fi.nobelium.xyz/register"), url-prefix("https://fi.nobelium.xyz/game/"), url-prefix("https://fi.nobelium.xyz/catalog"), url-prefix("https://fi.nobelium.xyz/item")... | 0.577972 | 0.173288 |
:import {
-st-from: "../Text/Text.st.css";
-st-default: Text;
}
:import {
-st-from: "../Sidebar/colors.st.css";
-st-named:
sidebarBackgroundColor, hoveredBackgroundColor, selectedBackgroundColor, disabledBackgroundColor, textColor, selectedTextColor,
sidebarLightBackgroundColor, hoveredLightBackgroundC... | src/SidebarSectionItem/SidebarSectionItem.st.css | :import {
-st-from: "../Text/Text.st.css";
-st-default: Text;
}
:import {
-st-from: "../Sidebar/colors.st.css";
-st-named:
sidebarBackgroundColor, hoveredBackgroundColor, selectedBackgroundColor, disabledBackgroundColor, textColor, selectedTextColor,
sidebarLightBackgroundColor, hoveredLightBackgroundC... | 0.533154 | 0.151843 |
1. Shop Page
2. Single Product
3. Cart
4. Checkout
5. Order
6. Dynamic Cart
7. Widgets
8. Shortcodes
9. CSS3 Animations
-------------------------------------------------------------------------*/
/* -------------------------------- Start WooCommerce Styles (cmsms_woo) ----------------... | wp-content/themes/econature/css/cmsms-woo-style.css |
1. Shop Page
2. Single Product
3. Cart
4. Checkout
5. Order
6. Dynamic Cart
7. Widgets
8. Shortcodes
9. CSS3 Animations
-------------------------------------------------------------------------*/
/* -------------------------------- Start WooCommerce Styles (cmsms_woo) ----------------... | 0.37605 | 0.042942 |
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
white-space: normal;
text-align: center;
word-break: break-all;
}
/* Sticky footer styles
-------... | CSharp MVC Frameworks - ASP.NET Core/GrabNReadApp - Final Project/GrabNReadApp/GrabNReadApp.Web/wwwroot/css/site.css | /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
white-space: normal;
text-align: center;
word-break: break-all;
}
/* Sticky footer styles
-------... | 0.511229 | 0.084229 |
.main-timeline8{ margin-top: 80px; margin-bottom: 80px;}
.main-timeline8{overflow:hidden;position:relative}
.main-timeline8:after,.main-timeline8:before{content:"";display:block;width:100%;clear:both}
.main-timeline8:before{content:"";width:3px;height:100%;background:#d6d5d5;position:absolute;top:30px;left:50%}
.main-t... | src/app/experiencia-profissional/experiencia-profissional.component.css | .main-timeline8{ margin-top: 80px; margin-bottom: 80px;}
.main-timeline8{overflow:hidden;position:relative}
.main-timeline8:after,.main-timeline8:before{content:"";display:block;width:100%;clear:both}
.main-timeline8:before{content:"";width:3px;height:100%;background:#d6d5d5;position:absolute;top:30px;left:50%}
.main-t... | 0.214362 | 0.056783 |
body {
overscroll-behavior: contain;
font-family: "Gotham Rounded A", sans-serif;
background-image: url(background.jpg);
background-repeat: repeat;
background-size: contain;
}
.play{
text-align: center;
margin: auto;
display: block;
margin-top: 30px;... | spyfall/public/style.css | body {
overscroll-behavior: contain;
font-family: "Gotham Rounded A", sans-serif;
background-image: url(background.jpg);
background-repeat: repeat;
background-size: contain;
}
.play{
text-align: center;
margin: auto;
display: block;
margin-top: 30px;... | 0.480479 | 0.064477 |
.status {}
.filter { background-color: #DBDBDB; }
.filterTitle { font-size: 10pt; font-weight: bold; background-color: #DBDBDB; }
.filterName { background-color: #DBDBDB; }
.filterValue { background-color: #DBDBDB; }
.statusTitle { text-align: center; font-weight: bold; font-size: 12pt; }
.statusSort { }
TA... | omd/versions/1.2.8p15.cre/share/nagios/htdocs/themes/classicui/stylesheets/ministatus.css | .status {}
.filter { background-color: #DBDBDB; }
.filterTitle { font-size: 10pt; font-weight: bold; background-color: #DBDBDB; }
.filterName { background-color: #DBDBDB; }
.filterValue { background-color: #DBDBDB; }
.statusTitle { text-align: center; font-weight: bold; font-size: 12pt; }
.statusSort { }
TA... | 0.389082 | 0.116689 |
/* Corporate Training: Banner */
.corporate-training.subpage .subpage-banner:after {opacity: .51;}
.corporate-training .subpage-banner.detailed {/* position:relative; *//* height: 100%; *//* border: 2px solid red; */}
.corporate-training .subpage-banner.detailed .img {object-position: top;}
.corporate-training .subpa... | assets/css/corporate-training.css |
/* Corporate Training: Banner */
.corporate-training.subpage .subpage-banner:after {opacity: .51;}
.corporate-training .subpage-banner.detailed {/* position:relative; *//* height: 100%; *//* border: 2px solid red; */}
.corporate-training .subpage-banner.detailed .img {object-position: top;}
.corporate-training .subpa... | 0.321886 | 0.069795 |
color: #424242;
}
#hwpwrap a{
color: #2ea2cc;
}
#hwpwrap .outer-border{
list-style-type: none;
}
#hwpwrap #wpwrap {
height: auto;
min-height: 100%;
width: 100%;
position: relative;
-webkit-font-smoothing: subpixel-antialiased;
}
#hwpwrap #wpcontent {
height: 100%;
}
#hwpwrap .menu-item {
li... | public/vendor/harimayco-menu/style.css | color: #424242;
}
#hwpwrap a{
color: #2ea2cc;
}
#hwpwrap .outer-border{
list-style-type: none;
}
#hwpwrap #wpwrap {
height: auto;
min-height: 100%;
width: 100%;
position: relative;
-webkit-font-smoothing: subpixel-antialiased;
}
#hwpwrap #wpcontent {
height: 100%;
}
#hwpwrap .menu-item {
li... | 0.263031 | 0.044806 |
.table-striped img {
position: initial;
margin: auto;
}
.text-success {
color: var(--toc-highlight);
}
.decrypt-btn {
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-width: 2px;
background-color: transparent;
font-size: 14px;
font-weight: 600;
padding: 6px 12px;
... | assets/css/custom.css | .table-striped img {
position: initial;
margin: auto;
}
.text-success {
color: var(--toc-highlight);
}
.decrypt-btn {
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-width: 2px;
background-color: transparent;
font-size: 14px;
font-weight: 600;
padding: 6px 12px;
... | 0.364325 | 0.14262 |
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
#body-image {
display: block;
position: absolute;
top: 0;
right: 0;
width: 30vw;
height: 100vh;
background-image: url("../../assets/holiday/christmas-body.png");
background-repeat: no-repeat;
background-position: top right;
background... | oldPortal/css/schedules/schedules_holiday.css | @import url("https://fonts.googleapis.com/css?family=Open+Sans");
#body-image {
display: block;
position: absolute;
top: 0;
right: 0;
width: 30vw;
height: 100vh;
background-image: url("../../assets/holiday/christmas-body.png");
background-repeat: no-repeat;
background-position: top right;
background... | 0.498535 | 0.093471 |
a,
a:focus,
a:hover {
color: #fff;
}
/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
color: #333;
text-shadow: none; /* Prevent inheritance from `body` */
background-color: #fff;
border: .05rem solid #fff;
}
/*
* Base structure
*/
html,
body {
height: 100%;
m... | css/style.css | a,
a:focus,
a:hover {
color: #fff;
}
/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
color: #333;
text-shadow: none; /* Prevent inheritance from `body` */
background-color: #fff;
border: .05rem solid #fff;
}
/*
* Base structure
*/
html,
body {
height: 100%;
m... | 0.449393 | 0.058025 |
8.0.0-beta6:fc30ea36e5305646fea8a8b38954080947b8bb54bec71235fdd16c2e1854adfa
8.0.0-beta7:fc30ea36e5305646fea8a8b38954080947b8bb54bec71235fdd16c2e1854adfa
8.0.0-beta9:fc30ea36e5305646fea8a8b38954080947b8bb54bec71235fdd16c2e1854adfa
8.0.0-beta10:7369abf2fb11d670ed0b2bae429f1f21cedec877c4fa0c8b56da456a01880781
8.0.0-beta1... | hashs-database/hashs/core___assets___vendor___jquery.ui___themes___base___tooltip.css | 8.0.0-beta6:fc30ea36e5305646fea8a8b38954080947b8bb54bec71235fdd16c2e1854adfa
8.0.0-beta7:fc30ea36e5305646fea8a8b38954080947b8bb54bec71235fdd16c2e1854adfa
8.0.0-beta9:fc30ea36e5305646fea8a8b38954080947b8bb54bec71235fdd16c2e1854adfa
8.0.0-beta10:7369abf2fb11d670ed0b2bae429f1f21cedec877c4fa0c8b56da456a01880781
8.0.0-beta1... | 0.337422 | 0.232365 |
:root {
--color-primary: #212121;
--color-secondary: #161616;
--color-font-focus: #ffffff;
--color-font-disabled: #999999;
--color-font-primary: #cdcdcd;
--color-font-secondary: #bbb;
}
@font-face {
font-family: Cousine;
src: url("font/Cousine-Regular.ttf");
}
@font-face {
font-family: Cousine;
src: url("fo... | src/cide.css | :root {
--color-primary: #212121;
--color-secondary: #161616;
--color-font-focus: #ffffff;
--color-font-disabled: #999999;
--color-font-primary: #cdcdcd;
--color-font-secondary: #bbb;
}
@font-face {
font-family: Cousine;
src: url("font/Cousine-Regular.ttf");
}
@font-face {
font-family: Cousine;
src: url("fo... | 0.331985 | 0.08617 |
display: inline-block;
height: 100%;
position: relative;
width: 100%;
overflow: auto;
border-left: 40px solid transparent;
border-right: 40px solid transparent;
border-bottom: 40px solid transparent;
}
#about-dialog div{
text-align: center;
}
.icon-annotations{
/*
display:none;
See the ann... | src/css/viewer.css | display: inline-block;
height: 100%;
position: relative;
width: 100%;
overflow: auto;
border-left: 40px solid transparent;
border-right: 40px solid transparent;
border-bottom: 40px solid transparent;
}
#about-dialog div{
text-align: center;
}
.icon-annotations{
/*
display:none;
See the ann... | 0.288068 | 0.044452 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
::-webkit-scrollbar {
display: none;
}
body {
font: 16px sans-serif;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: white;
overflow: hidden;
background: #A9A9A9;
}
bu... | src/css/style.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
::-webkit-scrollbar {
display: none;
}
body {
font: 16px sans-serif;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: white;
overflow: hidden;
background: #A9A9A9;
}
bu... | 0.40028 | 0.099383 |
html,
body {
height: 100%;
color: rgb(128, 128, 128);
overflow-x: hidden;
}
@font-face {
font-family: "Helvetica";
src: url("fonts/HelveticaRegular/HelveticaRegular.eot");
src: url("fonts/HelveticaRegular/HelveticaRegular.eot?#iefix") format("embedded-opentype"),
url("fonts/HelveticaRegular/... | perevertish/web/css/perevertish.css | html,
body {
height: 100%;
color: rgb(128, 128, 128);
overflow-x: hidden;
}
@font-face {
font-family: "Helvetica";
src: url("fonts/HelveticaRegular/HelveticaRegular.eot");
src: url("fonts/HelveticaRegular/HelveticaRegular.eot?#iefix") format("embedded-opentype"),
url("fonts/HelveticaRegular/... | 0.368292 | 0.0697 |
body {
color:#202127;
font-family:verdana, 'trebuchet ms', sans-serif; font-size:8pt; font-weight:normal;
}
body a {
text-decoration: none;
color:#193BFF;
}
.content{
border-collapse:collapse;
border:1px #020063 groove;
}
.contentNav{
border-collapse:collapse;
border:1... | students/css/portalcss.css | body {
color:#202127;
font-family:verdana, 'trebuchet ms', sans-serif; font-size:8pt; font-weight:normal;
}
body a {
text-decoration: none;
color:#193BFF;
}
.content{
border-collapse:collapse;
border:1px #020063 groove;
}
.contentNav{
border-collapse:collapse;
border:1... | 0.239083 | 0.063832 |
.choice {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
height: 24px;
line-height: 24px;
position: relative;
}
.choice.hover {
z-index: 1;
}
.choice.hover .choice-list {
display: block;
top: 24px;
}
.choice.hover .choice-hd .fa {
-webkit-transi... | css/catalog_fr.css | .choice {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
height: 24px;
line-height: 24px;
position: relative;
}
.choice.hover {
z-index: 1;
}
.choice.hover .choice-list {
display: block;
top: 24px;
}
.choice.hover .choice-hd .fa {
-webkit-transi... | 0.367497 | 0.134406 |
.node-menu {
position: relative;
width: 150px;
}
.node-menu .node-menu-content {
width: 100%;
padding: 5px;
position: absolute;
border: 1px solid #bdbdbd;
border-radius: 5%;
box-shadow: 0 0 5px #bdbdbd;
background-color: #eee;
color: #212121;
font-family: "Helvetica Neue", Helvetica, Arial, sans-... | src/node_modules/ng2-tree/styles.css | .node-menu {
position: relative;
width: 150px;
}
.node-menu .node-menu-content {
width: 100%;
padding: 5px;
position: absolute;
border: 1px solid #bdbdbd;
border-radius: 5%;
box-shadow: 0 0 5px #bdbdbd;
background-color: #eee;
color: #212121;
font-family: "Helvetica Neue", Helvetica, Arial, sans-... | 0.394201 | 0.0809 |
html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100vh;
background-size: cover;
}
#loader {
position: fixed;
width: 100%;
height: 90vh;
z-index: 1;
overflow: visible;
background: #000000
url("https://i.pinimg.com/originals/34/cc/62/34cc62d1df1c8328f56ae7a7acf2e83a.gif")
no-repeat c... | public/css/styles.css | html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100vh;
background-size: cover;
}
#loader {
position: fixed;
width: 100%;
height: 90vh;
z-index: 1;
overflow: visible;
background: #000000
url("https://i.pinimg.com/originals/34/cc/62/34cc62d1df1c8328f56ae7a7acf2e83a.gif")
no-repeat c... | 0.464902 | 0.083479 |
@charset "UTF-8";
/**
* 基础文件
* 包含所有变量定义
*/
/*颜色定义*/
/*前景色,深色和浅色*/
/*normal color*/
/*超链接颜色*/
/**白色主题 **/
/*深紫色*/
/*白色系*/
/*深紫色系*/
/*颜色 混合*/
/*size定义*/
/*全局padding*/
/*全局圆角*/
/*标题 padding*/
/*头部高度*/
/*下拉框离显示框距离*/
/*按钮padding*/
/*字体大小*/
/*字体粗体*/
/*zindex*/
/*border样式*/
.nd-item-hovercolor, .nd-grid .nd-grid-body tr:ho... | examples/css/nodomui.css | @charset "UTF-8";
/**
* 基础文件
* 包含所有变量定义
*/
/*颜色定义*/
/*前景色,深色和浅色*/
/*normal color*/
/*超链接颜色*/
/**白色主题 **/
/*深紫色*/
/*白色系*/
/*深紫色系*/
/*颜色 混合*/
/*size定义*/
/*全局padding*/
/*全局圆角*/
/*标题 padding*/
/*头部高度*/
/*下拉框离显示框距离*/
/*按钮padding*/
/*字体大小*/
/*字体粗体*/
/*zindex*/
/*border样式*/
.nd-item-hovercolor, .nd-grid .nd-grid-body tr:ho... | 0.166845 | 0.044473 |
.container-content {
padding-top: 70px;
}
.slide-image {
width: 100%;
}
.carousel-holder {
margin-bottom: 30px;
}
.carousel-control, .item {
border-radius: 4px;
}
.thumbnail {
text-align: center;
padding: 10px !important;
}
.row {
padding-top: 10px;
}
.thumbnail img {
width: 100%;
... | Public/css/content.css | .container-content {
padding-top: 70px;
}
.slide-image {
width: 100%;
}
.carousel-holder {
margin-bottom: 30px;
}
.carousel-control, .item {
border-radius: 4px;
}
.thumbnail {
text-align: center;
padding: 10px !important;
}
.row {
padding-top: 10px;
}
.thumbnail img {
width: 100%;
... | 0.478529 | 0.10434 |
*{
margin:0;
padding:0;
font-family: Century Gothic;
text-align:center;
}
.image_area{
background-image: url(back.jpg);
background-size: cover;
background-position:center center;
height: 100vh;
position: fixed;
left:0;
right:0;
z-index:-1;
filter:blur(5px)
}
header{
... | web app/style.css | *{
margin:0;
padding:0;
font-family: Century Gothic;
text-align:center;
}
.image_area{
background-image: url(back.jpg);
background-size: cover;
background-position:center center;
height: 100vh;
position: fixed;
left:0;
right:0;
z-index:-1;
filter:blur(5px)
}
header{
... | 0.637369 | 0.092319 |
----------------------------------*/
.newtable_range .ui-helper-hidden {
display: none;
}
.newtable_range .ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.newtable_range .ui-helper-reset {
margi... | htdocs/components/00_jquery_slider.css | ----------------------------------*/
.newtable_range .ui-helper-hidden {
display: none;
}
.newtable_range .ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.newtable_range .ui-helper-reset {
margi... | 0.338514 | 0.072145 |
body{
margin:0;
background-image:url("../images/funky-lines.png");
height:100%;
background-size:cover;
}
header {
position: fixed;
align-content: right;
display:block;
height:40px;
background-color: #ffffff;
border-style: solid;
border-bottom-width: 1px ;... | assets/css/style.css | body{
margin:0;
background-image:url("../images/funky-lines.png");
height:100%;
background-size:cover;
}
header {
position: fixed;
align-content: right;
display:block;
height:40px;
background-color: #ffffff;
border-style: solid;
border-bottom-width: 1px ;... | 0.349755 | 0.106226 |
body {
color: #3C4858;
font-weight: 300;
}
.centered {
position: absolute;
bottom: -10px;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
padding: 4px;
background: #20294085;
border-radius: 10px;
font-size: 10px
}
.gallery img {
border-radius: 15px; /* Rounded border */
paddi... | public/assets/css/style.css | body {
color: #3C4858;
font-weight: 300;
}
.centered {
position: absolute;
bottom: -10px;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
padding: 4px;
background: #20294085;
border-radius: 10px;
font-size: 10px
}
.gallery img {
border-radius: 15px; /* Rounded border */
paddi... | 0.653459 | 0.082623 |
@import "https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css";
@import "http://webfonts.ru/import/lato.css";
body {
font-family: 'Lato', 'Segoe UI', sans-serif;
background: #028e9b;
color: #fff;
text-align: center;
min-width: 1120px;
}
header {
background: #1e6d74;
font-siz... | assets/css/style.css | @import "https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css";
@import "http://webfonts.ru/import/lato.css";
body {
font-family: 'Lato', 'Segoe UI', sans-serif;
background: #028e9b;
color: #fff;
text-align: center;
min-width: 1120px;
}
header {
background: #1e6d74;
font-siz... | 0.320396 | 0.07267 |
* {
margin: 0;
padding: 0;
}
#gpstracker {
position:relative;
top: 10px;
width:97%;
border:1px solid #909090;
margin: 0 auto;
padding: 0;
/*background-color:#CCEDFF;*/
background-color:rgba(0,0,0,0.8);
font-family: helvetica, arial, sans-serif;
font-size: 15px;
}
#map-c... | servers/php/css/styles_old.css | * {
margin: 0;
padding: 0;
}
#gpstracker {
position:relative;
top: 10px;
width:97%;
border:1px solid #909090;
margin: 0 auto;
padding: 0;
/*background-color:#CCEDFF;*/
background-color:rgba(0,0,0,0.8);
font-family: helvetica, arial, sans-serif;
font-size: 15px;
}
#map-c... | 0.36523 | 0.059565 |
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
*{box-sizing: border-box;}
html, body{
height:100%;
overflow:scroll;
}
body{font-family:NanumGothic,sans-serif;font-size:.75em;color:#fff;background:#222;margin: 0 auto;
display:flex;
flex-direction: column;
}
a{text-decoration:none;col... | public/style/style.css | @import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
*{box-sizing: border-box;}
html, body{
height:100%;
overflow:scroll;
}
body{font-family:NanumGothic,sans-serif;font-size:.75em;color:#fff;background:#222;margin: 0 auto;
display:flex;
flex-direction: column;
}
a{text-decoration:none;col... | 0.297368 | 0.066812 |
{
margin: 0;
}
#tipue_search_loading
{
padding-top: 60px;
background: #fff url('img/loader.gif') no-repeat left;
}
#tipue_search_warning
{
font-size: 12px;
color: #333;
margin: 7px 0;
}
#tipue_search_warning a
{
color: #3f72d8;
text-decoration: none;
}
#tipue_search_warning a:hover
{
p... | themes/sora/static/tipuesearch/tipuesearch.css | {
margin: 0;
}
#tipue_search_loading
{
padding-top: 60px;
background: #fff url('img/loader.gif') no-repeat left;
}
#tipue_search_warning
{
font-size: 12px;
color: #333;
margin: 7px 0;
}
#tipue_search_warning a
{
color: #3f72d8;
text-decoration: none;
}
#tipue_search_warning a:hover
{
p... | 0.363082 | 0.061509 |
@import url("directive/post/post.directive.css");
@import url("directive/paging/paging.directive.css");
@import url("directive/loading/loading.directive.css");
/***
==========================================
Common
==========================================
***/
/*@import url("common/style/loading... | app/main.style.css | @import url("directive/post/post.directive.css");
@import url("directive/paging/paging.directive.css");
@import url("directive/loading/loading.directive.css");
/***
==========================================
Common
==========================================
***/
/*@import url("common/style/loading... | 0.330039 | 0.063222 |
* ====================================
* uPORTAL PORTAL STYLES
* ====================================
*
* The file portal.css is automatically generated by SASS. Do not edit this file.
* These declarations are scoped for the portal, and not specifically for portlets.
* For portlet-specifc CSS, see "portlet.css... | uportal-war/src/main/webapp/media/skins/universality/hc/portal.css | * ====================================
* uPORTAL PORTAL STYLES
* ====================================
*
* The file portal.css is automatically generated by SASS. Do not edit this file.
* These declarations are scoped for the portal, and not specifically for portlets.
* For portlet-specifc CSS, see "portlet.css... | 0.412767 | 0.08152 |
.modal-open {
overflow: visible !important;
padding: 0 !important; }
.pull-right {
cursor: pointer; }
* {
outline: none !important; }
.base {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 400;
background-color: #fff;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o... | public/asset/css/bootstrap/risponsive-home-02.css | .modal-open {
overflow: visible !important;
padding: 0 !important; }
.pull-right {
cursor: pointer; }
* {
outline: none !important; }
.base {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 400;
background-color: #fff;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o... | 0.364778 | 0.065515 |
.mx-btn {
height: 2.5rem;
padding: 0 1.5rem;
display: inline-block;
text-align: center;
-webkit-transition: all 0.2s;
transition: all 0.2s;
border: none; }
.mx-btn:focus {
border: none;
outline: none; }
.mx-btn-pill {
border-radius: 9999rem; }
.mx-btn-rounded {
border-radius: 0.31rem... | dist/css/mix.css | .mx-btn {
height: 2.5rem;
padding: 0 1.5rem;
display: inline-block;
text-align: center;
-webkit-transition: all 0.2s;
transition: all 0.2s;
border: none; }
.mx-btn:focus {
border: none;
outline: none; }
.mx-btn-pill {
border-radius: 9999rem; }
.mx-btn-rounded {
border-radius: 0.31rem... | 0.382833 | 0.057098 |
/* Style for the container centers the page and specifies the width */
#container {
width: 100%;
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF;
font-size: 1.25em;
}
/* Style for the header specifies top margin, background color, rounded corners, and center align content */
header {
... | styles/products.css |
/* Style for the container centers the page and specifies the width */
#container {
width: 100%;
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF;
font-size: 1.25em;
}
/* Style for the header specifies top margin, background color, rounded corners, and center align content */
header {
... | 0.331985 | 0.077413 |
margin: 0;
width: 100%;
}
#menu-open .modal-content {
background: none;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
}
#menu-open .modal-header {
border: none;
}
#menu-open button.close {
font-size: 5em;
color: white;
opacity: 1;
margin-top: 15px;
}
#menu-open button.close:hover {
... | public/css/menu.css | margin: 0;
width: 100%;
}
#menu-open .modal-content {
background: none;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
}
#menu-open .modal-header {
border: none;
}
#menu-open button.close {
font-size: 5em;
color: white;
opacity: 1;
margin-top: 15px;
}
#menu-open button.close:hover {
... | 0.125627 | 0.037082 |
a,
a:focus,
a:active,
select,
button,
button:active,
button:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
input { outline: none; }
input[type='file'] {
opacity:0;
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
outline:... | public/admin/css/app.css | a,
a:focus,
a:active,
select,
button,
button:active,
button:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
input { outline: none; }
input[type='file'] {
opacity:0;
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
outline:... | 0.334155 | 0.077518 |
a
{
text-decoration: none;
color: #c7c4c4;
transition: color 0.3s;
}
a:hover
{
color: #ffffff;
}
i.i-github
{
background: url("/images/GitHub-Mark-Light-64px.png");
background-size: auto;
background-size: contain;
width: 1.4em;
height: 1.4em;
left: 2em;
vertical-align: ... | styling/style.css | a
{
text-decoration: none;
color: #c7c4c4;
transition: color 0.3s;
}
a:hover
{
color: #ffffff;
}
i.i-github
{
background: url("/images/GitHub-Mark-Light-64px.png");
background-size: auto;
background-size: contain;
width: 1.4em;
height: 1.4em;
left: 2em;
vertical-align: ... | 0.36591 | 0.091301 |
.main {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.img-of-product {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.item-card {
display: grid;
width: 100%;
-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 2px... | src/app/ventas/ventas/ventas-activas/venta-activa-card/venta-activa-card.component.css | .main {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.img-of-product {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.item-card {
display: grid;
width: 100%;
-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 2px... | 0.366703 | 0.116487 |
@charset "utf-8";
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, capt... | static/reset.css | @charset "utf-8";
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, capt... | 0.270962 | 0.090494 |
.logo{
position: absolute;
left: 20px;
}
@media only screen and (max-width: 991px){
.logo {
position: absolute;
left: 60px;
}
}
.dataTables_paginate.paging_simple_numbers{
text-align: right;
}
#mandarin2-export-workflow-form .select2.select2-container{
width: 100% !important;
... | web/assets/css/kir.css | .logo{
position: absolute;
left: 20px;
}
@media only screen and (max-width: 991px){
.logo {
position: absolute;
left: 60px;
}
}
.dataTables_paginate.paging_simple_numbers{
text-align: right;
}
#mandarin2-export-workflow-form .select2.select2-container{
width: 100% !important;
... | 0.36693 | 0.135461 |
body{
margin: 0;
padding: 0;
}
canvas{
border: 3px solid black;
/* margin:5px; */
}
@keyframes shadow-pulse
{
0% {
box-shadow: 0 0 0 0px rgba(219, 107, 88);
}
100% {
box-shadow: 0 0 0 35px rgba(219, 107, 88);
}
}
@keyframes shadow-pulse2
{
0% {
box-shadow: 0 0 0 0px rgba(219, 203, 145)... | style.css | body{
margin: 0;
padding: 0;
}
canvas{
border: 3px solid black;
/* margin:5px; */
}
@keyframes shadow-pulse
{
0% {
box-shadow: 0 0 0 0px rgba(219, 107, 88);
}
100% {
box-shadow: 0 0 0 35px rgba(219, 107, 88);
}
}
@keyframes shadow-pulse2
{
0% {
box-shadow: 0 0 0 0px rgba(219, 203, 145)... | 0.450601 | 0.096791 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: #fbf3ff;
}
p {
color: #fff;
}
.container {
position: absolute;
max-width: 800px;
height: 500px;
margin: auto;
top: 43%;
left: 50%;
transform: translate(-50%, -50%);
}
.myRightCtn {
position: relative;
background-image: l... | assets/css/style_login.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: #fbf3ff;
}
p {
color: #fff;
}
.container {
position: absolute;
max-width: 800px;
height: 500px;
margin: auto;
top: 43%;
left: 50%;
transform: translate(-50%, -50%);
}
.myRightCtn {
position: relative;
background-image: l... | 0.407923 | 0.091463 |
body,
body.light-theme {
--bg_color_regular: #fff;
--font_color_regular: #000;
--accent_color: #a34da3;
--textbox_bg: #ccc;
--button_bg: #e6e6e6;
--placeholder_fg: #444;
--less_important_fg: #333;
--code_color: #572857;
--info_bg: #506977;
--info_fg: var(--font_color_regular);
--feature_added_colo... | docs/build/html/_static/nightsky.css | body,
body.light-theme {
--bg_color_regular: #fff;
--font_color_regular: #000;
--accent_color: #a34da3;
--textbox_bg: #ccc;
--button_bg: #e6e6e6;
--placeholder_fg: #444;
--less_important_fg: #333;
--code_color: #572857;
--info_bg: #506977;
--info_fg: var(--font_color_regular);
--feature_added_colo... | 0.46563 | 0.093885 |
.pf-c-dual-list-selector {
--pf-c-dual-list-selector__header--GridArea: pane-header;
--pf-c-dual-list-selector__tools--GridArea: pane-tools;
--pf-c-dual-list-selector__status--GridArea: pane-status;
--pf-c-dual-list-selector__menu--GridArea: pane-menu;
--pf-c-dual-list-selector__controls--GridArea: controls;
... | 03-HW_ArrayInt/che-dashboard/node_modules/@patternfly/react-core/node_modules/@patternfly/react-styles/css/components/DualListSelector/dual-list-selector.css | .pf-c-dual-list-selector {
--pf-c-dual-list-selector__header--GridArea: pane-header;
--pf-c-dual-list-selector__tools--GridArea: pane-tools;
--pf-c-dual-list-selector__status--GridArea: pane-status;
--pf-c-dual-list-selector__menu--GridArea: pane-menu;
--pf-c-dual-list-selector__controls--GridArea: controls;
... | 0.346873 | 0.041404 |
@font-face {
font-family: myfont;
src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
font-family: myfontSubTitle;
src: url(../fonts/SouthernAire_Personal_Use_Only.ttf);
}
@font-face {
font-family: titlesFonts;
src: url(../fonts/Bangers-Regular.ttf);
}
@font-face {
font-family: subTitlesFonts;
src:... | web/css/main.css | @font-face {
font-family: myfont;
src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
font-family: myfontSubTitle;
src: url(../fonts/SouthernAire_Personal_Use_Only.ttf);
}
@font-face {
font-family: titlesFonts;
src: url(../fonts/Bangers-Regular.ttf);
}
@font-face {
font-family: subTitlesFonts;
src:... | 0.237753 | 0.065995 |
body, html{
height:100%;
margin:0;
font-size:16px;
font-family:"Lato", sans-serif;
font-weight:400;
line-height:1.8em;
color:#666;
}
header
{
position: fixed;
top: 0;
left: 0;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
... | src/css/portfolio.css | body, html{
height:100%;
margin:0;
font-size:16px;
font-family:"Lato", sans-serif;
font-weight:400;
line-height:1.8em;
color:#666;
}
header
{
position: fixed;
top: 0;
left: 0;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
... | 0.360714 | 0.064418 |
*{
padding:0;
margin:0;
font-family: Roboto;
}
body{
background-color: white;
color: black;
overflow: hidden; /* pour slidr dans certains navigateurs */
}
#container{
position: relative; /* pour permettre le positionnement en absolu des autres éléments */
}
input, button{
-webkit-tou... | boulot-a/public/css/style.css | *{
padding:0;
margin:0;
font-family: Roboto;
}
body{
background-color: white;
color: black;
overflow: hidden; /* pour slidr dans certains navigateurs */
}
#container{
position: relative; /* pour permettre le positionnement en absolu des autres éléments */
}
input, button{
-webkit-tou... | 0.360827 | 0.073264 |
code[class*="language-"],
pre[class*="language-"]{
font-family: monospace;
direction: ltr;
tab-size: 2 !important;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
line-height: 1.5;
background-color: #272822;
color: white;
border-radius: 5px;
overflow-x: scroll;
}
.token.commen... | documentation/web_modules/dracula-prism/index.css | code[class*="language-"],
pre[class*="language-"]{
font-family: monospace;
direction: ltr;
tab-size: 2 !important;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
line-height: 1.5;
background-color: #272822;
color: white;
border-radius: 5px;
overflow-x: scroll;
}
.token.commen... | 0.436622 | 0.084455 |
@import 'part:@sanity/base/theme/variables/gray-colors-style';
@import 'part:@sanity/base/theme/variables/globals-style';
:root {
--default-button-color: var(--gray-lighter);
--default-button-color--text: var(--black);
--default-button-color--hover: var(--gray-light);
--default-button-color--active: var(--gray... | packages/@sanity/base/src/styles/variables/forms.css | @import 'part:@sanity/base/theme/variables/gray-colors-style';
@import 'part:@sanity/base/theme/variables/globals-style';
:root {
--default-button-color: var(--gray-lighter);
--default-button-color--text: var(--black);
--default-button-color--hover: var(--gray-light);
--default-button-color--active: var(--gray... | 0.321034 | 0.095097 |
.bodycolor {
background: rgba(240, 240, 240, 1);
margin: 0;
}
.header {
width: 100%;
height: 60px;
line-height: 60px;
background: rgba(239, 97, 52, 1);
position: fixed;
top: 0px;
z-index: 10;
}
.headerWord {
display: inline-block;
text-decoration: none;
color: white;
width: 60px;
height: 4... | lib/cssAll.css | .bodycolor {
background: rgba(240, 240, 240, 1);
margin: 0;
}
.header {
width: 100%;
height: 60px;
line-height: 60px;
background: rgba(239, 97, 52, 1);
position: fixed;
top: 0px;
z-index: 10;
}
.headerWord {
display: inline-block;
text-decoration: none;
color: white;
width: 60px;
height: 4... | 0.530236 | 0.107017 |
@charset "utf-8";
/* CSS Document */
body{font-size:14px; font-family:ralewayregular;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#353535+0,383838+16,404040+50,444444+66,4a4a4a+84,4c4c4c+100 */
/*background:rgba(6, 2, 131, 0.88);; Old browsers */
/*ba... | front/css/style.css | @charset "utf-8";
/* CSS Document */
body{font-size:14px; font-family:ralewayregular;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#353535+0,383838+16,404040+50,444444+66,4a4a4a+84,4c4c4c+100 */
/*background:rgba(6, 2, 131, 0.88);; Old browsers */
/*ba... | 0.393152 | 0.089415 |