1/* Main CSS file for the ../reference.xml document.			*/
2
3/* Written by:	Rabid Viper Productions					*/
4/* Special thanks to Adrian 'driAn' Henke for the original document	*/
5/* that all these XML-related files are based upon.			*/
6
7/* You may be able to redistribute this content under specific 		*/
8/* conditions. Please read the licensing information, available		*/
9/* at http://assault.cubers.net/docs/license.html for the 		*/
10/* conditions that would apply to what you may be redistributing.	*/
11
12
13/* MAIN DOCUMENT */
14.docsmain {
15clear : none;
16float : left;
17width : 720px;
18}
19#gohome {
20width : 720px;
21}
22/* CONTENTS PANEL */
23.commandlist {
24margin-top : 15px;
25font-size : 17px;
26text-align : center;
27padding : 5px 0;
28font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
29color : #ffffff;
30border : #00303d solid 2px;
31background-color : #101010;
32float : right;
33clear : right;
34width : 136px;
35}
36div#contentspanel {
37margin-top : 10px;
38float : right;
39clear : right;
40width : 140px;
41overflow-wrap : break-word;
42margin-left : 10px;
43font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
44font-size : 10px;
45text-align : left;
46background-color : #101010;
47}
48div#contentspanel div.sectiontitle {
49padding-left : 10px;
50height : 20px;
51background-color : #252525;
52border-top : 1px solid #000000;
53border-bottom : 1px solid #000000;
54font-size : 14px;
55font-weight : bold;
56margin : 0;
57line-height : 20px;
58white-space : nowrap;
59}
60div#contentspanel ul {
61list-style-type : none;
62margin : 0;
63padding : 5px;
64}
65div#contentspanel a {
66text-decoration : none;
67color : #e0e0e0;
68}
69div#contentspanel div.identifiers a {
70display : block;
71position : relative;
72width : 121px;
73overflow : hidden;
74}
75div#contentspanel div.identifiers a:hover {
76width : 128px;
77color : black;
78font-size : 12px;
79border : #000000 solid 1px;
80padding : 0;
81text-align : center;
82background-color : #666666;
83}
84/* TOP-OF-PAGE CATEGORY LIST */
85#categorylist {
86margin : 0;
87margin-top : 5px;
88padding : 0;
89padding-bottom : 20px;
90}
91#categorylist li {
92display : inline;
93list-style-type : none;
94font-size : 13px;
95padding-right : 20px;
96}
97div#topbutton a {
98position : fixed;
99padding : 5px 10px;
100right : 20px;
101bottom : 10px;
102font-size : 12px;
103font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
104font-weight : bold;
105text-decoration : none;
106border : black solid 2px;
107background-color : #444444;
108color : black;
109z-index : 1;
110}
111div#topbutton a:hover {
112background-color : #666666;
113}
114/* Identifier */
115div.section div.identifier {
116padding : 0 0 10px 0;
117margin : 0 0 0 20px;
118}
119/* Display name */
120div.section div.identifier div.displayname {
121font-family : "Courier New", Sans-Serif;
122margin : 1em 0 1em -20px;
123}
124div.section div.identifier div.displayname a {
125color : #007190;
126text-decoration : none;
127}
128/* Command arguments */
129div.section div.identifier div.argumentDescriptions {
130margin : 10px 0 0 0;
131padding : 0;
132}
133div.section div.identifier div.argumentDescriptions table {
134margin : 0;
135padding : 0;
136border-collapse : collapse;
137width : 100%;
138}
139div.section div.identifier div.argumentDescriptions table td {
140border : #777777 solid 1px;
141}
142div.section div.identifier div.argumentDescriptions table th {
143font-weight : normal;
144color : #000000;
145padding : 2px 3px;
146background-color : #666666;
147border : #444444 solid 1px;
148}
149div.section div.identifier div.argumentDescriptions table tr td.token {
150font-style : italic;
151width : 65px;
152}
153div.section div.identifier div.argumentDescriptions table tr td.description {
154width : 300px;
155}
156/* Variable value */
157div.section div.identifier div.valueDescription {
158margin : 10px 0 0 0;
159padding : 0;
160}
161div.section div.identifier div.valueDescription table {
162margin : 0;
163padding : 0;
164border-collapse : collapse;
165width : 100%;
166}
167div.section div.identifier div.valueDescription table td {
168border : #777777 solid 1px;
169}
170div.section div.identifier div.valueDescription table th {
171font-weight : normal;
172color : #333333;
173background-color : #777777;
174border : #777777 solid 1px;
175}
176div.section div.identifier div.valueDescription table tr td.token {
177font-style : italic;
178width : 65px;
179}
180div.section div.identifier div.valueDescription table tr td.values {
181width : 200px;
182}
183div.section div.identifier div.valueDescription table tr td.range {
184width : 50px;
185}
186div.section div.identifier div.valueDescription table tr td.defaultValue {
187text-align : right;
188width : 50px;
189}
190/* Remarks */
191div.section div.identifier div.remarks {
192margin : 10px 0 0 0;
193padding : 0;
194}
195div.section div.identifier div.remarks div.remark {
196margin : 10px 0 0 0;
197}
198div.section div.identifier div.references {
199margin : 10px 0 0 0;
200padding : 0;
201}
202/* References */
203div.section div.identifier div.references a.internal {
204font-family : "Courier New", Sans-Serif;
205text-decoration : none;
206}
207/* Examples */
208div.section div.identifier div.examples {
209margin : 0;
210padding : 0;
211}
212div.section div.identifier div.examples div.code {
213margin : 10px 0 10px 0;
214padding : 0;
215}
216div.section div.identifier div.examples div.exampleExplanation {
217margin : 0;
218padding : 0;
219}
220