static/rrd/rrd.css
author Tero Marttila <terom@paivola.fi>
Sun, 07 Sep 2014 16:04:42 +0300
changeset 431 4e920e09fc60
parent 158 3ff66d4f401c
permissions -rw-r--r--
version 0.7.3

* pvl.rrd-interfaces: ignore .txt on input files
/* 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;
}