init
@@ -0,0 +1,3 @@
|
||||
Options -Indexes
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
@@ -0,0 +1,80 @@
|
||||
div.niceTitle
|
||||
{
|
||||
background-color: #55aa55;
|
||||
color: #000000;
|
||||
font-size: 13px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
padding: 4px;
|
||||
position: absolute;
|
||||
text-align: left;
|
||||
z-index: 20;
|
||||
-moz-border-radius: 0 10px 10px 10px;
|
||||
-webkit-border-top-right-radius: 10px;
|
||||
-webkit-border-bottom-right-radius: 10px;
|
||||
-webkit-border-bottom-left-radius: 10px;
|
||||
-webkit-border-top-left-radius: 0px;
|
||||
border-top-right-radius: 10px;
|
||||
border-bottom-right-radius: 10px;
|
||||
border-bottom-left-radius: 10px;
|
||||
border-top-left-radius: 0px;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87);
|
||||
-moz-opacity: .87;
|
||||
-khtml-opacity: .87;
|
||||
opacity: .87;
|
||||
}
|
||||
div.smilies table
|
||||
{
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
background-color: transparent;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
div.smilies td
|
||||
{
|
||||
background-color: #55aa55;
|
||||
color: #000000;
|
||||
border: none;
|
||||
font-size: 13px;
|
||||
z-index: 20;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87);
|
||||
-moz-opacity: .87;
|
||||
-khtml-opacity: .87;
|
||||
opacity: .87;
|
||||
}
|
||||
div.niceTitle .contents
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0 3px;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
||||
-moz-opacity: 1;
|
||||
-khtml-opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
div.attach .contents
|
||||
{
|
||||
width: 130px;
|
||||
background:#FFFFFF none repeat scroll 0 0;
|
||||
border:1px solid #E6E7E1;
|
||||
font-size:12px;
|
||||
padding:5px;
|
||||
}
|
||||
div.attach .contents a
|
||||
{
|
||||
color:#0099CC;
|
||||
text-decoration:none;
|
||||
}
|
||||
div.attach .contents
|
||||
{
|
||||
width: 130px;
|
||||
background:#FFFFFF none repeat scroll 0 0;
|
||||
border:1px solid #E6E7E1;
|
||||
font-size:12px;
|
||||
padding:5px;
|
||||
}
|
||||
div.attach .contents strong
|
||||
{
|
||||
color: #0099CC;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
After Width: | Height: | Size: 49 KiB |
@@ -0,0 +1,638 @@
|
||||
body
|
||||
{
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
background: url(./bg.jpg) no-repeat center top;
|
||||
background-color: #006633;
|
||||
color: #000000;
|
||||
font-family: tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
body.inframe
|
||||
{
|
||||
background-image: none;
|
||||
background-color: #c6e3c6;
|
||||
}
|
||||
table
|
||||
{
|
||||
border-right: none;
|
||||
border-top: none;
|
||||
border-left: none;
|
||||
border-bottom: none;
|
||||
border-collapse: collapse;
|
||||
background-color: #c6e3c6
|
||||
}
|
||||
table.head
|
||||
{
|
||||
background: transparent;
|
||||
height: 100px;
|
||||
width: 920px;
|
||||
}
|
||||
table.main
|
||||
{
|
||||
border-right: none;
|
||||
border-top: none;
|
||||
border-left: none;
|
||||
border-bottom: none;
|
||||
background-color: #55aa55
|
||||
}
|
||||
table.mainouter
|
||||
{
|
||||
border-right: lime;
|
||||
border-top: lime;
|
||||
border-left: lime;
|
||||
border-bottom: lime;
|
||||
background-color: #55aa55
|
||||
}
|
||||
table.message
|
||||
{
|
||||
border-right: lime 1px solid;
|
||||
border-top: lime 1px solid;
|
||||
border-left: lime 1px solid;
|
||||
border-bottom: lime 1px solid
|
||||
}
|
||||
table.bottom
|
||||
{
|
||||
background: none transparent scroll repeat 0% 0%
|
||||
}
|
||||
a.info
|
||||
{
|
||||
z-index: 24;
|
||||
color: #000;
|
||||
position: relative;
|
||||
background-color: #ccc;
|
||||
text-decoration: none
|
||||
}
|
||||
a.info:hover
|
||||
{
|
||||
z-index: 25;
|
||||
background-color: #ff0
|
||||
}
|
||||
a.info span
|
||||
{
|
||||
display: none
|
||||
}
|
||||
a.info:hover span
|
||||
{
|
||||
border-right: #0cf 1px solid;
|
||||
border-top: #0cf 1px solid;
|
||||
display: block;
|
||||
left: 2em;
|
||||
border-left: #0cf 1px solid;
|
||||
width: 15em;
|
||||
color: #000;
|
||||
border-bottom: #0cf 1px solid;
|
||||
position: absolute;
|
||||
top: 2em;
|
||||
background-color: #cff;
|
||||
text-align: center
|
||||
}
|
||||
table.bottom
|
||||
{
|
||||
background: none transparent scroll repeat 0% 0%
|
||||
}
|
||||
h2
|
||||
{
|
||||
background-position: left top;
|
||||
padding-right: 4px;
|
||||
padding-left: 4px;
|
||||
margin-bottom: 0px;
|
||||
padding-bottom: 3px;
|
||||
padding-top: 3px;
|
||||
background-color: #006600;
|
||||
background-repeat: repeat;
|
||||
}
|
||||
h2.transparentbg
|
||||
{
|
||||
background-color: transparent;
|
||||
background-image: none
|
||||
}
|
||||
p.sub
|
||||
{
|
||||
margin-bottom: 4pt
|
||||
}
|
||||
td
|
||||
{
|
||||
border-right: #00aa00 1px solid;
|
||||
border-top: #00aa00 1px solid;
|
||||
border-left: #00aa00 1px solid;
|
||||
border-bottom: #00aa00 1px solid
|
||||
}
|
||||
td.embedded
|
||||
{
|
||||
border-right: medium none;
|
||||
padding-right: 0px;
|
||||
border-top: medium none;
|
||||
padding-left: 0px;
|
||||
padding-bottom: 0px;
|
||||
border-left: medium none;
|
||||
padding-top: 0px;
|
||||
border-bottom: medium none;
|
||||
text-align: left
|
||||
}
|
||||
td.no_border
|
||||
{
|
||||
border-right: medium none;
|
||||
padding-right: 2px;
|
||||
border-top: medium none;
|
||||
padding-left: 2px;
|
||||
padding-bottom: 3px;
|
||||
border-left: medium none;
|
||||
padding-top: 3px;
|
||||
border-bottom: medium none;
|
||||
background-color: transparent;
|
||||
text-align: left
|
||||
}
|
||||
td.no_border_wide
|
||||
{
|
||||
border-right: medium none;
|
||||
padding-right: 16px;
|
||||
border-top: medium none;
|
||||
padding-top: 0px;
|
||||
border-left: medium none;
|
||||
padding-left: 0px;
|
||||
border-bottom: medium none;
|
||||
padding-bottom: 0px;
|
||||
background-color: transparent;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
td.shoutrow
|
||||
{
|
||||
border-right: medium none;
|
||||
border-top: medium none;
|
||||
border-left: medium none;
|
||||
border-bottom: medium none;
|
||||
}
|
||||
td.bottom
|
||||
{
|
||||
border-right: medium none;
|
||||
border-top: medium none;
|
||||
border-left: medium none;
|
||||
border-bottom: medium none
|
||||
}
|
||||
td.heading
|
||||
{
|
||||
font-weight: bold
|
||||
}
|
||||
td.text
|
||||
{
|
||||
padding-right: 10pt;
|
||||
padding-left: 10pt;
|
||||
padding-bottom: 10pt;
|
||||
padding-top: 10pt
|
||||
}
|
||||
td.comment
|
||||
{
|
||||
padding-right: 10pt;
|
||||
padding-left: 10pt;
|
||||
padding-bottom: 10pt;
|
||||
padding-top: 10pt;
|
||||
text-align: left
|
||||
}
|
||||
td.colhead
|
||||
{
|
||||
white-space:nowrap;
|
||||
font-weight: bold;
|
||||
color: #ffffff;
|
||||
background-color: #006600
|
||||
}
|
||||
.nowrap
|
||||
{
|
||||
white-space:nowrap;
|
||||
}
|
||||
td.rowhead_left
|
||||
{
|
||||
text-align: left
|
||||
}
|
||||
td.rowhead_center
|
||||
{
|
||||
text-align: center
|
||||
}
|
||||
td.rowhead
|
||||
{
|
||||
font-weight: bold;
|
||||
vertical-align: top;
|
||||
text-align: right
|
||||
}
|
||||
td.rowfollow
|
||||
{
|
||||
}
|
||||
td.colfollow
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
table.torrents td.colhead
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
table.torrents td.rowfollow
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
td.toolbox
|
||||
{
|
||||
}
|
||||
td.title
|
||||
{
|
||||
}
|
||||
td.navigation
|
||||
{
|
||||
border-right: medium none;
|
||||
border-top: medium none;
|
||||
font-weight: bold;
|
||||
border-left: medium none;
|
||||
border-bottom: medium none
|
||||
}
|
||||
td.clear
|
||||
{
|
||||
border-right: 0px;
|
||||
border-top: 0px;
|
||||
background: none transparent scroll repeat 0% 0%;
|
||||
border-left: 0px;
|
||||
border-bottom: 0px
|
||||
}
|
||||
form
|
||||
{
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px
|
||||
}
|
||||
.sublink
|
||||
{
|
||||
font-weight: normal;
|
||||
font-style: italic
|
||||
}
|
||||
font.gray
|
||||
{
|
||||
color: #aca899;
|
||||
text-decoration: underline
|
||||
}
|
||||
.attach img
|
||||
{
|
||||
border: 0;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
.attach a:link
|
||||
{
|
||||
color: #0099CC;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.attach .size
|
||||
{
|
||||
color: gray;
|
||||
}
|
||||
a:link
|
||||
{
|
||||
color: #000000;
|
||||
text-decoration: none
|
||||
}
|
||||
a:visited
|
||||
{
|
||||
color: #000000;
|
||||
text-decoration: none
|
||||
}
|
||||
a:hover
|
||||
{
|
||||
color: #008c00
|
||||
}
|
||||
a.index
|
||||
{
|
||||
font-weight: bold
|
||||
}
|
||||
a.biglink
|
||||
{
|
||||
font-weight: bold;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink:link
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #81c281;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink:visited
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #81c281;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink:hover
|
||||
{
|
||||
color: #f1ab41;
|
||||
}
|
||||
a.faqlink:link
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #008600;
|
||||
text-decoration: none
|
||||
}
|
||||
a.faqlink:visited
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #008600;
|
||||
text-decoration: none
|
||||
}
|
||||
a.faqlink:hover
|
||||
{
|
||||
color: #f1ab41;
|
||||
}
|
||||
a.altlink_blue:link
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #004e98;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink_blue:visited
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #004e98;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink_blue:hover
|
||||
{
|
||||
text-decoration: underline
|
||||
}
|
||||
a.altlink_green:link
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #007800;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink_green:visited
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #007800;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink_green:hover
|
||||
{
|
||||
text-decoration: underline
|
||||
}
|
||||
.important
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
.red
|
||||
{
|
||||
color: #ee0000
|
||||
}
|
||||
.yellow
|
||||
{
|
||||
color: #997700
|
||||
}
|
||||
.green
|
||||
{
|
||||
color: #000000
|
||||
}
|
||||
.btn2
|
||||
{
|
||||
|
||||
}
|
||||
.btn
|
||||
{
|
||||
|
||||
}
|
||||
li
|
||||
{
|
||||
margin-top: 6pt;
|
||||
margin-bottom: 6pt;
|
||||
margin-left: 16pt
|
||||
}
|
||||
ul
|
||||
{
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
img
|
||||
{
|
||||
border: 0;
|
||||
}
|
||||
img.border
|
||||
{
|
||||
border-right: #000000 1px solid;
|
||||
border-top: #000000 1px solid;
|
||||
border-left: #000000 1px solid;
|
||||
border-bottom: #000000 1px solid
|
||||
}
|
||||
.gobutton
|
||||
{
|
||||
background: #006600;
|
||||
color: #000
|
||||
}
|
||||
.codetop
|
||||
{
|
||||
padding-right: 3px;
|
||||
padding-left: 3px;
|
||||
font-weight: bold;
|
||||
background: #71c271;
|
||||
padding-bottom: 3px;
|
||||
margin: 0px auto;
|
||||
color: #000;
|
||||
padding-top: 3px
|
||||
}
|
||||
.codemain
|
||||
{
|
||||
border-right: #000 1px solid;
|
||||
padding-right: 3px;
|
||||
border-top: #000 1px solid;
|
||||
padding-left: 3px;
|
||||
background: #fff;
|
||||
padding-bottom: 3px;
|
||||
margin: 0px auto;
|
||||
border-left: #000 1px solid;
|
||||
color: #000;
|
||||
padding-top: 3px;
|
||||
border-bottom: #000 1px solid
|
||||
}
|
||||
.dropmenu
|
||||
{
|
||||
background:#F2F9FD none repeat scroll 0 0;
|
||||
border:3px solid #A6C9D7;
|
||||
margin-top:3px;
|
||||
opacity:0.9;
|
||||
position:absolute;
|
||||
text-align:left;
|
||||
}
|
||||
.dropmenu ul
|
||||
{
|
||||
list-style-type: none;
|
||||
white-space: nowrap;
|
||||
padding:10px;
|
||||
}
|
||||
.dropmenu ul li
|
||||
{
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
ul.menu
|
||||
{
|
||||
list-style-image: none;
|
||||
list-style-type: none;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
}
|
||||
ul.menu li
|
||||
{
|
||||
display: inline;
|
||||
margin-left: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
ul.menu li a
|
||||
{
|
||||
color: #ffffff;
|
||||
background-color: #00aa00;
|
||||
border-color: green green #00aa00;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
margin-right: 1px;
|
||||
padding: 3px 7px;
|
||||
text-decoration: none;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
font-family: verdana;
|
||||
font-variant: normal;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
}
|
||||
ul.menu li a:link
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
ul.menu li a:visited
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
ul.menu li a:hover
|
||||
{
|
||||
background-color: #00ff00;
|
||||
}
|
||||
ul.menu li a:active
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
ul.menu li.selected a
|
||||
{
|
||||
background-color: #336633;
|
||||
background-image: none;
|
||||
border: 1px solid #00aa00;
|
||||
color: #ffffff;
|
||||
}
|
||||
ul.menu li.selected a:hover
|
||||
{
|
||||
background-color: #336633;
|
||||
}
|
||||
.listitem
|
||||
{
|
||||
margin-left: 10px;
|
||||
margin-right: 5px
|
||||
}
|
||||
.StaffLeader_Name{color: #8b0000}
|
||||
A.StaffLeader_Name:link{color: #8b0000}
|
||||
A.StaffLeader_Name:visited{color: #8b0000}
|
||||
|
||||
.SysOp_Name{color: #a0522d}
|
||||
A.SysOp_Name:link{color: #a0522d}
|
||||
A.SysOp_Name:visited{color: #a0522d}
|
||||
|
||||
.Administrator_Name{color: #4b0082}
|
||||
A.Administrator_Name:link{color: #4b0082}
|
||||
A.Administrator_Name:visited{color: #4b0082}
|
||||
|
||||
.Moderator_Name{color: #6495ED}
|
||||
A.Moderator_Name:link{color: #6495ED}
|
||||
A.Moderator_Name:visited{color: #6495ED}
|
||||
|
||||
.ForumModerator_Name{COLOR: #1cc6d5}
|
||||
A.ForumModerator_Name:link{COLOR: #1cc6d5}
|
||||
A.ForumModerator_Name:visited{COLOR: #1cc6d5}
|
||||
|
||||
.Retiree_Name{COLOR: #1cc6d5}
|
||||
A.Retiree_Name:link{COLOR: #1cc6d5}
|
||||
A.Retiree_Name:visited{COLOR: #1cc6d5}
|
||||
|
||||
.Uploader_Name{color: #DC143C}
|
||||
A.Uploader_Name:link{color: #DC143C}
|
||||
A.Uploader_Name:visited{color: #DC143C}
|
||||
|
||||
.VIP_Name{color: #009F00}
|
||||
A.VIP_Name:link{color: #009F00}
|
||||
A.VIP_Name:visited{color: #009F00}
|
||||
|
||||
.NexusMaster_Name{color: #38ACEC}
|
||||
A.NexusMaster_Name:link{color: #38ACEC}
|
||||
A.NexusMaster_Name:visited{color: #38ACEC}
|
||||
|
||||
.UltimateUser_Name{color: #006400}
|
||||
A.UltimateUser_Name:link{color: #006400}
|
||||
A.UltimateUser_Name:visited{color: #006400}
|
||||
|
||||
.ExtremeUser_Name{color: #FF8C00}
|
||||
A.ExtremeUser_Name:link{color: #FF8C00}
|
||||
A.ExtremeUser_Name:visited{color: #FF8C00}
|
||||
|
||||
.VeteranUser_Name{color: #483D8B}
|
||||
A.VeteranUser_Name:link{color: #483D8B}
|
||||
A.VeteranUser_Name:visited{color: #483D8B}
|
||||
|
||||
.InsaneUser_Name{color: #8B008B}
|
||||
A.InsaneUser_Name:link{color: #8B008B}
|
||||
A.InsaneUser_Name:visited{color: #8B008B}
|
||||
|
||||
.CrazyUser_Name{color: #00BFFF}
|
||||
A.CrazyUser_Name:link{color: #00BFFF}
|
||||
A.CrazyUser_Name:visited{color: #00BFFF}
|
||||
|
||||
.EliteUser_Name{color: #008B8B}
|
||||
A.EliteUser_Name:link{color: #008B8B}
|
||||
A.EliteUser_Name:visited{color: #008B8B}
|
||||
|
||||
.PowerUser_Name{color: #DAA520}
|
||||
A.PowerUser_Name:link{color: #DAA520}
|
||||
A.PowerUser_Name:visited{color: #DAA520}
|
||||
|
||||
.User_Name{color: #000000}
|
||||
A.User_Name:link{color: #000000}
|
||||
A.User_Name:visited{color: #000000}
|
||||
|
||||
.Peasant_Name{color: #708090}
|
||||
A.Peasant_Name:link{color: #708090}
|
||||
A.Peasant_Name:visited{color: #708090}
|
||||
|
||||
.color_bonus{color: #339933}
|
||||
.color_invite{color: #339933}
|
||||
.color_slots{color: #339933}
|
||||
.color_downloaded{color: #8b0000}
|
||||
.color_uploaded{color: #0000f6}
|
||||
.color_ratio{color: #339933}
|
||||
.color_active{color: #339933}
|
||||
.color_connectable{color: #339933}
|
||||
|
||||
.logo
|
||||
{
|
||||
color: #ffffff;
|
||||
font-family: tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.slogan
|
||||
{
|
||||
color: #eeeeee;
|
||||
font-family: tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.free{color:#f0cc00}
|
||||
.twoup{color:#aaaaaa}
|
||||
.twoupfree{color:#99cc66}
|
||||
.halfdown{color:#7c7ff6}
|
||||
.twouphalfdown{color:#7ad6ea}
|
||||
.thirtypercent{color:#70328d}
|
||||
.free_bg{background-color:#ffff99}
|
||||
.twoup_bg{background-color:#dddddd}
|
||||
.twoupfree_bg{background-color:#ccff99}
|
||||
.halfdown_bg{background-color:#cccdf8}
|
||||
.twouphalfdown_bg{background-color: #96dbea}
|
||||
.thirtypercentdown_bg{background-color:#ddc3ea}
|
||||
.hot{color:#e78d0f}
|
||||
.classic{color:#77b300}
|
||||
.recommended{color:#820084}
|
||||
.new{color:#ff0000}
|
||||
.striking{color:#ff0000}
|
||||
@@ -0,0 +1,80 @@
|
||||
div.niceTitle
|
||||
{
|
||||
background-color: #ffc580;
|
||||
color: #000000;
|
||||
font-size: 13px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
padding: 4px;
|
||||
position: absolute;
|
||||
text-align: left;
|
||||
z-index: 20;
|
||||
-moz-border-radius: 0 10px 10px 10px;
|
||||
-webkit-border-top-right-radius: 10px;
|
||||
-webkit-border-bottom-right-radius: 10px;
|
||||
-webkit-border-bottom-left-radius: 10px;
|
||||
-webkit-border-top-left-radius: 0px;
|
||||
border-top-right-radius: 10px;
|
||||
border-bottom-right-radius: 10px;
|
||||
border-bottom-left-radius: 10px;
|
||||
border-top-left-radius: 0px;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87);
|
||||
-moz-opacity: .87;
|
||||
-khtml-opacity: .87;
|
||||
opacity: .87;
|
||||
}
|
||||
div.smilies table
|
||||
{
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
background-color: transparent;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
div.smilies td
|
||||
{
|
||||
background-color: #ffc580;
|
||||
color: #000000;
|
||||
border: none;
|
||||
font-size: 13px;
|
||||
z-index: 20;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87);
|
||||
-moz-opacity: .87;
|
||||
-khtml-opacity: .87;
|
||||
opacity: .87;
|
||||
}
|
||||
div.niceTitle .contents
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0 3px;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
||||
-moz-opacity: 1;
|
||||
-khtml-opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
div.attach .contents
|
||||
{
|
||||
width: 130px;
|
||||
background:#FFFFFF none repeat scroll 0 0;
|
||||
border:1px solid #E6E7E1;
|
||||
font-size:12px;
|
||||
padding:5px;
|
||||
}
|
||||
div.attach .contents strong
|
||||
{
|
||||
color: #0099CC;
|
||||
font-weight: bold;
|
||||
}
|
||||
div.attach .contents
|
||||
{
|
||||
width: 130px;
|
||||
background:#FFFFFF none repeat scroll 0 0;
|
||||
border:1px solid #E6E7E1;
|
||||
font-size:12px;
|
||||
padding:5px;
|
||||
}
|
||||
div.attach .contents strong
|
||||
{
|
||||
color: #0099CC;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
After Width: | Height: | Size: 177 B |
|
After Width: | Height: | Size: 849 B |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 251 B |
|
After Width: | Height: | Size: 447 B |
@@ -0,0 +1,683 @@
|
||||
body
|
||||
{
|
||||
margin-top: 0px;
|
||||
background: #e6e6e6 url(./bg.gif) repeat left top;
|
||||
margin-bottom: 0px;
|
||||
color: #000000;
|
||||
font-family: tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
body.inframe
|
||||
{
|
||||
background: transparent none;
|
||||
}
|
||||
table
|
||||
{
|
||||
border-right: medium none;
|
||||
border-top: medium none;
|
||||
border-left: medium none;
|
||||
border-bottom: medium none;
|
||||
border-collapse: collapse;
|
||||
background-color: transparent
|
||||
}
|
||||
table.head
|
||||
{
|
||||
background: transparent;
|
||||
height: 100px;
|
||||
width: 920px;
|
||||
}
|
||||
table.main
|
||||
{
|
||||
border-right: medium none;
|
||||
border-top: medium none;
|
||||
border-left: medium none;
|
||||
border-bottom: medium none;
|
||||
background-color: transparent
|
||||
}
|
||||
table.mainouter
|
||||
{
|
||||
border-right: gray;
|
||||
border-top: gray;
|
||||
border-left: gray;
|
||||
border-bottom: gray;
|
||||
background-color: white
|
||||
}
|
||||
table.message
|
||||
{
|
||||
border-right: #bccad6 1px solid;
|
||||
border-top: #bccad6 1px solid;
|
||||
border-left: #bccad6 1px solid;
|
||||
border-bottom: #bccad6 1px solid
|
||||
}
|
||||
table.bottom
|
||||
{
|
||||
background: none transparent scroll repeat 0% 0%
|
||||
}
|
||||
a.info
|
||||
{
|
||||
z-index: 24;
|
||||
color: #000;
|
||||
position: relative;
|
||||
background-color: #ccc;
|
||||
text-decoration: none
|
||||
}
|
||||
a.info:hover
|
||||
{
|
||||
z-index: 25;
|
||||
background-color: #ff0
|
||||
}
|
||||
a.info span
|
||||
{
|
||||
display: none
|
||||
}
|
||||
a.info:hover span
|
||||
{
|
||||
border-right: #0cf 1px solid;
|
||||
border-top: #0cf 1px solid;
|
||||
display: block;
|
||||
left: 2em;
|
||||
border-left: #0cf 1px solid;
|
||||
width: 15em;
|
||||
color: #000;
|
||||
border-bottom: #0cf 1px solid;
|
||||
position: absolute;
|
||||
top: 2em;
|
||||
background-color: #cff;
|
||||
text-align: center
|
||||
}
|
||||
table.bottom
|
||||
{
|
||||
background: none transparent scroll repeat 0% 0%
|
||||
}
|
||||
h1
|
||||
{
|
||||
}
|
||||
h2
|
||||
{
|
||||
padding-right: 4px;
|
||||
background-position: left top;
|
||||
padding-left: 4px;
|
||||
background-image: url(./shade.gif);
|
||||
margin-bottom: 0px;
|
||||
padding-bottom: 3px;
|
||||
padding-top: 3px;
|
||||
background-repeat: repeat-x;
|
||||
background-color: #ff9718;
|
||||
}
|
||||
h2.transparentbg
|
||||
{
|
||||
background-color: transparent;
|
||||
background-image: none
|
||||
}
|
||||
p
|
||||
{
|
||||
}
|
||||
p.sub
|
||||
{
|
||||
margin-bottom: 4pt
|
||||
}
|
||||
td
|
||||
{
|
||||
border-right: #cccccc 1px solid;
|
||||
border-top: #cccccc 1px solid;
|
||||
border-left: #cccccc 1px solid;
|
||||
border-bottom: #cccccc 1px solid
|
||||
}
|
||||
td.embedded
|
||||
{
|
||||
border-right: medium none;
|
||||
padding-right: 0px;
|
||||
border-top: medium none;
|
||||
padding-left: 0px;
|
||||
padding-bottom: 0px;
|
||||
border-left: medium none;
|
||||
padding-top: 0px;
|
||||
border-bottom: medium none;
|
||||
text-align: left
|
||||
}
|
||||
td.no_border
|
||||
{
|
||||
border-right: medium none;
|
||||
padding-right: 2px;
|
||||
border-top: medium none;
|
||||
padding-left: 2px;
|
||||
padding-bottom: 3px;
|
||||
border-left: medium none;
|
||||
padding-top: 3px;
|
||||
border-bottom: medium none;
|
||||
background-color: transparent;
|
||||
text-align: left
|
||||
}
|
||||
td.no_border_wide
|
||||
{
|
||||
border-right: medium none;
|
||||
padding-right: 16px;
|
||||
border-top: medium none;
|
||||
padding-top: 0px;
|
||||
border-left: medium none;
|
||||
padding-left: 0px;
|
||||
border-bottom: medium none;
|
||||
padding-bottom: 0px;
|
||||
background-color: transparent;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
td.shoutrow
|
||||
{
|
||||
border-right: medium none;
|
||||
border-top: medium none;
|
||||
border-left: medium none;
|
||||
border-bottom: medium none;
|
||||
background-color: #ffffff
|
||||
}
|
||||
td.bottom
|
||||
{
|
||||
border-right: medium none;
|
||||
border-top: medium none;
|
||||
border-left: medium none;
|
||||
border-bottom: medium none
|
||||
}
|
||||
td.heading
|
||||
{
|
||||
font-weight: bold
|
||||
}
|
||||
td.text
|
||||
{
|
||||
padding-right: 10pt;
|
||||
padding-left: 10pt;
|
||||
padding-bottom: 10pt;
|
||||
padding-top: 10pt
|
||||
}
|
||||
td.comment
|
||||
{
|
||||
padding-right: 10pt;
|
||||
padding-left: 10pt;
|
||||
padding-bottom: 10pt;
|
||||
padding-top: 10pt;
|
||||
text-align: left
|
||||
}
|
||||
td.colhead
|
||||
{
|
||||
white-space:nowrap;
|
||||
font-weight: bold;
|
||||
background: url(./shade.gif) white repeat-x left top;
|
||||
background-color: #ff9718;
|
||||
color: #ffffff;
|
||||
}
|
||||
.nowrap
|
||||
{
|
||||
white-space:nowrap;
|
||||
}
|
||||
td.rowhead_left
|
||||
{
|
||||
text-align: left
|
||||
}
|
||||
td.rowhead_center
|
||||
{
|
||||
text-align: center
|
||||
}
|
||||
td.rowhead
|
||||
{
|
||||
font-weight: bold;
|
||||
vertical-align: top;
|
||||
text-align: right
|
||||
}
|
||||
td.rowfollow
|
||||
{
|
||||
}
|
||||
td.colfollow
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
table.torrents
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
table.torrents td.rowfollow
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
td.toolbox
|
||||
{
|
||||
}
|
||||
td.title
|
||||
{
|
||||
}
|
||||
td.navigation
|
||||
{
|
||||
border-right: medium none;
|
||||
border-top: medium none;
|
||||
font-weight: bold;
|
||||
border-left: medium none;
|
||||
border-bottom: medium none
|
||||
}
|
||||
td.clear
|
||||
{
|
||||
border-right: 0px;
|
||||
border-top: 0px;
|
||||
background: none transparent scroll repeat 0% 0%;
|
||||
border-left: 0px;
|
||||
border-bottom: 0px
|
||||
}
|
||||
td.nothing
|
||||
{
|
||||
border-right: 0px;
|
||||
padding-right: 0px;
|
||||
border-top: 0px;
|
||||
padding-left: 0px;
|
||||
background: none transparent scroll repeat 0% 0%;
|
||||
padding-bottom: 0px;
|
||||
border-left: 0px;
|
||||
padding-top: 0px;
|
||||
border-bottom: 0px
|
||||
}
|
||||
form
|
||||
{
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px
|
||||
}
|
||||
.sublink
|
||||
{
|
||||
font-weight: normal;
|
||||
font-style: italic
|
||||
}
|
||||
font.gray
|
||||
{
|
||||
color: #aca899;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.attach img
|
||||
{
|
||||
border: 0;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
.attach a:link
|
||||
{
|
||||
color: #0099CC;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.attach .size
|
||||
{
|
||||
color: gray;
|
||||
}
|
||||
a:link
|
||||
{
|
||||
color: #000000;
|
||||
text-decoration: none
|
||||
}
|
||||
a:visited
|
||||
{
|
||||
color: #000000;
|
||||
text-decoration: none
|
||||
}
|
||||
a:hover
|
||||
{
|
||||
color: #ff8e00
|
||||
}
|
||||
a.index
|
||||
{
|
||||
font-weight: bold
|
||||
}
|
||||
a.biglink
|
||||
{
|
||||
font-weight: bold;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink:link
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #a83838;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink:visited
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #a83838;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink:hover
|
||||
{
|
||||
text-decoration: underline
|
||||
}
|
||||
a.faqlink:link
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #a83838;
|
||||
text-decoration: none
|
||||
}
|
||||
a.faqlink:visited
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #a83838;
|
||||
text-decoration: none
|
||||
}
|
||||
a.faqlink:hover
|
||||
{
|
||||
text-decoration: underline
|
||||
}
|
||||
a.altlink_blue:link
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #004e98;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink_blue:visited
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #004e98;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink_blue:hover
|
||||
{
|
||||
text-decoration: underline
|
||||
}
|
||||
a.altlink_green:link
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #007800;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink_green:visited
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #007800;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink_green:hover
|
||||
{
|
||||
text-decoration: underline
|
||||
}
|
||||
.important
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
.red
|
||||
{
|
||||
color: #ee0000
|
||||
}
|
||||
.yellow
|
||||
{
|
||||
color: #997700
|
||||
}
|
||||
.green
|
||||
{
|
||||
color: #000000
|
||||
}
|
||||
.btn2
|
||||
{
|
||||
border-right: #ccc 1px outset;
|
||||
padding-right: 2px;
|
||||
border-top: #ccc 1px outset;
|
||||
padding-left: 2px;
|
||||
font-weight: bold;
|
||||
background: url(./btnbg.gif) repeat-x left top;
|
||||
padding-bottom: 1px;
|
||||
border-left: #ccc 1px outset;
|
||||
cursor: pointer;
|
||||
color: #666;
|
||||
padding-top: 1px;
|
||||
border-bottom: #ccc 1px outset
|
||||
}
|
||||
.btn
|
||||
{
|
||||
border-right: #ccc 1px outset;
|
||||
padding-right: 2px;
|
||||
border-top: #ccc 1px outset;
|
||||
padding-left: 2px;
|
||||
font-weight: bold;
|
||||
background: url(./btnbg.gif) repeat-x left top;
|
||||
padding-bottom: 1px;
|
||||
border-left: #ccc 1px outset;
|
||||
cursor: pointer;
|
||||
color: #666;
|
||||
padding-top: 1px;
|
||||
border-bottom: #ccc 1px outset
|
||||
}
|
||||
.small
|
||||
{
|
||||
}
|
||||
.big
|
||||
{
|
||||
}
|
||||
li
|
||||
{
|
||||
margin-top: 6pt;
|
||||
margin-bottom: 6pt;
|
||||
margin-left: 16pt
|
||||
}
|
||||
ul
|
||||
{
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
img
|
||||
{
|
||||
border: 0;
|
||||
}
|
||||
img.border
|
||||
{
|
||||
border-right: #000000 1px solid;
|
||||
border-top: #000000 1px solid;
|
||||
border-left: #000000 1px solid;
|
||||
border-bottom: #000000 1px solid
|
||||
}
|
||||
.gobutton
|
||||
{
|
||||
background: #476ba2;
|
||||
color: #fff
|
||||
}
|
||||
.codetop
|
||||
{
|
||||
padding-right: 3px;
|
||||
padding-left: 3px;
|
||||
font-weight: bold;
|
||||
background: url(./code.gif) #f1b000 no-repeat right 50%;
|
||||
padding-bottom: 3px;
|
||||
margin: 0px auto;
|
||||
color: #000;
|
||||
padding-top: 3px
|
||||
}
|
||||
.codemain
|
||||
{
|
||||
border-right: #000 1px solid;
|
||||
padding-right: 3px;
|
||||
border-top: #000 1px solid;
|
||||
padding-left: 3px;
|
||||
background: #fff;
|
||||
padding-bottom: 3px;
|
||||
margin: 0px auto;
|
||||
border-left: #000 1px solid;
|
||||
color: #000;
|
||||
padding-top: 3px;
|
||||
border-bottom: #000 1px solid
|
||||
}
|
||||
.dropmenu
|
||||
{
|
||||
background:#F2F9FD none repeat scroll 0 0;
|
||||
border:3px solid #A6C9D7;
|
||||
margin-top:3px;
|
||||
opacity:0.9;
|
||||
position:absolute;
|
||||
text-align:left;
|
||||
}
|
||||
.dropmenu ul
|
||||
{
|
||||
list-style-type: none;
|
||||
white-space: nowrap;
|
||||
padding:10px;
|
||||
}
|
||||
.dropmenu ul li
|
||||
{
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
ul.menu
|
||||
{
|
||||
list-style-image: none;
|
||||
list-style-type: none;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
}
|
||||
ul.menu li
|
||||
{
|
||||
display: inline;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
ul.menu li a
|
||||
{
|
||||
color: #2d2b2b;
|
||||
background: url(./shade.gif) repeat-x left top;
|
||||
border: 1px solid white;
|
||||
background-color: #ff9718;
|
||||
margin-right: 1px;
|
||||
padding: 3px 7px;
|
||||
text-decoration: none;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
font-family: verdana;
|
||||
font-variant: normal;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
}
|
||||
ul.menu li a:link
|
||||
{
|
||||
color: #2d2b2b;
|
||||
}
|
||||
ul.menu li a:visited
|
||||
{
|
||||
color: #2d2b2b;
|
||||
}
|
||||
ul.menu li a:hover
|
||||
{
|
||||
color: #2d2b2b;
|
||||
text-decoration: underline;
|
||||
}
|
||||
ul.menu li a:active
|
||||
{
|
||||
color: #2d2b2b;
|
||||
}
|
||||
ul.menu li.selected a
|
||||
{
|
||||
background-image: url(./shadeactive.gif);
|
||||
background-color: #8a8a8a;
|
||||
}
|
||||
ul.menu li.selected a:hover
|
||||
{
|
||||
text-decoration: none;
|
||||
}
|
||||
.listitem
|
||||
{
|
||||
margin-left: 10px;
|
||||
margin-right: 5px
|
||||
}
|
||||
.StaffLeader_Name{color: #8b0000}
|
||||
A.StaffLeader_Name:link{color: #8b0000}
|
||||
A.StaffLeader_Name:visited{color: #8b0000}
|
||||
|
||||
.SysOp_Name{color: #a0522d}
|
||||
A.SysOp_Name:link{color: #a0522d}
|
||||
A.SysOp_Name:visited{color: #a0522d}
|
||||
|
||||
.Administrator_Name{color: #4b0082}
|
||||
A.Administrator_Name:link{color: #4b0082}
|
||||
A.Administrator_Name:visited{color: #4b0082}
|
||||
|
||||
.Moderator_Name{color: #6495ED}
|
||||
A.Moderator_Name:link{color: #6495ED}
|
||||
A.Moderator_Name:visited{color: #6495ED}
|
||||
|
||||
.ForumModerator_Name{COLOR: #1cc6d5}
|
||||
A.ForumModerator_Name:link{COLOR: #1cc6d5}
|
||||
A.ForumModerator_Name:visited{COLOR: #1cc6d5}
|
||||
|
||||
.Retiree_Name{COLOR: #1cc6d5}
|
||||
A.Retiree_Name:link{COLOR: #1cc6d5}
|
||||
A.Retiree_Name:visited{COLOR: #1cc6d5}
|
||||
|
||||
.Uploader_Name{color: #DC143C}
|
||||
A.Uploader_Name:link{color: #DC143C}
|
||||
A.Uploader_Name:visited{color: #DC143C}
|
||||
|
||||
.VIP_Name{color: #009F00}
|
||||
A.VIP_Name:link{color: #009F00}
|
||||
A.VIP_Name:visited{color: #009F00}
|
||||
|
||||
.NexusMaster_Name{color: #38ACEC}
|
||||
A.NexusMaster_Name:link{color: #38ACEC}
|
||||
A.NexusMaster_Name:visited{color: #38ACEC}
|
||||
|
||||
.UltimateUser_Name{color: #006400}
|
||||
A.UltimateUser_Name:link{color: #006400}
|
||||
A.UltimateUser_Name:visited{color: #006400}
|
||||
|
||||
.ExtremeUser_Name{color: #FF8C00}
|
||||
A.ExtremeUser_Name:link{color: #FF8C00}
|
||||
A.ExtremeUser_Name:visited{color: #FF8C00}
|
||||
|
||||
.VeteranUser_Name{color: #483D8B}
|
||||
A.VeteranUser_Name:link{color: #483D8B}
|
||||
A.VeteranUser_Name:visited{color: #483D8B}
|
||||
|
||||
.InsaneUser_Name{color: #8B008B}
|
||||
A.InsaneUser_Name:link{color: #8B008B}
|
||||
A.InsaneUser_Name:visited{color: #8B008B}
|
||||
|
||||
.CrazyUser_Name{color: #00BFFF}
|
||||
A.CrazyUser_Name:link{color: #00BFFF}
|
||||
A.CrazyUser_Name:visited{color: #00BFFF}
|
||||
|
||||
.EliteUser_Name{color: #008B8B}
|
||||
A.EliteUser_Name:link{color: #008B8B}
|
||||
A.EliteUser_Name:visited{color: #008B8B}
|
||||
|
||||
.PowerUser_Name{color: #DAA520}
|
||||
A.PowerUser_Name:link{color: #DAA520}
|
||||
A.PowerUser_Name:visited{color: #DAA520}
|
||||
|
||||
.User_Name{color: #000000}
|
||||
A.User_Name:link{color: #000000}
|
||||
A.User_Name:visited{color: #000000}
|
||||
|
||||
.Peasant_Name{color: #708090}
|
||||
A.Peasant_Name:link{color: #708090}
|
||||
A.Peasant_Name:visited{color: #708090}
|
||||
|
||||
.color_bonus{color: #1900d1}
|
||||
.color_invite{color: #1900d1}
|
||||
.color_slots{color: #1900d1}
|
||||
.color_downloaded{color: #8b0000}
|
||||
.color_uploaded{color: #008000}
|
||||
.color_ratio{color: #1900d1}
|
||||
.color_active{color: #1900d1}
|
||||
.color_connectable{color: #1900d1}
|
||||
|
||||
.logo
|
||||
{
|
||||
color: #ffa531;
|
||||
font-family: tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.slogan
|
||||
{
|
||||
color: #de9332;
|
||||
font-family: tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.free{color:#f0cc00}
|
||||
.twoup{color:#aaaaaa}
|
||||
.twoupfree{color:#99cc66}
|
||||
.halfdown{color:#7c7ff6}
|
||||
.twouphalfdown{color:#7ad6ea}
|
||||
.thirtypercent{color:#70328d}
|
||||
.free_bg{background-color:#ffff99}
|
||||
.twoup_bg{background-color:#dddddd}
|
||||
.twoupfree_bg{background-color:#ccff99}
|
||||
.halfdown_bg{background-color:#cccdf8}
|
||||
.twouphalfdown_bg{background-color: #96dbea}
|
||||
.thirtypercentdown_bg{background-color:#ddc3ea}
|
||||
.hot{color:#e78d0f}
|
||||
.classic{color:#77b300}
|
||||
.recommended{color:#820084}
|
||||
.new{color:#ff0000}
|
||||
.striking{color:#ff0000}
|
||||
@@ -0,0 +1,67 @@
|
||||
div.niceTitle
|
||||
{
|
||||
background-color: #7c98ae;
|
||||
color: #000000;
|
||||
font-size: 13px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
padding: 4px;
|
||||
position: absolute;
|
||||
text-align: left;
|
||||
z-index: 20;
|
||||
-moz-border-radius: 0 10px 10px 10px;
|
||||
-webkit-border-top-right-radius: 10px;
|
||||
-webkit-border-bottom-right-radius: 10px;
|
||||
-webkit-border-bottom-left-radius: 10px;
|
||||
-webkit-border-top-left-radius: 0px;
|
||||
border-top-right-radius: 10px;
|
||||
border-bottom-right-radius: 10px;
|
||||
border-bottom-left-radius: 10px;
|
||||
border-top-left-radius: 0px;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87);
|
||||
-moz-opacity: .87;
|
||||
-khtml-opacity: .87;
|
||||
opacity: .87;
|
||||
}
|
||||
div.smilies table
|
||||
{
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
background-color: transparent;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
div.smilies td
|
||||
{
|
||||
background-color: #7c98ae;
|
||||
color: #000000;
|
||||
border: none;
|
||||
font-size: 13px;
|
||||
z-index: 20;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87);
|
||||
-moz-opacity: .87;
|
||||
-khtml-opacity: .87;
|
||||
opacity: .87;
|
||||
}
|
||||
div.niceTitle .contents
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0 3px;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
||||
-moz-opacity: 1;
|
||||
-khtml-opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
div.attach .contents
|
||||
{
|
||||
width: 130px;
|
||||
background:#FFFFFF none repeat scroll 0 0;
|
||||
border:1px solid #E6E7E1;
|
||||
font-size:12px;
|
||||
padding:5px;
|
||||
}
|
||||
div.attach .contents strong
|
||||
{
|
||||
color: #0099CC;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
After Width: | Height: | Size: 885 B |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 93 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 249 B |
@@ -0,0 +1,673 @@
|
||||
body
|
||||
{
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
color: #000000;
|
||||
font-family: tahoma, arial, helvetica, sans-serif;
|
||||
background-color: #587993
|
||||
}
|
||||
body.inframe
|
||||
{
|
||||
background-image: none;
|
||||
background-color: #bccad6
|
||||
}
|
||||
table
|
||||
{
|
||||
border-right: medium none;
|
||||
border-top: medium none;
|
||||
border-left: medium none;
|
||||
border-bottom: medium none;
|
||||
border-collapse: collapse;
|
||||
background-color: #bccad6
|
||||
}
|
||||
table.head
|
||||
{
|
||||
background: transparent;
|
||||
height: 100px;
|
||||
width: 920px;
|
||||
}
|
||||
table.main
|
||||
{
|
||||
border-right: medium none;
|
||||
border-top: medium none;
|
||||
border-left: medium none;
|
||||
border-bottom: medium none;
|
||||
background-color: #7c98ae
|
||||
}
|
||||
table.mainouter
|
||||
{
|
||||
border-right: gray;
|
||||
border-top: gray;
|
||||
border-left: gray;
|
||||
border-bottom: gray;
|
||||
background-color: #7c98ae
|
||||
}
|
||||
table.message
|
||||
{
|
||||
border-right: #bccad6 1px solid;
|
||||
border-top: #bccad6 1px solid;
|
||||
border-left: #bccad6 1px solid;
|
||||
border-bottom: #bccad6 1px solid
|
||||
}
|
||||
table.bottom
|
||||
{
|
||||
background: none transparent scroll repeat 0% 0%
|
||||
}
|
||||
a.info
|
||||
{
|
||||
z-index: 24;
|
||||
color: #000;
|
||||
position: relative;
|
||||
background-color: #ccc;
|
||||
text-decoration: none
|
||||
}
|
||||
a.info:hover
|
||||
{
|
||||
z-index: 25;
|
||||
background-color: #ff0
|
||||
}
|
||||
a.info span
|
||||
{
|
||||
display: none
|
||||
}
|
||||
a.info:hover span
|
||||
{
|
||||
border-right: #0cf 1px solid;
|
||||
border-top: #0cf 1px solid;
|
||||
display: block;
|
||||
left: 2em;
|
||||
border-left: #0cf 1px solid;
|
||||
width: 15em;
|
||||
color: #000;
|
||||
border-bottom: #0cf 1px solid;
|
||||
position: absolute;
|
||||
top: 2em;
|
||||
background-color: #cff;
|
||||
text-align: center
|
||||
}
|
||||
table.bottom
|
||||
{
|
||||
background: none transparent scroll repeat 0% 0%
|
||||
}
|
||||
h1
|
||||
{
|
||||
}
|
||||
h2
|
||||
{
|
||||
background-position: left top;
|
||||
padding-right: 4px;
|
||||
padding-left: 4px;
|
||||
margin-bottom: 0px;
|
||||
padding-bottom: 3px;
|
||||
padding-top: 3px;
|
||||
background-color: #2f4879;
|
||||
background-repeat: repeat;
|
||||
}
|
||||
h2.transparentbg
|
||||
{
|
||||
background-color: transparent;
|
||||
background-image: none
|
||||
}
|
||||
p
|
||||
{
|
||||
}
|
||||
p.sub
|
||||
{
|
||||
margin-bottom: 4pt
|
||||
}
|
||||
td
|
||||
{
|
||||
border-right: #000000 1px solid;
|
||||
border-top: #000000 1px solid;
|
||||
border-left: #000000 1px solid;
|
||||
border-bottom: #000000 1px solid
|
||||
}
|
||||
td.embedded
|
||||
{
|
||||
border-right: medium none;
|
||||
padding-right: 0px;
|
||||
border-top: medium none;
|
||||
padding-left: 0px;
|
||||
padding-bottom: 0px;
|
||||
border-left: medium none;
|
||||
padding-top: 0px;
|
||||
border-bottom: medium none;
|
||||
text-align: left
|
||||
}
|
||||
td.no_border
|
||||
{
|
||||
border-right: medium none;
|
||||
padding-right: 2px;
|
||||
border-top: medium none;
|
||||
padding-left: 2px;
|
||||
padding-bottom: 3px;
|
||||
border-left: medium none;
|
||||
padding-top: 3px;
|
||||
border-bottom: medium none;
|
||||
background-color: transparent;
|
||||
text-align: left
|
||||
}
|
||||
td.no_border_wide
|
||||
{
|
||||
border-right: medium none;
|
||||
padding-right: 16px;
|
||||
border-top: medium none;
|
||||
padding-top: 0px;
|
||||
border-left: medium none;
|
||||
padding-left: 0px;
|
||||
border-bottom: medium none;
|
||||
padding-bottom: 0px;
|
||||
background-color: transparent;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
td.shoutrow
|
||||
{
|
||||
border-right: medium none;
|
||||
border-top: medium none;
|
||||
border-left: medium none;
|
||||
border-bottom: medium none;
|
||||
}
|
||||
td.bottom
|
||||
{
|
||||
border-right: medium none;
|
||||
border-top: medium none;
|
||||
border-left: medium none;
|
||||
border-bottom: medium none
|
||||
}
|
||||
td.heading
|
||||
{
|
||||
font-weight: bold
|
||||
}
|
||||
td.text
|
||||
{
|
||||
padding-right: 10pt;
|
||||
padding-left: 10pt;
|
||||
padding-bottom: 10pt;
|
||||
padding-top: 10pt
|
||||
}
|
||||
td.comment
|
||||
{
|
||||
padding-right: 10pt;
|
||||
padding-left: 10pt;
|
||||
padding-bottom: 10pt;
|
||||
padding-top: 10pt;
|
||||
text-align: left
|
||||
}
|
||||
td.colhead
|
||||
{
|
||||
white-space:nowrap;
|
||||
font-weight: bold;
|
||||
color: #ffffff;
|
||||
background-color: #2f4879
|
||||
}
|
||||
.nowrap
|
||||
{
|
||||
white-space:nowrap;
|
||||
}
|
||||
td.rowhead_left
|
||||
{
|
||||
text-align: left
|
||||
}
|
||||
td.rowhead_center
|
||||
{
|
||||
text-align: center
|
||||
}
|
||||
td.rowhead
|
||||
{
|
||||
font-weight: bold;
|
||||
vertical-align: top;
|
||||
text-align: right
|
||||
}
|
||||
td.rowfollow
|
||||
{
|
||||
}
|
||||
td.colfollow
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
table.torrents td.colhead
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
table.torrents td.rowfollow
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
td.toolbox
|
||||
{
|
||||
}
|
||||
td.title
|
||||
{
|
||||
}
|
||||
td.navigation
|
||||
{
|
||||
border-right: medium none;
|
||||
border-top: medium none;
|
||||
font-weight: bold;
|
||||
border-left: medium none;
|
||||
border-bottom: medium none
|
||||
}
|
||||
td.clear
|
||||
{
|
||||
border-right: 0px;
|
||||
border-top: 0px;
|
||||
background: none transparent scroll repeat 0% 0%;
|
||||
border-left: 0px;
|
||||
border-bottom: 0px
|
||||
}
|
||||
form
|
||||
{
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px
|
||||
}
|
||||
.sublink
|
||||
{
|
||||
font-weight: normal;
|
||||
font-style: italic
|
||||
}
|
||||
font.gray
|
||||
{
|
||||
color: #aca899;
|
||||
text-decoration: underline
|
||||
}
|
||||
img
|
||||
{
|
||||
border: 0;
|
||||
}
|
||||
.attach img
|
||||
{
|
||||
border: 0;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
.attach a:link
|
||||
{
|
||||
color: #0099CC;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.attach .size
|
||||
{
|
||||
color: gray;
|
||||
}
|
||||
a:link
|
||||
{
|
||||
color: #000000;
|
||||
text-decoration: none
|
||||
}
|
||||
a:visited
|
||||
{
|
||||
color: #000000;
|
||||
text-decoration: none
|
||||
}
|
||||
a:hover
|
||||
{
|
||||
color: #00008c
|
||||
}
|
||||
a.index
|
||||
{
|
||||
font-weight: bold
|
||||
}
|
||||
a.biglink
|
||||
{
|
||||
font-weight: bold;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink:link
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #a83838;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink:visited
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #a83838;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink:hover
|
||||
{
|
||||
text-decoration: underline
|
||||
}
|
||||
a.faqlink:link
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #a83838;
|
||||
text-decoration: none
|
||||
}
|
||||
a.faqlink:visited
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #a83838;
|
||||
text-decoration: none
|
||||
}
|
||||
a.faqlink:hover
|
||||
{
|
||||
text-decoration: underline
|
||||
}
|
||||
a.altlink_blue:link
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #004e98;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink_blue:visited
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #004e98;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink_blue:hover
|
||||
{
|
||||
text-decoration: underline
|
||||
}
|
||||
a.altlink_green:link
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #007800;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink_green:visited
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #007800;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink_green:hover
|
||||
{
|
||||
text-decoration: underline
|
||||
}
|
||||
.important
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
.red
|
||||
{
|
||||
color: #ee0000
|
||||
}
|
||||
.yellow
|
||||
{
|
||||
color: #997700
|
||||
}
|
||||
.green
|
||||
{
|
||||
color: #000000
|
||||
}
|
||||
.btn2
|
||||
{
|
||||
border-right: #ccc 1px outset;
|
||||
padding-right: 2px;
|
||||
border-top: #ccc 1px outset;
|
||||
padding-left: 2px;
|
||||
font-weight: bold;
|
||||
background: url(./btnbg.gif) repeat-x left top;
|
||||
padding-bottom: 1px;
|
||||
border-left: #ccc 1px outset;
|
||||
cursor: pointer;
|
||||
color: #666;
|
||||
padding-top: 1px;
|
||||
border-bottom: #ccc 1px outset
|
||||
}
|
||||
.btn
|
||||
{
|
||||
border-right: #ccc 1px outset;
|
||||
padding-right: 2px;
|
||||
border-top: #ccc 1px outset;
|
||||
padding-left: 2px;
|
||||
font-weight: bold;
|
||||
background: url(./btnbg.gif) repeat-x left top;
|
||||
padding-bottom: 1px;
|
||||
border-left: #ccc 1px outset;
|
||||
cursor: pointer;
|
||||
color: #666;
|
||||
padding-top: 1px;
|
||||
border-bottom: #ccc 1px outset
|
||||
}
|
||||
.small
|
||||
{
|
||||
}
|
||||
.big
|
||||
{
|
||||
}
|
||||
li
|
||||
{
|
||||
margin-top: 6pt;
|
||||
margin-bottom: 6pt;
|
||||
margin-left: 16pt;
|
||||
}
|
||||
ul
|
||||
{
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
img.border
|
||||
{
|
||||
border-right: #000000 1px solid;
|
||||
border-top: #000000 1px solid;
|
||||
border-left: #000000 1px solid;
|
||||
border-bottom: #000000 1px solid
|
||||
}
|
||||
.gobutton
|
||||
{
|
||||
background: #476ba2;
|
||||
color: #fff
|
||||
}
|
||||
.codetop
|
||||
{
|
||||
padding-right: 3px;
|
||||
padding-left: 3px;
|
||||
font-weight: bold;
|
||||
background: url(./code.gif) #f1b000 no-repeat right 50%;
|
||||
padding-bottom: 3px;
|
||||
margin: 0px auto;
|
||||
color: #000;
|
||||
padding-top: 3px
|
||||
}
|
||||
.codemain
|
||||
{
|
||||
border-right: #000 1px solid;
|
||||
padding-right: 3px;
|
||||
border-top: #000 1px solid;
|
||||
padding-left: 3px;
|
||||
background: #fff;
|
||||
padding-bottom: 3px;
|
||||
margin: 0px auto;
|
||||
border-left: #000 1px solid;
|
||||
color: #000;
|
||||
padding-top: 3px;
|
||||
border-bottom: #000 1px solid
|
||||
}
|
||||
.dropmenu
|
||||
{
|
||||
background:#F2F9FD none repeat scroll 0 0;
|
||||
border:3px solid #A6C9D7;
|
||||
margin-top:3px;
|
||||
opacity:0.9;
|
||||
position:absolute;
|
||||
text-align:left;
|
||||
}
|
||||
.dropmenu ul
|
||||
{
|
||||
list-style-type: none;
|
||||
white-space: nowrap;
|
||||
padding:10px;
|
||||
}
|
||||
.dropmenu ul li
|
||||
{
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
ul.menu
|
||||
{
|
||||
list-style-image: none;
|
||||
list-style-type: none;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
}
|
||||
ul.menu li
|
||||
{
|
||||
display: inline;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
ul.menu li a
|
||||
{
|
||||
color: #2d2b2b;
|
||||
background: url(./shade.gif) repeat-x left top;
|
||||
border: 1px solid white;
|
||||
background-color: #dedede;
|
||||
margin-right: 1px;
|
||||
padding: 3px 7px;
|
||||
text-decoration: none;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
font-family: verdana;
|
||||
font-variant: normal;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
}
|
||||
ul.menu li a:link
|
||||
{
|
||||
color: #2d2b2b;
|
||||
}
|
||||
ul.menu li a:visited
|
||||
{
|
||||
color: #2d2b2b;
|
||||
}
|
||||
ul.menu li a:hover
|
||||
{
|
||||
color: #2d2b2b;
|
||||
background: url(./shadehover.gif) repeat-x left top;
|
||||
background-color: #72b5ec;
|
||||
text-decoration: underline;
|
||||
}
|
||||
ul.menu li a:active
|
||||
{
|
||||
color: #2d2b2b;
|
||||
}
|
||||
ul.menu li.selected a
|
||||
{
|
||||
background-image: url(./shadeactive.gif);
|
||||
background-color: #72b5ec;
|
||||
}
|
||||
ul.menu li.selected a:hover
|
||||
{
|
||||
background: url(./shadehover.gif) repeat-x left top;
|
||||
background-color: #72b5ec;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.listitem
|
||||
{
|
||||
margin-left: 10px;
|
||||
margin-right: 5px
|
||||
}
|
||||
.StaffLeader_Name{color: #8b0000}
|
||||
A.StaffLeader_Name:link{color: #8b0000}
|
||||
A.StaffLeader_Name:visited{color: #8b0000}
|
||||
|
||||
.SysOp_Name{color: #a0522d}
|
||||
A.SysOp_Name:link{color: #a0522d}
|
||||
A.SysOp_Name:visited{color: #a0522d}
|
||||
|
||||
.Administrator_Name{color: #4b0082}
|
||||
A.Administrator_Name:link{color: #4b0082}
|
||||
A.Administrator_Name:visited{color: #4b0082}
|
||||
|
||||
.Moderator_Name{color: #6495ED}
|
||||
A.Moderator_Name:link{color: #6495ED}
|
||||
A.Moderator_Name:visited{color: #6495ED}
|
||||
|
||||
.ForumModerator_Name{COLOR: #1cc6d5}
|
||||
A.ForumModerator_Name:link{COLOR: #1cc6d5}
|
||||
A.ForumModerator_Name:visited{COLOR: #1cc6d5}
|
||||
|
||||
.Retiree_Name{COLOR: #1cc6d5}
|
||||
A.Retiree_Name:link{COLOR: #1cc6d5}
|
||||
A.Retiree_Name:visited{COLOR: #1cc6d5}
|
||||
|
||||
.Uploader_Name{color: #DC143C}
|
||||
A.Uploader_Name:link{color: #DC143C}
|
||||
A.Uploader_Name:visited{color: #DC143C}
|
||||
|
||||
.VIP_Name{color: #009F00}
|
||||
A.VIP_Name:link{color: #009F00}
|
||||
A.VIP_Name:visited{color: #009F00}
|
||||
|
||||
.NexusMaster_Name{color: #38ACEC}
|
||||
A.NexusMaster_Name:link{color: #38ACEC}
|
||||
A.NexusMaster_Name:visited{color: #38ACEC}
|
||||
|
||||
.UltimateUser_Name{color: #006400}
|
||||
A.UltimateUser_Name:link{color: #006400}
|
||||
A.UltimateUser_Name:visited{color: #006400}
|
||||
|
||||
.ExtremeUser_Name{color: #FF8C00}
|
||||
A.ExtremeUser_Name:link{color: #FF8C00}
|
||||
A.ExtremeUser_Name:visited{color: #FF8C00}
|
||||
|
||||
.VeteranUser_Name{color: #483D8B}
|
||||
A.VeteranUser_Name:link{color: #483D8B}
|
||||
A.VeteranUser_Name:visited{color: #483D8B}
|
||||
|
||||
.InsaneUser_Name{color: #8B008B}
|
||||
A.InsaneUser_Name:link{color: #8B008B}
|
||||
A.InsaneUser_Name:visited{color: #8B008B}
|
||||
|
||||
.CrazyUser_Name{color: #00BFFF}
|
||||
A.CrazyUser_Name:link{color: #00BFFF}
|
||||
A.CrazyUser_Name:visited{color: #00BFFF}
|
||||
|
||||
.EliteUser_Name{color: #008B8B}
|
||||
A.EliteUser_Name:link{color: #008B8B}
|
||||
A.EliteUser_Name:visited{color: #008B8B}
|
||||
|
||||
.PowerUser_Name{color: #DAA520}
|
||||
A.PowerUser_Name:link{color: #DAA520}
|
||||
A.PowerUser_Name:visited{color: #DAA520}
|
||||
|
||||
.User_Name{color: #000000}
|
||||
A.User_Name:link{color: #000000}
|
||||
A.User_Name:visited{color: #000000}
|
||||
|
||||
.Peasant_Name{color: #708090}
|
||||
A.Peasant_Name:link{color: #708090}
|
||||
A.Peasant_Name:visited{color: #708090}
|
||||
|
||||
.color_bonus{color: #1900d1}
|
||||
.color_invite{color: #1900d1}
|
||||
.color_slots{color: #1900d1}
|
||||
.color_downloaded{color: #8b0000}
|
||||
.color_uploaded{color: #008000}
|
||||
.color_ratio{color: #1900d1}
|
||||
.color_active{color: #1900d1}
|
||||
.color_connectable{color: #1900d1}
|
||||
|
||||
.logo
|
||||
{
|
||||
color: #ffffff;
|
||||
font-family: tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.slogan
|
||||
{
|
||||
color: #ffffff;
|
||||
font-family: tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.free{color:#f0cc00}
|
||||
.twoup{color:#d2b8b8}
|
||||
.twoupfree{color:#99cc66}
|
||||
.halfdown{color:#7c7ff6}
|
||||
.twouphalfdown{color:#7ad6ea}
|
||||
.thirtypercent{color:#70328d}
|
||||
.free_bg{background-color:#ffff99}
|
||||
.twoup_bg{background-color:#ffecec}
|
||||
.twoupfree_bg{background-color:#ccff99}
|
||||
.halfdown_bg{background-color:#cccdf8}
|
||||
.twouphalfdown_bg{background-color: #96dbea}
|
||||
.thirtypercentdown_bg{background-color:#ddc3ea}
|
||||
.hot{color:#e78d0f}
|
||||
.classic{color:#77b300}
|
||||
.recommended{color:#820084}
|
||||
.new{color:#ff0000}
|
||||
.striking{color:#ff0000}
|
||||
@@ -0,0 +1,67 @@
|
||||
div.niceTitle
|
||||
{
|
||||
background-color: #cfcfcc;
|
||||
color: #000000;
|
||||
font-size: 13px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
padding: 4px;
|
||||
position: absolute;
|
||||
text-align: left;
|
||||
z-index: 20;
|
||||
-moz-border-radius: 0 10px 10px 10px;
|
||||
-webkit-border-top-right-radius: 10px;
|
||||
-webkit-border-bottom-right-radius: 10px;
|
||||
-webkit-border-bottom-left-radius: 10px;
|
||||
-webkit-border-top-left-radius: 0px;
|
||||
border-top-right-radius: 10px;
|
||||
border-bottom-right-radius: 10px;
|
||||
border-bottom-left-radius: 10px;
|
||||
border-top-left-radius: 0px;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87);
|
||||
-moz-opacity: .87;
|
||||
-khtml-opacity: .87;
|
||||
opacity: .87;
|
||||
}
|
||||
div.smilies table
|
||||
{
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
background-color: transparent;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
div.smilies td
|
||||
{
|
||||
background-color: #cfcfcc;
|
||||
color: #000000;
|
||||
border: none;
|
||||
font-size: 13px;
|
||||
z-index: 20;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87);
|
||||
-moz-opacity: .87;
|
||||
-khtml-opacity: .87;
|
||||
opacity: .87;
|
||||
}
|
||||
div.niceTitle .contents
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0 3px;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
||||
-moz-opacity: 1;
|
||||
-khtml-opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
div.attach .contents
|
||||
{
|
||||
width: 130px;
|
||||
background:#FFFFFF none repeat scroll 0 0;
|
||||
border:1px solid #E6E7E1;
|
||||
font-size:12px;
|
||||
padding:5px;
|
||||
}
|
||||
div.attach .contents strong
|
||||
{
|
||||
color: #0099CC;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
After Width: | Height: | Size: 945 B |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 949 B |
|
After Width: | Height: | Size: 838 B |
@@ -0,0 +1,653 @@
|
||||
body
|
||||
{
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
color: #000000;
|
||||
font-family: tahoma, arial, helvetica, sans-serif;
|
||||
background-color: #cfcfcc;
|
||||
}
|
||||
body.inframe
|
||||
{
|
||||
background-image: none;
|
||||
background-color: #ece9d8;
|
||||
}
|
||||
table
|
||||
{
|
||||
border-right: medium none;
|
||||
border-top: medium none;
|
||||
border-left: medium none;
|
||||
border-bottom: medium none;
|
||||
border-collapse: collapse;
|
||||
background-color: #ece9d8
|
||||
}
|
||||
table.head
|
||||
{
|
||||
background: transparent;
|
||||
height: 100px;
|
||||
width: 920px;
|
||||
}
|
||||
table.main
|
||||
{
|
||||
background-color: #f5f4ea
|
||||
}
|
||||
table.mainouter
|
||||
{
|
||||
background-color: #f5f4ea
|
||||
}
|
||||
table.message
|
||||
{
|
||||
border-right: #000000 1px solid;
|
||||
border-top: #000000 1px solid;
|
||||
border-left: #000000 1px solid;
|
||||
border-bottom: #000000 1px solid
|
||||
}
|
||||
table.bottom
|
||||
{
|
||||
background: none transparent scroll repeat 0% 0%
|
||||
}
|
||||
a.info
|
||||
{
|
||||
z-index: 24;
|
||||
color: #000;
|
||||
position: relative;
|
||||
background-color: #ccc;
|
||||
text-decoration: none
|
||||
}
|
||||
a.info:hover
|
||||
{
|
||||
z-index: 25;
|
||||
background-color: #ff0
|
||||
}
|
||||
a.info span
|
||||
{
|
||||
display: none
|
||||
}
|
||||
a.info:hover span
|
||||
{
|
||||
border-right: #0cf 1px solid;
|
||||
border-top: #0cf 1px solid;
|
||||
display: block;
|
||||
left: 2em;
|
||||
border-left: #0cf 1px solid;
|
||||
width: 15em;
|
||||
color: #000;
|
||||
border-bottom: #0cf 1px solid;
|
||||
position: absolute;
|
||||
top: 2em;
|
||||
background-color: #cff;
|
||||
text-align: center
|
||||
}
|
||||
table.bottom
|
||||
{
|
||||
background: none transparent scroll repeat 0% 0%
|
||||
}
|
||||
h1
|
||||
{
|
||||
}
|
||||
h2
|
||||
{
|
||||
margin-bottom: 6px
|
||||
}
|
||||
h2.transparentbg
|
||||
{
|
||||
background-color: transparent;
|
||||
background-image: none
|
||||
}
|
||||
p
|
||||
{
|
||||
}
|
||||
p.sub
|
||||
{
|
||||
margin-bottom: 4pt
|
||||
}
|
||||
td
|
||||
{
|
||||
border-right: #000000 1px solid;
|
||||
border-top: #000000 1px solid;
|
||||
border-left: #000000 1px solid;
|
||||
border-bottom: #000000 1px solid
|
||||
}
|
||||
td.embedded
|
||||
{
|
||||
border-right: medium none;
|
||||
padding-right: 0px;
|
||||
border-top: medium none;
|
||||
padding-left: 0px;
|
||||
padding-bottom: 0px;
|
||||
border-left: medium none;
|
||||
padding-top: 0px;
|
||||
border-bottom: medium none;
|
||||
text-align: left
|
||||
}
|
||||
td.no_border
|
||||
{
|
||||
border-right: medium none;
|
||||
padding-right: 2px;
|
||||
border-top: medium none;
|
||||
padding-left: 2px;
|
||||
padding-bottom: 3px;
|
||||
border-left: medium none;
|
||||
padding-top: 3px;
|
||||
border-bottom: medium none;
|
||||
background-color: transparent;
|
||||
text-align: left
|
||||
}
|
||||
td.no_border_wide
|
||||
{
|
||||
border-right: medium none;
|
||||
padding-right: 16px;
|
||||
border-top: medium none;
|
||||
padding-top: 0px;
|
||||
border-left: medium none;
|
||||
padding-left: 0px;
|
||||
border-bottom: medium none;
|
||||
padding-bottom: 0px;
|
||||
background-color: transparent;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
td.shoutrow
|
||||
{
|
||||
border-right: medium none;
|
||||
border-top: medium none;
|
||||
border-left: medium none;
|
||||
border-bottom: medium none;
|
||||
background-color: #f5f4ea
|
||||
}
|
||||
td.bottom
|
||||
{
|
||||
border-right: medium none;
|
||||
border-top: medium none;
|
||||
border-left: medium none;
|
||||
border-bottom: medium none
|
||||
}
|
||||
td.heading
|
||||
{
|
||||
font-weight: bold
|
||||
}
|
||||
td.text
|
||||
{
|
||||
padding-right: 10pt;
|
||||
padding-left: 10pt;
|
||||
padding-bottom: 10pt;
|
||||
padding-top: 10pt
|
||||
}
|
||||
td.comment
|
||||
{
|
||||
padding-right: 10pt;
|
||||
padding-left: 10pt;
|
||||
padding-bottom: 10pt;
|
||||
padding-top: 10pt;
|
||||
text-align: left
|
||||
}
|
||||
td.colhead
|
||||
{
|
||||
white-space:nowrap;
|
||||
font-weight: bold;
|
||||
color: #ffffff;
|
||||
background-color: #0055a4
|
||||
}
|
||||
.nowrap
|
||||
{
|
||||
white-space:nowrap;
|
||||
}
|
||||
td.rowhead_left
|
||||
{
|
||||
text-align: left
|
||||
}
|
||||
td.rowhead_center
|
||||
{
|
||||
text-align: center
|
||||
}
|
||||
td.rowhead
|
||||
{
|
||||
font-weight: bold;
|
||||
vertical-align: top;
|
||||
text-align: right
|
||||
}
|
||||
td.rowfollow
|
||||
{
|
||||
}
|
||||
td.colfollow
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
table.torrents td.colhead
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
table.torrents td.rowfollow
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
td.toolbox
|
||||
{
|
||||
}
|
||||
td.title
|
||||
{
|
||||
}
|
||||
td.navigation
|
||||
{
|
||||
border-right: medium none;
|
||||
border-top: medium none;
|
||||
font-weight: bold;
|
||||
border-left: medium none;
|
||||
border-bottom: medium none
|
||||
}
|
||||
td.clear
|
||||
{
|
||||
border-right: 0px;
|
||||
border-top: 0px;
|
||||
background: none transparent scroll repeat 0% 0%;
|
||||
border-left: 0px;
|
||||
border-bottom: 0px
|
||||
}
|
||||
form
|
||||
{
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px
|
||||
}
|
||||
.sublink
|
||||
{
|
||||
font-weight: normal;
|
||||
font-style: italic
|
||||
}
|
||||
font.gray
|
||||
{
|
||||
color: #aca899;
|
||||
text-decoration: underline
|
||||
}
|
||||
.attach img
|
||||
{
|
||||
border: 0;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
.attach a:link
|
||||
{
|
||||
color: #0099CC;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.attach .size
|
||||
{
|
||||
color: gray;
|
||||
}
|
||||
a:link
|
||||
{
|
||||
color: #000000;
|
||||
text-decoration: none
|
||||
}
|
||||
a:visited
|
||||
{
|
||||
color: #000000;
|
||||
text-decoration: none
|
||||
}
|
||||
a:hover
|
||||
{
|
||||
color: #ff0000
|
||||
}
|
||||
a.index
|
||||
{
|
||||
font-weight: bold
|
||||
}
|
||||
a.biglink
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
a.altlink:link
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #a83838;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink:visited
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #a83838;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink:hover
|
||||
{
|
||||
text-decoration: underline
|
||||
}
|
||||
a.altlink_blue:link
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #004e98;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink_blue:visited
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #004e98;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink_blue:hover
|
||||
{
|
||||
text-decoration: underline
|
||||
}
|
||||
a.altlink_green:link
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #007800;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink_green:visited
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #007800;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink_green:hover
|
||||
{
|
||||
text-decoration: underline
|
||||
}
|
||||
.important
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
.red
|
||||
{
|
||||
color: #ee0000
|
||||
}
|
||||
.yellow
|
||||
{
|
||||
color: #997700
|
||||
}
|
||||
.green
|
||||
{
|
||||
color: #000000
|
||||
}
|
||||
.btn2
|
||||
{
|
||||
border-right: #ccc 1px outset;
|
||||
padding-right: 2px;
|
||||
border-top: #ccc 1px outset;
|
||||
padding-left: 2px;
|
||||
font-weight: bold;
|
||||
background: url(./btnbg.gif) repeat-x left top;
|
||||
padding-bottom: 1px;
|
||||
border-left: #ccc 1px outset;
|
||||
cursor: pointer;
|
||||
color: #666;
|
||||
padding-top: 1px;
|
||||
border-bottom: #ccc 1px outset
|
||||
}
|
||||
.btn
|
||||
{
|
||||
border-right: #ccc 1px outset;
|
||||
padding-right: 2px;
|
||||
border-top: #ccc 1px outset;
|
||||
padding-left: 2px;
|
||||
font-weight: bold;
|
||||
background: url(./btnbg.gif) repeat-x left top;
|
||||
padding-bottom: 1px;
|
||||
border-left: #ccc 1px outset;
|
||||
cursor: pointer;
|
||||
color: #666;
|
||||
padding-top: 1px;
|
||||
border-bottom: #ccc 1px outset
|
||||
}
|
||||
.small
|
||||
{
|
||||
}
|
||||
.big
|
||||
{
|
||||
}
|
||||
li
|
||||
{
|
||||
margin-top: 6pt;
|
||||
margin-bottom: 6pt;
|
||||
margin-left: 16pt;
|
||||
}
|
||||
ul
|
||||
{
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
img
|
||||
{
|
||||
border: 0;
|
||||
}
|
||||
img.border
|
||||
{
|
||||
border-right: #000000 1px solid;
|
||||
border-top: #000000 1px solid;
|
||||
border-left: #000000 1px solid;
|
||||
border-bottom: #000000 1px solid
|
||||
}
|
||||
.gobutton
|
||||
{
|
||||
background: #476ba2;
|
||||
color: #fff
|
||||
}
|
||||
.codetop
|
||||
{
|
||||
padding-right: 3px;
|
||||
padding-left: 3px;
|
||||
font-weight: bold;
|
||||
background: url(./code.gif) #f1b000 no-repeat right 50%;
|
||||
padding-bottom: 3px;
|
||||
margin: 0px auto;
|
||||
color: #000;
|
||||
padding-top: 3px
|
||||
}
|
||||
.codemain
|
||||
{
|
||||
border-right: #000 1px solid;
|
||||
padding-right: 3px;
|
||||
border-top: #000 1px solid;
|
||||
padding-left: 3px;
|
||||
background: #fff;
|
||||
padding-bottom: 3px;
|
||||
margin: 0px auto;
|
||||
border-left: #000 1px solid;
|
||||
color: #000;
|
||||
padding-top: 3px;
|
||||
border-bottom: #000 1px solid
|
||||
}
|
||||
.dropmenu
|
||||
{
|
||||
background:#F2F9FD none repeat scroll 0 0;
|
||||
border:3px solid #A6C9D7;
|
||||
margin-top:3px;
|
||||
opacity:0.9;
|
||||
position:absolute;
|
||||
text-align:left;
|
||||
}
|
||||
.dropmenu ul
|
||||
{
|
||||
list-style-type: none;
|
||||
white-space: nowrap;
|
||||
padding:10px;
|
||||
}
|
||||
.dropmenu ul li
|
||||
{
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
ul.menu
|
||||
{
|
||||
list-style-image: none;
|
||||
list-style-type: none;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
margin-bottom: 0px;
|
||||
margin-top: 1px;
|
||||
margin-left: 0px;
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
ul.menu li
|
||||
{
|
||||
display: inline;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
ul.menu li a
|
||||
{
|
||||
border-right: #778 1px solid;
|
||||
padding-right: 7px;
|
||||
border-top: #778 1px solid;
|
||||
padding-left: 7px;
|
||||
background: url(./shade.gif) white repeat-x left top;
|
||||
background-color: #cfe0df;
|
||||
padding-bottom: 3px;
|
||||
border-left: #778 1px solid;
|
||||
color: #2d2b2b;
|
||||
margin-right: 3px;
|
||||
padding-top: 3px;
|
||||
border-bottom: none;
|
||||
text-decoration: none;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
font-family: verdana;
|
||||
font-variant: normal;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
}
|
||||
ul.menu li a:link
|
||||
{
|
||||
color: #2d2b2b;
|
||||
}
|
||||
ul.menu li a:visited
|
||||
{
|
||||
color: #2d2b2b;
|
||||
}
|
||||
ul.menu li a:hover
|
||||
{
|
||||
color: #2d2b2b;
|
||||
text-decoration: underline;
|
||||
}
|
||||
ul.menu li a:active
|
||||
{
|
||||
color: #2d2b2b;
|
||||
}
|
||||
ul.menu li.selected a
|
||||
{
|
||||
background-image: url(./shadeactive.gif);
|
||||
background-color: #ffffff;
|
||||
border-bottom-color: white;
|
||||
font: bold 11px verdana;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
ul.menu li.selected a:hover
|
||||
{
|
||||
text-decoration: none;
|
||||
}
|
||||
.listitem
|
||||
{
|
||||
margin-left: 10px;
|
||||
margin-right: 5px
|
||||
}
|
||||
.StaffLeader_Name{color: #8b0000}
|
||||
A.StaffLeader_Name:link{color: #8b0000}
|
||||
A.StaffLeader_Name:visited{color: #8b0000}
|
||||
|
||||
.SysOp_Name{color: #a0522d}
|
||||
A.SysOp_Name:link{color: #a0522d}
|
||||
A.SysOp_Name:visited{color: #a0522d}
|
||||
|
||||
.Administrator_Name{color: #4b0082}
|
||||
A.Administrator_Name:link{color: #4b0082}
|
||||
A.Administrator_Name:visited{color: #4b0082}
|
||||
|
||||
.Moderator_Name{color: #6495ED}
|
||||
A.Moderator_Name:link{color: #6495ED}
|
||||
A.Moderator_Name:visited{color: #6495ED}
|
||||
|
||||
.ForumModerator_Name{COLOR: #1cc6d5}
|
||||
A.ForumModerator_Name:link{COLOR: #1cc6d5}
|
||||
A.ForumModerator_Name:visited{COLOR: #1cc6d5}
|
||||
|
||||
.Retiree_Name{COLOR: #1cc6d5}
|
||||
A.Retiree_Name:link{COLOR: #1cc6d5}
|
||||
A.Retiree_Name:visited{COLOR: #1cc6d5}
|
||||
|
||||
.Uploader_Name{color: #DC143C}
|
||||
A.Uploader_Name:link{color: #DC143C}
|
||||
A.Uploader_Name:visited{color: #DC143C}
|
||||
|
||||
.VIP_Name{color: #009F00}
|
||||
A.VIP_Name:link{color: #009F00}
|
||||
A.VIP_Name:visited{color: #009F00}
|
||||
|
||||
.NexusMaster_Name{color: #38ACEC}
|
||||
A.NexusMaster_Name:link{color: #38ACEC}
|
||||
A.NexusMaster_Name:visited{color: #38ACEC}
|
||||
|
||||
.UltimateUser_Name{color: #006400}
|
||||
A.UltimateUser_Name:link{color: #006400}
|
||||
A.UltimateUser_Name:visited{color: #006400}
|
||||
|
||||
.ExtremeUser_Name{color: #FF8C00}
|
||||
A.ExtremeUser_Name:link{color: #FF8C00}
|
||||
A.ExtremeUser_Name:visited{color: #FF8C00}
|
||||
|
||||
.VeteranUser_Name{color: #483D8B}
|
||||
A.VeteranUser_Name:link{color: #483D8B}
|
||||
A.VeteranUser_Name:visited{color: #483D8B}
|
||||
|
||||
.InsaneUser_Name{color: #8B008B}
|
||||
A.InsaneUser_Name:link{color: #8B008B}
|
||||
A.InsaneUser_Name:visited{color: #8B008B}
|
||||
|
||||
.CrazyUser_Name{color: #00BFFF}
|
||||
A.CrazyUser_Name:link{color: #00BFFF}
|
||||
A.CrazyUser_Name:visited{color: #00BFFF}
|
||||
|
||||
.EliteUser_Name{color: #008B8B}
|
||||
A.EliteUser_Name:link{color: #008B8B}
|
||||
A.EliteUser_Name:visited{color: #008B8B}
|
||||
|
||||
.PowerUser_Name{color: #DAA520}
|
||||
A.PowerUser_Name:link{color: #DAA520}
|
||||
A.PowerUser_Name:visited{color: #DAA520}
|
||||
|
||||
.User_Name{color: #000000}
|
||||
A.User_Name:link{color: #000000}
|
||||
A.User_Name:visited{color: #000000}
|
||||
|
||||
.Peasant_Name{color: #708090}
|
||||
A.Peasant_Name:link{color: #708090}
|
||||
A.Peasant_Name:visited{color: #708090}
|
||||
|
||||
.color_bonus{color: #1900d1}
|
||||
.color_invite{color: #1900d1}
|
||||
.color_slots{color: #1900d1}
|
||||
.color_downloaded{color: #8b0000}
|
||||
.color_uploaded{color: #008000}
|
||||
.color_ratio{color: #1900d1}
|
||||
.color_active{color: #1900d1}
|
||||
.color_connectable{color: #1900d1}
|
||||
|
||||
.logo
|
||||
{
|
||||
color: #000000;
|
||||
font-family: tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.slogan
|
||||
{
|
||||
color: #333333;
|
||||
font-family: tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.free{color:#f0cc00}
|
||||
.twoup{color:#d2b8b8}
|
||||
.twoupfree{color:#99cc66}
|
||||
.halfdown{color:#7c7ff6}
|
||||
.twouphalfdown{color:#7ad6ea}
|
||||
.thirtypercent{color:#70328d}
|
||||
.free_bg{background-color:#ffff99}
|
||||
.twoup_bg{background-color:#ffecec}
|
||||
.twoupfree_bg{background-color:#ccff99}
|
||||
.halfdown_bg{background-color:#cccdf8}
|
||||
.twouphalfdown_bg{background-color: #96dbea}
|
||||
.thirtypercentdown_bg{background-color:#ddc3ea}
|
||||
.hot{color:#e78d0f}
|
||||
.classic{color:#77b300}
|
||||
.recommended{color:#820084}
|
||||
.new{color:#ff0000}
|
||||
.striking{color:#ff0000}
|
||||
@@ -0,0 +1,67 @@
|
||||
div.niceTitle
|
||||
{
|
||||
background-color: #333333;
|
||||
color: #FFFFFF;
|
||||
font-size: 13px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
padding: 4px;
|
||||
position: absolute;
|
||||
text-align: left;
|
||||
z-index: 20;
|
||||
-moz-border-radius: 0 10px 10px 10px;
|
||||
-webkit-border-top-right-radius: 10px;
|
||||
-webkit-border-bottom-right-radius: 10px;
|
||||
-webkit-border-bottom-left-radius: 10px;
|
||||
-webkit-border-top-left-radius: 0px;
|
||||
border-top-right-radius: 10px;
|
||||
border-bottom-right-radius: 10px;
|
||||
border-bottom-left-radius: 10px;
|
||||
border-top-left-radius: 0px;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87);
|
||||
-moz-opacity: .87;
|
||||
-khtml-opacity: .87;
|
||||
opacity: .87;
|
||||
}
|
||||
div.smilies table
|
||||
{
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
background-color: transparent;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
div.smilies td
|
||||
{
|
||||
background-color: #333333;
|
||||
color: #FFFFFF;
|
||||
border: none;
|
||||
font-size: 13px;
|
||||
z-index: 20;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87);
|
||||
-moz-opacity: .87;
|
||||
-khtml-opacity: .87;
|
||||
opacity: .87;
|
||||
}
|
||||
div.niceTitle .contents
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0 3px;
|
||||
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
|
||||
-moz-opacity: 1;
|
||||
-khtml-opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
div.attach .contents
|
||||
{
|
||||
width: 130px;
|
||||
background:#FFFFFF none repeat scroll 0 0;
|
||||
border:1px solid #E6E7E1;
|
||||
font-size:12px;
|
||||
padding:5px;
|
||||
}
|
||||
div.attach .contents strong
|
||||
{
|
||||
color: #0099CC;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,646 @@
|
||||
body
|
||||
{
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
color: #feffff;
|
||||
font-family: tahoma, arial, helvetica, sans-serif;
|
||||
background-color: #161f2c;
|
||||
}
|
||||
body.inframe
|
||||
{
|
||||
background-image: none;
|
||||
background-color: #0e1927;
|
||||
}
|
||||
table
|
||||
{
|
||||
border-right: medium none;
|
||||
border-top: medium none;
|
||||
border-left: medium none;
|
||||
border-bottom: medium none;
|
||||
border-collapse: collapse;
|
||||
background-color: #0e1927
|
||||
}
|
||||
table.head
|
||||
{
|
||||
background: transparent;
|
||||
height: 100px;
|
||||
width: 920px;
|
||||
}
|
||||
table.main
|
||||
{
|
||||
border-right: medium none;
|
||||
border-top: medium none;
|
||||
border-left: medium none;
|
||||
border-bottom: medium none;
|
||||
background-color: #09111b
|
||||
}
|
||||
table.mainouter
|
||||
{
|
||||
border-right: gray;
|
||||
border-top: gray;
|
||||
border-left: gray;
|
||||
border-bottom: gray;
|
||||
background-color: #09111b
|
||||
}
|
||||
table.message
|
||||
{
|
||||
border-right: #0e1927 1px solid;
|
||||
border-top: #0e1927 1px solid;
|
||||
border-left: #0e1927 1px solid;
|
||||
border-bottom: #0e1927 1px solid
|
||||
}
|
||||
table.bottom
|
||||
{
|
||||
background: none transparent scroll repeat 0% 0%
|
||||
}
|
||||
a.info
|
||||
{
|
||||
z-index: 24;
|
||||
color: #000;
|
||||
position: relative;
|
||||
background-color: #ccc;
|
||||
text-decoration: none
|
||||
}
|
||||
a.info:hover
|
||||
{
|
||||
z-index: 25;
|
||||
background-color: #ff0
|
||||
}
|
||||
a.info span
|
||||
{
|
||||
display: none
|
||||
}
|
||||
a.info:hover span
|
||||
{
|
||||
border-right: #0cf 1px solid;
|
||||
border-top: #0cf 1px solid;
|
||||
display: block;
|
||||
left: 2em;
|
||||
border-left: #0cf 1px solid;
|
||||
width: 15em;
|
||||
color: #000;
|
||||
border-bottom: #0cf 1px solid;
|
||||
position: absolute;
|
||||
top: 2em;
|
||||
background-color: #cff;
|
||||
text-align: center
|
||||
}
|
||||
table.bottom
|
||||
{
|
||||
background: none transparent scroll repeat 0% 0%
|
||||
}
|
||||
h1
|
||||
{
|
||||
}
|
||||
h2
|
||||
{
|
||||
background-position: left top;
|
||||
padding-right: 4px;
|
||||
padding-left: 4px;
|
||||
margin-bottom: 0px;
|
||||
padding-bottom: 3px;
|
||||
padding-top: 3px;
|
||||
background-color: #060a10;
|
||||
background-repeat: repeat;
|
||||
}
|
||||
h2.transparentbg
|
||||
{
|
||||
background-color: transparent;
|
||||
background-image: none
|
||||
}
|
||||
p
|
||||
{
|
||||
}
|
||||
p.sub
|
||||
{
|
||||
margin-bottom: 4pt
|
||||
}
|
||||
td
|
||||
{
|
||||
border-right: #070c13 1px solid;
|
||||
border-top: #070c13 1px solid;
|
||||
border-left: #070c13 1px solid;
|
||||
border-bottom: #070c13 1px solid
|
||||
}
|
||||
td.embedded
|
||||
{
|
||||
border-right: medium none;
|
||||
padding-right: 0px;
|
||||
border-top: medium none;
|
||||
padding-left: 0px;
|
||||
padding-bottom: 0px;
|
||||
border-left: medium none;
|
||||
padding-top: 0px;
|
||||
border-bottom: medium none;
|
||||
text-align: left
|
||||
}
|
||||
td.no_border
|
||||
{
|
||||
border-right: medium none;
|
||||
padding-right: 2px;
|
||||
border-top: medium none;
|
||||
padding-left: 2px;
|
||||
padding-bottom: 3px;
|
||||
border-left: medium none;
|
||||
padding-top: 3px;
|
||||
border-bottom: medium none;
|
||||
background-color: transparent;
|
||||
text-align: left
|
||||
}
|
||||
td.no_border_wide
|
||||
{
|
||||
border-right: medium none;
|
||||
padding-right: 16px;
|
||||
border-top: medium none;
|
||||
padding-top: 0px;
|
||||
border-left: medium none;
|
||||
padding-left: 0px;
|
||||
border-bottom: medium none;
|
||||
padding-bottom: 0px;
|
||||
background-color: transparent;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
td.shoutrow
|
||||
{
|
||||
border-right: medium none;
|
||||
border-top: medium none;
|
||||
border-left: medium none;
|
||||
border-bottom: medium none;
|
||||
background-color: #161f2c
|
||||
}
|
||||
td.bottom
|
||||
{
|
||||
border-right: medium none;
|
||||
border-top: medium none;
|
||||
border-left: medium none;
|
||||
border-bottom: medium none
|
||||
}
|
||||
td.heading
|
||||
{
|
||||
font-weight: bold
|
||||
}
|
||||
td.text
|
||||
{
|
||||
padding-right: 10pt;
|
||||
padding-left: 10pt;
|
||||
padding-bottom: 10pt;
|
||||
padding-top: 10pt
|
||||
}
|
||||
td.comment
|
||||
{
|
||||
padding-right: 10pt;
|
||||
padding-left: 10pt;
|
||||
padding-bottom: 10pt;
|
||||
padding-top: 10pt;
|
||||
text-align: left
|
||||
}
|
||||
td.colhead
|
||||
{
|
||||
white-space:nowrap;
|
||||
font-weight: bold;
|
||||
color: #ffffff;
|
||||
background-color: #060a10
|
||||
}
|
||||
.nowrap
|
||||
{
|
||||
white-space:nowrap;
|
||||
}
|
||||
td.rowhead_left
|
||||
{
|
||||
text-align: left
|
||||
}
|
||||
td.rowhead_center
|
||||
{
|
||||
text-align: center
|
||||
}
|
||||
td.rowhead
|
||||
{
|
||||
font-weight: bold;
|
||||
vertical-align: top;
|
||||
text-align: right
|
||||
}
|
||||
td.rowfollow
|
||||
{
|
||||
}
|
||||
td.colfollow
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
table.torrents td.colhead
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
table.torrents td.rowfollow
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
td.toolbox
|
||||
{
|
||||
}
|
||||
td.title
|
||||
{
|
||||
}
|
||||
td.navigation
|
||||
{
|
||||
border-right: medium none;
|
||||
border-top: medium none;
|
||||
font-weight: bold;
|
||||
border-left: medium none;
|
||||
border-bottom: medium none
|
||||
}
|
||||
td.clear
|
||||
{
|
||||
border-right: 0px;
|
||||
border-top: 0px;
|
||||
background: none transparent scroll repeat 0% 0%;
|
||||
border-left: 0px;
|
||||
border-bottom: 0px
|
||||
}
|
||||
form
|
||||
{
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px
|
||||
}
|
||||
.sublink
|
||||
{
|
||||
font-weight: normal;
|
||||
font-style: italic
|
||||
}
|
||||
font.gray
|
||||
{
|
||||
color: #aca899;
|
||||
text-decoration: underline
|
||||
}
|
||||
.attach img
|
||||
{
|
||||
border: 0;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
.attach a:link
|
||||
{
|
||||
color: #0099CC;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.attach .size
|
||||
{
|
||||
color: gray;
|
||||
}
|
||||
a:link
|
||||
{
|
||||
color: #feffff;
|
||||
text-decoration: none
|
||||
}
|
||||
a:visited
|
||||
{
|
||||
color: #feffff;
|
||||
text-decoration: none
|
||||
}
|
||||
a:hover
|
||||
{
|
||||
color: #4c5c6b
|
||||
}
|
||||
a.index
|
||||
{
|
||||
font-weight: bold
|
||||
}
|
||||
a.biglink
|
||||
{
|
||||
font-weight: bold;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink:link
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #a83838;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink:visited
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #a83838;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink:hover
|
||||
{
|
||||
text-decoration: underline
|
||||
}
|
||||
a.faqlink:link
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #a83838;
|
||||
text-decoration: none
|
||||
}
|
||||
a.faqlink:visited
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #a83838;
|
||||
text-decoration: none
|
||||
}
|
||||
a.faqlink:hover
|
||||
{
|
||||
text-decoration: underline
|
||||
}
|
||||
a.altlink_blue:link
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #004e98;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink_blue:visited
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #004e98;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink_blue:hover
|
||||
{
|
||||
text-decoration: underline
|
||||
}
|
||||
a.altlink_green:link
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #007800;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink_green:visited
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #007800;
|
||||
text-decoration: none
|
||||
}
|
||||
a.altlink_green:hover
|
||||
{
|
||||
text-decoration: underline
|
||||
}
|
||||
.important
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
.red
|
||||
{
|
||||
color: #ee0000
|
||||
}
|
||||
.yellow
|
||||
{
|
||||
color: #997700
|
||||
}
|
||||
.green
|
||||
{
|
||||
color: #feffff
|
||||
}
|
||||
.btn2
|
||||
{
|
||||
}
|
||||
.btn
|
||||
{
|
||||
}
|
||||
.small
|
||||
{
|
||||
}
|
||||
.big
|
||||
{
|
||||
}
|
||||
li
|
||||
{
|
||||
margin-top: 6pt;
|
||||
margin-bottom: 6pt;
|
||||
margin-left: 16pt;
|
||||
}
|
||||
ul
|
||||
{
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
img
|
||||
{
|
||||
border: 0;
|
||||
}
|
||||
img.border
|
||||
{
|
||||
border-right: #070c13 1px solid;
|
||||
border-top: #070c13 1px solid;
|
||||
border-left: #070c13 1px solid;
|
||||
border-bottom: #070c13 1px solid
|
||||
}
|
||||
.gobutton
|
||||
{
|
||||
background: #476ba2;
|
||||
color: #fff
|
||||
}
|
||||
.codetop
|
||||
{
|
||||
padding-right: 3px;
|
||||
padding-left: 3px;
|
||||
font-weight: bold;
|
||||
background: url(./code.gif) #f1b000 no-repeat right 50%;
|
||||
padding-bottom: 3px;
|
||||
margin: 0px auto;
|
||||
color: #000;
|
||||
padding-top: 3px
|
||||
}
|
||||
.codemain
|
||||
{
|
||||
border-right: #000 1px solid;
|
||||
padding-right: 3px;
|
||||
border-top: #000 1px solid;
|
||||
padding-left: 3px;
|
||||
background: #fff;
|
||||
padding-bottom: 3px;
|
||||
margin: 0px auto;
|
||||
border-left: #000 1px solid;
|
||||
color: #000;
|
||||
padding-top: 3px;
|
||||
border-bottom: #000 1px solid
|
||||
}
|
||||
.dropmenu
|
||||
{
|
||||
background:#F2F9FD none repeat scroll 0 0;
|
||||
border:3px solid #A6C9D7;
|
||||
margin-top:3px;
|
||||
opacity:0.9;
|
||||
position:absolute;
|
||||
text-align:left;
|
||||
}
|
||||
.dropmenu ul
|
||||
{
|
||||
list-style-type: none;
|
||||
white-space: nowrap;
|
||||
padding:10px;
|
||||
}
|
||||
.dropmenu ul li
|
||||
{
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
ul.menu
|
||||
{
|
||||
list-style-image: none;
|
||||
list-style-type: none;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
}
|
||||
ul.menu li
|
||||
{
|
||||
display: inline;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
ul.menu li a
|
||||
{
|
||||
color: #ffffff;
|
||||
border: medium none;
|
||||
background-color: #020204;
|
||||
border: 1px none #000000;
|
||||
padding: 5px 10px;
|
||||
text-decoration: none;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
font-family: verdana;
|
||||
font-variant: normal;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
}
|
||||
ul.menu li a:link
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
ul.menu li a:visited
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
ul.menu li a:hover
|
||||
{
|
||||
color: #ffffff;
|
||||
background-color: #4d5e6d;
|
||||
}
|
||||
ul.menu li a:active
|
||||
{
|
||||
color: #ffffff;
|
||||
}
|
||||
ul.menu li.selected a
|
||||
{
|
||||
background-image: none;
|
||||
background-color: #4d5e6d;
|
||||
}
|
||||
ul.menu li.selected a:hover
|
||||
{
|
||||
background-image: none;
|
||||
background-color: #4d5e6d;
|
||||
}
|
||||
.listitem
|
||||
{
|
||||
margin-left: 10px;
|
||||
margin-right: 5px
|
||||
}
|
||||
.StaffLeader_Name{color: #8b0000}
|
||||
A.StaffLeader_Name:link{color: #8b0000}
|
||||
A.StaffLeader_Name:visited{color: #8b0000}
|
||||
|
||||
.SysOp_Name{color: #a0522d}
|
||||
A.SysOp_Name:link{color: #a0522d}
|
||||
A.SysOp_Name:visited{color: #a0522d}
|
||||
|
||||
.Administrator_Name{color: #4b0082}
|
||||
A.Administrator_Name:link{color: #4b0082}
|
||||
A.Administrator_Name:visited{color: #4b0082}
|
||||
|
||||
.Moderator_Name{color: #6495ED}
|
||||
A.Moderator_Name:link{color: #6495ED}
|
||||
A.Moderator_Name:visited{color: #6495ED}
|
||||
|
||||
.ForumModerator_Name{COLOR: #1cc6d5}
|
||||
A.ForumModerator_Name:link{COLOR: #1cc6d5}
|
||||
A.ForumModerator_Name:visited{COLOR: #1cc6d5}
|
||||
|
||||
.Retiree_Name{COLOR: #1cc6d5}
|
||||
A.Retiree_Name:link{COLOR: #1cc6d5}
|
||||
A.Retiree_Name:visited{COLOR: #1cc6d5}
|
||||
|
||||
.Uploader_Name{color: #DC143C}
|
||||
A.Uploader_Name:link{color: #DC143C}
|
||||
A.Uploader_Name:visited{color: #DC143C}
|
||||
|
||||
.VIP_Name{color: #009F00}
|
||||
A.VIP_Name:link{color: #009F00}
|
||||
A.VIP_Name:visited{color: #009F00}
|
||||
|
||||
.NexusMaster_Name{color: #38ACEC}
|
||||
A.NexusMaster_Name:link{color: #38ACEC}
|
||||
A.NexusMaster:visited{color: #38ACEC}
|
||||
|
||||
.UltimateUser_Name{color: #006400}
|
||||
A.UltimateUser_Name:link{color: #006400}
|
||||
A.UltimateUser_Name:visited{color: #006400}
|
||||
|
||||
.ExtremeUser_Name{color: #FF8C00}
|
||||
A.ExtremeUser_Name:link{color: #FF8C00}
|
||||
A.ExtremeUser_Name:visited{color: #FF8C00}
|
||||
|
||||
.VeteranUser_Name{color: #483D8B}
|
||||
A.VeteranUser_Name:link{color: #483D8B}
|
||||
A.VeteranUser_Name:visited{color: #483D8B}
|
||||
|
||||
.InsaneUser_Name{color: #8B008B}
|
||||
A.InsaneUser_Name:link{color: #8B008B}
|
||||
A.InsaneUser_Name:visited{color: #8B008B}
|
||||
|
||||
.CrazyUser_Name{color: #00BFFF}
|
||||
A.CrazyUser_Name:link{color: #00BFFF}
|
||||
A.CrazyUser_Name:visited{color: #00BFFF}
|
||||
|
||||
.EliteUser_Name{color: #008B8B}
|
||||
A.EliteUser_Name:link{color: #008B8B}
|
||||
A.EliteUser_Name:visited{color: #008B8B}
|
||||
|
||||
.PowerUser_Name{color: #DAA520}
|
||||
A.PowerUser_Name:link{color: #DAA520}
|
||||
A.PowerUser_Name:visited{color: #DAA520}
|
||||
|
||||
.User_Name{color: #BEBCBE}
|
||||
A.User_Name:link{color: #BEBCBE}
|
||||
A.User_Name:visited{color: #BEBCBE}
|
||||
|
||||
.Peasant_Name{color: #708090}
|
||||
A.Peasant_Name:link{color: #708090}
|
||||
A.Peasant_Name:visited{color: #708090}
|
||||
|
||||
.color_bonus{color: #9aa5b1}
|
||||
.color_invite{color: #9aa5b1}
|
||||
.color_slots{color: #9aa5b1}
|
||||
.color_downloaded{color: #ff5353}
|
||||
.color_uploaded{color: #00cc00}
|
||||
.color_ratio{color: #9aa5b1}
|
||||
.color_active{color: #9aa5b1}
|
||||
.color_connectable{color: #9aa5b1}
|
||||
|
||||
.logo
|
||||
{
|
||||
color: #ffffff;
|
||||
font-family: tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.slogan
|
||||
{
|
||||
color: #ffffff;
|
||||
font-family: tahoma, arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.free{color:#989609}
|
||||
.twoup{color:#3e8ce7}
|
||||
.twoupfree{color:#04bf0d}
|
||||
.halfdown{color:#7c7ff6}
|
||||
.twouphalfdown{color:#7ad6ea}
|
||||
.thirtypercent{color:#70328d}
|
||||
.free_bg{}
|
||||
.twoup_bg{}
|
||||
.twoupfree_bg{}
|
||||
.halfdown_bg{}
|
||||
.twouphalfdown_bg{}
|
||||
.thirtypercentdown_bg{}
|
||||
.hot{color:#e78d0f}
|
||||
.classic{color:#77b300}
|
||||
.recommended{color:#820084}
|
||||
.new{color:#ff0000}
|
||||
.striking{color:#ff0000}
|
||||
|
After Width: | Height: | Size: 339 B |
@@ -0,0 +1,25 @@
|
||||
.curtain {
|
||||
display: none;
|
||||
position: fixed;
|
||||
top: 0%;
|
||||
left: 0%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: black;
|
||||
z-index:1001;
|
||||
opacity:.80;
|
||||
filter: alpha(opacity=80);
|
||||
}
|
||||
|
||||
.lightbox {
|
||||
display: none;
|
||||
position: fixed;
|
||||
text-align: center;
|
||||
top: 5%;
|
||||
left: 5%;
|
||||
width: 90%;
|
||||
height: 90%;
|
||||
padding: 0px;
|
||||
z-index:1002;
|
||||
overflow: auto;
|
||||
}
|
||||
|
After Width: | Height: | Size: 11 KiB |
@@ -0,0 +1,96 @@
|
||||
body
|
||||
{
|
||||
font-size: 8pt;
|
||||
}
|
||||
h1
|
||||
{
|
||||
font-size: 12pt
|
||||
}
|
||||
h2
|
||||
{
|
||||
font-size: 12pt
|
||||
}
|
||||
p
|
||||
{
|
||||
font-size: 11pt
|
||||
}
|
||||
td
|
||||
{
|
||||
font-size: 10.5pt
|
||||
}
|
||||
table.torrents td.rowfollow
|
||||
{
|
||||
font-size: 9pt
|
||||
}
|
||||
table.torrentname td.embedded
|
||||
{
|
||||
font-size: 9.5pt
|
||||
}
|
||||
td.comment
|
||||
{
|
||||
font-size: 9pt
|
||||
}
|
||||
td.title
|
||||
{
|
||||
font-size: 14pt
|
||||
}
|
||||
td.navigation
|
||||
{
|
||||
font-size: 10pt
|
||||
}
|
||||
.sublink
|
||||
{
|
||||
font-size: 9pt
|
||||
}
|
||||
a.biglink
|
||||
{
|
||||
font-size: 10.5pt
|
||||
}
|
||||
.important
|
||||
{
|
||||
font-size: 10.5pt
|
||||
}
|
||||
input
|
||||
{
|
||||
font-family: tahoma, arial, helvetica, sans-serif;
|
||||
font-size: 10.5pt;
|
||||
}
|
||||
select
|
||||
{
|
||||
font-family: tahoma, arial, helvetica, sans-serif;
|
||||
font-size: 10.5pt;
|
||||
}
|
||||
select.med
|
||||
{
|
||||
font-size: 9pt;
|
||||
}
|
||||
textarea
|
||||
{
|
||||
overflow: auto;
|
||||
font-family: tahoma, arial, helvetica, sans-serif;
|
||||
font-size: 10.5pt;
|
||||
}
|
||||
.small
|
||||
{
|
||||
font-size: 9pt
|
||||
}
|
||||
.medium
|
||||
{
|
||||
font-size: 9pt
|
||||
}
|
||||
.big
|
||||
{
|
||||
font-size: 12pt
|
||||
}
|
||||
ul.menu
|
||||
{
|
||||
font-size: 13px;
|
||||
}
|
||||
.logo
|
||||
{
|
||||
font-size: 25pt
|
||||
}
|
||||
.slogan
|
||||
{
|
||||
font-size: 9pt
|
||||
}
|
||||
@@ -0,0 +1,96 @@
|
||||
body
|
||||
{
|
||||
font-size: 8pt;
|
||||
}
|
||||
h1
|
||||
{
|
||||
font-size: 12pt
|
||||
}
|
||||
h2
|
||||
{
|
||||
font-size: 12pt
|
||||
}
|
||||
p
|
||||
{
|
||||
font-size: 10pt
|
||||
}
|
||||
td
|
||||
{
|
||||
font-size: 9pt
|
||||
}
|
||||
table.torrents td.rowfollow
|
||||
{
|
||||
font-size: 8pt
|
||||
}
|
||||
table.torrentname td.embedded
|
||||
{
|
||||
font-size: 9pt
|
||||
}
|
||||
td.comment
|
||||
{
|
||||
font-size: 9pt
|
||||
}
|
||||
td.title
|
||||
{
|
||||
font-size: 14pt
|
||||
}
|
||||
td.navigation
|
||||
{
|
||||
font-size: 10pt
|
||||
}
|
||||
.sublink
|
||||
{
|
||||
font-size: 8pt
|
||||
}
|
||||
a.biglink
|
||||
{
|
||||
font-size: 10pt
|
||||
}
|
||||
.important
|
||||
{
|
||||
font-size: 9pt
|
||||
}
|
||||
input
|
||||
{
|
||||
font-family: tahoma, arial, helvetica, sans-serif;
|
||||
font-size: 9pt;
|
||||
}
|
||||
select
|
||||
{
|
||||
font-family: tahoma, arial, helvetica, sans-serif;
|
||||
font-size: 9pt;
|
||||
}
|
||||
select.med
|
||||
{
|
||||
font-size: 9pt;
|
||||
}
|
||||
textarea
|
||||
{
|
||||
overflow: auto;
|
||||
font-family: tahoma, arial, helvetica, sans-serif;
|
||||
font-size: 9pt;
|
||||
}
|
||||
.small
|
||||
{
|
||||
font-size: 9pt
|
||||
}
|
||||
.medium
|
||||
{
|
||||
font-size: 9pt
|
||||
}
|
||||
.big
|
||||
{
|
||||
font-size: 10.5pt
|
||||
}
|
||||
ul.menu
|
||||
{
|
||||
font-size: 13px;
|
||||
}
|
||||
.logo
|
||||
{
|
||||
font-size: 25pt
|
||||
}
|
||||
.slogan
|
||||
{
|
||||
font-size: 9pt
|
||||
}
|
||||
|
After Width: | Height: | Size: 3.7 KiB |
@@ -0,0 +1,96 @@
|
||||
body
|
||||
{
|
||||
font-size: 8pt;
|
||||
}
|
||||
h1
|
||||
{
|
||||
font-size: 12pt
|
||||
}
|
||||
h2
|
||||
{
|
||||
font-size: 10pt
|
||||
}
|
||||
p
|
||||
{
|
||||
font-size: 9pt
|
||||
}
|
||||
td
|
||||
{
|
||||
font-size: 8pt
|
||||
}
|
||||
table.torrents td.rowfollow
|
||||
{
|
||||
font-size: 8pt
|
||||
}
|
||||
table.torrentname td.embedded
|
||||
{
|
||||
font-size: 8pt
|
||||
}
|
||||
td.comment
|
||||
{
|
||||
font-size: 8pt
|
||||
}
|
||||
td.title
|
||||
{
|
||||
font-size: 14pt
|
||||
}
|
||||
td.navigation
|
||||
{
|
||||
font-size: 10pt
|
||||
}
|
||||
.sublink
|
||||
{
|
||||
font-size: 7pt
|
||||
}
|
||||
a.biglink
|
||||
{
|
||||
font-size: 9pt
|
||||
}
|
||||
.important
|
||||
{
|
||||
font-size: 8pt
|
||||
}
|
||||
input
|
||||
{
|
||||
font-family: tahoma, arial, helvetica, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
select
|
||||
{
|
||||
font-family: tahoma, arial, helvetica, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
select.med
|
||||
{
|
||||
font-size: 8pt;
|
||||
}
|
||||
textarea
|
||||
{
|
||||
overflow: auto;
|
||||
font-family: tahoma, arial, helvetica, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
.small
|
||||
{
|
||||
font-size: 7pt
|
||||
}
|
||||
.medium
|
||||
{
|
||||
font-size: 8pt
|
||||
}
|
||||
.big
|
||||
{
|
||||
font-size: 10.5pt
|
||||
}
|
||||
ul.menu
|
||||
{
|
||||
font-size: 13px;
|
||||
}
|
||||
.logo
|
||||
{
|
||||
font-size: 25pt
|
||||
}
|
||||
.slogan
|
||||
{
|
||||
font-size: 8pt
|
||||
}
|
||||
@@ -0,0 +1,476 @@
|
||||
img.female
|
||||
{
|
||||
width:32px;
|
||||
height:32px;
|
||||
background:url(png.png) 0 0;
|
||||
}
|
||||
img.male
|
||||
{
|
||||
width:32px;
|
||||
height:32px;
|
||||
background:url(png.png) -32px 0;
|
||||
}
|
||||
img.bookmark
|
||||
{
|
||||
width:16px;
|
||||
height:16px;
|
||||
background:url(png.png) -64px 0;
|
||||
}
|
||||
img.delbookmark
|
||||
{
|
||||
width:16px;
|
||||
height:16px;
|
||||
background:url(png.png) -64px -16px;
|
||||
}
|
||||
img.download
|
||||
{
|
||||
width:16px;
|
||||
height:16px;
|
||||
background:url(png.png) -80px 0;
|
||||
}
|
||||
img.ie
|
||||
{
|
||||
width:80px;
|
||||
height:15px;
|
||||
background:url(icons.gif) -110px -20px;
|
||||
}
|
||||
img.firefox
|
||||
{
|
||||
width:80px;
|
||||
height:15px;
|
||||
background:url(icons.gif) -110px -35px;
|
||||
}
|
||||
img.azureus
|
||||
{
|
||||
width:80px;
|
||||
height:15px;
|
||||
background:url(icons.gif) -110px -50px;
|
||||
}
|
||||
img.utorrent
|
||||
{
|
||||
width:80px;
|
||||
height:15px;
|
||||
background:url(icons.gif) -110px -65px;
|
||||
}
|
||||
img.unlockednew
|
||||
{
|
||||
width:35px;
|
||||
height:36px;
|
||||
background:url(icons.gif) -100px -100px;
|
||||
}
|
||||
img.unlocked
|
||||
{
|
||||
width:35px;
|
||||
height:36px;
|
||||
background:url(icons.gif) -100px -136px;
|
||||
}
|
||||
img.lockednew
|
||||
{
|
||||
width:35px;
|
||||
height:36px;
|
||||
background:url(icons.gif) -135px -100px;
|
||||
}
|
||||
img.locked
|
||||
{
|
||||
width:35px;
|
||||
height:36px;
|
||||
background:url(icons.gif) -135px -136px;
|
||||
}
|
||||
img.unreadpm
|
||||
{
|
||||
width:35px;
|
||||
height:36px;
|
||||
background:url(icons.gif) -170px -100px;
|
||||
}
|
||||
img.readpm
|
||||
{
|
||||
width:35px;
|
||||
height:36px;
|
||||
background:url(icons.gif) -170px -136px;
|
||||
}
|
||||
img.pro_free
|
||||
{
|
||||
width:36px;
|
||||
height:11px;
|
||||
background:url(icons.gif) 0 0;
|
||||
}
|
||||
img.pro_2up
|
||||
{
|
||||
width:36px;
|
||||
height:11px;
|
||||
background:url(icons.gif) -36px 0;
|
||||
}
|
||||
img.pro_free2up
|
||||
{
|
||||
width:36px;
|
||||
height:11px;
|
||||
background:url(icons.gif) -72px 0;
|
||||
}
|
||||
img.pro_50pctdown
|
||||
{
|
||||
width:36px;
|
||||
height:11px;
|
||||
background:url(icons.gif) -108px 0;
|
||||
}
|
||||
img.pro_50pctdown2up
|
||||
{
|
||||
width:36px;
|
||||
height:11px;
|
||||
background:url(icons.gif) -144px 0;
|
||||
}
|
||||
img.pro_30pctdown
|
||||
{
|
||||
width:36px;
|
||||
height:11px;
|
||||
background:url(icons.gif) -180px 0;
|
||||
}
|
||||
img.cheaterbox
|
||||
{
|
||||
width:14px;
|
||||
height:14px;
|
||||
background:url(icons.gif) 0 -11px;
|
||||
}
|
||||
img.reportbox
|
||||
{
|
||||
width:14px;
|
||||
height:14px;
|
||||
background:url(icons.gif) -14px -11px;
|
||||
}
|
||||
img.staffbox
|
||||
{
|
||||
width:14px;
|
||||
height:14px;
|
||||
background:url(icons.gif) -28px -11px;
|
||||
}
|
||||
img.inbox
|
||||
{
|
||||
width:14px;
|
||||
height:14px;
|
||||
background:url(icons.gif) -42px -11px;
|
||||
}
|
||||
img.inboxnew
|
||||
{
|
||||
width:14px;
|
||||
height:14px;
|
||||
background:url(icons.gif) -56px -11px;
|
||||
}
|
||||
img.sentbox
|
||||
{
|
||||
width:14px;
|
||||
height:14px;
|
||||
background:url(icons.gif) -70px -11px;
|
||||
}
|
||||
img.arrowup
|
||||
{
|
||||
width:7px;
|
||||
height:8px;
|
||||
background:url(icons.gif) 0 -160px;
|
||||
}
|
||||
img.arrowdown
|
||||
{
|
||||
width:7px;
|
||||
height:8px;
|
||||
background:url(icons.gif) -7px -160px;
|
||||
}
|
||||
img.buddylist
|
||||
{
|
||||
width:11px;
|
||||
height:12px;
|
||||
background:url(icons.gif) 0 -148px;
|
||||
}
|
||||
img.rss
|
||||
{
|
||||
width:11px;
|
||||
height:12px;
|
||||
background:url(icons.gif) -11px -148px;
|
||||
}
|
||||
img.comments
|
||||
{
|
||||
width:16px;
|
||||
height:16px;
|
||||
background:url(icons.gif) 0 -25px;
|
||||
}
|
||||
img.files
|
||||
{
|
||||
width:13px;
|
||||
height:16px;
|
||||
background:url(icons.gif) -16px -25px;
|
||||
}
|
||||
img.time
|
||||
{
|
||||
width:16px;
|
||||
height:16px;
|
||||
background:url(icons.gif) -29px -25px;
|
||||
}
|
||||
img.size
|
||||
{
|
||||
width:16px;
|
||||
height:16px;
|
||||
background:url(icons.gif) -45px -25px;
|
||||
}
|
||||
img.seeders
|
||||
{
|
||||
width:15px;
|
||||
height:16px;
|
||||
background:url(icons.gif) -61px -25px;
|
||||
}
|
||||
img.leechers
|
||||
{
|
||||
width:15px;
|
||||
height:16px;
|
||||
background:url(icons.gif) -76px -25px;
|
||||
}
|
||||
img.snatched
|
||||
{
|
||||
width:14px;
|
||||
height:16px;
|
||||
background:url(icons.gif) -91px -25px;
|
||||
}
|
||||
img.disabledbig
|
||||
{
|
||||
width:16px;
|
||||
height:16px;
|
||||
background:url(icons.gif) 0 -41px;
|
||||
}
|
||||
img.leechwarnedbig
|
||||
{
|
||||
width:16px;
|
||||
height:16px;
|
||||
background:url(icons.gif) -16px -41px;
|
||||
}
|
||||
img.starbig
|
||||
{
|
||||
width:16px;
|
||||
height:16px;
|
||||
background:url(icons.gif) -32px -41px;
|
||||
}
|
||||
img.warnedbig
|
||||
{
|
||||
width:16px;
|
||||
height:16px;
|
||||
background:url(icons.gif) -48px -41px;
|
||||
}
|
||||
img.disabled
|
||||
{
|
||||
width:11px;
|
||||
height:11px;
|
||||
background:url(icons.gif) 0 -57px;
|
||||
}
|
||||
img.leechwarned
|
||||
{
|
||||
width:11px;
|
||||
height:11px;
|
||||
background:url(icons.gif) -11px -57px;
|
||||
}
|
||||
img.star
|
||||
{
|
||||
width:11px;
|
||||
height:11px;
|
||||
background:url(icons.gif) -22px -57px;
|
||||
}
|
||||
img.warned
|
||||
{
|
||||
width:11px;
|
||||
height:11px;
|
||||
background:url(icons.gif) -33px -57px;
|
||||
}
|
||||
img.dt_download
|
||||
{
|
||||
width:14px;
|
||||
height:14px;
|
||||
background:url(icons.gif) 0 -68px;
|
||||
}
|
||||
img.dt_edit, img.dt_delete
|
||||
{
|
||||
width:14px;
|
||||
height:14px;
|
||||
background:url(icons.gif) -14px -68px;
|
||||
}
|
||||
img.dt_report
|
||||
{
|
||||
width:14px;
|
||||
height:14px;
|
||||
background:url(icons.gif) -28px -68px;
|
||||
}
|
||||
img.dt_reseed
|
||||
{
|
||||
width:14px;
|
||||
height:14px;
|
||||
background:url(icons.gif) -42px -68px;
|
||||
}
|
||||
img.faq_new
|
||||
{
|
||||
width:40px;
|
||||
height:11px;
|
||||
background:url(icons.gif) 0 -82px;
|
||||
}
|
||||
img.faq_updated
|
||||
{
|
||||
width:40px;
|
||||
height:11px;
|
||||
background:url(icons.gif) -11px -82px;
|
||||
}
|
||||
img.staff_edit
|
||||
{
|
||||
width:16px;
|
||||
height:16px;
|
||||
background:url(icons.gif) 0 -93px;
|
||||
}
|
||||
img.staff_delete
|
||||
{
|
||||
width:16px;
|
||||
height:16px;
|
||||
background:url(icons.gif) -16px -93px;
|
||||
}
|
||||
img.button_online
|
||||
{
|
||||
width:15px;
|
||||
height:15px;
|
||||
background:url(icons.gif) 0 -109px;
|
||||
}
|
||||
img.button_offline
|
||||
{
|
||||
width:15px;
|
||||
height:15px;
|
||||
background:url(icons.gif) -15px -109px;
|
||||
}
|
||||
img.button_pm
|
||||
{
|
||||
width:21px;
|
||||
height:13px;
|
||||
background:url(icons.gif) -34px -202px;
|
||||
}
|
||||
img.speed_up
|
||||
{
|
||||
width:10px;
|
||||
height:15px;
|
||||
background:url(icons.gif) 0 -124px;
|
||||
}
|
||||
img.speed_down
|
||||
{
|
||||
width:10px;
|
||||
height:15px;
|
||||
background:url(icons.gif) -10px -124px;
|
||||
}
|
||||
img.plus
|
||||
{
|
||||
width:9px;
|
||||
height:9px;
|
||||
background:url(icons.gif) 0 -139px;
|
||||
}
|
||||
img.minus
|
||||
{
|
||||
width:9px;
|
||||
height:9px;
|
||||
background:url(icons.gif) -9px -139px;
|
||||
}
|
||||
img.sticky
|
||||
{
|
||||
width:14px;
|
||||
height:14px;
|
||||
background:url(icons.gif) 0 -202px;
|
||||
}
|
||||
img.forum_mod
|
||||
{
|
||||
width:20px;
|
||||
height:20px;
|
||||
background:url(icons.gif) -14px -202px;
|
||||
}
|
||||
img.imdb
|
||||
{
|
||||
width:16px;
|
||||
height:16px;
|
||||
background:url(icons.gif) -55px -202px;
|
||||
}
|
||||
img.top
|
||||
{
|
||||
width:15px;
|
||||
height:13px;
|
||||
background:url(icons.gif) -71px -202px;
|
||||
}
|
||||
img.multipage
|
||||
{
|
||||
width:8px;
|
||||
height:10px;
|
||||
background:url(icons.gif) -86px -202px;
|
||||
}
|
||||
img.listicon
|
||||
{
|
||||
width:4px;
|
||||
height:4px;
|
||||
background:url(icons.gif) -94px -202px;
|
||||
}
|
||||
img.no_gender
|
||||
{
|
||||
width:16px;
|
||||
height:23px;
|
||||
background:url(icons.gif) -98px -202px;
|
||||
}
|
||||
img.bar_left
|
||||
{
|
||||
width:2px;
|
||||
height:9px;
|
||||
background:url(icons.gif) 0 -183px;
|
||||
}
|
||||
img.bar_right
|
||||
{
|
||||
width:2px;
|
||||
height:9px;
|
||||
background:url(icons.gif) -2px -183px;
|
||||
}
|
||||
td.loadbarbg
|
||||
{
|
||||
height:15px;
|
||||
background:url(bar.gif) repeat-x 0 0;
|
||||
}
|
||||
img.loadbargreen
|
||||
{
|
||||
height:15px;
|
||||
background:url(bar.gif) repeat-x 0 -15px;
|
||||
}
|
||||
img.loadbarred
|
||||
{
|
||||
height:15px;
|
||||
background:url(bar.gif) repeat-x 0 -30px;
|
||||
}
|
||||
img.loadbaryellow
|
||||
{
|
||||
height:15px;
|
||||
background:url(bar.gif) repeat-x 0 -45px;
|
||||
}
|
||||
img.progbarrest
|
||||
{
|
||||
height:9px;
|
||||
background:url(bar.gif) repeat-x 0 -60px;
|
||||
}
|
||||
img.progbargreen
|
||||
{
|
||||
height:9px;
|
||||
background:url(bar.gif) repeat-x 0 -69px;
|
||||
}
|
||||
img.progbarred
|
||||
{
|
||||
height:9px;
|
||||
background:url(bar.gif) repeat-x 0 -78px;
|
||||
}
|
||||
img.progbaryellow
|
||||
{
|
||||
height:9px;
|
||||
background:url(bar.gif) repeat-x 0 -87px;
|
||||
}
|
||||
img.bar_end
|
||||
{
|
||||
width:1px;
|
||||
height:10px;
|
||||
background:url(bar.gif) 0 -96px;
|
||||
}
|
||||
img.unsltbar
|
||||
{
|
||||
height:10px;
|
||||
background:url(bar.gif) repeat-x 0 -106px;
|
||||
}
|
||||
img.sltbar
|
||||
{
|
||||
height:10px;
|
||||
background:url(bar.gif) repeat-x 0 -116px;
|
||||
}
|
||||