add support to SDLBackend for rendering 24bit data
[openc2e.git] / docs.css
blobebbffdd62f37189fe0b02d3e86cbd6ab783a81e2
1 body {
2 font-family: verdana, arial, helvetica, sans-serif;
5 #index li {
6 /* try to fit it all in one line */
7 display: inline;
10 #sidebar {
11 float: left;
12 clear: left;
13 font-size: x-small;
14 border: 1px black solid;
15 width: 10em;
16 background: #cee6f8;
19 #sidebar h6 {
20 font-size: small;
21 margin: 1em 0em 1em 0em;
22 text-align: center;
25 #content {
28 .category hr {
29 margin-left: 1em;
32 .category h2 {
33 margin-left: 5em;
36 .command {
37 border-style: groove;
38 margin-bottom: 1em;
39 margin-left: 8em;
42 .header {
43 border-bottom: groove;
44 background: #f8f8ff;
47 .cmdname {
48 color: navy;
49 font-size: larger
52 .cmdtype {
53 font-size: smaller;
54 font-style: italic;
57 .argname {
58 text-transform: uppercase;
61 .argtype {
62 font-size: smaller;
63 font-style: italic;
66 .nodocs {
67 font-size: smaller;
68 font-style: italic;
71 .description {
72 border-bottom: groove;
73 background-color: #f8f8f8;
76 .administrivia {
77 font-size: smaller;
78 margin: 0;
79 padding: 0;
82 .administrivia ul {
83 margin: 0;
84 padding: 0;
87 .administrivia li {
88 list-style-type: none;
91 .administrivia li li {
92 list-style-type: disc;
95 .status {
96 border-bottom: groove;
97 font-size: smaller;
101 .st_ok {
102 background-color: #88ff88;
105 .st_todo {
106 background-color: #ff8888;
109 .st_maybe {
110 background-color: #8888ff;