27 lines
368 B
CSS
27 lines
368 B
CSS
/* ns-3 changes to the standard CSS for doxygen */
|
|
|
|
#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;
|
|
|
|
|
|
}
|
|
|
|
#projectnumber
|
|
{
|
|
font: 100% Tahoma, Arial,sans-serif;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|