Advertisement
cat_inthe_cradle

Gi Gi

Feb 23rd, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.77 KB | None | 0 0
  1. <style>
  2. body { background:none; }
  3. #scroller { padding: 35px 0; box-sizing: border-box; }
  4. #profile-container { width:750px;background:#333; }
  5. #profile-container {background:none;}
  6.  
  7.  
  8.  
  9.  
  10.  
  11. .pfor{display:none;}
  12. #profile{border:none;background: transparent;}
  13.  
  14.  
  15.  
  16.  
  17.  
  18. /* BODY */
  19. ::-webkit-scrollbar-thumb:vertical {
  20. background-color: # ;
  21. height: 50px;
  22. }
  23.  
  24. ::-webkit-scrollbar {
  25. height: 10px;
  26. width: 3px;
  27. background-color: #;
  28. }
  29.  
  30. body {
  31. background-image: url("http://i.picpar.com/vXDc.png");
  32. background-attachment: fixed;
  33. background-color: #fff;
  34. margin: 0;
  35. }
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43. a {
  44. text-decoration:none;
  45. outline:none;
  46. -moz-outline-style:none;
  47. font-style: italic;
  48. color:#463d1b;
  49. text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  50. -moz-transition-duration:0.5s;
  51. -webkit-transition-duration:0.5s;
  52. -o-transition-duration:0.5s;
  53. }
  54.  
  55. a:hover {
  56. text-decoration:none;
  57. outline:none;
  58. -moz-outline-style:none;
  59. color:#463d1b;
  60. }
  61.  
  62.  
  63.  
  64.  
  65.  
  66. #name {
  67. position:fixed;
  68. font-family:Italianno;
  69. font-size:18px;
  70. top:217px;
  71. left:230px;
  72. color:#fff;
  73. text-shadow:0px 0px 1px #000;
  74. z-index:999999;
  75. }
  76.  
  77.  
  78.  
  79. #name1 {
  80. position:fixed;
  81. font-family:Italianno;
  82. font-size:30px;
  83. top:232px;
  84. left:210px;
  85. color:#751414;
  86. text-shadow:0px 0px 1px #000;
  87. z-index:999999;
  88. }
  89.  
  90.  
  91.  
  92.  
  93.  
  94. a:hover{color:#000; font-style: italic;}
  95. b {
  96. text-transform: ;
  97. font-size: px;
  98. font-weight: ;
  99. color: #a7b6c1;
  100. background: #;
  101. letter-spacing: px;
  102. padding: 1px 2px 1px 3px;
  103. margin-right: 2px;}
  104. u {
  105. text-transform: ;
  106. font-size: ;
  107. font-weight: ;
  108. color: #000;
  109. background: #;
  110. letter-spacing: px;
  111. padding: ;
  112. margin-right: px;
  113. border-bottom: dotted 1px #000;}
  114. i {
  115. font-size: px;
  116. font-weight: ;
  117. color: #191811;
  118. letter-spacing: px;
  119. padding: 1 ;
  120. margin-right: 2px;}
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133. .hoverbox {
  134. position: fixed;
  135. background-color: #6a6757;
  136. border-radius: ;
  137. border-right: 10px solid #353329;
  138. opacity: 0;
  139. width: 300px;
  140. height: 250px;
  141. padding: 5px;
  142. left: 530px;
  143. top: 235px;
  144. font-family: arial;
  145. font-size: px;
  146. color: #;
  147. letter-spacing: 0px;
  148. -webkit-transition: all .7s ease-in-out;
  149. }
  150. .hoverbox:hover {
  151. opacity: 1;
  152. top: 235px;
  153.  
  154. }
  155. .hoverbox b {
  156. color: # ;
  157. font-family: calibri;
  158. font-size: px;
  159. line-height: 10px;
  160. text-transform: ;
  161. }
  162.  
  163.  
  164.  
  165. #meelaud { z-index: 10000; position: fixed; left:392px; top:338px; width:800px; font-family: 'Great Vibes', cursive; font-size: 100px; color: #fff; -webkit-text-fill-color: transparent; background-color: #b4abba; background: -o-linear-gradient(transparent, transparent); -webkit-background-clip: text; background-position: center left; background-size: cover;}
  166.  
  167. #mee { z-index: 10000; position: fixed; left:390px; top:336px; width:800px; font-family: 'Great Vibes', cursive; font-size: 100px; color: #fff; -webkit-text-fill-color: transparent; background-color:#fff; background: -o-linear-gradient(transparent, transparent); -webkit-background-clip: text; background-position: center left; background-size: cover;}
  168.  
  169. a {
  170. text-decoration:none;
  171. outline:none;
  172. -moz-outline-style:none;
  173. font-style: italic;
  174. color:#463d1b;
  175. text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  176. -moz-transition-duration:0.5s;
  177. -webkit-transition-duration:0.5s;
  178. -o-transition-duration:0.5s;
  179. }
  180.  
  181. a:hover {
  182. text-decoration:none;
  183. outline:none;
  184. -moz-outline-style:none;
  185. color:#463d1b;
  186. }
  187.  
  188.  
  189. </style>
  190.  
  191.  
  192.  
  193. <div style="width: px; height: 430px; ; position: absolute; top:230px; left: -80px; overflow: auto; text-align: left; border-radius: ; border: px solid #a5adb3;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  194.  
  195.  
  196. <div style="height:405px;margin-left:100px;">
  197. <div style="height:auto;width:auto;float:left;border: px solid #ebebeb;padding:5px;background-color:#;">
  198. <div style="float:left;height:400px;width:518px;">
  199. <div style="width:241px;float:left;margin:10px;">
  200. <div style="width:230px;height:377px;margin-left:0px;overflow:hidden;">
  201. <div style="width:255px;height:377px;overflow:auto;line-height:10px;text-align:justify;">
  202. <div style="width:220px;font-family:calibri;line-height:9px;text-align:justify;color:#D3D3D3;font-size:8px;text-transform:uppercase;">
  203. <div style="width:220px;height:20px;float:left;line-height:20px;text-align:justify;color:#534d57;font-family:calibri;font-size:8px;letter-spacing:1px;text-transform:uppercase;border-bottom:1px solid #ebebeb;">pm friendly • fc//; emma watson. </div>
  204.  
  205. <div style="width:220px;height:20px;float:left;line-height:20px;text-align:justify;color:#534d57;font-family:calibri;font-size:8px;letter-spacing:1px;text-transform:uppercase;border:1px solid #ebebeb;margin-top:10px;background-color:#fff;"><span style="margin-left:5px;">Hills of England.<span style="float:right;color:#534d57;background-color:#dcd1d2;height:12px;line-height:12px;width:80px;border-radius:2px;margin-top:3px;text-align:center;margin-right:3px;">Giselle Fleurete</span></span></div>
  206.  
  207. <div style="height:auto;width:220px;float:left;margin-top:2px;border:1px solid #ebebeb;text-align:center;background-color:#fff;">
  208. <div style="margin:10px;">
  209. <div style="width:200px;font-family:calibri;line-height:9px;text-align:justify;color:#534d57;font-size:8px;text-transform:uppercase;margin-bottom:10px;">
  210.  
  211. ▀ tea, milk, honey.<br />
  212. ▀ lilacs, lavender, daisies.<br />
  213. ▀ adores all seasons.<br />
  214. ▀ •Adam Fleurete [father]/ alive<br />
  215. ▀ •Bridgette Fleurete [mother]/ alive<br />
  216. ▀ •Thomas Fleurete [older brother]/ alive
  217. <br /><br />
  218.  
  219.  
  220.  
  221. Among the heath hill and ragged woods, the roaring flyers pours her mossy floods; till full she dashes on the rocky mounds, where, thro' a shapeless breach and her stream resounds. As high in air the bursts torrents flow. As deep recoiling surges foam below. Prone down the rock the whitening sheet descends, and view-less echo's ear, astonished, rends. Dim-seen, through rising mists and ceaseless show'rs, the hoary cavern, wide surrounding, lours; still thro' the gap the struggling river toils, and still, below, the horrid cauldron boils.
  222. </div>
  223. </div>
  224. </div>
  225. </div>
  226.  
  227. <div style="width:220px;height:20px;float:left;line-height:20px;text-align:justify;color:#534d57;font-family:calibri;font-size:8px;letter-spacing:1px;text-transform:uppercase;border:1px solid #ebebeb;margin-top:10px;background-color:#fff;"><span style="margin-left:5px;">Packless <span style="float:right;color:#534d57;background-color:#dcd1d2;height:12px;line-height:12px;width:80px;border-radius:2px;margin-top:3px;text-align:center;margin-right:3px;">Loner</span></span></div>
  228.  
  229. <div style="height:65px;width:220px;float:left;margin-top:2px;border-width:1px;border-style:solid;color:rgb(239,239,239);text-align:center;background-color:#fff;">
  230. <div style="background-color:#dcd1d2;height:45px;width:200px;float:left;margin-left:10px;margin-top:10px;">
  231. <div style="height:45px;width:45px;float:left;background-color:#fafafa;"><img alt="" src="http://i.picpar.com/7A6c.png" style="width:45px;height:45px;border-radius:4px;" /></div>
  232.  
  233. <div style="height:30px;width:130px;float:left;margin-left:10px;margin-top:0px;">
  234. <div style="line-height:10px;">
  235. <div style="margin-top:10px;width:130px;text-align:center;color:#534d57;font-family:'Lucida Grande';font-size:22px;letter-spacing:-2px;"><em><b>unmated</b></em></div>
  236.  
  237. <div style="width:130px;float:left;margin-top:5px;text-align:center;line-height:10px;color:#534d57;font-family:calibri;font-size:8px;letter-spacing:1px;text-transform:uppercase;">N/A</div>
  238. </div>
  239. </div>
  240. </div>
  241.  
  242.  
  243.  
  244. </div>
  245. </div>
  246. </div>
  247.  
  248. </div>
  249. <div style="width: 400px; height: 400px; ; position: absolute; top:0px; left: 360px; overflow: auto; text-align: left; border-radius: ; border: px solid #a5adb3;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  250.  
  251. <div style="width:241px;float:left;margin:10px 14px 0px 0px;">
  252.  
  253.  
  254. <div style=" height:150px;width:244px;float:left;text-align:center;background-color:#dcd1d2;line-height:15px;border:1px solid #dcd1d2;">
  255.  
  256.  
  257. <div style="height:20px;width:20px;float:left;margin-left:210px;margin-top:10px;text-align:center;border:1px solid #fff;line-height:15px;"><a href="" title="MY CODES."><span style="color:#fff;font-family:calibri;font-size:8px;letter-spacing:2px;text-align:justify;text-transform:uppercase;">CR</span></a></div>
  258.  
  259. <div style="width:220px;float:left;line-height:15px;text-align:justify;color:#fff;font-family:'times new roman';font-size:35px;letter-spacing:-2px;text-transform:lowercase;margin-top:85px;margin-left:10px;"><i><b>delilah.</b></i></div>
  260. </div>
  261.  
  262. <div style="height:auto;float:left;border:1px solid #ebebeb;text-align:center;background-color:#fff;width:244px;">
  263. <div style="margin:10px;">
  264. <div style="width:220px;height:55px;margin-left:0px;overflow:hidden;">
  265. <div style="width:242px;height:55px;overflow:auto;line-height:10px;text-align:justify;">
  266. <div style="width:219px;font-family:calibri;line-height:9px;text-align:justify;color:#D3D3D3;font-size:11px;text-transform:uppercase;">
  267. <div style="font-family:calibri;font-size:8px;text-transform:uppercase;color:#534d57;"><span style="color:#534d57;letter-spacing:1px;"></span>
  268.  
  269. ▀ Giselle Fleurete | Gi Gi, Fleur, Ell, Ella.<br />
  270. ▀ ♀ | Brunette | hazel optics | pale complexion.<br />
  271. ▀ Lycanthrope | lycan | shifter | wolf.<br />
  272. ▀ <strike>London, England</strike> | Currently wandering.<br />
  273. ▀ Wolf form | soft snowy white fur.<br />
  274. ▀ Heterosexual | uninterested | single.
  275.  
  276. </div>
  277. </div>
  278. </div>
  279. </div>
  280. </div>
  281. </div>
  282.  
  283. <div style="height:31px;width:244px;float:left;margin-top:5px;background-color:#fff;line-height:20px;border:1px solid #ebebeb;text-align:center;">
  284. <div style="height:20px;width:60px;float:left;margin-left:5px;margin-top:5px;text-align:center;background-color:#dcd1d2;line-height:20px;border-radius:2px;color:#534d57;font-family:calibri;font-size:8px;letter-spacing:1px;text-transform:uppercase;">updates</div>
  285.  
  286. <div style="height:18px;width:165px;float:left;margin-left:5px;margin-top:4px;line-height:8px;border-radius:2px;text-align:justify;color:#534d57;font-family:calibri;font-size:8px;text-transform:uppercase;">1/17/18. With a whole new journal for the new year...
  287. here goes nothing!</div>
  288.  
  289. <div style="width:244px;height:20px;float:left;line-height:20px;text-align:justify;color:#dcd1d2;font-family:calibri;font-size:8px;letter-spacing:1px;text-transform:uppercase;border:1px solid #ebebeb;margin-top:10px;background-color:#fff;"><span style="margin-left:5px;"><b>featured</b><span style="float:right;color:#fff;background-color:#dcd1d2;height:12px;line-height:12px;width:80px;border-radius:2px;margin-top:3px;text-align:center;margin-right:3px;">members</span></span></div>
  290.  
  291. <div style="height:85px;width:244px;float:left;margin-top:2px;background-color:rgb(255,255,255);border:1px solid rgb(235,235,235);text-align:left;"><img alt="" src="http://i.picpar.com/5XDc.png" style="width:74px;height:74px;margin:5px;" /><img alt="" src="http://i.picpar.com/6XDc.png" style="width:74px;height:74px;margin:5px 0px;" /><img alt="" src="http://i.picpar.com/7XDc.png" style="width:74px;height:74px;margin:5px;" /></div>
  292. </div>
  293. </div>
  294. </div>
  295. </div>
  296. </div>
  297.  
  298. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: px; height: px; ; position: absolute; top: 20px; left: 370px; overflow: auto; text-align: left; border-radius: ; border: px solid #a5adb3;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;"> <img src="http://i.picpar.com/0XDc.gif" alt="" width="225" height="132" /> </span></div>
  299. </div>
  300.  
  301.  
  302.  
  303. <div id="mee"><span style="font-family: brush script mt, cursive; letter-spacing: 0px; font-size: 55px;"> Giselle</div>
  304.  
  305. <div id="meelaud"><span style="font-family: brush script mt, cursive; letter-spacing: 0px; font-size: 55px;"> Giselle</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement