Advertisement
Guest User

Untitled

a guest
Jul 10th, 2013
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.84 KB | None | 0 0
  1. <!--
  2. THEME 3 BY
  3. ╭━╮╭━╮╱╱╱╱╱╱╱╱╱╱╱╭━━━╮╱╱╭╮
  4. ┃┃╰╯┃┃╱╱╱╱╱╱╱╱╱╱╱┃╭━╮┃╱╱┃┃
  5. ┃╭╮╭╮┣━━┳━━┳━╮╱╱╱┃┃╱┃┣┳━┫┃╭━━╮
  6. ┃┃┃┃┃┃┃━┫╭╮┃╭╮┳━━┫┃╱┃┣┫╭┫┃┃━━┫
  7. ┃┃┃┃┃┃┃━┫╭╮┃┃┃┣━━┫╰━╯┃┃┃┃╰╋━━┃
  8. ╰╯╰╯╰┻━━┻╯╰┻╯╰╯╱╱╰━━╮┣┻╯╰━┻━━╯
  9. ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╰╯
  10. www.mean-qirls.tumblr.com
  11. Keep credit or put it in your FAQ!
  12. -->
  13. <html lang="en">
  14. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  15. <html xmlns="http://www.w3.org/1999/xhtml">
  16. <head>
  17.  
  18. <script type="text/javascript">
  19. <!--
  20.  
  21. // Disable Right Click Script
  22.  
  23. function IE(e)
  24. {
  25. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  26. {
  27. return false;
  28. }
  29. }
  30. function NS(e)
  31. {
  32. if (document.layers || (document.getElementById && !document.all))
  33. {
  34. if (e.which == "2" || e.which == "3")
  35. {
  36. return false;
  37. }
  38. }
  39. }
  40. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  41.  
  42. //-->
  43. </script>
  44. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  45. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  46. {block:IfInfiniteScroll}
  47. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  48. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  49. {/block:IfInfiniteScroll}
  50. <script language=JavaScript>
  51.  
  52. <script>
  53. (function() {
  54. var $tumblelog = $('#content');
  55. {block:IfInfiniteScroll}
  56. $tumblelog.infinitescroll({
  57. navSelector : ".pagination",
  58. nextSelector : ".pagination a:first",
  59. itemSelector : "article",
  60. bufferPx : 50,
  61. done : "",
  62. loading: {
  63. finishedMsg: "<p> </p>",
  64. img : " ",
  65. msg: null,
  66. msgText: "<p> </p>"
  67. },
  68. },
  69. function( newElements ) {
  70. var $newElems = $( newElements ).css({ opacity: 0 });
  71. $newElems.imagesLoaded(function(){
  72. $newElems.animate({ opacity: 1 });
  73. $tumblelog.masonry( 'appended', $newElems);
  74. });
  75. }
  76. );
  77. {/block:IfInfiniteScroll}
  78. $tumblelog.imagesLoaded( function(){
  79. $tumblelog.masonry({
  80. columnWidth: function( containerWidth ) {
  81. return containerWidth / 100;
  82. }
  83. });
  84. });
  85. })();
  86. </script>
  87.  
  88. <script type="text/javascript"
  89. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  90. {block:IndexPage}
  91. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  92. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  93. <script type="text/javascript">
  94. $(window).load(function () {
  95. var $content = $('#content');
  96. $content.masonry({itemSelector: '.entry'}),
  97. $content.infinitescroll({
  98. navSelector : 'div#pagination',
  99. nextSelector : 'div#pagination a#nextPage',
  100. itemSelector : '.entry',
  101. loading: {
  102. finishedMsg: '',
  103. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  104. },
  105. bufferPx : 600,
  106. debug : false,
  107. },
  108. // call masonry as a callback.
  109. function( newElements ) {
  110. var $newElems = $( newElements );
  111. $newElems.hide();
  112. // ensure that images load before adding to masonry layout
  113. $newElems.imagesLoaded(function(){
  114. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  115. {/block:IndexPage}
  116.  
  117.  
  118. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  119.  
  120. <style>
  121. div#qTip {
  122. padding: 6px;
  123. border-radius: 54px 72px / 75px 24px;
  124. height: 20px;
  125. display: none;
  126. color: {color:text};
  127. margin-left: 20px;
  128. font-size: 20px;
  129. font-family: call me;
  130. text-align: center;
  131. position: absolute;
  132. line-height: 20px;
  133. z-index: 100000000000000000;
  134. border-right: 4px solid {color:sidebar border1};
  135. border-left: 4px solid {color:sidebar border1};
  136. background: #fff;
  137. }
  138. </style>
  139.  
  140. <script type="text/javascript">
  141. $(document).ready(function(){
  142. $(".hide").hide();
  143. $(".show").click(function(){
  144. $(this).next(".hide").slideToggle('fast');
  145. }); });
  146. </script>
  147.  
  148. <script type="text/javascript"
  149. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  150. {block:IndexPage}
  151. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  152. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  153. <script type="text/javascript">
  154. $(window).load(function () {
  155. var $content = $('#content');
  156. $content.masonry({itemSelector: '.entry'}),
  157. $content.infinitescroll({
  158. navSelector : 'div#pagination',
  159. nextSelector : 'div#pagination a#nextPage',
  160. itemSelector : '.entry',
  161. loading: {
  162. finishedMsg: '',
  163. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  164. },
  165. bufferPx : 600,
  166. debug : false,
  167. },
  168. // call masonry as a callback.
  169. function( newElements ) {
  170. var $newElems = $( newElements );
  171. $newElems.hide();
  172. // ensure that images load before adding to masonry layout
  173. $newElems.imagesLoaded(function(){
  174. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  175. {/block:IndexPage}
  176.  
  177. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  178. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  179. <script>
  180. (function($){
  181. $(document).ready(function(){
  182. $("a[title]").style_my_tooltips({
  183. tip_follows_cursor:true,
  184. tip_delay_time:90,
  185. tip_fade_speed:600,
  186. attribute:"title"
  187. });
  188. });
  189. })(jQuery);
  190. </script>
  191.  
  192. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  193. <html xmlns="http://www.w3.org/1999/xhtml">
  194. <head>
  195.  
  196. <script type="text/javascript"
  197. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  198.  
  199. {block:IndexPage}
  200. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  201. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  202. <script type="text/javascript">
  203. $(window).load(function () {
  204. var $content = $('#content');
  205. $content.masonry({itemSelector: '.entry'}),
  206. $content.infinitescroll({
  207. navSelector : 'div#pagination',
  208. nextSelector : 'div#pagination a#nextPage',
  209. itemSelector : '.entry',
  210. loading: {
  211. finishedMsg: '',
  212. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  213. },
  214. bufferPx : 600,
  215. debug : false,
  216. },
  217. // call masonry as a callback.
  218. function( newElements ) {
  219. var $newElems = $( newElements );
  220. $newElems.hide();
  221. // ensure that images load before adding to masonry layout
  222. $newElems.imagesLoaded(function(){
  223. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  224. {/block:IndexPage}
  225.  
  226. <link href='http://fonts.googleapis.com/css?family=Amatic+SC|Coming+Soon' rel='stylesheet' type='text/css'>
  227. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  228. <link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css'>
  229.  
  230. <link href='http://fonts.googleapis.com/css?family=Euphoria+Script' rel='stylesheet' type='text/css'>
  231.  
  232. <meta name="color:background" content="#ddd"/>
  233. <meta name="color:Text" content="#ddd"/>
  234. <meta name="color:Link" content="#ddd"/>
  235. <meta name="color:cursive" content="#ddd"/>
  236. <meta name="color:header text" content="#bdbdbd"/>
  237. <meta name="color:sidebar border" content="#bdbdbd"/>
  238. <meta name="color:sidebar border1" content="#ddd"/>
  239.  
  240. <meta name="image:Sidebar" content=""/>
  241. <meta name="image:sideback1" content=""/>
  242. <meta name="image:sideback2" content=""/>
  243. <meta name="image:sideback3" content=""/>
  244. <meta name="image:background" content=""/>
  245.  
  246. <meta name="text:link one title" content="Link 1 title" />
  247. <meta name="text:link one symbol" content=".01" />
  248. <meta name="text:link one" content="Link 1" />
  249. <meta name="text:link two title" content="Link 2 title" />
  250. <meta name="text:link two symbol" content=".02" />
  251. <meta name="text:link two" content="Link 2" />
  252. <meta name="text:link three title" content="Link 3 Title" />
  253. <meta name="text:link three symbol" content=".03" />
  254. <meta name="text:link three" content="Link 3" />
  255. <meta name="text:link four title" content="Link 4 Title" />
  256. <meta name="text:link four symbol" content=".04" />
  257. <meta name="text:link four" content="Link 4" />
  258. <meta name="text:link five title" content="Link 5 Title" />
  259. <meta name="text:link five symbol" content=".05" />
  260. <meta name="text:link five" content="Link 5" />
  261. <meta name="text:line 1 words" content="Title" />
  262. <meta name="text:header 1" content="Front Quote" />
  263. <meta name="text:header 2" content="Back Quote" />
  264. <meta name="text:stats code" content="Stats"/>
  265. <meta name="text:put your name here" content="Name"/>
  266.  
  267. <style type="text/css">
  268.  
  269.  
  270. /*FONTS ALL GO HERE (There's a lot omfg)*/
  271. @font-face { font-family: "Call Me"; src: url("http://static.tumblr.com/j2nmv5m/yJSm69tse/kgcallmemaybe-skinny.ttf") format("truetype"); }
  272.  
  273. @font-face {font-family: "bree"; src: url('http://static.tumblr.com/w1f0ilq/4m9lyy51c/tall_film.ttf');}
  274.  
  275. @font-face { font-family: "that one thing"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  276.  
  277. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  278.  
  279. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf);}
  280.  
  281. @font-face { font-family: "Arsenale White"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  282.  
  283. @font-face {font-family: "dawning";src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');}
  284.  
  285. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  286.  
  287. @font-face {font-family: "handy";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
  288.  
  289. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  290.  
  291. @font-face {font-family: "caviar";src: url('http://static.tumblr.com/jpsgxtp/1Ojmnktvz/caviardreams.ttf');}
  292.  
  293. @font-face {font-family: "love note";src: url('http://static.tumblr.com/jpsgxtp/E0smnktxz/ck_love_note.ttf');}
  294.  
  295. @font-face { font-family: "fineliner"; src: url('http://static.tumblr.com/q54tzar/JcYm21fwu/fineliner_script_1_.otf'); }
  296.  
  297. @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/v1tggoh/R5qlzevb9/a_s_black_swan.ttf');}
  298.  
  299. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  300.  
  301. @font-face { font-family: "existance"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf'); }
  302.  
  303. @font-face {font-family:"Joe"; src:url('http://static.tumblr.com/9wzbixa/grOm26n8m/dk_joe_schmoe.ttf');}
  304.  
  305. @font-face {font-family:"Ade"; src:url('http://static.tumblr.com/9wzbixa/Qnqm26qzk/dk_aderyn_0.ttf');}
  306.  
  307. @font-face { font-family: "good time"; src: url('http://static.tumblr.com/u37ad6e/bR1mb6f8o/kgalwaysagoodtime.ttf'); }
  308.  
  309. @font-face {font-family:"Soo"; src:url('http://static.tumblr.com/9wzbixa/PQlm26p56/soopafre.ttf');}
  310.  
  311. @font-face { font-family: "sweetiepie"; src: url('http://static.tumblr.com/4yxykdm/h9hlrfl0t/sweetie_pie_1_.ttf'); }
  312.  
  313. @font-face { font-family: "pewp"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  314.  
  315. @font-face { font-family: "dylan"; src: url('http://static.tumblr.com/loouiuu/Ttaloide6/halohandletter.ttf'); }
  316.  
  317. @font-face { font-family: "beyonce"; src: url('http://static.tumblr.com/4yxykdm/XVZlrfl3m/playdate_1_.ttf'); }
  318.  
  319. @font-face { font-family: "learningcurve"; src: url('http://static.tumblr.com/rmj06l2/paAlm4ymo/learningcurve.ttf'); }
  320.  
  321. @font-face { font-family:"Hasteristico"; src: url('http://slutpark-resources.webs.com/Hasteristico.ttf');}
  322.  
  323. @font-face {font-family: "Cinnamon"; src: url("http://static.tumblr.com/npggxjg/Jm9m1xlt2/cinnamon_cake.ttf");}
  324.  
  325. @font-face {font-family: "bree"; src: url('http://static.tumblr.com/w1f0ilq/4m9lyy51c/tall_film.ttf');}
  326.  
  327. @font-face { font-family: "arma"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  328.  
  329. @font-face {font-family: "curz";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  330.  
  331. @font-face {font-family:"Dingleberry"; src:url('http://static.tumblr.com/9wzbixa/EC3m26pf3/dingleberry_solid.ttf');}
  332.  
  333. @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
  334.  
  335. @font-face { font-family: "neverletgo"; src: url('http://static.tumblr.com/q54tzar/o02m2jt6c/neverletgo_3_.ttf'); }
  336.  
  337. @font-face { font-family: "prince"; src: url('http://static.tumblr.com/rmj06l2/Ez5lo1s2r/akmy_prince.ttf'); }
  338.  
  339. @font-face { font-family: "stan"; src: url('http://static.tumblr.com/jpsgxtp/si7mpqomh/stanberry.ttf'); }
  340.  
  341. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.5;-webkit-transition: all 0.8s ease-out;-moz-
  342.  
  343. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  344.  
  345. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  346.  
  347. <script src="jquery.js"></script>
  348. <script>
  349. $(document).ready(function(){
  350. $("#flip").click(function(){
  351. $("#panel").slideToggle("slow");
  352. });
  353. });
  354. </script>
  355.  
  356. <script src="jquery.js"></script>
  357. <script>
  358. $(document).ready(function(){
  359. $("#flip2").click(function(){
  360. $("#panel2").slideToggle("slow");
  361. });
  362. });
  363. </script>
  364.  
  365. <script src="jquery.js"></script>
  366. <script>
  367. $(document).ready(function(){
  368. $("#flip3").click(function(){
  369. $("#panel3").slideToggle("slow");
  370. });
  371. });
  372. </script>
  373.  
  374.  
  375. <style type="text/css">
  376.  
  377. #tab{
  378. top: -70px;
  379. left: 20px;
  380. height: auto;
  381. font-family: ubuntu;
  382. font-size: 9px;
  383. position: fixed;
  384. border: 1px solid #ccc;
  385. width: 67px;
  386. background: white;
  387. padding: 1px;
  388. transition: all 0.5s ease-out;
  389. -o-transition-transition: all 0.5s ease-out;
  390. -webkit-transition: all 0.5s ease-out;
  391. -moz-transition: all 0.5s ease-out;
  392. }
  393.  
  394. #tab:hover{
  395. top: -1px;
  396. }
  397.  
  398. #tabtext{
  399. top: -30px;
  400. left: 5px;
  401. height: auto;
  402. font-family: ubuntu;
  403. font-size: 9px;
  404. position: fixed;
  405. border: 1px solid #ccc;
  406. background: white;
  407. padding: 1px;
  408. transition: all 0.5s ease-out;
  409. -o-transition-transition: all 0.5s ease-out;
  410. -webkit-transition: all 0.5s ease-out;
  411. -moz-transition: all 0.5s ease-out;
  412. }
  413.  
  414. #tab:hover #tabtext{
  415. top: -1px;
  416. }
  417.  
  418.  
  419. body {margin:0px; background-color: {color:Background}; background-image:url({image:Background}); background-attachment: fixed; background-repeat: repeat;}
  420.  
  421. body, div, p, textarea, submit, input{ font-family:'ubuntu', cursive; font-size:12px; line-height:13px; letter-spacing:.9px; color:{color:Text};}
  422.  
  423. p { margin:0px; margin-top:0px;}
  424.  
  425. a:link, a:active, a:visited{
  426. color: {color:link};
  427. text-decoration: none;
  428. -webkit-transition: color 0.5s ease-in;
  429. -moz-transition: color 0.5s ease-in;
  430. }
  431.  
  432. a:hover {
  433. text-decoration: bold;
  434. }
  435.  
  436.  
  437. iframe#tumblr_controls {
  438. margin-top: 22px;
  439. position:fixed !important; -webkit-filter: invert(100%) }
  440. top: 1px !important;right:50px !important;position:fixed !important; position:absolute;z-index:11;}
  441.  
  442.  
  443. body, p {
  444. font-size:12px;
  445. letter-spacing:.9px;
  446. font-family: ubuntu;
  447. line-height:12px;
  448. padding: 0px;
  449. margin: 0px;
  450. color:{color:text};
  451. }
  452.  
  453. body {
  454. background-color:{color:background};
  455. background-image:url({image:Background});
  456. background-attachment: fixed;
  457. background-repeat: repeat;
  458. }
  459.  
  460. a {
  461. text-decoration:none;
  462. color:{color:text};
  463. -webkit-transition: all 0.4s linear;
  464. -moz-transition: all 0.4s linear;
  465. transition: all 0.4s linear;
  466. }
  467.  
  468. a:hover{
  469. color:{color:link hover};
  470. }
  471.  
  472. div#all{
  473. width:100%;
  474. height:100%;
  475. z-index:-100;
  476. }
  477.  
  478. div#center{
  479. margin: auto;
  480. width: 700px;
  481. }
  482.  
  483. #sidebar #desc{
  484. position:fixed !important;
  485. width:200px;
  486. padding-top:5px;
  487. padding-bottom:5px;
  488. padding-left:7px;
  489. padding-right:5px;
  490. background:#fff;
  491. height:auto;
  492. margin-top:200px;
  493. margin-left:9px;
  494. text-align:center;
  495. z-index:9999;
  496. font-family:fineliner;
  497. border-top: 5px solid {color:sidebar border1};
  498. border-bottom: 5px solid {color:sidebar border1};
  499. border-left: 5px solid {color:sidebar border};
  500. border-right: 5px solid {color:sidebar border};
  501. color:{color:text};
  502. font-size:20px;
  503. line-height:15px;
  504. opacity:0;
  505. transition: all 0.6s ease-out;
  506. -o-transition-transition: all 0.6s ease-out;
  507. -webkit-transition: all 0.6s ease-out;
  508. -moz-transition: all 0.6s ease-out;
  509. border-radius: 47px 32px / 14px 21px;
  510. }
  511.  
  512. #sidebar:hover #desc {
  513. opacity:0.8;
  514. transition: all 0.6s ease-out;
  515. -o-transition-transition: all 0.6s ease-out;
  516. -webkit-transition: all 0.6s ease-out;
  517. -moz-transition: all 0.6s ease-out;
  518. }
  519.  
  520. #sidebar #stats{
  521. position:fixed !important;
  522. width:100px;
  523. background:{color:sidebar border};
  524. height:25px;
  525. margin-top:22px;
  526. margin-left:140px;
  527. text-align:center;
  528. z-index:99999;
  529. font-family: fineliner;
  530. font-weight: bold;
  531. color:{color:text};
  532. font-size:20px;
  533. line-height:15px;
  534. opacity:0;
  535. transition: all 0.6s ease-out;
  536. -o-transition-transition: all 0.6s ease-out;
  537. -webkit-transition: all 0.6s ease-out;
  538. -moz-transition: all 0.6s ease-out;
  539. }
  540.  
  541. #sidebar:hover #stats {
  542. opacity:1;
  543. transition: all 0.6s ease-out;
  544. -o-transition-transition: all 0.6s ease-out;
  545. -webkit-transition: all 0.6s ease-out;
  546. -moz-transition: all 0.6s ease-out;
  547. }
  548.  
  549. #sidebar{
  550. position:fixed !important;
  551. width: 240px;
  552. font-family: ubuntu;
  553. height: 340px;
  554. overflow: hidden;
  555. border-right: 10px solid {color:sidebar border1};
  556. border-top: 25px solid {color:sidebar border};
  557. border-bottom: 25px solid {color:sidebar border};
  558. border-left: 10px solid {color:sidebar border1};
  559. opacity: 1;
  560. background-color: #fff;
  561. margin-left: 20px;
  562. margin-top: 70px;
  563. transition: all 0.9s ease-out;
  564. -o-transition-transition: all 0.9s ease-out;
  565. -webkit-transition: all 0.9s ease-out;
  566. -moz-transition: all 0.9s ease-out;
  567. }
  568.  
  569. #credit{
  570. position:fixed;
  571. z-index:999999999999999;
  572. bottom:0px;
  573. right:5px;
  574. width:15px;
  575. height:10px;
  576. background-color:white;
  577. color: #000;
  578. font-family: calibri;
  579. font-size:15px;
  580. line-height:0px;
  581. text-align:center;
  582. transition: all 0.6s ease-out;
  583. -o-transition-transition: all 0.6s ease-out;
  584. -webkit-transition: all 0.6s ease-out;
  585. -moz-transition: all 0.6s ease-out;
  586. opacity:1;
  587. }
  588.  
  589. #cursive{
  590. opacity: 1;
  591. letter-spacing: 1px;
  592. left: -10px;
  593. top:60px;
  594. font-size: 70px;
  595. width: 300px;
  596. height:30px;
  597. text-transform: none;
  598. font-family: "euphoria script";
  599. text-shadow:-1px 0 #fafafa, 0 1px #fafafa, 1px 0 #fafafa, 0 -1px #fafafa;
  600. color: {color:cursive};
  601. background: transparent;
  602. text-align:center;
  603. position:fixed;
  604. }
  605.  
  606. #sidebar .link{
  607. position:fixed;
  608. z-index:999999999999999;
  609. margin-top:-320px;
  610. margin-left:5px;
  611. width:65px;
  612. height:65px;
  613. padding:3px;
  614. background-color:white;
  615. border:1px solid #000;
  616. font-family: dylan;
  617. font-size:55px;
  618. font-weight: bold;
  619. line-height:80px;
  620. text-align:center;
  621. transition: all 0.6s ease-out;
  622. -o-transition-transition: all 0.6s ease-out;
  623. -webkit-transition: all 0.6s ease-out;
  624. -moz-transition: all 0.6s ease-out;
  625. opacity:0;
  626. }
  627.  
  628. #sidebar:hover .link{
  629. opacity:0.6;
  630. }
  631.  
  632. #sidebar .link:hover{
  633. background-color: {color:sidebar border1};
  634. transition: all 0.6s ease-out;
  635. -o-transition-transition: all 0.6s ease-out;
  636. -webkit-transition: all 0.6s ease-out;
  637. -moz-transition: all 0.6s ease-out;
  638. }
  639.  
  640. #sidebar .link2{
  641. position:fixed;
  642. z-index:999999999999999;
  643. margin-top:-320px;
  644. margin-left:83px;
  645. width:65px;
  646. height:65px;
  647. padding:3px;
  648. background-color:white;
  649. border:1px solid #000;
  650. font-family: dylan;
  651. font-size:55px;
  652. font-weight: bold;
  653. line-height:80px;
  654. text-align:center;
  655. transition: all 0.6s ease-out;
  656. -o-transition-transition: all 0.4s ease-out;
  657. -webkit-transition: all 0.4s ease-out;
  658. -moz-transition: all 0.4s ease-out;
  659. opacity:0;
  660. }
  661.  
  662. #sidebar:hover .link2{
  663. opacity:0.6;
  664. }
  665.  
  666. #sidebar .link2:hover{
  667. background-color: {color:sidebar border1};
  668. transition: all 0.6s ease-out;
  669. -o-transition-transition: all 0.6s ease-out;
  670. -webkit-transition: all 0.6s ease-out;
  671. -moz-transition: all 0.6s ease-out;
  672. }
  673.  
  674. #sidebar .link3{
  675. position:fixed;
  676. z-index:999999999999999;
  677. margin-top:-320px;
  678. margin-left:161px;
  679. width:65px;
  680. height:65px;
  681. padding:3px;
  682. background-color:white;
  683. border:1px solid #000;
  684. font-family: dylan;
  685. font-size:55px;
  686. font-weight: bold;
  687. line-height:80px;
  688. text-align:center;
  689. transition: all 0.6s ease-out;
  690. -o-transition-transition: all 0.4s ease-out;
  691. -webkit-transition: all 0.4s ease-out;
  692. -moz-transition: all 0.4s ease-out;
  693. opacity:0;
  694. }
  695.  
  696. #sidebar:hover .link3{
  697. opacity:0.6;
  698. }
  699.  
  700. #sidebar .link3:hover{
  701. background-color: {color:sidebar border1};
  702. transition: all 0.6s ease-out;
  703. -o-transition-transition: all 0.6s ease-out;
  704. -webkit-transition: all 0.6s ease-out;
  705. -moz-transition: all 0.6s ease-out;
  706. }
  707.  
  708. #sidebar .link4{
  709. position:fixed;
  710. z-index:999999999999999;
  711. margin-top:-240px;
  712. margin-left:5px;
  713. width:65px;
  714. height:65px;
  715. padding:3px;
  716. background-color:white;
  717. border:1px solid #000;
  718. font-family: dylan;
  719. font-size:55px;
  720. font-weight: bold;
  721. line-height:80px;
  722. text-align:center;
  723. transition: all 0.6s ease-out;
  724. -o-transition-transition: all 0.6s ease-out;
  725. -webkit-transition: all 0.6s ease-out;
  726. -moz-transition: all 0.6s ease-out;
  727. opacity:0;
  728. }
  729.  
  730. #sidebar:hover .link4{
  731. opacity:0.6;
  732. }
  733.  
  734. #sidebar .link4:hover{
  735. background-color: {color:sidebar border1};
  736. transition: all 0.6s ease-out;
  737. -o-transition-transition: all 0.6s ease-out;
  738. -webkit-transition: all 0.6s ease-out;
  739. -moz-transition: all 0.6s ease-out;
  740. }
  741.  
  742. #sidebar .link5{
  743. position:fixed;
  744. z-index:999999999999999;
  745. margin-top:-240px;
  746. margin-left:83px;
  747. width:65px;
  748. height:65px;
  749. padding:3px;
  750. background-color:white;
  751. border:1px solid #000;
  752. font-family: dylan;
  753. font-size:55px;
  754. font-weight: bold;
  755. line-height:80px;
  756. text-align:center;
  757. transition: all 0.6s ease-out;
  758. -o-transition-transition: all 0.4s ease-out;
  759. -webkit-transition: all 0.4s ease-out;
  760. -moz-transition: all 0.4s ease-out;
  761. opacity:0;
  762. }
  763.  
  764. #sidebar:hover .link5{
  765. opacity:0.6;
  766. }
  767.  
  768. #sidebar .link5:hover{
  769. background-color: {color:sidebar border1};
  770. transition: all 0.6s ease-out;
  771. -o-transition-transition: all 0.6s ease-out;
  772. -webkit-transition: all 0.6s ease-out;
  773. -moz-transition: all 0.6s ease-out;
  774. }
  775.  
  776. #sidebar .link6{
  777. position:fixed;
  778. z-index:999999999999999;
  779. margin-top:-240px;
  780. margin-left:161px;
  781. width:65px;
  782. height:65px;
  783. padding:3px;
  784. background-color:white;
  785. border:1px solid #000;
  786. font-family: dylan;
  787. font-size:55px;
  788. font-weight: bold;
  789. line-height:80px;
  790. text-align:center;
  791. transition: all 0.6s ease-out;
  792. -o-transition-transition: all 0.4s ease-out;
  793. -webkit-transition: all 0.4s ease-out;
  794. -moz-transition: all 0.4s ease-out;
  795. opacity:0;
  796. }
  797.  
  798. #sidebar:hover .link6{
  799. opacity:0.6;
  800. }
  801.  
  802. #sidebar .link6:hover{
  803. background-color: {color:sidebar border1};
  804. transition: all 0.6s ease-out;
  805. -o-transition-transition: all 0.6s ease-out;
  806. -webkit-transition: all 0.6s ease-out;
  807. -moz-transition: all 0.6s ease-out;
  808. }
  809.  
  810. #header{
  811. position: fixed;
  812. background-color: #fff;
  813. padding: 6px;
  814. padding-left: 0px;
  815. width: 100%;
  816. margin-left: 0px;
  817. margin-top: 0px;
  818. color: {color:header text};
  819. font-family: stan;
  820. font-size: 16px;
  821. line-height: 14px;
  822. letter-spacing: 2px;
  823. z-index: 130;
  824. transition: all 0.9s ease-out;
  825. -o-transition-transition: all 0.9s ease-out;
  826. -webkit-transition: all 0.9s ease-out;
  827. -moz-transition: all 0.9s ease-out;
  828. text-shadow: 1px 1px 1px #ddd;
  829. }
  830.  
  831. #header:hover{
  832. opacity: 0;
  833. transition: all 0.9s ease-out;
  834. -o-transition-transition: all 0.9s ease-out;
  835. -webkit-transition: all 0.9s ease-out;
  836. -moz-transition: all 0.9s ease-out;
  837. }
  838.  
  839. #swerve{
  840. position: fixed;
  841. background-color: #fff;
  842. padding: 6px;
  843. padding-left: 0px;
  844. width: 100%;
  845. margin-left: 0px;
  846. margin-top: 0px;
  847. color: {color:header text};
  848. font-family: stan;
  849. font-size: 18px;
  850. line-height: 14px;
  851. letter-spacing: 2px;
  852. z-index: 130;
  853. opacity: 0;
  854. transition: all 0.9s ease-out;
  855. -o-transition-transition: all 0.9s ease-out;
  856. -webkit-transition: all 0.9s ease-out;
  857. -moz-transition: all 0.9s ease-out;
  858. text-shadow: 1px 1px 1px #ddd;
  859. }
  860.  
  861. #swerve:hover{
  862. opacity: 1;
  863. transition: all 0.9s ease-out;
  864. -o-transition-transition: all 0.9s ease-out;
  865. -webkit-transition: all 0.9s ease-out;
  866. -moz-transition: all 0.9s ease-out;
  867. }
  868.  
  869. #sidebarimage img {
  870. height:340px;
  871. opacity:1;
  872. width:240px;
  873. z-index: 99999;
  874. transition: all 0.6s ease-out;
  875. -o-transition-transition: all 0.6s ease-out;
  876. -webkit-transition: all 0.6s ease-out;
  877. -moz-transition: all 0.6s ease-out;
  878. }
  879.  
  880. #sidebarimage img:hover{
  881. z-index: 99999;
  882. transition: all 0.6s ease-out;
  883. -o-transition-transition: all 0.6s ease-out;
  884. -webkit-transition: all 0.6s ease-out;
  885. -moz-transition: all 0.6s ease-out;
  886. }
  887.  
  888. ask{
  889. font-family: 'Dingleberry';
  890. text-align: left;
  891. font-size:20px;
  892. margin-left:10px;
  893. line-height: 20px;
  894. text-shadow: 1.5px 1px #ddd;
  895. }
  896.  
  897. askk {
  898. font-family: 'dylan';
  899. text-align: center;
  900. font-size:25px;
  901. color: {color:name};
  902. bottom: 0px;
  903. right: 0px;
  904. }
  905.  
  906. .assask {
  907. display: block;
  908. border-top: 1px dashed #ddd;
  909. padding: 2px;
  910. margin: 2px 8px 0px 5px;
  911. text-transform: uppercase;
  912. font-family: ubuntu;
  913. font-size: 8px;
  914. color: #424242;
  915. line-height: 15px;
  916. text-align: center;
  917. text-decoration: none;
  918. -webkit-transition: color 0.5s ease-out;
  919. -moz-transition: color 0.5s ease-out;
  920. }
  921.  
  922. .askborder {
  923. float: left;
  924. margin: 1px 4px 0 0;
  925. padding: 2px;
  926. background: #eee;
  927. }
  928.  
  929. .sideback1{
  930. position:fixed;
  931. margin-left:300px;
  932. background-size:1000% 100%;
  933. background-image:url({image:sideback1});
  934. margin-top: 28px;
  935. height: 900px;
  936. z-index: 99;
  937. opacity: 1;
  938. width: 40px;
  939. border-bottom:1px solid #fff;
  940. border-left: 1px solid #fff;
  941. border-right: 1px solid #fff;
  942. background-position:left;
  943. }
  944.  
  945.  
  946. .sideback2{
  947. position:fixed;
  948. margin-left:1160px;
  949. top: 0px;
  950. background-size:1000% 100%;
  951. background-image:url({image:sideback2});
  952. margin-top: 0px;
  953. height: 600px;
  954. opacity: 1;
  955. width: 30px;
  956. z-index: 99;
  957. background-position:right;
  958. border: 1px solid #fff;
  959. border-bottom-left-radius: 20px;
  960. border-bottom-right-radius: 20px;
  961. }
  962.  
  963. .sideback3{
  964. position:fixed;
  965. margin-left:1200px;
  966. bottom: 0px;
  967. background-size:1000% 100%;
  968. background-image:url({image:sideback3});
  969. z-index: 99;
  970. margin-top: 28px;
  971. height: 400px;
  972. opacity: 1;
  973. width: 35px;
  974. border: 1px solid #fff;
  975. background-position:center;
  976. border-top-left-radius: 20px;
  977. border-top-right-radius: 20px;
  978. }
  979.  
  980. .lace{
  981. background: url('http://static.tumblr.com/onnk3od/DF1moey55/merpderp.png') repeat;
  982. width:100%;
  983. height:17px;
  984. top:20px;
  985. position:fixed;
  986. z-index:120;
  987. }
  988.  
  989. div#content {
  990. width:800px;
  991. margin-left:360px;
  992. margin-top:45px;
  993. float:left;
  994. padding-top: 5px;
  995. padding: 5px;
  996. }
  997.  
  998. .entry {
  999. margin:5px;
  1000. opacity: 1;
  1001. float:left;
  1002. height:auto;
  1003. padding-top: 2.5px;
  1004. padding-left: 2.5px;
  1005. padding-right: 3.5px;
  1006. padding-bottom: 2.5px;
  1007. background: #fff;
  1008. border-radius:5px;
  1009. float:left;
  1010. overflow:hidden;
  1011. width:240px;
  1012. transition: all 0.9s ease-out;
  1013. -o-transition-transition: all 0.9s ease-out;
  1014. -webkit-transition: all 0.9s ease-out;
  1015. -moz-transition: all 0.9s ease-out;
  1016. {block:PermalinkPage}
  1017. width:625px;
  1018. margin-left:60px;
  1019. text-align:center;
  1020. {/block:PermalinkPage}
  1021. }
  1022.  
  1023. .entry:hover{
  1024. box-shadow: 0px 0px 40px #fff;
  1025. transition: all 0.9s ease-out;
  1026. -o-transition-transition: all 0.9s ease-out;
  1027. -webkit-transition: all 0.9s ease-out;
  1028. -moz-transition: all 0.9s ease-out;
  1029. }
  1030.  
  1031. .entry .perma a{
  1032. color:#aaa;
  1033. }
  1034.  
  1035. .entry .perma{
  1036. width: 100%;
  1037. height:22px;
  1038. margin-top: 120px;
  1039. margin-left: 0px;
  1040. position: absolute;
  1041. font-family: fineliner;
  1042. text-decoration: bold;
  1043. text-transform: uppercase;
  1044. font-size:19px;
  1045. color: #000;
  1046. border: 2px solid {color:sidebar border};
  1047. letter-spacing: 0px;
  1048. line-height: 24px;
  1049. border-right: none;
  1050. border-left: none;
  1051. text-align: center;
  1052. overflow: visible;
  1053. opacity: 0;
  1054. background-color: #fff;
  1055. -webkit-transition: all .5s ease;
  1056. -moz-transition: all .5s ease;
  1057. -o-transition: all .5s ease;
  1058. transition: all .5s ease;
  1059. }
  1060.  
  1061. .entry:hover .perma{
  1062. overflow:visible;
  1063. opacity: 1;
  1064. margin-top: 60px;
  1065. -webkit-transition: all .5s ease;
  1066. -moz-transition: all .5s ease;
  1067. -o-transition: all .5s ease;
  1068. transition: all .5s ease;
  1069. }
  1070.  
  1071. .entry .perma2{
  1072. width: 100%;
  1073. height:22px;
  1074. margin-top: 10px;
  1075. margin-left: 0px;
  1076. position: absolute;
  1077. font-family: fineliner;
  1078. text-decoration: bold;
  1079. text-transform: uppercase;
  1080. font-size:19px;
  1081. color: #000;
  1082. border: 2px solid {color:sidebar border};
  1083. letter-spacing: 0px;
  1084. line-height: 24px;
  1085. border-right: none;
  1086. border-left: none;
  1087. text-align: center;
  1088. overflow: visible;
  1089. opacity: 0;
  1090. background-color: #fff;
  1091. -webkit-transition: all .5s ease;
  1092. -moz-transition: all .5s ease;
  1093. -o-transition: all .5s ease;
  1094. transition: all .5s ease;
  1095. }
  1096.  
  1097. .entry:hover .perma2{
  1098. overflow:visible;
  1099. opacity: 1;
  1100. margin-top: 100px;
  1101. -webkit-transition: all .5s ease;
  1102. -moz-transition: all .5s ease;
  1103. -o-transition: all .5s ease;
  1104. transition: all .5s ease;
  1105. }
  1106.  
  1107. .entry .permatext{
  1108. position:absolute;
  1109. margin-top:6px;
  1110. width:250px;
  1111. height:10px;
  1112. padding-top:0px;
  1113. padding-bottom:4px;
  1114. background-color:none;
  1115. overflow:hidden;
  1116. font-size:10px;
  1117. line-height:13px;
  1118. text-transform: uppercase;
  1119. font: #000;
  1120. font-family:calibri;
  1121. text-align:left;
  1122. opacity:0.0;
  1123. -webkit-transition: all 0.4s linear;
  1124. -moz-transition: all 0.4s linear;
  1125. transition: all 0.4s linear;
  1126. }
  1127.  
  1128. .entry:hover .permatext{
  1129. margin-top:6px;
  1130. overflow:visible;
  1131. opacity:0.9;
  1132. -webkit-transition: all 0.4s linear;
  1133. -moz-transition: all 0.4s linear;
  1134. transition: all 0.4s linear;
  1135. }
  1136.  
  1137. .permalinktext {
  1138. display: block;
  1139. padding: 0px;
  1140. margin: 4px 10px 0px 8px;
  1141. text-transform: uppercase;
  1142. font-family: dingleberry;
  1143. letter-spacing: 1px;
  1144. font-size: 10px;
  1145. color: {color:text};
  1146. font-size: 10px;
  1147. line-height: 18px;
  1148. text-align: right;
  1149. text-decoration: none;
  1150. -webkit-transition: color 0.5s ease-out;
  1151. -moz-transition: color 0.5s ease-out;
  1152. border-top: 1px double #ddd;
  1153. }
  1154.  
  1155. #infscr-loading{
  1156. opacity:0.0;
  1157. }
  1158. .title{
  1159. display: block;
  1160. font-family: call me;
  1161. font-size:30px;
  1162. line-height:30px;
  1163. color:{color:title};
  1164. }
  1165.  
  1166. a img{border: 0px;}
  1167.  
  1168. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  1169.  
  1170. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  1171. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  1172.  
  1173. .notes img{width:10px; position:relative; top:3px;}
  1174.  
  1175. .permalink {
  1176. display: block;
  1177. border-top: 1px solid #ddd;
  1178. padding: 2px;
  1179. margin: 4px 8px 0px 8px;
  1180. text-transform: uppercase;
  1181. font-family: ubuntu;
  1182. font-size: 10px;
  1183. color: #424242;
  1184. line-height: 10px;
  1185. text-align: center;
  1186. text-decoration: none;
  1187. -webkit-transition: color 0.5s ease-out;
  1188. -moz-transition: color 0.5s ease-out;
  1189. }
  1190.  
  1191.  
  1192. blockquote{
  1193. padding:0px 0px 2px 5px;
  1194. margin:0px 0px 2px 4px;
  1195. border-left: 1px dotted #555555;
  1196. }
  1197.  
  1198. a img{border: 0px;}
  1199.  
  1200.  
  1201. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  1202.  
  1203. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  1204. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  1205.  
  1206. .notes img{width:10px; position:relative; top:3px;}
  1207. <--ses-->
  1208. small{font-size: 90%;}
  1209.  
  1210. ::-webkit-scrollbar {width: 4px; height: 4px; background: #eeeeee;}
  1211.  
  1212. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar}; border-bottom: 1px solid #aaaaaa; border-top: 1px solid #aaaaaa; border-left: 1px solid
  1213. #aaaaaa; border-radius:10px; }
  1214.  
  1215.  
  1216.  
  1217. {CustomCSS}
  1218. </style>
  1219.  
  1220. <a href="http://www.mean-qirls.tumblr.com"><img src="http://i50.tinypic.com/3325qp0.png" style="position:fixed; right:3px; opacity:.6; top:4px;z-index:99999; -webkit-filter: invert(100%)"></a>
  1221.  
  1222. <iframe id="tumblr_controls" width="191" height="26" frameborder="0" scrolling="no" style="position: fixed; z-index: 2147483647; top: 0px; right: 0px; border: 0px; background-color: transparent; overflow: hidden;" src="http://assets.tumblr.com/assets/html/iframe.html?src=http%3A%2F%2Framblinq-wbu.tumblr.com%2F&amp;lang=en_US&amp;name=mean-qirls&amp;brag=false&amp;avatar=http%3A%2F%2F25.media.tumblr.com%2Favatar_3a557929cc5e_64.png&amp;title=Giving+in%E2%98%AF&amp;url=http%3A%2F%2mean-qirls.tumblr.com%2F&amp;_v=dcf1c0a578dbfd6678efa6e9b3e760bc"></iframe>
  1223.  
  1224. <title>{title}</title>
  1225.  
  1226. <link rel="shortcut icon" href="http://www.iconj.com/gif_icon.php?pid=3ab3kpc3pt"/>
  1227. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  1228. <meta name="viewport" content="width=820" />
  1229.  
  1230. </head>
  1231. <body onkeydown="return false">
  1232.  
  1233.  
  1234.  
  1235. <div id="content">
  1236. {block:Posts}
  1237. <div class="entry">
  1238.  
  1239. {block:Answer}
  1240. <div style="margin: 7px 2px 1px 7px; min-height:40px; border: 2px solid {color:sidebar border}; padding: 3px; background-color: #fff; border-radius:5px; ">
  1241.  
  1242. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-left:-10px; margin-top:-10px; border: 2px solid {color:sidebar border}; border-radius: 3px;"/>
  1243. <ask>{Asker}</ask>: {Question}</div> <br>
  1244. <div style="padding: -1px 5px -1px 5px; background: transparent;"><center>{Answer}</center></div> <div style="text-align: right;"><askk>~{text:put your name here}</askk></div>
  1245. {/block:Answer}
  1246.  
  1247. {block:Text}
  1248. {block:Title}<span class="title">{Title}</span>{/block:Title}
  1249. <span class="entrytext">{Body}</span>
  1250. <div class="permalinktext">
  1251. <a href="{permalink}">{notecount}</a>/<a href="{ReblogURL}" target="_blank"> reblog </a>
  1252. </div>
  1253. {/block:Text}
  1254.  
  1255. {block:Link}
  1256. <center><a href="{URL}"><span class="title">{Name}</span></a></center>
  1257. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  1258. {block:IndexPage}<div class="permalinktext">
  1259. <a href="{permalink}">{notecount} <font color=black>+</font></a><a href="{ReblogURL}" target="_blank"> reblog </a>
  1260. </div>
  1261. {/block:IndexPage}
  1262. {block:Link}
  1263.  
  1264. {block:Photo}
  1265. {block:IndexPage}
  1266. <div class="perma">
  1267. <a href="{permalink}">{NoteCount}</a></div>
  1268. <div class="perma2">
  1269. <img src="http://i562.photobucket.com/albums/ss70/mango-star/Pixels/arrow.gif"><a href="{ReblogURL}" target="_blank">Reblog</a></span></div>
  1270. {/block:IndexPage}
  1271. {block:IndexPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width=240px; height=170px /></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=625px/>{LinkCloseTag}{/block:PermalinkPage}
  1272. {/block:Photo}
  1273.  
  1274. {block:Photoset}
  1275. <center>
  1276. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  1277. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  1278. </center>
  1279.  
  1280. {block:IndexPage}
  1281. <div class="permalink">
  1282. <a href="{Permalink}">{NoteCount}</a> &middot; <a href="{ReblogURL}">reblog</a></span></div>
  1283. {/block:IndexPage}
  1284. {/block:Photoset}
  1285.  
  1286. {block:Quote}
  1287. <div style="margin-left:3px;">
  1288. {Quote}</span>
  1289. {block:Source}<strong>{Source}</strong>{/block:Source}
  1290. </div>
  1291.  
  1292. {block:IndexPage}<div class="permalinktext">
  1293. <a href="{permalink}">{notecount} <font color="black">+</font></a><a href="{ReblogURL}" target="_blank"> reblog </a>
  1294. </div>
  1295. {/block:IndexPage}
  1296. {/block:Quote}
  1297.  
  1298. {block:Chat}
  1299. <div style="margin-left:3px;">
  1300. {block:Title}<span class="title">{Title}</span>{/block:Title}
  1301. <ul class="chat">
  1302. {block:Lines}
  1303. <li class="user_{UserNumber}">
  1304. {block:Label}
  1305. <span class="label">{Label}</span>
  1306. {/block:Label}
  1307. {Line}
  1308. </li>
  1309. {/block:Lines}
  1310. </ul>
  1311. </div>
  1312.  
  1313. {block:IndexPage}<div class="permalinktext">
  1314. <a href="{permalink}">{notecount} <font color=black>+</font></a><a href="{ReblogURL}" target="_blank"> reblog </a>
  1315. </div>
  1316. {/block:IndexPage}
  1317. {/block:Chat}
  1318.  
  1319. {block:Audio}
  1320.  
  1321. <div class="albumartt">{block:AlbumArt} <img src="{AlbumArtURL}" width="60"> {/block:AlbumArt}</div><div class="audioplayerr"><div class="audioplayerr1">{AudioPlayer}</div></div> <div class="infooo"> {block:Artist} <b><background>The Artist of This Song is:</background></b><br> {Artist} {/block:Artist}<br><br>{block:TrackName} <b><background>The Name of the Song is:</background></b><br> "{TrackName}" {/block:TrackName}</br><br> {block:PlayCount}<b><background>This track has been played:</background></b><br> {PlayCount} times{/block:PlayCount} </div><div class="sel"><a id="notes{PostID}" href="{Permalink}"></a><a href="{reblogurl}" target="_blank"></a></div>
  1322.  
  1323. <div class="permalinktext">
  1324. <a href="{permalink}">{notecount} <font color=black>+</font></a><a href="{ReblogURL}" target="_blank"> reblog </a>
  1325. </div>
  1326.  
  1327. {block:IndexPage}
  1328.  
  1329. {/block:IndexPage}
  1330.  
  1331. {/block:Audio}
  1332.  
  1333. {block:Video}
  1334. {block:IndexPage}
  1335. <center>
  1336. {Video-270}</center>
  1337. {/block:IndexPage}
  1338. {block:PermalinkPage}
  1339. <center>
  1340. {Video-500}</center>
  1341. {/block:PermalinkPage}
  1342.  
  1343. {block:IndexPage}<div class="permalinktext">
  1344. <a href="{permalink}">{notecount} <font color="{color:link}">+</font></a><a href="{ReblogURL}" target="_blank"> reblog </a>
  1345. </div>
  1346. {/block:IndexPage}
  1347. {block:Video}
  1348.  
  1349. {block:PermalinkPage}
  1350. <center>{block:Caption}{Caption}<div style="height:1px;background-color:black;opacity:0.1;width:100%;margin-top:5px;margin-bottom:5px;"></div>{/block:Caption}
  1351. {block:NoteCount}{NoteCount}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  1352. {/block:PermalinkPage}
  1353.  
  1354.  
  1355. {block:PostNotes}
  1356. </center></center>
  1357. <div align="left">{PostNotes}</div>
  1358. {/block:PostNotes}
  1359. </div>
  1360.  
  1361. {/block:Posts}
  1362.  
  1363.  
  1364. {block:IndexPage}
  1365. {block:Pagination}
  1366. <div id="pagination">
  1367. {block:NextPage}
  1368. <a id="nextPage" href="{NextPage}"></a>
  1369. {/block:NextPage}
  1370. {block:PreviousPage}
  1371. <a href="{PreviousPage}"></a>
  1372. {/block:PreviousPage}
  1373. </div>
  1374. {/block:Pagination}
  1375. {/block:IndexPage}
  1376. </div>
  1377.  
  1378. <div id="credit"><a href="http://theme-duo.tumblr.com/"><font color=black>©</font></a></div>
  1379.  
  1380. <div id="header"><center>{text:header 1}</center></div>
  1381. <div id="swerve"><center>{text:header 2}</center></div>
  1382.  
  1383. <div id="sidebarimage"></div>
  1384. <div id="sidebarimage1"></div>
  1385. <div class="sideback1"></div>
  1386. <div class="sideback2"></div>
  1387. <div class="sideback3"></div>
  1388. <div class="lace"></div>
  1389.  
  1390. <div id="sidebar">
  1391. <div id="desc">
  1392. {description}
  1393. </div>
  1394. <div id="cursive">{text:line 1 words}</div>
  1395. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}" width=auto; height=auto;></a></div>
  1396. <div class="link"><a href="{text:link one}" title="{text:link one title}"><center>{text:link one symbol}</center></a></div>
  1397.  
  1398. <div class="link2"><a href="{text:link two}" title="{text:link two title}"><center>{text:link two symbol}</center></a></div>
  1399.  
  1400. <div class="link3"><a href="{text:link three}" title="{text:link three title}"><center>{text:link three symbol}</center></a></div>
  1401.  
  1402. <div class="link4"><a href="{text:link four}" title="{text:link four title}"><center>{text:link four symbol}</center></a></div>
  1403.  
  1404. <div class="link5"><a href="{text:link five}" title="{text:link five title}"><center>{text:link five symbol}</center></a></div>
  1405.  
  1406. <div class="link6"><a href="http://mean-qirls.tumblr.com/" title="Theme Credit"><center>.06</center></a></div>
  1407.  
  1408. <div id="stats"><center>{text:stats code}</center></div>
  1409.  
  1410. <script>
  1411. var COMSCORE = true;
  1412. window.setTimeout(function() {
  1413. var analytics_frame = document.getElementById('ga_target');
  1414. analytics_frame.contentWindow.postMessage('enable_comscore;' + window.location, analytics_frame.src.split('/analytics.html')[0]);
  1415. }, 1000);
  1416. </script>
  1417.  
  1418.  
  1419.  
  1420. <script type="text/javascript">
  1421. var _qevents = _qevents || [];
  1422.  
  1423. (function() {
  1424. var elem = document.createElement('script');
  1425.  
  1426. elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";
  1427. elem.async = true;
  1428. elem.type = "text/javascript";
  1429. var scpt = document.getElementsByTagName('script')[0];
  1430. scpt.parentNode.insertBefore(elem, scpt);
  1431. })();
  1432. </script>
  1433. <script type="text/javascript">
  1434. _qevents.push( { qacct: 'p-19UtqE8ngoZbM' } );
  1435. </script>
  1436. <noscript>
  1437. <div style="display: none;"><img src="//pixel.quantserve.com/pixel/'p-19UtqE8ngoZbM'.gif" height="24" width="1" alt="Quantcast"/></div>
  1438. </noscript>
  1439. </body>
  1440.  
  1441. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement