static/rrdweb.css
author Tero Marttila <terom@fixme.fi>
Sun, 23 Jan 2011 13:50:13 +0200
changeset 29 c756e522c9ac
parent 27 85ff337aee11
permissions -rw-r--r--
pmacct: load pmacct data to rrd
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;
}