89 lines
1.1 KiB
CSS
89 lines
1.1 KiB
CSS
.synopsis, .classsynopsis
|
|
{
|
|
background: #eeeeee;
|
|
border: solid 1px #aaaaaa;
|
|
padding: 0.5em;
|
|
}
|
|
.programlisting
|
|
{
|
|
background: #eeeeff;
|
|
border: solid 1px #aaaaff;
|
|
padding: 0.5em;
|
|
}
|
|
.variablelist
|
|
{
|
|
padding: 4px;
|
|
margin-left: 3em;
|
|
}
|
|
.variablelist td:first-child
|
|
{
|
|
vertical-align: top;
|
|
}
|
|
div a[name]
|
|
{
|
|
position: relative;
|
|
top: -4.5em;
|
|
}
|
|
table.navigation#top
|
|
{
|
|
background: #ffeeee;
|
|
border: solid 1px #ffaaaa;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
height: 2em;
|
|
z-index: 1;
|
|
}
|
|
.navigation a
|
|
{
|
|
color: #770000;
|
|
}
|
|
.navigation a:visited
|
|
{
|
|
color: #550000;
|
|
}
|
|
.navigation .title
|
|
{
|
|
font-size: 200%;
|
|
}
|
|
td.shortcuts
|
|
{
|
|
color: #770000;
|
|
font-size: 80%;
|
|
}
|
|
|
|
div.refentry, div.chapter, div.part, div.book, div.index, div.glossary, div.sect1
|
|
{
|
|
position: relative;
|
|
top: 3em;
|
|
z-index: 0;
|
|
}
|
|
div.refnamediv
|
|
{
|
|
margin-top: 2em;
|
|
}
|
|
div.gallery-float
|
|
{
|
|
float: left;
|
|
padding: 10px;
|
|
}
|
|
div.gallery-float img
|
|
{
|
|
border-style: none;
|
|
}
|
|
div.gallery-spacer
|
|
{
|
|
clear: both;
|
|
}
|
|
a
|
|
{
|
|
text-decoration: none;
|
|
}
|
|
a:hover
|
|
{
|
|
text-decoration: underline;
|
|
color: #FF0000;
|
|
}
|