Lindsey-Senpai

S A S S Y G I R L

Jul 27th, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.44 KB | None | 0 0
  1. <Style> .logo_div { visibility: hidden; } .fpix_header { visibility: hidden; } .topad { visibility: hidden; } .fpix_asl_table { visibility: hidden; } .profile_text { visibility: hidden; } .nc_profile { visibility: visible; } #left_container { visibility: hidden } #profilephoto { visibility: hidden; } #flash_close_butt { visibility: hidden; } #start_chat_but { visibility: hidden; } #fpix_wrapper { visibility: visible; } body { } </style>
  2. <style type="text/css">
  3. body{
  4. background-color:#fff;
  5. background-image:url('{image:bg}');
  6. background-attachment:fixed;
  7. font-family:noto sans;
  8. font-size:11px;
  9. margin:0;
  10. padding:0;
  11. }
  12.  
  13. .text b, strong{
  14. color:{color:bold};
  15. }
  16.  
  17. .text i, em{
  18. color:{color:italic};
  19. }
  20.  
  21. a{
  22. text-decoration:none;
  23. color:#000;
  24. }
  25.  
  26. a:hover{
  27. color:{color:linkh};
  28. }
  29.  
  30. blockquote{
  31. border-left:1px solid {color:blockquote};
  32. padding-left:10px;
  33. }
  34.  
  35. blockquote blockquote{
  36. border-left:1px solid {color:blockquote};
  37. padding-left:10px;
  38. }
  39.  
  40. blockquote img{
  41. max-width:100%;
  42. }
  43. #sidebar{
  44. width:300px;
  45. height:100%;
  46. top:0;
  47. position:fixed;
  48. background-color:#000;
  49. background-image:url('{image:sidebarbg}');
  50. background-attachment:fixed;
  51. border-right:4px solid {color:sidebarbo};
  52. }
  53.  
  54. #sidebarimg{
  55. width:280px;
  56. height:250px;
  57. margin:16px;
  58. margin-top:116px;
  59. }
  60.  
  61. #sidebarimg img{
  62. width:260px;
  63. height:250px;
  64. border:4px solid #333;
  65. }
  66. #navcont{
  67. width:280px;
  68. padding:10px;
  69. margin:-2px;
  70. margin-top:-10px;
  71. }
  72.  
  73. #navcont a{
  74. display:inline-block;
  75. width:35px;
  76. padding:6px;
  77. background-color:#fff;
  78. color:#000;
  79. margin-left:10px;
  80. margin-top:2px;
  81. text-align:center;
  82. font-family:calibri;
  83. text-transform:uppercase;
  84. letter-spacing:1px;
  85. transition:0.5s ease-in;
  86. -moz-transition:0.5s ease-in;
  87. -webkit-transition:0.5s ease-in;
  88. }
  89.  
  90. #navcont a:hover{
  91. background-color: #000;
  92. color: #fff;
  93. }
  94.  
  95. #desc{
  96. width:250px;
  97. padding:10px;
  98. height:100px;
  99. overflow:auto;
  100. background-color:#999;
  101. border:1px dashed #fff;
  102. margin:16px;
  103. }
  104.  
  105. #desc b, strong{
  106. color:{color:descbold};
  107. }
  108.  
  109. #desc i, em{
  110. color:{color:descitalic};
  111. }
  112.  
  113. #link{
  114. display:block;
  115. background-color:#000;
  116. padding-left:30px;
  117. font-family:ubuntu;
  118. font-size:14px;
  119. letter-spacing:2px;
  120. color:{color:linkt};
  121. border-left:5px solid #ffcccc;
  122. padding:10px;
  123. text-transform:uppercase;
  124. transition:0.5s ease;
  125. -moz-transition:0.5s ease;
  126. -webkit-transition:0.5s ease;
  127. }
  128.  
  129. #link:hover{
  130. background-color:#ffcccc;
  131. padding-left:70px;
  132. }
  133.  
  134. #cover{
  135. width:120px;
  136. height:120px;
  137. position:relative;
  138. z-index:1;
  139.  
  140. {block:if250px}
  141. width:80px;
  142. height:80px;
  143. position:relative;
  144. z-index:1;
  145. {/block:if250px}
  146. }
  147.  
  148.  
  149.  
  150. #source{
  151. text-align:center;
  152. border-top:1px dashed #000;
  153. color:{color:sourcet};
  154. font-size:12px;
  155. font-style:bold;
  156. padding-top:10px;
  157. }
  158.  
  159.  
  160.  
  161. #fade {
  162. display: none;
  163. background: #000;
  164. position: fixed;
  165. left: 0;
  166. top: 0;
  167. width: 100%;
  168. height: 100%;
  169. opacity: .80;
  170. z-index: 9999;
  171. }
  172.  
  173. .popup_block{
  174. display: none;
  175. background: #FFFFFF;
  176. padding: 20px;
  177. float: left;
  178. position: fixed;
  179. top: 50%;
  180. left: 50%;
  181. z-index: 99999;
  182. }
  183.  
  184. img.btn_close {
  185. float: right;
  186. margin: -55px -55px 0 0;}
  187. *html #fade {
  188. position: absolute;
  189. }
  190.  
  191. *html .popup_block {
  192. position: absolute;
  193. }
  194.  
  195. #bubble-music {
  196. position:fixed;
  197. left:120px;
  198. top:80px;
  199. width:30px;
  200. height:30px;
  201. background-color:#FFCCCC;
  202. border-radius:100%;
  203. -moz-border-radius:100%;
  204. overflow:hidden;
  205. -webkit-transition: all 2.12s ease-out;
  206. -moz-transition: all 2.12s ease-out;
  207. transition: all 2.19s ease-out
  208.  
  209. }
  210.  
  211. #bubble-music:hover {
  212. background-color:#FF9966;
  213. border-radius:9px;
  214. -moz-border-radius:9px;
  215. width:110px;
  216. height:20px;
  217. }
  218.  
  219. .music_embed {
  220. margin:-23px 0 0 70px;
  221. z-index:1;
  222. font-family:consolas;
  223. font-size:8px;
  224. -webkit-transition: all 0.5s ease-out;
  225. -moz-transition: all 0.5s ease-out;
  226. transition: all 0.5s ease-out
  227. }
  228.  
  229. #bubble-music:hover .music_embed {
  230. margin:-23px 0 0 84px;
  231. opacity:1;
  232. }
  233.  
  234. #s-m-t-tooltip {
  235. max-width:150px;
  236. padding:5px 10px 5px 10px;
  237. margin:20px 14px 7px 10px;
  238. border:1px solid #FBFBFB;
  239. background-color:#fff;
  240. font-family:Calibri;
  241. font-style: normal;
  242. font-size:10px;
  243. line-height:11px;
  244. letter-spacing:1px;
  245. text-transform:uppercase;
  246. color:#999;
  247. z-index:999;
  248. }
  249. #credit{
  250. position:fixed; right: 0px; bottom: 1px; padding:12px;
  251. background-color:#ffcccc;
  252. }
  253. </style>
  254.  
  255.  
  256. <div id="popup_name" class="popup_block">
  257. <div id="custlink">
  258. <a href=""></a><a href=""></a><a href=""></a><a href=""></a><a href=""></a><a href=""></a><a href=""></a><a href=""></a>
  259.  
  260. </div>
  261. </div>
  262.  
  263. <div id="sidebar">
  264. <div id="pag">
  265. <div id="pagi">
  266. <div id="pagin">
  267.  
  268. <div id="bubble-music">
  269. <img style="margin:7px;" src="http://media.tumblr.com/tumblr_m7w2izzY0j1r6o8v2.gif">
  270. <div class="music_embed">
  271. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://128f1.downloadming1.com/temp/Amit%20Sahni%20Ki%20List%20(2014)/07%20-%20Violin%20Recital%20-%20DownloadMing.SE.mp3&t0=Bitch&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  272. </div>
  273. </div>
  274.  
  275. <div id="sidebarimg"><img src="http://static.tumblr.com/4faa0065914a4a39dc09a5f27cadfc2d/ipamuib/q0Un7u8ew/tumblr_static_9fub7hj7g204kck8sgssowocc.png"/></div>
  276. <div style="text-align:center; font-size:30px; font-family:segoe ui light;background-color:#222; color:#ffcccc;">SASSY GIRL</div><br>
  277. <div id="navcont">
  278. <a href="/">link</a>
  279. <a href="/">link</a>
  280. <a href="/">link</a>
  281. <a href="">link</a>
  282. </div>
  283. <div style="text-align:center; font-size:9px; font-family:segoe ui light;padding:12px; background-color:#ccc; color:#000;">blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah</div>
  284. </div>
  285. <!--DO NOT REMOVE THE CREDIT OR YOU WILL BE REPORTED--!>
  286. <div id="credit">
  287. <a href="http://how.chatango.com" title="theme by how/lin">C R E D I T</a></div>
Advertisement
Add Comment
Please, Sign In to add comment