Beautifulie

— ɢɪᴠᴇ ᴍᴇ ᴀ ʀᴇᴀsᴏɴ.

Jan 29th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.88 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: verdana;
  9. font-size: 10px;
  10. background-color: #F7F7F7;
  11. background-image: url('http://i.picpar.com/DR6.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/others/oth-7/oth666.cur'), default;
  18. }
  19.  
  20. b, strong {font-family:'verdana'; font-variant: small-caps; font-size:10px; color:#838894; font-weight:normal; margin-left: 10px; letter-spacing: -1px;}
  21. i {color: #666666; font-family: 'calibri'; font-variant: small-caps; font-size:10pt; 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: 20px; 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. h2{
  41. font: 12px verdana;
  42. font-variant: small-caps;
  43. color: #121212;
  44. text-transform: none;
  45. letter-spacing: 1px;
  46. border-bottom: none;
  47. background-color: none;
  48. line-height: 8px;
  49. text-align: right;
  50. margin: 1px;
  51. padding: 0px;
  52. border-left: 23px solid #2B2D41;
  53. }
  54.  
  55. #Pic {
  56. position: fixed;
  57. top: 70px;
  58. left: 230px;
  59. width: 900px;
  60. height: 500px;
  61. background-color: #FCF6EC;
  62. background-image:url('https://31.media.tumblr.com/fe81923edd9ae108644459adb88560b1/tumblr_myyh89QooT1qz6f9yo1_500.png');
  63. background-repeat: no-repeat;
  64. background-position: 0px 0px;
  65. background-size: 400px 500px;
  66. border: #92233D 5px solid;
  67. }
  68.  
  69. #Navi {
  70. position: fixed;
  71. left: 265px;
  72. top: 488px;
  73. width: auto;
  74. z-index: 200;
  75. }
  76.  
  77. a.nav:link, a.nav:active, a.nav:visited{
  78. text-decoration: none;
  79. width: 150px;
  80. height: 20px;
  81. margin: 2px;
  82. font-size: 15px;
  83. font-family: century gothic;
  84. font-weight: normal;
  85. text-shadow: #435B82 2px 3px 4px;
  86. display: inline-block;
  87. background-color: transparent;
  88. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur), default;
  89. -webkit-transition: all 0.4s ease-out;
  90. -moz-transition: all 0.4s ease-out;
  91. }
  92.  
  93. a.nav:hover{
  94. background-color: transparent;
  95. width: 150px;
  96. height: 25px;
  97. margin: 2px;
  98. border:none;
  99. text-decoration: none;
  100. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur), default;
  101. }
  102.  
  103. .box {
  104. position: fixed;
  105. left: 200px;
  106. top: 80px;  
  107. width: 495px;
  108. height: 380px;
  109. color: #212121;
  110. font-family: verdana;
  111. font-variant: small-caps;
  112. text-align: justify;  
  113. font-size: 10px;
  114. line-height: 3px;  
  115. overflow: auto;
  116. border: 3px Solid #212121;
  117. background-color: #EDEDEE;
  118. opacity: 0;
  119. transition: all 0.5s ease-in-out;
  120. -webkit-transition: all 0.5s ease-in-out;
  121. -moz-transition: all 0.5s ease-in-out;
  122. -o-transition: all 0.5s ease-in-out;
  123. -ms-transition: all 0.5s ease-in-out;
  124. }
  125.  
  126. .box:target {
  127. top: 80px;
  128. left: 635px;
  129. opacity: 1;
  130. transition: all 0.5s ease-in-out;
  131. -webkit-transition: all 0.5s ease-in-out;
  132. -moz-transition: all 0.5s ease-in-out;
  133. -o-transition: all 0.5s ease-in-out;
  134. -ms-transition: all 0.5s ease-in-out;
  135. }
  136.  
  137. #line{
  138. position:fixed;
  139. background-image: url('http://i.picpar.com/RR6.png');
  140. background-attachment: fixed;
  141. background-position: fixed;
  142. background-repeat: repeat;
  143. z-index: 100;
  144. left: 235px;
  145. height: 80px;
  146. width: 900px;
  147. top: 480px;
  148. z-index: 9;
  149. border-top: 5px Solid #92233D;
  150. border-bottom: 5px Solid #92233D;
  151. background-color: #FCF6EC;
  152. }
  153.  
  154. a {
  155. color: #690000;
  156. text-decoration: none;
  157. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur),default;
  158. }
  159.        
  160. a:hover {
  161. color: transparent;
  162. text-decoration: none;
  163. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur),default;
  164. }
  165.  
  166. .snow {
  167. margin-top: 1px;
  168. height: 80px;
  169. width: 80px;
  170. margin-left: 5px;
  171. margin-top: 2px;
  172. border: #838894 2px solid;
  173. opacity: 0.7;
  174. z-index: 300;
  175. }
  176.  
  177. .snow:hover {
  178. margin-top: 1px;
  179. height: 80px;
  180. width: 80px;
  181. margin-left: 5px;
  182. margin-top: 2px;
  183. border: #838894 2px solid;
  184. opacity: 1;
  185. z-index: 300;
  186. }
  187.  
  188.  
  189. </style>
  190.  
  191. <div id="pic"></div>
  192. <div id="line"></div>
  193.  
  194. <div id="Navi">
  195. <a class="nav" href="#one">Guidelines</a>
  196. <a class="nav" href="#two">Persona</a>  
  197. <a class="nav" href="#three">Abilities</a>
  198. <a class="nav" href="#four">Relations</a>
  199. <a class="nav" href="#five">History</a>
  200. <a class="nav" href="#six">Other</a>
  201. </div>
  202.  
  203. <div id="one" class="box">
  204.  
  205. </div>
  206.  
  207. <div id="two" class="box">
  208. <b>Name</b>:
  209. <br><b>Goes by</b>: Esme.
  210. <br><b>Gender</b>: Female
  211. <br><b>Age</b> Permanently Twenty-two
  212. <br><b>Date of Birth</b>:
  213. <br><b>Zodiac Sign</b>:
  214. <br><b>Race</b>: Vampire
  215. <br><b>Hair Colour</b>: Black, Mid-back length
  216. <br><b>Eye Hue</b>: Light Blue
  217. <br><b>Body Type</b>: Feminine
  218. <br><b>Weight</b>: One hundred and twenty-one pounds.
  219. <br><b>Height</b>: Five feet, two inches.
  220. <br><b>Family</b>: Mother (Deceased) / Father (Unknown)
  221. <br><b>Alignment</b>: True Neutral
  222. <br><b>Skin Colour</b>: Pale
  223. <br><b>M. Status</b>: Singular, partner selective.
  224. <br><b>Orientation</b>: Pansexual
  225. </div>
  226.  
  227. <div id="three" class="box">
  228. Abilities
  229. </div>
  230.  
  231. <div id="four" class="box">
  232. <div style="width: 490px; height: 237px; align="center" >
  233. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  234. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  235. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  236. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  237. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  238. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  239. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  240. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  241. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  242. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  243. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  244. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  245. </div></div>
  246.  
  247. <div id="five" class="box">
  248. History
  249. </div>
  250.  
  251. <div id="six" class="box">
  252. Misc.
  253. </div>
Advertisement
Add Comment
Please, Sign In to add comment