static/rrdweb.css
author Tero Marttila <terom@fixme.fi>
Tue, 25 Jan 2011 01:19:40 +0200
changeset 31 cd9ca8068b09
parent 27 85ff337aee11
permissions -rw-r--r--
doc: clean up pmacct.conf
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;
}


#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 div.title
{
    padding: 5pt;
}

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

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

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