Beautifulie

— Natalie.

May 5th, 2014
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 9.56 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor{display: none; }
  3. #profile { border: 0px; background-color: transparent; }
  4. </style>
  5.  
  6. <style type="text/css">
  7. body {
  8. font-family: verdana;
  9. font-size: 10px;
  10. background-color: #FFFFFF;
  11. background-image: url('http://i.picpar.com/DNJ.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/others/oth-6/oth648.cur'), default;
  18. }
  19.  
  20. b, strong {font-family: calibri; font-size: 11px; font-variant: small-caps; color: #b95830; font-weight:normal; letter-spacing: 0px;}
  21. i {color: #B67D82; font-family: century gothic; font-variant: small-caps; font-size: 10.5px; 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: #e7a78b; font-size: 14px; font-weight: light; letter-spacing: 0px; font-family:Romans; text-transform: normal; text-decoration: none; font-weight: normal; text-align: center; Text-shadow: #444444 0px 0px 1px;}
  25. small {color: #e9c8c0; font-size: 14px; font-weight: light; letter-spacing: -1px; padding-top: 5px; margin-left: 20px; font-family: century gothic; font-variant: small-caps; text-transform: lowercase; text-decoration: none; font-weight: normal; text-align: center;}
  26.  
  27. @import url(http://fonts.googleapis.com/css?family=Grand+Hotel);
  28.  
  29. ::-webkit-scrollbar-button:vertical:{background-color: transparent;
  30. -moz-border-radius: 0px 0px 0px 0px;
  31. border-radius:0px 0px 0px 0px;}
  32. ::-webkit-scrollbar-thumb:vertical {background-color: transparent; height:20px;
  33. -moz-border-radius: 0px 0px 0px 0px;
  34. border-radius:0px 0px 0px 0px;}
  35. ::-webkit-scrollbar-thumb:horizontal {background-color: transparent; height:20px !important;
  36. -moz-border-radius: 0px 0px 0px 0px;
  37. border-radius:0px 0px 0px 0px;}
  38. ::-webkit-scrollbar { height:20px; width: 3px; background-color:transparent;}
  39.  
  40. h1{
  41. font-size: 23px;
  42. font-variant: small-caps;
  43. color: #B67D82;
  44. text-transform: lowercase;
  45. letter-spacing: -1px;
  46. text-align: center;
  47. background-color: none;
  48. line-height: 2px;
  49. text-align: justified;
  50. font-family: century gothic;
  51. text-shadow: #444444 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. h2{
  62. font: 10px verdana;
  63. font-variant: small-caps;
  64. color: #444444;
  65. text-align: right;
  66. border-bottom: #212121 2px Solid;
  67. margin: 1px;
  68. padding: 0px;}
  69.  
  70. #no{
  71. position: fixed;
  72. top: 0px;
  73. left: 0px;
  74. right: 0px;
  75. bottom: 0px;
  76. }
  77.  
  78. .queen{
  79. position: absolute;
  80. left: 10px;
  81. top: 10px;
  82. width: 235px;
  83. height: 404px;
  84. }
  85.  
  86. .reckoning{
  87. position: fixed;
  88. right: 60px;
  89. bottom: 0px;
  90. background: url('http://i.picpar.com/JNJ.png');
  91. border: 3px solid #b38468;
  92. width: 250px;
  93. height: 424px;
  94. }
  95.  
  96. .image {
  97. opacity: 0;
  98. width: autopx;
  99. height: 210px;
  100. background-color: transparent;
  101. text-align: justify;
  102. overflow: auto;
  103. -ms-transition: opacity .3s linear;
  104. -moz-transition: opacity .3s linear;
  105. -o-transition: opacity .3s linear;
  106. -webkit-transition: opacity .3s linear; }
  107.  
  108. .image:hover {
  109. opacity: 1; }
  110.  
  111. .poke{
  112. position: absolute;
  113. margin-top: 8px;
  114. margin-left: 10px;
  115. width: 230px;
  116. height: 399px;
  117. background-color: #e5af85;
  118. border-bottom: 10px Solid #b38468;
  119. color: #444444;
  120. font-family: verdana;
  121. font-variant: small-caps;
  122. text-align: justify;  
  123. font-size: 10px;
  124. line-height: 13px;  
  125. overflow: auto;
  126. z-index: 200;
  127. opacity: 1;
  128. }
  129.  
  130. .box {
  131. position: fixed;
  132. right: -1000px;
  133. bottom: -170px;  
  134. width: 500px;
  135. height: 600px;
  136. padding: 0px;
  137. color: #212121;
  138. background-color: transparent;
  139. opacity: 0;
  140. transition: all 0.5s ease-in-out;
  141. -webkit-transition: all 0.5s ease-in-out;
  142. -moz-transition: all 0.5s ease-in-out;
  143. -o-transition: all 0.5s ease-in-out;
  144. -ms-transition: all 0.5s ease-in-out;
  145. z-index: 100;
  146. }
  147.  
  148. .box:target {
  149. bottom: -170px;
  150. right: 410px;
  151. opacity: 1;
  152. transition: all 0.5s ease-in-out;
  153. -webkit-transition: all 0.5s ease-in-out;
  154. -moz-transition: all 0.5s ease-in-out;
  155. -o-transition: all 0.5s ease-in-out;
  156. -ms-transition: all 0.5s ease-in-out;
  157. z-index: 100;
  158. }
  159.  
  160. #Navi {
  161. position: absolute;
  162. right: 12px;
  163. bottom: 115px;
  164. width: 50px;
  165. }
  166.  
  167. a.nav:link, a.nav:active, a.nav:visited{
  168. display: inline-block;
  169. margin: 5px;
  170. width: 30px;
  171. height: 30px;
  172. background-color: #e5af85;  
  173. border: 2px solid #b38468;
  174. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur), default;
  175. -webkit-transition: all 0.4s ease-out;
  176. -moz-transition: all 0.4s ease-out;
  177. border-radius: 240;
  178. }
  179.  
  180. a.nav:hover{
  181. background-color: #b38468;
  182. border: 2px solid #e5af85;
  183. text-decoration: none;
  184. moz-border-radius: 240;
  185. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur), default;
  186. }
  187.  
  188. .info{
  189. position: absolute;
  190. margin-top: 0px;
  191. margin-left: 130px;
  192. width: 450px;
  193. height: 425px;
  194. border: 3px Solid #e5af85;
  195. background-color: #212121;
  196. color: #444444;
  197. font-family: verdana;
  198. font-variant: small-caps;
  199. text-align: justify;  
  200. font-size: 10px;
  201. line-height: 13px;  
  202. overflow: auto;
  203. z-index: 200;
  204. opacity: 1;
  205. }
  206.  
  207. .m1{
  208. position: absolute;
  209. margin-left: 0px;
  210. top: 0px;
  211. background: url('http://media.tumblr.com/tumblr_m9cxqmUzSr1ruz9j7.gif');
  212. border: 3px solid #b38468;
  213. width: 120px;
  214. height: 120px;
  215. background-size: 120px 120px;
  216. }
  217.  
  218. .m2{
  219. position: absolute;
  220. margin-left: 0px;
  221. top: 153px;
  222. background: url('http://imagizer.imageshack.us/scaled/large/832/moyp.gif');
  223. border: 3px solid #b38468;
  224. width: 120px;
  225. height: 120px;
  226. background-size: 120px 120px;
  227. }
  228.  
  229. .m3{
  230. position: absolute;
  231. margin-left: 0px;
  232. top: 304px;
  233. background: url('http://media.tumblr.com/tumblr_m9cxq1kRAe1ruz9j7.gif');
  234. border: 3px solid #b38468;
  235. width: 120px;
  236. height: 120px;
  237. background-size: 120px 120px;
  238. }
  239.  
  240. .howl{
  241. margin-top: 0px;
  242. height: 60px;
  243. width: 60px;
  244. margin-left: 6.5px;
  245. margin-top: 21px;
  246. border: #aa4935 2px solid;
  247. opacity: 0.7;
  248. }
  249.  
  250. .howl:hover {
  251. margin-top: 0px;
  252. height: 60px;
  253. width: 60px;
  254. margin-left: 6.5px;
  255. margin-top: 21px;
  256. border: transparent 2px solid;
  257. opacity: 1;
  258. }
  259.  
  260. a {
  261. color: #ecc4ad;
  262. text-decoration: none;
  263. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur),default;
  264. }
  265.        
  266. a:hover {
  267. color: transparent;
  268. text-decoration: none;
  269. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur),default;
  270. }
  271.  
  272. #credit{
  273. position:fixed;
  274. bottom:0px;
  275. right:0px;
  276. z-index:450;
  277. }
  278.  
  279. </style>
  280.  
  281. <div id="no" oncontextmenu="return false;">
  282.  
  283. <div class="reckoning"><div class="queen">
  284. <img src="http://24.media.tumblr.com/c14171487aeeea59d4e9a8a355eceb96/tumblr_mfge20X7E41qbi98so1_500.jpg" width="230" height="404"></img>
  285. </div>
  286.  
  287. <div class="image">
  288. <div class="poke">
  289. bla bla bla ooc goes here. more will be filled out soon dont worry!
  290. <br>Luce is my best friend. dont mess with her! c:
  291.  
  292. <br><br>Natalie Rhodes - 23 - American - 5'6" - closest to Lucy & Derek - Werewolf - Emma Stone fc.
  293.  
  294.  
  295. </div></div></div>
  296.  
  297. <div id="Navi">
  298. <a class="nav" href="#one"></a>
  299. <a class="nav" href="#two"></a>  
  300. <a class="nav" href="#three"></a>
  301. <a class="nav" href="#four"></a>
  302. <a class="nav" href="#five"></a>
  303. </div>
  304.  
  305. <div id="one" class="box">
  306. <div class="m1"></div> <div class="m2"></div> <div class="m3"></div>
  307.  
  308. <div class="info">
  309. <b>Bold!</b> <i>Italics!</i> <u>Underline!</u> <big>Big!</big> <small>Small!</small> <a href="link">Link!</a>
  310. </div></div>
  311.  
  312. <div id="two" class="box">
  313. <div class="m1"></div> <div class="m2"></div> <div class="m3"></div>
  314.  
  315. <div class="info">
  316.  
  317. </div></div>
  318.  
  319. <div id="three" class="box">
  320. <div class="m1"></div> <div class="m2"></div> <div class="m3"></div>
  321.  
  322. <div class="info">
  323.  
  324. </div></div>
  325.  
  326. <div id="four" class="box">
  327. <div class="m1"></div> <div class="m2"></div> <div class="m3"></div>
  328.  
  329. <div class="info">
  330. - Is in love with the idea of love, has never actually been out on a real date before or in love for that matter.
  331. <br>- If she had gone to Hogwarts, she either would of been sorted into Hufflepuff or Gryffindor.
  332. <br>- Views Derek as a older brother figure, seeing as to they are always arguing / messing with each other.
  333. <br>- Lucy is her childhood best friend.
  334. <br>- Has been hiding the fact that she was a werewolf from Lucy since Nat knew about it. Knows that if she tells her, it would crush her.
  335. <br>- Wants Luce to have the most normal life possible, a reason of why she hadn't told her yet.
  336. <br>- Has lost people before because of her transformations.
  337. </div></div>
  338.  
  339. <div id="five" class="box">
  340. <div class="m1"></div> <div class="m2"></div> <div class="m3"></div>
  341.  
  342. <div class="info">
  343. <a href="/profile.php?userid=280323" target="_blank" title="Derek, The Big Bad Wolf."><img src="http://i.cubeupload.com/jINLmQ.png" class="howl"></a>
  344. <a href="/profile.php?userid=280217" target="_blank" title="Luce, The Best Friend."><img src="http://i.cubeupload.com/1fi1jg.png" class="howl"></a>
  345. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="howl"></a>
  346. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="howl"></a>
  347. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="howl"></a>
  348. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="howl"></a>
  349. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment