| 1293 |
dpurdie |
1 |
/* CSS for codestriker */
|
|
|
2 |
|
|
|
3 |
BODY {background-color: #eeeeee;}
|
|
|
4 |
|
|
|
5 |
/* Links */
|
|
|
6 |
A:link {color: blue;}
|
|
|
7 |
A:visited {color: purple;}
|
|
|
8 |
|
|
|
9 |
/* File heading */
|
|
|
10 |
TD.file {background-color: #cccccc; font-family: Helvetica, Arial; font-size: medium}
|
|
|
11 |
|
|
|
12 |
/* Line heading */
|
|
|
13 |
TD.line {background-color: #99cccc; font-family: Helvetica, Arial; font-size: medium}
|
|
|
14 |
|
|
|
15 |
/* Normal text */
|
|
|
16 |
TD.n {font-family: Helvetica, Arial; font-size: smaller}
|
|
|
17 |
|
|
|
18 |
/* Normal text monospaced */
|
|
|
19 |
TD.msn {font-family: monospace; font-size: smaller}
|
|
|
20 |
|
|
|
21 |
/* Added text */
|
|
|
22 |
TD.a {background-color: #aaffaa; font-family: Helvetica, Arial; font-size: smaller}
|
|
|
23 |
|
|
|
24 |
/* Added text monospaced */
|
|
|
25 |
TD.msa {background-color: #aaffaa; font-family: monospace; font-size: smaller}
|
|
|
26 |
|
|
|
27 |
/* Added file */
|
|
|
28 |
TD.af {background-color: #aaffaa}
|
|
|
29 |
|
|
|
30 |
/* Added blank text */
|
|
|
31 |
TD.ab {background-color: #cccccc; font-family: Helvetica, Arial; font-size: smaller}
|
|
|
32 |
|
|
|
33 |
/* Added blank text monospaced */
|
|
|
34 |
TD.msab {background-color: #cccccc; font-family: monospace; font-size: smaller}
|
|
|
35 |
|
|
|
36 |
/* Removed text */
|
|
|
37 |
TD.r {background-color: #ff9999; font-family: Helvetica, Arial; font-size: smaller}
|
|
|
38 |
|
|
|
39 |
/* Removed text monospaced */
|
|
|
40 |
TD.msr {background-color: #ff9999; font-family: monospace; font-size: smaller}
|
|
|
41 |
|
|
|
42 |
/* Removed file */
|
|
|
43 |
TD.rf {background-color: #ff9999}
|
|
|
44 |
|
|
|
45 |
/* Removed blank text */
|
|
|
46 |
TD.rb {background-color: #cccccc; font-family: Helvetica, Arial; font-size: smaller}
|
|
|
47 |
|
|
|
48 |
/* Changed text */
|
|
|
49 |
TD.c {background-color: #ffff77; font-family: Helvetica, Arial; font-size: smaller}
|
|
|
50 |
|
|
|
51 |
/* Changed text monospaced */
|
|
|
52 |
TD.msc {background-color: #ffff77; font-family: monospace; font-size: smaller}
|
|
|
53 |
|
|
|
54 |
/* Changed file */
|
|
|
55 |
TD.cf {background-color: #ffff77}
|
|
|
56 |
|
|
|
57 |
/* Changed blank text */
|
|
|
58 |
TD.cb {background-color: #eeee77; font-family: Helvetica, Arial; font-size: smaller}
|
|
|
59 |
|
|
|
60 |
/* Changed blank text monospaced */
|
|
|
61 |
TD.mscb {background-color: #eeee77; font-family: monospace; font-size: smaller}
|
|
|
62 |
|
|
|
63 |
/* Line number with comment */
|
|
|
64 |
SPAN.com {color: #ff0000; font-family: Helvetica, Arial; font-size: smaller}
|
|
|
65 |
|
|
|
66 |
/* Line number with no comment */
|
|
|
67 |
SPAN.nocom {font-family: Helvetica, Arial; font-size: smaller}
|
|
|
68 |
|
|
|
69 |
/* Monospaced line with added text */
|
|
|
70 |
SPAN.msa {background-color: #aaffaa; font-family: monospace; font-size: medium}
|
|
|
71 |
|
|
|
72 |
/* Monospaced line with removed text */
|
|
|
73 |
SPAN.msr {background-color: #ff9999; font-family: monospace; font-size: medium}
|
|
|
74 |
|
|
|
75 |
/* Monospaced line with changed text */
|
|
|
76 |
SPAN.msc {background-color: #ffff77; font-family: monospace; font-size: medium}
|
|
|
77 |
|
|
|
78 |
/* Monospaced line with normal text */
|
|
|
79 |
SPAN.ms {font-family: monospace; font-size: medium}
|
|
|
80 |
|
|
|
81 |
/* Monospaced line number with comment */
|
|
|
82 |
SPAN.mscom {color: #ff0000; font-family: monospace; font-size: medium}
|
|
|
83 |
/* Monospaced line number with no comment */
|
|
|
84 |
SPAN.msnocom {font-family: monospace; font-size: medium}
|
|
|
85 |
|
|
|
86 |
/* Smaller monospaced line number with comment */
|
|
|
87 |
SPAN.smscom {color: #ff0000; font-family: monospace; font-size: smaller}
|
|
|
88 |
|
|
|
89 |
/* Smaller monospaced line number with no comment */
|
|
|
90 |
SPAN.smsnocom {font-family: monospace; font-size: smaller}
|
|
|
91 |
|
|
|
92 |
/* File heading */
|
|
|
93 |
SPAN.file_comment {background-color: #cccccc; font-family: Helvetica, Arial; font-size: medium; color: #ff0000}
|
|
|
94 |
|
|
|
95 |
/* General heading */
|
|
|
96 |
SPAN.general_comment {color: #ff0000}
|
|
|
97 |
|
|
|
98 |
/* Style used for rendering data within popup window */
|
|
|
99 |
PRE.ms {font-family: monospace; font-size: medium}
|
|
|
100 |
|
|
|
101 |
/* Styles to use for topic list display */
|
|
|
102 |
|
|
|
103 |
/* Topic list heading */
|
|
|
104 |
TR.tlh {background-color: #aaffaa; font-family: Helvetica, Arial}
|
|
|
105 |
|
|
|
106 |
/* Topic list row type 1 */
|
|
|
107 |
TR.tl1 {background-color: #cccccc; font-family: Helvetica, Arial}
|
|
|
108 |
|
|
|
109 |
/* Topic list row type 1 */
|
|
|
110 |
TR.tl2 {background-color: #eeeeee; font-family: Helvetica, Arial}
|
|
|
111 |
|
|
|
112 |
/* Colour to use for matching identifier */
|
|
|
113 |
A.fid {color: #777777; text-decoration: none}
|
|
|
114 |
|
|
|
115 |
/* Style comment listings. */
|
|
|
116 |
TR.comments {background-color: #aaffaa; font-family: Helvetica, Arial} /* space */
|
|
|
117 |
TR.commenth {background-color: #cccccc; font-family: Helvetica, Arial} /* header */
|
|
|
118 |
TR.commentb {background-color: #eeeeee; font-family: monospace} /* comment body */
|
|
|
119 |
TD.commentb {background-color: #eeeeee; font-family: monospace} /* comment body */
|
|
|
120 |
TR.commentc {background-color: #eeeeee; font-family: monospace} /* context */
|
|
|
121 |
|
|
|
122 |
/* Style for topic title headings. */
|
|
|
123 |
|
|
|
124 |
/* Topic title heading */
|
|
|
125 |
TR.tth {background-color: #aaffaa; font-family: Helvetica, Arial}
|
|
|
126 |
TD.tth {background-color: #aaffaa; font-family: Helvetica, Arial}
|
|
|
127 |
|
|
|
128 |
/* Topic title row type 0 */
|
|
|
129 |
TR.tt0 {background-color: #cccccc; font-family: Helvetica, Arial}
|
|
|
130 |
TD.tt0 {background-color: #cccccc; font-family: Helvetica, Arial}
|
|
|
131 |
|
|
|
132 |
/* Topic title row type 1 */
|
|
|
133 |
TR.tt1 {background-color: #eeeeee; font-family: Helvetica, Arial}
|
|
|
134 |
TD.tt1 {background-color: #eeeeee; font-family: Helvetica, Arial}
|
|
|
135 |
|
|
|
136 |
/* Codestriker heading */
|
|
|
137 |
TD.heading {text-align: center; background-color: #000000; font-family: Helvetica, Arial; font-size: x-large}
|
|
|
138 |
A.heading {text-decoration: none; color: #ffffff}
|
|
|
139 |
|
|
|
140 |
/* Codestriker top-level menu */
|
|
|
141 |
DIV.menu {font-family: Helvetica, Arial}
|
|
|
142 |
|
|
|
143 |
/* Tabbing styles */
|
|
|
144 |
TR.tab {background-color: #aaffaa; font-family: Helvetica, Arial}
|
|
|
145 |
TD.selected {background-color: #aaffaa}
|
|
|
146 |
TD.notselected {background-color: #cccccc}
|
|
|
147 |
TD.space {background-color: #eeeeee}
|
|
|
148 |
A.tab {text-decoration: none}
|
|
|
149 |
|
|
|
150 |
/* Styles for error field in comment posting tooltip. */
|
|
|
151 |
span.hidden {display: none}
|
|
|
152 |
span.error {display: inline; color: red}
|
|
|
153 |
|
|
|
154 |
span.feedback {color: red;}
|
|
|
155 |
span.obsolete-header {color: red; font-weight: bold;}
|