Newer
Older
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
/****************************************************************/
/* 1. initial settings */
/****************************************************************/
.pun table, .pun div, .pun form, .pun p, .pun h1, .pun h2, .pun h3,
.pun h4, .pun pre, .pun blockquote, .pun ul, .pun ol, .pun li, .pun dl,
.pun dt, .pun dd, .pun th, .pun td, .pun fieldset, .pun img {
margin: 0px;
padding: 0px;
font-weight: normal;
list-style: none;
}
.pun img {border: none}
.pun input, .pun select, .pun textarea, .pun optgroup {margin: 0}
/****************************************************************/
/* 2. structural settings - very important - do not change */
/****************************************************************/
/* 2.1 clearing floats and invisible items */
.pun .clearer, .pun .nosize {
height: 0;
width: 0;
line-height: 0px;
font-size: 0;
overflow: hidden;
}
.pun .clearer, .pun .clearb {clear: both}
.pun .nosize {position: absolute; left: -10000px}
/* 2.2 overflow settings for posts */
div.blockpost div.box, div.postleft, div.postsignature, div.postmsg {overflow: hidden}
/****************************************************************/
/* 3. bug fixes - very important - do not change */
/****************************************************************/
/* 3.1 this attempts to eliminate rounding errors in gecko browsers. */
div>div>div.postfootleft, div>div>div.postfootright {padding-top: 1px; margin-top: -1px}
/* 3.2 this is only visible to ie windows and cures various bugs. do not alter comments */
/* begin iewin fix \*/
* html .inbox, * html .inform, * html .pun, * html .intd, * html .tclcon {height: 1px}
* html .inbox div.postmsg {width: 98%}
/* end of iewin fix */
/****************************************************************/
/* 4. hidden elements */
/****************************************************************/
/* these are hidden in normal display. add comments to make them visible */
#brdfooter h2, #brdstats h2, #brdstats .conl dt, #brdstats .conr dt,
#modcontrols dt, #searchlinks dt, div.postright h3 {
position: absolute;
display: block;
overflow: hidden;
width: 1em;
left: -999em
}
/****************************************************************/
/* 5. box containers and floats */
/****************************************************************/
/* 5.1. setup all left and right content using floats. */
.conr {
float: right;
text-align: right;
clear: right;
width: 40%
}
.conl {
float: left;
width: 55%;
overflow: hidden;
white-space: nowrap
}
label.conl {
width: auto;
overflow: visible;
margin-right: 10px
}
/* 5.2 set up page numbering and posts links */
div.linkst .conl, div.linksb .conl, div.postlinksb .conl {width:18em}
div.linkst .conr, div.linksb .conr, div.postlinksb .conr {width:16em}
form div.linksb .conr {width: 32em}
/* 5.3 keep breadcrumbs from shifting to the right when wrapping */
.linkst ul, linksb ul, .postlinksb ul {margin-left: 18em}
/* 5.4 settings for profile and admin interface.*/
div.block2col {padding-bottom: 1px}
div.block2col div.blockform, div.block2col div.block, #viewprofile dd {margin-left: 14em}
div.blockmenu, #viewprofile dt {
float:left;
width: 13em
}
#profileavatar img {
float: right;
margin-left: 1em
}
#viewprofile dl {float: left; width: 100%; overflow: hidden}
/****************************************************************/
/* 6. table setup */
/****************************************************************/
/* 6.1 table basic setup */
.pun table {width: 100%}
/* 6.2 fixed table setup */
#punindex table, #vf table {table-layout: fixed}
.tcl {text-align: left; width: 50%}
.tc2, .tc3, .tcmod {width: 9%; text-align: center}
.tcr {width: 32%; text-align: left}
#punsearch #vf .tcl, #punmoderate #vf .tcl {width: 41%}
#punsearch #vf .tc2 {width: 18%; text-align: left}
.tcl, .tcr {overflow: hidden}
/* 6.3 other table setup */
#users1 .tcl {width: 40%}
#users1 .tcr {width: 25%}
#users1 .tc2 {width: 25%; text-align: left}
#users1 .tc3 {width: 10%; text-align: center}
#debug .tcr {width: 85%; white-space: normal}
#punindex td.tcr span.byuser {display: block}
/****************************************************************/
/* 7. viewtopic setup */
/****************************************************************/
/* 7.1 this is the basic structure. */
div.postleft, div.postfootleft {
float:left;
width: 18em;
overflow: hidden
}
div.postright, div.postfootright {
border-left-width: 18em;
border-left-style: solid
}
div.postfootright, p.multidelete {text-align: right}
div.blockpost>div>div.inbox {padding-bottom: 1px}
/* 7.3 this is the div which actually contains the post and is inside .postright */
div.postmsg {width:100%}
/* 7.4 these items control overflow and scrolling within posts. */
div.incqbox {width: 100%; overflow: hidden}
div.scrollbox {width: 100%; overflow: auto}
img.postimg {max-width: 100%}
a .postimg {max-width: 100%}
/* 7.5 turn off the poster information column for preview */
#postpreview div.postright {border-left: none}
/* 7.6 create the horizontal line above signatures */
div.postsignature hr {
margin-left: 0px;
width: 200px;
text-align: left;
height: 1px;
border:none
}
/* 7.7 maximum height for search results as posts. position go to post link */
div.searchposts div.postmsg {height: 8em}
div.searchposts dd p {padding-top: 3em}
/* 7.8 class for bbcode [u] */
span.bbu {text-decoration: underline}
/****************************************************************/
/* 8. lists special settings */
/****************************************************************/
/* 8.1 horizontal display of online list, main navigation menu and breadcrumbs */
#onlinelist dd, #onlinelist dt, #brdmenu li, div.linkst li, div.linksb li, div.postlinksb li,
div.postfootright li, ul.bblinks li {
display: inline;
height: 0
}
/* 8.2 turn on square icon for posterror list */
#posterror ul li {list-style: square inside}
/* 8.3 right alignment of descriptions in ordinary member view of other members profiles */
#viewprofile dt {text-align: right}
/****************************************************************/
/* 9. form settings */
/****************************************************************/
/* 9.1 makes textareas and long text inputs shrink with page */
div.txtarea {width: 75%}
div.txtarea textarea, input.longinput {width: 100%}
.pun label {display: block}
#qjump select {width: 50%}
/****************************************************************/
/* 10. help files and misc. */
/****************************************************************/
/* 10.1 put some space between sections of the help file */
#helpfile h2 {margin-top: 12px}
/* 10.2 internal padding */
#helpfile div.box {padding: 10px}
/* 10.3 other templates */
#punredirect div.block, #punmaint div.block {margin: 50px 20% 12px 20%}