75 lines
1.0 KiB
CSS
75 lines
1.0 KiB
CSS
/* ns-3 changes to the default CSS from Doxygen and Sphinx */
|
|
|
|
body, table, div, p, dl {
|
|
font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
|
|
font-size: 12px;
|
|
color: black;
|
|
}
|
|
|
|
a {
|
|
color: #91A501;
|
|
}
|
|
|
|
#nav-tree {
|
|
font-size: 12px;
|
|
}
|
|
|
|
div.related a {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
div.sphinxsidebar {
|
|
font-size: 12px;
|
|
}
|
|
|
|
#titlearea
|
|
{
|
|
background-image:url('bar-top.png');
|
|
background-repeat:repeat;
|
|
border-bottom: 1px solid #5B5B5B;
|
|
color: white;
|
|
}
|
|
|
|
#projectlogo
|
|
{
|
|
text-align: center;
|
|
margin: 10px;
|
|
vertical-align: middle;
|
|
width: 220px;
|
|
color: white;
|
|
}
|
|
|
|
#projecttext
|
|
{
|
|
align: left;
|
|
padding-left: 2em;
|
|
font-color:white;
|
|
}
|
|
|
|
#projectbrief
|
|
{
|
|
font: 120% Tahoma, Arial,sans-serif;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
color: white;
|
|
}
|
|
|
|
#projectnumber
|
|
{
|
|
font: 100% Tahoma, Arial,sans-serif;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
color: white;
|
|
}
|
|
|
|
#projectsection
|
|
{
|
|
text-align: right;
|
|
font: 24pt Aldo, Tahoma, Arial,sans-serif;
|
|
margin: 10px;
|
|
margin-right: 10px;
|
|
vertical-align: middle;
|
|
color: white;
|
|
}
|