/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Arial, Helvetica, Verdana, "Lucida Grande", sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
/*	background-image: url('./images/background.gif');
	background-repeat: repeat-x;*/
/*	padding: 0 25px 15px 25px;*/
	padding: 0;
}

#wrapcentre {
	margin: 15px 25px 0 25px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;
	background: none;
}

#menubar {
	margin: 0 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #202020;
	border-width: 2px;
	border-style: solid;
	border-color: #101010;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Arial, Helvetica, Verdana, sans-serif, "Lucida Grande";
}

.forumrules h3 {
	color: red;
}

.forumrules h3, .forumrules a b {
	font-weight: normal;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }

#pagecontent .gensmall {
	color:#707070;
}

/*  Text
 --------------------- */
h1 {
	color: #FFFFFF;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0.5em 0px 0px 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFCC33;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: #707070;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
}

div.searchbar {
	margin: 0;
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #AAAAAA;
	font-weight : bold;
	font-size : 120%;
}

.postdetails {
	color: #AAAAAA;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, Verdana, "Trebuchet MS", "Lucida Grande", sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: #007700;
	color: white;
	padding: 0 2px 0 2px;
	font-weight: bold;
}

.nav {
	margin: 0;
	color: #707070;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: #707070;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	color: #999999;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Grande";
	letter-spacing: -1px;
}

a.copyright:link, a.copyright:visited, a.copyright:active {
	color: #999999;
}

a.copyright:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.titles {
	font-family:  "Trebuchet MS" , Arial ,  Helvetica , "Lucida Grande", sans-serif , Verdana;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	font-variant: small-caps;
	line-height : 150%;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #FFA34F;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #000000;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding-left: 6px;
	padding-right: 6px;
	color: #FFCC33;
	height:25px;
}

td {
	padding: 6px 3px 3px 6px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: transparent;
		border: 2px solid #202020;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #202020 url('./images/cellpic3.gif') repeat-x scroll top left;
}
.rtl .catdiv {
	background: #202020 url('./images/cellpic3.gif') repeat-x scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #202020;
	background-image: url('./images/cellpic3.gif');
	text-indent: 4px;
}

.row1 {
	background-color: #202020;
	padding: 4px;
}

.row1b {
	background-color: #202020;
	padding: 7px 4px 6px 4px;
}

.row2 {
	background-color: #353535;
	padding: 4px;
}

.row3 {
	background-color: #454545;
	padding: 4px;
}

.spacer {
	background-color: #444;
	padding:3px 0 0 0;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #303030;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

#colorpalette td {
	padding: 1px;
}

/* Links
 ------------ */
a:link {
	color: #006699;
	text-decoration: none;
}

a:active,
a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

a.forumlink {
	color: #069;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #006699;
	text-decoration: none;
}

a.link02:link, a.link02:active, a.link02:visited, a.link02:hover {
	text-decoration: none;
}

th a,
th a:visited {
	color: #FFCC33 !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
 
.cat form {
	margin: 6px 0px 4px 0px;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #FFFFFF;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #555555;
	background-color: #000000;
}

textarea {
	background-color: #000000;
	color: #FFFFFF;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #555555;
	padding: 2px;
}

select {
	color: #FFFFFF;
	background-color: #000000;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: #000000;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #000000;
	border: 1px solid #555555;
}

.btnmain {
	font-weight: bold;
	background-color: #000000;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #000000;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #000000;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #000000;
	border-style: none;
}

.cat input.btnmain, .cat input.btnlite, #pagecontent .cat input.btnmain, #pagecontent .cat input.btnlite {
	margin: 5px 0 0 0;
}

#pagecontent .cat .btnmain, #pagecontent .cat .btnlite, #pagecontent .cat form input.btnlite  {
	margin: 0;
}

/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #666666;
	color: #333333;
	background-color: #0A0A0A;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 0 5px 5px 5px;
	border-color: #555555;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, "Lucida Grande", "Trebuchet MS", sans-serif;
	background-color: #0A0A0A;
	color: #999999;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #555555;
	color: #999999;
	background-color: #000000;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 0 5px 5px 5px;
	border-color: #666666;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #000000;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour, .pm_marked_colour  img {
	background-color: #FFCC33;
}

.pm_replied_colour, .pm_replied_colour img {
	background-color: #A9B8C2;
}

.pm_friend_colour, .pm_friend_colour img {
	background-color: #007700;
}

.pm_foe_colour, .pm_foe_colour img {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: normal;
	font-size: 1.1em;
}

			/* PopUp Style */
			#popitmenu{
			position: absolute;
			background-color: white;
			border:1px solid black;
			font: normal 12px Verdana;
			line-height: 18px;
			z-index: 100;
			visibility: hidden;
			}

			#popitmenu a{
			text-decoration: none;
			padding-left: 6px;
			color: black;
			display: block;
			}

			#popitmenu a:hover{ /*hover background color*/
			background-color: #CCFF9D;
			}

			.resists { width: 27px; text-align: center;color: white; font-weight: bold; font-size: 12px !important;}

			.uc_profmenu {
			text-align: right;
			}


32 x 32
<html lang="de" xml:lang="de" dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset='iso-8859-1';" http-equiv="content-type"/>
<meta content="de" http-equiv="content-language"/>
<meta content="text/css" http-equiv="content-style-type"/>
<meta content="no" http-equiv="imagetoolbar"/>
<meta content="document" name="resource-type"/>
<meta content="global" name="distribution"/>
<meta content="2002-2006 phpBB Group" name="copyright"/>
<meta content="" name="keywords"/>
<meta content="" name="description"/>
<title>Mental Delusion • News</title>
<script src="./itemstats/overlib/overlib.js" type="text/javascript">
</script>
<link type="text/css" href="./styles/nina/theme/stylesheet.css" rel="stylesheet">
1/* phpBB 3.0 Style Sheet
2 --------------------------------------------------------------
3 Style name: subsilver2
4 Based on style: subSilver (the default phpBB 2 style)
5 Original author: subBlue ( http://www.subBlue.com/ )
6 Modified by: psoTFX and the phpBB team ( http://www.phpbb.com )
7
8 This is an alternative style for phpBB3 for those wishing to stay with
9 the familiar subSilver style of phpBB version 2.x
10
11 Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
12 --------------------------------------------------------------
13*/
14
15/* Layout
16 ------------ */
17* {
18 /* Reset browsers default margin, padding and font sizes */
19 margin: 0;
20 padding: 0;
21}
22
23html {
24 font-size: 100%;
25}
26
27body {
28 /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
29 font-family: Arial, Helvetica, Verdana, "Lucida Grande", sans-serif;
30 color: #FFFFFF;
31 background-color: #000000;
32 font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
33 margin: 0;
34}
35
36#wrapheader {
37 min-height: 120px;
38 height: auto !important;
39 height: 120px;
40/* background-image: url('./images/background.gif');
41 background-repeat: repeat-x;*/
42/* padding: 0 25px 15px 25px;*/
43 padding: 0;
44}
45
46#wrapcentre {
47 margin: 15px 25px 0 25px;
48}
49
50#wrapfooter {
51 text-align: center;
52 clear: both;
53}
54
55#wrapnav {
56 width: 100%;
57 margin: 0;
58 background-color: #ECECEC;
59 border-width: 1px;
60 border-style: solid;
61 border-color: #A9B8C2;
62}
63
64#logodesc {
65 margin-bottom: 5px;
66 padding: 5px 25px;
67 background: none;
68}
69
70#menubar {
71 margin: 0 25px;
72}
73
74#datebar {
75 margin: 10px 25px 0 25px;
76}
77
78#findbar {
79 width: 100%;
80 margin: 0;
81 padding: 0;
82 border: 0;
83}
84
85.forumrules {
86 background-color: #202020;
87 border-width: 2px;
88 border-style: solid;
89 border-color: #101010;
90 padding: 4px;
91 font-weight: normal;
92 font-size: 1.1em;
93 font-family: Arial, Helvetica, Verdana, sans-serif, "Lucida Grande";
94}
95
96.forumrules h3 {
97 color: red;
98}
99
100.forumrules h3, .forumrules a b {
101 font-weight: normal;
102}
103
104#pageheader { }
105#pagecontent { }
106#pagefooter { }
107
108#poll { }
109#postrow { }
110#postdata { }
111
112#pagecontent .gensmall {
113 color:#707070;
114}
115
116/* Text
117 --------------------- */
118h1 {
119 color: #FFFFFF;
120 font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
121 font-weight: bold;
122 font-size: 1.8em;
123 text-decoration: none;
124}
125
126h2 {
127 font-family: Arial, Helvetica, sans-serif;
128 font-weight: bold;
129 font-size: 1.5em;
130 text-decoration: none;
131 line-height: 120%;
132}
133
134h3 {
135 font-size: 1.3em;
136 font-weight: bold;
137 font-family: Arial, Helvetica, sans-serif;
138 line-height: 120%;
139}
140
141h4 {
142 margin: 0.5em 0px 0px 0px;
143 font-size: 1.1em;
144 font-weight: bold;
145 color: #FFCC33;
146}
147
148p {
149 font-size: 1.1em;
150}
151
152p.moderators {
153 margin: 0;
154 float: left;
155 color: #707070;
156 font-weight: bold;
157}
158
159.rtl p.moderators {
160 float: right;
161}
162
163p.linkmcp {
164 margin: 0;
165 float: right;
166 white-space: nowrap;
167}
168
169.rtl p.linkmcp {
170 float: left;
171}
172
173.breadcrumbs {
174 margin: 0;
175 float: left;
176 color: black;
177 font-weight: bold;
178 white-space: normal;
179 font-size: 1em;
180}
181
182p.breadcrumbs {
183 margin: 0;
184 float: left;
185 color: black;
186 font-weight: bold;
187 white-space: normal;
188 font-size: 1em;
189}
190
191.rtl p.breadcrumbs {
192 float: right;
193}
194
195p.datetime {
196 margin: 0;
197 float: right;
198 white-space: nowrap;
199 font-size: 1em;
200}
201
202.rtl p.datetime {
203 float: left;
204}
205
206p.searchbar {
207 padding: 2px 0;
208 white-space: nowrap;
209}
210
211div.searchbar {
212 margin: 0;
213 float: right;
214 color: #FFFFFF;
215 font-weight: bold;
216 white-space: normal;
217 font-size: 1em;
218}
219
220p.searchbarreg {
221 margin: 0;
222 float: right;
223 white-space: nowrap;
224}
225
226.rtl p.searchbarreg {
227 float: left;
228}
229
230p.forumdesc {
231 padding-bottom: 4px;
232}
233
234p.topicauthor {
235 margin: 1px 0;
236}
237
238p.topicdetails {
239 margin: 1px 0;
240}
241
242.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
243 margin: 1px 0;
244 color: red;
245 font-weight:bold;
246}
247
248.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
249 color: green;
250 font-weight:bold;
251}
252
253.postapprove img, .postreported img {
254 vertical-align: bottom;
255}
256
257.postauthor {
258 color: #AAAAAA;
259 font-weight : bold;
260 font-size : 120%;
261}
262
263.postdetails {
264 color: #AAAAAA;
265}
266
267.postbody {
268 font-size: 1.3em;
269 line-height: 1.4em;
270 font-family: Arial, Helvetica, Verdana, "Trebuchet MS", "Lucida Grande", sans-serif;
271}
272
273.postbody li, ol, ul {
274 margin: 0 0 0 1.5em;
275}
276
277.rtl .postbody li, .rtl ol, .rtl ul {
278 margin: 0 1.5em 0 0;
279}
280
281.posthilit {
282 background-color: #007700;
283 color: white;
284 padding: 0 2px 0 2px;
285 font-weight: bold;
286}
287
288.nav {
289 margin: 0;
290 color: #707070;
291 font-weight: bold;
292}
293
294.pagination {
295 padding: 4px;
296 color: #707070;
297 font-size: 1em;
298 font-weight: bold;
299}
300
301.cattitle {
302
303}
304
305.gen {
306 margin: 1px 1px;
307 font-size: 1.2em;
308}
309
310.genmed {
311 margin: 1px 1px;
312 font-size: 1.1em;
313}
314
315.gensmall {
316 margin: 1px 1px;
317 font-size: 1em;
318}
319
320.copyright {
321 color: #999999;
322 font-weight: normal;
323 font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Grande";
324 letter-spacing: -1px;
325}
326
327a.copyright:link, a.copyright:visited, a.copyright:active {
328 color: #999999;
329}
330
331a.copyright:hover {
332 color: #FFFFFF;
333 text-decoration: underline;
334}
335
336.titles {
337 font-family: "Trebuchet MS" , Arial , Helvetica , "Lucida Grande", sans-serif , Verdana;
338 font-weight: bold;
339 font-size: 1.4em;
340 text-decoration: none;
341 font-variant: small-caps;
342 line-height : 150%;
343}
344
345.error {
346 color: red;
347}
348
349
350/* Tables
351 ------------ */
352th {
353 color: #FFA34F;
354 font-size: 1.1em;
355 font-weight: bold;
356 background-color: #000000;
357 background-image: url('./images/cellpic3.gif');
358 white-space: nowrap;
359 padding-left: 6px;
360 padding-right: 6px;
361 color: #FFCC33;
362 height:25px;
363}
364
365td {
366 padding: 6px 3px 3px 6px;
367}
368td.profile {
369 padding: 4px;
370}
371
372.tablebg {
373 background-color: transparent;
374 border: 2px solid #202020;
375}
376
377.catdiv {
378 height: 28px;
379 margin: 0;
380 padding: 0;
381 border: 0;
382 background: #202020 url('./images/cellpic3.gif') repeat-x scroll top left;
383}
384.rtl .catdiv {
385 background: #202020 url('./images/cellpic3.gif') repeat-x scroll top right;
386}
387
388.cat {
389 height: 28px;
390 margin: 0;
391 padding: 0;
392 border: 0;
393 background-color: #202020;
394 background-image: url('./images/cellpic3.gif');
395 text-indent: 4px;
396}
397
398.row1 {
399 background-color: #202020;
400 padding: 4px;
401}
402
403.row1b {
404 background-color: #202020;
405 padding: 7px 4px 6px 4px;
406}
407
408.row2 {
409 background-color: #353535;
410 padding: 4px;
411}
412
413.row3 {
414 background-color: #454545;
415 padding: 4px;
416}
417
418.spacer {
419 background-color: #444;
420 padding:3px 0 0 0;
421}
422
423hr {
424 height: 1px;
425 border-width: 0;
426 background-color: #303030;
427 color: #D1D7DC;
428}
429
430.legend {
431 text-align:center;
432 margin: 0 auto;
433}
434
435#colorpalette td {
436 padding: 1px;
437}
438
439/* Links
440 ------------ */
441a:link {
442 color: #006699;
443 text-decoration: none;
444}
445
446a:active,
447a:visited {
448 color: #006699;
449 text-decoration: none;
450}
451
452a:hover {
453 color: #006699;
454 text-decoration: underline;
455}
456
457a.forumlink {
458 color: #069;
459 font-weight: bold;
460 font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
461 font-size: 1.2em;
462}
463
464a.topictitle {
465 margin: 1px 0;
466 font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
467 font-weight: bold;
468 font-size: 1.2em;
469}
470
471a.topictitle:visited {
472 color: #006699;
473 text-decoration: none;
474}
475
476a.link02:link, a.link02:active, a.link02:visited, a.link02:hover {
477 text-decoration: none;
478}
479
480th a,
481th a:visited {
482 color: #FFCC33 !important;
483 text-decoration: none;
484}
485
486th a:hover {
487 text-decoration: underline;
488}
489
490
491/* Form Elements
492 ------------ */
493
494.cat form {
495 margin: 6px 0px 4px 0px;
496}
497
498form {
499 margin: 0;
500 padding: 0;
501 border: 0;
502}
503
504input {
505 color: #FFFFFF;
506 font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
507 font-size: 1.1em;
508 font-weight: normal;
509 padding: 1px;
510 border: 1px solid #555555;
511 background-color: #000000;
512}
513
514textarea {
515 background-color: #000000;
516 color: #FFFFFF;
517 font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
518 font-size: 1.3em;
519 line-height: 1.4em;
520 font-weight: normal;
521 border: 1px solid #555555;
522 padding: 2px;
523}
524
525select {
526 color: #FFFFFF;
527 background-color: #000000;
528 font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
529 font-size: 1.1em;
530 font-weight: normal;
531 border: 1px solid #A9B8C2;
532 padding: 1px;
533}
534
535option {
536 padding: 0 1em 0 0;
537}
538
539option.disabled-option {
540 color: graytext;
541}
542
543.rtl option {
544 padding: 0 0 0 1em;
545}
546
547input.radio {
548 border: none;
549 background-color: transparent;
550}
551
552.post {
553 background-color: #000000;
554 border-style: solid;
555 border-width: 1px;
556}
557
558.btnbbcode {
559 color: #FFFFFF;
560 font-weight: normal;
561 font-size: 1.1em;
562 font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
563 background-color: #000000;
564 border: 1px solid #555555;
565}
566
567.btnmain {
568 font-weight: bold;
569 background-color: #000000;
570 border: 1px solid #A9B8C2;
571 cursor: pointer;
572 padding: 1px 5px;
573 font-size: 1.1em;
574}
575
576.btnlite {
577 font-weight: normal;
578 background-color: #000000;
579 border: 1px solid #A9B8C2;
580 cursor: pointer;
581 padding: 1px 5px;
582 font-size: 1.1em;
583}
584
585.btnfile {
586 font-weight: normal;
587 background-color: #000000;
588 border: 1px solid #A9B8C2;
589 padding: 1px 5px;
590 font-size: 1.1em;
591}
592
593.helpline {
594 background-color: #000000;
595 border-style: none;
596}
597
598.cat input.btnmain, .cat input.btnlite, #pagecontent .cat input.btnmain, #pagecontent .cat input.btnlite {
599 margin: 5px 0 0 0;
600}
601
602#pagecontent .cat .btnmain, #pagecontent .cat .btnlite, #pagecontent .cat form input.btnlite {
603 margin: 0;
604}
605
606/* BBCode
607 ------------ */
608.quotetitle, .attachtitle {
609 margin: 10px 5px 0 5px;
610 padding: 4px;
611 border-width: 1px 1px 0 1px;
612 border-style: solid;
613 border-color: #666666;
614 color: #333333;
615 background-color: #0A0A0A;
616 font-size: 0.85em;
617 font-weight: bold;
618}
619
620.quotetitle .quotetitle {
621 font-size: 1em;
622}
623
624.quotecontent, .attachcontent {
625 margin: 0 5px 10px 5px;
626 padding: 0 5px 5px 5px;
627 border-color: #555555;
628 border-width: 0 1px 1px 1px;
629 border-style: solid;
630 font-weight: normal;
631 font-size: 1em;
632 line-height: 1.2em;
633 font-family: Verdana, Arial, Helvetica, "Lucida Grande", "Trebuchet MS", sans-serif;
634 background-color: #0A0A0A;
635 color: #999999;
636}
637
638.attachcontent {
639 font-size: 0.85em;
640}
641
642.codetitle {
643 margin: 10px 5px 0 5px;
644 padding: 2px 4px;
645 border-width: 1px 1px 0 1px;
646 border-style: solid;
647 border-color: #555555;
648 color: #999999;
649 background-color: #000000;
650 font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
651 font-size: 0.8em;
652}
653
654.codecontent {
655 direction: ltr;
656 margin: 0 5px 10px 5px;
657 padding: 0 5px 5px 5px;
658 border-color: #666666;
659 border-width: 0 1px 1px 1px;
660 border-style: solid;
661 font-weight: normal;
662 color: #006600;
663 font-size: 0.85em;
664 font-family: Monaco, 'Courier New', monospace;
665 background-color: #000000;
666}
667
668.syntaxbg {
669 color: #FFFFFF;
670}
671
672.syntaxcomment {
673 color: #FF8000;
674}
675
676.syntaxdefault {
677 color: #0000BB;
678}
679
680.syntaxhtml {
681 color: #000000;
682}
683
684.syntaxkeyword {
685 color: #007700;
686}
687
688.syntaxstring {
689 color: #DD0000;
690}
691
692
693/* Private messages
694 ------------------ */
695.pm_marked_colour, .pm_marked_colour img {
696 background-color: #FFCC33;
697}
698
699.pm_replied_colour, .pm_replied_colour img {
700 background-color: #A9B8C2;
701}
702
703.pm_friend_colour, .pm_friend_colour img {
704 background-color: #007700;
705}
706
707.pm_foe_colour, .pm_foe_colour img {
708 background-color: #DD0000;
709}
710
711
712/* Misc
713 ------------ */
714img {
715 border: none;
716}
717
718.sep {
719 color: black;
720 background-color: #FFA34F;
721}
722
723table.colortable td {
724 padding: 0;
725}
726
727pre {
728 font-size: 1.1em;
729 font-family: Monaco, 'Courier New', monospace;
730}
731
732.nowrap {
733 white-space: nowrap;
734}
735
736.username-coloured {
737 font-weight: normal;
738 font-size: 1.1em;
739}
740
741 /* PopUp Style */
742 #popitmenu{
743 position: absolute;
744 background-color: white;
745 border:1px solid black;
746 font: normal 12px Verdana;
747 line-height: 18px;
748 z-index: 100;
749 visibility: hidden;
750 }
751
752 #popitmenu a{
753 text-decoration: none;
754 padding-left: 6px;
755 color: black;
756 display: block;
757 }
758
759 #popitmenu a:hover{ /*hover background color*/
760 background-color: #CCFF9D;
761 }
762
763 .resists { width: 27px; text-align: center;color: white; font-weight: bold; font-size: 12px !important;}
764
765 .uc_profmenu {
766 text-align: right;
767 }
768/* The whole body of the popup frame */
769.wowitemt
770{
771 background-color: #000000;
772 text-align: left;
773 width: 385px;
774 border-top: 1px;
775 border-right: 1px;
776 border-bottom: 1px;
777 border-left: 1px;
778 border-color: #B08617;
779 border-style: ridge;
780 color: white;
781 font-family: Verdana, Tahoma, Arial;
782 font-size: 12px;
783 padding: 3px;
784}
785
786.wowitem
787{
788 background-color: #000000;
789 text-align: left;
790 width: 385px;
791 border-top: 1px;
792 border-right: 1px;
793 border-bottom: 1px;
794 border-left: 1px;
795 border-color: #B08617;
796 border-style: ridge;
797 color: white;
798 font-family: Verdana, Tahoma, Arial;
799 font-size: 12px;
800 padding: 3px;
801}
802
803/* Default link colors for the whole frame */
804.wowitemt a:link, .wowitemt a:visited, .wowitemt a:active { color: #FFB019; text-decoration: none; font-weight: normal }
805.wowitemt a:hover { color: #FFB019; text-decoration: underline; font-weight: normal }
806
807.wowitemt td
808{
809 font-family: Verdana, Tahoma, Arial;
810 font-size: 12px;
811 color: #FFFFFF;
812}
813
814.wowitem td
815{
816 font-family: Verdana, Tahoma, Arial;
817 font-size: 12px;
818 color: #FFFFFF;
819}
820
821/* Item icon stuff */
822.itemicon { width: 40px; height: 40px; }
823.smallitemicon { width: 20px; height: 20px; }
824
825/* Item colors */
826.redname, .quality6 { color: #FF0000; font-weight: bold; }
827.orangename, .quality5 { color: #FF8000; font-weight: bold; }
828.purplename, .quality4 { color: #A335EE; font-weight: bold; }
829.bluename, .quality3 { color: #0070DD; font-weight: bold; }
830.greenname, .quality2 { color: #00CC00; font-weight: bold; }
831.whitename, .quality1 { color: #FFFFFF; font-weight: bold; }
832.greyname { color: #9D9D9D; font-weight: bold; }
833
834/* Item link (Name of items on ViewItem page) */
835a:link.itemlink, a:visited.itemlink, a:active.itemlink { text-decoration: none; }
836a:hover.itemlink { text-decoration: none; }
837
838/* Forum link */
839a:link.forumitemlink, a:visited.forumitemlink, a:active.forumitemlink { text-decoration: none; font-weight: normal }
840a:hover.forumitemlink { text-decoration: none; font-weight: normal }
841
842/* Armor set info link */
843.setbonus { color: #1EFF00; font-weight: normal; }
844a:link.setbonus, a:visited.setbonus, a:active.setbonus { text-decoration: none; font-weight: normal; color: #1EFF00; }
845a:hover.setbonus { text-decoration: underline; font-weight: normal; color: #1EFF00; }
846a:link.set, a:visited.set, a:active.set { text-decoration: none; font-weight: normal; color: #FFA500; }
847a:hover.set { text-decoration: underline; font-weight: normal; color: #FFA500; }
848
849/* Item effects */
850.itemeffectlink { color: #FFFFFF; font-weight: normal; }
851a:link.itemeffectlink, a:visited.itemeffectlink, a:active.itemeffectlink { text-decoration: none; font-weight: normal; color: #1EFF00; }
852a:hover.itemeffectlink { text-decoration: underline; font-weight: normal; color: #1EFF00; }
853
854/* Refresh link */
855a:link.itemrefresh, a:visited.itemrefresh, a:active.itemrefresh { text-decoration: none; font-weight: normal; font-size: x-small }
856a:hover.itemrefresh { text-decoration: none; font-weight: normal; font-size: x-small }
857
858/* Item Create link, used for certain recipes */
859.itemeffectlink { color: #FFFFFF; font-weight: normal; }
860a:link.itemcreatelink, a:visited.itemcreatelink, a:active.itemcreatelink { text-decoration: none; font-weight: normal; color: #1EFF00; }
861a:hover.itemcreatelink { text-decoration: underline; font-weight: normal; color: #1EFF00; }
862
863/* Item Description Text */
864.itemdesc { color: #FFD200; }
865
866/* Allakhazam credits stuff */
867.akznotice a:link, .akznotice a:visited, .akznotice a:active { text-decoration: underline; font-weight: normal; color: #FFFFFF; }
868.akznotice a:hover { text-decoration: underline; font-weight: normal }
869.akznotice { display: none; color: #FFFFFF; font-size: smaller; text-align: center; background-color: #0B0B0B; }
870
871/* Blasc Update */
872.itemspells {
873 color: #1EFF00;
874}
875.tooldiv {
876 color: white;
877 display: block;
878 font-size: 12px;
879 padding: 0px;
880 margin: 0px;
881}
882.tooldiv table, .tooldiv td {
883 border-width: 0px;
884 color: white;
885 font-size: 12px;
886 margin: 0px;
887 padding: 0px;
888}
889
890.wowitemt td {
891 color: white;
892}
893
894.wowitemt table {
895 border-width: 0px;
896}
897
898.wowitemt spacer {
899 height: 10px;
900 margin-bottom: 10px;
901 min-height: 10px;
902}
903
904.wowitem td {
905 color: white;
906}
907
908.wowitem table {
909 border-width: 0px;
910}
911
912.wowitem spacer {
913 height: 10px;
914 margin-bottom: 10px;
915 min-height: 10px;
916}
</link>
<script type="text/javascript">
</script>
<style type="text/css">
</style>
</head>
<body class="ltr">
<a name="top"/>
<table class="bindingtable" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td>
<div id="wrapheader">
</div>
<div id="wrapcentre">
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
</table>
<br/>
<table width="100%" cellspacing="0" cellpadding="3" border="0">
</table>
<br/>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td width="100%">
<span class="small"/>
<span class="small"/>
<span class="small"/>
<span class="small"/>
<span class="small"/>
<table width="100%">
<tbody>
<tr>
</tr>
<tr>
<td class="row1" width="800">
<div class="postbody">
<img alt="Bild" src="http://infochick.de/md/download/file.php?id=2"/>
</div>
</td>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
</tbody>
</table>
</td>
<td width="20"/>
<td width="220" valign="top">
<table width="220">
</table>
<table width="220">
</table>
<table width="220">
<tbody>
<tr>
</tr>
<tr>
<td class="row2" width="320">
<br/>
<span onmouseout="return nd();" onmouseover="return overlib('<table cellpadding=\'0\' border=\'0\' class=\'borderless\'><tr><td valign=\'top\'><img class=\'itemicon\' src=\'http://www.buffed.de/images/wow/32/INV_Helmet_23.png\'></td><td><div class=\'wowitemt\' style=\'display:block\'><div><span class=\'purplename\'>Maulgars Kriegshelm</span><br /><br />Wird beim Aufheben gebunden<br /></div><div class=\'tooldiv\'><table width=\'100%\' border=\'0\' cellpadding=\'0\' cellspacing=\'0\' class=\'borderless\'><tr><td>Kopf</td><td align=\'right\'><span class=\'irsc4_3\'>Schwere Rüstung</span></td></tr></table></div><div class=\'tooldiv\'>715 Rüstung<br /></div><div class=\'tooldiv\'>+43 Ausdauer<br />+31 Intelligenz<br /></div><div class=\'tooldiv\'><span class=\'irl70\'>Benötigt Stufe 70</span><br /></div><div class=\'tooldiv\'><span class=\'itemspells\'>Anlegen: Erhöht kritische Trefferwertung um 42.</span><br /></div><div class=\'tooldiv\'><span class=\'itemspells\'>Anlegen: Erhöht die Angriffskraft um 86.</span><br /></div></ div></td></tr></table>',VAUTO,HAUTO,FULLHTML);">
<img class="smallitemicon" src="http://www.buffed.de/images/wow/32/INV_Helmet_23.png"/>
<span class="purplename">Maulgars Kriegshelm</span>
</span>
<br/>
<br/>
<span onmouseout="return nd();" onmouseover="return overlib('<table cellpadding=\'0\' border=\'0\' class=\'borderless\'><tr><td valign=\'top\'><img class=\'itemicon\' src=\'http://www.buffed.de/images/wow/32/INV_Shoulder_22.png\'></td><td><div class=\'wowitemt\' style=\'display:block\'><div><span class=\'purplename\'>Schulterstücke des gefallenen Helden</span><br /><br />Wird beim Aufheben gebunden<br /></div><div class=\'tooldiv\'><span class=\'irc1 irc2 irc4 irc5 irc7 irc11\'>Klasse: Jäger, Magier, Hexenmeister</span><br /><span class=\'irl70\'>Benötigt Stufe 70</span><br /></div></ div></td></tr></table>',VAUTO,HAUTO,FULLHTML);">
</span>
<br/>
<br/>
<span onmouseout="return nd();" onmouseover="return overlib('<table cellpadding=\'0\' border=\'0\' class=\'borderless\'><tr><td valign=\'top\'><img class=\'itemicon\' src=\'http://www.buffed.de/images/wow/32/INV_Shoulder_22.png\'></td><td><div class=\'wowitemt\' style=\'display:block\'><div><span class=\'purplename\'>Schulterstücke des gefallenen Helden</span><br /><br />Wird beim Aufheben gebunden<br /></div><div class=\'tooldiv\'><span class=\'irc1 irc2 irc4 irc5 irc7 irc11\'>Klasse: Jäger, Magier, Hexenmeister</span><br /><span class=\'irl70\'>Benötigt Stufe 70</span><br /></div></ div></td></tr></table>',VAUTO,HAUTO,FULLHTML);">
<img class="smallitemicon" src="http://www.buffed.de/images/wow/32/INV_Shoulder_22.png"/>
<span class="purplename">Schulterst?cke des gefallenen Helden</span>
</span>
<br/>
<br/>
<span onmouseout="return nd();" onmouseover="return overlib('<table cellpadding=\'0\' border=\'0\' class=\'borderless\'><tr><td valign=\'top\'><img class=\'itemicon\' src=\'http://www.buffed.de/images/wow/32/INV_Misc_Cape_18.png\'></td><td><div class=\'wowitemt\' style=\'display:block\'><div><span class=\'purplename\'>Tuch des Rechtschaffenen</span><br /><br />Wird beim Aufheben gebunden<br /></div><div class=\'tooldiv\'><table width=\'100%\' border=\'0\' cellpadding=\'0\' cellspacing=\'0\' class=\'borderless\'><tr><td>Rücken</td><td align=\'right\'><span class=\'irsc4_1\'>Stoff</span></td></tr></table></div><div class=\'tooldiv\'>97 Rüstung<br /></div><div class=\'tooldiv\'>+13 Intelligenz<br /></div><div class=\'tooldiv\'><span class=\'irl70\'>Benötigt Stufe 70</span><br /></div><div class=\'tooldiv\'><span class=\'itemspells\'>Anlegen: Stellt alle 5 Sek. 7 Mana wieder her.</span><br /></div><div class=\'tooldiv\'><span class=\'itemspells\'>Anlegen: Erhöht durch Heiligzauber und Heiligeffekte zugefügten Schaden um bis zu 43.</span><br /></div></ div></td></tr></table>',VAUTO,HAUTO,FULLHTML);">
</span>
<br/>
<br/>
<span onmouseout="return nd();" onmouseover="return overlib('<table cellpadding=\'0\' border=\'0\' class=\'borderless\'><tr><td valign=\'top\'><img class=\'itemicon\' src=\'http://www.buffed.de/images/wow/32/INV_Misc_QuestionMark.png\'></td><td><table class=\'wowitemt\'><td> Allakhazam was busy or this item does not exist. Click to search again. </td></table></td></tr></table>',VAUTO,HAUTO,FULLHTML);">
</span>
<br/>
<br/>
</td>
</tr>
<tr width="220">
</tr>
</tbody>
</table>
<table width="220">
</table>
<table width="100%">
</table>
<table class="forumline" width="100%" cellspacing="0" cellpadding="0" border="0">
</table>
</td>
</tr>
</tbody>
</table>
<table width="100%" cellspacing="0" cellpadding="3" border="0">
</table>
<img width="1" height="1" alt="cron" src="./cron.php?cron_type=tidy_warnings"/>
</div>
<div id="wrapfooter">
</div>
<br/>
</td>
</tr>
</tbody>
</table>
<div id="overDiv" style="position: absolute; visibility: hidden; z-index: 1000; top: -10000px; left: -10000px; background-image: none;">
</div>
</body>
</html>
<html>
<head>
</head>
<body>
<div id="popitmenu" onmouseout="dynamichide(event)" onmouseover="clearhidemenu();"/>
<table class="bindingtable" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td>
<a name="top"/>
<table class="bindingtable" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td>
<div id="wrapheader">
</div>
<div id="wrapcentre">
<br/>
<br/>
<table class="borderless" width="100%" cellspacing="1" cellpadding="2" border="0">
<tbody>
<tr valign="top">
<td width="9%">
</td>
<td width="91%">
<table width="100%" cellspacing="1" cellpadding="2" border="0">
<tbody>
<tr class="rowhead">
</tr>
<tr class="rowhead">
<td align="center" colspan="4">
<table class="borderless" width="100%" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td align="center">
<table class="borderless" cellpadding="0" border="0">
<tbody>
<tr>
<td valign="top">
<img class="itemicon" src="http://www.buffed.de/images/wow/32/INV_Helmet_23.png"/>
</td>
<td>
<div class="wowitemt" style="display: block;">
<div>
<a class="itemlink" href="http://www.buffed.de/?i=28801" target="_blank">
<span class="purplename">Maulgars Kriegshelm</span>
</a>
<br/>
<br/>
Wird beim Aufheben gebunden
<br/>
</div>
<div class="tooldiv">
</div>
<div class="tooldiv">
</div>
<div class="tooldiv">
</div>
<div class="tooldiv">
<span class="irl70">Benötigt Stufe 70</span>
<br/>
</div>
<div class="tooldiv">
</div>
<div class="tooldiv">
</div>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
</tr>
<tr class="row2">
</tr>
<tr class="row1">
</tr>
<tr>
</tr>
</tbody>
</table>
<br/>
<center>
</center>
<br/>
</td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<span id="btc" style="position: absolute;"/>
</body>
</html>
.wowitemt {
background-color:#000000;
border:1px ridge #B08617;
color:white;
font-family:Verdana,Tahoma,Arial;
font-size:12px;
padding:3px;
text-align:left;
width:385px;
}
.wowitem {
background-color:#000000;
border:1px ridge #B08617;
color:white;
font-family:Verdana,Tahoma,Arial;
font-size:12px;
padding:3px;
text-align:left;
width:385px;
}
.wowitemt a:link, .wowitemt a:visited, .wowitemt a:active {
color:#FFB019;
font-weight:normal;
text-decoration:none;
}
.wowitemt a:hover {
color:#FFB019;
font-weight:normal;
text-decoration:underline;
}
.wowitemt td {
color:#FFFFFF;
font-family:Verdana,Tahoma,Arial;
font-size:12px;
}
.wowitem td {
color:#FFFFFF;
font-family:Verdana,Tahoma,Arial;
font-size:12px;
}
.itemicon {
height:40px;
width:40px;
}
.smallitemicon {
height:20px;
width:20px;
}
.redname, .quality6 {
color:#FF0000;
font-weight:bold;
}
.orangename, .quality5 {
color:#FF8000;
font-weight:bold;
}
.purplename, .quality4 {
color:#A335EE;
font-weight:bold;
}
.bluename, .quality3 {
color:#0070DD;
font-weight:bold;
}
.greenname, .quality2 {
color:#00CC00;
font-weight:bold;
}
.whitename, .quality1 {
color:#FFFFFF;
font-weight:bold;
}
.greyname {
color:#9D9D9D;
font-weight:bold;
}
a.itemlink:link, a.itemlink:visited, a.itemlink:active {
text-decoration:none;
}
a.itemlink:hover {
text-decoration:none;
}
a.forumitemlink:link, a.forumitemlink:visited, a.forumitemlink:active {
font-weight:normal;
text-decoration:none;
}
a.forumitemlink:hover {
font-weight:normal;
text-decoration:none;
}
.setbonus {
color:#1EFF00;
font-weight:normal;
}
a.setbonus:link, a.setbonus:visited, a.setbonus:active {
color:#1EFF00;
font-weight:normal;
text-decoration:none;
}
a.setbonus:hover {
color:#1EFF00;
font-weight:normal;
text-decoration:underline;
}
a.set:link, a.set:visited, a.set:active {
color:#FFA500;
font-weight:normal;
text-decoration:none;
}
a.set:hover {
color:#FFA500;
font-weight:normal;
text-decoration:underline;
}
.itemeffectlink {
color:#FFFFFF;
font-weight:normal;
}
a.itemeffectlink:link, a.itemeffectlink:visited, a.itemeffectlink:active {
color:#1EFF00;
font-weight:normal;
text-decoration:none;
}
a.itemeffectlink:hover {
color:#1EFF00;
font-weight:normal;
text-decoration:underline;
}
a.itemrefresh:link, a.itemrefresh:visited, a.itemrefresh:active {
font-size:x-small;
font-weight:normal;
text-decoration:none;
}
a.itemrefresh:hover {
font-size:x-small;
font-weight:normal;
text-decoration:none;
}
.itemeffectlink {
color:#FFFFFF;
font-weight:normal;
}
a.itemcreatelink:link, a.itemcreatelink:visited, a.itemcreatelink:active {
color:#1EFF00;
font-weight:normal;
text-decoration:none;
}
a.itemcreatelink:hover {
color:#1EFF00;
font-weight:normal;
text-decoration:underline;
}
.itemdesc {
color:#FFD200;
}
.akznotice a:link, .akznotice a:visited, .akznotice a:active {
color:#FFFFFF;
font-weight:normal;
text-decoration:underline;
}
.akznotice a:hover {
font-weight:normal;
text-decoration:underline;
}
.akznotice {
background-color:#0B0B0B;
color:#FFFFFF;
display:none;
font-size:smaller;
text-align:center;
}
.itemspells {
color:#1EFF00;
}
.tooldiv {
color:white;
display:block;
font-size:12px;
margin:0px;
padding:0px;
}
.tooldiv table, .tooldiv td {
border-width:0px;
color:white;
font-size:12px;
margin:0px;
padding:0px;
}
.wowitemt td {
color:white;
}
.wowitemt table {
border-width:0px;
}
.wowitemt spacer {
height:10px;
margin-bottom:10px;
min-height:10px;
}
.wowitem td {
color:white;
}
.wowitem table {
border-width:0px;
}
.wowitem spacer {
height:10px;
margin-bottom:10px;
min-height:10px;
}
* {
margin:0pt;
padding:0pt;
}
html {
font-size:100%;
}
body {
background-color:#000000;
color:#FFFFFF;
font-family:Arial,Helvetica,Verdana,"Lucida Grande",sans-serif;
font-size:62.5%;
margin:0pt;
}
#wrapheader {
height:auto !important;
min-height:120px;
padding:0pt;
}
#wrapcentre {
margin:15px 25px 0pt;
}
#wrapfooter {
clear:both;
text-align:center;
}
#wrapnav {
background-color:#ECECEC;
border:1px solid #A9B8C2;
margin:0pt;
width:100%;
}
#logodesc {
background:transparent none repeat scroll 0%;
margin-bottom:5px;
padding:5px 25px;
}
#menubar {
margin:0pt 25px;
}
#datebar {
margin:10px 25px 0pt;
}
#findbar {
border:0pt none;
margin:0pt;
padding:0pt;
width:100%;
}
.forumrules {
background-color:#202020;
border:2px solid #101010;
font-family:Arial,Helvetica,Verdana,sans-serif,"Lucida Grande";
font-size:1.1em;
font-weight:normal;
padding:4px;
}
.forumrules h3 {
color:red;
}
.forumrules h3, .forumrules a b {
font-weight:normal;
}
#pageheader {
}
#pagecontent {
}
#pagefooter {
}
#poll {
}
#postrow {
}
#postdata {
}
#pagecontent .gensmall {
color:#707070;
}
h1 {
color:#FFFFFF;
font-family:"Lucida Grande","Trebuchet MS",Verdana,sans-serif;
font-size:1.8em;
font-weight:bold;
text-decoration:none;
}
h2 {
font-family:Arial,Helvetica,sans-serif;
font-size:1.5em;
font-weight:bold;
line-height:120%;
text-decoration:none;
}
h3 {
font-family:Arial,Helvetica,sans-serif;
font-size:1.3em;
font-weight:bold;
line-height:120%;
}
h4 {
color:#FFCC33;
font-size:1.1em;
font-weight:bold;
margin:0.5em 0px 0px;
}
p {
font-size:1.1em;
}
p.moderators {
color:#707070;
float:left;
font-weight:bold;
margin:0pt;
}
.rtl p.moderators {
float:right;
}
p.linkmcp {
float:right;
margin:0pt;
white-space:nowrap;
}
.rtl p.linkmcp {
float:left;
}
.breadcrumbs {
color:black;
float:left;
font-size:1em;
font-weight:bold;
margin:0pt;
white-space:normal;
}
p.breadcrumbs {
color:black;
float:left;
font-size:1em;
font-weight:bold;
margin:0pt;
white-space:normal;
}
.rtl p.breadcrumbs {
float:right;
}
p.datetime {
float:right;
font-size:1em;
margin:0pt;
white-space:nowrap;
}
.rtl p.datetime {
float:left;
}
p.searchbar {
padding:2px 0pt;
white-space:nowrap;
}
div.searchbar {
color:#FFFFFF;
float:right;
font-size:1em;
font-weight:bold;
margin:0pt;
white-space:normal;
}
p.searchbarreg {
float:right;
margin:0pt;
white-space:nowrap;
}
.rtl p.searchbarreg {
float:left;
}
p.forumdesc {
padding-bottom:4px;
}
p.topicauthor {
margin:1px 0pt;
}
p.topicdetails {
margin:1px 0pt;
}
.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
color:red;
font-weight:bold;
margin:1px 0pt;
}
.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
color:green;
font-weight:bold;
}
.postapprove img, .postreported img {
vertical-align:bottom;
}
.postauthor {
color:#AAAAAA;
font-size:120%;
font-weight:bold;
}
.postdetails {
color:#AAAAAA;
}
.postbody {
font-family:Arial,Helvetica,Verdana,"Trebuchet MS","Lucida Grande",sans-serif;
font-size:1.3em;
line-height:1.4em;
}
.postbody li, ol, ul {
margin:0pt 0pt 0pt 1.5em;
}
.rtl .postbody li, .rtl ol, .rtl ul {
margin:0pt 1.5em 0pt 0pt;
}
.posthilit {
background-color:#007700;
color:white;
font-weight:bold;
padding:0pt 2px;
}
.nav {
color:#707070;
font-weight:bold;
margin:0pt;
}
.pagination {
color:#707070;
font-size:1em;
font-weight:bold;
padding:4px;
}
.cattitle {
}
.gen {
font-size:1.2em;
margin:1px;
}
.genmed {
font-size:1.1em;
margin:1px;
}
.gensmall {
font-size:1em;
margin:1px;
}
.copyright {
color:#999999;
font-family:Verdana,Arial,Helvetica,sans-serif,"Lucida Grande";
font-weight:normal;
letter-spacing:-1px;
}
a.copyright:link, a.copyright:visited, a.copyright:active {
color:#999999;
}
a.copyright:hover {
color:#FFFFFF;
text-decoration:underline;
}
.titles {
font-family:"Trebuchet MS",Arial,Helvetica,"Lucida Grande",sans-serif,Verdana;
font-size:1.4em;
font-variant:small-caps;
font-weight:bold;
line-height:150%;
text-decoration:none;
}
.error {
color:red;
}
th {
background-color:#000000;
background-image:url(./images/cellpic3.gif);
color:#FFCC33;
font-size:1.1em;
font-weight:bold;
height:25px;
padding-left:6px;
padding-right:6px;
white-space:nowrap;
}
td {
padding:6px 3px 3px 6px;
}
td.profile {
padding:4px;
}
.tablebg {
background-color:transparent;
border:2px solid #202020;
}
.catdiv {
background:#202020 url(./images/cellpic3.gif) repeat-x scroll left top;
border:0pt none;
height:28px;
margin:0pt;
padding:0pt;
}
.rtl .catdiv {
background:#202020 url(./images/cellpic3.gif) repeat-x scroll right top;
}
.cat {
background-color:#202020;
background-image:url(./images/cellpic3.gif);
border:0pt none;
height:28px;
margin:0pt;
padding:0pt;
text-indent:4px;
}
.row1 {
background-color:#202020;
padding:4px;
}
.row1b {
background-color:#202020;
padding:7px 4px 6px;
}
.row2 {
background-color:#353535;
padding:4px;
}
.row3 {
background-color:#454545;
padding:4px;
}
.spacer {
background-color:#444444;
padding:3px 0pt 0pt;
}
hr {
background-color:#303030;
border-width:0pt;
color:#D1D7DC;
height:1px;
}
.legend {
margin:0pt auto;
text-align:center;
}
#colorpalette td {
padding:1px;
}
a:link {
color:#006699;
text-decoration:none;
}
a:active, a:visited {
color:#006699;
text-decoration:none;
}
a:hover {
color:#006699;
text-decoration:underline;
}
a.forumlink {
color:#006699;
font-family:"Lucida Grande",Helvetica,Arial,sans-serif;
font-size:1.2em;
font-weight:bold;
}
a.topictitle {
font-family:"Lucida Grande",Helvetica,Arial,sans-serif;
font-size:1.2em;
font-weight:bold;
margin:1px 0pt;
}
a.topictitle:visited {
color:#006699;
text-decoration:none;
}
a.link02:link, a.link02:active, a.link02:visited, a.link02:hover {
text-decoration:none;
}
th a, th a:visited {
color:#FFCC33 !important;
text-decoration:none;
}
th a:hover {
text-decoration:underline;
}
.cat form {
margin:6px 0px 4px;
}
form {
border:0pt none;
margin:0pt;
padding:0pt;
}
input {
background-color:#000000;
border:1px solid #555555;
color:#FFFFFF;
font-family:"Lucida Grande",Verdana,Helvetica,sans-serif;
font-size:1.1em;
font-weight:normal;
padding:1px;
}
textarea {
background-color:#000000;
border:1px solid #555555;
color:#FFFFFF;
font-family:"Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
font-size:1.3em;
font-weight:normal;
line-height:1.4em;
padding:2px;
}
select {
background-color:#000000;
border:1px solid #A9B8C2;
color:#FFFFFF;
font-family:"Lucida Grande",Verdana,Helvetica,sans-serif;
font-size:1.1em;
font-weight:normal;
padding:1px;
}
option {
padding:0pt 1em 0pt 0pt;
}
option.disabled-option {
color:graytext;
}
.rtl option {
padding:0pt 0pt 0pt 1em;
}
input.radio {
background-color:transparent;
border:medium none;
}
.post {
background-color:#000000;
border-style:solid;
border-width:1px;
}
.btnbbcode {
background-color:#000000;
border:1px solid #555555;
color:#FFFFFF;
font-family:"Lucida Grande",Verdana,Helvetica,sans-serif;
font-size:1.1em;
font-weight:normal;
}
.btnmain {
background-color:#000000;
border:1px solid #A9B8C2;
cursor:pointer;
font-size:1.1em;
font-weight:bold;
padding:1px 5px;
}
.btnlite {
background-color:#000000;
border:1px solid #A9B8C2;
cursor:pointer;
font-size:1.1em;
font-weight:normal;
padding:1px 5px;
}
.btnfile {
background-color:#000000;
border:1px solid #A9B8C2;
font-size:1.1em;
font-weight:normal;
padding:1px 5px;
}
.helpline {
background-color:#000000;
border-style:none;
}
.cat input.btnmain, .cat input.btnlite, #pagecontent .cat input.btnmain, #pagecontent .cat input.btnlite {
margin:5px 0pt 0pt;
}
#pagecontent .cat .btnmain, #pagecontent .cat .btnlite, #pagecontent .cat form input.btnlite {
margin:0pt;
}
.quotetitle, .attachtitle {
background-color:#0A0A0A;
border-color:#666666;
border-style:solid;
border-width:1px 1px 0pt;
color:#333333;
font-size:0.85em;
font-weight:bold;
margin:10px 5px 0pt;
padding:4px;
}
.quotetitle .quotetitle {
font-size:1em;
}
.quotecontent, .attachcontent {
background-color:#0A0A0A;
border-color:#555555;
border-style:solid;
border-width:0pt 1px 1px;
color:#999999;
font-family:Verdana,Arial,Helvetica,"Lucida Grande","Trebuchet MS",sans-serif;
font-size:1em;
font-weight:normal;
line-height:1.2em;
margin:0pt 5px 10px;
padding:0pt 5px 5px;
}
.attachcontent {
font-size:0.85em;
}
.codetitle {
background-color:#000000;
border-color:#555555;
border-style:solid;
border-width:1px 1px 0pt;
color:#999999;
font-family:"Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
font-size:0.8em;
margin:10px 5px 0pt;
padding:2px 4px;
}
.codecontent {
background-color:#000000;
border-color:#666666;
border-style:solid;
border-width:0pt 1px 1px;
color:#006600;
direction:ltr;
font-family:Monaco,'Courier New',monospace;
font-size:0.85em;
font-weight:normal;
margin:0pt 5px 10px;
padding:0pt 5px 5px;
}
.syntaxbg {
color:#FFFFFF;
}
.syntaxcomment {
color:#FF8000;
}
.syntaxdefault {
color:#0000BB;
}
.syntaxhtml {
color:#000000;
}
.syntaxkeyword {
color:#007700;
}
.syntaxstring {
color:#DD0000;
}
.pm_marked_colour, .pm_marked_colour img {
background-color:#FFCC33;
}
.pm_replied_colour, .pm_replied_colour img {
background-color:#A9B8C2;
}
.pm_friend_colour, .pm_friend_colour img {
background-color:#007700;
}
.pm_foe_colour, .pm_foe_colour img {
background-color:#DD0000;
}
img {
border:medium none;
}
.sep {
background-color:#FFA34F;
color:black;
}
table.colortable td {
padding:0pt;
}
pre {
font-family:Monaco,'Courier New',monospace;
font-size:1.1em;
}
.nowrap {
white-space:nowrap;
}
.username-coloured {
font-size:1.1em;
font-weight:normal;
}
