Current section

Files

Jump to
zotonic_site_status priv lib css zotonic-status.css
Raw

priv/lib/css/zotonic-status.css

/* zotonic_status styles 2014
----------------------------------------------------------
@Author: Arjan Scherpenisse
@Created: 2009-02-01
@Changed: 2012-05-03
@Changed: 2014-12-19
@Changed: 2021-01-27 Removed include of mod_admin vars
Copyright 2009 Tim Benniks
Copyright 2012 Arjan Scherpenisse
Copyright 2014 Arthur Clemens
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
---------------------------------------------------------- */
body {
background: #eee;
color: rgba(0, 0, 0, 0.87);
}
.navbar {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin-bottom: 0;
background-color: #0fa2db;
border: none;
}
.navbar > a,
.navbar .navbar-brand,
.navbar .navbar-nav > li > a,
.navbar > a:hover,
.navbar .navbar-brand:hover,
.navbar .navbar-nav > li > a:hover {
color: #fff;
}
.navbar > a:hover,
.navbar .navbar-brand:hover,
.navbar .navbar-nav > li > a:hover {
background-color: #0d90c3;
}
.navbar .navbar-brand {
font-size: 15px;
line-height: 15px;
padding: 17px 15px;
}
.navbar .zotonic-logo {
height: 15px;
width: 87px;
margin-right: .4em;
}
.navbar .navbar-nav > li > a {
font-size: 16px;
}
.content {
padding: 50px 0;
}
.footer {
padding: 20px 0;
border-top: 1px solid #d7d7d7;
text-align: left;
}
.footer .zotonic-logo {
color: #777777;
}
.jumbotron h1 {
font-size: 42px;
}
.jumbotron .zotonic-logo {
height: 42px;
}
form #error-pw {
display: none;
}
form.error-pw #error-pw {
display: block;
text-align: center;
}
form.error-pw #error-pw p {
margin-bottom: 0;
}
form .has-error .help-block {
color: #555555;
}
form .has-error .help-block-error {
color: #D84315;
}
.table.sites-overview {
margin-bottom: 0;
}
.table.sites-overview a {
color: rgba(0, 0, 0, 0.87);
}
.table.sites-overview > tbody > tr > td {
border-color: #fff;
}
.table.sites-overview > tbody > tr.stopped + tr.stopped > td {
border-color: #eee;
}
.table.sites-overview > tbody > tr.running > td {
background-color: #E8F5E9;
}
.table.sites-overview > tbody > tr.retrying > td {
background-color: #FFF3E0;
}
.table.sites-overview > tbody > tr.stopped > td {
background-color: #fff;
}
.table.sites-overview > tbody > tr.waiting > td {
background-color: #fff;
}
.table.sites-overview > tbody > tr.failed > td {
background-color: #FBE9E7;
}
.table.sites-overview span.status {
display: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.table.sites-overview .running button.start {
display: none;
}
.table.sites-overview .waiting span.waiting,
.table.sites-overview .running span.running,
.table.sites-overview .retrying span.retrying,
.table.sites-overview .failed span.failed,
.table.sites-overview .stopped span.stopped {
display: inline-block;
}
.table.sites-overview .stopped a {
color: #BDBDBD;
background: #fff;
}
.table.sites-overview span.running {
color: #fff;
background: #4CAF50;
}
.table.sites-overview span.retrying {
color: #fff;
background: #EF6C00;
}
.table.sites-overview span.waiting {
color: #fff;
background: #00BCD4;
}
.table.sites-overview span.failed {
color: #fff;
background: #D84315;
}
.table.sites-overview span.stopped {
color: #fff;
background: #999;
}
.table.sites-overview .retrying button.restart,
.table.sites-overview .retrying button.admin,
.table.sites-overview .retrying button.flush,
.table.sites-overview .failed button.restart,
.table.sites-overview .failed button.admin,
.table.sites-overview .failed button.flush,
.table.sites-overview .stopped button.stop,
.table.sites-overview .stopped button.restart,
.table.sites-overview .stopped button.admin,
.table.sites-overview .stopped button.flush {
display: none;
}
.control-label {
font-weight: normal;
}
.panel-title,
.list-group-item-heading {
font-size: 16px;
}
.panel .panel-body > :last-child {
margin-bottom: 0;
}
.list-group a {
cursor: pointer;
}
.list-group .list-group-item-text {
font-size: 13px;
}
.alert {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
margin-bottom: 10px;
}
.alert.alert-info {
background-color: #343434;
border-color: #343434;
color: #fff;
}
.alert .close {
opacity: 1;
text-shadow: none;
color: #fff;
}
.text-muted {
color: #777777;
}
.alert,
.list-group-item,
.table > tbody > tr > td,
.table > tbody > tr > th {
padding: 10px 15px;
}
.list-group,
.container .jumbotron,
.panel {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.btn:hover,
a.list-group-item:hover,
.btn:hover *,
a.list-group-item:hover * {
cursor: pointer;
background-color: #0fa2db;
color: #fff;
border-color: #0fa2db;
}
.container .jumbotron {
background-color: #0fa2db;
padding: 40px;
color: #fff;
}
.container .jumbotron > :last-child {
margin-bottom: 0;
}
.container .jumbotron h1 {
font-size: 42px;
margin: 0 0 .5em 0;
}
.container .jumbotron p {
font-size: 19px;
}
.panel-default > .panel-heading {
background-color: #fff;
padding: 15px;
text-align: center;
}