Files @ 8a963ee7dfe8
Branch filter:

Location: FVDE/ennstatus/ennstatus/static/css/ennstatus.css

Dennis Fink
Merged dev
/* Ënnstatus
   Copyright (C) 2015  Dennis Fink

   This program is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation, either version 3 of the License, or
   (at your option) any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

blockquote {
    border: none;
}

.thumbnail {
    border: none;
}

.container {
    margin-top:1%;
}

.navbar-default {
   background-color: #00ae18;
   /* border-radius: 50px; */
}

h1, h2, h3, h4 {
   color: #00ae18;
}

.navbar-default .navbar-brand {
   color: #fff;
}

.navbar-default img.navbar-brand {
  padding: 10px 0 10px 10px;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
   color: #333;
}

.navbar-default .navbar-nav > li > a {
   color: #fff;
}

.dropdown-menu {
   background-color: #00ae18;
}

.dropdown-menu > li > a {
  color: #fff;
}

.dropdown-menu > li > a:hover {
   background-color: #00bf1a;
   color: #333;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
   background-color: #00bf1a;
   color: #fff;
}

.dropdown-menu .divider {
    background-color: #00bf1a;
}

a, a:hover, a:active, a:visited {
    color: #af24cb;
}

/* fancy bootstrap checkboxes */

.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;
}

.form-group input[type="radio"] {
    display: none;
}

.form-group input[type="radio"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="radio"] + .btn-group > label span:first-child {
    display: none;
}

.form-group input[type="radio"] + .btn-group > label span:last-child {
    display: inline-block;
}

.form-group input[type="radio"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}

.form-group input[type="radio"]:checked + .btn-group > label span:last-child {
    display: none;
}

.checkbox label, .radio label {
    padding-left: 12px;
}

.btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.highlighted-label {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
    box-sizing: border-box;
    display: inline-block;
}

.highlighted-label-big {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
    box-sizing: border-box;
    display: inline-block;

}

.btn-enn {
    color: #fff;
    background-color: #00ae18;
    border-color: #009414;
}

footer {
    margin-bottom: 20px;
}