Advertisement
tragical

FOR SHINOHARA - - Custom Showroom

Jul 25th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. <!-- Coding by Owly for the use of Shinohara only. --!>
  2.  
  3. <style type="text/css">
  4. #header, #search, #main-navbar, #sidebar, #sidetabs, #alerts, #navigation, #chatroom_mini,#chatroom, #footer_bg, #breadcrumbs, #footer_bg, .wrapper{display: none;}div.wraper{ background:none;}
  5.  
  6. #navi{
  7. text-align:right;
  8. height:215px;
  9. width:auto;
  10. position:fixed;
  11. top:0px;
  12. right:5px;
  13. }
  14.  
  15. h1{
  16. font-variant:small-caps;
  17. color:#990000;
  18. }
  19.  
  20. #content table{
  21. border:none;
  22. background:transparent;
  23. }
  24.  
  25. #content td{
  26. border:none;
  27. }
  28.  
  29. #content #body{
  30. background:transparent;
  31. }
  32.  
  33. #content{
  34. left:200px;
  35. top:50px;
  36. }
  37.  
  38.  
  39. a:link, a:visited{
  40. color:#A8A8A8;
  41. -webkit-transition: all 1s ease;
  42. -moz-transition: all 1s ease;
  43. -ms-transition: all 1s ease;
  44. -o-transition: all 1s ease;
  45. transition: all 1s ease;
  46. }
  47.  
  48. a:hover{
  49. color:#990000;
  50. text-decoration:line-through;
  51. }
  52. body{
  53. background:url(http://i41.tinypic.com/1zny26o.png);
  54. font-color:#A8A8A8;
  55. font-family:Lucida Bright;
  56. }
  57.  
  58. </style>
  59. <font color=#A8A8A8>
  60.  
  61. <div id="navi"><br><b>navigation</b>
  62. <br><br><a href="">main</a>
  63. <br><a href="galleries">view all</a>
  64. <br><a href="editstock">edit stock</a>
  65. <br><a href="stock">stock pets</a>
  66. <br><a href="upgrade">upgrade</a>
  67. <br><br><a href="categories">manage categories</a>
  68. <br><a href="editgallery">edit gallery</a>
  69. </div>
  70.  
  71. this is what text looks like <b>bold</b> <i>italic</i> <u>underline</u>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement