static/rrd/rrd.css
author Tero Marttila <terom@paivola.fi>
Mon, 16 Dec 2013 20:01:47 +0200
changeset 275 4dc5cc30a278
parent 158 3ff66d4f401c
permissions -rw-r--r--
pvl.hosts-import: support AAAA, make default comment handling an option
/* 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;
}