Advertisement
Guest User

Untitled

a guest
Sep 28th, 2013
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.61 KB | None | 0 0
  1. <!--
  2. ROB THEME 9
  3. ╭━╮╭━╮╱╱╱╱╱╱╱╱╱╱╱╭━━━╮╱╱╭╮
  4. ┃┃╰╯┃┃╱╱╱╱╱╱╱╱╱╱╱┃╭━╮┃╱╱┃┃
  5. ┃╭╮╭╮┣━━┳━━┳━╮╱╱╱┃┃╱┃┣┳━┫┃╭━━╮
  6. ┃┃┃┃┃┃┃━┫╭╮┃╭╮┳━━┫┃╱┃┣┫╭┫┃┃━━┫
  7. ┃┃┃┃┃┃┃━┫╭╮┃┃┃┣━━┫╰━╯┃┃┃┃╰╋━━┃
  8. ╰╯╰╯╰┻━━┻╯╰┻╯╰╯╱╱╰━━╮┣┻╯╰━┻━━╯
  9. ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╰╯
  10. www.mean-qirls.tumblr.com
  11. Keep credit!!
  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.  
  89. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  90.  
  91. <style>
  92. div#qTip {
  93. padding: 5px;
  94. border-radius: 20px;
  95. height: 20px;
  96. display: none;
  97. color: #fff;
  98. margin-left: 15px;
  99. font-size: 23px;
  100. font-family: gentle;
  101. text-align: center;
  102. position: absolute;
  103. line-height: 20px;
  104. z-index: 100000000000000000;
  105. opacity: 1;
  106. letter-spacing:2px;
  107. border: 4px solid #fff;
  108. border-top:3px double #fff;
  109. border-bottom:3px double #fff;
  110. background: url({image:sideback});
  111. box-shadow: 4px 5px 15px #000;
  112. text-shadow: 2px 2px 3px #000;
  113. }
  114. </style>
  115.  
  116. <script type="text/javascript">
  117. $(document).ready(function(){
  118. $(".hide").hide();
  119. $(".show").click(function(){
  120. $(this).next(".hide").slideToggle('fast');
  121. }); });
  122. </script>
  123.  
  124. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  125. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  126. <script>
  127. (function($){
  128. $(document).ready(function(){
  129. $("a[title]").style_my_tooltips({
  130. tip_follows_cursor:true,
  131. tip_delay_time:90,
  132. tip_fade_speed:600,
  133. attribute:"title"
  134. });
  135. });
  136. })(jQuery);
  137. </script>
  138.  
  139. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  140. <html xmlns="http://www.w3.org/1999/xhtml">
  141. <head>
  142. <script>
  143. $(document).ready(function() {
  144. //
  145. $('a.poplight[href^=#]').click(function() {
  146. var popID = $(this).attr('rel'); //Get Popup Name
  147. var popURL = $(this).attr('href'); //Get Popup href to define size
  148. var query= popURL.split('?');
  149. var dim= query[1].split('&');
  150. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  151. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://cerrawater.com/water-library/wp-content/uploads/2012/01/x1.png" width=20px height=20px class="btn_close" title="Close" alt="Close" /></a>');
  152. var popMargTop = ($('#' + popID).height() + 80) / 2;
  153. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  154. //Apply Margin to Popup
  155. $('#' + popID).css({
  156. 'margin-top' : -popMargTop,
  157. 'margin-left' : -popMargLeft
  158. });
  159. $('body').append('<div id="fade"></div>');
  160. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  161. return false;
  162. });
  163. $('a.close, #fade').live('click', function() {
  164. $('#fade , .popup_block').fadeOut(function() {
  165. $('#fade, a.close').remove(); //fade them both out
  166. });
  167. return false;
  168. });
  169. });
  170. </script>
  171. <script type="text/javascript"
  172. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  173.  
  174. {block:IndexPage}
  175. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  176. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  177. <script type="text/javascript">
  178. $(window).load(function () {
  179. var $content = $('#content');
  180. $content.masonry({itemSelector: '.entry'}),
  181. $content.infinitescroll({
  182. navSelector : 'div#pagination',
  183. nextSelector : 'div#pagination a#nextPage',
  184. itemSelector : '.entry',
  185. loading: {
  186. finishedMsg: '',
  187. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  188. },
  189. bufferPx : 600,
  190. debug : false,
  191. },
  192. // call masonry as a callback.
  193. function( newElements ) {
  194. var $newElems = $( newElements );
  195. $newElems.hide();
  196. // ensure that images load before adding to masonry layout
  197. $newElems.imagesLoaded(function(){
  198. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  199. {/block:IndexPage}
  200.  
  201. <link href='http://fonts.googleapis.com/css?family=Amatic+SC|Coming+Soon' rel='stylesheet' type='text/css'>
  202. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  203. <link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css'>
  204. <link href='http://fonts.googleapis.com/css?family=Euphoria+Script' rel='stylesheet' type='text/css'>
  205.  
  206. <meta name="color:background" content="#ddd"/>
  207. <meta name="color:Text" content="#ddd"/>
  208. <meta name="color:Link" content="#ddd"/>
  209. <meta name="color:Title" content="#ddd"/>
  210. <meta name="color:sidebar border" content="#bdbdbd"/>
  211. <meta name="color:sidebar border1" content="#ddd"/>
  212.  
  213. <meta name="image:Sidebar" content=""/>
  214. <meta name="image:background" content=""/>
  215. <meta name="image:sideback" content=""/>
  216. <meta name="image:nav bg" content=""/>
  217.  
  218. <meta name="text:link one title" content="Link 1 title" />
  219. <meta name="text:link one" content="Link 1" />
  220. <meta name="text:link two title" content="Link 2 title" />
  221. <meta name="text:link two" content="Link 2" />
  222. <meta name="text:link three title" content="Link 3 Title" />
  223. <meta name="text:link three" content="Link 3" />
  224. <meta name="text:link four title" content="Link 4 Title" />
  225. <meta name="text:link four" content="Link 4" />
  226. <meta name="text:link five title" content="Theme Credit" />
  227. <meta name="text:link five" content="http://mean-qirls.tk/" />
  228. <meta name="text:cloud popup hover title" content="This is a cloud" />
  229. <meta name="text:blog title" content="Title" />
  230. <meta name="text:stats" content="Stats" />
  231. <meta name="text:name" content="Your Name" />
  232.  
  233. <style type="text/css">
  234. #fade { /*--Transparent background layer--*/
  235. opacity: 0.6;
  236. display: none; /*--hidden by default--*/
  237. position: fixed; left: 0; top: 0;
  238. width: 100%; height: 100%;
  239. }
  240.  
  241. .popup_block{
  242. display: none; /*--hidden by default--*/
  243. background: #fcfbf8;
  244. padding:10px;
  245. border:4px solid {color:sidebar border};
  246. border-right: 15px solid {color:sidebar border};
  247. border-left: 15px solid {color:sidebar border};
  248. float: left;
  249. font-size: 10;
  250. line-height:13px;
  251. position: fixed;
  252. top: 50%; left: 50%;
  253. z-index: 9999999999999;
  254. /*--CSS3 Box Shadows--*/
  255. -webkit-box-shadow: 0px 0px 20px #000;
  256. -moz-box-shadow: 0px 0px 20px #000;
  257. /*--CSS3 Rounded Corners--*/
  258. -webkit-border-radius: 5px;
  259. -moz-border-radius: 5px;
  260. border-radius: 12px;
  261. }
  262. img.btn_close {
  263. float: right;
  264. margin-bottom: 15px;
  265. margin-right: 5px;
  266. margin-top: 5px;
  267. }
  268. /*--Making IE6 Understand Fixed Positioning--*/
  269. *html #fade {
  270. position: absolute;
  271. }
  272. *html .popup_block {
  273. position: absolute;
  274. }
  275.  
  276. /*FONTS ALL GO HERE (There's a lot omfg)*/
  277. @font-face { font-family: "learningcurve"; src: url('http://static.tumblr.com/rmj06l2/paAlm4ymo/learningcurve.ttf'); }
  278.  
  279. @font-face { font-family:"Hast"; src: url('http://slutpark-resources.webs.com/Hasteristico.ttf');}
  280.  
  281. @font-face {font-family: "bree"; src: url('http://static.tumblr.com/w1f0ilq/4m9lyy51c/tall_film.ttf');}
  282.  
  283. @font-face { font-family: "gentle"; src: url('http://static.tumblr.com/bflqsdf/n3emly1ne/a_gentle_touch.ttf'); }
  284.  
  285. @font-face{font-family: "Japan"; src:url('http://static.tumblr.com/9wzbixa/KKbm0c410/japan.ttf');}
  286.  
  287. @font-face { font-family: "fruty"; src: url('http://static.tumblr.com/dcylwch/HvDmhxbob/cuttyfruty.ttf'); }
  288.  
  289. @font-face {font-family: "Skinny"; src:url('http://static.tumblr.com/9wzbixa/giym2g6nj/_skinny__jeans_solid.ttf');}
  290.  
  291. @font-face {font-family: "birthday"; src: url('http://static.tumblr.com/pwgdr2n/iWym3ikhg/birthday.ttf'); }
  292.  
  293. @font-face { font-family: "always and forever"; src: url('http://static.tumblr.com/7glhdxz/WEGmgeus4/always_forever.ttf'); }
  294.  
  295. @font-face { font-family: "chalk"; src: url('http://static.tumblr.com/jpsgxtp/TKOmsrvfe/chalk-hand-lettering-shaded_demo.ttf'); }
  296.  
  297. @font-face { font-family: "reed"; src: url('http://static.tumblr.com/jpsgxtp/4xSmsrvim/reed_of_love.ttf'); }
  298.  
  299. @font-face { font-family: "clementine"; src: url('http://static.tumblr.com/jpsgxtp/pcumsrvlv/clementine_sketch.ttf'); }
  300.  
  301. @font-face { font-family: "zni"; src: url('http://static.tumblr.com/jpsgxtp/93Bmsrwcy/znikomit.otf'); }
  302.  
  303. @font-face { font-family: "candy"; src: url('http://static.tumblr.com/jpsgxtp/3Nzmstn8d/kghardcandystriped.otf'); }
  304.  
  305. /*Shouldn't touch*/
  306. 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-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  307.  
  308. 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;}
  309.  
  310. ::-webkit-scrollbar {width: 7px; height: 6px; background:transparent;}
  311.  
  312. ::-webkit-scrollbar-thumb {background-image:url({image:sideback}); border-bottom: 1px solid #aaaaaa; border-top: 1px solid #aaaaaa; border-left: 1px solid #aaaaaa; border-radius:10px; }
  313.  
  314.  
  315. <style type="text/css">
  316.  
  317. body {margin:0px; background-color: {color:Background}; background-image:url({image:Background}); background-attachment: fixed; background-repeat: repeat;}
  318.  
  319. body, div, p, textarea, submit, input{ font-family:'ubuntu'; font-size:12px; line-height:13px; letter-spacing:.9px; color:{color:Text};}
  320.  
  321. p { margin:0px; margin-top:0px;}
  322.  
  323. a:link, a:active, a:visited{
  324. color: {color:link};
  325. text-decoration: none;
  326. -webkit-transition: color 0.5s ease-in;
  327. -moz-transition: color 0.5s ease-in;
  328. }
  329.  
  330. body, p {
  331. font-size:22px;
  332. letter-spacing:.9px;
  333. font-family: hast;
  334. line-height:20px;
  335. padding: 0px;
  336. margin: 0px;
  337. color:{color:text};
  338. }
  339.  
  340. body {
  341. background-color:{color:background};
  342. background-image:url({image:Background});
  343. background-attachment: fixed;
  344. background-repeat: repeat;
  345. }
  346.  
  347. a {
  348. text-decoration:none;
  349. color:{color:text};
  350. text-shadow:1px 2px 3px {color:sidebar border1};
  351. -webkit-transition: all 0.4s linear;
  352. -moz-transition: all 0.4s linear;
  353. transition: all 0.4s linear;
  354. }
  355.  
  356.  
  357. /*Post postitioning and what not*/
  358. div#center{
  359. margin: auto;
  360. width: 1200px;
  361. overflow:hidden;
  362. }
  363.  
  364. div#content {
  365. width:740px;
  366. margin-left:515px;
  367. margin-top:5px;
  368. float:left;
  369. -webkit-animation:fadeInDownBig 2.3s;
  370. -moz-animation:fadeInDownBig 2.3s;
  371. -ms-animation:fadeInDownBig 2.3s;
  372. }
  373.  
  374. /*stuff on the sidebar*/
  375. #sidebar{
  376. position:fixed !important;
  377. width: 320px;
  378. height: 420px;
  379. overflow: hidden;
  380. border: 6px double {color:sidebar border1};
  381. opacity: 1;
  382. background-color: #fff;
  383. margin-left: 90px;
  384. margin-top: 90px;
  385. transition: all 0.9s ease-out;
  386. -o-transition-transition: all 0.9s ease-out;
  387. -webkit-transition: all 0.9s ease-out;
  388. -moz-transition: all 0.9s ease-out;
  389. }
  390.  
  391. #sidebar:hover{
  392. background-image: url({image:nav bg});
  393. transition: all 0.6s ease-out;
  394. -o-transition-transition: all 0.6s ease-out;
  395. -webkit-transition: all 0.6s ease-out;
  396. -moz-transition: all 0.6s ease-out;
  397. }
  398.  
  399. #desc{
  400. position:fixed !important;
  401. width:290px;
  402. height:auto;
  403. padding-top:4px;
  404. padding-bottom:4px;
  405. margin-top:100px;
  406. margin-left:9px;
  407. text-align:center;
  408. z-index:9999;
  409. font-family:bree;
  410. color:{color:text};
  411. border:4px double {color:sidebar border};
  412. border-top:none;
  413. border-bottom:none;
  414. background:white;
  415. font-size: 32px;
  416. line-height: 26px;
  417. opacity: 0;
  418. transition: all 0.6s ease-out;
  419. -o-transition-transition: all 0.6s ease-out;
  420. -webkit-transition: all 0.6s ease-out;
  421. -moz-transition: all 0.6s ease-out;
  422. text-shadow: 1px 0px 4px {color:sidebar border};
  423. border-radius:10px;
  424. }
  425.  
  426. #sidebar:hover #desc {
  427. opacity:1;
  428. margin-top:100px;
  429. margin-left:9px;
  430. transition: all 0.6s ease-out;
  431. -o-transition-transition: all 0.6s ease-out;
  432. -webkit-transition: all 0.6s ease-out;
  433. -moz-transition: all 0.6s ease-out;
  434. }
  435.  
  436. #sidebar #updates{
  437. position:fixed !important;
  438. width:40px;
  439. padding-top:6px;
  440. height:20px;
  441. margin-top: -214px;
  442. margin-left:267px;
  443. text-align:center;
  444. z-index:99999;
  445. background:transparent;
  446. opacity:0;
  447. transition: all 0.5s ease-out;
  448. -o-transition-transition: all 0.5s ease-out;
  449. -webkit-transition: all 0.5s ease-out;
  450. -moz-transition: all 0.5s ease-out;
  451. }
  452. #sidebar:hover #updates{
  453. opacity:1;
  454. transition: all 0.5s ease-out;
  455. -o-transition-transition: all 0.5s ease-out;
  456. -webkit-transition: all 0.5s ease-out;
  457. -moz-transition: all 0.5s ease-out;
  458. }
  459.  
  460. #sidebar #credits{
  461. position:fixed !important;
  462. width:40px;
  463. padding-top:6px;
  464. height:20px;
  465. margin-top: -214px;
  466. margin-left:7px;
  467. z-index:99999;
  468. background:transparent;
  469. opacity:0;
  470. transition: all 0.5s ease-out;
  471. -o-transition-transition: all 0.5s ease-out;
  472. -webkit-transition: all 0.5s ease-out;
  473. -moz-transition: all 0.5s ease-out;
  474. }
  475. #sidebar:hover #credits{
  476. opacity:1;
  477. transition: all 0.5s ease-out;
  478. -o-transition-transition: all 0.5s ease-out;
  479. -webkit-transition: all 0.5s ease-out;
  480. -moz-transition: all 0.5s ease-out;
  481. }
  482.  
  483. #sidebar #nav-title{
  484. position:absolute;
  485. opacity: 0;
  486. letter-spacing: 0px;
  487. left: 104px;
  488. top:360px;
  489. font-size: 83px;
  490. width: 300px;
  491. height:30px;
  492. font-family: "candy";
  493. text-shadow: 2px 3px 3px #fff;
  494. color: {color:title};
  495. background: transparent;
  496. text-align: center;
  497. position: fixed !important;
  498. z-index:99999999999;
  499. transition: all 0.6s ease-out;
  500. -o-transition-transition: all 0.6s ease-out;
  501. -webkit-transition: all 0.6s ease-out;
  502. -moz-transition: all 0.6s ease-out;
  503. text-shadow:-1px 0 #fafafa, 0 1px #fafafa, 1px 0 #fafafa, 0 -1px #fafafa;
  504. }
  505.  
  506. #sidebar:hover #nav-title{
  507. opacity:0.7;
  508. opacity:1;
  509. transition: all 0.5s ease-out;
  510. -o-transition-transition: all 0.5s ease-out;
  511. -webkit-transition: all 0.5s ease-out;
  512. -moz-transition: all 0.5s ease-out;
  513. }
  514.  
  515. #blog-title{
  516. position:absolute;
  517. opacity: 1;
  518. letter-spacing: 0px;
  519. left: 106px;
  520. top:460px;
  521. font-size: 80px;
  522. width: 300px;
  523. height:30px;
  524. font-family: "chalk";
  525. text-shadow: 2px 3px 3px #fff;
  526. color: {color:title};
  527. background: transparent;
  528. text-align: center;
  529. position: fixed !important;
  530. z-index:999999;
  531. transition: all 0.6s ease-out;
  532. -o-transition-transition: all 0.6s ease-out;
  533. -webkit-transition: all 0.6s ease-out;
  534. -moz-transition: all 0.6s ease-out;
  535. }
  536.  
  537. #sidebar:hover #blog-title{
  538. opacity:0.7;
  539. top:135px;
  540. transition: all 0.6s ease-out;
  541. -o-transition-transition: all 0.6s ease-out;
  542. -webkit-transition: all 0.6s ease-out;
  543. -moz-transition: all 0.6s ease-out;
  544. }
  545.  
  546. #stats a{
  547. color:{color:sidebar border};
  548. text-shadow:-1px 0 {color:sidebar border1}, 0 1px {color:sidebar border1}, 1px 0 {color:sidebar border1}, 0 -1px {color:sidebar border1};
  549. }
  550.  
  551. #stats{
  552. position:fixed !important;
  553. width:200px;
  554. height:auto;
  555. padding-top:4px;
  556. padding-bottom:4px;
  557. z-index:9999999999999999;
  558. margin-top:200px;
  559. margin-left:49px;
  560. text-align:center;
  561. font-family:bree;
  562. color:{color:sidebar border1};
  563. border:4px double {color:sidebar border};
  564. border-bottom:none;
  565. border-top:none;
  566. background:white;
  567. font-size: 32px;
  568. line-height: 22px;
  569. border-radius:10px;
  570. opacity: 0;
  571. transition: all 0.6s ease-out;
  572. -o-transition-transition: all 0.6s ease-out;
  573. -webkit-transition: all 0.6s ease-out;
  574. -moz-transition: all 0.6s ease-out;
  575. text-shadow: 0px 0px 4px {color:sidebar border};
  576. }
  577.  
  578. #sidebar:hover #stats{
  579. opacity:1;
  580. transition: all 0.6s ease-out;
  581. -o-transition-transition: all 0.6s ease-out;
  582. -webkit-transition: all 0.6s ease-out;
  583. -moz-transition: all 0.6s ease-out;
  584. }
  585.  
  586. /*Swaggie Links*/
  587. #sidebar .link{
  588. position:fixed;
  589. z-index:999999999999999;
  590. margin-top: -122px;
  591. margin-left:8px;
  592. width:55px;
  593. height:95px;
  594. padding-right:3px;
  595. padding-bottom:20px;
  596. background-color: {color:sidebar border1};
  597. border:1px solid #fff;
  598. font-family: dylan;
  599. font-size:35px;
  600. font-weight: bold;
  601. line-height:60px;
  602. text-align:center;
  603. transition: all 0.6s ease-out;
  604. -o-transition-transition: all 0.6s ease-out;
  605. -webkit-transition: all 0.6s ease-out;
  606. -moz-transition: all 0.6s ease-out;
  607. opacity:0;
  608. }
  609.  
  610. #sidebar .link:hover{
  611. background-image: url({image:sideback});
  612. transition: all 0.6s ease-out;
  613. -o-transition-transition: all 0.6s ease-out;
  614. -webkit-transition: all 0.6s ease-out;
  615. -moz-transition: all 0.6s ease-out;
  616. }
  617.  
  618. #sidebar:hover .link{
  619. opacity:1;
  620. }
  621.  
  622. #sidebar .link2{
  623. position:fixed;
  624. z-index:999999999999999;
  625. margin-top: -122px;
  626. margin-left:68px;
  627. width:55px;
  628. height:95px;
  629. padding-right:3px;
  630. padding-bottom:20px;
  631. background-color: {color:sidebar border1};
  632. border:1px solid #fff;
  633. font-family: dylan;
  634. font-size:35px;
  635. font-weight: bold;
  636. line-height:10px;
  637. text-align:center;
  638. transition: all 0.6s ease-out;
  639. -o-transition-transition: all 0.6s ease-out;
  640. -webkit-transition: all 0.6s ease-out;
  641. -moz-transition: all 0.6s ease-out;
  642. opacity:0;
  643. -webkit-filter: brightness(95%);
  644. }
  645.  
  646. #sidebar .link2:hover{
  647. background-image: url({image:sideback});
  648. transition: all 0.6s ease-out;
  649. -o-transition-transition: all 0.6s ease-out;
  650. -webkit-transition: all 0.6s ease-out;
  651. -moz-transition: all 0.6s ease-out;
  652. }
  653.  
  654. #sidebar:hover .link2{
  655. opacity:1;
  656. transition: all 0.6s ease-out;
  657. -o-transition-transition: all 0.6s ease-out;
  658. -webkit-transition: all 0.6s ease-out;
  659. -moz-transition: all 0.6s ease-out;
  660. }
  661.  
  662. #sidebar .link3{
  663. position:fixed;
  664. z-index:999999999999999;
  665. margin-top: -122px;
  666. margin-left:128px;
  667. width:55px;
  668. height:95px;
  669. padding-right:3px;
  670. padding-bottom:20px;
  671. background-color: {color:sidebar border1};
  672. border:1px solid #fff;
  673. font-family: dylan;
  674. font-size:35px;
  675. font-weight: bold;
  676. line-height:10px;
  677. text-align:center;
  678. transition: all 0.6s ease-out;
  679. -o-transition-transition: all 0.6s ease-out;
  680. -webkit-transition: all 0.6s ease-out;
  681. -moz-transition: all 0.6s ease-out;
  682. opacity:0;
  683. -webkit-filter: brightness(90%);
  684. }
  685.  
  686. #sidebar .link3:hover{
  687. background-image: url({image:sideback});
  688. transition: all 0.6s ease-out;
  689. -o-transition-transition: all 0.6s ease-out;
  690. -webkit-transition: all 0.6s ease-out;
  691. -moz-transition: all 0.6s ease-out;
  692. }
  693.  
  694. #sidebar:hover .link3{
  695. opacity:1;
  696. transition: all 0.8s ease-out;
  697. -o-transition-transition: all 0.8s ease-out;
  698. -webkit-transition: all 0.8s ease-out;
  699. -moz-transition: all 0.8s ease-out;
  700. }
  701.  
  702. #sidebar .link4{
  703. position:fixed;
  704. z-index:999999999999999;
  705. margin-top: -122px;
  706. margin-left:188px;
  707. width:55px;
  708. height:95px;
  709. padding-right:3px;
  710. padding-bottom:20px;
  711. background-color: {color:sidebar border1};
  712. border:1px solid #fff;
  713. font-family: dylan;
  714. font-size:35px;
  715. font-weight: bold;
  716. line-height:10px;
  717. text-align:center;
  718. transition: all 0.6s ease-out;
  719. -o-transition-transition: all 0.6s ease-out;
  720. -webkit-transition: all 0.6s ease-out;
  721. -moz-transition: all 0.6s ease-out;
  722. opacity:0;
  723. -webkit-filter: brightness(85%);
  724. }
  725.  
  726. #sidebar .link4:hover{
  727. background-image: url({image:sideback});
  728. transition: all 0.6s ease-out;
  729. -o-transition-transition: all 0.6s ease-out;
  730. -webkit-transition: all 0.6s ease-out;
  731. -moz-transition: all 0.6s ease-out;
  732. }
  733.  
  734. #sidebar:hover .link4{
  735. opacity:1;
  736. transition: all 1s ease-out;
  737. -o-transition-transition: all 1s ease-out;
  738. -webkit-transition: all 1s ease-out;
  739. -moz-transition: all 1s ease-out;
  740. }
  741.  
  742. #sidebar .link5{
  743. position:fixed;
  744. z-index:999999999999999;
  745. margin-top: -122px;
  746. margin-left:248px;
  747. width:55px;
  748. height:95px;
  749. padding-right:3px;
  750. padding-bottom:20px;
  751. background-color: {color:sidebar border1};
  752. border:1px solid #fff;
  753. font-family: dylan;
  754. font-size:35px;
  755. font-weight: bold;
  756. line-height:10px;
  757. text-align:center;
  758. transition: all 0.6s ease-out;
  759. -o-transition-transition: all 0.6s ease-out;
  760. -webkit-transition: all 0.6s ease-out;
  761. -moz-transition: all 0.6s ease-out;
  762. opacity:0;
  763. -webkit-filter: brightness(75%);
  764. }
  765.  
  766. #sidebar .link5:hover{
  767. background-image: url({image:sideback});
  768. transition: all 0.6s ease-out;
  769. -o-transition-transition: all 0.6s ease-out;
  770. -webkit-transition: all 0.6s ease-out;
  771. -moz-transition: all 0.6s ease-out;
  772. }
  773.  
  774. #sidebar:hover .link5{
  775. opacity:1;
  776. transition: all 1.2s ease-out;
  777. -o-transition-transition: all 1.2s ease-out;
  778. -webkit-transition: all 1.2s ease-out;
  779. -moz-transition: all 1.2s ease-out;
  780. }
  781.  
  782. #link-backing{
  783. position:fixed;
  784. height:115px;
  785. margin-top:-125px;
  786. margin-left:8px;
  787. opacity:0;
  788. width: 300px;
  789. overflow:hidden;
  790. background-color: {color:sidebar border};
  791. border: 4px double #fff;
  792. border-right: none;
  793. border-left: none;
  794. z-index: 999999999;
  795. transition: all 0.9s ease-out;
  796. -o-transition-transition: all 0.9s ease-out;
  797. -webkit-transition: all 0.9s ease-out;
  798. -moz-transition: all 0.9s ease-out;
  799. }
  800.  
  801. #sidebar:hover #link-backing{
  802. opacity:1;
  803. transition: all 0.9s ease-out;
  804. -o-transition-transition: all 0.9s ease-out;
  805. -webkit-transition: all 0.9s ease-out;
  806. -moz-transition: all 0.9s ease-out;
  807. }
  808.  
  809. #credit{
  810. position:fixed;
  811. z-index:999999999999999;
  812. bottom:0px;
  813. right:5px;
  814. width:15px;
  815. height:10px;
  816. background-color:white;
  817. color: #626285;
  818. font-family: calibri;
  819. font-size:15px;
  820. line-height:0px;
  821. text-align:center;
  822. transition: all 0.6s ease-out;
  823. -o-transition-transition: all 0.6s ease-out;
  824. -webkit-transition: all 0.6s ease-out;
  825. -moz-transition: all 0.6s ease-out;
  826. opacity:1;
  827. }
  828.  
  829. /*Sidebar Pic Postiioning and stuff*/
  830. #sidebarimage img {
  831. height:400px;
  832. margin-top:6px;
  833. margin-left:6px;
  834. opacity:0.9;
  835. width: 300px;
  836. border-radius: 7px;
  837. border: 3px solid {color:sidebar border};
  838. z-index: 99999;
  839. transition: all 0.9s ease-out;
  840. -o-transition-transition: all 0.9s ease-out;
  841. -webkit-transition: all 0.9s ease-out;
  842. -moz-transition: all 0.9s ease-out;
  843. }
  844.  
  845. #sidebar:hover #sidebarimage img{
  846. opacity:0;
  847. background-image:none;
  848. transition: all 0.9s ease-out;
  849. -o-transition-transition: all 0.9s ease-out;
  850. -webkit-transition: all 0.9s ease-out;
  851. -moz-transition: all 0.9s ease-out;
  852. }
  853.  
  854. /*For audio blocks*/
  855. #audioplayer {
  856. width:30px;
  857. height:26px;
  858. overflow:hidden;
  859. position:absolute;
  860. margin-top:40px;
  861. left:40px;
  862. opacity: 0.8;
  863. border: 1px solid #d4d4d4;
  864. }
  865.  
  866. #album {
  867. width: 100px;
  868. height: 100px;
  869. border-radius:50px;
  870. }
  871.  
  872.  
  873. /*The question and answer format*/
  874. ask{
  875. font-family: 'candy';
  876. text-align: left;
  877. font-size:30px;
  878. margin-left:10px;
  879. line-height: 20px;
  880. }
  881.  
  882. askkk{
  883. font-family: 'hast';
  884. text-align: left;
  885. font-size:19px;
  886. margin-left:1px;
  887. line-height: 22px;
  888. letter-spacing:1px;
  889. }
  890.  
  891. askk {
  892. font-family: 'candy';
  893. text-align: center;
  894. font-size:35px;
  895. color: {color:sidebar border1};
  896. text-shadow: 1px 2px 5px {color:sidebar border};
  897. bottom: 0px;
  898. left: 0px;
  899. }
  900.  
  901. .askborder {
  902. float: left;
  903. margin: 1px 4px 0 0;
  904. padding: 2px;
  905. background: #eee;
  906. }
  907.  
  908. /*Sidebacks and post lines*/
  909. .line-left {
  910. height:1000px;
  911. width:5px;
  912. border:4px double #fff;
  913. border-top:none;
  914. border-bottom:none;
  915. left:500px;
  916. top:0px;
  917. background-image: url({image:sideback});
  918. position:fixed;
  919. background-size:1000% 200%;
  920. }
  921.  
  922. .line-right {
  923. height:1000px;
  924. width:5px;
  925. border:4px double #fff;
  926. border-top:none;
  927. border-bottom:none;
  928. left:1224px;
  929. top:0px;
  930. background-image: url({image:sideback});
  931. position:fixed;
  932. background-size:1000% 200%;
  933. }
  934.  
  935. .sideback{
  936. position:fixed;
  937. margin-left:78px;
  938. background-size:1000% 100%;
  939. background-image:url({image:sideback});
  940. margin-top: 75px;
  941. height: 460px;
  942. opacity: 1;
  943. width: 30px;
  944. box-shadow: -5px 0px 50px 1px #000;
  945. border:3px double #fff;
  946. border-right:none;
  947. background-position:left;
  948. }
  949.  
  950. .sideback1{
  951. position:fixed;
  952. margin-left:401px;
  953. background-size:1000% 100%;
  954. background-image:url({image:sideback});
  955. margin-top: 75px;
  956. height: 460px;
  957. opacity: 1;
  958. width: 30px;
  959. box-shadow: 5px 0px 50px 1px #000;
  960. border:3px double #fff;
  961. border-left:none;
  962. background-position:right;
  963. }
  964.  
  965. /*more stuff about about posts woo*/
  966. .entry {
  967. margin:4px;
  968. opacity: 0.8;
  969. float:left;
  970. height:auto;
  971. padding-top: 5.5px;
  972. padding-left: 5.5px;
  973. padding-right: 7.5px;
  974. padding-bottom: 5.5px;
  975. background: #fff;
  976. border: 1px solid #cccccc;
  977. overflow:hidden;
  978. width:330px;
  979. transition: all 0.9s ease-out;
  980. -o-transition-transition: all 0.9s ease-out;
  981. -webkit-transition: all 0.9s ease-out;
  982. -moz-transition: all 0.9s ease-out;
  983. {block:PermalinkPage}
  984. width:655px;
  985. margin-left:20px;
  986. text-align:center;
  987. {/block:PermalinkPage}
  988. }
  989.  
  990. .entry:hover{
  991. opacity: 1;
  992. transition: all 0.9s ease-out;
  993. -o-transition-transition: all 0.9s ease-out;
  994. -webkit-transition: all 0.9s ease-out;
  995. -moz-transition: all 0.9s ease-out;
  996. }
  997.  
  998. .entry .perma a{
  999. text-shadow: 0px 0px 4px {color:sidebar border1};
  1000. color:#fff;
  1001. font-family:hast;
  1002. }
  1003.  
  1004. .entry .perma{
  1005. width: auto;
  1006. height: auto;
  1007. margin-top: 360px;
  1008. margin-left: 20px;
  1009. padding:4px;
  1010. position: absolute;
  1011. font-family: hast;
  1012. text-decoration: bold;
  1013. text-transform: uppercase;
  1014. font-size:20px;
  1015. color: {color:sidebar border1};
  1016. text-shadow: 0px 0px 4px {color:sidebar border1};
  1017. border-left: 9px ridge {color:sidebar border};
  1018. border-right: 9px groove {color:sidebar border};
  1019. letter-spacing: 1px;
  1020. line-height: 20px;
  1021. text-align: center;
  1022. overflow: visible;
  1023. opacity: 0;
  1024. background-image: url({image:sideback});
  1025. -webkit-transition: all .5s ease;
  1026. -moz-transition: all .5s ease;
  1027. -o-transition: all .5s ease;
  1028. transition: all .5s ease;
  1029. }
  1030.  
  1031. .entry:hover .perma{
  1032. overflow:visible;
  1033. opacity: 0.9;
  1034. bottom:30px;
  1035. -webkit-transition: all .5s ease;
  1036. -moz-transition: all .5s ease;
  1037. -o-transition: all .5s ease;
  1038. transition: all .5s ease;
  1039. }
  1040.  
  1041. .permalinktext a{
  1042. color:#fff;
  1043. }
  1044. .permalinktext {
  1045. display: block;
  1046. margin: 4px 10px 0px 8px;
  1047. text-transform: uppercase;
  1048. font-family: zni;
  1049. padding-top:7px;
  1050. padding-bottom:8px;
  1051. letter-spacing: 1px;
  1052. font-size: 22px;
  1053. background-image: url({image:sideback});
  1054. line-height: 15px;
  1055. text-align: center;
  1056. -webkit-transition: color 0.5s ease-out;
  1057. -moz-transition: color 0.5s ease-out;
  1058. border-left: 8px double #fff;
  1059. border-right: 8px double #fff;
  1060. text-shadow: 1px 1px 9px #fff;
  1061. border-radius: 30px;
  1062. color:white;
  1063. }
  1064.  
  1065. .title{
  1066. display: block;
  1067. font-family: candy;
  1068. font-size:35px;
  1069. line-height:30px;
  1070. color:{color:title};
  1071. }
  1072.  
  1073. /*Don't touch!*/
  1074. #infscr-loading{
  1075. opacity:0.0;
  1076. }
  1077.  
  1078. a img{border: 0px;}
  1079.  
  1080. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  1081.  
  1082. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  1083. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  1084.  
  1085. .notes img{width:10px; position:relative; top:3px;}
  1086.  
  1087.  
  1088. blockquote{
  1089. padding:0px 0px 2px 5px;
  1090. margin:0px 0px 2px 4px;
  1091. border-left: 1px solid {color:sidebar border};
  1092. }
  1093.  
  1094. a img{border: 0px;}
  1095.  
  1096.  
  1097. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  1098.  
  1099. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  1100. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  1101.  
  1102. .notes img{width:10px; position:relative; top:3px;}
  1103. <--ses-->
  1104. small{font-size: 90%;}
  1105.  
  1106. /*KEYFRAMES aka effects*/
  1107. @-webkit-keyframes fadeInDownBig {
  1108. 0% {
  1109. opacity: 0;
  1110. -webkit-transform: translateY(-2000px);
  1111. }
  1112.  
  1113. 100% {
  1114. opacity: 1;
  1115. -webkit-transform: translateY(0);
  1116. }
  1117. }
  1118.  
  1119. @-moz-keyframes fadeInDownBig {
  1120. 0% {
  1121. opacity: 0;
  1122. -moz-transform: translateY(-2000px);
  1123. }
  1124.  
  1125. 100% {
  1126. opacity: 1;
  1127. -moz-transform: translateY(0);
  1128. }
  1129. }
  1130.  
  1131. @-ms-keyframes fadeInDownBig {
  1132. 0% {
  1133. opacity: 0;
  1134. -ms-transform: translateY(-2000px);
  1135. }
  1136.  
  1137. 100% {
  1138. opacity: 1;
  1139. -ms-transform: translateY(0);
  1140. }
  1141. }
  1142.  
  1143. @-o-keyframes fadeInDownBig {
  1144. 0% {
  1145. opacity: 0;
  1146. -o-transform: translateY(-2000px);
  1147. }
  1148.  
  1149. 100% {
  1150. opacity: 1;
  1151. -o-transform: translateY(0);
  1152. }
  1153. }
  1154.  
  1155. @keyframes fadeInDownBig {
  1156. 0% {
  1157. opacity: 0;
  1158. transform: translateY(-2000px);
  1159. }
  1160.  
  1161. 100% {
  1162. opacity: 1;
  1163. transform: translateY(0);
  1164. }
  1165. }
  1166.  
  1167. @mixin fadeInDownBig($duration, $delay, $function, $fill, $visibility) {
  1168. -webkit-animation-name: fadeInDownBig;
  1169. -moz-animation-name: fadeInDownBig;
  1170. -ms-animation-name: fadeInDownBig;
  1171. -o-animation-name: fadeInDownBig;
  1172. animation-name: fadeInDownBig;
  1173. @include duration($duration);
  1174. @include delay($delay);
  1175. @include function($function);
  1176. @include fill-mode($fill);
  1177. @include visibility($visibility);
  1178. }
  1179.  
  1180.  
  1181. {CustomCSS}
  1182. </style>
  1183.  
  1184. <title>{title}</title>
  1185.  
  1186. <link rel="shortcut icon" href="{favicon}"/>
  1187. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  1188. <meta name="viewport" content="width=820" />
  1189. <a href="http://www.mean-qirls.tk"><img src="http://i50.tinypic.com/3325qp0.png" style="position:fixed; top:25px; right:3px; opacity:.6; z-index:9999999999999999999999999;"></a>
  1190.  
  1191. </head>
  1192. <body onkeydown="return false">
  1193.  
  1194. <div id="content">
  1195. {block:Posts}
  1196. <div class="entry">
  1197.  
  1198. {block:Answer}
  1199. <div style="margin: 27px 32px 1px 30px; min-height:40px; border: 2px solid #cccccc; padding: 3px; background-color: #e3e3e3; border-radius:5px; ">
  1200.  
  1201. <img src="{AskerPortraitURL-48}" width="45" align="left" style="margin-left:-20px; margin-top:-20px; border-radius: 40px;"/>
  1202. <ask>{Asker}</ask>:<askkk> {Question}</askkk></div> <br>
  1203.  
  1204. <div style="margin: 17px 32px 1px 30px; min-height:40px; border: 2px solid #cccccc; padding: 3px; background-color: #e3e3e3; border-radius:5px; ">
  1205. <img src="{PostAuthorPortraitURL-48}" width="45" align="right" style="margin-right:-20px; margin-top:-20px; border-radius: 40px;"/>
  1206. {Answer}</div><p><br><div style="text-align: left;"><askk>Love {text:name}</askk></div>
  1207. <div class="permalinktext">
  1208. <center><a href="{permalink}">{notecount}</a></center>
  1209. </div>
  1210. {/block:Answer}
  1211.  
  1212. {block:Text}
  1213. {block:Title}<span class="title">{Title}</span>{/block:Title}
  1214. <span class="entrytext">{Body}</span>
  1215. <div class="permalinktext">
  1216. <center><a href="{permalink}">{notecount}</a> // <a href="{ReblogURL}" target="_blank"> reblog </a>
  1217. </center></div>
  1218. {/block:Text}
  1219.  
  1220. {block:Link}
  1221. <center><a href="{URL}"><span class="title">{Name}</span></a></center>
  1222. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  1223. {block:IndexPage}<div class="permalinktext">
  1224. <a href="{permalink}">{notecount} // </a><a href="{ReblogURL}" target="_blank"> reblog </a>
  1225. </div>
  1226. {/block:IndexPage}
  1227. {/block:Link}
  1228.  
  1229. {block:Photo}
  1230. {block:IndexPage}
  1231. <div class="perma">
  1232. <a href="{permalink}">${NoteCount}</a><br>
  1233. <a href="{ReblogURL}" target="_blank">Purchase</a></span>
  1234. </div>
  1235. {/block:IndexPage}
  1236. {block:IndexPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width=330px; height=auto; /></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=655px/>{LinkCloseTag}{/block:PermalinkPage}
  1237. {/block:Photo}
  1238.  
  1239. {block:Photoset}
  1240. <center>
  1241. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  1242. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  1243. </center>
  1244. {block:IndexPage}
  1245. <div class="permalinktext">
  1246. <center><a href="{permalink}">{notecount}</a> // <a href="{ReblogURL}" target="_blank"> reblog </a></center>
  1247. </div>
  1248. {/block:IndexPage}
  1249. {/block:Photoset}
  1250.  
  1251. {block:Quote}
  1252. <div style="margin-left:3px;">
  1253. {Quote}</span>
  1254. {block:Source}<strong>{Source}</strong>{/block:Source}
  1255. </div>
  1256. {block:IndexPage}<div class="permalinktext">
  1257. <a href="{permalink}">{notecount} // </a><a href="{ReblogURL}" target="_blank"> reblog </a>
  1258. </div>
  1259. {/block:IndexPage}
  1260. {/block:Quote}
  1261.  
  1262. {block:Chat}
  1263. <div style="margin-left:3px;">
  1264. {block:Title}<span class="title">{Title}</span>{/block:Title}
  1265. <ul class="chat">
  1266. {block:Lines}
  1267. <li class="user_{UserNumber}">
  1268. {block:Label}
  1269. <span class="label">{Label}</span>
  1270. {/block:Label}
  1271. {Line}
  1272. </li>
  1273. {/block:Lines}
  1274. </ul>
  1275. </div>
  1276. {block:IndexPage}<div class="permalinktext">
  1277. <a href="{permalink}">{notecount}</a> // <a href="{ReblogURL}" target="_blank"> reblog </a>
  1278. </div>
  1279. {/block:IndexPage}
  1280. {/block:Chat}
  1281.  
  1282. {block:Audio}
  1283. <div id="audioplayer">{AudioPlayerWhite} </div>
  1284. {block:AlbumArt}<div id="album"><img src="{AlbumArtURL}" width="100"></div>{/block:AlbumArt}
  1285. <div style= "font-family:hast; font-size:20px; padding-top:4px;">
  1286. {block:TrackName}
  1287. {TrackName}
  1288. {/block:TrackName}
  1289. by
  1290. {block:Artist}
  1291. {Artist}
  1292. {/block:Artist}
  1293. </div>
  1294. {block:IndexPage}
  1295. <div class="permalinktext">
  1296. <center><a href="{permalink}">{notecount}</a> // <a href="{ReblogURL}" target="_blank"> reblog </a></center>
  1297. </div>
  1298. {/block:IndexPage}
  1299. {/block:Audio}
  1300.  
  1301. {block:Video}
  1302. {block:IndexPage}
  1303. <a href="{permalink}"> VIEW VIDEO </a>
  1304. <center>
  1305. {Video-270}</center>
  1306. {/block:IndexPage}
  1307. {block:PermalinkPage}
  1308. <center>
  1309. {Video-500}</center>
  1310. {/block:PermalinkPage}
  1311. {block:IndexPage}<div class="permalinktext">
  1312. <a href="{permalink}">{notecount} <font color="{color:link}">+</font></a><a href="{ReblogURL}" target="_blank"> reblog </a>
  1313. </div>
  1314. {/block:IndexPage}
  1315.  
  1316. {block:Video}
  1317. {block:PermalinkPage}
  1318. <center>{block:Caption}{Caption}{/block:Caption}
  1319. {block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  1320. {/block:PermalinkPage}
  1321.  
  1322.  
  1323. {block:PostNotes}
  1324. </center></center>
  1325. <div align="left">{PostNotes}</div>
  1326. {/block:PostNotes}
  1327. </div>
  1328. {/block:Posts}
  1329.  
  1330. {block:IndexPage}
  1331. {block:Pagination}
  1332. <div id="pagination">
  1333. {block:NextPage}
  1334. <a id="nextPage" href="{NextPage}"></a>
  1335. {/block:NextPage}
  1336. {block:PreviousPage}
  1337. <a href="{PreviousPage}"></a>
  1338. {/block:PreviousPage}
  1339. </div>
  1340. {/block:Pagination}
  1341. {/block:IndexPage}
  1342. </div>
  1343.  
  1344. <div class="sideback"></div>
  1345. <div class="sideback1"></div>
  1346. <div class="line-left"></div>
  1347. <div class="line-right"></div>
  1348. <div id="credit"><a href="http://mean-qirls.tumblr.com/"><font color=black>©</font></a></div>
  1349.  
  1350. <div id="sidebar">
  1351. <div id="desc">
  1352. {description}
  1353. </div>
  1354. <div id="stats">{text:stats}</div>
  1355. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}" style=width=auto; height=auto;></a></div>
  1356. <div id="blog-title">{text:blog title}</div>
  1357.  
  1358. <div id="link-backing"></div>
  1359.  
  1360. <div class="link"><a href="{text:link one}" title="{text:link one title}"><center><img src="https://cdn1.iconfinder.com/data/icons/devine_icons/128/PNG/Folder%20and%20Places/Home.png" style="height: 45px; width: 45px; margin-top:30px; "></center></a></div>
  1361.  
  1362. <div class="link2"><a href="{text:link two}" title="{text:link two title}"><center><img src="https://cdn1.iconfinder.com/data/icons/devine_icons/128/PNG/Appliaction%20and%20Programs/Mail%20-2.png" style="height: 45px; width: 45px; margin-top:30px;;"></center></a></div>
  1363.  
  1364. <div class="link3"><a href="{text:link three}" title="{text:link three title}"><center><img src="https://cdn1.iconfinder.com/data/icons/devine_icons/128/PNG/Folder%20and%20Places/Folder-Links.png" style="height: 45px; width: 45px; margin-top:30px;"></center></a></div>
  1365.  
  1366. <div class="link4"><a href="{text:link four}" title="{text:link four title}"><center><img src="https://cdn1.iconfinder.com/data/icons/devine_icons/128/PNG/Folder%20and%20Places/Folder-Picture.png" style="height: 45px; width: 45px; margin-top:30px;"></center></a></div>
  1367.  
  1368. <div class="link5"><a href="{text:link five}" title="{text:link five title}"><center><img src="https://cdn1.iconfinder.com/data/icons/devine_icons/128/PNG/File%20Types/HTML.png" style="height: 45px; width: 45px; margin-top:35px;"></center></a></div>
  1369.  
  1370. <div id="nav-title"><center>Navigation;</center></a></div>
  1371.  
  1372. <div id="updates"><a href="#?w=500" rel="02" class="poplight" title="Updates"><center><img src="http://i.imgur.com/bOvAT2W.gif" style="height=10px; width=10px;"></center></div>
  1373.  
  1374. <div id="credits"><a href="#?w=500" rel="03" class="poplight" title="{text:cloud popup hover title}"><center><img src="http://i.imgur.com/90QeD2R.gif" style="height=10px; width=10px;"></center></div>
  1375. </div>
  1376.  
  1377. <div style="z-index:9;background-color:transparent;position:fixed;top:-2px; left:-5px;">
  1378. <a href="http://mean-qirls.tumblr.com/">.</a></div>
  1379.  
  1380. <script>
  1381. var COMSCORE = true;
  1382. window.setTimeout(function() {
  1383. var analytics_frame = document.getElementById('ga_target');
  1384. analytics_frame.contentWindow.postMessage('enable_comscore;' + window.location, analytics_frame.src.split('/analytics.html')[0]);
  1385. }, 1000);
  1386. </script>
  1387.  
  1388.  
  1389.  
  1390. <script type="text/javascript">
  1391. var _qevents = _qevents || [];
  1392.  
  1393. (function() {
  1394. var elem = document.createElement('script');
  1395.  
  1396. elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";
  1397. elem.async = true;
  1398. elem.type = "text/javascript";
  1399. var scpt = document.getElementsByTagName('script')[0];
  1400. scpt.parentNode.insertBefore(elem, scpt);
  1401. })();
  1402. </script>
  1403. <script type="text/javascript">
  1404. _qevents.push( { qacct: 'p-19UtqE8ngoZbM' } );
  1405. </script>
  1406. <noscript>
  1407. <div style="display: none;"><img src="//pixel.quantserve.com/pixel/'p-19UtqE8ngoZbM'.gif" height="24" width="1" alt="Quantcast"/></div>
  1408. </noscript>
  1409. </div></div></div>
  1410. </body>
  1411.  
  1412. <div id="02" class="popup_block">
  1413. <p><strong>&nbsp;</strong></p>
  1414. <center><div style="font-family: fruty; font-size: 37px; margin-top:5px; color:{color:sidebar border}">Updates<br></center><br>
  1415.  
  1416. <div style="line-height: 15px; font-family: skinny; font-size:17px;"><br>
  1417. ❆ Text<br>
  1418. ❆ another line <br>
  1419. ❆ Scroll to bottom of html to edit.
  1420.  
  1421. </div></div></div>
  1422.  
  1423. <div id="03" class="popup_block">
  1424. <p><strong>&nbsp;</strong></p>
  1425. <center><div style="font-family: fruty; font-size: 37px; margin-top:5px; color:{color:sidebar border}">Title<br></div></center><br>
  1426.  
  1427. <div style="line-height: 15px; font-family: skinny; font-size:17px;"><br>
  1428. ❆ Text<br>
  1429. ❆ another line <br>
  1430. ❆ Scroll to bottom of html to edit.
  1431. </div>
  1432. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement