1 /* Bluesteel StyleSheet Document Version 3.01
\r
2 * Created by Trinity of ZionMatrix
\r
3 * For Use with The Trinity Edition of BNBT 7.7r3.2004.07.15
\r
5 * Project Homepage - http://bnbteasytracker.sourceforge.net/
\r
8 /* STANDARD BODY ELEMENTS --------------------------------------------------- */
\r
12 vertical-align: middle ;
\r
19 background-color: white ;
\r
20 font-family: tahoma ;
\r
22 font-weight: normal ;
\r
26 p { /* Used often; places text/objects in Block Level Paragraphs */
\r
29 font-family: inherit ;
\r
30 font-size: inherit ;
\r
31 font-weight: inherit ;
\r
38 font-family: inherit ;
\r
40 font-weight: normal ;
\r
47 font-family: inherit ;
\r
49 font-weight: normal ;
\r
53 h3 { /* Used for the Header Text on each Tracker Page */
\r
56 font-family: inherit ;
\r
58 font-weight: normal ;
\r
61 h4 { /* Used for subsequent Header Text - specific to TTE
\r
62 * These settings should match what you have for H3 */
\r
65 font-family: inherit ;
\r
67 font-weight: normal ;
\r
71 /* HYPERLINKED TEXT ELEMENTS */
\r
75 color: #3F419B ; /* specifies the default (unvisited) link color */
\r
76 font-family: tahoma ;
\r
78 font-weight: normal ;
\r
79 text-decoration: none ; /* none | underline | overline | line-through */
\r
83 a:hover { /* Used to specify hyperlinked text style when the user's mouse hovers over the link */
\r
86 font-family: tahoma ;
\r
88 font-weight: normal ;
\r
89 text-decoration: underline ;
\r
93 a.sort { /* Used to specify style for the A and Z sort links in the column headers */
\r
96 font-family: tahoma ;
\r
98 font-weight: normal ;
\r
99 text-transform: lowercase ;
\r
105 text-transform: uppercase ;
\r
106 text-decoration: none ;
\r
108 /* You will notice that only one specification is being used... when this
\r
109 * happens, the other specs are taken from the parent. In this case, that
\r
110 * would be "a.sort"
\r
117 /* Used to further specify style for the DL (Download) Link
\r
118 * since it is not being used in this stylesheet, its properties are taken
\r
119 * from the parent, which in this case is "a". This holds true for any
\r
120 * "element.class" not specified.
\r
126 /* TABLE SPECIFICATIONS ----------------------------------------------------- */
\r
130 /* the space between cell borders; filled with background color */
\r
131 border-spacing: 1pt ;
\r
132 /* forces empty cells to be rendered; useful for display borders on empty cells */
\r
133 empty-cells: show ;
\r
137 tr.even, tr.com_body { /* specifies the bgcolor for even numbered rows AND for user comments */
\r
139 background-color: #DEE3E7 ;
\r
143 tr.odd, tr.com_header { /* specifies the bgcolor for odd numbered rows AND user comment headers*/
\r
145 background-color: #EFEFEF ;
\r
149 code { /* specifies attributes of user commented text */
\r
151 font-family: inherit ;
\r
157 /* CLASSES FOR THE <TH> and <TD> ELEMENTS
\r
158 .tag - the category tag
\r
159 .hash - the torrent hash
\r
160 .name - torrent name, uploader's name
\r
161 .download - download link
\r
162 .number - comments, files, seeders, leechers, completed
\r
164 .bytes - size, transferred
\r
165 .percent - min/average/max | progress/left
\r
166 .infolink - InfoLink
\r
168 .ip - for IP Addresses on stats.html
\r
169 .connected - for connected time on stats.html
\r
172 th { /* specifies properties for the column headers */
\r
174 color: black ; /* text color */
\r
175 background-color: #C0C0C0 ;
\r
176 font-family: tahoma ;
\r
178 font-weight: normal ;
\r
179 padding: 1px 1px 1px 1px ; /* specifies the space around the text in the cell (top, right, bottom, left) */
\r
180 vertical-align: top ; /* specifies the vertical alignment of the text in the cell */
\r
181 text-transform: none ;
\r
188 color: black ; /* text color */
\r
189 font-family: tahoma ;
\r
191 padding: 2px 3px 2px 3px ;
\r
195 td.name, td.download, td.bytes, td.date, td.infolink, td.admin {
\r
197 white-space: nowrap ;
\r
201 td.download, td.percent, td.infolink, td.admin, td.ip {
\r
203 text-align: center ;
\r
207 td.bytes, td.connected {
\r
209 text-align: right ;
\r
213 td.number, td.number_red, td.number_yellow, td.number_green {
\r
215 text-align: center ;
\r
219 td.number_red, td.number_yellow, td.number_green {
\r
243 /* MISCELLANEOUS ------------------------------------------------------------ */
\r
245 .pipe { /* specifies style for the vertical line (or pipe) between the tag filter images */
\r
252 * You will notice that the element name was not specified above... this specification
\r
253 * will have an effect on all elements with the class name "pipe", but since .pipe is
\r
254 * only used for <span>, we don't have to worry about. This is basically shorthand.
\r
257 .username { /* specifies style for the username displayed in logged in messages */
\r
263 .clearfilter { /* disables the Clear Filter button above the the tag filter images */
\r
265 display: none ; /* change to "normal" to enable */
\r
269 input, select, option {
\r
271 font-family: tahoma ;
\r
276 .gen_index { /* specifies style for the page generation time on index.html */
\r
278 text-align: center ;
\r
283 /* NAVIGATION BAR TWEAKS ---------------------------------------------------- */
\r
293 background-color: #EFEFEF ;
\r
294 border-bottom: 1px ;
\r
296 position: absolute ;
\r
302 p, form, table, h3, h4, input.help_upload {
\r
304 margin-left: 15px ;
\r
310 margin-top: 50px ; /* moves the page headers down some because of the fixed navbar */
\r
314 td.navbar, td.navbar_search {
\r
316 vertical-align: top ;
\r
317 white-space: nowrap ;
\r
323 text-align: right ; /* forces the search form to align right */
\r