source: trunk/Packages/synapse/docs/help/pasdoc.css

Last change on this file was 2, checked in by chronos, 12 years ago
  • Přidáno: Základní kostra projektu.
  • Přidáno: Knihovna synapse.
File size: 3.0 KB
Line 
1body { font-family: Verdana,Arial;
2 color: black; background-color: white;
3 font-size: 12px; }
4body.navigationframe { font-family: Verdana,Arial;
5 color: white; background-color: #787878;
6 font-size: 12px; }
7
8img { border:0px; }
9
10a:link {color:#C91E0C; text-decoration: none; }
11a:visited {color:#7E5C31; text-decoration: none; }
12a:hover {text-decoration: underline; }
13a:active {text-decoration: underline; }
14
15a.navigation:link { color: white; text-decoration: none; font-size: 12px;}
16a.navigation:visited { color: white; text-decoration: none; font-size: 12px;}
17a.navigation:hover { color: white; font-weight: bold;
18 text-decoration: none; font-size: 12px; }
19a.navigation:active { color: white; text-decoration: none; font-size: 12px;}
20
21a.bold:link {color:#C91E0C; text-decoration: none; font-weight:bold; }
22a.bold:visited {color:#7E5C31; text-decoration: none; font-weight:bold; }
23a.bold:hover {text-decoration: underline; font-weight:bold; }
24a.bold:active {text-decoration: underline; font-weight:bold; }
25
26a.section {color: green; text-decoration: none; font-weight: bold; }
27a.section:hover {color: green; text-decoration: underline; font-weight: bold; }
28
29ul.useslist a:link {color:#C91E0C; text-decoration: none; font-weight:bold; }
30ul.useslist a:visited {color:#7E5C31; text-decoration: none; font-weight:bold; }
31ul.useslist a:hover {text-decoration: underline; font-weight:bold; }
32ul.useslist a:active {text-decoration: underline; font-weight:bold; }
33
34ul.hierarchy { list-style-type:none; }
35ul.hierarchylevel { list-style-type:none; }
36
37p.unitlink a:link {color:#C91E0C; text-decoration: none; font-weight:bold; }
38p.unitlink a:visited {color:#7E5C31; text-decoration: none; font-weight:bold; }
39p.unitlink a:hover {text-decoration: underline; font-weight:bold; }
40p.unitlink a:active {text-decoration: underline; font-weight:bold; }
41
42tr.list { background: #FFBF44; }
43tr.list2 { background: #FFC982; }
44tr.listheader { background: #C91E0C; color: white; }
45
46table { border-spacing:2px; padding:4px; width:100%; }
47
48table.markerlegend { width:auto; }
49table.markerlegend td.legendmarker { text-align:center; }
50
51table.sections { background:white; }
52table.sections td {background:lightgray; }
53
54table.summary td.itemcode { width:100%; }
55table.detail td.itemcode { width:100%; }
56
57td { vertical-align:top; padding:4px; }
58
59td.itemname {white-space:nowrap; }
60td.itemunit {white-space:nowrap; }
61td.itemdesc { width:100%; }
62
63div.nodescription {color:red;}
64dl.parameters {;}
65dl.parameters dt {color:blue;}
66dl.parameters dd {;}
67
68/* Style applied to Pascal code in documentation
69 (e.g. produced by @longcode tag) } */
70span.pascal_string { color: #000080; }
71span.pascal_keyword { font-weight: bolder; }
72span.pascal_comment { color: #000080; font-style: italic; }
73span.pascal_compiler_comment { color: #008000; }
74span.pascal_numeric { }
75span.pascal_hex { }
76
77p.hint_directive { color: red; }
78
79input#search_text { }
80input#search_submit_button { }
81
82acronym.mispelling { background-color: #ffa; }
Note: See TracBrowser for help on using the repository browser.