Beautifulie

— ʟᴇɢᴇɴᴅᴀʀʏ ʟᴏᴠᴇʀs.

Jan 3rd, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.08 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: #EDEDED;
  11. background-image: url('http://i.picpar.com/VI3.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:#BC242D; 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. h2{
  41. font-size: 23px;
  42. font-variant: small-caps;
  43. color: #444444;
  44. text-transform: lowercase;
  45. letter-spacing: -1px;
  46. text-align: right;
  47. background-color: none;
  48. line-height: 2px;
  49. text-align: center;
  50. font-family: century gothic;
  51. text-shadow: #520000 2px 3px 4px;
  52. margin-top: 5px;
  53. margin-bottom: 8px;
  54. display: block;
  55. background-color: #151413;
  56. border-right: 1px solid #4B4330;
  57. padding: 0px;
  58. font-weight: normal;
  59. }
  60.  
  61. #image{
  62. position: fixed;
  63. top: 0px;
  64. right: 0px;
  65. background-size: 400px 660px;
  66. background-image: url('https://31.media.tumblr.com/9ca8ff6beff5ff661173125917caf1a9/tumblr_myszmmRtai1r1n1dho1_500.jpg');
  67. background-repeat: no-repeat;
  68. width: 400px;
  69. height: 660px;
  70. border-left: 3px solid #666666;
  71. border-top: 3px solid #666666;
  72. border-bottom: 3px solid #666666;
  73. }
  74.  
  75. #Navi {
  76. position: fixed;
  77. right: 25px;
  78. top: 647.5px;
  79. width: auto;
  80. background-color: transparent;
  81. }
  82.  
  83. a.nav:link, a.nav:active, a.nav:visited{
  84. letter-spacing: 1px;
  85. text-transform: uppercase;
  86. display: inline-block;
  87. width: 40px;
  88. height: 10px;
  89. color: #fff;
  90. background-color: #520000;
  91. text-align: center;
  92. line-height: 10px;    
  93. border: 2px solid #212121;
  94. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur), default;
  95. -webkit-transition: all 0.4s ease-out;
  96. -moz-transition: all 0.4s ease-out;
  97. -moz-border-radius-topright: 5px;
  98. -moz-border-radius-bottomright: 5px;}
  99.  
  100. a.nav:hover{
  101. background-color: #212121;
  102. border: 2px solid #520000;
  103. text-decoration: none;
  104. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur), default;
  105. }
  106.  
  107. .box {
  108. position: fixed;
  109. right: 0px;
  110. top: 20px;  
  111. width: 350px;
  112. height: 610px;
  113. padding: 5px;
  114. color: #212121;
  115. font-family: verdana;
  116. font-variant: small-caps;
  117. text-align: justify;  
  118. font-size: 10px;
  119. line-height: 13px;  
  120. overflow: auto;
  121. border: 3px Solid #CCCCCC;
  122. background-color: #EDEDEE;
  123. opacity: 0;
  124. transition: all 0.5s ease-in-out;
  125. -webkit-transition: all 0.5s ease-in-out;
  126. -moz-transition: all 0.5s ease-in-out;
  127. -o-transition: all 0.5s ease-in-out;
  128. -ms-transition: all 0.5s ease-in-out;
  129. }
  130.  
  131. .box:target {
  132. top: 20px;
  133. right: 10px;
  134. opacity: 1;
  135. transition: all 0.5s ease-in-out;
  136. -webkit-transition: all 0.5s ease-in-out;
  137. -moz-transition: all 0.5s ease-in-out;
  138. -o-transition: all 0.5s ease-in-out;
  139. -ms-transition: all 0.5s ease-in-out;
  140. }
  141.  
  142. #title {
  143. position: fixed;
  144. top: 295px;
  145. right: 125px;
  146. z-index: 550;
  147. color: #070707;
  148. font-size: 115px;
  149. line-height: 80px;
  150. letter-spacing: 2px;
  151. font-family: lavanderia delicate;
  152. text-shadow: #520000 2px 3px 4px;
  153. z-index: 600;
  154. -webkit-transform: rotate(-90deg);
  155. }
  156.  
  157. a {
  158. color: #E3DDF0;
  159. display: inline-block;
  160. text-decoration: none;
  161. }
  162.    
  163. a:hover {
  164. color: #888888;
  165. text-decoration: none;
  166. cursor: url('http://cur.cursors-4u.net/others/oth-6/oth589.cur');
  167. }
  168.  
  169. #credit{
  170. position:fixed;
  171. bottom:0px;
  172. left:0px;
  173. z-index:450;}
  174.  
  175. </style>
  176.  
  177. <div id="image"></div>
  178.  
  179. <div id="Navi">
  180. <a class="nav" href="#ooc"></a>
  181. <a class="nav" href="#stats"></a>  
  182. <a class="nav" href="#personality"></a>
  183. <a class="nav" href="#abilities"></a>
  184. <a class="nav" href="#backstory"></a>
  185. <a class="nav" href="#journal"></a>
  186. <a class="nav" href="#home"></a>
  187. </div>
  188.  
  189. <div id="ooc" class="box">
  190. <h2> Go down in history</h2>
  191. Text here.
  192. </div>
  193.  
  194. <div id="stats" class="box">
  195. <h2> Go down together </h2>
  196. Text here.
  197. </div>
  198.  
  199. <div id="personality" class="box">
  200. <h2> Into Infinity, Forever. </h2>
  201. Text here.
  202. </div>
  203.  
  204. <div id="abilities" class="box">
  205. <h2> Your Cleopatra </h2>
  206. Text here.
  207. </div>
  208.  
  209. <div id="backstory" class="box">
  210. <h2> Your blushing Juliet </h2>
  211. Text here.
  212. </div>
  213.  
  214. <div id="journal" class="box">
  215. <h2> Anything for your love, a ride or die </h2>
  216. Text here.
  217. </div>
  218.  
  219. <div id="title">
  220. Legendary Lovers
  221. </div>
  222.  
  223. <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