glowingbear.css: fix indentation, remove unused colors
This commit is contained in:
parent
e4c4cf16b5
commit
810d09e929
1 changed files with 25 additions and 69 deletions
|
@ -44,7 +44,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
tr {
|
tr {
|
||||||
line-height: 100%;
|
line-height: 100%;
|
||||||
|
@ -81,8 +81,8 @@ td.message {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
hr {
|
hr {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border-color: darkgreen;
|
border-color: darkgreen;
|
||||||
}
|
}
|
||||||
.text {
|
.text {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
@ -131,30 +131,30 @@ input[type=text], input[type=password], .badge {
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
#topbar .brand {
|
#topbar .brand {
|
||||||
float: left;
|
float: left;
|
||||||
|
height: 25px;
|
||||||
|
padding-left: 5px;
|
||||||
|
}
|
||||||
|
#topbar .brand img {
|
||||||
height: 25px;
|
height: 25px;
|
||||||
padding-left: 5px;
|
|
||||||
}
|
|
||||||
#topbar .brand img {
|
|
||||||
height: 25px;
|
|
||||||
}
|
|
||||||
#topbar .title {
|
|
||||||
position: fixed;
|
|
||||||
left: 14%;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
#topbar .actions {
|
|
||||||
margin-left: 5px;
|
|
||||||
padding-left: 5px;
|
|
||||||
position: fixed;
|
|
||||||
right: 0;
|
|
||||||
background: #282828;
|
|
||||||
}
|
|
||||||
#topbar .dropdown-menu form {
|
|
||||||
padding-left: 6px;
|
|
||||||
padding-right: 6px;
|
|
||||||
}
|
}
|
||||||
|
#topbar .title {
|
||||||
|
position: fixed;
|
||||||
|
left: 14%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
#topbar .actions {
|
||||||
|
margin-left: 5px;
|
||||||
|
padding-left: 5px;
|
||||||
|
position: fixed;
|
||||||
|
right: 0;
|
||||||
|
background: #282828;
|
||||||
|
}
|
||||||
|
#topbar .dropdown-menu form {
|
||||||
|
padding-left: 6px;
|
||||||
|
padding-right: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
#topbar, #sidebar, .panel, .dropdown-menu {
|
#topbar, #sidebar, .panel, .dropdown-menu {
|
||||||
background: #282828;
|
background: #282828;
|
||||||
|
@ -262,50 +262,6 @@ input[type=text], input[type=password], .badge {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.color-28 {
|
|
||||||
color: greenyellow;
|
|
||||||
}
|
|
||||||
|
|
||||||
.color-00 {
|
|
||||||
color: coral;
|
|
||||||
}
|
|
||||||
|
|
||||||
.color-yellow {
|
|
||||||
color: yellow;
|
|
||||||
}
|
|
||||||
|
|
||||||
.color-dark-red {
|
|
||||||
color: darkred;
|
|
||||||
}
|
|
||||||
|
|
||||||
.color-dark-green {
|
|
||||||
color: green;
|
|
||||||
}
|
|
||||||
|
|
||||||
.color-dark-blue {
|
|
||||||
color: darkblue;
|
|
||||||
}
|
|
||||||
|
|
||||||
.color-dark-gray {
|
|
||||||
color: gray;
|
|
||||||
}
|
|
||||||
|
|
||||||
.color-gray {
|
|
||||||
color: lightgray;u
|
|
||||||
}
|
|
||||||
|
|
||||||
.color-brown {
|
|
||||||
color: brown;
|
|
||||||
}
|
|
||||||
|
|
||||||
.color-cyan {
|
|
||||||
color: cyan;
|
|
||||||
}
|
|
||||||
|
|
||||||
.color-dark-cyan {
|
|
||||||
color: darkcyan;
|
|
||||||
}
|
|
||||||
|
|
||||||
li.notification {
|
li.notification {
|
||||||
color: green;
|
color: green;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue