Files
pytest2/py/apigen/style.css
guido 37a4bfd5ad [svn r37812] Using style.css from the doc directory for apigen now, with some overrides in
a seperate stylesheet. Cleaned up the stylesheet and script handling a bit:
stylesheets and scripts are now defined in the LayoutPage class (where they're
easily customizable). Also removed some old unused code and moved the H class
(html related) stuff to its own file. The idea is that this will become the
place where all the layout is defined.

--HG--
branch : trunk
2007-02-02 16:49:58 +01:00

84 lines
1.0 KiB
CSS

div.sidebar {
font-family: Verdana, Helvetica, Arial, sans-serif;
width: 155px;
vertical-align: top;
margin-top: 0.5em;
position: absolute;
top: 130px;
left: 4px;
bottom: 4px;
overflow: auto;
}
div.sidebar .selected a {
color: white;
background-color: #3ba6ec;
}
#content {
border: 0px;
height: 95%;
width: 100%;
}
ul {
padding-left: 0em;
margin-top: 0px;
}
ul li {
list-style-type: none;
}
.code a {
color: blue;
font-weight: bold;
text-decoration: none;
}
.lineno {
text-align: right;
color: #555;
width: 3em;
padding-right: 1em;
border: 0px solid black;
border-right-width: 1px;
}
.code {
padding-left: 1em;
white-space: pre;
font-family: monospace, Monaco;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.comment {
color: purple;
}
.string {
color: #777;
}
.keyword {
color: blue;
}
.alt_keyword {
color: green;
}
.funcinfo {
border: 1px solid black;
color: black;
padding: 1em;
background-color: white;
}
.callstackitem {
border: 1px solid black;
margin-bottom: 1em;
}