Advertisement
Guest User

GGGGG

a guest
Oct 31st, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. .pfor{display:none;}
  4.  
  5. body{
  6. background:#001953;
  7. background-image:url(http://i.picpar.com/CSgb.png);
  8. background-repeat:no-repeat;
  9. background-position:bottom left;
  10. }
  11.  
  12. #information{
  13. border:2px solid #BA9D00;
  14. width:200;
  15. height:200;
  16. overflow:auto;
  17. text-align:left;
  18. background:#001953;
  19. padding-top:5;
  20. padding-left:5;
  21. letter-spacing:1;
  22. background:;
  23. position:fixed;
  24. top:220;
  25. left:1200;
  26. color:white;
  27. font-size:10;
  28. font-family:latha;
  29. }
  30.  
  31.  
  32. .KEEPROLLING {
  33. color:white;
  34. font-size:10;
  35. font-family:latha;
  36. border:2px double #BA9D00;
  37. background-color:#001953;
  38. width:300;
  39. height:200;
  40. position:fixed;
  41. padding-top:5;
  42. padding-left:5;
  43. letter-spacing:1;
  44. top:220;
  45. left:800;
  46. overflow:auto;
  47. opacity:0;
  48. transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;
  49. -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;
  50. -ms-transition: all 0.5s ease-in-out; z-index: -2; }
  51.  
  52. .KEEPROLLING:target {opacity: 1; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; z-index:1;padding-right:5px;overflow:hidden;}
  53.  
  54. #navicircle{
  55. position:fixed;
  56. left:350;
  57. }
  58.  
  59.  
  60. .snake{
  61. position:fixed;
  62. top:300;
  63. left:700;
  64. border:1px solid #BA9D00;
  65. background:#BA9D00;
  66. width:500;
  67. height:45;
  68. }
  69.  
  70. .snakes{
  71. position:fixed;
  72. top:230;
  73. left:552;
  74. border:1px solid #BA9D00;
  75. background:#BA9D00;
  76. transform:rotate(50deg);
  77. width:200;
  78. height:45;
  79. }
  80.  
  81.  
  82. .tab1{position:fixed;top:200;left:;
  83. text-decoration:none;background-color:#BA9D00;
  84. border-radius:200px 200px 200px 200px;
  85. width:20;height:20;
  86. -webkit-transition:width 2s,
  87. height 2s, background-color 2s,
  88. -webkit-transform 2s;
  89. transition:width 1s, height 2s, background-color 2s, transform 2s;}
  90.  
  91. .tab2{position:fixed;top:220;left:;
  92. text-decoration:none;background-color:#BA9D00;
  93. border-radius:200px 200px 200px 200px;
  94. width:20;height:20;
  95. -webkit-transition:width 2s,
  96. height 2s, background-color 2s,
  97. -webkit-transform 2s;
  98. transition:width 1s, height 2s, background-color 2s, transform 2s;}
  99.  
  100.  
  101. .tab3{position:fixed;top:240;left:;
  102. text-decoration:none;background-color:#BA9D00;
  103. border-radius:200px 200px 200px 200px;
  104. width:20;height:20;
  105. -webkit-transition:width 2s,
  106. height 2s, background-color 2s,
  107. -webkit-transform 2s;
  108. transition:width 1s, height 2s, background-color 2s, transform 2s;}
  109.  
  110.  
  111.  
  112. .tab4{position:fixed;top:260;left:;text-align:center;
  113. text-decoration:none;background-color:#BA9D00;
  114. border-radius:200px 200px 200px 200px;
  115. width:20;height:20;
  116. -webkit-transition:width 2s,
  117. height 2s, background-color 2s,
  118. -webkit-transform 2s;
  119. transition:width 1s, height 2s, background-color 2s, transform 2s;}
  120.  
  121. </style>
  122.  
  123.  
  124. <div class="snake"></div>
  125. <div class="snakes"></div>
  126.  
  127.  
  128. <div id="information">OOC and credit goes here. </div>
  129.  
  130. <img src="http://i.picpar.com/7Sgb.jpg" style="position:fixed;top:44;left:360;height:300;border:2px solid #BA9D00;">
  131.  
  132. <img src="">
  133.  
  134. <div id="01" class="KEEPROLLING">
  135. This is where the stats go.
  136.  
  137. </div>
  138. </div>
  139.  
  140. <div id="02" class="KEEPROLLING">
  141. This is where the story/personality goes.
  142.  
  143. </div>
  144.  
  145.  
  146. <div id="03" class="KEEPROLLING">
  147. Companions<br>
  148. </div>
  149.  
  150.  
  151. <div id="navicircle">
  152. <a class="tab1" href="#01"><i></a>
  153. <a class="tab2" href="#02"></a>
  154. <a class="tab3" href="#03"></a>
  155. <a class="tab4" href="#04"></a>
  156. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement