Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
  #1  
Old 7th November 2021, 13:56
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Default [Progress] TBDev Theme
PHP Code:
<?php
/* Database credentials. Assuming you are running MySQL
server with default setting (user 'root' with no password) */
define('DB_SERVER''localhost');
define('DB_USERNAME''root');
define('DB_PASSWORD''');
define('DB_NAME''tbdev');

/* Attempt to connect to MySQL database */
$link mysqli_connect(DB_SERVERDB_USERNAMEDB_PASSWORDDB_NAME);

// Check connection
if($link === false){
    die(
"ERROR: Could not connect. " mysqli_connect_error());
}
?>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Underground - Just In Time!</title>
<link rel="icon" href="favicon.ico" />
<link rel="stylesheet" href="styles.min.css" type="text/css">
</head>

<body>


<div id="Statusdiv"><div style="margin-top:8px;margin-left: 10px;"><a href="userdetails.php?id=452141" style="text-decoration:none">SceneKidz</a> <a href="/logout.php"><img src="logout.png" alt="Logout"></a>  (Inf.) Rep: <img src='reputation_pos.gif' border='0' alt="Reputation Power 2
scenekidz is an unknown quantity at this point" title="Reputation Power 2 scenekidz is an unknown quantity at this point" /> <a href="#" style="text-decoration:none;">Invites: <font class="blue">1</font></a> Up: <font class="blue">10.000 GB</font> DL: <font class="blue">0.000 kB</font> <img src="arrowup.gif"> <font class="blue">0 <img src="arrowdown.gif"> 0</font> Bonus: <a href="/mybonus.php" style="text-decoration: none">0.0 <img height="12px" border=0 title="Your Seed Bonus Points" src="bp1.png"></a> <a href="/chat.php" style="text-decoration:none">Chat</a></div><div style="margin-left: 860px;padding:2px 0px;margin-top:-15px;height:40px;">2021-11-05 15:21</div><div style="margin-left: 950px;padding:11px 5px 5px;margin-top: -56px;height:40px;"><span class=smallfont><a href=inbox.php><img height=14px border=0 alt=inbox title='inbox (no new messages)' src=inbox.gif></a></span></div><div style="padding:11px 5px 5px; height:40px;"></div></div><div id="head-container"><div id="head-left"><a href="/index.php"><img border="0" src="xmen.jpg" height=150 width=952 cellpadding="0" style="margin-top: -80px;margin-left: 14px;" ></a></div></div></div>

<style>
#container {
  background: silver;
    width:960px;
    margin:-80px auto;
}

#header {

  width: 960px;
  height: 30px;

  }


@import url(https://fonts.googleapis.com/css?family=Roboto:300);
*{
  margin: 0; padding: 0;
  font-family: 'Roboto', sans-serif;
}
.cm-e-menu {
    background-color: #222;
    position: relative;
    z-index: 1000;
    color: #fff;
    font-weight: 200;
    box-shadow: 0 0 10px black;
    }
.cm-e-menu ul {
    margin: 0; padding: 0;
}
.cm-e-menu li {
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    text-transform: capitalize !important;
    list-style: none;

    -webkit-transition: background-color ease-in 300ms;
    -moz-transition: background-color ease-in 300ms;
    -ms-transition: background-color ease-in 300ms;
    -o-transition: background-color ease-in 300ms;
    transition: background-color ease-in 300ms;
}
.cm-e-menu li:hover {
    background-color: #3d3d3d;
    text-shadow: 0 10px 10px #222;
}
.cm-e-menu ul li.topmenu {
    display: inline-table;
    padding: .3em 1em;
}
.cm-e-menu .topmenu ul {
    display:none;
    position: absolute;
    background-color: #222;
}
.cm-e-menu li:hover > ul {
    display: table;
}
.cm-e-menu ul.submenu {
    top: 100%; left: 0;
    padding-top: .5em;
    padding-bottom: .5em;
    box-shadow: 0 0 10px black;
}
.cm-e-menu ul.submenu .submenu {
    top: -.5em; left: 100%;
    font-size: 1em
}
.cm-e-menu ul.submenu li {
    padding: .2em 1.5em;
    font-size: .9rem;
}
.cm-e-menu li.divider {
    padding: 0;
    border-top: 1px solid #343434;
    margin: .5rem auto .3rem;
    cursor: default;
}
.cm-e-menu li.divider:hover {
    background-color: transparent;
}
ul, li {

}


#content {
  margin-top: 8px;
  margin-left: 10px;
  background: gray;
  height: 500px;
    float:left;
    width:610px;
}

#sidebar {
  margin-left: 10px;
  margin-top: 8px;
  background: gray;
float: left;
    width:340px;
}

#footer {
  background: silver;
  margin-top: 500px;
  margin-left: 10px;
  position: fixed;
  height: 56px;
  width: 960px;
    clear:both;
}
</style>

<div id="header">


</div>
<div style="padding:1.4em;"></div>
<div id="container">


        <div class="cm-e-menu" style="padding:0.4em;">
            <ul>
<li class="topmenu"><a>News</a></li>
     <li class="topmenu"><a>Home</a></li>
 <li class="topmenu"><a>Upload</a></li>
  <li class="topmenu"><a>Forums</a></li>

 <li class="topmenu"><a>Rules</a></li>

              <li class="topmenu"><a>Shop</a></li>

              <li class="topmenu"><a>Browse</a></li>

<li class="topmenu"><a>Tickets</a></li>

<li class="topmenu">
                    <a>settings</a>
                    <ul class="submenu">
                        <li>
                            <a>font</a>
                            <ul class="submenu">
                                <li><a>larger</a></li>
                                <li><a>smaller</a></li>
                                <li class="divider"></li>
                                <li><a>default</a></li>
                            </ul>
                        </li>
                        <li>
                            <a>indentation</a>
                            <ul class="submenu">
                                <li><a>+1 space</a></li>
                                <li><a>-1 space</a></li>
                                <li class="divider"></li>
                                <li><a>default</a></li>
                            </ul>
                        </li>
                    </ul>
                </li>

<li class="topmenu">
                    <a>Profile</a>
                    <ul class="submenu">
                        <li>
                            <a>font</a>
                            <ul class="submenu">
                                <li><a>larger</a></li>
                                <li><a>smaller</a></li>
                                <li class="divider"></li>
                                <li><a>default</a></li>
                            </ul>
                        </li>
                        <li>
                            <a>indentation</a>
                            <ul class="submenu">
                                <li><a>+1 space</a></li>
                                <li><a>-1 space</a></li>
                                <li class="divider"></li>
                                <li><a>default</a></li>
                            </ul>
                        </li>
                    </ul>
                </li>



            </ul>
        </div></div>

<div style="margin-top: 80px;margin-left: 10px;background: #FF00FF;border:1px solid #353939;padding:0.3em;width:952px;">We would like to welcome <b><a href="userdetails.php?id=458930">Snip3r</a></b> to UndergroundGamerz</div>

<br />




    <div id="content">

    <div class=cm-e-menu style=padding:0.8em;></div>
 <div style="padding:0.4em;"></div>
 <div class=cm-e-menu style=padding:1em;></div>

 What is a HnR and why do I see this message ?

Scenetime is a ratio-based tracker which means you need to seed back whatever you grab from the site, either to a 1.1 ratio or 72 hours. So, this means if you grab a 1 gig file, you need to keep it seeding/running in your client until either you have seeded to someone else 1.0 gigs or for 72 hours total.

A few reasons you might be seeing a Hit and Run message onsite:

1. You grabbed a file and are not seeding back (you stopped the file running in your client). This, by definition, is a HnR.

2. You are not using an approved torrent client for this site and your stats are not showing correctly (please check the approved client list in the FAQ section).

3. Some people do not leave their computer/client running 24/7. As soon as the site notices your client has disconnected from the seeding list, it will flag you. BUT once you start your computer/client, it will pick up where it left off, BUT the flag is already there, so when you click on the HnR message, it will say "good job you DON'T have any HnR."

4. Your client has not reported to the tracker after 1 hour.


How can I avoid a HnR warning??

1. Be sure to get on new files first so you get that chance to seed back to anyone that grabs after you .

2. Be sure if you grab an older file, you can leave your client running for at least 72 hours without stopping it (if you grab an older torrent, you might not have people trying to grab the same file for a long time, if ever, to achieve a 1.1 ratio).

3. Be 100% sure the file you are clicking "download torrent" on is what you want and has seeders once you click download torrent. The site assumes you grabbed it and will seed it back per the rules.


Are there any exceptions to the rule?

Short answer is no.
BUT if you have a issue that is not listed here, please contact a global mod or admin for help.


What If I:

-grabbed the wrong torrent. You are stuck seeding or paying off the HnR. Make better choices on your picks.

-grabbed only the sample to check quality. You will have to seed back whatever you grabbed from the site.


Am I immune from HNR if I donate for Upload Credit or FreeLeech?

-All current HnR's on your required seeding list along with any incurred during the VIP period will be permanently removed from your list.

-Once the VIP period is over, you will once again be subject to the HnR policy. Again, no donation makes you IMMUNE for life, just for the period of your current VIP.


It says I have torrents that require seeding even though they are seeding?

If you have torrents in your client that are "queued," they are not available, and you will need to increase the maximum number of active torrents (upload or download). You can do this in uTorrent by going to Options > Preferences > Queuing > Queue Settings > Change the number in the box to a quantity more than the number of torrents in your client.

Your client may have be showing they are seeding but by checking the tracker tab of the torrent in question if it is showing anything over 1 hour you may need to do a force re-check/update tracker or even close your client and reopen it.


There seems to be a difference between my client stats and the stats on my HNR list?

You need to make sure that you are only using the clients displayed on the approved list. If you wish to receive support on any HNR issue, you must first ensure that you are using one of those on the list, this includes the exact version numbers. Also, remember that the tracker is around 30 minutes behind your client, as this is how often the tracker updates your stats.


I have slow upload speeds, will this result in all my torrents being on the HNR list?

No, it is the amount of torrents you download that will have a bearing on how many torrents you have on your list. You should only download what you can effectively upload back. If this means limiting how much you download to improve your ability to seed back, then that is what you must do.


I have limited storage space, so I cannot seed my torrents back indefinitely?

You should limit your download activity to match your ability to upload those torrents back. It is not good to continually download torrents if you do not have enough storage space to keep them there until you have fully seeded them back. If you do not want to curtail your download activity, then you will have to invest in extra storage space.


Do I have to seed FreeLeech torrents back?

Yes, every torrent you download from SceneTime, including Freeleech, is expected to be seeded back fully.  This has always been the case. The implementation of the HNR system did not change that.


How long am I expected to seed a torrent for if it has no leechers?

Every torrent you download, including FreeLeech is expected to be seeded back to a ratio of 1.0 or for 72 hours. If you remove them from your client, pause, or stop them before they reach a ratio of 1.0 or 72 hours, they will be placed on your required seeding list until you either start to seed them again, or you use BP to clear your HnR flags.

This, however, does not mean that every torrent with a ratio below 1.0 has to be seeded forever. If you have a torrent which you no longer wish to seed, you can buy it with your bonus points or surplus upload credit.


Is there a limit on how many torrents I can buy out?

No, but we expect you to seed all of your torrents with a ratio below 1:1 for a few days. This way we know that you have at least made an effort to seed your torrents back.


Will my account be disabled if I cannot seed all of my torrents back or use BP too many times?

No, as long as you make an effort to seed back your torrents your account will not be in any jeopardy. The system is there to remind you that you have removed or stopped a torrent that still needs to be seeded to a ratio of 1:1.


Can I buy off torrents if my overall SceneTime ratio is below 1.00?

Yes you can, but only with bonus points. You need surplus upload credit to buy off a torrent this way. If your ratio is below 1.00, you will not have any surplus credit as you have downloaded more than you have uploaded.


Why can't I buy off torrents with upload credit even though my ratio is above 1.00?

You need a buffer to clear with upload credit. Buffer is upload credit minus download credit. For example, if you have uploaded 3GB more than you have downloaded, you will not be allowed to clear anything larger than 3GB as this would result in your ratio dropping below 1.00.


How many bonus points should I get for seeding my torrents?

The system is set up to give you 0.2 points per hour for each torrent you seed up to a maximum of 20 torrents. This means that you can achieve a maximum of 4 bonus points per hour for seeding 20 torrents. You can earn 96 bonus points per day if you seed the maximum. The system rewards you with bonus points even if no one is leeching from you, just another reason why it pays to keep your torrents open in your client.


I have already built up a large ratio buffer and good ratio, the HNR system shouldn't apply to me.

Yes it should. Seeding back high amounts on a select few torrents should not make you exempt from seeding all of your files. This system was introduced to stop people from just pick-and-choosing the files they want to seed. The system is indiscriminate, and everyone is expected to seed their files regardless of buffer or ratio.


What can I do to help me seed my files back?

You should try to download torrents within a few hours of being uploaded, and check the peer information on each torrent so that you know if you have a good chance of seeding those torrents back (avoid high seeder/low leecher torrents). Limit the amount of old torrents you download as these are usually the hardest to seed back. Finally, just keep them seeding for longer.


I removed a torrent from my client when it reached a ratio of 1:1, it then appeared in my HNR list...why?

If you think one of your torrents has reached a ratio of 1:1, you should first pause it in your client and then wait a minimum of 60 minutes to give the tracker time to update. If the torrent does not appear in your list after this time period, you know it is safe to remove the torrent from your client. If it does appear in your HNR list, it will tell you how much more you need to seed back before you can remove it from your client. Always check your torrents in this way as it is the tracker ratio on that site that counts, not your client ratio.

Alternatively, you can make sure that the tracker has updated by also pausing a torrent that you know has a ratio below 1:1, as well as the other torrent you want to check. Only when the tracker has updated will you see the torrent with a ratio below 1:1 on your seeding list. If the original torrent that you were checking has not appeared on the seeding list, you will know for sure that it is safe to remove.


Why is a torrent that I only partially downloaded showing in my HNR list?

Every torrent you download (even partial downloads) will appear in your HNR list if you remove them from your client or pause/stop seeding them before they reach a ratio of 1:1.

I received a HnR warning, but there isn't any torrents in my required seeding list?

Please remember: If you have been away and received a HnR warning stating you had [x] HnR's, when you turn your PC back on and log into your SceneTime account, your HnR's will no longer be in your required seeding list as your client would have started seeding again and updated with the SceneTime tracker.

How do I fix this HnR message?

If you get  one of these hit and runs messages , you just have to do one of three things to get rid of it:

-Pay it off with Bonus points. BP payoff is based on how long is left to get a 1.1 ratio

-Pay it off with upload credit. Also  based on how much is left to seed.

OR

-Start seeding and pick up where your counter left off. Once you reach either 1.1 ratio OR 72 hours the flag will go away


And there is always the option to donate. This trumps everything discussed in this thread.

Click here to donate

        sidebar content here
    </div>

    <div id="sidebar">
    <div class=cm-e-menu style=padding:0.8em;></div>
    <div style=padding:0.4em;></div>
<div class=cm-e-menu style=padding:0.5em;>Poll: SceneTime forums and you...</div>
<table cellspacing='0' cellpadding='10' width='200' border='1'><tbody><td border=0 class=text>
<form method=post action=index.php>
<input type=radio name=choice value=0>Never been there. I just don't like interaction.<br>
<input type=radio name=choice value=1>Never been there. I am going to have a look now.<br>
<input type=radio name=choice value=2>I used to check them but haven't in a while.<br>
<input type=radio name=choice value=3>I'm there all the time.<br>
<input type=radio name=choice value=4>Occasionally I go to get help by reading the guides.<br>
<input type=radio name=choice value=5>Occasionally I go to get help from the staff.<br>
<input type=radio name=choice value=6>I go to join in the games.<br>
<input type=radio name=choice value=7>The games look fun but could do with a refresh.<br>
<input type=radio name=choice value=8>Competitions is what gets me in there.<br>
<input type=radio name=choice value=9>I just put in my random number guess and I'm done for the month.<br>
<input type=radio name=choice value=10>There are forums? - Who knew!<br>
<p align=center><input type=submit value='Vote' class="cm-e-menu"></p>    </td></tr></table>





        sidebar content here
    </div>

    <div id="footer">
        footer content here
    </div>
Click the image to open in full size.
Attached Files
File Type: rar www.rar (196.9 KB, 17 views)

Last edited by BamBam0077; 16th November 2021 at 10:09.
Reply With Quote
  #2  
Old 13th November 2021, 16:57
Elena Elena is offline
Senior Member
 
Join Date: Sep 2010
P2P
Posts: 111
Default
Code:
<?header("Cache-Control: public, max-age=604800, immutable");?>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" type="image/x-icon" href="data:image/x-icon">
The site icon will be in the cache and not constantly beaten with the request to refresh any page.
Reply With Quote
  #3  
Old 16th November 2021, 10:02
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Default
// promote user account from sysop to vip if id=2
mysqli_query($link, "UPDATE users SET groups='vip' WHERE id='2' and groups='sysop' limit 1");

Click the image to open in full size.

Click the image to open in full size.

Bump: https://undergroundpark.w3spaces.com/

Bump: https://advertiser.trafficjunky.com/dashboard

Bump:

Bump:

Bump:
PHP Code:
body{background:#343635;font-family:"verdana,arial,tahoma,helvetica,sans-serif"; background-size: 100% 100%;font-size:8pt;background-color:#343635;color:#FFF;margin-top:0;margin-bottom:0}


htmldivspanappletobjectiframe,
h1h2h3h4h5h6pblockquotepre,
aabbracronymaddressbigcitecode,
deldfnemimginskbdqssamp,
smallstrikestrongsubsuptt, var,
buicenter,
dldtddolulli,
fieldsetformlabellegendcaptiontbodytfoottheadtrth,
articleasidecanvasdetailsembed,
figurefigcaptionfooterhgroupoutputrubysectionsummary,
timemarkaudiovideo {
  
margin0;
  
padding0;
  
border0;
  
font-size100%;
  
fontinherit;
  
vertical-alignbaseline;
}
table {

  
border0;
}
olul {
  list-
stylenone;
}

a:linka:visited
{
    
text-decoration none;
    
color           #ffffff; /*   Change the font color of links */
}
/*
a:hover
{
    color : #00aeff; /* Change the font color of the hover links */
}
*/
.
pagination {
  
margin-top: -10px;
  
padding8px;
  
displayinline-block;
  
vertical-alignbaseline;
  
zoom1;
}

.
pagination2 {
margin-top: -6px;
margin-left5px;
  
padding7px 10px;
  
widthauto;
  
heightauto;
  
floatleft;
  
background-clippadding-box;
  
border1px solid;
  
border-color#070809 #0d0e0f #131517;
  
border-colorrgba(0000.8rgba(0000.65rgba(0000.5);
  
border-radius3px;
  
zoom1;
  *
displayinline;
  *
vertical-alignauto;
  
background-image: -webkit-linear-gradient(toprgba(0000.12), rgba(0000));
  
background-image: -moz-linear-gradient(toprgba(0000.12), rgba(0000));
  
background-image: -o-linear-gradient(toprgba(0000.12), rgba(0000));
  
background-imagelinear-gradient(to bottomrgba(0000.12), rgba(0000));
  -
webkit-box-shadow0 1px rgba(2552552550.05);
  
box-shadow0 1px rgba(2552552550.05);
}

.
pagination4 {
margin-top: -34px;
margin-left375px;
  
padding7px 10px;
  
width9px;
  
heightauto;
  
background-clippadding-box;
  
border1px solid;
  
border-color#070809 #0d0e0f #131517;
  
border-colorrgba(0000.8rgba(0000.65rgba(0000.5);
  
border-radius3px;
  
zoom1;
  *
displayinline;
  *
vertical-alignauto;
  
background-image: -webkit-linear-gradient(toprgba(0000.12), rgba(0000));
  
background-image: -moz-linear-gradient(toprgba(0000.12), rgba(0000));
  
background-image: -o-linear-gradient(toprgba(0000.12), rgba(0000));
  
background-imagelinear-gradient(to bottomrgba(0000.12), rgba(0000));
  -
webkit-box-shadow0 1px rgba(2552552550.05);
  
box-shadow0 1px rgba(2552552550.05);
}

.
pagination3 {
  
margin-top: -8px;
  
padding2px;
  
heightauto;
  
displayinline-block;
  
vertical-alignbaseline;
  
zoom1;
}

.
pagination3 a, .pagination3 span {
  
floatleft;
  
padding0 6px;
  
min-width17px;
  
line-height27px;
  
font-family'Helvetica Neue'HelveticaArialsans-serif;
  
font-size12px;
  
font-weight500;
  
color#d4d4d4;
  
text-aligncenter;
  
text-decorationnone;
  
border1px solid black;
  
border-radius3px;
}

.
pagination a, .pagination span {
margin-top: -6px;
  
floatleft;
  
margin-left5px;
  
padding0 6px;
  
min-width17px;
  
line-height27px;
  
font-family'Helvetica Neue'HelveticaArialsans-serif;
  
font-size12px;
  
font-weight500;
  
color#d4d4d4;
  
text-aligncenter;
  
text-decorationnone;
  
border1px solid black;
  
border-radius3px;
}

.
pagination2 a, .pagination2span {
  
floatleft;
  
margin-left5px;
  
padding0 6px;
  
min-width17px;
  
line-height27px;
  
font-family'Helvetica Neue'HelveticaArialsans-serif;
  
font-size12px;
  
font-weight500;
  
color#d4d4d4;
  
text-aligncenter;
  
text-decorationnone;
  
border1px solid black;
  
border-radius3px;
}

.
pagination :first-child {
  
margin-left0;
}
.
pagination {
  
text-decorationnone;
  
text-shadow0 1px black;
  
background-clippadding-box;
  
border-colorrgba(0000.9);
  
background-image: -webkit-linear-gradient(toprgba(2552552550.04), rgba(2552552550));
  
background-image: -moz-linear-gradient(toprgba(2552552550.04), rgba(2552552550));
  
background-image: -o-linear-gradient(toprgba(2552552550.04), rgba(2552552550));
  
background-imagelinear-gradient(to bottomrgba(2552552550.04), rgba(2552552550));
  -
webkit-box-shadowinset 0 0 0 1px rgba(2552552550.04), inset 0 1px rgba(2552552550.04), inset 0 -1px rgba(0000.15), 0 1px 1px rgba(0000.1);
  
box-shadowinset 0 0 0 1px rgba(2552552550.04), inset 0 1px rgba(2552552550.04), inset 0 -1px rgba(0000.15), 0 1px 1px rgba(0000.1);
  -
webkit-transition0.1s ease-out;
  -
moz-transition0.1s ease-out;
  -
o-transition0.1s ease-out;
  
transition0.1s ease-out;
}
.
pagination2 {
  
text-decorationnone;
  
text-shadow0 1px black;
  
background-clippadding-box;
  
border-colorrgba(0000.9);
  
background-image: -webkit-linear-gradient(toprgba(2552552550.04), rgba(2552552550));
  
background-image: -moz-linear-gradient(toprgba(2552552550.04), rgba(2552552550));
  
background-image: -o-linear-gradient(toprgba(2552552550.04), rgba(2552552550));
  
background-imagelinear-gradient(to bottomrgba(2552552550.04), rgba(2552552550));
  -
webkit-box-shadowinset 0 0 0 1px rgba(2552552550.04), inset 0 1px rgba(2552552550.04), inset 0 -1px rgba(0000.15), 0 1px 1px rgba(0000.1);
  
box-shadowinset 0 0 0 1px rgba(2552552550.04), inset 0 1px rgba(2552552550.04), inset 0 -1px rgba(0000.15), 0 1px 1px rgba(0000.1);
  -
webkit-transition0.1s ease-out;
  -
moz-transition0.1s ease-out;
  -
o-transition0.1s ease-out;
  
transition0.1s ease-out;
}

.
pagination3 {
  
text-decorationnone;
  
text-shadow0 1px black;
  
background-clippadding-box;
  
border-colorrgba(0000.9);
  
background-image: -webkit-linear-gradient(toprgba(2552552550.04), rgba(2552552550));
  
background-image: -moz-linear-gradient(toprgba(2552552550.04), rgba(2552552550));
  
background-image: -o-linear-gradient(toprgba(2552552550.04), rgba(2552552550));
  
background-imagelinear-gradient(to bottomrgba(2552552550.04), rgba(2552552550));
  -
webkit-transition0.1s ease-out;
  -
moz-transition0.1s ease-out;
  -
o-transition0.1s ease-out;
  
transition0.1s ease-out;
}

.
pagination a:hover {
  
background-color#333;
  
background-colorrgba(2552552550.05);
}

.
pagination2 a:hover {
  
background-color#333;
  
background-colorrgba(2552552550.05);
}
.
pagination span, .pagination a:active {
  
color#eee;
  
text-shadow-1px black;
  
background#1c1c1c;
  
backgroundrgba(2552552550.01);
  
border-colorblack rgba(0000.65rgba(0000.6);
  -
webkit-box-shadowinset 0 1px rgba(0000.05), inset 0 2px 2px rgba(0000.3), 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(0000.05), inset 0 2px 2px rgba(0000.3), 0 1px rgba(2552552550.06);
}

.
pagination2 span, .pagination2 a:active {
  
color#eee;
  
text-shadow-1px black;
  
background#1c1c1c;
  
backgroundrgba(2552552550.01);
  
border-colorblack rgba(0000.65rgba(0000.6);
  -
webkit-box-shadowinset 0 1px rgba(0000.05), inset 0 2px 2px rgba(0000.3), 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(0000.05), inset 0 2px 2px rgba(0000.3), 0 1px rgba(2552552550.06);
}
.
pagination .prev {
  
font-familyNoteworthyArialsans-serif;
  
font-size14px;
}

.
pagination .next {
  
font-familyNoteworthyArialsans-serif;
  
font-size14px;
}

@
import url(http://fonts.googleapis.com/css?family=Roboto:300);
*{
  
margin0padding0;
  
font-family'Roboto'sans-serif;
}
.
cm-e-menu {
    
border-top1px solid #222;
    
border-bottom1px solid #222;
    
background-color#222;
    /*background-color: #4a75ff;*/
    
positionrelative;
    
z-index1000;
    
height40px;
    
color#fff;
    
font-weight200;
    
font-size12pt;
    
min-width65%;
    
max-width950px;
  -
moz-box-shadow-5px 5px -5px #000;
  
-webkit-box-shadow-5px 5px -5px #000;
  
box-shadow-5px 5px -5px #000;
    
}
.
cm-e-menu ul {
    
margin0padding5px;
}
.
cm-e-menu li {
    
positionrelative;
    
white-spacenowrap;
    
cursorpointer;
    
text-transformcapitalize !important;
    list-
stylenone;

    -
webkit-transitionbackground-color ease-in 300ms;
    -
moz-transitionbackground-color ease-in 300ms;
    -
ms-transitionbackground-color ease-in 300ms;
    -
o-transitionbackground-color ease-in 300ms;
    
transitionbackground-color ease-in 300ms;
}
.
cm-e-menu li:hover {

    
color#fff;
    
background-color#403b3b;
    
border1px solid #222;
    /*
    background-color: #800000;
    font-weight:bold;
    box-shadow: -1px 1px 0 #660000;*/
}
.
cm-e-menu ul li.topmenu {
    
displayinline-table;
    
padding.3em 1em;
}
.
cm-e-menu .topmenu ul {
    
display:none;
    
positionabsolute;
    
background-color#3f3f3f;
}
.
cm-e-menu li:hover ul {
    
displaytable;
}
.
cm-e-menu ul.submenu {
    
margin-top: -2px;
    
top100%; left: -45px;
    
padding-top.5em;
    
padding-bottom.5em;
    
box-shadow0 0 10px black;
}
.
cm-e-menu ul.submenu2 {
    
margin-top: -2px;
    
top100%; left0px;
    
width95%;
    
padding-top.5em;
    
padding-bottom.5em;
    
box-shadow0 0 10px black;
}
.
cm-e-menu ul.submenu3 {
    
margin-top: -2px;
    
top100%; left: -18px;
    
padding-top.5em;
    
padding-bottom.5em;
    
box-shadow0 0 10px black;
}
.
cm-e-menu ul.submenu .submenu {
    
top: -.5emleft100%;
    
font-size1em
}
.
cm-e-menu ul.submenu li {
    
padding.2em 1.5em;
    
font-size.9rem;
}
.
cm-e-menu div.divider {
    
padding0;
    
border-top1px solid #343434;
    
margin.5rem auto .3rem;
    
cursor: default;
}
ulli {
}

body{
backgroundurl(https://secure.static.tumblr.com/618b414eeb9ba907b4b3313b312f7787/jipz5gn/2JRn3616o/tumblr_static_library-356113.jpg) no-repeat center center fixed;
-webkit-background-sizecover;
-
moz-background-sizecover;
-
o-background-sizecover;
background-sizecover;
font-family      tahomaarialhelveticasans-serif;
font-size        8pt;
color            #ffffff; /*  Change the overall font color */
marginauto;
margin-top       5px;
margin-bottom    20px;
max-width880px;
}

.
img-thumbnail{
display:inline-block;
max-width:100%;
height:130px;
padding:4px;
line-height:1.42857143;
background-color:#fff;
border:1px solid #ddd;
border-radius:4px;
-
webkit-transition:all .2s ease-in-out;
-
o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
}

/* Smooth Caption */
.smooth
{
    
opacity1;
    
floatleft;
    
positionrelative;
    
overflowhidden;
    -
webkit-transition0.5s Ease;
    -
moz-transition0.5s Ease;
    -
o-transition0.5s Ease;
    
transition0.5s Ease;
}
.
smooth:hover img
{
    
opacity0.6;
    
box-shadow0px 0px 10px #333333;
}
.
go-left
{
    
background-colorrgba(0,0,0,0.5);
    
color#FFFFFF;
    
positionabsolute;
    
bottom: -5px;
    
right: -600px;
    
width100px;
    
height25px;
    
text-align:center;
    
font-size8pt;
    
margin8px;
    
padding10px;
    -
webkit-transition0.5s Ease;
    -
moz-transition0.5s Ease;
    -
o-transition0.5s Ease;
    
transition0.5s Ease;
}
.
smooth:hover > .go-left
{
    
right:0px;
}



table.bottom
{
    
background transparent;
}

table.top10 {
  
min-width48%;
  
max-width48%;
  
margin-left10px;
  
background #38383e;
}

table.top102 {

  
min-width48%;
  
max-width48%;
  
margin-left435px;
  -
webkit-margin-start: -0px;
  
margin-top0px;
  
background #38383e;
}


table.browse
{
    
width95%;
    
background #525254;
}

table.indexbrowse
{
    
width100%;
    
background #525254;
}

.
sticky
{
    
background-color #404142;
}

h1
{
    
font-size  12pt;
    
text-align center;
}

h2
{
    
font-size     10pt;
    
margin-bottom 6px;
    
text-align    center;
}

p
{
    
font-size 8pt;
}
td {

    
font-size 8pt;
    
border-top1px solid #353939;
    
border-left1px solid #2e3131;
    
border-right1px solid #2e3131;
    
border-bottom1px solid #2e3131;
}

td.2
{
    
font-size 8pt;
    
border-top1px solid #353939;
    
border-left1px solid #2e3131;
    
border-right1px solid #2e3131;
    
border-bottom1px solid #2e3131
}
td.beta_forum_idea {

  
bordernone;
}

td.beta_forum_idea_2
{

}

td.forums
{
    
margin-top: -65px;
    
font-size 8pt;
    
border-top1px solid #353939;
    
border-left1px solid #2e3131;
    
border-right1px solid #2e3131;
    
border-bottom1px solid #2e3131
}

div.index
{

    
font-size 8pt;
    
border-bottom1px solid #2e3131;
}

td.std
{
    
font-size 8pt;
    
#border   : 0px solid;
}

td.comm
{
    
font-size 8pt;
    
border    1px solid #000000;
}

td.detail
{
    
font-size   8pt;
    
font-weight bold;
    
border      1px solid #000000;
}

td.embedded
{
    
border     none;
    
padding    0;
    
text-align left;
}

td.forum
{
    
#background-color     : #000000;
    #border               : 1px solid #8B2500;
    
font-family           VerdanaHelveticasans-serif;
    
font-size             11px;
    
padding               1px;
    -
webkit-border-radius 6px !important;
    -
moz-border-radius    6px !important;
}

td.bottom
{
    
border none;
}

td.heading
{
    
font-weight bold;
}

td.text
{
    
padding    10pt;
    
text-align left;
}

td.comment
{
    
padding    10pt;
    
font-size  8pt;
    
text-align left;
}

td.colhead
{
    
padding0.5em;
    
font-weight      bold;
    
color            #ffffff; /*  Change the font color to match altlink_forum */
    
background-color #525254; /* Comment out to use an Image */
}

/* Top1 Type,Name,Comments,Size etc header */
td.top1head
{
    
padding0.5em;
    
bordernone;
    
font-weight      bold;
    
color            #ffffff; /*  Change the font color to match altlink_forum */
    
background-color #525254; /* Comment out to use an Image */
}

/* Top2 Type,Name,Comments,Size etc header */
td.top2head
{
    
padding0.5em;
    
bordernone;
    
font-weight      bold;
    
color            #ffffff; /*  Change the font color to match altlink_forum */
    
background-color #525254; /* Comment out to use an Image */
}

/* Type,Name,Comments,Size etc header */
td.browsehead
{
    
padding0.5em;
    
bordernone;
    
font-weight      bold;
    
color            #ffffff; /*  Change the font color to match altlink_forum */
    
background-color #4d5254; /* Comment out to use an Image */
}

a.altlink_forum:visited
{
    
font-weight     bold;
    
color           #ffffff; /*   Change the font color to match altlink_forum */
    
text-decoration none;
}

a.altlink_forum:hover
{
    
text-decoration none;
    
color           #ff0000; /*   Change the font color of the hover links in forums */
}

td.rowhead
{
    
font-size 8pt;
}

td.forumhead
{
    
font-size 8pt;
}

td.beta_forumhead' {

    font-size : 8pt;
margin-top: -25px;
}

td.seedhead {

 font-size : 8pt;
 margin-left: -15px;
}
td.cathead {

    text-align            : center;
    text-decoration       : none;
    padding               : 1px 2px;
    -webkit-box-shadow    : 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow       : 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow            : 0 1px 2px rgba(0, 0, 0, .2);
    color                 : #000000; /* Changes the font    color of the buttons */
    background            : #444647; /* Changes the top color of the button */

}
td.uphead {

    text-decoration       : none;
    padding               : 1px 2px;
    -webkit-box-shadow    : 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow       : 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow            : 0 1px 2px rgba(0, 0, 0, .2);
    color                 : #000000; /* Changes the font    color of the buttons */
    background            : #444647; /* Changes the top color of the button */

}

td.rowhead_form
{
    font-weight : bold;
}

td.navigation
{
    font-weight : bold;
    font-size   : 10pt;
    border      : none;
}

td.clear
{
    padding    : 0;
    border     : 0;
    background : transparent;
}

td.track
{
    font-weight     : bold;
    text-align      : left;
    #vertical-align : top;
    border          : 0;
}

div.newbutt{

  margin-top: -40px;
  margin-left: 757px;
}
legend
{
    text-align : center;
}

form
{
    margin-top    : 0;
    margin-bottom : 0;
}

a.altlink:link, a.altlink:visited
{
    font-weight     : bold;
    color           : #a83838; /*   Change the font color of the Edit, Delete (forums), E, D (News on index) etc..*/
    text-decoration : none;
}

a.altlink:hover
{
    text-decoration : none;
}

.red
{
    color : #ee0000;
}

input, select, textarea
{
    font-size : 8pt;
}

.small
{
    font-size : 7pt;
}

fieldset
{
    width       : 95%;
    border      : solid #0F5C8E 1px;
    padding     : 0 1em 1em 1em;
    margin-left : 15px;
}

a {

 text-decoration : none;
}

a.catlink:link
{
    text-decoration : none;
}

a.catlink:hover
{
    color : #d83c3c;
}

/* font sizes valid */
.font_size_1
{
    font-size : xx-small;
}

.font_size_2
{
    font-size : x-small;
}

.font_size_3
{
    font-size : small;
}

.font_size_4
{
    font-size : medium;
}

.font_size_5
{
    font-size : large;
}

.font_size_6
{
    font-size : x-large;
}

.font_size_7
{
    font-size : xx-large;
}

/*-------------------------------------------- Start of Polls ----------------------------------------*/
.poll
{
    background-color : #19191b; /* Changes the background color of the Polls*/
}

#poll_container
{
    margin-left: 250px;
    border      : 1px solid #333333;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size   : 12px;
    padding     : 5px;
    width       : 400px;
}

#poll_title
{
    border      : none;
    font-size   : 14px;
    font-weight : bold;
    text-align  : center;
}

.barmax, .bar
{
    border        : 1px solid #666666;
    padding-left  : 2px;
    padding-right : 2px;
}

.bar
{
    background : #cc4400;
}

.barmax
{
    background : #0033cc;
}
/*------------------------------------------- End of Polls -------------------------------------------*/

.roundedCorners
{
    border                : 1px solid #000;
    -moz-border-radius    : 6px;
    -webkit-border-radius : 6px;
}

.codetop
{
    background  : #0099FF url(/images/bbcode/code.jpg) no-repeat right;
    color       : #000;
    font-weight : bold;
    margin      : 0 auto 0 auto;
    padding     : 3px;
    border      : 1px solid #000;
    width       : 470px;
}

.codemain
{
    background : #FFF;
    border     : 1px solid #000;
    color      : #000;
    margin     : 0 auto 0 auto;
    padding    : 3px;
    width      : 470px;
    overflow   : auto;
    height     : 150px;
}

/*--------------------------------- Start For Donation Page - Align Offers ---------------------------*/
.thumbnail
{
    float  : left;
    width  : 225px;
    height : 272px;
}

.clearboth
{
    clear : both;
}

#wrapper
{
    padding  : 0;
    width    : 675px;
    height   : auto;
    position : relative;
}
/*--------------------------------- End For Donation Page - Align Offers -----------------------------*/

/*--------------------------------- Start OK Submit Buttons Styling ----------------------------------*/
.btn
{
    display               : inline-block;
    outline               : none;
    cursor                : pointer;
    text-align            : center;
    text-decoration       : none;
    /*font: 16px Helvetica, sans-serif;*/
    padding: 7px 12px;
        color: #fff;
    text-shadow: 1px 1px #1f272b;
  background: #444647;
  border-top: 1px solid #353939;
  border-left: 1px solid #2e3131;
  border-right: 1px solid #2e3131;
  border-bottom: 1px solid #2e3131;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);

}

.btn:hover
{
    background      : #8a9199; /*   Changes the top color of the button */
    /* 1st Value Changes the background color of the top layer of button.*/
    /* 2nd value changes the bottom color layer of button */
    background      : -webkit-gradient(linear, left top, left bottom, from(#c1c9d4), to(#8a9199));
    background      : -moz-linear-gradient(top, #c1c9d4, #8a9199);
    filter          : progid:DXImaGETransform.Microsoft.gradient(startColorstr = '
#c1c9d4', endColorstr = '#8a9199');
    
text-decoration none;
    
color           #ffffff; /* Changes the font  color of the buttons on hover*/
}

.
fmbtn {

outlinenone;
cursorpointer;
text-aligncenter;
text-decorationnone;
padding7px 12px;
color#fff;
text-shadow1px 1px #1f272b;
background#444647;
border-top1px solid #353939;
border-left1px solid #2e3131;
border-right1px solid #2e3131;
border-bottom1px solid #2e3131;
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
box-shadowinset 0 1px rgba(2552552550.06);
}

.
fmbtn:hover
{
    
background      #8a9199; /*   Changes the top color of the button */
    /* 1st Value Changes the background color of the top layer of button.*/
    /* 2nd value changes the bottom color layer of button */
    
background      : -webkit-gradient(linearleft topleft bottomfrom(#c1c9d4), to(#8a9199));
    
background      : -moz-linear-gradient(top#c1c9d4, #8a9199);
    
filter          progid:DXImaGETransform.Microsoft.gradient(startColorstr '#c1c9d4'endColorstr '#8a9199');
    
text-decoration none;
    
color           #ffffff; /* Changes the font  color of the buttons on hover*/
}

/*---------------------------------- End OK Submit Buttons Styling -----------------------------------*/

/*-------------------------------------- Start Statusbar Styling -------------------------------------*/

#newbar
{
    
margin-top: -80px;
    
height45px;
    
width900px;
    
padding5px 5px;
   
/*float: right;*/
    /*width: auto;*/
}

#newbar p.newinfo
{
     
padding0.5em;
     
float right;
    
color white;
}

#newbar p.newtime {

    
margin-top: -15px;
    
float right;
    
color white;
}

#newbar p.newmsg {

    
margin-top: -15px;
    
margin-left: -15px;
    
float right;
    
color white;
}
.
details_base {
    
padding0.5em;
     
float right;
     
margin-top: -10px;
    
margin-left300px;
    
color white;
}
/*-------------------------------------- End Statusbar Styling ---------------------------------------*/

/* Tooltip container */
.tooltip {
    
positionrelative;
    
displayinline-block;
    
border-bottom1px dotted black/* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    
visibilityhidden;
    
width120px;
    
background-colorblack;
    
color#fff;
    
text-aligncenter;
    
padding5px 0;
    
border-radius6px;

    
/* Position the tooltip text - see examples below! */
    
positionabsolute;
    
z-index1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    
visibilityvisible;
}


/*-------------------------------------- Start Staff Tools Styling -----------------------------------*/
.TSPbutton
{
    
border                2px solid #28282a; /*Change border color of buttons*/
    
display               block;
    -
moz-border-radius    20px;
    -
webkit-border-radius 20px;
    
width                 170px;
    
margin                0 0 15px 0;
}

.
TSPbutton span
{
    
display               block;
    -
moz-border-radius    20px;
    -
webkit-border-radius 20px;
    
padding               15px 10px 15px 10px;
    
text-align            center;
    
color                 #ffffff; /*Change font color    of buttons*/
    
font-size             13px;
    
line-height           1.3em;
}

.
TSPbutton:hover
{
    
background #525254; /*    Change background color of buttons while hovering */
}

.
TSPbutton span:hover
{
    
color #00ff00; /*Change font color    of buttons*/
}
/*-------------------------------------- End Staff Tools Styling -------------------------------------*/

/*----------------------------------------- Start Userdetails Content --------------------------------*/
#featured ul.ui-tabs-nav
{
    list-
style :none;
    
margin   1em 0;
    
padding 0;
    
text-align center;
}

#featured ul.ui-tabs-nav li
{
    
display inline;
    
margin 0 2px;
    
font-size :12px;
}

#featured .ui-tabs-panel
{
    
width    :100%; /* increase / decrease width of user details display */
    
height   :100%; /* Do not adjust */
    
position :relative;
}
/*------------------------------------- Finish Sliding Userdetails Content ---------------------------*/

/*------------------------------------ Start Error/Warning Notices -----------------------------------*/
.notice
{
    
background            url(/images/error/error-bg.pngrepeat-x 0 0;
    
color                 #FFF;
    
width                 83%;
    
font-weight           normal;
    
padding               4px 15px 0;
    
margin-bottom         1.0em;
    -
moz-border-radius    6px;
    -
webkit-border-radius 6px;
    
border-radius         6px;
    -
moz-box-shadow       1px 1px 2px rgba(000.4);
    -
webkit-box-shadow    1px 1px 2px rgba(000.4);
    
box-shadow            1px 1px 2px rgba(000.4);
    
position              relative;
    
left                  34px;
    
z-index               1;
}

.
notice p
{
    
margin-bottom 1.5em;
}

.
notice p:last-child
{
    
margin-bottom 0;
}

.
notice ul
{
    
margin-left   8px;
    
margin-bottom 1.5em;
}

.
notice ul:last-child
{
    
margin-bottom 0;
}

.
notice li
{
    
background      url(/images/error/error-tabs.pngno-repeat 0 -95px;
    list-
style-type none;
    
padding-left    18px;
    
margin-bottom   .75em;
}

.
notice-success li
{
    
background-position -95px;
}

.
notice-warn li
{
    
background-position -895px;
}

.
notice-error li
{
    
background-position -495px;
}

.
notice-info li
{
    
background-position -1295px;
}

.
notice h5
{
    
font-size     14px;
    
font-weight   bold;
    
margin-bottom .65em;
}

.
notice span
{
    
background url(/images/error/error-tabs.pngno-repeat 1000;
    
width      33px;
    
height     40px;
    
position   absolute;
    
left       : -34px;
    
top        6px;
}

.
notice-success
{
    
background-color #EEF4D4;
    
color            #596C26;
    
border           1px solid #8FAD3D;
}

.
notice-success span
{
    
background-position 1000;
}

.
notice-warn
{
    
background-color #FFEA97;
    
color            #796100;
    
border           1px solid #E1B500;
}

.
notice-warn span
{
    
background-position 100% -800px;
}

.
notice-error
{
    
background-color #EFCEC9;
    
color            #933628;
    
border           1px solid #AE3F2F;
}

.
notice-error span
{
    
background-position 100% -400px;
}

.
notice-info
{
    
background-color #C6D8F0;
    
color            #285797;
    
border           1px solid #4381CD;
}

.
notice-info span
{
    
background-position 100% -1200px;
}
/*------------------------------------- End Error/Warning Notices ------------------------------------*/

/*------------------------------------------- Start LightBox -----------------------------------------*/
.image-resize
{
    
max-width 350px;
    
border   :none;
}
/*-------------------------------------------- End LightBox ------------------------------------------*/

/* Coded By SceneGod */
div.sitename {

   
margin-left6px;
   
font-size17pt;
}

div.zap_filter {
  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
height15px;
  
width95.5%;
}
div.news_filter {

  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
margin: -10px 0 25px;
  
height15px;
}

div.news_info {

  
margin-top: -25px;
  
background#5f6364;
  
width99.3%;
  
box-shadow0 4px 8px 0 rgba(0000.2), 0 6px 20px 0 rgba(0000.19);
  
padding0.2em;
  
border1px solid #1c252b;
  
margin-left:0px;
}

div.shout_filter {

  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
margin: -10px 0 25px;
  
height15px;
}

div.shout_title {

  
width91.6%;
  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
margin: -10px 0 23px;
  
height15px;
}

td.forums_head {
    
bordernone;
 
background#444647;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
}

div.forum_filter {

  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
margin: -10px 0 25px;
  
height15px;
  
width90%;
}

div.forum_beta_title {

  
font-size18px;
  
background#444647;
  
border1px solid #353939;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
margin: -10px 0 25px;
  
height15px;
  
width95.2%;
}

.
shoutbox {
    
margin-left30px;
    
padding0 5px 0 22px;
    
border1px solid #1c252b;
    
height30px;
    
color#9fa8b0;
    
font-size12px;
    
line-height30px;
    
font-weightbold;
    
text-shadow1px 1px #1f272b;
    
background#444647;
    
border-top1px solid #353939;
    
border-bottom1px solid #2e3131;
    
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
    
box-shadowinset 0 1px rgba(2552552550.06);
}

div.active_filter {

  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
margin: -5px 0 25px;
  
height15px;
}

div.active_info {

  
margin-top: -25px;
  
background#5f6364;
  
width97.5%;
  
box-shadow0 4px 8px 0 rgba(0000.2), 0 6px 20px 0 rgba(0000.19);
  
padding1em;
  
border1px solid #1c252b;
  
margin-left:0px;
}

div.latest_filter {

  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
margin: -10px 0 25px;
  
height15px;
}

div.latest_info {

  
margin-top: -25px;
  
background#5f6364;
  
width99.3%;
  
box-shadow0 4px 8px 0 rgba(0000.2), 0 6px 20px 0 rgba(0000.19);
  
padding0.2em;
  
border1px solid #1c252b;
  
margin-left:0px;
}

div.stats_filter {

  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
margin: -10px 0 25px;
  
height15px;
}

div.stats_info {

  
margin-top: -25px;
  
background#5f6364;
  
width99.3%;
  
box-shadow0 4px 8px 0 rgba(0000.2), 0 6px 20px 0 rgba(0000.19);
  
padding0.2em;
  
border1px solid #1c252b;
  
margin-left:0px;
}

div.a24_filter {

  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
margin: -10px 0 25px;
  
height15px;
}

div.a24_info {

  
margin-top: -25px;
  
background#5f6364;
  
width99.3%;
  
heightauto;
  
box-shadow0 4px 8px 0 rgba(0000.2), 0 6px 20px 0 rgba(0000.19);
  
padding0.2em;
  
border1px solid #1c252b;
  
margin-left:0px;
}

div.disclaimer_filter {

  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
margin: -10px 0 25px;
  
height15px;
}

div.disclaimer_info {

  
margin-top: -25px;
  
background#5f6364;
  
width98.8%;
  
box-shadow0 4px 8px 0 rgba(0000.2), 0 6px 20px 0 rgba(0000.19);
  
padding0.5em;
  
border1px solid #1c252b;
  
margin-left:0px;
}

div.popular_filter {

  
min-width43.6%;
  
max-width43.6%;
  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
height15px;
}

div.staff_filter {

  
margin-top: -37px;
  
margin-left436px;
  -
webkit-margin-start445px;
  
min-width43.5%;
  
max-width43.5%;
  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
height15px;
}

table.index_stats {

  
padding10px 20px;
}
/* Upload Page */
p.ann_filter{

  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
margin: -20px 0 25px;
  
height15px;
}

span.btninput[type=button], input[type=submit], input[type=reset]{

    
margin-top5px;
    
outline0;
    
padding7px 12px;
    
displayblock;
    
color#fff;
    
font-weightbold;
    
text-shadow1px 1px #1f272b;
  
background#444647;
  
border-top1px solid #353939;
  
border-left1px solid #2e3131;
  
border-right1px solid #2e3131;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
}

.
demobox {

  
margin-left2px;
  
width190px;
  
height36px;
  
background#464b4c;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
background-image: -webkit-linear-gradient(top#464b4c, #3f4344);
  
background-image: -moz-linear-gradient(top#464b4c, #3f4344);
  
background-image: -o-linear-gradient(top#464b4c, #3f4344);
  
background-imagelinear-gradient(to bottom#464b4c, #3f4344);
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
}

.
demoframe {

  
width190px;
  
border1px solid #2e3131;
  
height500px;
}

/* Bootstrap 3.3.7 */
.body_container{
  
padding-right0px;
  
padding-leftauto;
  
margin-right: -80px;
  
margin-left0px;

}

/* Browse v1 */
  /*-------------------------------------*/

    
.cf:before, .cf:after{
      
content:"";
      
display:table;
    }

    .
cf:after{
      
clear:both;
    }

    .
cf{
      
zoom:1;
    }

    
/*-------------------------------------*/

    
.form-wrapper {
        
width450px;
        
padding15px;
        
margin150px auto 50px auto;
        
background#444;
        
backgroundrgba(0,0,0,.2);
        -
moz-border-radius10px;
        -
webkit-border-radius10px;
        
border-radius10px;
        -
moz-box-shadow0 1px 1px rgba(0,0,0,.4inset0 1px 0 rgba(255,255,255,.2);
        -
webkit-box-shadow0 1px 1px rgba(0,0,0,.4inset0 1px 0 rgba(255,255,255,.2);
        
box-shadow0 1px 1px rgba(0,0,0,.4inset0 1px 0 rgba(255,255,255,.2);
    }

    .
form-wrapper input {
        
width330px;
        
height20px;
        
padding10px 5px;
        
floatleft;
        
fontbold 15px 'lucida sans''trebuchet MS''Tahoma';
        
border0;
        
background#eee;
        
-moz-border-radius3px 0 0 3px;
        -
webkit-border-radius3px 0 0 3px;
        
border-radius3px 0 0 3px;
    }

    .
form-wrapper input:focus {
        
outline0;
        
background#fff;
        
-moz-box-shadow0 0 2px rgba(0,0,0,.8inset;
        -
webkit-box-shadow0 0 2px rgba(0,0,0,.8inset;
        
box-shadow0 0 2px rgba(0,0,0,.8inset;
    }

    .
form-wrapper input::-webkit-input-placeholder {
       
color#999;
       
font-weightnormal;
       
font-styleitalic;
    }

    .
form-wrapper input:-moz-placeholder {
        
color#999;
        
font-weightnormal;
        
font-styleitalic;
    }

    .
form-wrapper input:-ms-input-placeholder {
        
color#999;
        
font-weightnormal;
        
font-styleitalic;
    }

    .
form-wrapper button {
        
overflowvisible;
        
positionrelative;
        
floatright;
        
border0;
        
padding0;
        
cursorpointer;
        
height40px;
        
width110px;
        
fontbold 15px/40px 'lucida sans''trebuchet MS''Tahoma';
        
color#fff;
        
text-transformuppercase;
        
background#d83c3c;
        
-moz-border-radius0 3px 3px 0;
        -
webkit-border-radius0 3px 3px 0;
        
border-radius0 3px 3px 0;
        
text-shadow-1px 0 rgba(0,0.3);
    }

    .
form-wrapper button:hover{
        
background#e54040;
    
}

    .
form-wrapper button:active,
    .
form-wrapper button:focus{
        
background#c42f2f;
    
}

    .
form-wrapper button:before {
        
content'';
        
positionabsolute;
        
border-width8px 8px 8px 0;
        
border-stylesolid solid solid none;
        
border-colortransparent #d83c3c transparent;
        
top12px;
        
left: -6px;
    }

    .
form-wrapper button:hover:before{
        
border-right-color#e54040;
    
}

    .
form-wrapper button:focus:before{
        
border-right-color#c42f2f;
    
}

    .
form-wrapper button::-moz-focus-inner {
        
border0;
        
padding0;
    }

    
#canvas {
        
border1px solid black;
        
positionabsolute;
        
z-index10000;
    }

    
#flake {
        
color#fff;
        
positionabsolute;
        
font-size25px;
        
top: -50px;
    }


.
chatbox {

  
margin-top3px;
  
background-color#212121;
  
border1px solid #000000;
  
color:#333333;
  
max-width840px;
  
height300px;
  
overflowauto;
}

#chatdata {

 
background-color:#383838;
 
color:#ababab;
 
border1px solid #565656;
 
width96.7%;
 
heightauto;
 
padding0.5em;
 
margin-top5px;
 
margin-left5px;
 
margin-right5px;
 
margin-bottom5px;
}

#onlineusers{

padding0.2em;
vertical-aligntop;
margin-top: -392px;
margin-left680px;
margin-right5px;
margin-bottom5px;
border1px solid #000000;
background-color:#383838;
height295px;
width152px;
positionrelative;
overflowauto;
}

.
chaton {
margin-top5px;
width95%;
padding5px 5px;
background#444647;
border-top1px solid #353939;
border-bottom1px solid #2e3131;
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
box-shadowinset 0 1px rgba(2552552550.06);
text-aligncenter;
font-size12px;
color:#ffffff;
}

#bbCodeContainer {

floatright;
}

/*-- Start Staff Edit Box --*/
    #staff_specialbox
    
{
        
border     1px solid gray;
        
width      600px;
        
background #FBFCFA;
        
font       11px verdanasans-serif;
        
color      #000000;
        
padding    3px;
        
outline    none;
    }
    
/*-- Finish Staff Edit Box --*/

    /*-- Start Member Edit Box --*/
    #member_specialbox
    
{
        
border     1px solid gray;
        
width      600px;
        
background #FBFCFA;
        
font       11px verdanasans-serif;
        
color      #000000;
        
padding    3px;
        
outline    none;
    }
    
/*-- Finish Member Edit Box --*/

    
.loader {
    
left0px;
    
top0px;
    
width100%;
    
height100%;
    
z-index9999;
    
backgroundurl(https://i.imgbox.com/aYvJUBBq.gif) 50% 50% no-repeat; /* Sonic At Work [= */
    /*background: url(https://i.imgbox.com/HQEIA8sI.png) 50% 50% no-repeat; Bonkers/Bubsy */
}

.
glow-owner{backgroundrepeat-x scroll 00transparent;text-shadow0px 0px 5px #1d3fca, 0px 0px 6px #1d3fca;background:url(https://i.imgbox.com/iZd15OZM.gif)}
.glow-moderator{color:#1ba300;font-weight:bold;text-shadow:2px 0px 11px #198B00;background:url(https://i.imgbox.com/iZd15OZM.gif)}

    
div.chatoutput {
            
/*background:#465151;#323232;*/
            
background:#323232;
             
border1px solid #565656;
            
padding:5px 0px 3px 10px;
            
margin-top2px;
            
line-height150%;
            
margin-bottom:4px;
    }

.
mar2 {
    
margin-topauto;
}

.
player {
    
backgroundtransparent url(https://www.script-tutorials.com/demos/363/images/spr.png) no-repeat scroll center top;
    
height162px;
    
positionrelative;
    
width326px;
    
z-index2;
}
.
title, .artist {
    
font-familyverdana;
    
left167px;
    
positionabsolute;

    -
moz-user-selectnone;
    -
webkit-user-selectnone;
    -
ms-user-selectnone;
}
.
title {
    
color#FFFFFF;
    
font-size14px;
    
font-weightbold;
    
top23px;
}
.
artist {
    
color#EEEEEE;
    
font-size12px;
    
top40px;
}
.
pl {
    
backgroundtransparent url(https://www.script-tutorials.com/demos/363/images/spr.png) no-repeat scroll -274px -175px;
    
cursorpointer;
    
height34px;
    
left270px;
    
positionabsolute;
    
top20px;
    
width32px;
}
.
pl:hover {
    
top21px;
}
.
cover {
    
backgroundtransparent url(https://www.script-tutorials.com/demos/363/images/data/cover1.jpg) no-repeat scroll center top;
    
border-radius5px 5px 5px 5px;
    
height94px;
    
left20px;
    
positionabsolute;
    
top20px;
    
width94px;
}
.
controls {
    
cursorpointer;
    
height23px;
    
left167px;
    
positionabsolute;
    
top65px;
    
width138px;
}
.
controls .play, .controls .pause, .controls .rew, .controls .fwd {
    
backgroundtransparent url(https://www.script-tutorials.com/demos/363/images/spr.png) no-repeat scroll 0 0;
    
floatleft;
    
height100%;
    
width33%;
}
.
controls .play {
    
background-position: -8px -171px;
}
.
controls .pause {
    
background-position: -8px -198px;
    
displaynone;
}
.
controls .rew {
    
background-position: -54px -171px;
}
.
controls .fwd {
    
background-position: -100px -171px;
}
.
controls .play:hover {
    
background-position: -8px -170px;
}
.
controls .pause:hover {
    
background-position: -8px -197px;
}
.
controls .rew:hover {
    
background-position: -54px -170px;
}
.
controls .fwd:hover {
    
background-position: -100px -170px;
}
.
hidden {
    
displaynone;
}
.
controls .visible {
    
displayblock;
}
.
volume {
    
height11px;
    
left186px;
    
positionabsolute;
    
top96px;
    
width112px;
}
.
tracker {
    
height15px;
    
left20px;
    
positionabsolute;
    
top126px;
    
width285px;
}
.
ui-slider-range {
    
backgroundtransparent url(https://www.script-tutorials.com/demos/363/images/spr.png) no-repeat scroll 5px -222px;
    
height100%;
    
positionabsolute;
    
top0;
}
.
ui-slider-handle {
    
cursorpointer;
    
height10px;
    
margin-left: -5px;
    
positionabsolute;
    
top2px;
    
width10px;
    
z-index2;
}
.
volume .ui-slider-handle {
    
backgroundurl(https://www.script-tutorials.com/demos/363/images/spr.png) no-repeat scroll -201px -188px rgba(0, 0, 0, 0);
    
height13px;
    
width13px;
}
.
playlist {
    
background-color#333333;
    
border-radius5px 5px 5px 5px;
    list-
style-typenone;
    
margin: -10px 0 0 2px;
    
padding-bottom10px;
    
padding-top15px;
    
positionrelative;
    
width326px;
    
z-index1;
}
.
playlist li {
    
color#EEEEEE;
    
cursorpointer;
    
margin0 0 5px 15px;
}
.
playlist li.active {
    
font-weightbold;
}

a.fbtn {

    
display               inline-block;
    
outline               none;
    
cursor                pointer;
    
text-align            center;
    
text-decoration       none;
    
/*font: 16px Helvetica, sans-serif;*/
    
padding7px 12px;
        
color#fff;
    
text-shadow1px 1px #1f272b;
  
background#444647;
  
border-top1px solid #353939;
  
border-left1px solid #2e3131;
  
border-right1px solid #2e3131;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);

}

#header-bar{
  
vertical-aligntop;
  
positionabsolute;
  
width880px;
  
max-width880px;
  
displayblock;
      
border-top1px solid #222;
    
border-bottom1px solid #222;
    
background-color#222;
  /*
  border-top: 1px solid #B30000;
  border-bottom: 1px solid #B30000;
  background-color: #990000;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: -webkit-linear-gradient(top, #555, #333);
  background-image: -moz-linear-gradient(top, #555, #333);
  background-image: -ms-linear-gradient(top, #555, #333);
  background-image: -o-linear-gradient(top, #555, #333);
  background-image: linear-gradient(top, #555, #333); */
  
-moz-box-shadow0 5px 5px #000;
  
-webkit-box-shadow0 5px 5px #000;
  
box-shadow0 5px 5px #000;
  
padding10px 0;
  
overflowhidden;
}
#wrapper { background: url(images/wrapper.png) repeat-x 0 0; }
#top-navigation { color: #000; padding-left: 10px; }
#top-navigation a { color: #818082; }
#top-navigation a:hover { color: #b2b2b2; }
#top-navigation span { padding: 0 6px 0 9px; }
.cl displayblockheight0font-size0line-height0text-indent: -4000pxclearboth; }
.
shell paddingautowidth880pxmargin0 autobackgroundurl(http://pirateszone.club/images/top-lights.png) no-repeat 0 0; }

#snow{
    
backgroundnone;
    
font-familyAndrogyne;
    
background-imageurl('http://www.wearewebstars.dk/codepen/img/s1.png'), url('http://www.wearewebstars.dk/codepen/img//s2.png'), url('http://www.wearewebstars.dk/codepen/img//s3.png');
    
height45%;
    
left230px;
    
positionabsolute;
    
top0;
    
width65%;
    
z-index:1;
    -
webkit-animationsnow 10s linear infinite;
    -
moz-animationsnow 10s linear infinite;
    -
ms-animationsnow 10s linear infinite;
    
animationsnow 10s linear infinite;
}
@
keyframes snow {
  
0% {background-position0px 0px0px 0px0px 0px;}
  
50% {background-position500px 500px100px 200px, -100px 150px;}
  
100% {background-position500px 1000px200px 400px, -100px 300px;}
}
@-
moz-keyframes snow {
  
0% {background-position0px 0px0px 0px0px 0px;}
  
50% {background-position500px 500px100px 200px, -100px 150px;}
  
100% {background-position400px 1000px200px 400px100px 300px;}
}
@-
webkit-keyframes snow {
  
0% {background-position0px 0px0px 0px0px 0px;}
  
50% {background-position500px 500px100px 200px, -100px 150px;}
  
100% {background-position500px 1000px200px 400px, -100px 300px;}
}
@-
ms-keyframes snow {
  
0% {background-position0px 0px0px 0px0px 0px;}
  
50% {background-position500px 500px100px 200px, -100px 150px;}
  
100% {background-position500px 1000px200px 400px, -100px 300px;}
}

#countdown-container {
  
positionrelative;
  
top50%;
  -
webkit-transformtranslateY(-50%);
  -
ms-transformtranslateY(-50%);
  
transformtranslateY(-50%);
  
margin: -20px auto 0 auto/* margin to account for ad size */
  
text-aligncenter;
  
visibilityvisible;
  
widthauot;
  
heightauto;
  
background-repeatno-repeat;
  
background-positioncenter center;
}

#countdown  {
  
left0px/* half of (container width [1024] - counter width [884]) */
  
text-aligncenter;
  
positionabsolute;
  
displayinline-block;
  
top50%;
  
margin-top0px;
}

#countdown span {
  
displayblock;
  
floatleft;
  
width63px;
  
height80px;
  
backgroundurl(http://www.xmasclock.com/images/counter.gif) no-repeat;
}

#countdown span { margin: 0 2px; }

#countdown span.image0 { background-position: 0px -0px; }
#countdown span.image1 { background-position: 0px -80px; }
#countdown span.image2 { background-position: 0px -160px; }
#countdown span.image3 { background-position: 0px -240px; }
#countdown span.image4 { background-position: 0px -320px; }
#countdown span.image5 { background-position: 0px -400px; }
#countdown span.image6 { background-position: 0px -480px; }
#countdown span.image7 { background-position: 0px -560px; }
#countdown span.image8 { background-position: 0px -640px; }
#countdown span.image9 { background-position: 0px -720px; }

#countdown span.imageDays { background-position: 0px -800px; width: 63px; height: 80px; }
#countdown span.imageHours { background-position: 0px -880px; width: 79px; height: 80px; }
#countdown span.imageMins { background-position: 0px -960px; width: 65px; height: 80px; }
#countdown span.imageSecs { background-position: 0px -1040px; width: 58px; height: 80px; }


/* NEW BREADCRUMB MENU */

.breadBoxTop {

padding10px 0;
overflowhidden;
zoom1;
clearboth;}

#movebread{
margin-top1px;}

.
breadBoxTop .topCtrl{

margin-left5px;
floatright;
line-height24px;}

.
breadcrumb{
font-size11px;
background#444647;
border1px solid #353939;
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
box-shadowinset 0 1px rgba(2552552550.06);
/*border: solid #000000 0.5px;
background-color: #1F1F1F;*/
 
-webkit-border-radius5px;
 -
moz-border-radius5px;
 -
khtml-border-radius5px;
border-radius5px;
overflowhidden;
zoom1;
max-width100%;
heightauto;
margin-left0px;}

.
breadcrumb .crust {

displayblock;
floatleft;
positionrelative;
zoom1;
max-width50%;}

.
breadcrumb .crust a.crumb {
margin-left: -1px;
cursorpointer;
text-decorationnone;
background-color#1F1F1F;
padding0 10px 0 18px;
margin-bottom: -1px;
outline0 none;
 -
moz-outline-style0 none;
displayblock;
_border-bottomnone;
line-height24px;
color#5c5f60;
border1px solid #353939;
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
box-shadowinset 0 1px rgba(2552552550.06);}

.
breadcrumb .crust a.crumb span {

displayblock;
text-overflowellipsis;
white-spacenowrap;
overflowhidden;
max-width100%;}

.
breadcrumb .crust a.crumb {

font-weightbold;
bordersolid #000000 1px;
padding-left20px;
 -
webkit-border-top-left-radius4px;
 -
moz-border-radius-topleft4px;
 -
khtml-border-top-left-radius4px;
border-top-left-radius4px;
 -
webkit-border-bottom-left-radius4px;
 -
moz-border-radius-bottomleft4px;
 -
khtml-border-bottom-left-radius4px;
border-bottom-left-radius4px;}

.
breadcrumb .crust:first-child a.crumb {

font-weightbold;
bordersolid #000000 1px;
padding-left10px;
 -
webkit-border-top-left-radius4px;
 -
moz-border-radius-topleft4px;
 -
khtml-border-top-left-radius4px;
border-top-left-radius4px;
 -
webkit-border-bottom-left-radius4px;
 -
moz-border-radius-bottomleft4px;
 -
khtml-border-bottom-left-radius4px;
border-bottom-left-radius4px;}

.
breadcrumb .crust:last-child a.crumb {

font-weightbold;
border0.1px solid #000;}

.breadcrumb .crust .arrow {

border13px solid transparent;
border-rightnone;
border-left-color#000000;
 
-moz-border-right-colors#000000;
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
box-shadowinset 0 1px rgba(2552552550.06);
displayblock;
positionabsolute;
right: -12.2px;
top0px;
z-index50;
width0px;
height0px;}

.
breadcrumb .crust .arrow span {

border12px solid transparent;
border-right1px none #1F1F1F;
border-left-color#1F1F1F;
 
-moz-border-right-colors#f0f7fc;
displayblock;
positionabsolute;
left: -14px;
top: -12px;
z-index51;
white-spacenowrap;
overflowhidden;
text-indent9999px;
width0px;
height0px;}

.
crumbs {

 
margin-top10px;/*
 margin-left: 5px;*/
}

.
breadcrumb .crust:hover a.crumb {

background-color#1F1F1F;
color#FFF;}

#breadmenubar {

 
margin-top: -15px;}

#movehead {

 
margin-top: -10px;}

#view_forum_move {

 
margin-top: -3px;}


/* END NEW BREADCRUMB MENU */

.myBlock-cap {
    
displayblock;
    
padding-right10px;
    
padding-left10px;
    
font-size14px;
    
font-weightbold;
    
color#FFF;
    
margin0px;
    
background-color#333333;
    
line-height200%;
    
positionrelative;
    
bottom4px
}

#container {
  
backgroundsilver;
    
width:960px;
    
margin:0px auto;
}

#header {

  
width960px;
  
height30px;

  }


@
import url(https://fonts.googleapis.com/css?family=Roboto:300);
*{
  
margin0padding0;
  
font-family'Roboto'sans-serif;
}
.
cm-e-menu {
    
background-color#222;
    
positionrelative;
    
z-index1000;
    
color#fff;
    
font-weight200;
    
box-shadow0 0 10px black;
    }
.
cm-e-menu ul {
    
margin0padding0;
}
.
cm-e-menu li {
    
positionrelative;
    
white-spacenowrap;
    
cursorpointer;
    
text-transformcapitalize !important;
    list-
stylenone;

    -
webkit-transitionbackground-color ease-in 300ms;
    -
moz-transitionbackground-color ease-in 300ms;
    -
ms-transitionbackground-color ease-in 300ms;
    -
o-transitionbackground-color ease-in 300ms;
    
transitionbackground-color ease-in 300ms;
}
.
cm-e-menu li:hover {
    
background-color#3d3d3d;
    
text-shadow0 10px 10px #222;
}
.
cm-e-menu ul li.topmenu {
    
displayinline-table;
    
padding.3em 1em;
}
.
cm-e-menu .topmenu ul {
    
display:none;
    
positionabsolute;
    
background-color#222;
}
.
cm-e-menu li:hover ul {
    
displaytable;
}
.
cm-e-menu ul.submenu {
    
top100%; left0;
    
padding-top.5em;
    
padding-bottom.5em;
    
box-shadow0 0 10px black;
}
.
cm-e-menu ul.submenu .submenu {
    
top: -.5emleft100%;
    
font-size1em
}
.
cm-e-menu ul.submenu li {
    
padding.2em 1.5em;
    
font-size.9rem;
}
.
cm-e-menu li.divider {
    
padding0;
    
border-top1px solid #343434;
    
margin.5rem auto .3rem;
    
cursor: default;
}
.
cm-e-menu li.divider:hover {
    
background-colortransparent;
}
ulli {

}

.
myBlock {
    
displayblock;
    
background-color#151515;
    
background-repeatrepeat-x;
    
background-positiontop;
    
width100%;
    
border1px solid #222;
    
margin0px;
    
padding0px;
  
box-shadow0 3px 10px rgba(0000.9), inset 0 1px 0 rgba(2552552550.2);
}
.
myBlock-cap {
    
displayblock;
    
padding-right10px;
    
padding-left10px;
    
font-size14px;
    
font-weightbold;
    
color#FFF;
    
margin-left0px;
    
background-color#333333;
    
line-height200%;
    
positionrelative;
    
bottom4px
}
.
myBlock-con {
    
displayblock;
    
padding7px;
}


#content {
  
margin-top8px;
  
margin-left10px;
  
backgroundgray;
 
min-height500px;
  
max-heightauto;
    
float:left;
    
width:610px;
}

#sidebar {
  
margin-left10px;
  
margin-top8px;
  
backgroundgray;
floatleft;
    
width:340px;
}

#footer {
  
backgroundsilver;
  
margin-top500px;
  
margin-left10px;
  
height56px;
  
width960px;
    
clear:both;
}

 
#spacer {
 
padding:0.4em;

 }

#cm-e-menu {
    
background-color#222;
    
positionrelative;
    
z-index1000;
    
color#fff;
    
font-weight200;
    
box-shadow0 0 10px black;
    }
#cm-e-menu ul {
    
margin0padding0;
}
#cm-e-menu li {
    
positionrelative;
    
white-spacenowrap;
    
cursorpointer;
    
text-transformcapitalize !important;
    list-
stylenone;

    -
webkit-transitionbackground-color ease-in 300ms;
    -
moz-transitionbackground-color ease-in 300ms;
    -
ms-transitionbackground-color ease-in 300ms;
    -
o-transitionbackground-color ease-in 300ms;
    
transitionbackground-color ease-in 300ms;
}
#cm-e-menu li:hover {
    
background-color#3d3d3d;
    
text-shadow0 10px 10px #222;
}
#cm-e-menu ul li.topmenu {
    
displayinline-table;
    
padding.3em 1em;
}
#cm-e-menu .topmenu ul {
    
display:none;
    
positionabsolute;
    
background-color#222;
}
#cm-e-menu li:hover > ul {
    
displaytable;
}
#cm-e-menu ul.submenu {
    
top100%; left0;
    
padding-top.5em;
    
padding-bottom.5em;
    
box-shadow0 0 10px black;
}
#cm-e-menu ul.submenu .submenu {
    
top: -.5emleft100%;
    
font-size1em
}
#cm-e-menu ul.submenu li {
    
padding.2em 1.5em;
    
font-size.9rem;
}
#cm-e-menu li.divider {
    
padding0;
    
border-top1px solid #343434;
    
margin.5rem auto .3rem;
    
cursor: default;
}
#cm-e-menu li.divider:hover {
    
background-colortransparent;
}
ulli {

}

 
#timestamp {
 
margin-top:-19px;
 
margin-left453px;
 }

 
#comments {
 
margin-top:-19px;
 
margin-left498px;
 } 
Bump:
PHP Code:
body{background:#343635;font-family:"verdana,arial,tahoma,helvetica,sans-serif"; background-size: 100% 100%;font-size:8pt;background-color:#343635;color:#FFF;margin-top:0;margin-bottom:0}


htmldivspanappletobjectiframe,
h1h2h3h4h5h6pblockquotepre,
aabbracronymaddressbigcitecode,
deldfnemimginskbdqssamp,
smallstrikestrongsubsuptt, var,
buicenter,
dldtddolulli,
fieldsetformlabellegendcaptiontbodytfoottheadtrth,
articleasidecanvasdetailsembed,
figurefigcaptionfooterhgroupoutputrubysectionsummary,
timemarkaudiovideo {
  
margin0;
  
padding0;
  
border0;
  
font-size100%;
  
fontinherit;
  
vertical-alignbaseline;
}
table {

  
border0;
}
olul {
  list-
stylenone;
}

a:linka:visited
{
    
text-decoration none;
    
color           #ffffff; /*   Change the font color of links */
}
/*
a:hover
{
    color : #00aeff; /* Change the font color of the hover links */
}
*/
.
pagination {
  
margin-top: -10px;
  
padding8px;
  
displayinline-block;
  
vertical-alignbaseline;
  
zoom1;
}

.
pagination2 {
margin-top: -6px;
margin-left5px;
  
padding7px 10px;
  
widthauto;
  
heightauto;
  
floatleft;
  
background-clippadding-box;
  
border1px solid;
  
border-color#070809 #0d0e0f #131517;
  
border-colorrgba(0000.8rgba(0000.65rgba(0000.5);
  
border-radius3px;
  
zoom1;
  *
displayinline;
  *
vertical-alignauto;
  
background-image: -webkit-linear-gradient(toprgba(0000.12), rgba(0000));
  
background-image: -moz-linear-gradient(toprgba(0000.12), rgba(0000));
  
background-image: -o-linear-gradient(toprgba(0000.12), rgba(0000));
  
background-imagelinear-gradient(to bottomrgba(0000.12), rgba(0000));
  -
webkit-box-shadow0 1px rgba(2552552550.05);
  
box-shadow0 1px rgba(2552552550.05);
}

.
pagination4 {
margin-top: -34px;
margin-left375px;
  
padding7px 10px;
  
width9px;
  
heightauto;
  
background-clippadding-box;
  
border1px solid;
  
border-color#070809 #0d0e0f #131517;
  
border-colorrgba(0000.8rgba(0000.65rgba(0000.5);
  
border-radius3px;
  
zoom1;
  *
displayinline;
  *
vertical-alignauto;
  
background-image: -webkit-linear-gradient(toprgba(0000.12), rgba(0000));
  
background-image: -moz-linear-gradient(toprgba(0000.12), rgba(0000));
  
background-image: -o-linear-gradient(toprgba(0000.12), rgba(0000));
  
background-imagelinear-gradient(to bottomrgba(0000.12), rgba(0000));
  -
webkit-box-shadow0 1px rgba(2552552550.05);
  
box-shadow0 1px rgba(2552552550.05);
}

.
pagination3 {
  
margin-top: -8px;
  
padding2px;
  
heightauto;
  
displayinline-block;
  
vertical-alignbaseline;
  
zoom1;
}

.
pagination3 a, .pagination3 span {
  
floatleft;
  
padding0 6px;
  
min-width17px;
  
line-height27px;
  
font-family'Helvetica Neue'HelveticaArialsans-serif;
  
font-size12px;
  
font-weight500;
  
color#d4d4d4;
  
text-aligncenter;
  
text-decorationnone;
  
border1px solid black;
  
border-radius3px;
}

.
pagination a, .pagination span {
margin-top: -6px;
  
floatleft;
  
margin-left5px;
  
padding0 6px;
  
min-width17px;
  
line-height27px;
  
font-family'Helvetica Neue'HelveticaArialsans-serif;
  
font-size12px;
  
font-weight500;
  
color#d4d4d4;
  
text-aligncenter;
  
text-decorationnone;
  
border1px solid black;
  
border-radius3px;
}

.
pagination2 a, .pagination2span {
  
floatleft;
  
margin-left5px;
  
padding0 6px;
  
min-width17px;
  
line-height27px;
  
font-family'Helvetica Neue'HelveticaArialsans-serif;
  
font-size12px;
  
font-weight500;
  
color#d4d4d4;
  
text-aligncenter;
  
text-decorationnone;
  
border1px solid black;
  
border-radius3px;
}

.
pagination :first-child {
  
margin-left0;
}
.
pagination {
  
text-decorationnone;
  
text-shadow0 1px black;
  
background-clippadding-box;
  
border-colorrgba(0000.9);
  
background-image: -webkit-linear-gradient(toprgba(2552552550.04), rgba(2552552550));
  
background-image: -moz-linear-gradient(toprgba(2552552550.04), rgba(2552552550));
  
background-image: -o-linear-gradient(toprgba(2552552550.04), rgba(2552552550));
  
background-imagelinear-gradient(to bottomrgba(2552552550.04), rgba(2552552550));
  -
webkit-box-shadowinset 0 0 0 1px rgba(2552552550.04), inset 0 1px rgba(2552552550.04), inset 0 -1px rgba(0000.15), 0 1px 1px rgba(0000.1);
  
box-shadowinset 0 0 0 1px rgba(2552552550.04), inset 0 1px rgba(2552552550.04), inset 0 -1px rgba(0000.15), 0 1px 1px rgba(0000.1);
  -
webkit-transition0.1s ease-out;
  -
moz-transition0.1s ease-out;
  -
o-transition0.1s ease-out;
  
transition0.1s ease-out;
}
.
pagination2 {
  
text-decorationnone;
  
text-shadow0 1px black;
  
background-clippadding-box;
  
border-colorrgba(0000.9);
  
background-image: -webkit-linear-gradient(toprgba(2552552550.04), rgba(2552552550));
  
background-image: -moz-linear-gradient(toprgba(2552552550.04), rgba(2552552550));
  
background-image: -o-linear-gradient(toprgba(2552552550.04), rgba(2552552550));
  
background-imagelinear-gradient(to bottomrgba(2552552550.04), rgba(2552552550));
  -
webkit-box-shadowinset 0 0 0 1px rgba(2552552550.04), inset 0 1px rgba(2552552550.04), inset 0 -1px rgba(0000.15), 0 1px 1px rgba(0000.1);
  
box-shadowinset 0 0 0 1px rgba(2552552550.04), inset 0 1px rgba(2552552550.04), inset 0 -1px rgba(0000.15), 0 1px 1px rgba(0000.1);
  -
webkit-transition0.1s ease-out;
  -
moz-transition0.1s ease-out;
  -
o-transition0.1s ease-out;
  
transition0.1s ease-out;
}

.
pagination3 {
  
text-decorationnone;
  
text-shadow0 1px black;
  
background-clippadding-box;
  
border-colorrgba(0000.9);
  
background-image: -webkit-linear-gradient(toprgba(2552552550.04), rgba(2552552550));
  
background-image: -moz-linear-gradient(toprgba(2552552550.04), rgba(2552552550));
  
background-image: -o-linear-gradient(toprgba(2552552550.04), rgba(2552552550));
  
background-imagelinear-gradient(to bottomrgba(2552552550.04), rgba(2552552550));
  -
webkit-transition0.1s ease-out;
  -
moz-transition0.1s ease-out;
  -
o-transition0.1s ease-out;
  
transition0.1s ease-out;
}

.
pagination a:hover {
  
background-color#333;
  
background-colorrgba(2552552550.05);
}

.
pagination2 a:hover {
  
background-color#333;
  
background-colorrgba(2552552550.05);
}
.
pagination span, .pagination a:active {
  
color#eee;
  
text-shadow-1px black;
  
background#1c1c1c;
  
backgroundrgba(2552552550.01);
  
border-colorblack rgba(0000.65rgba(0000.6);
  -
webkit-box-shadowinset 0 1px rgba(0000.05), inset 0 2px 2px rgba(0000.3), 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(0000.05), inset 0 2px 2px rgba(0000.3), 0 1px rgba(2552552550.06);
}

.
pagination2 span, .pagination2 a:active {
  
color#eee;
  
text-shadow-1px black;
  
background#1c1c1c;
  
backgroundrgba(2552552550.01);
  
border-colorblack rgba(0000.65rgba(0000.6);
  -
webkit-box-shadowinset 0 1px rgba(0000.05), inset 0 2px 2px rgba(0000.3), 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(0000.05), inset 0 2px 2px rgba(0000.3), 0 1px rgba(2552552550.06);
}
.
pagination .prev {
  
font-familyNoteworthyArialsans-serif;
  
font-size14px;
}

.
pagination .next {
  
font-familyNoteworthyArialsans-serif;
  
font-size14px;
}

@
import url(http://fonts.googleapis.com/css?family=Roboto:300);
*{
  
margin0padding0;
  
font-family'Roboto'sans-serif;
}
.
cm-e-menu {
    
border-top1px solid #222;
    
border-bottom1px solid #222;
    
background-color#222;
    /*background-color: #4a75ff;*/
    
positionrelative;
    
z-index1000;
    
height40px;
    
color#fff;
    
font-weight200;
    
font-size12pt;
    
min-width65%;
    
max-width950px;
  -
moz-box-shadow-5px 5px -5px #000;
  
-webkit-box-shadow-5px 5px -5px #000;
  
box-shadow-5px 5px -5px #000;
    
}
.
cm-e-menu ul {
    
margin0padding5px;
}
.
cm-e-menu li {
    
positionrelative;
    
white-spacenowrap;
    
cursorpointer;
    
text-transformcapitalize !important;
    list-
stylenone;

    -
webkit-transitionbackground-color ease-in 300ms;
    -
moz-transitionbackground-color ease-in 300ms;
    -
ms-transitionbackground-color ease-in 300ms;
    -
o-transitionbackground-color ease-in 300ms;
    
transitionbackground-color ease-in 300ms;
}
.
cm-e-menu li:hover {

    
color#fff;
    
background-color#403b3b;
    
border1px solid #222;
    /*
    background-color: #800000;
    font-weight:bold;
    box-shadow: -1px 1px 0 #660000;*/
}
.
cm-e-menu ul li.topmenu {
    
displayinline-table;
    
padding.3em 1em;
}
.
cm-e-menu .topmenu ul {
    
display:none;
    
positionabsolute;
    
background-color#3f3f3f;
}
.
cm-e-menu li:hover ul {
    
displaytable;
}
.
cm-e-menu ul.submenu {
    
margin-top: -2px;
    
top100%; left: -45px;
    
padding-top.5em;
    
padding-bottom.5em;
    
box-shadow0 0 10px black;
}
.
cm-e-menu ul.submenu2 {
    
margin-top: -2px;
    
top100%; left0px;
    
width95%;
    
padding-top.5em;
    
padding-bottom.5em;
    
box-shadow0 0 10px black;
}
.
cm-e-menu ul.submenu3 {
    
margin-top: -2px;
    
top100%; left: -18px;
    
padding-top.5em;
    
padding-bottom.5em;
    
box-shadow0 0 10px black;
}
.
cm-e-menu ul.submenu .submenu {
    
top: -.5emleft100%;
    
font-size1em
}
.
cm-e-menu ul.submenu li {
    
padding.2em 1.5em;
    
font-size.9rem;
}
.
cm-e-menu div.divider {
    
padding0;
    
border-top1px solid #343434;
    
margin.5rem auto .3rem;
    
cursor: default;
}
ulli {
}

body{
backgroundurl(https://secure.static.tumblr.com/618b414eeb9ba907b4b3313b312f7787/jipz5gn/2JRn3616o/tumblr_static_library-356113.jpg) no-repeat center center fixed;
-webkit-background-sizecover;
-
moz-background-sizecover;
-
o-background-sizecover;
background-sizecover;
font-family      tahomaarialhelveticasans-serif;
font-size        8pt;
color            #ffffff; /*  Change the overall font color */
marginauto;
margin-top       5px;
margin-bottom    20px;
max-width880px;
}

.
img-thumbnail{
display:inline-block;
max-width:100%;
height:130px;
padding:4px;
line-height:1.42857143;
background-color:#fff;
border:1px solid #ddd;
border-radius:4px;
-
webkit-transition:all .2s ease-in-out;
-
o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
}

/* Smooth Caption */
.smooth
{
    
opacity1;
    
floatleft;
    
positionrelative;
    
overflowhidden;
    -
webkit-transition0.5s Ease;
    -
moz-transition0.5s Ease;
    -
o-transition0.5s Ease;
    
transition0.5s Ease;
}
.
smooth:hover img
{
    
opacity0.6;
    
box-shadow0px 0px 10px #333333;
}
.
go-left
{
    
background-colorrgba(0,0,0,0.5);
    
color#FFFFFF;
    
positionabsolute;
    
bottom: -5px;
    
right: -600px;
    
width100px;
    
height25px;
    
text-align:center;
    
font-size8pt;
    
margin8px;
    
padding10px;
    -
webkit-transition0.5s Ease;
    -
moz-transition0.5s Ease;
    -
o-transition0.5s Ease;
    
transition0.5s Ease;
}
.
smooth:hover > .go-left
{
    
right:0px;
}



table.bottom
{
    
background transparent;
}

table.top10 {
  
min-width48%;
  
max-width48%;
  
margin-left10px;
  
background #38383e;
}

table.top102 {

  
min-width48%;
  
max-width48%;
  
margin-left435px;
  -
webkit-margin-start: -0px;
  
margin-top0px;
  
background #38383e;
}


table.browse
{
    
width95%;
    
background #525254;
}

table.indexbrowse
{
    
width100%;
    
background #525254;
}

.
sticky
{
    
background-color #404142;
}

h1
{
    
font-size  12pt;
    
text-align center;
}

h2
{
    
font-size     10pt;
    
margin-bottom 6px;
    
text-align    center;
}

p
{
    
font-size 8pt;
}
td {

    
font-size 8pt;
    
border-top1px solid #353939;
    
border-left1px solid #2e3131;
    
border-right1px solid #2e3131;
    
border-bottom1px solid #2e3131;
}

td.2
{
    
font-size 8pt;
    
border-top1px solid #353939;
    
border-left1px solid #2e3131;
    
border-right1px solid #2e3131;
    
border-bottom1px solid #2e3131
}
td.beta_forum_idea {

  
bordernone;
}

td.beta_forum_idea_2
{

}

td.forums
{
    
margin-top: -65px;
    
font-size 8pt;
    
border-top1px solid #353939;
    
border-left1px solid #2e3131;
    
border-right1px solid #2e3131;
    
border-bottom1px solid #2e3131
}

div.index
{

    
font-size 8pt;
    
border-bottom1px solid #2e3131;
}

td.std
{
    
font-size 8pt;
    
#border   : 0px solid;
}

td.comm
{
    
font-size 8pt;
    
border    1px solid #000000;
}

td.detail
{
    
font-size   8pt;
    
font-weight bold;
    
border      1px solid #000000;
}

td.embedded
{
    
border     none;
    
padding    0;
    
text-align left;
}

td.forum
{
    
#background-color     : #000000;
    #border               : 1px solid #8B2500;
    
font-family           VerdanaHelveticasans-serif;
    
font-size             11px;
    
padding               1px;
    -
webkit-border-radius 6px !important;
    -
moz-border-radius    6px !important;
}

td.bottom
{
    
border none;
}

td.heading
{
    
font-weight bold;
}

td.text
{
    
padding    10pt;
    
text-align left;
}

td.comment
{
    
padding    10pt;
    
font-size  8pt;
    
text-align left;
}

td.colhead
{
    
padding0.5em;
    
font-weight      bold;
    
color            #ffffff; /*  Change the font color to match altlink_forum */
    
background-color #525254; /* Comment out to use an Image */
}

/* Top1 Type,Name,Comments,Size etc header */
td.top1head
{
    
padding0.5em;
    
bordernone;
    
font-weight      bold;
    
color            #ffffff; /*  Change the font color to match altlink_forum */
    
background-color #525254; /* Comment out to use an Image */
}

/* Top2 Type,Name,Comments,Size etc header */
td.top2head
{
    
padding0.5em;
    
bordernone;
    
font-weight      bold;
    
color            #ffffff; /*  Change the font color to match altlink_forum */
    
background-color #525254; /* Comment out to use an Image */
}

/* Type,Name,Comments,Size etc header */
td.browsehead
{
    
padding0.5em;
    
bordernone;
    
font-weight      bold;
    
color            #ffffff; /*  Change the font color to match altlink_forum */
    
background-color #4d5254; /* Comment out to use an Image */
}

a.altlink_forum:visited
{
    
font-weight     bold;
    
color           #ffffff; /*   Change the font color to match altlink_forum */
    
text-decoration none;
}

a.altlink_forum:hover
{
    
text-decoration none;
    
color           #ff0000; /*   Change the font color of the hover links in forums */
}

td.rowhead
{
    
font-size 8pt;
}

td.forumhead
{
    
font-size 8pt;
}

td.beta_forumhead' {

    font-size : 8pt;
margin-top: -25px;
}

td.seedhead {

 font-size : 8pt;
 margin-left: -15px;
}
td.cathead {

    text-align            : center;
    text-decoration       : none;
    padding               : 1px 2px;
    -webkit-box-shadow    : 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow       : 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow            : 0 1px 2px rgba(0, 0, 0, .2);
    color                 : #000000; /* Changes the font    color of the buttons */
    background            : #444647; /* Changes the top color of the button */

}
td.uphead {

    text-decoration       : none;
    padding               : 1px 2px;
    -webkit-box-shadow    : 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow       : 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow            : 0 1px 2px rgba(0, 0, 0, .2);
    color                 : #000000; /* Changes the font    color of the buttons */
    background            : #444647; /* Changes the top color of the button */

}

td.rowhead_form
{
    font-weight : bold;
}

td.navigation
{
    font-weight : bold;
    font-size   : 10pt;
    border      : none;
}

td.clear
{
    padding    : 0;
    border     : 0;
    background : transparent;
}

td.track
{
    font-weight     : bold;
    text-align      : left;
    #vertical-align : top;
    border          : 0;
}

div.newbutt{

  margin-top: -40px;
  margin-left: 757px;
}
legend
{
    text-align : center;
}

form
{
    margin-top    : 0;
    margin-bottom : 0;
}

a.altlink:link, a.altlink:visited
{
    font-weight     : bold;
    color           : #a83838; /*   Change the font color of the Edit, Delete (forums), E, D (News on index) etc..*/
    text-decoration : none;
}

a.altlink:hover
{
    text-decoration : none;
}

.red
{
    color : #ee0000;
}

input, select, textarea
{
    font-size : 8pt;
}

.small
{
    font-size : 7pt;
}

fieldset
{
    width       : 95%;
    border      : solid #0F5C8E 1px;
    padding     : 0 1em 1em 1em;
    margin-left : 15px;
}

a {

 text-decoration : none;
}

a.catlink:link
{
    text-decoration : none;
}

a.catlink:hover
{
    color : #d83c3c;
}

/* font sizes valid */
.font_size_1
{
    font-size : xx-small;
}

.font_size_2
{
    font-size : x-small;
}

.font_size_3
{
    font-size : small;
}

.font_size_4
{
    font-size : medium;
}

.font_size_5
{
    font-size : large;
}

.font_size_6
{
    font-size : x-large;
}

.font_size_7
{
    font-size : xx-large;
}

/*-------------------------------------------- Start of Polls ----------------------------------------*/
.poll
{
    background-color : #19191b; /* Changes the background color of the Polls*/
}

#poll_container
{
    margin-left: 250px;
    border      : 1px solid #333333;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size   : 12px;
    padding     : 5px;
    width       : 400px;
}

#poll_title
{
    border      : none;
    font-size   : 14px;
    font-weight : bold;
    text-align  : center;
}

.barmax, .bar
{
    border        : 1px solid #666666;
    padding-left  : 2px;
    padding-right : 2px;
}

.bar
{
    background : #cc4400;
}

.barmax
{
    background : #0033cc;
}
/*------------------------------------------- End of Polls -------------------------------------------*/

.roundedCorners
{
    border                : 1px solid #000;
    -moz-border-radius    : 6px;
    -webkit-border-radius : 6px;
}

.codetop
{
    background  : #0099FF url(/images/bbcode/code.jpg) no-repeat right;
    color       : #000;
    font-weight : bold;
    margin      : 0 auto 0 auto;
    padding     : 3px;
    border      : 1px solid #000;
    width       : 470px;
}

.codemain
{
    background : #FFF;
    border     : 1px solid #000;
    color      : #000;
    margin     : 0 auto 0 auto;
    padding    : 3px;
    width      : 470px;
    overflow   : auto;
    height     : 150px;
}

/*--------------------------------- Start For Donation Page - Align Offers ---------------------------*/
.thumbnail
{
    float  : left;
    width  : 225px;
    height : 272px;
}

.clearboth
{
    clear : both;
}

#wrapper
{
    padding  : 0;
    width    : 675px;
    height   : auto;
    position : relative;
}
/*--------------------------------- End For Donation Page - Align Offers -----------------------------*/

/*--------------------------------- Start OK Submit Buttons Styling ----------------------------------*/
.btn
{
    display               : inline-block;
    outline               : none;
    cursor                : pointer;
    text-align            : center;
    text-decoration       : none;
    /*font: 16px Helvetica, sans-serif;*/
    padding: 7px 12px;
        color: #fff;
    text-shadow: 1px 1px #1f272b;
  background: #444647;
  border-top: 1px solid #353939;
  border-left: 1px solid #2e3131;
  border-right: 1px solid #2e3131;
  border-bottom: 1px solid #2e3131;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);

}

.btn:hover
{
    background      : #8a9199; /*   Changes the top color of the button */
    /* 1st Value Changes the background color of the top layer of button.*/
    /* 2nd value changes the bottom color layer of button */
    background      : -webkit-gradient(linear, left top, left bottom, from(#c1c9d4), to(#8a9199));
    background      : -moz-linear-gradient(top, #c1c9d4, #8a9199);
    filter          : progid:DXImaGETransform.Microsoft.gradient(startColorstr = '
#c1c9d4', endColorstr = '#8a9199');
    
text-decoration none;
    
color           #ffffff; /* Changes the font  color of the buttons on hover*/
}

.
fmbtn {

outlinenone;
cursorpointer;
text-aligncenter;
text-decorationnone;
padding7px 12px;
color#fff;
text-shadow1px 1px #1f272b;
background#444647;
border-top1px solid #353939;
border-left1px solid #2e3131;
border-right1px solid #2e3131;
border-bottom1px solid #2e3131;
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
box-shadowinset 0 1px rgba(2552552550.06);
}

.
fmbtn:hover
{
    
background      #8a9199; /*   Changes the top color of the button */
    /* 1st Value Changes the background color of the top layer of button.*/
    /* 2nd value changes the bottom color layer of button */
    
background      : -webkit-gradient(linearleft topleft bottomfrom(#c1c9d4), to(#8a9199));
    
background      : -moz-linear-gradient(top#c1c9d4, #8a9199);
    
filter          progid:DXImaGETransform.Microsoft.gradient(startColorstr '#c1c9d4'endColorstr '#8a9199');
    
text-decoration none;
    
color           #ffffff; /* Changes the font  color of the buttons on hover*/
}

/*---------------------------------- End OK Submit Buttons Styling -----------------------------------*/

/*-------------------------------------- Start Statusbar Styling -------------------------------------*/

#newbar
{
    
margin-top: -80px;
    
height45px;
    
width900px;
    
padding5px 5px;
   
/*float: right;*/
    /*width: auto;*/
}

#newbar p.newinfo
{
     
padding0.5em;
     
float right;
    
color white;
}

#newbar p.newtime {

    
margin-top: -15px;
    
float right;
    
color white;
}

#newbar p.newmsg {

    
margin-top: -15px;
    
margin-left: -15px;
    
float right;
    
color white;
}
.
details_base {
    
padding0.5em;
     
float right;
     
margin-top: -10px;
    
margin-left300px;
    
color white;
}
/*-------------------------------------- End Statusbar Styling ---------------------------------------*/

/* Tooltip container */
.tooltip {
    
positionrelative;
    
displayinline-block;
    
border-bottom1px dotted black/* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    
visibilityhidden;
    
width120px;
    
background-colorblack;
    
color#fff;
    
text-aligncenter;
    
padding5px 0;
    
border-radius6px;

    
/* Position the tooltip text - see examples below! */
    
positionabsolute;
    
z-index1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    
visibilityvisible;
}


/*-------------------------------------- Start Staff Tools Styling -----------------------------------*/
.TSPbutton
{
    
border                2px solid #28282a; /*Change border color of buttons*/
    
display               block;
    -
moz-border-radius    20px;
    -
webkit-border-radius 20px;
    
width                 170px;
    
margin                0 0 15px 0;
}

.
TSPbutton span
{
    
display               block;
    -
moz-border-radius    20px;
    -
webkit-border-radius 20px;
    
padding               15px 10px 15px 10px;
    
text-align            center;
    
color                 #ffffff; /*Change font color    of buttons*/
    
font-size             13px;
    
line-height           1.3em;
}

.
TSPbutton:hover
{
    
background #525254; /*    Change background color of buttons while hovering */
}

.
TSPbutton span:hover
{
    
color #00ff00; /*Change font color    of buttons*/
}
/*-------------------------------------- End Staff Tools Styling -------------------------------------*/

/*----------------------------------------- Start Userdetails Content --------------------------------*/
#featured ul.ui-tabs-nav
{
    list-
style :none;
    
margin   1em 0;
    
padding 0;
    
text-align center;
}

#featured ul.ui-tabs-nav li
{
    
display inline;
    
margin 0 2px;
    
font-size :12px;
}

#featured .ui-tabs-panel
{
    
width    :100%; /* increase / decrease width of user details display */
    
height   :100%; /* Do not adjust */
    
position :relative;
}
/*------------------------------------- Finish Sliding Userdetails Content ---------------------------*/

/*------------------------------------ Start Error/Warning Notices -----------------------------------*/
.notice
{
    
background            url(/images/error/error-bg.pngrepeat-x 0 0;
    
color                 #FFF;
    
width                 83%;
    
font-weight           normal;
    
padding               4px 15px 0;
    
margin-bottom         1.0em;
    -
moz-border-radius    6px;
    -
webkit-border-radius 6px;
    
border-radius         6px;
    -
moz-box-shadow       1px 1px 2px rgba(000.4);
    -
webkit-box-shadow    1px 1px 2px rgba(000.4);
    
box-shadow            1px 1px 2px rgba(000.4);
    
position              relative;
    
left                  34px;
    
z-index               1;
}

.
notice p
{
    
margin-bottom 1.5em;
}

.
notice p:last-child
{
    
margin-bottom 0;
}

.
notice ul
{
    
margin-left   8px;
    
margin-bottom 1.5em;
}

.
notice ul:last-child
{
    
margin-bottom 0;
}

.
notice li
{
    
background      url(/images/error/error-tabs.pngno-repeat 0 -95px;
    list-
style-type none;
    
padding-left    18px;
    
margin-bottom   .75em;
}

.
notice-success li
{
    
background-position -95px;
}

.
notice-warn li
{
    
background-position -895px;
}

.
notice-error li
{
    
background-position -495px;
}

.
notice-info li
{
    
background-position -1295px;
}

.
notice h5
{
    
font-size     14px;
    
font-weight   bold;
    
margin-bottom .65em;
}

.
notice span
{
    
background url(/images/error/error-tabs.pngno-repeat 1000;
    
width      33px;
    
height     40px;
    
position   absolute;
    
left       : -34px;
    
top        6px;
}

.
notice-success
{
    
background-color #EEF4D4;
    
color            #596C26;
    
border           1px solid #8FAD3D;
}

.
notice-success span
{
    
background-position 1000;
}

.
notice-warn
{
    
background-color #FFEA97;
    
color            #796100;
    
border           1px solid #E1B500;
}

.
notice-warn span
{
    
background-position 100% -800px;
}

.
notice-error
{
    
background-color #EFCEC9;
    
color            #933628;
    
border           1px solid #AE3F2F;
}

.
notice-error span
{
    
background-position 100% -400px;
}

.
notice-info
{
    
background-color #C6D8F0;
    
color            #285797;
    
border           1px solid #4381CD;
}

.
notice-info span
{
    
background-position 100% -1200px;
}
/*------------------------------------- End Error/Warning Notices ------------------------------------*/

/*------------------------------------------- Start LightBox -----------------------------------------*/
.image-resize
{
    
max-width 350px;
    
border   :none;
}
/*-------------------------------------------- End LightBox ------------------------------------------*/

/* Coded By SceneGod */
div.sitename {

   
margin-left6px;
   
font-size17pt;
}

div.zap_filter {
  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
height15px;
  
width95.5%;
}
div.news_filter {

  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
margin: -10px 0 25px;
  
height15px;
}

div.news_info {

  
margin-top: -25px;
  
background#5f6364;
  
width99.3%;
  
box-shadow0 4px 8px 0 rgba(0000.2), 0 6px 20px 0 rgba(0000.19);
  
padding0.2em;
  
border1px solid #1c252b;
  
margin-left:0px;
}

div.shout_filter {

  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
margin: -10px 0 25px;
  
height15px;
}

div.shout_title {

  
width91.6%;
  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
margin: -10px 0 23px;
  
height15px;
}

td.forums_head {
    
bordernone;
 
background#444647;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
}

div.forum_filter {

  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
margin: -10px 0 25px;
  
height15px;
  
width90%;
}

div.forum_beta_title {

  
font-size18px;
  
background#444647;
  
border1px solid #353939;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
margin: -10px 0 25px;
  
height15px;
  
width95.2%;
}

.
shoutbox {
    
margin-left30px;
    
padding0 5px 0 22px;
    
border1px solid #1c252b;
    
height30px;
    
color#9fa8b0;
    
font-size12px;
    
line-height30px;
    
font-weightbold;
    
text-shadow1px 1px #1f272b;
    
background#444647;
    
border-top1px solid #353939;
    
border-bottom1px solid #2e3131;
    
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
    
box-shadowinset 0 1px rgba(2552552550.06);
}

div.active_filter {

  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
margin: -5px 0 25px;
  
height15px;
}

div.active_info {

  
margin-top: -25px;
  
background#5f6364;
  
width97.5%;
  
box-shadow0 4px 8px 0 rgba(0000.2), 0 6px 20px 0 rgba(0000.19);
  
padding1em;
  
border1px solid #1c252b;
  
margin-left:0px;
}

div.latest_filter {

  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
margin: -10px 0 25px;
  
height15px;
}

div.latest_info {

  
margin-top: -25px;
  
background#5f6364;
  
width99.3%;
  
box-shadow0 4px 8px 0 rgba(0000.2), 0 6px 20px 0 rgba(0000.19);
  
padding0.2em;
  
border1px solid #1c252b;
  
margin-left:0px;
}

div.stats_filter {

  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
margin: -10px 0 25px;
  
height15px;
}

div.stats_info {

  
margin-top: -25px;
  
background#5f6364;
  
width99.3%;
  
box-shadow0 4px 8px 0 rgba(0000.2), 0 6px 20px 0 rgba(0000.19);
  
padding0.2em;
  
border1px solid #1c252b;
  
margin-left:0px;
}

div.a24_filter {

  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
margin: -10px 0 25px;
  
height15px;
}

div.a24_info {

  
margin-top: -25px;
  
background#5f6364;
  
width99.3%;
  
heightauto;
  
box-shadow0 4px 8px 0 rgba(0000.2), 0 6px 20px 0 rgba(0000.19);
  
padding0.2em;
  
border1px solid #1c252b;
  
margin-left:0px;
}

div.disclaimer_filter {

  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
margin: -10px 0 25px;
  
height15px;
}

div.disclaimer_info {

  
margin-top: -25px;
  
background#5f6364;
  
width98.8%;
  
box-shadow0 4px 8px 0 rgba(0000.2), 0 6px 20px 0 rgba(0000.19);
  
padding0.5em;
  
border1px solid #1c252b;
  
margin-left:0px;
}

div.popular_filter {

  
min-width43.6%;
  
max-width43.6%;
  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
height15px;
}

div.staff_filter {

  
margin-top: -37px;
  
margin-left436px;
  -
webkit-margin-start445px;
  
min-width43.5%;
  
max-width43.5%;
  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
height15px;
}

table.index_stats {

  
padding10px 20px;
}
/* Upload Page */
p.ann_filter{

  
font-size18px;
  
background#444647;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
  
padding10px 20px;
  
margin: -20px 0 25px;
  
height15px;
}

span.btninput[type=button], input[type=submit], input[type=reset]{

    
margin-top5px;
    
outline0;
    
padding7px 12px;
    
displayblock;
    
color#fff;
    
font-weightbold;
    
text-shadow1px 1px #1f272b;
  
background#444647;
  
border-top1px solid #353939;
  
border-left1px solid #2e3131;
  
border-right1px solid #2e3131;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
}

.
demobox {

  
margin-left2px;
  
width190px;
  
height36px;
  
background#464b4c;
  
border-top1px solid #353939;
  
border-bottom1px solid #2e3131;
  
background-image: -webkit-linear-gradient(top#464b4c, #3f4344);
  
background-image: -moz-linear-gradient(top#464b4c, #3f4344);
  
background-image: -o-linear-gradient(top#464b4c, #3f4344);
  
background-imagelinear-gradient(to bottom#464b4c, #3f4344);
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);
}

.
demoframe {

  
width190px;
  
border1px solid #2e3131;
  
height500px;
}

/* Bootstrap 3.3.7 */
.body_container{
  
padding-right0px;
  
padding-leftauto;
  
margin-right: -80px;
  
margin-left0px;

}

/* Browse v1 */
  /*-------------------------------------*/

    
.cf:before, .cf:after{
      
content:"";
      
display:table;
    }

    .
cf:after{
      
clear:both;
    }

    .
cf{
      
zoom:1;
    }

    
/*-------------------------------------*/

    
.form-wrapper {
        
width450px;
        
padding15px;
        
margin150px auto 50px auto;
        
background#444;
        
backgroundrgba(0,0,0,.2);
        -
moz-border-radius10px;
        -
webkit-border-radius10px;
        
border-radius10px;
        -
moz-box-shadow0 1px 1px rgba(0,0,0,.4inset0 1px 0 rgba(255,255,255,.2);
        -
webkit-box-shadow0 1px 1px rgba(0,0,0,.4inset0 1px 0 rgba(255,255,255,.2);
        
box-shadow0 1px 1px rgba(0,0,0,.4inset0 1px 0 rgba(255,255,255,.2);
    }

    .
form-wrapper input {
        
width330px;
        
height20px;
        
padding10px 5px;
        
floatleft;
        
fontbold 15px 'lucida sans''trebuchet MS''Tahoma';
        
border0;
        
background#eee;
        
-moz-border-radius3px 0 0 3px;
        -
webkit-border-radius3px 0 0 3px;
        
border-radius3px 0 0 3px;
    }

    .
form-wrapper input:focus {
        
outline0;
        
background#fff;
        
-moz-box-shadow0 0 2px rgba(0,0,0,.8inset;
        -
webkit-box-shadow0 0 2px rgba(0,0,0,.8inset;
        
box-shadow0 0 2px rgba(0,0,0,.8inset;
    }

    .
form-wrapper input::-webkit-input-placeholder {
       
color#999;
       
font-weightnormal;
       
font-styleitalic;
    }

    .
form-wrapper input:-moz-placeholder {
        
color#999;
        
font-weightnormal;
        
font-styleitalic;
    }

    .
form-wrapper input:-ms-input-placeholder {
        
color#999;
        
font-weightnormal;
        
font-styleitalic;
    }

    .
form-wrapper button {
        
overflowvisible;
        
positionrelative;
        
floatright;
        
border0;
        
padding0;
        
cursorpointer;
        
height40px;
        
width110px;
        
fontbold 15px/40px 'lucida sans''trebuchet MS''Tahoma';
        
color#fff;
        
text-transformuppercase;
        
background#d83c3c;
        
-moz-border-radius0 3px 3px 0;
        -
webkit-border-radius0 3px 3px 0;
        
border-radius0 3px 3px 0;
        
text-shadow-1px 0 rgba(0,0.3);
    }

    .
form-wrapper button:hover{
        
background#e54040;
    
}

    .
form-wrapper button:active,
    .
form-wrapper button:focus{
        
background#c42f2f;
    
}

    .
form-wrapper button:before {
        
content'';
        
positionabsolute;
        
border-width8px 8px 8px 0;
        
border-stylesolid solid solid none;
        
border-colortransparent #d83c3c transparent;
        
top12px;
        
left: -6px;
    }

    .
form-wrapper button:hover:before{
        
border-right-color#e54040;
    
}

    .
form-wrapper button:focus:before{
        
border-right-color#c42f2f;
    
}

    .
form-wrapper button::-moz-focus-inner {
        
border0;
        
padding0;
    }

    
#canvas {
        
border1px solid black;
        
positionabsolute;
        
z-index10000;
    }

    
#flake {
        
color#fff;
        
positionabsolute;
        
font-size25px;
        
top: -50px;
    }


.
chatbox {

  
margin-top3px;
  
background-color#212121;
  
border1px solid #000000;
  
color:#333333;
  
max-width840px;
  
height300px;
  
overflowauto;
}

#chatdata {

 
background-color:#383838;
 
color:#ababab;
 
border1px solid #565656;
 
width96.7%;
 
heightauto;
 
padding0.5em;
 
margin-top5px;
 
margin-left5px;
 
margin-right5px;
 
margin-bottom5px;
}

#onlineusers{

padding0.2em;
vertical-aligntop;
margin-top: -392px;
margin-left680px;
margin-right5px;
margin-bottom5px;
border1px solid #000000;
background-color:#383838;
height295px;
width152px;
positionrelative;
overflowauto;
}

.
chaton {
margin-top5px;
width95%;
padding5px 5px;
background#444647;
border-top1px solid #353939;
border-bottom1px solid #2e3131;
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
box-shadowinset 0 1px rgba(2552552550.06);
text-aligncenter;
font-size12px;
color:#ffffff;
}

#bbCodeContainer {

floatright;
}

/*-- Start Staff Edit Box --*/
    #staff_specialbox
    
{
        
border     1px solid gray;
        
width      600px;
        
background #FBFCFA;
        
font       11px verdanasans-serif;
        
color      #000000;
        
padding    3px;
        
outline    none;
    }
    
/*-- Finish Staff Edit Box --*/

    /*-- Start Member Edit Box --*/
    #member_specialbox
    
{
        
border     1px solid gray;
        
width      600px;
        
background #FBFCFA;
        
font       11px verdanasans-serif;
        
color      #000000;
        
padding    3px;
        
outline    none;
    }
    
/*-- Finish Member Edit Box --*/

    
.loader {
    
left0px;
    
top0px;
    
width100%;
    
height100%;
    
z-index9999;
    
backgroundurl(https://i.imgbox.com/aYvJUBBq.gif) 50% 50% no-repeat; /* Sonic At Work [= */
    /*background: url(https://i.imgbox.com/HQEIA8sI.png) 50% 50% no-repeat; Bonkers/Bubsy */
}

.
glow-owner{backgroundrepeat-x scroll 00transparent;text-shadow0px 0px 5px #1d3fca, 0px 0px 6px #1d3fca;background:url(https://i.imgbox.com/iZd15OZM.gif)}
.glow-moderator{color:#1ba300;font-weight:bold;text-shadow:2px 0px 11px #198B00;background:url(https://i.imgbox.com/iZd15OZM.gif)}

    
div.chatoutput {
            
/*background:#465151;#323232;*/
            
background:#323232;
             
border1px solid #565656;
            
padding:5px 0px 3px 10px;
            
margin-top2px;
            
line-height150%;
            
margin-bottom:4px;
    }

.
mar2 {
    
margin-topauto;
}

.
player {
    
backgroundtransparent url(https://www.script-tutorials.com/demos/363/images/spr.png) no-repeat scroll center top;
    
height162px;
    
positionrelative;
    
width326px;
    
z-index2;
}
.
title, .artist {
    
font-familyverdana;
    
left167px;
    
positionabsolute;

    -
moz-user-selectnone;
    -
webkit-user-selectnone;
    -
ms-user-selectnone;
}
.
title {
    
color#FFFFFF;
    
font-size14px;
    
font-weightbold;
    
top23px;
}
.
artist {
    
color#EEEEEE;
    
font-size12px;
    
top40px;
}
.
pl {
    
backgroundtransparent url(https://www.script-tutorials.com/demos/363/images/spr.png) no-repeat scroll -274px -175px;
    
cursorpointer;
    
height34px;
    
left270px;
    
positionabsolute;
    
top20px;
    
width32px;
}
.
pl:hover {
    
top21px;
}
.
cover {
    
backgroundtransparent url(https://www.script-tutorials.com/demos/363/images/data/cover1.jpg) no-repeat scroll center top;
    
border-radius5px 5px 5px 5px;
    
height94px;
    
left20px;
    
positionabsolute;
    
top20px;
    
width94px;
}
.
controls {
    
cursorpointer;
    
height23px;
    
left167px;
    
positionabsolute;
    
top65px;
    
width138px;
}
.
controls .play, .controls .pause, .controls .rew, .controls .fwd {
    
backgroundtransparent url(https://www.script-tutorials.com/demos/363/images/spr.png) no-repeat scroll 0 0;
    
floatleft;
    
height100%;
    
width33%;
}
.
controls .play {
    
background-position: -8px -171px;
}
.
controls .pause {
    
background-position: -8px -198px;
    
displaynone;
}
.
controls .rew {
    
background-position: -54px -171px;
}
.
controls .fwd {
    
background-position: -100px -171px;
}
.
controls .play:hover {
    
background-position: -8px -170px;
}
.
controls .pause:hover {
    
background-position: -8px -197px;
}
.
controls .rew:hover {
    
background-position: -54px -170px;
}
.
controls .fwd:hover {
    
background-position: -100px -170px;
}
.
hidden {
    
displaynone;
}
.
controls .visible {
    
displayblock;
}
.
volume {
    
height11px;
    
left186px;
    
positionabsolute;
    
top96px;
    
width112px;
}
.
tracker {
    
height15px;
    
left20px;
    
positionabsolute;
    
top126px;
    
width285px;
}
.
ui-slider-range {
    
backgroundtransparent url(https://www.script-tutorials.com/demos/363/images/spr.png) no-repeat scroll 5px -222px;
    
height100%;
    
positionabsolute;
    
top0;
}
.
ui-slider-handle {
    
cursorpointer;
    
height10px;
    
margin-left: -5px;
    
positionabsolute;
    
top2px;
    
width10px;
    
z-index2;
}
.
volume .ui-slider-handle {
    
backgroundurl(https://www.script-tutorials.com/demos/363/images/spr.png) no-repeat scroll -201px -188px rgba(0, 0, 0, 0);
    
height13px;
    
width13px;
}
.
playlist {
    
background-color#333333;
    
border-radius5px 5px 5px 5px;
    list-
style-typenone;
    
margin: -10px 0 0 2px;
    
padding-bottom10px;
    
padding-top15px;
    
positionrelative;
    
width326px;
    
z-index1;
}
.
playlist li {
    
color#EEEEEE;
    
cursorpointer;
    
margin0 0 5px 15px;
}
.
playlist li.active {
    
font-weightbold;
}

a.fbtn {

    
display               inline-block;
    
outline               none;
    
cursor                pointer;
    
text-align            center;
    
text-decoration       none;
    
/*font: 16px Helvetica, sans-serif;*/
    
padding7px 12px;
        
color#fff;
    
text-shadow1px 1px #1f272b;
  
background#444647;
  
border-top1px solid #353939;
  
border-left1px solid #2e3131;
  
border-right1px solid #2e3131;
  
border-bottom1px solid #2e3131;
  
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
  
box-shadowinset 0 1px rgba(2552552550.06);

}

#header-bar{
  
vertical-aligntop;
  
positionabsolute;
  
width880px;
  
max-width880px;
  
displayblock;
      
border-top1px solid #222;
    
border-bottom1px solid #222;
    
background-color#222;
  /*
  border-top: 1px solid #B30000;
  border-bottom: 1px solid #B30000;
  background-color: #990000;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: -webkit-linear-gradient(top, #555, #333);
  background-image: -moz-linear-gradient(top, #555, #333);
  background-image: -ms-linear-gradient(top, #555, #333);
  background-image: -o-linear-gradient(top, #555, #333);
  background-image: linear-gradient(top, #555, #333); */
  
-moz-box-shadow0 5px 5px #000;
  
-webkit-box-shadow0 5px 5px #000;
  
box-shadow0 5px 5px #000;
  
padding10px 0;
  
overflowhidden;
}
#wrapper { background: url(images/wrapper.png) repeat-x 0 0; }
#top-navigation { color: #000; padding-left: 10px; }
#top-navigation a { color: #818082; }
#top-navigation a:hover { color: #b2b2b2; }
#top-navigation span { padding: 0 6px 0 9px; }
.cl displayblockheight0font-size0line-height0text-indent: -4000pxclearboth; }
.
shell paddingautowidth880pxmargin0 autobackgroundurl(http://pirateszone.club/images/top-lights.png) no-repeat 0 0; }

#snow{
    
backgroundnone;
    
font-familyAndrogyne;
    
background-imageurl('http://www.wearewebstars.dk/codepen/img/s1.png'), url('http://www.wearewebstars.dk/codepen/img//s2.png'), url('http://www.wearewebstars.dk/codepen/img//s3.png');
    
height45%;
    
left230px;
    
positionabsolute;
    
top0;
    
width65%;
    
z-index:1;
    -
webkit-animationsnow 10s linear infinite;
    -
moz-animationsnow 10s linear infinite;
    -
ms-animationsnow 10s linear infinite;
    
animationsnow 10s linear infinite;
}
@
keyframes snow {
  
0% {background-position0px 0px0px 0px0px 0px;}
  
50% {background-position500px 500px100px 200px, -100px 150px;}
  
100% {background-position500px 1000px200px 400px, -100px 300px;}
}
@-
moz-keyframes snow {
  
0% {background-position0px 0px0px 0px0px 0px;}
  
50% {background-position500px 500px100px 200px, -100px 150px;}
  
100% {background-position400px 1000px200px 400px100px 300px;}
}
@-
webkit-keyframes snow {
  
0% {background-position0px 0px0px 0px0px 0px;}
  
50% {background-position500px 500px100px 200px, -100px 150px;}
  
100% {background-position500px 1000px200px 400px, -100px 300px;}
}
@-
ms-keyframes snow {
  
0% {background-position0px 0px0px 0px0px 0px;}
  
50% {background-position500px 500px100px 200px, -100px 150px;}
  
100% {background-position500px 1000px200px 400px, -100px 300px;}
}

#countdown-container {
  
positionrelative;
  
top50%;
  -
webkit-transformtranslateY(-50%);
  -
ms-transformtranslateY(-50%);
  
transformtranslateY(-50%);
  
margin: -20px auto 0 auto/* margin to account for ad size */
  
text-aligncenter;
  
visibilityvisible;
  
widthauot;
  
heightauto;
  
background-repeatno-repeat;
  
background-positioncenter center;
}

#countdown  {
  
left0px/* half of (container width [1024] - counter width [884]) */
  
text-aligncenter;
  
positionabsolute;
  
displayinline-block;
  
top50%;
  
margin-top0px;
}

#countdown span {
  
displayblock;
  
floatleft;
  
width63px;
  
height80px;
  
backgroundurl(http://www.xmasclock.com/images/counter.gif) no-repeat;
}

#countdown span { margin: 0 2px; }

#countdown span.image0 { background-position: 0px -0px; }
#countdown span.image1 { background-position: 0px -80px; }
#countdown span.image2 { background-position: 0px -160px; }
#countdown span.image3 { background-position: 0px -240px; }
#countdown span.image4 { background-position: 0px -320px; }
#countdown span.image5 { background-position: 0px -400px; }
#countdown span.image6 { background-position: 0px -480px; }
#countdown span.image7 { background-position: 0px -560px; }
#countdown span.image8 { background-position: 0px -640px; }
#countdown span.image9 { background-position: 0px -720px; }

#countdown span.imageDays { background-position: 0px -800px; width: 63px; height: 80px; }
#countdown span.imageHours { background-position: 0px -880px; width: 79px; height: 80px; }
#countdown span.imageMins { background-position: 0px -960px; width: 65px; height: 80px; }
#countdown span.imageSecs { background-position: 0px -1040px; width: 58px; height: 80px; }


/* NEW BREADCRUMB MENU */

.breadBoxTop {

padding10px 0;
overflowhidden;
zoom1;
clearboth;}

#movebread{
margin-top1px;}

.
breadBoxTop .topCtrl{

margin-left5px;
floatright;
line-height24px;}

.
breadcrumb{
font-size11px;
background#444647;
border1px solid #353939;
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
box-shadowinset 0 1px rgba(2552552550.06);
/*border: solid #000000 0.5px;
background-color: #1F1F1F;*/
 
-webkit-border-radius5px;
 -
moz-border-radius5px;
 -
khtml-border-radius5px;
border-radius5px;
overflowhidden;
zoom1;
max-width100%;
heightauto;
margin-left0px;}

.
breadcrumb .crust {

displayblock;
floatleft;
positionrelative;
zoom1;
max-width50%;}

.
breadcrumb .crust a.crumb {
margin-left: -1px;
cursorpointer;
text-decorationnone;
background-color#1F1F1F;
padding0 10px 0 18px;
margin-bottom: -1px;
outline0 none;
 -
moz-outline-style0 none;
displayblock;
_border-bottomnone;
line-height24px;
color#5c5f60;
border1px solid #353939;
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
box-shadowinset 0 1px rgba(2552552550.06);}

.
breadcrumb .crust a.crumb span {

displayblock;
text-overflowellipsis;
white-spacenowrap;
overflowhidden;
max-width100%;}

.
breadcrumb .crust a.crumb {

font-weightbold;
bordersolid #000000 1px;
padding-left20px;
 -
webkit-border-top-left-radius4px;
 -
moz-border-radius-topleft4px;
 -
khtml-border-top-left-radius4px;
border-top-left-radius4px;
 -
webkit-border-bottom-left-radius4px;
 -
moz-border-radius-bottomleft4px;
 -
khtml-border-bottom-left-radius4px;
border-bottom-left-radius4px;}

.
breadcrumb .crust:first-child a.crumb {

font-weightbold;
bordersolid #000000 1px;
padding-left10px;
 -
webkit-border-top-left-radius4px;
 -
moz-border-radius-topleft4px;
 -
khtml-border-top-left-radius4px;
border-top-left-radius4px;
 -
webkit-border-bottom-left-radius4px;
 -
moz-border-radius-bottomleft4px;
 -
khtml-border-bottom-left-radius4px;
border-bottom-left-radius4px;}

.
breadcrumb .crust:last-child a.crumb {

font-weightbold;
border0.1px solid #000;}

.breadcrumb .crust .arrow {

border13px solid transparent;
border-rightnone;
border-left-color#000000;
 
-moz-border-right-colors#000000;
-webkit-box-shadowinset 0 1px rgba(2552552550.06);
box-shadowinset 0 1px rgba(2552552550.06);
displayblock;
positionabsolute;
right: -12.2px;
top0px;
z-index50;
width0px;
height0px;}

.
breadcrumb .crust .arrow span {

border12px solid transparent;
border-right1px none #1F1F1F;
border-left-color#1F1F1F;
 
-moz-border-right-colors#f0f7fc;
displayblock;
positionabsolute;
left: -14px;
top: -12px;
z-index51;
white-spacenowrap;
overflowhidden;
text-indent9999px;
width0px;
height0px;}

.
crumbs {

 
margin-top10px;/*
 margin-left: 5px;*/
}

.
breadcrumb .crust:hover a.crumb {

background-color#1F1F1F;
color#FFF;}

#breadmenubar {

 
margin-top: -15px;}

#movehead {

 
margin-top: -10px;}

#view_forum_move {

 
margin-top: -3px;}


/* END NEW BREADCRUMB MENU */

.myBlock-cap {
    
displayblock;
    
padding-right10px;
    
padding-left10px;
    
font-size14px;
    
font-weightbold;
    
color#FFF;
    
margin0px;
    
background-color#333333;
    
line-height200%;
    
positionrelative;
    
bottom4px
}

#container {
  
backgroundsilver;
    
width:960px;
    
margin:0px auto;
}

#header {

  
width960px;
  
height30px;

  }


@
import url(https://fonts.googleapis.com/css?family=Roboto:300);
*{
  
margin0padding0;
  
font-family'Roboto'sans-serif;
}
.
cm-e-menu {
    
background-color#222;
    
positionrelative;
    
z-index1000;
    
color#fff;
    
font-weight200;
    
box-shadow0 0 10px black;
    }
.
cm-e-menu ul {
    
margin0padding0;
}
.
cm-e-menu li {
    
positionrelative;
    
white-spacenowrap;
    
cursorpointer;
    
text-transformcapitalize !important;
    list-
stylenone;

    -
webkit-transitionbackground-color ease-in 300ms;
    -
moz-transitionbackground-color ease-in 300ms;
    -
ms-transitionbackground-color ease-in 300ms;
    -
o-transitionbackground-color ease-in 300ms;
    
transitionbackground-color ease-in 300ms;
}
.
cm-e-menu li:hover {
    
background-color#3d3d3d;
    
text-shadow0 10px 10px #222;
}
.
cm-e-menu ul li.topmenu {
    
displayinline-table;
    
padding.3em 1em;
}
.
cm-e-menu .topmenu ul {
    
display:none;
    
positionabsolute;
    
background-color#222;
}
.
cm-e-menu li:hover ul {
    
displaytable;
}
.
cm-e-menu ul.submenu {
    
top100%; left0;
    
padding-top.5em;
    
padding-bottom.5em;
    
box-shadow0 0 10px black;
}
.
cm-e-menu ul.submenu .submenu {
    
top: -.5emleft100%;
    
font-size1em
}
.
cm-e-menu ul.submenu li {
    
padding.2em 1.5em;
    
font-size.9rem;
}
.
cm-e-menu li.divider {
    
padding0;
    
border-top1px solid #343434;
    
margin.5rem auto .3rem;
    
cursor: default;
}
.
cm-e-menu li.divider:hover {
    
background-colortransparent;
}
ulli {

}

.
myBlock {
    
displayblock;
    
background-color#151515;
    
background-repeatrepeat-x;
    
background-positiontop;
    
width100%;
    
border1px solid #222;
    
margin0px;
    
padding0px;
  
box-shadow0 3px 10px rgba(0000.9), inset 0 1px 0 rgba(2552552550.2);
}
.
myBlock-cap {
    
displayblock;
    
padding-right10px;
    
padding-left10px;
    
font-size14px;
    
font-weightbold;
    
color#FFF;
    
margin-left0px;
    
background-color#333333;
    
line-height200%;
    
positionrelative;
    
bottom4px
}
.
myBlock-con {
    
displayblock;
    
padding7px;
}


#content {
  
margin-top8px;
  
margin-left10px;
  
backgroundgray;
 
min-height500px;
  
max-heightauto;
    
float:left;
    
width:610px;
}

#sidebar {
  
margin-left10px;
  
margin-top8px;
  
backgroundgray;
floatleft;
    
width:340px;
}

#footer {
  
backgroundsilver;
  
margin-top500px;
  
margin-left10px;
  
height56px;
  
width960px;
    
clear:both;
}

 
#spacer {
 
padding:0.4em;

 }

#cm-e-menu {
    
background-color#222;
    
positionrelative;
    
z-index1000;
    
color#fff;
    
font-weight200;
    
box-shadow0 0 10px black;
    }
#cm-e-menu ul {
    
margin0padding0;
}
#cm-e-menu li {
    
positionrelative;
    
white-spacenowrap;
    
cursorpointer;
    
text-transformcapitalize !important;
    list-
stylenone;

    -
webkit-transitionbackground-color ease-in 300ms;
    -
moz-transitionbackground-color ease-in 300ms;
    -
ms-transitionbackground-color ease-in 300ms;
    -
o-transitionbackground-color ease-in 300ms;
    
transitionbackground-color ease-in 300ms;
}
#cm-e-menu li:hover {
    
background-color#3d3d3d;
    
text-shadow0 10px 10px #222;
}
#cm-e-menu ul li.topmenu {
    
displayinline-table;
    
padding.3em 1em;
}
#cm-e-menu .topmenu ul {
    
display:none;
    
positionabsolute;
    
background-color#222;
}
#cm-e-menu li:hover > ul {
    
displaytable;
}
#cm-e-menu ul.submenu {
    
top100%; left0;
    
padding-top.5em;
    
padding-bottom.5em;
    
box-shadow0 0 10px black;
}
#cm-e-menu ul.submenu .submenu {
    
top: -.5emleft100%;
    
font-size1em
}
#cm-e-menu ul.submenu li {
    
padding.2em 1.5em;
    
font-size.9rem;
}
#cm-e-menu li.divider {
    
padding0;
    
border-top1px solid #343434;
    
margin.5rem auto .3rem;
    
cursor: default;
}
#cm-e-menu li.divider:hover {
    
background-colortransparent;
}
ulli {

}

 
#timestamp {
 
margin-top:-19px;
 
margin-left453px;
 }

 
#comments {
 
margin-top:-19px;
 
margin-left498px;
 } 
Attached Files
File Type: rar Icode-Go.rar (1.76 MB, 21 views)
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 12:57. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.