Advertisement
tragical

AgnesChan > Profile Layout

Mar 14th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. <!- // Coding (c) Owly 2014 // -!>
  2. <style type="text/css">
  3. #header, #search, #main-navbar, #sidebar, #sidetabs, #aelrts, #navigation, #chatroom_mini,#chatroom, #chatroom_closed, #footer_bg, #breadcrumbs, #footer_bg, .wrapper{display: none;}div.wraper{ background:none;
  4. }
  5.  
  6. #nav{
  7. height:35px;
  8. width:480px;
  9. right:120px;
  10. top:100px;
  11. background:#262626;
  12. position:fixed;
  13. }
  14.  
  15. #nav a, a:visited{
  16. text-align:center;
  17. padding:5px;
  18. margin-left:5px;
  19. margin-top:5px;
  20. background:#fff;
  21. color:#262626;
  22. text-transform:uppercase;
  23. font:11px calibri;
  24. display:inline-block;
  25. width:80px;
  26. -webkit-transition: all 1s ease;
  27. -moz-transition: all 1s ease;
  28. -ms-transition: all 1s ease;
  29. -o-transition: all 1s ease;
  30. transition: all 1s ease;
  31. }
  32.  
  33. #nav a:hover{
  34. text-shadow:none;
  35. background:#595959;
  36. color:#fff;
  37. font-weight:bold;
  38. }
  39.  
  40. table, tr, td, body, p, text, ul, li{
  41. font:8pt verdana;
  42. }
  43.  
  44. #side{
  45. overflow:auto;
  46. z-index:-1;
  47. height:430px;
  48. width:605px;
  49. right:130px;
  50. top:155px;
  51. position:fixed;
  52. border-left:20px solid #fff;
  53. background:#262626;
  54. -webkit-transition: all 1s ease;
  55. -moz-transition: all 1s ease;
  56. -ms-transition: all 1s ease;
  57. -o-transition: all 1s ease;
  58. transition: all 1s ease;
  59. }
  60.  
  61. #side:hover{
  62. right:725px;
  63. }
  64.  
  65. a, a:visited{
  66. color:#fff;
  67. }
  68.  
  69. a:hover{
  70. text-shadow: 0 0 0.2em #999999, 0 0 0.2em #999999;
  71. text-decoration:none;
  72. color:#fff;
  73. }
  74.  
  75. #side .content{
  76. margin-left:12px;
  77. font:8pt verdana;
  78. text-align:center;
  79. }
  80.  
  81. body{
  82. background:#000;
  83. color:#fff;
  84. }
  85.  
  86. #block1, #block6{
  87.  
  88. }
  89.  
  90. .head{
  91. font-size:9pt;
  92. background:none;
  93. font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  94. color:#fff;
  95. font-variant:small-caps;
  96. }
  97.  
  98. #content{
  99. position:fixed;
  100. top:150px;
  101. right:100px;
  102. }
  103.  
  104. #content td,#content table{
  105. background:#262626;
  106. border:1px solid #262626;
  107. }
  108.  
  109. #content #body{
  110. background:none;
  111. padding:none;
  112. }
  113. </style><font color=#fff>
  114. <div id="side"><div class="content"><br> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed aliquet quam, porta iaculis ligula. Integer odio urna, imperdiet quis lorem sit amet, fermentum bibendum felis. Morbi lorem nisi, convallis at nunc sit amet, tempus placerat lorem. Donec sagittis felis eget posuere semper. Vestibulum at erat feugiat, faucibus augue eget, dictum justo. Maecenas dui lorem, iaculis sed magna non, auctor venenatis ipsum. Suspendisse libero risus, semper in aliquet eu, mattis vitae augue. Vestibulum eget lectus leo. Curabitur sed odio eget ante vehicula iaculis vitae sed arcu. Proin hendrerit turpis id magna pretium, sit amet tristique velit sodales. Fusce faucibus, neque nec posuere pellentesque, sapien quam facilisis nisi, et feugiat massa metus id sapien.
  115. <br>
  116. Duis mollis leo id ipsum pellentesque vestibulum. Phasellus pellentesque, turpis nec lacinia fringilla, orci urna rhoncus libero, nec facilisis libero turpis sit amet libero. Morbi accumsan eleifend enim, eu congue velit mollis ac. Cras scelerisque lorem sed ante gravida, at mollis neque dignissim. Nulla eu tincidunt nulla, nec pretium nibh. Praesent imperdiet vitae augue eget ornare.</div></div>
  117.  
  118. <div id="nav"><a href="hatchery">hatchery</a><a href="chat.php">shoutbox</a><a href="games/stockmarket">stocks</a><a href="rmail">rmail</a><a href="forum">forum</a>
  119. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement