mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 00:50:29 +00:00
Minor: fixed indents
This commit is contained in:
parent
82d5b45cdd
commit
f634617dcb
1 changed files with 45 additions and 45 deletions
90
dist/css/hackernews.css
vendored
90
dist/css/hackernews.css
vendored
|
@ -1,109 +1,109 @@
|
||||||
html * {
|
html * {
|
||||||
font-family: Verdana, Geneva, sans-serif;
|
font-family: Verdana, Geneva, sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
color: #828282;
|
color: #828282;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav>li>a {
|
.nav>li>a {
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:focus, a:hover {
|
a:focus, a:hover {
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
border-radius: 1px;
|
border-radius: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-primary {
|
.panel-primary {
|
||||||
border-color: #ff6600;
|
border-color: #ff6600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-primary>.panel-heading {
|
.panel-primary>.panel-heading {
|
||||||
border-color: #ff6600;
|
border-color: #ff6600;
|
||||||
background-color: #ff6600;
|
background-color: #ff6600;
|
||||||
color: #000;
|
color: #000;
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-heading {
|
.panel-heading {
|
||||||
border-top-left-radius: 1px;
|
border-top-left-radius: 1px;
|
||||||
border-top-right-radius: 1px;
|
border-top-right-radius: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-primary>.panel-heading .fa {
|
.panel-primary>.panel-heading .fa {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-header {
|
.page-header {
|
||||||
font-size: 26pt;
|
font-size: 26pt;
|
||||||
margin: 10px 0 20px;
|
margin: 10px 0 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wrapper,#page-wrapper,.panel-body,.nav>li>a,.navbar-default {
|
#wrapper,#page-wrapper,.panel-body,.nav>li>a,.navbar-default {
|
||||||
background-color: #f6f6ef;
|
background-color: #f6f6ef;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-footer {
|
.panel-footer {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary.btn-outline {
|
.btn-primary.btn-outline {
|
||||||
color: #c61931;
|
color: #c61931;
|
||||||
border-color: #c61931;
|
border-color: #c61931;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary:hover {
|
.btn-primary:hover {
|
||||||
background-color: #c61931;
|
background-color: #c61931;
|
||||||
border-color: #c61931;
|
border-color: #c61931;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress {
|
.progress {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress-bar {
|
.progress-bar {
|
||||||
color: #eee;
|
color: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-item {
|
.info-item {
|
||||||
width: 140px;
|
width: 140px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logoutput {
|
.logoutput {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 300px;
|
height: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.service-status-running,
|
.service-status-running,
|
||||||
.service-status-stopped {
|
.service-status-stopped {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #333;
|
color: #333;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
.service-status-running:before,
|
.service-status-running:before,
|
||||||
.service-status-stopped:before {
|
.service-status-stopped:before {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
content: "\2022";
|
content: "\2022";
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
color: green;
|
color: green;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
}
|
}
|
||||||
.service-status-stopped:before {
|
.service-status-stopped:before {
|
||||||
color: red;
|
color: red;
|
||||||
animation: flash 1s linear infinite;
|
animation: flash 1s linear infinite;
|
||||||
}
|
}
|
||||||
@keyframes flash {
|
@keyframes flash {
|
||||||
50% {
|
50% {
|
||||||
|
|
Loading…
Reference in a new issue