Beautifulie

— ωᴀᴛᴇʀ sʜᴜʀɪᴋᴇɴs.

Dec 2nd, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.37 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor { display: none; }
  3. #profile { background-color: transparent; border: none; }
  4. </style>
  5.  
  6. <style type="text/css">
  7. body {
  8. font-family: arial narrow;
  9. font-size: 10px;
  10. background-color: #2F315E;
  11. background-image: url('http://i.picpar.com/vnw.png');
  12. background-attachment: fixed;
  13. background-position: fixed;
  14. background-repeat: repeat;
  15. text-align: justify;
  16. color: #888888;
  17. cursor: url('http://cur.cursors-4u.net/cursors/cur-6/cur567.cur');
  18. }
  19.  
  20. #img{
  21. position: absolute;
  22. top: 100px;
  23. left: 260px;
  24. width: 200px;
  25. height: 400px;
  26. background-image:url("http://25.media.tumblr.com/cad792ab535b9d81082902d32cc3d5c1/tumblr_mul9g6nEKW1sve2emo1_500.png");
  27. background-repeat: no-repeat;
  28. background-size: 200px 500px;
  29. background-color: #FFB6A6;
  30. background-position: 50px -15px;
  31. border: 5px Solid #303646;
  32. }
  33.  
  34. h1 {
  35. text-align: center;
  36. font-family: magic kiss;
  37. border-right: 30px double #303646;
  38. border-left: 30px double #303646;
  39. color: #212121;
  40. font-size: 25px;
  41. line-height: 10px;
  42. font-weight:normal;
  43. }
  44.  
  45. h1:first-letter {
  46. color: #B40404;
  47. font-weight: bold;
  48. text-shadow: 0 0 3px #B40404;
  49. }
  50.  
  51. h2 {
  52. text-align: center;
  53. font-family: magic kiss;
  54. border-right: 30px single #303646;
  55. border-left: 30px single #303646;
  56. color: #212121;
  57. font-size: 25px;
  58. line-height: 10px;
  59. font-weight:normal;
  60. }
  61.  
  62. h2:first-letter {
  63. color: #B40404;
  64. font-weight: bold;
  65. text-shadow: 0 0 3px #B40404;
  66. }
  67.  
  68. #container{
  69. position: fixed;
  70. top: 100px;
  71. left: 470px;
  72. width: 400px;
  73. height: 400px;
  74. overflow: hidden;
  75. text-align: justify;
  76. line-height: 13px;
  77. font-size: 12px;
  78. background-color: #EDEDEE;  
  79. font-face: verdana;
  80. font-variant: small-caps;
  81. color: #212121;
  82. overflow: hidden;
  83. border: 5px #303646 Solid;
  84. z-index:500;}
  85.  
  86. #zero, #one, #two, #three, #four, #five{
  87. top: 100px;
  88. left: 338px;
  89. width: 400px;
  90. height: 394px;
  91. padding-top: 7px;
  92. text-align: justify;
  93. line-height: 13px;
  94. overflow: auto;
  95. background-color: transparent; }
  96.  
  97. #box{
  98. background-color: #EDEDEE;
  99. height: 400px;
  100. width: 120px;
  101. top: 100px;
  102. left: 880px;
  103. position: fixed;
  104. border: 5px solid #303646;
  105. }
  106.  
  107. #Title{
  108. position: fixed;
  109. top: 470px;
  110. left: 650px;
  111. z-index: 550;
  112. color: #342E3A;
  113. font-size: 55px;
  114. line-height: 80px;
  115. letter-spacing: 3px;
  116. font-family: Mission Script;
  117. text-shadow: #989EAE 2px 3px 4px;
  118. z-index: 600;}
  119.  
  120. .snow {
  121. margin-top: 1px;
  122. height: 100px;
  123. width: 100px;
  124. margin-left: 8px;
  125. border: #9ab1b8 2px solid;
  126. opacity: 0.7;
  127. }
  128.  
  129. .image {
  130. opacity: 0;
  131. width: autopx;
  132. height: 400px;
  133. background-color: #EDEDEE;
  134. text-align: justify;
  135. overflow: auto;
  136. -ms-transition: opacity .3s linear;
  137. -moz-transition: opacity .3s linear;
  138. -o-transition: opacity .3s linear;
  139. -webkit-transition: opacity .3s linear; }
  140.  
  141. .image:hover {
  142. opacity: 0.9; }
  143.  
  144. .text {
  145. line-height: 1.5;
  146. padding-top: 2px;
  147. font-family: verdana;
  148. font-size: 10;
  149. color: silver;
  150. text-align: justify; }
  151.  
  152. a.ninja:link, a.ninja:active, a.ninja:visited{
  153. height: 15px;
  154. display: block;
  155. float: left;
  156. width: 185px;
  157. margin: 5px;
  158. font-family: century gothic;
  159. text-decoration: none;
  160. font-size: 10px;
  161. letter-spacing: -1px;
  162. background-color: 222222;
  163. color: #FEFEFE;
  164. padding: 2px;
  165. text-align: center;
  166. -webkit-transition: all 0.6s ease-out;
  167. -moz-transition: all 0.6s ease-out;}
  168.  
  169. a.ninja:hover{
  170. background-color: #222222;
  171. color: CCC;
  172. text-decoration: none;}
  173.  
  174. a {
  175. color: #C3838C;
  176. text-decoration: none;
  177. }
  178.    
  179. a:hover {
  180. color: #888888;
  181. text-decoration: none;
  182. cursor: url('http://cur.cursors-4u.net/others/oth-6/oth589.cur');
  183. }
  184.  
  185. </style>
  186.  
  187. <div id="box">
  188. <h2>Comrades</h2>
  189. <marquee behavior="scroll" direction="up" height="345"; onmouseover="this.stop();" onmouseout="this.start();">
  190. <a href="profile.php?user=Ceres" target="_blank"><img src="http://i.picpar.com/a9x.png" class="snow"></a>
  191. <a href="profile.php?user=Golurk" target="_blank"><img src="http://www.dreamwidth.org/userpic/5829181/1648587" class="snow"></a>
  192. <a href="profile.php?user=Volkan" target="_blank"><img src="http://i.picpar.com/b9x.png" class="snow"></a>
  193. </marquee>
  194. </div>
  195.  
  196. <div id="img">
  197. <div class="image"><div class="text">
  198. <center><img src="http://www.serebii.net/xy/pokemon/658.png"></img></center>
  199. <a href="#one" class="ninja">OOC</a>
  200. <a href="#two" class="ninja">STATS</a>
  201. <a href="#three" class="ninja">MISCELLANEOUS</a>
  202. <center><img src="http://i1267.photobucket.com/albums/jj547/xdevilrose/Photoshop/--devilrose2.png"></img></center>
  203. </div></div></div>
  204.  
  205. <div id="container">
  206. <div id="one">
  207. <h1>Out of Character</h1>
  208. - &; This was coded by me, do not steal.<br>
  209. - &; Header was given to me by a friend of mine. Don't touch it.<br>
  210. - &; Celes is my waifu, my grass warrior princess who fights for justice in the name of grass. ilubby. ♥<br>
  211. - &; Don't care if you know me or think that the ᴘᴏᴋᴇ ɢᴇɴᴇʀᴀᴛɪᴏɴs. room is for drama purposes. I have my reasons for doing this. Ain't tryna start trouble. You will know if I was.<br>
  212. - &; This will be updated as fast as I please. More OOC later.<br><br>
  213. <center><a href="http://media.tumblr.com/0d72e6f7305447f03eaed0950b455130/tumblr_inline_muojya3nHu1rlv1ug.gif" target="_blank" title="Only Celes can and people he really knows. Frog ninja's don't like to be touched.">The Reaction You'll Get For Touching The Ninja, Ribbit.</a>
  214. </div>
  215.  
  216. <div id="two">
  217.  
  218. </div>
  219.  
  220. <div id="three">
  221.  
  222. </div></div>
  223.  
  224. <div id="title">The Ninja Pokemon.</div>
  225. <!-- END PROFILE -->
Advertisement
Add Comment
Please, Sign In to add comment