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 |
|---|---|---|---|---|
.loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('loading.gif') 50% 50% no-repeat rgb(249,249,249);
}
/*
#floatingBarsG{
position:relative;
width:62px;
height:77px}
.blockG{
position:absolute;
background-color:#FFFFFF;
width:10px;
height:24px;
-moz-border... | template/loading.css | .loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('loading.gif') 50% 50% no-repeat rgb(249,249,249);
}
/*
#floatingBarsG{
position:relative;
width:62px;
height:77px}
.blockG{
position:absolute;
background-color:#FFFFFF;
width:10px;
height:24px;
-moz-border... | 0.416085 | 0.071267 |
h1 {
text-align: center
}
.articles {
padding-left: 0px;
}
div.articles.linklist {
width: 100%;
position: relative;
float: left;
min-height: 1024px;
}
ul.articles li:not(:last-child) {
border-bottom: 1px solid #ccc
}
div.articles.settings {
width: 25%;
position: relative;
float: left;
}
span.articles.settings.i... | packages/articles/public/assets/css/articles.css | h1 {
text-align: center
}
.articles {
padding-left: 0px;
}
div.articles.linklist {
width: 100%;
position: relative;
float: left;
min-height: 1024px;
}
ul.articles li:not(:last-child) {
border-bottom: 1px solid #ccc
}
div.articles.settings {
width: 25%;
position: relative;
float: left;
}
span.articles.settings.i... | 0.304559 | 0.114914 |
.instafeed .instafeed-btn-wrapper > * {
display: inline-block;
width: 100%;
padding: var(--pad-l);
border: 1px solid var(--color-blue);
background: var(--color-lt-gray);
font-family: 'acumin-pro-extra-condensed', 'Arial Narrow', sans-serif;
font-size: var(--heading-size-xs);
font-weight: var(--weight-bo... | assets/blocks/instafeed/instafeed.css | .instafeed .instafeed-btn-wrapper > * {
display: inline-block;
width: 100%;
padding: var(--pad-l);
border: 1px solid var(--color-blue);
background: var(--color-lt-gray);
font-family: 'acumin-pro-extra-condensed', 'Arial Narrow', sans-serif;
font-size: var(--heading-size-xs);
font-weight: var(--weight-bo... | 0.376967 | 0.050682 |
html{
background-color: gray;
}
/* Layout */
/* ------------------------------------------------------- */
#wrap { height:100%; }
body > #wrap { height:auto; min-height:100%; }
#content {
padding-bottom:160px; /* footer height */
overflow:hidden; /* float clear */
}
#content #inner {
position:relative;
width:99... | src/public/assets/css/app.css | html{
background-color: gray;
}
/* Layout */
/* ------------------------------------------------------- */
#wrap { height:100%; }
body > #wrap { height:auto; min-height:100%; }
#content {
padding-bottom:160px; /* footer height */
overflow:hidden; /* float clear */
}
#content #inner {
position:relative;
width:99... | 0.350088 | 0.057256 |
Base
========================================================================== */
.ts-header {
font-weight: 500;
font-size: var(--ts-font-size-17px);
color: inherit;
line-height: 1.6;
display: flex;
align-items: center;
}
/* ==============================================================... | docs/zh-tw/assets/tocas/header.css | Base
========================================================================== */
.ts-header {
font-weight: 500;
font-size: var(--ts-font-size-17px);
color: inherit;
line-height: 1.6;
display: flex;
align-items: center;
}
/* ==============================================================... | 0.508056 | 0.089973 |
.dropdown[b-lc66wbbdl0] {
width: inherit;
position: relative;
display: inline-block;
}
/* Dropdown Button */
.dropButton[b-lc66wbbdl0] {
width: inherit;
background-color: indianred;
color: white;
padding: 12px;
font-size: 16px;
text-align: left;
border: none;
cursor: pointer... | obj/Debug/net5.0/scopedcss/bundle/EC1.44CharacterGenerator.styles.css | .dropdown[b-lc66wbbdl0] {
width: inherit;
position: relative;
display: inline-block;
}
/* Dropdown Button */
.dropButton[b-lc66wbbdl0] {
width: inherit;
background-color: indianred;
color: white;
padding: 12px;
font-size: 16px;
text-align: left;
border: none;
cursor: pointer... | 0.557123 | 0.138084 |
* { font-family: "Lucida Console", Monaco, monospace;}
body {
margin: 0;
padding: 0;
background: #ddd;
}
header {
width: 100%;
background: url(../images/stars.jpg);
}
#logo-holder img {
height: 100px;
margin-top: 50px;
margin-left: 50px;
}
#logo-holder h1 {
color: white;
}
.container {
margin: 2... | Vanilla/HTML CSS/assets/styles/styleHome.css | * { font-family: "Lucida Console", Monaco, monospace;}
body {
margin: 0;
padding: 0;
background: #ddd;
}
header {
width: 100%;
background: url(../images/stars.jpg);
}
#logo-holder img {
height: 100px;
margin-top: 50px;
margin-left: 50px;
}
#logo-holder h1 {
color: white;
}
.container {
margin: 2... | 0.49707 | 0.147863 |
body{
font-family: 'Open Sans';
color: #000;
overflow-x: hidden;
}
p{
line-height: 24px;
/*color: #e00918;*/
font-weight: 300;
}
a{
text-decoration: none;
color: #e00918;
}
a:hover{
color: #e00918;
text-decoration: none;
transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition... | Youtube/css/main.css | body{
font-family: 'Open Sans';
color: #000;
overflow-x: hidden;
}
p{
line-height: 24px;
/*color: #e00918;*/
font-weight: 300;
}
a{
text-decoration: none;
color: #e00918;
}
a:hover{
color: #e00918;
text-decoration: none;
transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition... | 0.143158 | 0.058025 |
.monospace {
font-family: "Lucida Console", Courier, monospace;
}
body {
background-color: #666666;
}
p {
font-family: monospace;
font-size: 18px;
color: #c0c0c0;
margin: 4px;
}
textarea {
border: 2px solid #8b8b8b;
border-radius: 8px;
background-color: #666666;
width: 100%;
... | playground/style.css | .monospace {
font-family: "Lucida Console", Courier, monospace;
}
body {
background-color: #666666;
}
p {
font-family: monospace;
font-size: 18px;
color: #c0c0c0;
margin: 4px;
}
textarea {
border: 2px solid #8b8b8b;
border-radius: 8px;
background-color: #666666;
width: 100%;
... | 0.371365 | 0.131368 |
* {
box-sizing: border-box;
background-repeat: no-repeat;
outline: none;
padding: 0;
margin: 0;
}
html, body {
font-size: 100%;
line-height: 1.15;
font-family: sans-serif;
word-break: normal;
text-rendering: optimizeLegibility;
scroll-behavior: smooth;
}
body {
min-height: 100vh;
}
main,
head... | pendeza.css | * {
box-sizing: border-box;
background-repeat: no-repeat;
outline: none;
padding: 0;
margin: 0;
}
html, body {
font-size: 100%;
line-height: 1.15;
font-family: sans-serif;
word-break: normal;
text-rendering: optimizeLegibility;
scroll-behavior: smooth;
}
body {
min-height: 100vh;
}
main,
head... | 0.57093 | 0.098469 |
.button.button-hero {
padding: 0px 16px;
}
input[type=text] {
border: 1px solid #555;
}
td.wccs-remove {
text-align: center;
}
td.billing-wccs-remove {
text-align: center;
}
select[readonly] {
background-color: #eee;
color: #333;
}
a.billing-wccs-remove-button, a.shipping-wccs-remove-button, a.wcc... | wp-content/plugins/woocommerce-checkout-manager/includes/pickers/css/backend_css.css | .button.button-hero {
padding: 0px 16px;
}
input[type=text] {
border: 1px solid #555;
}
td.wccs-remove {
text-align: center;
}
td.billing-wccs-remove {
text-align: center;
}
select[readonly] {
background-color: #eee;
color: #333;
}
a.billing-wccs-remove-button, a.shipping-wccs-remove-button, a.wcc... | 0.265119 | 0.044743 |
@charset "UTF-8";
/** general */
@font-face {
font-family: 'Simpleg';
font-style: normal;
font-weight: 400;
src: local('Simpleg'), local('Simpleg-Regular'), url(/parts/simpleg.woff) format('woff');
}
h1 .subtitle {
font-size: 0.75em;
color: #002177;
}
.iaview h1 {
font-size: 22px; /*120%;*/
height: 28px;
... | xforms/css/imgannot.css | @charset "UTF-8";
/** general */
@font-face {
font-family: 'Simpleg';
font-style: normal;
font-weight: 400;
src: local('Simpleg'), local('Simpleg-Regular'), url(/parts/simpleg.woff) format('woff');
}
h1 .subtitle {
font-size: 0.75em;
color: #002177;
}
.iaview h1 {
font-size: 22px; /*120%;*/
height: 28px;
... | 0.263031 | 0.082809 |
[ Table of contents ]
================================================
:: Typography
:: Helper Classes
:: Shortcodes
- Accordion
- Button
- Client
- Countdown
- Counter
- Feature Info
- List Style
- Owl Carousel
- Portfolio
- Pricing Table
- Skill
- Social Icon
- ... | public/web/css/style.css | [ Table of contents ]
================================================
:: Typography
:: Helper Classes
:: Shortcodes
- Accordion
- Button
- Client
- Countdown
- Counter
- Feature Info
- List Style
- Owl Carousel
- Portfolio
- Pricing Table
- Skill
- Social Icon
- ... | 0.448426 | 0.065755 |
@media (max-width: 1120px) {
footer {
display: none;
}
aside {
grid-row: 1/4;
}
}
@media (max-width: 866px) {
body {
grid-template-columns: 0.2fr 4fr 0.2fr 2fr;
grid-template-rows: 120px auto 84px;
}
main {
grid-row: 2/3;
}
main,
.status {
grid-column: 2/3 !important;
}
... | src/view/webapp/css/Media.css | @media (max-width: 1120px) {
footer {
display: none;
}
aside {
grid-row: 1/4;
}
}
@media (max-width: 866px) {
body {
grid-template-columns: 0.2fr 4fr 0.2fr 2fr;
grid-template-rows: 120px auto 84px;
}
main {
grid-row: 2/3;
}
main,
.status {
grid-column: 2/3 !important;
}
... | 0.314471 | 0.111241 |
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i|Roboto:100,200,300,400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i|Roboto:100,200,300,400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i|Roboto:100,200,300,400,700");
@i... | client/src/assets/styles/styles.css | @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i|Roboto:100,200,300,400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i|Roboto:100,200,300,400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i|Roboto:100,200,300,400,700");
@i... | 0.404037 | 0.067424 |
body
{font-family: 'Roboto Slab','Helvetica Neue',Helvetica,Arial,sans-serif;
overflow-x: hidden;
}p
{
line-height: 1.75;
}a
{
color: #fed136;
}a:hover
{
color: #fec503;
}.text-primary
{
color: #fed136!important;
}h1,
h2,
h3,
h4,
h5,
h6
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans... | css/agency.min.css | body
{font-family: 'Roboto Slab','Helvetica Neue',Helvetica,Arial,sans-serif;
overflow-x: hidden;
}p
{
line-height: 1.75;
}a
{
color: #fed136;
}a:hover
{
color: #fec503;
}.text-primary
{
color: #fed136!important;
}h1,
h2,
h3,
h4,
h5,
h6
{font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans... | 0.296247 | 0.041249 |
* { margin:0; padding:0; }
body { font-family:georgia,serif; background-color:#fff; color:#333; }
body,p,li,td { font-size:15px; }
p, ul, ol, div.codeblock, table { margin:13px 0 20px 0; line-height:1.5; }
hr { border:none; height:1px; background-color:#ddd; }
img { border:none; vertical-align:bottom; }
ul, ol { paddin... | themes/default/style.css | * { margin:0; padding:0; }
body { font-family:georgia,serif; background-color:#fff; color:#333; }
body,p,li,td { font-size:15px; }
p, ul, ol, div.codeblock, table { margin:13px 0 20px 0; line-height:1.5; }
hr { border:none; height:1px; background-color:#ddd; }
img { border:none; vertical-align:bottom; }
ul, ol { paddin... | 0.398875 | 0.177811 |
@charset "UTF-8";
@-webkit-keyframes fpFadeInDown {
0% {
opacity:0;
transform:translate3d(0, -20px, 0)
}
to {
opacity: 1;
transform: translateZ(0)
}
}
@keyframes fpFadeInDown {
0% {
opacity:0;
transform:translate3d(0, -20px, 0)
}
to {
opacity: 1;
transform: translateZ(0)
}
}
[dir=ltr] .flatpickr-calendar {
backgro... | public/assets/css/flatpickr.css | @charset "UTF-8";
@-webkit-keyframes fpFadeInDown {
0% {
opacity:0;
transform:translate3d(0, -20px, 0)
}
to {
opacity: 1;
transform: translateZ(0)
}
}
@keyframes fpFadeInDown {
0% {
opacity:0;
transform:translate3d(0, -20px, 0)
}
to {
opacity: 1;
transform: translateZ(0)
}
}
[dir=ltr] .flatpickr-calendar {
backgro... | 0.253122 | 0.082957 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
ul,
li {
list-style: none;
}
a {
text-decoration: none;
color: inherit;
}
.find_id{
width: 550px;
margin: 70px auto 0;
padding: 15px 20px;
background: white;
... | django/static/css/find_id.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
ul,
li {
list-style: none;
}
a {
text-decoration: none;
color: inherit;
}
.find_id{
width: 550px;
margin: 70px auto 0;
padding: 15px 20px;
background: white;
... | 0.346099 | 0.103658 |
:root {
--darkest-color: #04121b;
--dark-color: #042235;
--light-color: #8bb1ba;
--text-color: #9cd9f9;
--big-font-size: 2rem;
--h2-font-size: 1.25rem;
--normal-font-size: 0.938rem;
}
@media screen and (min-width: 768px) {
:root {
--big-font-size: 3.5rem;
--h2-font-size:... | style.css | :root {
--darkest-color: #04121b;
--dark-color: #042235;
--light-color: #8bb1ba;
--text-color: #9cd9f9;
--big-font-size: 2rem;
--h2-font-size: 1.25rem;
--normal-font-size: 0.938rem;
}
@media screen and (min-width: 768px) {
:root {
--big-font-size: 3.5rem;
--h2-font-size:... | 0.636579 | 0.162613 |
* Root Styles
* ===========================================================
*/
body {
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
height: 100vh;
}
/*
* Base Styles
* ===========================================================
*/
input, textarea {
background: #3A3F4B;
... | src/css/header.css | * Root Styles
* ===========================================================
*/
body {
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
height: 100vh;
}
/*
* Base Styles
* ===========================================================
*/
input, textarea {
background: #3A3F4B;
... | 0.427038 | 0.064388 |
.carousel {
width: 100%;
/* height: 440upx; */
}
/* 热门电影 start */
.super-hot {
margin-top: 12upx;
padding: 20upx;
}
/* 热门电影 标题栏 */
.hot-title-wapper {
display: flex;
flex-direction: row;
align-items: center;
}
.hot-ico {
width: 30upx;
height: 30upx;
}
.hot-title {
font-size: 20px;
margin-left: 20upx;
fo... | movieDemo/pages/index/index.css | .carousel {
width: 100%;
/* height: 440upx; */
}
/* 热门电影 start */
.super-hot {
margin-top: 12upx;
padding: 20upx;
}
/* 热门电影 标题栏 */
.hot-title-wapper {
display: flex;
flex-direction: row;
align-items: center;
}
.hot-ico {
width: 30upx;
height: 30upx;
}
.hot-title {
font-size: 20px;
margin-left: 20upx;
fo... | 0.194712 | 0.057758 |
.pane{
-fx-border-style: solid inside;
-fx-border-width: 2;
-fx-border-insets: 2;
-fx-border-radius: 5;
-fx-border-color: grey;
-fx-background-image:url("BackgroundSpace.jpg");
-fx-background-color: rgba(255, 255, 255, 0.9);
}
.tilepane{
-fx-background-image:url("BackgroundSpace.jpg");
-f... | src/defaultstyle.css | .pane{
-fx-border-style: solid inside;
-fx-border-width: 2;
-fx-border-insets: 2;
-fx-border-radius: 5;
-fx-border-color: grey;
-fx-background-image:url("BackgroundSpace.jpg");
-fx-background-color: rgba(255, 255, 255, 0.9);
}
.tilepane{
-fx-background-image:url("BackgroundSpace.jpg");
-f... | 0.392453 | 0.099383 |
.elementor-1951 .elementor-element.elementor-element-163272a {
margin-top: 0px;
margin-bottom: 0100px;
}
.elementor-1951 .elementor-element.elementor-element-86728b9 > .elementor-container {
min-height: 300px;
}
.elementor-1951 .elementor-element.elementor-element-86728b9 > .elementor-container:after {
... | resources/css/gallery.css | .elementor-1951 .elementor-element.elementor-element-163272a {
margin-top: 0px;
margin-bottom: 0100px;
}
.elementor-1951 .elementor-element.elementor-element-86728b9 > .elementor-container {
min-height: 300px;
}
.elementor-1951 .elementor-element.elementor-element-86728b9 > .elementor-container:after {
... | 0.370795 | 0.274175 |
@font-face {
font-family: "ColumbinaAltCap";
src: url("./fonts/columbinaaltcap.eot"); /* IE9 Compat Modes */
src: url("./fonts/columbinaaltcap.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("./fonts/columbinaaltcap.otf") format("opentype"), /* Open Type Font */
url("./fonts/columbinaaltcap.tt... | custom.css | @font-face {
font-family: "ColumbinaAltCap";
src: url("./fonts/columbinaaltcap.eot"); /* IE9 Compat Modes */
src: url("./fonts/columbinaaltcap.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("./fonts/columbinaaltcap.otf") format("opentype"), /* Open Type Font */
url("./fonts/columbinaaltcap.tt... | 0.269037 | 0.063628 |
body {
background-color: #f2f2f2;
font-size: 0.875rem;
line-height: inherit;
}
@font-face {
font-family: 'fluid-community';
src: url("/assets/stylesheets/fonts/fluid-community.eot?#iefix") format('embedded-opentype'), url("/assets/stylesheets/fonts/fluid-community.eot"), url("/assets/stylesheets/fonts/fluid-c... | src/assets/stylesheets/style.css | body {
background-color: #f2f2f2;
font-size: 0.875rem;
line-height: inherit;
}
@font-face {
font-family: 'fluid-community';
src: url("/assets/stylesheets/fonts/fluid-community.eot?#iefix") format('embedded-opentype'), url("/assets/stylesheets/fonts/fluid-community.eot"), url("/assets/stylesheets/fonts/fluid-c... | 0.426083 | 0.053675 |
display:none;
opacity:0;
position:fixed;
overflow:hidden;
top:0;
left:0;
width:100%;
height:100%;
z-index:1000000;
background-color:#222;
background-color:rgba(0,0,0,.8);
-webkit-transition:opacity .5s ease;transition:opacity .5s ease
}
#baguetteBox-overlay.visible{
opacity:1
}
#baguetteBox-... | css/baguettebox.min.css | display:none;
opacity:0;
position:fixed;
overflow:hidden;
top:0;
left:0;
width:100%;
height:100%;
z-index:1000000;
background-color:#222;
background-color:rgba(0,0,0,.8);
-webkit-transition:opacity .5s ease;transition:opacity .5s ease
}
#baguetteBox-overlay.visible{
opacity:1
}
#baguetteBox-... | 0.191933 | 0.059156 |
html, body {
background: #fff;
padding: 0px;
margin: 0px;
overflow: hidden;
font-size: 14px;
width: 100%;
height: 100%;
}
* {
box-sizing: border-box;
font-family: 微软雅黑;
}
.clear {
clear: both;
}
.left {
float: left;
width: 220px;
height: 100%;
background: #1015... | ModularProject.Server/main/wwwroot/index/page.css | html, body {
background: #fff;
padding: 0px;
margin: 0px;
overflow: hidden;
font-size: 14px;
width: 100%;
height: 100%;
}
* {
box-sizing: border-box;
font-family: 微软雅黑;
}
.clear {
clear: both;
}
.left {
float: left;
width: 220px;
height: 100%;
background: #1015... | 0.409339 | 0.138958 |
.loadable {
color: #009933;
}
td {
font-size: 14px;
}
.table>tbody>tr>td {
padding-top: 2px;
padding-bottom: 2px;
}
.object-header {
width: 70%;
}
.object-tab {
border: none;
}
.object-tab:after {
clear: none;
}
.object-table>caption+thead>tr:first-child>td, .object-table>caption+thead>tr:first-child>th,
... | src/main/resources/lib/legends.css | .loadable {
color: #009933;
}
td {
font-size: 14px;
}
.table>tbody>tr>td {
padding-top: 2px;
padding-bottom: 2px;
}
.object-header {
width: 70%;
}
.object-tab {
border: none;
}
.object-tab:after {
clear: none;
}
.object-table>caption+thead>tr:first-child>td, .object-table>caption+thead>tr:first-child>th,
... | 0.451568 | 0.173568 |
button.primary.big {
width: 100%;
background: black;
cursor: pointer;
}
button.primary.add {
background: black;
cursor: pointer;
margin-left: 10px;
}
.button-holder {
position: absolute;
right: 12px;
bottom: 12px;
display: flex;
}
.wrapper {
position: relative;
height: 100%;
}
h4 {
font-si... | src/styles.css | button.primary.big {
width: 100%;
background: black;
cursor: pointer;
}
button.primary.add {
background: black;
cursor: pointer;
margin-left: 10px;
}
.button-holder {
position: absolute;
right: 12px;
bottom: 12px;
display: flex;
}
.wrapper {
position: relative;
height: 100%;
}
h4 {
font-si... | 0.52975 | 0.127462 |
header{
position: fixed;
box-sizing: border-box;
top: 0;
left: 0;
height: 80px;
width: 100%;
background-color: rgba(0, 76, 255, 0.575);
}
header h1{
font-size: 40px;
font-family: STzhongsong, serif;
font-weight: 900;
text-align: left;
margin:15px 0 0 20px;
}
#userControll... | src/main/resources/static/css/main.css | header{
position: fixed;
box-sizing: border-box;
top: 0;
left: 0;
height: 80px;
width: 100%;
background-color: rgba(0, 76, 255, 0.575);
}
header h1{
font-size: 40px;
font-family: STzhongsong, serif;
font-weight: 900;
text-align: left;
margin:15px 0 0 20px;
}
#userControll... | 0.367724 | 0.091951 |
body{
background-color:#eef2c9;
}
.main{
max-width: 640px;
padding: 0;
overflow: hidden;
display: none;
}
.page{
position: relative;
display: none;
}
.page.current{
display: block;
}
.page4{
min-width: 320px;
position: fixed;
width: 100%;
height: 100%;
left: 0;
t... | babygo/css/main.css | body{
background-color:#eef2c9;
}
.main{
max-width: 640px;
padding: 0;
overflow: hidden;
display: none;
}
.page{
position: relative;
display: none;
}
.page.current{
display: block;
}
.page4{
min-width: 320px;
position: fixed;
width: 100%;
height: 100%;
left: 0;
t... | 0.486088 | 0.0545 |
body {
background-color: white;
}
body::after { /*pseudoelemento que vem depois(vai lá pra baixo do conteudo html)*/
content: ""; /*esse é o pseudoelemento*/
/* position: fixed; deixa a posição fixa para mexer depois ajustar onde ele deve ficar com top, right,... */
position: absolu... | public/styles/search-results.css | body {
background-color: white;
}
body::after { /*pseudoelemento que vem depois(vai lá pra baixo do conteudo html)*/
content: ""; /*esse é o pseudoelemento*/
/* position: fixed; deixa a posição fixa para mexer depois ajustar onde ele deve ficar com top, right,... */
position: absolu... | 0.398758 | 0.08374 |
.section3 .hiuser{
padding: 40px;
background: #3399cc!important;
background: -webkit-linear-gradient(legacy-direction(-45deg),#29276b,#716aca)!important;
background: linear-gradient(-45deg,#0077B2,#3399cc)!important;
color: #fff;
line-height: 3;
}
.section3 .hiuser h3,.section3 .hiuser h3 ... | assets/css/list_style.css | .section3 .hiuser{
padding: 40px;
background: #3399cc!important;
background: -webkit-linear-gradient(legacy-direction(-45deg),#29276b,#716aca)!important;
background: linear-gradient(-45deg,#0077B2,#3399cc)!important;
color: #fff;
line-height: 3;
}
.section3 .hiuser h3,.section3 .hiuser h3 ... | 0.259263 | 0.048903 |
body, .wrapper {
height: 100vh
}
.register-container {
display: flex;
align-items: center;
height: 100%;
}
.register {
background: -webkit-linear-gradient(left, #3931af, #00c6ff);
/*margin-top: 1.5%;*/
padding: 3%;
/*align-items: center;align-content: center;*/
border-ra... | src/assets/css/style.css | body, .wrapper {
height: 100vh
}
.register-container {
display: flex;
align-items: center;
height: 100%;
}
.register {
background: -webkit-linear-gradient(left, #3931af, #00c6ff);
/*margin-top: 1.5%;*/
padding: 3%;
/*align-items: center;align-content: center;*/
border-ra... | 0.374905 | 0.05375 |
body {
margin: 0px;
margin-left: 10%;
margin-right: 10%;
background-color: #f9e9e7;
}
header, main, footer {
min-height: 100px;
min-width: 660px;
}
header, footer {
background-color: #7c334f;
border: 2px solid #7c334f;
padding: 3px;
z-index: 1;
text-align: center;
}
header big {
color: #ece4d8;
... | UI/assets/css/main.css | body {
margin: 0px;
margin-left: 10%;
margin-right: 10%;
background-color: #f9e9e7;
}
header, main, footer {
min-height: 100px;
min-width: 660px;
}
header, footer {
background-color: #7c334f;
border: 2px solid #7c334f;
padding: 3px;
z-index: 1;
text-align: center;
}
header big {
color: #ece4d8;
... | 0.225076 | 0.079389 |
.has-danger {
color: #dc3545;
}
.form-control-danger {
border-color: #dc3545;
background-repeat: no-repeat;
background-position: center right 10px;
background-size: 14px 14px;
}
.form-control-danger:focus {
border-color: #dc3545 !important;
outline: 0;
box-shadow: none;
color: #383... | assets/frontend/css/custom.css | .has-danger {
color: #dc3545;
}
.form-control-danger {
border-color: #dc3545;
background-repeat: no-repeat;
background-position: center right 10px;
background-size: 14px 14px;
}
.form-control-danger:focus {
border-color: #dc3545 !important;
outline: 0;
box-shadow: none;
color: #383... | 0.410756 | 0.068631 |
#nav
{
padding:100px 0 !important;
height:100%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
color:#fff;
}
#nav a
{
color:#fff;
}
#nav>button.close
{
position:absolute;
top:15px;
right:15px;
z-index:2;
color:#fff;
z-index:10;
}
/* Items */
#nav .item
{
}
/* General */... | grandcentral/content/template/master/css/nav.css | #nav
{
padding:100px 0 !important;
height:100%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
color:#fff;
}
#nav a
{
color:#fff;
}
#nav>button.close
{
position:absolute;
top:15px;
right:15px;
z-index:2;
color:#fff;
z-index:10;
}
/* Items */
#nav .item
{
}
/* General */... | 0.206654 | 0.048003 |
#tabscontainer {
position: relative;
padding: 0 12px;
}
/* used in map view - custom controls overlaying google maps, detail - controls below map image */
#mapcontrols {
z-index: 1000000000; /* Obnoxiously high to make sure the map controls float above pins, callouts, overlays, etc. */
opacity: 0.88;
}
#ma... | app/modules/map/css/common.css | #tabscontainer {
position: relative;
padding: 0 12px;
}
/* used in map view - custom controls overlaying google maps, detail - controls below map image */
#mapcontrols {
z-index: 1000000000; /* Obnoxiously high to make sure the map controls float above pins, callouts, overlays, etc. */
opacity: 0.88;
}
#ma... | 0.31216 | 0.095645 |
* {
scroll-behavior: smooth;
}
body {
background-color: rgb(200, 240, 250);
font-family: poppins, monospace;
color: blue;
font-weight: bolder;
}
#welcome-section {
height: 100vh;
width: auto;
display: flex;
align-items: center;
justify-content: center;
animation: bgchange 1... | Responsive-Web-Design-Projects/5-Build-a-Personal-Portfolio-Webpage/index.css | * {
scroll-behavior: smooth;
}
body {
background-color: rgb(200, 240, 250);
font-family: poppins, monospace;
color: blue;
font-weight: bolder;
}
#welcome-section {
height: 100vh;
width: auto;
display: flex;
align-items: center;
justify-content: center;
animation: bgchange 1... | 0.575349 | 0.135775 |
@-moz-document domain("joemonster.org") {
body,#bg{width:100%!important;}
/*Ekran przewijania w dol*/
.videoNarrow.no-transition.popup.topBar{
left:auto!important;right:0px!important;
width:500px!important;
height:auto!important;
}
.mtvLeftColumn{width:60%!important;}
.nextPrevMovie{width:40%!important... | data/usercss/128778.user.css | @-moz-document domain("joemonster.org") {
body,#bg{width:100%!important;}
/*Ekran przewijania w dol*/
.videoNarrow.no-transition.popup.topBar{
left:auto!important;right:0px!important;
width:500px!important;
height:auto!important;
}
.mtvLeftColumn{width:60%!important;}
.nextPrevMovie{width:40%!important... | 0.210442 | 0.048182 |
html_theme_options = {
'cssfiles': ["http://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"]
}
/*Learning Objectives */
div.admonition-learning-objectives.admonition {
background: #e9f2f8;
padding: 12px;
line-height: 24px;
}
.rst-content .admonition-learning-objectives .admonition-tit... | misc/static/cyverse.css |
html_theme_options = {
'cssfiles': ["http://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"]
}
/*Learning Objectives */
div.admonition-learning-objectives.admonition {
background: #e9f2f8;
padding: 12px;
line-height: 24px;
}
.rst-content .admonition-learning-objectives .admonition-tit... | 0.457379 | 0.063308 |
.yui-t3 #yui-main .yui-b {
margin-left: 23.45em;
*margin-left: 22.85em;
}
#doc3 {
/* border: 1px solid #000; */
margin: auto;
padding: 5px;
background: #FFF;
}
#hd,#bd,#ft {
font-size: 123.1%;
font-family: verdana;
}
#hd {
/* background: #999; */
background: #999;
padding: 1... | javascript/ve-auto-adjust-height-20071222/css/style.css | .yui-t3 #yui-main .yui-b {
margin-left: 23.45em;
*margin-left: 22.85em;
}
#doc3 {
/* border: 1px solid #000; */
margin: auto;
padding: 5px;
background: #FFF;
}
#hd,#bd,#ft {
font-size: 123.1%;
font-family: verdana;
}
#hd {
/* background: #999; */
background: #999;
padding: 1... | 0.23144 | 0.080647 |
padding: 0 10px;
color: rgb(219, 219, 219);
display: block;
font-size: 17px;
white-space: nowrap;
}
#toolbar {
width: 100%;
height: 30px;
background-color: #818181;
padding-left: 0px;
padding-right: 0px;
display: flex;
align-items: center;
flex-wrap: nowrap;
position: fixed;
bottom: 0;
... | app/assets/css/toolbar.css | padding: 0 10px;
color: rgb(219, 219, 219);
display: block;
font-size: 17px;
white-space: nowrap;
}
#toolbar {
width: 100%;
height: 30px;
background-color: #818181;
padding-left: 0px;
padding-right: 0px;
display: flex;
align-items: center;
flex-wrap: nowrap;
position: fixed;
bottom: 0;
... | 0.307358 | 0.103295 |
.Login_screen {
scroll-behavior: smooth;
overflow-x: hidden;
}
.Login_intro {
background-color: #050401;
scroll-behavior: smooth;
height: 100vh;
width: 100vw;
display: flex;
padding: calc(50vh - 150px) 0 5vh;
box-sizing: border-box;
align-items: center;
flex-direction: column;
justify-content: ... | src/login/login.css | .Login_screen {
scroll-behavior: smooth;
overflow-x: hidden;
}
.Login_intro {
background-color: #050401;
scroll-behavior: smooth;
height: 100vh;
width: 100vw;
display: flex;
padding: calc(50vh - 150px) 0 5vh;
box-sizing: border-box;
align-items: center;
flex-direction: column;
justify-content: ... | 0.462473 | 0.094093 |
@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@400;500&display=swap);/* Variables */
.container {
width: 70%;
margin: auto;
}
.row {
display: flex;
flex-wrap: wrap;
}
.light_green {
color: #bafd9c;
}
/* Reset Rules */
* {
box-sizing: border-box;
... | public/css/app.css | @import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@400;500&display=swap);/* Variables */
.container {
width: 70%;
margin: auto;
}
.row {
display: flex;
flex-wrap: wrap;
}
.light_green {
color: #bafd9c;
}
/* Reset Rules */
* {
box-sizing: border-box;
... | 0.196209 | 0.070432 |
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&family=Montserrat:wght@400;600&family=Tajawal:wght@300&family=Titillium+Web:ital,wght@1,200&display=swap');
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css);
*{
margin: 0px;
padding: 0px;
font-family: 'Ta... | style.css | @import url('https://fonts.googleapis.com/css2?family=Indie+Flower&family=Montserrat:wght@400;600&family=Tajawal:wght@300&family=Titillium+Web:ital,wght@1,200&display=swap');
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css);
*{
margin: 0px;
padding: 0px;
font-family: 'Ta... | 0.420838 | 0.079675 |
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
img {
display: block;
max-width: 100%;
height: auto;
}
.visuallyhidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[ty... | html-css/module-10/css/style.css | html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
img {
display: block;
max-width: 100%;
height: auto;
}
.visuallyhidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[ty... | 0.385837 | 0.055669 |
/* This file based on 'Tranquille' by <NAME> */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */
/* Your images should be linked as if the CSS ... | style.css |
/* This file based on 'Tranquille' by <NAME> */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */
/* Your images should be linked as if the CSS ... | 0.354545 | 0.09472 |
width: 100%;
height: 100%;
}
#cart{
width: 1180px;
height: 100%;
margin: 0 auto;
padding-top: 20px;
}
.cartNav{
width: 100%;
height: 50px;
background: #eaeaea;
}
.column{
float:left;
font-size:14px;
color:#333;
}
.t_checkbox{
padding: 16px 68px 15px 10px;
}
.t_goods{
... | springMybatis/WebRoot/css/taobao/shopCart.css | width: 100%;
height: 100%;
}
#cart{
width: 1180px;
height: 100%;
margin: 0 auto;
padding-top: 20px;
}
.cartNav{
width: 100%;
height: 50px;
background: #eaeaea;
}
.column{
float:left;
font-size:14px;
color:#333;
}
.t_checkbox{
padding: 16px 68px 15px 10px;
}
.t_goods{
... | 0.348091 | 0.105119 |
@font-face{font-family:'adele-light-webfont';src:url(../fonts/adele-light-webfont.ttf); font-style:normal; font-weight:normal}
@font-face{font-family:'segoeui';src:url(../fonts/segoeui.ttf); font-style:normal; font-weight:normal}
html,body
{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow... | www/static/css/contactlist.css | @font-face{font-family:'adele-light-webfont';src:url(../fonts/adele-light-webfont.ttf); font-style:normal; font-weight:normal}
@font-face{font-family:'segoeui';src:url(../fonts/segoeui.ttf); font-style:normal; font-weight:normal}
html,body
{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow... | 0.294114 | 0.060446 |
@import url("https://fonts.googleapis.com/css?family=Roboto:400,600");
input[type=text], input[type=number] {
font-weight: normal;
width: 100%;
padding: .6em 1.4em .5em .8em;
margin: 8px 0;
border: 1px solid #aaa;
border-radius: .2rem;
display: inline-block;
font-size: 1rem;
line-height: 1.3;
backgr... | src/main/resources/public/measureme/css/styles.css | @import url("https://fonts.googleapis.com/css?family=Roboto:400,600");
input[type=text], input[type=number] {
font-weight: normal;
width: 100%;
padding: .6em 1.4em .5em .8em;
margin: 8px 0;
border: 1px solid #aaa;
border-radius: .2rem;
display: inline-block;
font-size: 1rem;
line-height: 1.3;
backgr... | 0.192843 | 0.111676 |
nav {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
font-size: 1.4em;
font-weight: 500;
z-index: 10;
}
nav.scroll {
background-color: rgba(255, 255, 255, 0.9);
}
nav.scroll .menu-bar {
padding: 10px var(--padding-m);
}
/* Menu bar */
.menu-bar {
display: flex;
... | src/css/navigation.css | nav {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
font-size: 1.4em;
font-weight: 500;
z-index: 10;
}
nav.scroll {
background-color: rgba(255, 255, 255, 0.9);
}
nav.scroll .menu-bar {
padding: 10px var(--padding-m);
}
/* Menu bar */
.menu-bar {
display: flex;
... | 0.594551 | 0.122523 |
@media screen and (max-width: 400px) { @-ms-viewport { width: 320px; } }
img { max-width: 100%; height: auto; }
@media \0screen { img { width: auto; } }
.row { *zoom: 1; margin-right: auto; margin-left: auto; max-width: 1060px; padding-left: 20px; padding-right: 20px; }
.row:before, .row:after { display: table; conten... | css/shelves.css | @media screen and (max-width: 400px) { @-ms-viewport { width: 320px; } }
img { max-width: 100%; height: auto; }
@media \0screen { img { width: auto; } }
.row { *zoom: 1; margin-right: auto; margin-left: auto; max-width: 1060px; padding-left: 20px; padding-right: 20px; }
.row:before, .row:after { display: table; conten... | 0.622 | 0.208461 |
.control-head{
text-align: center;
}
.cont-control{
background-color: #D3D3D3;
}
.btn-success-outline {
color: #2ecc71;
background-color: transparent;
background-image: none;
border-color: #2ecc71;
border-radius: 0rem;
border-width: 2px;
}
.btn-success-outline.active, .btn-success-out... | main.css | .control-head{
text-align: center;
}
.cont-control{
background-color: #D3D3D3;
}
.btn-success-outline {
color: #2ecc71;
background-color: transparent;
background-image: none;
border-color: #2ecc71;
border-radius: 0rem;
border-width: 2px;
}
.btn-success-outline.active, .btn-success-out... | 0.456894 | 0.077588 |
* {
font-family: 'Raleway';
}
input,
textarea {
font-family: sans-serif;
}
.navbar {
border-radius: 0px;
background: #026AA7;
}
.navbar a {
color: #ffffff;
font-weight: bold;
font-size: 24px;
}
.navbar button {
font-family: 'Raleway';
color: #ffffff;
font-weight: bold;
border-radius: 8px;
padding: 6px 16px;... | public/css/custom.css | * {
font-family: 'Raleway';
}
input,
textarea {
font-family: sans-serif;
}
.navbar {
border-radius: 0px;
background: #026AA7;
}
.navbar a {
color: #ffffff;
font-weight: bold;
font-size: 24px;
}
.navbar button {
font-family: 'Raleway';
color: #ffffff;
font-weight: bold;
border-radius: 8px;
padding: 6px 16px;... | 0.294114 | 0.084644 |
@import url("reset.css");
@import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans');
/* USED FONT FAMILY
font-family: 'Merriweather', serif;
font-family: 'Open Sans', sans-serif;
*/
/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the... | css/styles.css | @import url("reset.css");
@import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans');
/* USED FONT FAMILY
font-family: 'Merriweather', serif;
font-family: 'Open Sans', sans-serif;
*/
/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the... | 0.237576 | 0.045948 |
@import "normalize.css";
@import url(https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap);
body {
min-height: calc(100vh - 50px);
display: grid;
grid-template-rows: auto 1fr auto;
background-color: var(--main-bg-color);
color: var(--text-color);
font-family: "PT... | css/styles.css | @import "normalize.css";
@import url(https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap);
body {
min-height: calc(100vh - 50px);
display: grid;
grid-template-rows: auto 1fr auto;
background-color: var(--main-bg-color);
color: var(--text-color);
font-family: "PT... | 0.474875 | 0.091666 |
.u-section-1 {
background-image: url("images/-min.jpg");
background-position: 50% 50%;
}
.u-section-1 .u-sheet-1 {
min-height: 803px;
}
.u-section-1 .u-group-1 {
min-height: 403px;
width: 460px;
margin: 60px auto 0 0;
}
.u-section-1 .u-container-layout-1 {
padding: 30px 70px 30px 45px;
}
.u-section-1 ... | games/Contact.css | .u-section-1 {
background-image: url("images/-min.jpg");
background-position: 50% 50%;
}
.u-section-1 .u-sheet-1 {
min-height: 803px;
}
.u-section-1 .u-group-1 {
min-height: 403px;
width: 460px;
margin: 60px auto 0 0;
}
.u-section-1 .u-container-layout-1 {
padding: 30px 70px 30px 45px;
}
.u-section-1 ... | 0.392337 | 0.098816 |
@charset "UTF-8";
body {
background-color: #f5f5f5;
}
nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 40px;
background-color: #fff;
z-index: 2;
}
nav a {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
heig... | 2019年下学期/每日作业/移动端布局/移动端布局day04-12.21/京东案例/index.css | @charset "UTF-8";
body {
background-color: #f5f5f5;
}
nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 40px;
background-color: #fff;
z-index: 2;
}
nav a {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
heig... | 0.362969 | 0.067917 |
@font-face {
font-family: "Roboto";
src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto-Regular.eot"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
font-weight: 400;
font-style: no... | www/css/styles.css | @font-face {
font-family: "Roboto";
src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto-Regular.eot"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
font-weight: 400;
font-style: no... | 0.228587 | 0.056914 |
footer {
display: flex;
margin-top: 5px;
margin-left: 5%;
margin-right: 5%;
width: auto;
height: 3.6rem;
border-top: 1px solid #10162F;
}
footer .content {
width: 100%;
display: flex;
padding: 1rem 0.5rem;
}
footer .column-1 {
display: flex;
width: 33.3%;
text... | src/css/Footer.css | footer {
display: flex;
margin-top: 5px;
margin-left: 5%;
margin-right: 5%;
width: auto;
height: 3.6rem;
border-top: 1px solid #10162F;
}
footer .content {
width: 100%;
display: flex;
padding: 1rem 0.5rem;
}
footer .column-1 {
display: flex;
width: 33.3%;
text... | 0.417271 | 0.100172 |
/* remove padding from cols */
.col-md-2, .col-md-7, .col-md-3, .col-md-6 {
padding-left: 0px;
padding-right: 0px;
}
/* customize the side bar list */
#side-bar-list {
padding-left: 0px;
}
ul#side-bar-list li {
list-style-type: none;
height: 35px;
width: 150px;
border-radius: 5px;
disp... | public/css/index.css | /* remove padding from cols */
.col-md-2, .col-md-7, .col-md-3, .col-md-6 {
padding-left: 0px;
padding-right: 0px;
}
/* customize the side bar list */
#side-bar-list {
padding-left: 0px;
}
ul#side-bar-list li {
list-style-type: none;
height: 35px;
width: 150px;
border-radius: 5px;
disp... | 0.31059 | 0.07024 |
:root {
--nav-background-color: #3f3d56;
--nav-color-dark: #1d2a36;
--hover-accent-color: #302e41;
--accent-orange-color: #e67e22;
--accent-red-color: #e74c3c;
--white-color: #fff;
--nav-animation: 0.5s;
--sidebar-width: 240px;
--z-fixed: 100;
}
/* Scrollbar Modification */
/* These may give err... | public/assets/styles/dashboard.css | :root {
--nav-background-color: #3f3d56;
--nav-color-dark: #1d2a36;
--hover-accent-color: #302e41;
--accent-orange-color: #e67e22;
--accent-red-color: #e74c3c;
--white-color: #fff;
--nav-animation: 0.5s;
--sidebar-width: 240px;
--z-fixed: 100;
}
/* Scrollbar Modification */
/* These may give err... | 0.456894 | 0.095392 |
* {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
@font-face {
font-family: Roboto Thin;
src: url(../fonts/RobotoThin.ttf);
}
@font-face{
font-family: "Roboto Light";
src: url(../fonts/Ro... | app/public/css/main.css | * {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
@font-face {
font-family: Roboto Thin;
src: url(../fonts/RobotoThin.ttf);
}
@font-face{
font-family: "Roboto Light";
src: url(../fonts/Ro... | 0.427636 | 0.048451 |
:root {
--borderRadius: 2px;
}
/* body滚动样式 */
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
background: rgba(0, 0, 0, 0.459);
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
background... | themes/boke/static/css/main.css | :root {
--borderRadius: 2px;
}
/* body滚动样式 */
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
background: rgba(0, 0, 0, 0.459);
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
background... | 0.478529 | 0.126596 |
.background_dimGray1,
.hover_background_dimGray1:hover,
.active_background_dimGray1:active:hover {
background: #a6a6a6;
background-image: -moz-linear-gradient(top, rgb(208, 208, 208) 0%, rgb(166, 166, 166) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(208, 208,... | widgets/common/assets/gradients/simple/dimGray/dimGray1.css | .background_dimGray1,
.hover_background_dimGray1:hover,
.active_background_dimGray1:active:hover {
background: #a6a6a6;
background-image: -moz-linear-gradient(top, rgb(208, 208, 208) 0%, rgb(166, 166, 166) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(208, 208,... | 0.520253 | 0.149438 |
:root {
/* === Scrollbars === */
/* Webkit */
--scrollbar-thickness: 12px; /* 1 pixel less than standard scrollbar width (17px) */
--scrollbar-track-color: var(--background-4-color);
--scrollbar-track-hover-color: var(--foreground-1-color);
--scrollbar-thumb-color: var(--foreground... | static/css/native.css | :root {
/* === Scrollbars === */
/* Webkit */
--scrollbar-thickness: 12px; /* 1 pixel less than standard scrollbar width (17px) */
--scrollbar-track-color: var(--background-4-color);
--scrollbar-track-hover-color: var(--foreground-1-color);
--scrollbar-thumb-color: var(--foreground... | 0.379034 | 0.092852 |
@charset "utf-8";
.caixa1
{
background-image:url(../img/prop1.jpg);
height: 350px;
width: 960px;
margin:0 auto;
margin-top:50px;
}
.caixa2
{
background-image:url(../img/quad1.jpg);
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
}
.caixa2:... | projetoMonarca/css/estilo.css | @charset "utf-8";
.caixa1
{
background-image:url(../img/prop1.jpg);
height: 350px;
width: 960px;
margin:0 auto;
margin-top:50px;
}
.caixa2
{
background-image:url(../img/quad1.jpg);
height: 300px;
width: 300px;
margin-top: -100px;
margin-left: 120px;
float: left;
}
.caixa2:... | 0.221856 | 0.044183 |
body {
font-family: Roboto, sans-serif;
color: #5b5b5b;
background-color: #fff;
padding: 2em 1.25em;
}
.container {
width: 100%;
max-width: 680px;
text-align: center;
margin: 0 auto;
}
.container nav {
margin-bottom: 40px;
}
.container nav a {
border-bottom: 2px solid #fff;
... | public/css/index.css | body {
font-family: Roboto, sans-serif;
color: #5b5b5b;
background-color: #fff;
padding: 2em 1.25em;
}
.container {
width: 100%;
max-width: 680px;
text-align: center;
margin: 0 auto;
}
.container nav {
margin-bottom: 40px;
}
.container nav a {
border-bottom: 2px solid #fff;
... | 0.480479 | 0.154983 |
@import url(https://fonts.googleapis.com/css?family=Montserrat:400|Roboto:300,400,400italic,500,700,100);
/* ================================
MOBILE DEVICE SUPPORT
================================== */
@media screen and (min-width: 480px) {
#form_container {
position: relative;
lef... | assets/css/login.css | @import url(https://fonts.googleapis.com/css?family=Montserrat:400|Roboto:300,400,400italic,500,700,100);
/* ================================
MOBILE DEVICE SUPPORT
================================== */
@media screen and (min-width: 480px) {
#form_container {
position: relative;
lef... | 0.270288 | 0.092688 |
* {margin: 0; padding: 0; font-size: 100%; border: none; outline: none; font-weight: 300; box-sizing: border-box;
font-family: 'Lato', sans-serif;}
/*body {background-color: rgb(173,236,164);}*/
body {background-color: rgb(225,223,155);}
a {text-decoration: none;}
ul {list-style: none;}
images {max-width: 100%;}
/... | src/main/webapp/resources/css/estilo.css | * {margin: 0; padding: 0; font-size: 100%; border: none; outline: none; font-weight: 300; box-sizing: border-box;
font-family: 'Lato', sans-serif;}
/*body {background-color: rgb(173,236,164);}*/
body {background-color: rgb(225,223,155);}
a {text-decoration: none;}
ul {list-style: none;}
images {max-width: 100%;}
/... | 0.356559 | 0.100569 |
* 1. Change the default font family in all browsers (opinionated).
* 2. Prevent adjustments of font size after orientation changes in IE and iOS.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
* Remove the margin in all brows... | css/main.css | * 1. Change the default font family in all browsers (opinionated).
* 2. Prevent adjustments of font size after orientation changes in IE and iOS.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
* Remove the margin in all brows... | 0.592549 | 0.123418 |
*:hover {
transition-duration: 0.3s;
}
body {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Montserrat, sans-serif;
overflow-x: hidden;
}
a {
text-decoration: none;
}
a:hover {
color: #aeff00;
}
p {
font-family: Comfortaa, sans-serif;
font-weight: 600;
line-h... | public/css/home.css | *:hover {
transition-duration: 0.3s;
}
body {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Montserrat, sans-serif;
overflow-x: hidden;
}
a {
text-decoration: none;
}
a:hover {
color: #aeff00;
}
p {
font-family: Comfortaa, sans-serif;
font-weight: 600;
line-h... | 0.590307 | 0.113727 |
.jchartfx_body {
background-color: #4359B1;
}
.jchartfxToolTip {
background-color: #282828;
color: #F0F0F0;
border-color: #999999;
}
.jchartfxToolTipBorder {
fill: #202020;
stroke: #D0D0D0;
}
.jchartfx .PointLabel {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .Attribute0 {
fill:... | public/css/jchartfx/Palettes/jchartfx.palette.metro.css | .jchartfx_body {
background-color: #4359B1;
}
.jchartfxToolTip {
background-color: #282828;
color: #F0F0F0;
border-color: #999999;
}
.jchartfxToolTipBorder {
fill: #202020;
stroke: #D0D0D0;
}
.jchartfx .PointLabel {
fill: #FFFFFF;
fill-opacity:0.5;
}
.jchartfx .Attribute0 {
fill:... | 0.595963 | 0.065515 |
.yelp-widget img, .shortcode-yelp-reviews img {
box-sizing: border-box;
vertical-align: middle;
}
.shortcode-yelp-reviews {
}
.yelp-widget, .shortcode-yelp-reviews {
padding: 0;
margin: 0;
}
.yelp-widget li {
list-style: none;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom... | wp-content/plugins/yelp-reviews-pro/lib/css/yelp-reviews.css | .yelp-widget img, .shortcode-yelp-reviews img {
box-sizing: border-box;
vertical-align: middle;
}
.shortcode-yelp-reviews {
}
.yelp-widget, .shortcode-yelp-reviews {
padding: 0;
margin: 0;
}
.yelp-widget li {
list-style: none;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom... | 0.299003 | 0.206554 |
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
padding-top: 3rem;
padding-bottom: 3rem;
color: #5a5a5a;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
margin-bottom: 4r... | zenplate.css | -------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
padding-top: 3rem;
padding-bottom: 3rem;
color: #5a5a5a;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
margin-bottom: 4r... | 0.519278 | 0.069226 |
.chartwerk_ui_components___39-jLywSgw {
margin: 15px 0 20px; }
@keyframes chartwerk_ui_components___3jYO_6s8Ws {
from {
transform: rotate(0deg); }
to {
transform: rotate(359deg); } }
.chartwerk_ui_components___39-jLywSgw .level:not(:last-child) {
margin-bottom: 1.5rem; }
.chartwerk_ui_components_... | dist/components/Breakpoint/index.css | .chartwerk_ui_components___39-jLywSgw {
margin: 15px 0 20px; }
@keyframes chartwerk_ui_components___3jYO_6s8Ws {
from {
transform: rotate(0deg); }
to {
transform: rotate(359deg); } }
.chartwerk_ui_components___39-jLywSgw .level:not(:last-child) {
margin-bottom: 1.5rem; }
.chartwerk_ui_components_... | 0.455683 | 0.067855 |
html {
height:100%;
}
#back-to-main {
position: absolute;
top: 20px;
left: 20px;
z-index: 999;
}
.background {
background-repeat: no-repeat;
background-attachment: fixed;
height: 100%;
width: 100%;
}
.slide {
margin-top: 0px;
}
#slide-1 {
background-color: #d0ffba
}
#slide-1 .background{
background-im... | assets/css/ticktee.css | html {
height:100%;
}
#back-to-main {
position: absolute;
top: 20px;
left: 20px;
z-index: 999;
}
.background {
background-repeat: no-repeat;
background-attachment: fixed;
height: 100%;
width: 100%;
}
.slide {
margin-top: 0px;
}
#slide-1 {
background-color: #d0ffba
}
#slide-1 .background{
background-im... | 0.375706 | 0.060032 |
body {
font-family: 'Montserrat', sans-serif;
font-weight: lighter;
line-height: 1.6;
letter-spacing: .03em;
}
h1, h2, h3, h4, h5 {
color: #c64e46;
margin-bottom: .7rem;
letter-spacing: .15em;
}
h5 {
font-size: .95em;
letter-spacing: .05em;
}
a {
color: #909090;
transition: .1s all linea... | style/style.css | body {
font-family: 'Montserrat', sans-serif;
font-weight: lighter;
line-height: 1.6;
letter-spacing: .03em;
}
h1, h2, h3, h4, h5 {
color: #c64e46;
margin-bottom: .7rem;
letter-spacing: .15em;
}
h5 {
font-size: .95em;
letter-spacing: .05em;
}
a {
color: #909090;
transition: .1s all linea... | 0.373076 | 0.090816 |
:root {
--ldf-gloria-indent: 1em;
/** With psalm verses */
--ldf-psalm-number-display: inline-block;
}
.psalmverses-false {
--ldf-psalm-number-display: none;
--ldf-psalm-grid-display: block;
}
/* General formatting */
article {
margin-top: 1em;
}
.rubric {
color: #ea0000;
}
.citation {
font-style: ... | html/src/style.css | :root {
--ldf-gloria-indent: 1em;
/** With psalm verses */
--ldf-psalm-number-display: inline-block;
}
.psalmverses-false {
--ldf-psalm-number-display: none;
--ldf-psalm-grid-display: block;
}
/* General formatting */
article {
margin-top: 1em;
}
.rubric {
color: #ea0000;
}
.citation {
font-style: ... | 0.51562 | 0.148294 |
.topics ul {
list-style-type: none;
}
.public-width {
width: 1000px;
margin: 0 auto;
}
.public-indentation {
text-indent: 8mm;
}
.public-left {
float: left;
}
.public-right {
float: right;
}
.public-clear {
clear: both;
}
.public-center {
text-align: center;
}
.public-display-n {
... | Application/Weibo/Static/css/topic.css | .topics ul {
list-style-type: none;
}
.public-width {
width: 1000px;
margin: 0 auto;
}
.public-indentation {
text-indent: 8mm;
}
.public-left {
float: left;
}
.public-right {
float: right;
}
.public-clear {
clear: both;
}
.public-center {
text-align: center;
}
.public-display-n {
... | 0.31563 | 0.063106 |
.featured {
margin: 0 auto;
max-width: 880px;
display: grid;
grid-template: 0.2fr auto / 1fr;
grid-gap: 20px;
}
.featured > h2 {
text-align: center;
text-transform: uppercase;
letter-spacing: 1.3px;
align-self: center;
font-size: 30px;
padding: 0px 20px;
}
@media only scre... | src/styles/featured.module.css | .featured {
margin: 0 auto;
max-width: 880px;
display: grid;
grid-template: 0.2fr auto / 1fr;
grid-gap: 20px;
}
.featured > h2 {
text-align: center;
text-transform: uppercase;
letter-spacing: 1.3px;
align-self: center;
font-size: 30px;
padding: 0px 20px;
}
@media only scre... | 0.694303 | 0.168207 |
header, main, footer {
padding-left: 240px;
}
.side-nav li {
padding: 0 !important;
}
ul.side-nav.fixed li.logo {
text-align: center;
margin-top: 32px;
margin-bottom: 16px;
border-bottom: 1px solid #ddd;
cursor: pointer;
min-height: 170px;
}
.logo img {
max-width: 150px;
}
ul.side-nav.fixe... | css/styles.css | header, main, footer {
padding-left: 240px;
}
.side-nav li {
padding: 0 !important;
}
ul.side-nav.fixed li.logo {
text-align: center;
margin-top: 32px;
margin-bottom: 16px;
border-bottom: 1px solid #ddd;
cursor: pointer;
min-height: 170px;
}
.logo img {
max-width: 150px;
}
ul.side-nav.fixe... | 0.409929 | 0.099426 |
1.ttm-row
------------------------*/
.ttm-row{ padding: 90px 0;}
.ttm-row.row-top-section,
.ttm-row.home5-fid2-section{ padding: 0 0; }
.ttm-row.about-section{ padding: 100px 0 122px; }
.ttm-row.broken-section{ padding: 0 0; }
.ttm-row.portfolio-section{ padding: 144px 0 90px; }
.ttm-row.services-section{ padding:... | public/guest/template/css/shortcodes.css | 1.ttm-row
------------------------*/
.ttm-row{ padding: 90px 0;}
.ttm-row.row-top-section,
.ttm-row.home5-fid2-section{ padding: 0 0; }
.ttm-row.about-section{ padding: 100px 0 122px; }
.ttm-row.broken-section{ padding: 0 0; }
.ttm-row.portfolio-section{ padding: 144px 0 90px; }
.ttm-row.services-section{ padding:... | 0.314893 | 0.120879 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Oswald', sans-serif;
}
html,body{
height: 100%;
}
html{
scroll-behavior: smooth;
font-size: 10px;
}
.container{
max-width: 128rem;
padding: 0 2%;
margin: 0 auto;
}
.btn1{
color: white;
font-size: 1.6rem;
font-style: italic;
cursor: pointer;
... | css/style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Oswald', sans-serif;
}
html,body{
height: 100%;
}
html{
scroll-behavior: smooth;
font-size: 10px;
}
.container{
max-width: 128rem;
padding: 0 2%;
margin: 0 auto;
}
.btn1{
color: white;
font-size: 1.6rem;
font-style: italic;
cursor: pointer;
... | 0.297674 | 0.056185 |
.SubControlPOSPaymentPanel *,
.SubControlPOSPaymentPanel *:after,
.SubControlPOSPaymentPanel *:before
{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
font : ... | CobraResources/StyleSheets/Widget/GShop_POS/SubControlPOSPaymentPanel.css | .SubControlPOSPaymentPanel *,
.SubControlPOSPaymentPanel *:after,
.SubControlPOSPaymentPanel *:before
{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
font : ... | 0.477798 | 0.071494 |
@font-face {
font-family: Cocogoose;
src: url(./assets/fonts/cocogoose-pro.regular.ttf);
}
@font-face {
font-family: Coconum;
src: url(./assets/fonts/Cocogoose\ Pro\ Italic-trial.ttf);
}
.social-navbar {
display: none;
}
.desktop-title {
display: none;
}
.navbar-items {
display: none;
}
body {
disp... | about.css | @font-face {
font-family: Cocogoose;
src: url(./assets/fonts/cocogoose-pro.regular.ttf);
}
@font-face {
font-family: Coconum;
src: url(./assets/fonts/Cocogoose\ Pro\ Italic-trial.ttf);
}
.social-navbar {
display: none;
}
.desktop-title {
display: none;
}
.navbar-items {
display: none;
}
body {
disp... | 0.49292 | 0.071982 |
* {
padding: 0;
margin: 0;
}
#nav-bar {
background: #e0e0e0;
height: 50px;
padding: 10px;
}
h2 {
font-family: "Roboto", Arial;
font-size: 40px;
text-align: center;
padding: 40px;
color: #707070;
font-weight: bold;
}
#big-input{
padding: 10px;
text-align: center;
}
::placeholder { /*Note on... | main.css | * {
padding: 0;
margin: 0;
}
#nav-bar {
background: #e0e0e0;
height: 50px;
padding: 10px;
}
h2 {
font-family: "Roboto", Arial;
font-size: 40px;
text-align: center;
padding: 40px;
color: #707070;
font-weight: bold;
}
#big-input{
padding: 10px;
text-align: center;
}
::placeholder { /*Note on... | 0.208098 | 0.126839 |
html, body {
overscroll-behavior-x: none;
font-size: 16px;
text-align: center;
}
#start, #noXR{
display: flex;
flex-direction: column;
align-items: center;
margin-top: 30vh;
gap: 25px;
}
#go-button{
font-family: 'Poppins', sans-serif;
background-image: linear-gradient(to right,... | ar/create-scene/editor.css | html, body {
overscroll-behavior-x: none;
font-size: 16px;
text-align: center;
}
#start, #noXR{
display: flex;
flex-direction: column;
align-items: center;
margin-top: 30vh;
gap: 25px;
}
#go-button{
font-family: 'Poppins', sans-serif;
background-image: linear-gradient(to right,... | 0.341034 | 0.050144 |
@font-face {
font-family: "Glacial Indifference";
font-style: normal;
src: local("Glacial Indifference"), url(./assets/fonts/Glacial_Indifference/GlacialIndifference-Regular.otf) format("opentype");
font-display: swap;
}
body {
overflow-x: hidden;
overflow-y: auto;
}
.container-fluid {
padd... | client/src/App.css | @font-face {
font-family: "Glacial Indifference";
font-style: normal;
src: local("Glacial Indifference"), url(./assets/fonts/Glacial_Indifference/GlacialIndifference-Regular.otf) format("opentype");
font-display: swap;
}
body {
overflow-x: hidden;
overflow-y: auto;
}
.container-fluid {
padd... | 0.510496 | 0.138782 |
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
}
body {
background-color: #fff !important;
}
header {
padding-bottom: 80px;
}
input:focus {
outline: 0;
border-color: #0af !import... | public/front-assets/css/layouts.css | @import url("https://fonts.googleapis.com/css?family=Open+Sans");
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
}
body {
background-color: #fff !important;
}
header {
padding-bottom: 80px;
}
input:focus {
outline: 0;
border-color: #0af !import... | 0.240775 | 0.052279 |
.aquaMoccasin6,
.hover_aquaMoccasin6:hover,
.active_aquaMoccasin6:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(252, 135, 0, .39),
inset 0 -0.5em 0.9em 0 #ffa263,
inset 0 -0.5em 0em 0.65em rgb(201, 111, 0),
inset 0 0em 0.5em 2em rgb(228, 171, 101);
-moz-box-shadow: 0 0.63em ... | widgets/common/assets/shadows/aqua/aquaMoccasin/aquaMoccasin6.css | .aquaMoccasin6,
.hover_aquaMoccasin6:hover,
.active_aquaMoccasin6:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(252, 135, 0, .39),
inset 0 -0.5em 0.9em 0 #ffa263,
inset 0 -0.5em 0em 0.65em rgb(201, 111, 0),
inset 0 0em 0.5em 2em rgb(228, 171, 101);
-moz-box-shadow: 0 0.63em ... | 0.31785 | 0.311551 |
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:100,300,400,500,700|Roboto:100,300,400,500,700,900&display=swap');
:root {
--first-color: #16161b;
--second-color: #1b1a22;
--third-color: #28f5be;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,
body {
height: 100%;
}
body {
back... | Modulo-2/assets/css/main.css | @import url('https://fonts.googleapis.com/css?family=Roboto+Mono:100,300,400,500,700|Roboto:100,300,400,500,700,900&display=swap');
:root {
--first-color: #16161b;
--second-color: #1b1a22;
--third-color: #28f5be;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,
body {
height: 100%;
}
body {
back... | 0.317744 | 0.091099 |
.chart-container{position:relative}
.contour-chart{position:relative}.contour-chart .plot-area-background{fill:none;stroke:none}
.contour-chart .axis{stroke:#666;stroke-width:1px;fill:none;shape-rendering:crispEdges;font-family:"Consolas","Monaco",monospace;font-size:13px;-webkit-user-select:none;-moz-user-select:none;... | www/css/contour.min.css | .chart-container{position:relative}
.contour-chart{position:relative}.contour-chart .plot-area-background{fill:none;stroke:none}
.contour-chart .axis{stroke:#666;stroke-width:1px;fill:none;shape-rendering:crispEdges;font-family:"Consolas","Monaco",monospace;font-size:13px;-webkit-user-select:none;-moz-user-select:none;... | 0.339171 | 0.063164 |
.ls-inner:after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: url(overlay-pattern.png);
background-repeat: repeat;
content: "";
}
.ls-axioma .ls-loading-indicator {
width: 22px;
height: 22px;
margin-top: 9px;
background-image: url(loading.gif);
background-position: c... | website/js/layerslider/skins/accio/skin.css | .ls-inner:after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: url(overlay-pattern.png);
background-repeat: repeat;
content: "";
}
.ls-axioma .ls-loading-indicator {
width: 22px;
height: 22px;
margin-top: 9px;
background-image: url(loading.gif);
background-position: c... | 0.349644 | 0.048204 |
.sidebar-modal-background {
background-color: $modal-background-color;
opacity: 0.60;
}
.sidebar {
margin: 50px;
background-color: $solid-background-color;
padding: 5px;
filter: drop-shadow(1, 45, #000000, 0.1, 30, 2, 1, 3, false);
}
.sidebar:left {
border-right: 1px solid $normal-bord... | haxe/ui/_module/styles/default/sidebars.css | .sidebar-modal-background {
background-color: $modal-background-color;
opacity: 0.60;
}
.sidebar {
margin: 50px;
background-color: $solid-background-color;
padding: 5px;
filter: drop-shadow(1, 45, #000000, 0.1, 30, 2, 1, 3, false);
}
.sidebar:left {
border-right: 1px solid $normal-bord... | 0.722331 | 0.172381 |
*{
margin: 0;
padding:0;
box-sizing: border-box;
text-transform: none;
}
html, body{
height: 100%;
}
.box{
width: 100%;
height: 50%;
background-color: green;
display: flex;
flex-direction: row;
/*no flex-direction eu posso usar:
column; para os elementos se alinharem
... | curso de front-end com foco no css/teste29/style.css | *{
margin: 0;
padding:0;
box-sizing: border-box;
text-transform: none;
}
html, body{
height: 100%;
}
.box{
width: 100%;
height: 50%;
background-color: green;
display: flex;
flex-direction: row;
/*no flex-direction eu posso usar:
column; para os elementos se alinharem
... | 0.501953 | 0.104614 |
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block
}
audio,
canvas,
video {
display: inline-block
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden] {
display: none
}
html {
font-family: sans-serif;
-webkit-text-si... | assets/css/ba.css | article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block
}
audio,
canvas,
video {
display: inline-block
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden] {
display: none
}
html {
font-family: sans-serif;
-webkit-text-si... | 0.467089 | 0.152284 |
:root {
--success: #4caf50;
--error: #f44336;
--main-font: rgba(0, 0, 0, 0.8);
--type: rgba(0, 0, 0, 0.6);
--value: #b71c1c; /* red 900*/
--attr: #3f51b5; /* indigo 900 */
--script: #388e3c;
}
html,
body {
color: var(--main-font);
margin: 0;
padding: 0;
width: 100%;
}
/* end Globals */
.App {
... | src/App.css | :root {
--success: #4caf50;
--error: #f44336;
--main-font: rgba(0, 0, 0, 0.8);
--type: rgba(0, 0, 0, 0.6);
--value: #b71c1c; /* red 900*/
--attr: #3f51b5; /* indigo 900 */
--script: #388e3c;
}
html,
body {
color: var(--main-font);
margin: 0;
padding: 0;
width: 100%;
}
/* end Globals */
.App {
... | 0.476336 | 0.155174 |