Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "take it, if you need it.
- beat it up, if you're mad.
- kill it, if it fucks with you."
- TABLE FOR STATS:
- <table border="x" cellpadding="x" cellspacing="x">
- <tr><center>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- </tr>
- <tr>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- </tr></table></center>
- ROLL DOWN DIV
- #example
- {overflow:hidden; background-color:#000; position:fixed;
- top:0; bottom:0; left:0; right:0; width:0px; height:0px;
- -webkit-transition-duration: Xs;
- -moz-transition-duration: Xs;
- transition-duration: Xs;
- color:#333333; border-left:1px dotted #555555;
- border-right:1px dotted #555555;}
- #example:hover { width:0px; height:0px; }
- VERTICAL BAR-LIKE LINKS FOR NAV
- #linkbar{background-color:transparent; height:400px; width:100px; position:absolute; top:120px; right:720px; color:#cc66ff; line-height:25px; font-family:times;}
- #linkbar a:hover { height:20px; width:100px; position:absolute; background-color:EDE7D1; text-decoration:none; color:BE4B1F; font=size:12px; font-family:verdana; }
- #linkbar a:link, a:visited { color:000; text-align:right; height:20px; width:100px; position:absolute; display: block; background-color:444035;
- -o-transition: all 2.2s ease-in; text-decoration:none;
- -webkit-transition: all 2.2s ease-in;
- -moz-transition: all 2.2s ease-in; webkit-transition-duration: 5s;
- transition: all 0.5s; -moz-transition;: all 0.5s;
- -webkit-transition: all 0.5s; opacity:.50px;}
- SLIGHTLY ROTATED TITLES
- #titleone{background-color:transparent; color:#669999; font-size:30px; color:#4C4C4C; font-family:times new roman; position:fixed; -webkit-transform: rotate(-45deg); top:220px; left:275px;}
- #titletwo{background-color:transparent; color:#669999; font-size:30px; color:#4C4C4C; font-family:times new roman; position:fixed; -webkit-transform: rotate(45deg); top:220px; left:850px;}
Advertisement
Add Comment
Please, Sign In to add comment