static/rrd/rrd.css
author Tero Marttila <terom@paivola.fi>
Sun, 07 Sep 2014 14:33:02 +0300
changeset 427 7dd5a33aa145
parent 158 3ff66d4f401c
permissions -rw-r--r--
version 0.7.1

more flexible pvl.rrd-interfaces for cross-domain collect hosts vs rrd nodes
/* Nagivation breadcrumb */
div#breadcrumb
{
    padding: 5pt;

    border-bottom: 1px dotted #aaa;
}

div#breadcrumb a
{
    color: #444;
	font-weight: bold;
	text-decoration: none;
}

div#breadcrumb a:hover
{
	text-decoration: underline;
}

/* Directory overview */
#overview ul
{
    list-style-type: none;
}

#overview ul li
{
    margin: 5pt;
    padding: 5pt;
}

#overview ul li.even
{
    background-color: #fff;
}

#overview ul li.odd
{
    background-color: #eee;
}

#overview ul li h3
{
    margin: 0px;
    padding: 5pt;
}

#overview ul a
{
    color: #444;
	font-weight: bold;
    font-size: large;
	text-decoration: none;
}

#overview ul a:hover
{
	text-decoration: underline;
}