File: ac.css

package info (click to toggle)
assaultcube-data 1.0.4%2Brepack1-1
  • links: PTS, VCS
  • area: non-free
  • in suites: squeeze
  • size: 60,024 kB
  • ctags: 15,165
  • sloc: cpp: 34,920; ansic: 20,515; xml: 3,864; sh: 3,408; objc: 975; cs: 350; makefile: 146
file content (155 lines) | stat: -rw-r--r-- 2,209 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
/* ZLIB licensed, (C) 2007 Adrian 'driAn' Henke, http://www.sprintf.org */

/* 
	common styles for all documentation pages 
*/

/* main layout */

html
{
	margin: 0;
	padding: 0;
	background-color: #343434; /* firefox xslt bug */
}

body
{
	margin: 0;
	padding: 10px;
	/*font-family: Verdana, Sans-Serif;*/
	font-family: "Bitstream Vera Serif";
	font-size: 12px;
}

div#main
{
	position: relative;
	margin: 0 auto 0 auto;
	width: 68%;
}

div#main div#title
{
	margin: 0 auto 0 auto;
	padding: 0 10px 0 10px;
	height: 20px;
	background-color: Black;
	color: White;
	vertical-align: middle;
	border-left: solid 10px #343434;
	border-right: solid 10px #343434;	
}

div#main div#title h1
{
	margin: 0;
	padding: 0;
	height: 1em;
	font-family: Courier New, Courier, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
}

div#main div#content
{
	padding: 10px;
	border: solid 1px black;
	background-color: #666666;	
}

div#main div#footer
{
	padding: 0 10px 0 10px;
	height: 20px;
	text-align: right;
	color:White;
	background-color: Black;
	border-left: solid 10px #343434;
	border-right: solid 10px #343434;		
	font-family: Courier New, Courier, Sans-Serif;
}

/* version */

div#main div#version
{
	padding: 0;
	margin: 0 auto 0 auto;
	width: 720px;
	height: 55px;
	
	font-family: Courier New, Courier, Sans-Serif;
	font-size: 55px;
	font-weight: bold;
	text-align: right;
	color: #555555;
}

/* logo */
div#main div#logo
{
}

/* default formatting */

h1
{
	font-family: Courier New, Courier, Sans-Serif;
	font-size: 22px;
}

h2
{
	font-family: Courier New, Courier, Sans-Serif;
	font-size: 18px;
}

h3
{
	font-family: Courier New, Courier, Sans-Serif;
	font-size: 16px;
}

a, a:hover, a:visited
{
	color: #333333;
}

p
{
	padding: 0;
	margin: 10px 0 10px 0;
}

ul
{
	list-style-type:square;
}

/* code */

div.code
{
	font-family: Courier New, Courier, monospace, Sans-Serif;
	margin: 1em 0 1em 0;
	padding: 0 0 0 1em;
	white-space: pre;
}

span.code
{
	font-family: Courier New, Courier, monospace, Sans-Serif;
	margin: 0;
	padding: 0;
}

span.codecommandline
{
	font-family: Courier New, Courier, monospace, Sans-Serif;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
}