Advertisement
cat_inthe_cradle

Greer

Jun 22nd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.01 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/xjwc.png");
  32. background-attachment: fixed;
  33. background-color: #dbe9bf;
  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. color:#afb4b8;
  48. text-shadow: -1px 0 #c37494, 0 1px #14456f, 1px 0 #14456f, 0 -1px #14456f;
  49. -moz-transition-duration:0.5s;
  50. -webkit-transition-duration:0.5s;
  51. -o-transition-duration:0.5s;
  52. }
  53.  
  54. a:hover {
  55. text-decoration:none;
  56. outline:none;
  57. -moz-outline-style:none;
  58. color:#14456f;
  59. }
  60.  
  61.  
  62.  
  63.  
  64.  
  65. #name {
  66. position:fixed;
  67. font-family:Italianno;
  68. font-size:18px;
  69. top:217px;
  70. left:230px;
  71. color:#fff;
  72. text-shadow:0px 0px 1px #000;
  73. z-index:999999;
  74. }
  75.  
  76.  
  77.  
  78. #name1 {
  79. position:fixed;
  80. font-family:Italianno;
  81. font-size:30px;
  82. top:232px;
  83. left:210px;
  84. color:#751414;
  85. text-shadow:0px 0px 1px #000;
  86. z-index:999999;
  87. }
  88.  
  89.  
  90.  
  91.  
  92.  
  93. a:hover{color:#fff; font-style: italic;}
  94. b {
  95. text-transform: ;
  96. font-size: px;
  97. font-weight: ;
  98. color: #a7b6c1;
  99. background: #2c475c;
  100. letter-spacing: px;
  101. padding: 1px 2px 1px 3px;
  102. margin-right: 2px;}
  103. u {
  104. text-transform: ;
  105. font-size: ;
  106. font-weight: ;
  107. color: #000;
  108. background: #;
  109. letter-spacing: 1px;
  110. padding: 1px 2px 1px 3px;
  111. margin-right: 2px;
  112. border-bottom: dotted 1px #000;}
  113. i {
  114. font-size: px;
  115. font-weight: ;
  116. color: #a7b6c1;
  117. letter-spacing: 1px;
  118. padding: 1px 2px 1px 3px;
  119. margin-right: 2px;}
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133. .hoverbox {
  134. position: fixed;
  135. background-color: # ;
  136. border-radius: ;
  137. border: px solid #a5adb3;
  138. opacity: 0;
  139. width: 225px;
  140. height: 225px;
  141. padding: 5px;
  142. left: 385px;
  143. top: 280px;
  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: 280px;
  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.  
  166.  
  167.  
  168.  
  169. .hoverbox2 {
  170. position: fixed;
  171. background-color: #fff;
  172. opacity: 0;
  173. width: 253px;
  174. height: 65px;
  175. padding: 5px;
  176. left: 370px;
  177. top: 230px;
  178. font-family: arial;
  179. font-size: px;
  180. color: #;
  181. letter-spacing: 0px;
  182. -webkit-transition: all .7s ease-in-out;
  183. }
  184. .hoverbox2:hover {
  185. opacity: 1;
  186. top: 145px;
  187.  
  188. }
  189. .hoverbox2 b {
  190. color: # ;
  191. font-family: calibri;
  192. font-size: px;
  193. line-height: 10px;
  194. text-transform: ;
  195. }
  196.  
  197.  
  198.  
  199. a {
  200. text-decoration:none;
  201. outline:none;
  202. -moz-outline-style:none;
  203. color:#fff;
  204. text-shadow: -1px 0 #c37494, 0 1px #3d7496, 1px 0 #3d7496, 0 -1px #3d7496;
  205. -moz-transition-duration:0.5s;
  206. -webkit-transition-duration:0.5s;
  207. -o-transition-duration:0.5s;
  208. }
  209.  
  210. a:hover {
  211. text-decoration:none;
  212. outline:none;
  213. -moz-outline-style:none;
  214. color:#dcdbd9;
  215. }
  216.  
  217. </style>
  218.  
  219. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; background-color:#fff; opacity: 1; width: 265px; height: 265px; ; position: absolute; top: 265px; 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;"> </span></div>
  220.  
  221.  
  222. <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: 285px; left: 390px; 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/yjwc.png" alt="" width="225" height="225" /> </span></div>
  223.  
  224.  
  225.  
  226. <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: 232px; left: 390px; 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/3jwc.png" alt="" width="220" height=" " /> </span></div>
  227.  
  228.  
  229.  
  230. <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: 510px; left: 390px; 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/4jwc.png" alt="" width="184" height=" " /> </span></div>
  231.  
  232.  
  233.  
  234. <div class="hoverbox">
  235. <div style="float: left; width: 225px; height:225px; border-radius: ; overflow: auto; overflow-x: hidden; border: solid px #a5adb3; line-height:8px;"><span style="font-family: andale mono,times; font-size:12; color: #858585;">
  236.  
  237.  
  238. <img src="http://i.picpar.com/0jwc.jpg" alt="" width="225" height="225" />
  239.  
  240.  
  241. </span>
  242. </div> </div>
  243.  
  244.  
  245.  
  246.  
  247. <div class="hoverbox2">
  248. <div style="float: left; width: 265px; height:100px; border-radius: ; overflow: auto; overflow-x: hidden; border: solid px #a5adb3; line-height:8px;"><span style="font-family: andale mono,times; font-size:10; color: #858585;">
  249. <br />
  250.  
  251. GREER HUNT. <span style="font-family: andale mono,times; font-size:12; color: #858585;"> »
  252. <span style="font-family: andale mono,times; font-size:8; color: #858585;">
  253.  
  254. AND THEN THE RAVEN SAID, NEVERMORE.<br /><br />
  255.  
  256. <span style="font-family: andale mono,times; font-size:10; color: #858585;">
  257.  
  258. ¤ Of the feminine type. ¤ An angel of sorts. ¤ Old enough.<br />
  259. ¤ Heterosexual; men. ♂ ¤ Fancying no one.~ ¤ Singular. <br /><br ?>
  260.  
  261. THUNDERSTORMS | SEA | RAIN | POMEGRANATE
  262.  
  263. </span>
  264. </div> </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement