mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-16 00:24:45 +02:00
git-svn-id: http://www.observium.org/svn/observer/trunk@359 61d68cd4-352d-0410-923a-c4978735b2b8
34 lines
415 B
CSS
Executable File
34 lines
415 B
CSS
Executable File
body
|
|
{
|
|
background-color: #EEEEEE;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
/* Banner (top bar) classes */
|
|
|
|
.banner { }
|
|
|
|
.banner-menu
|
|
{
|
|
text-align: right;
|
|
clear: both;
|
|
padding: .5em;
|
|
border-top: 2px solid #AAAAAA;
|
|
}
|
|
|
|
.banner-title
|
|
{
|
|
text-align: right;
|
|
font-size: 20pt;
|
|
font-weight: bold;
|
|
margin: .2em;
|
|
}
|
|
|
|
.package-selector
|
|
{
|
|
background-color: #DDDDDD;
|
|
border: 1px solid #AAAAAA;
|
|
color: #000090;
|
|
}
|