Beautifulie

ryders code

Feb 28th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.31 KB | None | 0 0
  1. <style text="text/css">
  2. .pfor { display: none; }
  3. #profile { background-color: transparent; border: none; }
  4. </style>
  5.  
  6. <style text="text/css">
  7. body {
  8. font-family: verdana;
  9. font-size: 10px;
  10. background-color: #EDEDED;
  11. background-image: url('http://i.picpar.com/61A.png');
  12. background-attachment: fixed;
  13. background-position: bottom right;
  14. background-repeat: repeat;
  15. text-align: justify;
  16. color: #888888;
  17. cursor: url('http://cur.cursors-4u.net/user/use-1/use169.cur'), default;
  18. }
  19.  
  20. b, strong {font-family:'verdana'; font-variant: small-caps; font-size:10px; color:#212121; font-weight:normal; margin-left: 10px; letter-spacing: -1px;}
  21. i {color: #666666; font-family: 'verdana'; font-variant: small-caps; font-size: 10px; letter-spacing:0px}
  22. u {color: #666; font-size: 12px; font-weight: light; letter-spacing: 0px; word-spacing: 6px; font-family:Romans; text-transform: normal; font-weight: normal; text-align: center; border-bottom: 1px dotted #889e9f;}
  23. s {color: #99D6FF; font-size: 11px; font-weight: light; letter-spacing: 0px; font-family:Romans; text-transform: normal; text-decoration: none; font-weight: normal; text-shadow: #FF99D6 0px 0px 1px;}
  24. big {color: #303646; font-size: 15px; font-weight: light; letter-spacing: 0px; font-family:Century Gothic; text-transform: normal; text-decoration: none; font-weight: normal; text-align: center; Text-shadow: #DED6AA 0px 0px 1px;}
  25. small {color: #555555; font-size: 11px; font-weight: light; letter-spacing: -1px; font-family:Romans; font-variant: small-caps; text-transform: lowercase; text-decoration: none; font-weight: normal; text-align: center;}
  26.  
  27. ::-webkit-scrollbar-button:vertical:{background-color: transparent;
  28. -moz-border-radius: 0px 0px 0px 0px;
  29. border-radius:0px 0px 0px 0px;}
  30. ::-webkit-scrollbar-thumb:vertical {background-color:transparent; height:20px;
  31. -moz-border-radius: 0px 0px 0px 0px;
  32. border-radius:0px 0px 0px 0px;}
  33. ::-webkit-scrollbar-thumb:horizontal {background-color:transparent; height:20px !important;
  34. -moz-border-radius: 0px 0px 0px 0px;
  35. border-radius:0px 0px 0px 0px;}
  36. ::-webkit-scrollbar { height:20px;width:3px; background-color:transparent;}
  37.  
  38. @import url(http://fonts.googleapis.com/css?family=Lavanderia delicate);
  39.  
  40. #Pic {
  41. position: fixed;
  42. top: 200px;
  43. left: 50px;
  44. width: 200px;
  45. height: 381px;
  46. background-color: #EDEDEE;
  47. background-image:url('https://24.media.tumblr.com/447e3dc72a8d2ffa47f8b0014c379609/tumblr_n09uiy7dLz1sz04y0o1_500.jpg');
  48. background-repeat: no-repeat;
  49. background-position: 0px 0px;
  50. background-size: 200px 382px;
  51. border: #070707 5px solid;
  52. }
  53.  
  54. #ry{
  55. position: fixed;
  56. left: 255px;
  57. top: 200px;
  58. background-color: #dfd7e3;
  59. height: 130px;
  60. text-align: justify;
  61. width: 415px;
  62. overflow: auto;
  63. font-family: verdana;
  64. font-size: 10px;
  65. font-variant: small-caps;
  66. color: #121212;  
  67. background-image:url('http://i.minus.com/iTOKN4PbXXhiw.gif');
  68. background-repeat: no-repeat;
  69. background-position: 0px 0px;
  70. background-size: 415px 130px;
  71. border: #070707 5px Solid;
  72. z-index: 999;
  73. transition: all 0.5s ease-in-out;
  74. -webkit-transition: all 0.5s ease-in-out;
  75. -moz-transition: all 0.5s ease-in-out;
  76. -o-transition: all 0.5s ease-in-out;
  77. -ms-transition: all 0.5s ease-in-out;
  78. }
  79.  
  80. #words {
  81. position: fixed;
  82. left: 255px;
  83. top: 335px;
  84. background-color: #dfd7e3;
  85. height: 247px;
  86. text-align: justify;
  87. width: 415px;
  88. overflow: auto;
  89. font-family: verdana;
  90. font-size: 10px;
  91. font-variant: small-caps;
  92. color: #121212;  
  93. border: #070707 5px Solid;
  94. z-index: 999;
  95. }
  96.  
  97. #Navi {
  98. position: fixed;
  99. left: 50px;
  100. top: 590px;
  101. width: 630px;
  102. height: 20px;
  103. background-color: #070707;
  104. }
  105.  
  106. a.nav:link, a.nav:active, a.nav:visited{
  107. margin-top: 3px;
  108. margin-left: 1px;
  109. letter-spacing: 1px;
  110. text-transform: lowercase;
  111. display: inline-block;
  112. width: 117px;
  113. height: 10px;
  114. color: #EDEDEE;
  115. background-color: #212121;
  116. text-align: center;
  117. line-height: 10px;    
  118. font-variant: small-caps;
  119. border: 2px solid #EDEDEE;
  120. cursor: url('http://cur.cursors-4u.net/user/use-1/use169.cur'), default;
  121. -webkit-transition: all 0.4s ease-out;
  122. -moz-transition: all 0.4s ease-out;
  123. -moz-border-radius-topright: 5px;
  124. -moz-border-radius-bottomright: 5px;}
  125.  
  126. a.nav:hover{
  127. background-color: #EDEDEE;
  128. border: 2px solid #212121;
  129. text-decoration: none;
  130. color: #212121;
  131. cursor: url('http://cur.cursors-4u.net/user/use-1/use169.cur'), default;
  132. }
  133.  
  134. .box {
  135. position: fixed;
  136. left: -300px;
  137. top: 200px;  
  138. width: 350px;
  139. height: 389px;
  140. padding: 5px;
  141. color: #212121;
  142. font-family: verdana;
  143. font-variant: small-caps;
  144. text-align: justify;  
  145. font-size: 10px;
  146. line-height: 13px;  
  147. overflow: auto;
  148. border: 5px Solid #070707;
  149. background-color: #dfd7e3;
  150. opacity: 0;
  151. transition: all 0.5s ease-in-out;
  152. -webkit-transition: all 0.5s ease-in-out;
  153. -moz-transition: all 0.5s ease-in-out;
  154. -o-transition: all 0.5s ease-in-out;
  155. -ms-transition: all 0.5s ease-in-out;
  156. }
  157.  
  158. .box:target {
  159. top: 200px;
  160. left: 700px;
  161. opacity: 1;
  162. transition: all 0.5s ease-in-out;
  163. -webkit-transition: all 0.5s ease-in-out;
  164. -moz-transition: all 0.5s ease-in-out;
  165. -o-transition: all 0.5s ease-in-out;
  166. -ms-transition: all 0.5s ease-in-out;
  167. }
  168.  
  169. #title {
  170. position: fixed;
  171. top: 132px;
  172. left: 350px;
  173. z-index: 550;
  174. color: #070707;
  175. font-size: 80px;
  176. line-height: 80px;
  177. letter-spacing: -2px;
  178. font-family: lavanderia delicate;
  179. text-shadow: #ededee 2px 3px 4px;
  180. z-index: 99999;
  181. }
  182.  
  183. a {
  184. color: #E3DDF0;
  185. text-decoration: none;
  186. cursor: url('http://cur.cursors-4u.net/user/use-1/use169.cur'), default;
  187. }
  188.    
  189. a:hover {
  190. color: #888888;
  191. text-decoration: none;
  192. cursor: url('http://cur.cursors-4u.net/user/use-1/use169.cur'), default;
  193. }
  194.  
  195. .ryder{
  196. height: 80px;
  197. width: 80px;
  198. border: #212121 2px solid;
  199. opacity: 0.7;
  200. cursor: url('http://cur.cursors-4u.net/user/use-1/use169.cur'), default;
  201. }
  202.  
  203. .ryder:hover {
  204. height: 80px;
  205. width: 80px;
  206. border: #666666 2px solid;
  207. opacity: 1;
  208. cursor: url('http://cur.cursors-4u.net/user/use-1/use169.cur'), default;
  209. }
  210.  
  211. #credit{
  212. position:fixed;
  213. bottom:0px;
  214. left:0px;
  215. z-index:450;}
  216.  
  217. </style>
  218.  
  219. <div id="ry"></div>
  220. <div id="pic"></div>
  221. <div id="title">words goes here.</div>
  222.  
  223. <div id="words">
  224. <b>001.</b>
  225.  
  226. </div>
  227.  
  228. <div id="Navi">
  229. <a class="nav" href="#dossier">Dossier</a>
  230. <a class="nav" href="#personality">Persona</a>  
  231. <a class="nav" href="#history">History</a>
  232. <a class="nav" href="#friends">Friends</a>
  233. <a class="nav" href="#bee">Restart</a>
  234. </div>
  235.  
  236. <div id="dossier" class="box">
  237. hey there
  238. </div>
  239.  
  240. <div id="personality" class="box">
  241.  
  242. </div>
  243.  
  244. <div id="history" class="box">
  245.  
  246. </div>
  247.  
  248. <div id="friends" class="box">
  249. <a href="profile.php?user=Esme" target="_blank" title="description here."><img src="http://i.picpar.com/K1A.png" class="ryder"></a>
  250. <a href="profile.php?user=" target="_blank" title="description here."><img src="" class="ryder"></a>
  251. <a href="profile.php?user=" target="_blank" title="description here."><img src="" class="ryder"></a>
  252. <a href="profile.php?user=" target="_blank" title="description here."><img src="" class="ryder"></a>
  253. <a href="profile.php?user=" target="_blank" title="description here."><img src="" class="ryder"></a>
  254. <a href="profile.php?user=" target="_blank" title="description here."><img src="" class="ryder"></a>
  255. </div>
  256.  
  257. <div id="credit"><a href="http://devilrose.webstarts.com/" title="Copyright"><img src="http://i1267.photobucket.com/albums/jj547/xdevilrose/Photoshop/--devilrose2.png"></img></a></div>
Advertisement
Add Comment
Please, Sign In to add comment