mkbye

thm 28 — mkbye:celina

Feb 14th, 2015
504
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.71 KB | None | 0 0
  1. <!--
  2. Theme 28 made by
  3. ╱╱╱╭╮╱╭╮
  4. ╱╱╱┃┃╱┃┃
  5. ╭╮╭┫┃╭┫╰━┳╮╱╭┳━━╮
  6. ┃╰╯┃╰╯┫╭╮┃┃╱┃┃┃━┫
  7. ┃┃┃┃╭╮┫╰╯┃╰━╯┃┃━┫
  8. ╰┻┻┻╯╰┻━━┻━╮╭┻━━╯
  9. ╱╱╱╱╱╱╱╱╱╭━╯┃
  10. ╱╱╱╱╱╱╱╱╱╰━━╯
  11. Please don't remove credit! If you do, please put it in your FAQ. Thank you :)
  12. http://mkbye.tumblr.com/
  13.  
  14. Theme created: 11.22.14
  15. Theme posted publicly: 02.15.15
  16. -->
  17. <html lang="en">
  18. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  19. <html xmlns="http://www.w3.org/1999/xhtml">
  20. <head>
  21. <script type="text/javascript">
  22. WebFontConfig = {
  23. google: { families: [ 'Roboto:100:latin', 'Dancing+Script::latin' ] }
  24. };
  25. (function() {
  26. var wf = document.createElement('script');
  27. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  28. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  29. wf.type = 'text/javascript';
  30. wf.async = 'true';
  31. var s = document.getElementsByTagName('script')[0];
  32. s.parentNode.insertBefore(wf, s);
  33. })(); </script>
  34. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  35. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  36. <script>
  37. (function($){
  38. $(document).ready(function(){
  39. $("a[title]").style_my_tooltips({
  40. tip_follows_cursor:true,
  41. tip_delay_time:90,
  42. tip_fade_speed:600,
  43. attribute:"title"
  44. });
  45. });
  46. })(jQuery);
  47. </script>
  48.  
  49.  
  50. <script type="text/javascript">
  51. <!--
  52.  
  53. // Disable Right Click Script
  54.  
  55. function IE(e)
  56. {
  57. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  58. {
  59. return false;
  60. }
  61. }
  62. function NS(e)
  63. {
  64. if (document.layers || (document.getElementById && !document.all))
  65. {
  66. if (e.which == "2" || e.which == "3")
  67. {
  68. return false;
  69. }
  70. }
  71. }
  72. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  73.  
  74. //-->
  75. </script>
  76.  
  77.  
  78.  
  79. <script type="text/javascript"
  80. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  81.  
  82. <!--DEFAULT VARIABLES-->
  83. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  84. <meta name="color:background" content="#fff"/>
  85. <meta name="color:link" content="#777"/>
  86. <meta name="color:text" content="#777"/>
  87. <meta name="color:title" content="#333"/>
  88. <meta name="color:hover" content="#fff"/>
  89. <meta name="image:background" content="1"/>
  90.  
  91. <meta name="image:sidebar" content="1"/>
  92. <meta name="image:header" content="1"/>
  93. <meta name="image:icon" content="1"/>
  94. <meta name="image:blogtitle box" content="1"/>
  95.  
  96. <meta name="color:b1" content="#fff"/>
  97. <meta name="color:b2" content="#fff"/>
  98. <meta name="color:b3" content="#fff"/>
  99. <meta name="color:blogtitle" content="#fff"/>
  100. <meta name="color:bg2" content="#fff"/>
  101.  
  102. <meta name="text:name" content="name"/>
  103. <meta name="text:blogtitle" content="blogtitle"/>
  104. <meta name="text:number of posts" content="100k"/>
  105. <meta name="text:online stats" content="9"/>
  106. <meta name="text:offline stats" content="94135"/>
  107. <meta name="text:link1" content="/"/>
  108. <meta name="text:link1msg" content="msg"/>
  109. <meta name="text:link2" content="/"/>
  110. <meta name="text:link2msg" content="msg"/>
  111. <meta name="text:link3" content="/"/>
  112. <meta name="text:link3msg" content="msg"/>
  113. <meta name="text:link4" content="/"/>
  114. <meta name="text:link4msg" content="msg"/>
  115. <meta name="text:link5" content="/"/>
  116. <meta name="text:link5msg" content="msg"/>
  117.  
  118. <style type="text/css">
  119. #s-m-t-tooltip {
  120. max-width:300px;
  121. padding:6px 6px 6px 6px;
  122. margin:20px 0px 0px 20px;
  123. background: #fff; /* change the background color */
  124. border:1px solid {color:blogtitle}; /* change the border color */
  125. letter-spacing:0px; /* change the letter spacing */
  126. color:{color:blogtitle}; /* change the text color */
  127. border-radius:5px;
  128. font-family:candara;
  129. -moz-box-shadow: 3px 3px {color:title};
  130. -webkit-box-shadow: 3px 3px {color:title};
  131. z-index:999999999999999999999999999999999999;
  132. }
  133.  
  134. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  135.  
  136. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  137.  
  138. 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;}
  139.  
  140. ::-webkit-scrollbar {width: 9px; height: 8px; background: {color:link}; }
  141. ::-webkit-scrollbar-thumb { background-color: {color:blogtitle}; -webkit-border-radius: 1ex; }
  142.  
  143. p {
  144. margin:0px;
  145. margin-top:0px;
  146. }
  147.  
  148. body {
  149. padding: 0px;
  150. margin: 0px;
  151. color:{color:text};
  152. font-family:celina3;
  153. line-height:12px;
  154. font-size:11px;
  155. background-color: {color:Background};
  156. background-image:url({image:Background});
  157. background-attachment: fixed;
  158. background-repeat: repeat;
  159. }
  160.  
  161.  
  162. a:link, a:active, a:visited{
  163. text-decoration: none;
  164. color:{color:link};
  165. text-shadow:10px 0px transparent, -10px 0px transparent;
  166. transition: all 0.9s ease;
  167. -o-transition-transition: all 0.7s ease;
  168. -webkit-transition: all 0.7s ease;
  169. -moz-transition: all 0.7s ease
  170. }
  171.  
  172. a:hover {
  173. text-decoration: none;
  174. font-style:;
  175. color: {color:Hover};
  176. transition: all 0.9s ease;
  177. -o-transition-transition: all 0.7s ease;
  178. -webkit-transition: all 0.7s ease;
  179. -moz-transition: all 0.7s ease;
  180. }
  181.  
  182. div#center{
  183. margin:auto;
  184. position:relative;
  185. width:1250px;
  186. background-color:;
  187. overflow:auto;
  188. overflow-y:hidden;
  189. }
  190. #triangle2{
  191. position:absolute;
  192. width: 0px;
  193. height: 0px;
  194. margin-left:58px;
  195. margin-top:-28px;
  196. border-top: 12px solid transparent;
  197. border-bottom: 12px solid transparent;
  198. border-right: 12px solid {color:b2};
  199. }
  200.  
  201. #asker{
  202. width:290px;
  203. font-size:10px;
  204. text-transform:uppercase;
  205. font-family:calibri;
  206. margin-top:-50px;
  207. margin-left:75px;
  208. }
  209.  
  210. #question{
  211. width:147px;
  212. background:#f8f8f8;
  213. border-bottom:1px solid #dddddd;
  214. border:1px solid {color:b2};
  215. margin-top:0px;
  216. margin-left:70px;
  217. text-align:center;
  218. border-radius:10px;
  219. {block:PermalinkPage}
  220. width:375px;
  221. {/block:PermalinkPage}
  222. }
  223.  
  224. #question2{
  225. font-size:11px;
  226. font-family:calibri;
  227. line-height:15px;
  228. width:143px;
  229. padding-top:7px;
  230. text-align:left;
  231. padding-left:5px;
  232. padding-bottom:7px;
  233. {block:PermalinkPage}
  234. width:370px;
  235. {/block:PermalinkPage}
  236. }
  237.  
  238. #answerer{
  239. width:305px;
  240. font-size:10px;
  241. text-transform:uppercase;
  242. font-family:calibri;
  243. margin-top:10px;
  244. margin-left:10px;
  245. }
  246.  
  247. #answer{
  248. width:217px;
  249. background:#F8F8F8 ;
  250. border-bottom:1px solid #dddddd;
  251. border:1px solid {color:b3};
  252. margin-top:0px;
  253. margin-left:0px;
  254. text-align:center;
  255. border-radius:10px;
  256. {block:PermalinkPage}
  257. width:450px;
  258. {/block:PermalinkPage}
  259. }
  260.  
  261. #answer2{
  262. font-size:11px;
  263. font-family:calibri;
  264. line-height:15px;
  265. width:207px;
  266. padding-top:7px;
  267. text-align:left;
  268. padding-left:5px;
  269. padding-bottom:7px;
  270. {block:PermalinkPage}
  271. width:435px;
  272. {/block:PermalinkPage}
  273. }
  274.  
  275. #albumart{
  276. width:100px;
  277. height:100px;
  278. }
  279.  
  280. #albumart img{
  281. border-radius:100px;
  282. width:70px;
  283. height:70px;
  284. border:3px solid {color:b3};
  285. }
  286.  
  287. .title2{
  288. line-height:30px;
  289. font-family:dancing script;
  290. font-size:17px;
  291. color:{color:Title};
  292. font-weight: normal;
  293. margin-top:-100px;
  294. margin-left:80px;
  295. text-align:center;
  296. }
  297.  
  298. .title3{
  299. font-weight: normal;
  300. margin-top:0px;
  301. margin-left:80px;
  302. text-align:center;
  303. }
  304.  
  305. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  306. .entry {
  307. float:left;
  308. display: block;
  309. margin:10px;
  310. overflow:hidden;
  311. width:220px;
  312. padding:15px;
  313. padding-bottom:13px;
  314. border:1px solid #dddddd;
  315. outline:1px solid #f4f4f4;
  316. outline-offset:-10px;
  317. {block:PermalinkPage}
  318. width:450px;
  319. text-align:left;
  320. line-height:10px;
  321. margin-left:30px;
  322. {/block:PermalinkPage}
  323. background:white;
  324. background-image:URL();
  325. opacity:1;
  326. -webkit-transition: all .7s ease;
  327. -moz-transition: all .7s ease;
  328. -o-transition: all .7s ease;
  329. transition: all .7s ease;
  330. }
  331.  
  332. .entry img.photo{
  333. width:215px;
  334. border:3px solid {color:link};
  335. border-radius:5px;
  336. opacity:0.8;
  337. {block:PermalinkPage}
  338. text-align:left;
  339. line-height:10px;
  340. max-width:100%;
  341. width:440px;
  342. {/block:PermalinkPage}
  343. -webkit-transition: all .7s ease;
  344. -moz-transition: all .7s ease;
  345. -o-transition: all .7s ease;
  346. transition: all .7s ease;
  347. }
  348.  
  349.  
  350.  
  351. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  352. .entry .perma{
  353. z-index:9999;
  354. width:160px;
  355. height:35px;
  356. margin-left:25px;
  357. position: absolute;
  358. line-height: 13px;
  359. padding:5px;
  360. overflow:hidden;
  361. text-align:center;
  362. margin-top:65px;
  363. background:white;
  364. word-spacing:2px;
  365. letter-spacing:1px;
  366. opacity:0;
  367. border-radius:10px;
  368. border-bottom-left-radius:0px;
  369. border-bottom-right-radius:0px;
  370. font-size:10px;
  371. color: {color:blogtitle} ;
  372. border:1px solid {color:blogtitle} ;
  373. border-bottom:1px dashed {color:title};
  374. -webkit-transition: all .7s ease;
  375. -moz-transition: all .7s ease;
  376. -o-transition: all .7s ease;
  377. transition: all .7s ease;
  378. -moz-transform: scale(1.5);
  379. -webkit-transform: scale(1.5);
  380. transform: scale(1.5);
  381. }
  382.  
  383. .entry:hover .perma{
  384. overflow:visible;
  385. opacity:1;
  386. -moz-transform: scale(1);
  387. -webkit-transform: scale(1);
  388. transform: scale(1);
  389. }
  390.  
  391. .entry .perma2{
  392. z-index:9999;
  393. width:160px;
  394. height:11px;
  395. margin-left:25px;
  396. position: absolute;
  397. line-height: 10px;
  398. padding:5px;
  399. overflow:hidden;
  400. text-align:center;
  401. margin-top:112px;
  402. background:white;
  403. word-spacing:2px;
  404. letter-spacing:1px;
  405. opacity:0;
  406. border-radius:10px;
  407. border-top-left-radius:0px;
  408. border-top-right-radius:0px;
  409. color: {color:blogtitle} ;
  410. border:1px solid {color:blogtitle} ;
  411. border-top:0px;
  412. -webkit-transition: all .7s ease;
  413. -moz-transition: all .7s ease;
  414. -o-transition: all .7s ease;
  415. transition: all .7s ease;
  416. -moz-transform: scale(.5);
  417. -webkit-transform: scale(.5);
  418. transform: scale(.5);
  419. }
  420.  
  421. .entry:hover .perma2{
  422. overflow:visible;
  423. opacity:1;
  424. -moz-transform: scale(1);
  425. -webkit-transform: scale(1);
  426. transform: scale(1);
  427. }
  428.  
  429. .entry .perma3{
  430. z-index:9999;
  431. position:absolute;
  432. width: 0px;
  433. height: 0px;
  434. margin-left:45px;
  435. margin-top:55px;
  436. border-bottom:10px solid {color:b2};
  437. border-left: 20px solid transparent;
  438. border-top: 0px solid transparent;
  439. border-right: 5px solid transparent;
  440. opacity:0;
  441. -webkit-transition: all .7s ease;
  442. -moz-transition: all .7s ease;
  443. -o-transition: all .7s ease;
  444. transition: all .7s ease;
  445. -moz-transform: scale(1.5);
  446. -webkit-transform: scale(1.5);
  447. transform: scale(1.5);
  448. }
  449.  
  450. .entry:hover .perma3{
  451. overflow:visible;
  452. opacity:1;
  453. -moz-transform: scale(1);
  454. -webkit-transform: scale(1);
  455. transform: scale(1);
  456. }
  457.  
  458. .entry .perma4{
  459. z-index:9999;
  460. position:absolute;
  461. width:30px;
  462. height:30px;
  463. margin-top:20px;
  464. margin-left:75px;
  465. border:1px solid white;
  466. background:{color:b3};
  467. border-radius:100px;
  468. opacity:0;
  469. -webkit-transition: all .7s ease;
  470. -moz-transition: all .7s ease;
  471. -o-transition: all .7s ease;
  472. transition: all .7s ease;
  473. -moz-transform: scale(0);
  474. -webkit-transform: scale(0);
  475. transform: scale(0);
  476. }
  477.  
  478. .entry:hover .perma4{
  479. overflow:visible;
  480. opacity:1;
  481. -moz-transform: scale(1);
  482. -webkit-transform: scale(1);
  483. transform: scale(1);
  484. }
  485.  
  486. .entry .perma5{
  487. z-index:9999;
  488. position:absolute;
  489. width:30px;
  490. height:30px;
  491. margin-top:20px;
  492. margin-left:115px;
  493. border:1px solid white;
  494. background:{color:title};
  495. border-radius:100px;
  496. opacity:0;
  497. -webkit-transition: all .7s ease;
  498. -moz-transition: all .7s ease;
  499. -o-transition: all .7s ease;
  500. transition: all .7s ease;
  501. -moz-transform: scale(1.5);
  502. -webkit-transform: scale(1.5);
  503. transform: scale(1.5);
  504. }
  505.  
  506. .entry:hover .perma5{
  507. overflow:visible;
  508. opacity:1;
  509. -moz-transform: scale(1);
  510. -webkit-transform: scale(1);
  511. transform: scale(1);
  512. }
  513.  
  514. .entry .perma6{
  515. z-index:9999;
  516. position:absolute;
  517. width:30px;
  518. height:30px;
  519. margin-top:20px;
  520. margin-left:155px;
  521. border:1px solid white;
  522. background:{color:b2};
  523. border-radius:100px;
  524. opacity:0;
  525. -webkit-transition: all .7s ease;
  526. -moz-transition: all .7s ease;
  527. -o-transition: all .7s ease;
  528. transition: all .7s ease;
  529. -moz-transform: scale(0);
  530. -webkit-transform: scale(0);
  531. transform: scale(0);
  532. }
  533.  
  534. .entry:hover .perma6{
  535. overflow:visible;
  536. opacity:1;
  537. -moz-transform: scale(1);
  538. -webkit-transform: scale(1);
  539. transform: scale(1);
  540. }
  541.  
  542. .perma6 img{
  543. width:20px;
  544. border:0px;
  545. margin-top:8px;
  546. margin-left:1px;
  547. }
  548.  
  549.  
  550. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  551. #posts {
  552. width:800px;
  553. margin-top:100px;
  554. z-index:99;
  555. margin-left:487px;
  556. right:auto;
  557. background:transparent;
  558. margin-right:auto;
  559. position:relative;
  560. overflow-y: hidden;
  561. }
  562.  
  563. #bx{
  564. position:absolute;
  565. margin-left:460px;
  566. margin-top:-30px;
  567. border-radius:5px;
  568. width:600px;
  569. height:10000px;
  570. background:{color:bg2};
  571. border:1px solid {color:b1};
  572. }
  573.  
  574. #notes{
  575. float: left;
  576. height:15px;
  577. padding:2px;
  578. padding-left:5px;
  579. padding-right:5px;
  580. background:{color:b2};
  581. border-radius:5px;
  582. text-align:center;
  583. margin-top:25px;
  584. line-height:15px;
  585. {block:PermalinkPage}
  586. width:440px;
  587. margin-top:10px;
  588. {/block:PermalinkPage}
  589. }
  590.  
  591. #notes2{
  592. width:130px;
  593. height:15px;
  594. padding:2px;
  595. padding-left:5px;
  596. padding-right:5px;
  597. background:{color:b2};
  598. border-radius:5px;
  599. text-align:center;
  600. margin-top:5px;
  601. line-height:15px;
  602. }
  603.  
  604.  
  605. /*CUSTOMIZE TOPBAR HERE*/
  606. #tr{
  607. position:fixed !important;
  608. width:2000px;
  609. height:35px;
  610. top:0px;
  611. left:0px;
  612. background:white;
  613. border-bottom:1px solid {color:b1};
  614. z-index:9999;
  615. overflow:hidden;
  616. }
  617.  
  618. #us{
  619. position:fixed !important;
  620. width:10px;
  621. height:10px;
  622. top:12px;
  623. left:12px;
  624. background:{color:b3};
  625. -webkit-transition: all .7s ease;
  626. -moz-transition: all .7s ease;
  627. -o-transition: all .7s ease;
  628. transition: all .7s ease;
  629. }
  630.  
  631. #ous{
  632. position:fixed !important;
  633. height:35px;
  634. width:2000px;
  635. top:-34px;
  636. left:56px;
  637. background:#f6f6f6;
  638. opacity:0;
  639. -webkit-transition: all .7s ease;
  640. -moz-transition: all .7s ease;
  641. -o-transition: all .7s ease;
  642. transition: all .7s ease;
  643. }
  644.  
  645. #us:hover #ous{
  646. opacity:1;
  647. top:0px;
  648. }
  649.  
  650. #ss{
  651. position:fixed !important;
  652. width:10px;
  653. height:10px;
  654. top:12px;
  655. left:34px;
  656. background:{color:b2};
  657. -webkit-transition: all .7s ease;
  658. -moz-transition: all .7s ease;
  659. -o-transition: all .7s ease;
  660. transition: all .7s ease;
  661. }
  662.  
  663. #oss{
  664. position:fixed !important;
  665. height:35px;
  666. width:2000px;
  667. top:70px;
  668. left:56px;
  669. background:#f6f6f6;
  670. opacity:0;
  671. -webkit-transition: all .7s ease;
  672. -moz-transition: all .7s ease;
  673. -o-transition: all .7s ease;
  674. transition: all .7s ease;
  675. }
  676.  
  677. #ss:hover #oss{
  678. opacity:1;
  679. top:0px;
  680. }
  681.  
  682. #sr{
  683. position:fixed !important;
  684. height:2000px;
  685. width:35px;
  686. top:0px;
  687. right:0px;
  688. background:white;
  689. border-left:1px solid {color:blogtitle};
  690. z-index:99999;
  691. }
  692.  
  693. #br{
  694. position:fixed !important;
  695. height:35px;
  696. width:2000px;
  697. bottom:0px;
  698. left:0px;
  699. background:white;
  700. border-top:1px solid {color:b2};
  701. z-index:999999;
  702. }
  703.  
  704. #sr2{
  705. position:fixed !important;
  706. height:2000px;
  707. width:35px;
  708. top:36px;
  709. left:0px;
  710. background:white;
  711. border-right:1px solid {color:link};
  712. z-index:9999999999;
  713. }
  714.  
  715.  
  716. /*CUSTOMIZE SIDEBAR HERE*/
  717.  
  718. #sidebar{
  719. position:fixed !important;
  720. width:300px;
  721. height:307px;
  722. margin-top:70px;
  723. margin-left:100px;
  724. background:{color:title};
  725. text-align:center;
  726. border-radius:5px;
  727. border:1px solid {color:b2};
  728. overflow:hidden;
  729. -webkit-transition: all .7s ease;
  730. -moz-transition: all .7s ease;
  731. -o-transition: all .7s ease;
  732. transition: all .7s ease;
  733. }
  734.  
  735. #sidebar:hover{
  736. border:1px solid {color:b3};
  737. }
  738.  
  739. #pic{
  740. position:fixed !important;
  741. width:300px;
  742. height:307px;
  743. margin-top:0px;
  744. margin-left:0px;
  745. border-radius:5px;
  746. opacity:1;
  747. outline:1px solid #f4f4f4;
  748. outline-offset:-10px;
  749. }
  750.  
  751. #pic img{
  752. width:300px;
  753. height:307px;
  754. border-radius:5px;
  755. opacity:1;
  756. outline:1px solid #f4f4f4;
  757. outline-offset:-10px;
  758. background:white;
  759. -webkit-transition: all .7s ease;
  760. -moz-transition: all .7s ease;
  761. -o-transition: all .7s ease;
  762. transition: all .7s ease;
  763. }
  764.  
  765. #sidebar:hover #pic img{
  766. opacity:0;
  767. margin-left:300px;
  768. }
  769.  
  770. #sidebarbg{
  771. position:fixed !important;
  772. width:300px;
  773. height:307px;
  774. margin-top:0px;
  775. margin-left:-300px;
  776. background:#fff;
  777. border-radius:5px;
  778. overflow:hidden;
  779. opacity:0;
  780. -webkit-transition: all .7s ease;
  781. -moz-transition: all .7s ease;
  782. -o-transition: all .7s ease;
  783. transition: all .7s ease;
  784. }
  785.  
  786. #sidebar:hover #sidebarbg{
  787. opacity:1;
  788. margin-left:0px;
  789. }
  790.  
  791. #sidebarbg2{
  792. position:fixed !important;
  793. width:300px;
  794. height:307px;
  795. margin-top:0px;
  796. margin-left:0px;
  797. border-radius:5px;
  798. background:#f6f6f6;
  799. }
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813. #hr{
  814. position:fixed !important;
  815. width:300px;
  816. height:100px;
  817. margin-top:0px;
  818. margin-left:0px;
  819. background:{color:title};
  820. }
  821.  
  822. #hr img{
  823. width:300px;
  824. height:110px;
  825. border-top-left-radius:3px;
  826. border-top-right-radius:3px;
  827. border-bottom:2px solid white;
  828. }
  829.  
  830. #in{
  831. position:fixed !important;
  832. width:80px;
  833. height:80px;
  834. margin-top:80px;
  835. margin-left:20px;
  836. background:{color:title};
  837. border-radius:10px;
  838. border:2px solid white;
  839. }
  840.  
  841. #in img{
  842. width:80px;
  843. height:80px;
  844. border-radius:5px;
  845. }
  846.  
  847. #ne{
  848. position:fixed !important;
  849. width:170px;
  850. height:20px;
  851. margin-top:128px;
  852. margin-left:115px;
  853. line-height:20px;
  854. text-align:left;
  855. font-family:dancing script;
  856. font-size:35px;
  857. color:{color:blogtitle};
  858. text-shadow:-2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
  859. }
  860.  
  861. #ne2{
  862. position:fixed !important;
  863. width:170px;
  864. height:20px;
  865. margin-top:140px;
  866. margin-left:115px;
  867. line-height:20px;
  868. text-align:left;
  869. font-family:corbel;
  870. font-size:13px;
  871. color:{color:title};
  872. text-shadow:-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  873. }
  874.  
  875. #ts2{
  876. position:fixed !important;
  877. margin-top:105px;
  878. margin-left:220px;
  879. }
  880.  
  881. #ts2 img{
  882. width:70px;
  883. height:70px;
  884. }
  885.  
  886. #dc{
  887. position:fixed !important;
  888. width:230px;
  889. height:55px;
  890. margin-top:170px;
  891. margin-left:25px;
  892. line-height:13px;
  893. padding:10px;
  894. border-top:2px solid white;
  895. border-bottom:2px solid white;
  896. overflow:auto;
  897. }
  898.  
  899. #ps{
  900. position:fixed !important;
  901. width:auto;
  902. height:20px;
  903. margin-top:260px;
  904. margin-left:50px;
  905. text-align:left;
  906. font-size:12px;
  907. line-height:17px;
  908. color:{color:b1};
  909. text-shadow:-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  910. }
  911.  
  912. #on{
  913. position:fixed !important;
  914. width:auto;
  915. height:20px;
  916. margin-top:260px;
  917. margin-left:124px;
  918. text-align:left;
  919. font-size:12px;
  920. line-height:17px;
  921. color:{color:b2};
  922. text-shadow:-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  923. }
  924.  
  925. #off{
  926. position:fixed !important;
  927. width:auto;
  928. height:20px;
  929. margin-top:260px;
  930. margin-left:205px;
  931. text-align:left;
  932. font-size:12px;
  933. line-height:17px;
  934. color:{color:b3};
  935. text-shadow:-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  936. }
  937.  
  938. #ps2{
  939. position:fixed !important;
  940. width:auto;
  941. height:20px;
  942. margin-top:275px;
  943. margin-left:50px;
  944. text-align:left;
  945. font-size:12px;
  946. line-height:20px;
  947. color:{color:link};
  948. }
  949.  
  950. #on2{
  951. position:fixed !important;
  952. width:auto;
  953. height:20px;
  954. margin-top:275px;
  955. margin-left:124px;
  956. text-align:left;
  957. font-size:12px;
  958. line-height:20px;
  959. }
  960.  
  961. #off2{
  962. position:fixed !important;
  963. width:auto;
  964. height:20px;
  965. margin-top:275px;
  966. margin-left:205px;
  967. text-align:left;
  968. font-size:12px;
  969. line-height:20px;
  970. }
  971.  
  972. #ssr{
  973. position:fixed !important;
  974. width:300px;
  975. height:145px;
  976. margin-top:390px;
  977. margin-left:100px;
  978. background:{color:title};
  979. text-align:center;
  980. border-radius:5px;
  981. border:1px solid {color:b3};
  982. overflow:hidden;
  983. -webkit-transition: all .7s ease;
  984. -moz-transition: all .7s ease;
  985. -o-transition: all .7s ease;
  986. transition: all .7s ease;
  987. }
  988.  
  989. #ssr:hover{
  990. border:1px solid {color:b2};
  991. }
  992.  
  993. #be{
  994. position:fixed !important;
  995. width:300px;
  996. height:145px;
  997. margin-top:0px;
  998. margin-left:0px;
  999. background:white;
  1000. text-align:center;
  1001. border-radius:3px;
  1002. opacity:1;
  1003. outline:1px solid #f4f4f4;
  1004. outline-offset:-10px;
  1005. -webkit-transition: all .7s ease;
  1006. -moz-transition: all .7s ease;
  1007. -o-transition: all .7s ease;
  1008. transition: all .7s ease;
  1009. }
  1010.  
  1011. #ssr:hover #be{
  1012. opacity:0;
  1013. margin-top:-130px;
  1014. }
  1015.  
  1016. #be2{
  1017. position:fixed !important;
  1018. margin-top:-69px;
  1019. width:300px;
  1020. text-align:center;
  1021. font-size:38px;
  1022. font-family:Roboto;
  1023. color:{color:blogtitle};
  1024. text-shadow:-2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
  1025. }
  1026.  
  1027. @font-face {font-family:meem3;src: url('http://static.tumblr.com/gyoju49/VzOmo9f9j/meem3.otf');}
  1028.  
  1029. #lksbr{
  1030. position:fixed !important;
  1031. width:300px;
  1032. height:145px;
  1033. margin-top:137px;
  1034. margin-left:0px;
  1035. background:#f6f6f6;
  1036. text-align:center;
  1037. border-radius:3px;
  1038. font-size:30px;
  1039. opacity:0;
  1040. -webkit-transition: all .7s ease;
  1041. -moz-transition: all .7s ease;
  1042. -o-transition: all .7s ease;
  1043. transition: all .7s ease;
  1044. }
  1045.  
  1046. #ssr:hover #lksbr{
  1047. opacity:1;
  1048. margin-top:0px;
  1049. }
  1050.  
  1051. #pp{
  1052. position:fixed !important;
  1053. width:250px;
  1054. margin-top:10px;
  1055. margin-left:25px;
  1056. border-top:2px solid white;
  1057. }
  1058.  
  1059. #rtt{
  1060. position:fixed !important;
  1061. width:110px;
  1062. height:20px;
  1063. margin-top:63px;
  1064. margin-left:-30px;
  1065. font-family:roboto;
  1066. font-size:20px;
  1067. -webkit-transform:rotate(-90deg);
  1068. }
  1069.  
  1070. #pp3{
  1071. position:fixed !important;
  1072. height:110px;
  1073. margin-top:17px;
  1074. margin-left:33px;
  1075. border-left:1px solid {color:hover};
  1076. }
  1077.  
  1078. #lksb{
  1079. position:fixed !important;
  1080. height:110px;
  1081. width:209px;
  1082. margin-top:17px;
  1083. margin-left:90px;
  1084. background:{color:b1};
  1085. border-left:1px solid white;
  1086. }
  1087.  
  1088. #lkst{
  1089. position:fixed !important;
  1090. height:110px;
  1091. width:209px;
  1092. font-family:roboto;
  1093. font-size:30px;
  1094. line-height:115px;
  1095. text-align:center;
  1096. color:white;
  1097. }
  1098.  
  1099. #l1p{
  1100. position:fixed !important;
  1101. width:25px;
  1102. margin-top:20px;
  1103. margin-left:50px;
  1104. }
  1105.  
  1106. #l1b{
  1107. position:fixed !important;
  1108. height:110px;
  1109. width:209px;
  1110. margin-top:-19px;
  1111. margin-left:249px;
  1112. background:{color:b2};
  1113. border-left:1px solid white;
  1114. opacity:0;
  1115. -o-transition-transition: all 0.7s ease;
  1116. -webkit-transition: all 0.7s ease;
  1117. -moz-transition: all 0.7s ease
  1118. }
  1119.  
  1120. #l1p:hover #l1b{
  1121. opacity:1;
  1122. margin-left:40px;
  1123. }
  1124.  
  1125. #l1t{
  1126. position:fixed !important;
  1127. height:110px;
  1128. width:209px;
  1129. font-family:roboto;
  1130. font-size:30px;
  1131. line-height:110px;
  1132. text-align:center;
  1133. color:white;
  1134. }
  1135.  
  1136. #l2p{
  1137. position:fixed !important;
  1138. width:25px;
  1139. margin-top:45px;
  1140. margin-left:50px;
  1141. }
  1142.  
  1143. #l2b{
  1144. position:fixed !important;
  1145. height:110px;
  1146. width:209px;
  1147. margin-top:-44px;
  1148. margin-left:249px;
  1149. background:{color:b3};
  1150. border-left:1px solid white;
  1151. opacity:0;
  1152. -o-transition-transition: all 0.7s ease;
  1153. -webkit-transition: all 0.7s ease;
  1154. -moz-transition: all 0.7s ease
  1155. }
  1156.  
  1157. #l2p:hover #l2b{
  1158. opacity:1;
  1159. margin-left:40px;
  1160. }
  1161.  
  1162. #l2t{
  1163. position:fixed !important;
  1164. height:110px;
  1165. width:209px;
  1166. font-family:roboto;
  1167. font-size:30px;
  1168. line-height:110px;
  1169. text-align:center;
  1170. color:white;
  1171. }
  1172.  
  1173. #l3p{
  1174. position:fixed !important;
  1175. width:25px;
  1176. margin-top:68px;
  1177. margin-left:50px;
  1178. }
  1179.  
  1180. #l3b{
  1181. position:fixed !important;
  1182. height:110px;
  1183. width:209px;
  1184. margin-top:-67px;
  1185. margin-left:249px;
  1186. background:{color:blogtitle};
  1187. border-left:1px solid white;
  1188. opacity:0;
  1189. -o-transition-transition: all 0.7s ease;
  1190. -webkit-transition: all 0.7s ease;
  1191. -moz-transition: all 0.7s ease
  1192. }
  1193.  
  1194. #l3p:hover #l3b{
  1195. opacity:1;
  1196. margin-left:40px;
  1197. }
  1198.  
  1199. #l3t{
  1200. position:fixed !important;
  1201. height:110px;
  1202. width:209px;
  1203. font-family:roboto;
  1204. font-size:30px;
  1205. line-height:110px;
  1206. text-align:center;
  1207. color:white;
  1208. }
  1209.  
  1210. #l4p{
  1211. position:fixed !important;
  1212. width:25px;
  1213. margin-top:90px;
  1214. margin-left:50px;
  1215. z-index:9;
  1216. }
  1217.  
  1218. #l4b{
  1219. position:fixed !important;
  1220. height:110px;
  1221. width:209px;
  1222. margin-top:-89px;
  1223. margin-left:249px;
  1224. background:{color:title};
  1225. border-left:1px solid white;
  1226. opacity:0;
  1227. -o-transition-transition: all 0.7s ease;
  1228. -webkit-transition: all 0.7s ease;
  1229. -moz-transition: all 0.7s ease
  1230. }
  1231.  
  1232. #l4p:hover #l4b{
  1233. opacity:1;
  1234. margin-left:40px;
  1235. }
  1236.  
  1237. #l4t{
  1238. position:fixed !important;
  1239. height:110px;
  1240. width:209px;
  1241. font-family:roboto;
  1242. font-size:30px;
  1243. line-height:110px;
  1244. text-align:center;
  1245. color:white;
  1246. }
  1247.  
  1248. #l5p{
  1249. position:fixed !important;
  1250. width:25px;
  1251. margin-top:110px;
  1252. margin-left:49px;
  1253. }
  1254.  
  1255. #l5b{
  1256. position:fixed !important;
  1257. height:110px;
  1258. width:209px;
  1259. margin-top:-109px;
  1260. margin-left:250px;
  1261. background:{color:link};
  1262. border-left:1px solid white;
  1263. opacity:0;
  1264. -o-transition-transition: all 0.7s ease;
  1265. -webkit-transition: all 0.7s ease;
  1266. -moz-transition: all 0.7s ease
  1267. }
  1268.  
  1269. #l5p:hover #l5b{
  1270. opacity:1;
  1271. margin-left:41px;
  1272. }
  1273.  
  1274. #l5t{
  1275. position:fixed !important;
  1276. height:110px;
  1277. width:209px;
  1278. font-family:roboto;
  1279. font-size:30px;
  1280. line-height:110px;
  1281. text-align:center;
  1282. color:white;
  1283. }
  1284.  
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290.  
  1291.  
  1292.  
  1293.  
  1294.  
  1295.  
  1296. #pp2{
  1297. position:fixed !important;
  1298. width:250px;
  1299. margin-top:134px;
  1300. margin-left:25px;
  1301. border-top:2px solid white;
  1302. }
  1303.  
  1304.  
  1305.  
  1306. @font-face{font-family:celina; src: url(http://static.tumblr.com/tk7f1db/ALHnde6yx/wheatland-demo.otf);}
  1307.  
  1308. @font-face{font-family:celina2; src: url(http://static.tumblr.com/tk7f1db/TLMnf3g5j/djb_color_me_chic.ttf);}
  1309.  
  1310. @font-face{font-family:celina3; src: url(http://static.tumblr.com/tk7f1db/bbJnf3wtv/corbel-1361520258.ttf);}
  1311.  
  1312. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  1313. .title{
  1314. line-height: 40px;
  1315. font-family:dancing script;
  1316. font-size:30px;
  1317. color:{color:Title};
  1318. font-weight: normal;
  1319. }
  1320.  
  1321.  
  1322.  
  1323. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  1324. .permalink{
  1325. text-transform: normal;
  1326. display: block;
  1327. text-align: right;
  1328. text-decoration: none;
  1329. }
  1330.  
  1331.  
  1332. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  1333. #infscr-loading{
  1334. bottom: -70px;
  1335. position: absolute;
  1336. left: 50%;
  1337. margin-left:-8px;
  1338. width:16px;
  1339. height:11px;
  1340. overflow:hidden;
  1341. margin-bottom: 50px;
  1342. }
  1343.  
  1344. #postnotes{
  1345. text-align: justify;}
  1346.  
  1347. #postnotes blockquote{
  1348. border: 0px;}
  1349.  
  1350. blockquote{
  1351. padding:0px 0px 2px 5px;
  1352. margin:0px 0px 2px 10px;
  1353. border-left: 1px dotted #555555;
  1354. }
  1355.  
  1356. blockquote p, ul{
  1357. margin:0px;
  1358. padding:0px;
  1359. }
  1360.  
  1361. a img{border: 0px;}
  1362.  
  1363.  
  1364. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  1365.  
  1366. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  1367. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  1368.  
  1369. .notes img{width:10px; position:relative; top:3px;}
  1370. <--ses-->
  1371. small{font-size: 90%;}
  1372.  
  1373. {CustomCSS}
  1374.  
  1375. </style>
  1376.  
  1377. {block:IndexPage}
  1378. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  1379. <script type="text/javascript" src="http://static.tumblr.com/tk7f1db/vGfn06hpd/document.txt"></script>
  1380. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  1381. <script type="text/javascript" src="http://static.tumblr.com/tk7f1db/3Cqnjsjve/blockquote.txt"></script>
  1382.  
  1383. <script type="text/javascript">
  1384. $(window).load(function(){
  1385. var $wall = $('#posts');
  1386. $wall.imagesLoaded(function(){
  1387. $wall.masonry({
  1388. itemSelector: '.entry, .entry_photo',
  1389. isAnimated : false
  1390. });
  1391. });
  1392.  
  1393. $wall.infinitescroll({
  1394. navSelector : '#pagination',
  1395. nextSelector : '#pagination a',
  1396. itemSelector : '.entry, .entry_photo',
  1397. bufferPx : 2000,
  1398. debug : false,
  1399. errorCallback: function() {
  1400. $('#infscr-loading').fadeOut('normal');
  1401. }},
  1402. function( newElements ) {
  1403. var $newElems = $( newElements );
  1404. $newElems.hide();
  1405. $newElems.imagesLoaded(function(){
  1406. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  1407. });
  1408. }); $('#posts').show(500);
  1409. });
  1410. </script>
  1411.  
  1412.  
  1413. {/block:IndexPage}
  1414.  
  1415.  
  1416. <title>{title}</title>
  1417.  
  1418. <link rel="shortcut icon" href="{Favicon}" />
  1419. <meta name="viewport" content="width=820" />
  1420. </head>
  1421.  
  1422. <body>
  1423.  
  1424. <BODY onselectstart="return false;" ondragstart="return false;">
  1425. <div class="wrapper">
  1426. <div class="header">
  1427. </div>
  1428. <div id="cage">
  1429. <div id="center">
  1430.  
  1431. <div id="tr">
  1432.  
  1433.  
  1434.  
  1435. <div id="us">
  1436. <div id="ous">
  1437. <div style="margin-left:20px; line-height:35px">
  1438.  
  1439. write your updates here
  1440. (make them short, not long!)
  1441.  
  1442. </div>
  1443. </div>
  1444. </div>
  1445.  
  1446.  
  1447. <div id="ss">
  1448. <div id="oss">
  1449. <div style="margin-left:20px; line-height:35px">
  1450.  
  1451. write your statistics here
  1452. (make them short, not long!)
  1453.  
  1454. </div>
  1455. </div>
  1456. </div>
  1457.  
  1458.  
  1459. <div style="margin-left:56px; line-height:35px; color:{color:blogtitle};">-- hover on blogtitle box for links --</div>
  1460.  
  1461. </div>
  1462.  
  1463. <div id="sr"></div>
  1464. <div id="br"></div>
  1465. <div id="sr2"></div>
  1466.  
  1467.  
  1468.  
  1469.  
  1470.  
  1471. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  1472. <div id="sidebar">
  1473. <center>
  1474.  
  1475. <div id="pic"><img src="{image:sidebar}"></div>
  1476. <div id="sidebarbg">
  1477. <div id="sidebarbg2">
  1478. <div id="hr"> <img src="{image:header}"> </div>
  1479. <div id="in"> <img src="{image:icon}"> </div>
  1480. <div id="ne"> {text:name} </div>
  1481. <div id="dc">{description}</div>
  1482. <div id="ps"> POSTS </div>
  1483. <div id="on"> ONLINE </div>
  1484. <div id="off"> OFFLINE </div>
  1485. <div id="ps2"> {text:number of posts} </div>
  1486. <div id="on2"> {text:online stats} </div>
  1487. <div id="off2"> {text:offline stats} </div>
  1488. </div>
  1489. </div>
  1490. </div>
  1491. </center>
  1492. <!------------------------------------->
  1493.  
  1494. <div id="ssr">
  1495. <center>
  1496.  
  1497. <div id="be"> <img src="{image:blogtitle box}" style="width:300px; height:145px;">
  1498. <div id="be2">{text:blogtitle}</div> </div>
  1499.  
  1500.  
  1501.  
  1502.  
  1503.  
  1504.  
  1505. <div id="lksbr">
  1506.  
  1507. <div id="pp"></div>
  1508. <div id="rtt"> <a href="http://mkbye.tumblr.com">credit</a></div>
  1509. <div id="pp3"></div>
  1510. <div id="lksb">
  1511. <div id="lkst"> navigation </div>
  1512. </div>
  1513.  
  1514. <div id="l1p"><a href="{text:link1}"><img src="http://1.bp.blogspot.com/-ISBtqHvoSFU/UAFxIv6OVkI/AAAAAAAAA8M/uef1RVKGkek/s1600/home_clear.png" style="opacity:0.5;"></a>
  1515. <div id="l1b">
  1516. <div id="l1t"> {text:link1msg} </div>
  1517. </div>
  1518. </div>
  1519.  
  1520. <div id="l2p"><a href="{text:link2}"><img src="http://2.bp.blogspot.com/-flQkb_ah1P4/UAFw6pLtYXI/AAAAAAAAA3A/ysoTWDOgkVA/s1600/bubble_clear.png" style="opacity:0.5;"></a>
  1521. <div id="l2b">
  1522. <div id="l2t"> {text:link2msg} </div>
  1523. </div>
  1524. </div>
  1525.  
  1526. <div id="l3p"><a href="{text:link3}"><img src="http://2.bp.blogspot.com/-AEaIbNKLl9A/UAFxUPJXSmI/AAAAAAAAA_0/k2uDdyZqZ6o/s1600/plus_light_alt.png" style="opacity:0.5;"></a>
  1527. <div id="l3b">
  1528. <div id="l3t"> {text:link3msg} </div>
  1529. </div>
  1530. </div>
  1531.  
  1532. <div id="l4p"><a href="{text:link4}"><img src="http://1.bp.blogspot.com/-YXHc46iLU_A/UAFxHb9zeVI/AAAAAAAAA7s/ruEFPeRFJv0/s1600/heart_clear.png" style="opacity:0.5;"></a>
  1533. <div id="l4b">
  1534. <div id="l4t"> {text:link4msg} </div>
  1535. </div>
  1536. </div>
  1537.  
  1538. <div id="l5p"><a href="{text:link5}"><img src="http://1.bp.blogspot.com/-RlIb4s0abbg/UAFxeQooRmI/AAAAAAAABCc/keCcq97Wx6A/s1600/user_clear.png" style="opacity:0.5;"></a>
  1539. <div id="l5b">
  1540. <div id="l5t"> {text:link5msg} </div>
  1541. </div>
  1542. </div>
  1543.  
  1544.  
  1545.  
  1546. <div id="pp2"></div>
  1547. </div>
  1548.  
  1549. </center>
  1550. </div>
  1551.  
  1552.  
  1553. <div class="left">
  1554. <div id="bx"></div>
  1555. <div id="posts">
  1556. {block:Posts}
  1557. <div class="entry">
  1558.  
  1559. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  1560.  
  1561. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}"><div id="notes"><a href="{Permalink}">{notecountwithlabel}</a> // {timeago}</div>
  1562. </br></br></br></a></a>{/block:HasTags}</span></align>
  1563.  
  1564.  
  1565. {/block:Text}
  1566.  
  1567. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  1568.  
  1569. class="permalink"><a href="{Permalink}"></a> <a href="{Permalink}"></span></align>{block:Link}
  1570.  
  1571. {block:Answer}
  1572.  
  1573. <div id="askerpic"><img src="{AskerPortraitURL-30}" style="width:30px; border:0px; border-radius:100px; border:1px solid {color:title}; padding:10px; background:#f8f8f8; "></div>
  1574. <div id="triangle2"></div>
  1575. <div id="asker"><div style="color:{color:b}; font-family:celina3; font-size:9px;">{Asker}</div></div>
  1576. <div id="question" style="min-height:40px;">
  1577. <div id="question2">{Question}</div></div>
  1578.  
  1579. <div style="padding-top:5px;"></div>
  1580.  
  1581. <div id="answerer"><div style="color:{color:blogtitle}; font-family:celina3; font-size:9px;">{text:name}</div></div>
  1582.  
  1583. <div id="answer" style="min-height:40px;">
  1584. <div id="answer2">{Answer}</div></div>
  1585.  
  1586. <div id="notes"><a href="{Permalink}">{notecountwithlabel}</a> // {timeago}</div>
  1587. </br></br></br>
  1588.  
  1589.  
  1590. {/block:Answer}
  1591.  
  1592. {block:Photo}
  1593. {block:IndexPage}
  1594. <center>
  1595.  
  1596. <div class="perma">
  1597. this post was published: </br>
  1598. {timeago} </br>
  1599. and has {notecount} notes</br>
  1600. </div>
  1601.  
  1602. <div class="perma2">
  1603. via: <a href={ReblogParentURL}>{ReblogParentName}</a>
  1604. </div>
  1605.  
  1606. <div class="perma3"></div>
  1607.  
  1608. <div class="perma4">
  1609. <a href="{ReblogURL}" target="_blank">
  1610. <div style="margin-top:8px; margin-left:0px">{ReblogButton color="white" size="15"}</div> </a>
  1611. </div>
  1612.  
  1613. <div class="perma5">
  1614. <div style="margin-top:8px; margin-left:0px">{LikeButton color="white" size="15"}</div> </div>
  1615.  
  1616. <div class="perma6"> <a href="{permalink}"> <img src="http://i.imgur.com/733Lx5B.png" style="width:14px; margin-top:8px; marginleft:-2px;"> </a> </div>
  1617.  
  1618.  
  1619.  
  1620.  
  1621. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}"width="100%"/></a></div>
  1622. {/block:IndexPage}
  1623. {block:PermalinkPage}
  1624. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" width="100%"/></a></div>
  1625.  
  1626. {LinkCloseTag}
  1627.  
  1628. {block:NoteCount}<div id="notes">{NoteCountWithLabel} // posted {timeago} <br></div>{/block:NoteCount}
  1629. </br></br>
  1630. {/block:PermalinkPage}
  1631. {/block:Photo}
  1632.  
  1633. {block:Photoset}
  1634. {block:IndexPage}
  1635. <center>
  1636.  
  1637. <div class="perma">
  1638. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  1639.  
  1640. {Photoset-250}</center>
  1641. {/block:IndexPage}
  1642. {block:PermalinkPage}
  1643. <center>
  1644. {Photoset-500}</center>
  1645. {/block:PermalinkPage}
  1646. {/block:Photoset}
  1647.  
  1648. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  1649.  
  1650. href="{Permalink}"><div id="notes">{notecountwithlabel}</div></a> <a href="{Permalink}"> </span>{/block:Quote}
  1651.  
  1652. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  1653. <ul class="chat">
  1654. {block:Lines}
  1655. <li class="user_{UserNumber}">
  1656. {block:Label}
  1657. <span class="label">{Label}</span>
  1658. {/block:Label}
  1659.  
  1660. {Line}
  1661. </li>
  1662. {/block:Lines}
  1663. <p align=right><span class="permalink"><a href="{Permalink}"><div id="notes">{notecountwithlabel}</div></a> <a href="{Permalink}">
  1664. {/block:Chat}
  1665.  
  1666. {block:Audio}
  1667. {block:AlbumArt}
  1668. <div id="albumart"><img src="{AlbumArtURL}"></div>
  1669. {/block:AlbumArt}
  1670. {block:TrackName}
  1671. <div class="title2">{TrackName}</div>
  1672. {/block:TrackName}
  1673. {block:Artist}
  1674. <div class="title3">{Artist}</div>
  1675. {/block:Artist}
  1676.  
  1677. <div style="border:1px solid #ddd; height:30px; margin-top:35px; margin-left:0px;">
  1678. {AudioPlayerWhite}
  1679. </div>
  1680. <div id="notes2"><a href="{Permalink}">{FormattedPlayCountWithLabel}</a></div> <div style="margin-left:150px; margin-top:-17px;">{ReblogButton size="17"}</div><div style="margin-left:175px; margin-top:-16px;">{LikeButton size="16"}</div>
  1681. {block:IndexPage}<span class="permalink">
  1682. <p align=right><span class="permalink"><a href="{Permalink}"></a> <a href="{Permalink}"> </a>
  1683. </span>{/block:IndexPage}
  1684. {/block:Audio}
  1685.  
  1686. {block:Video}
  1687. {block:IndexPage}
  1688. <center>
  1689. <div class="perma">
  1690. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  1691. {Video-250}</center>
  1692. {/block:IndexPage}
  1693. {block:PermalinkPage}
  1694. <center>
  1695. {Video-400}</center>
  1696. {/block:PermalinkPage}
  1697. {block:Video}
  1698.  
  1699.  
  1700. {block:PostNotes}
  1701. <center>
  1702.  
  1703. </center></span>
  1704. <br>
  1705. <div id="postnotes">{PostNotes-16}</div><br>
  1706.  
  1707. <center>{block:ContentSource}
  1708. <br><a href="{SourceURL}">
  1709. {lang:Source}:
  1710. {block:SourceLogo}
  1711. <img src="{BlackLogoURL}" width="{LogoWidth}"
  1712. height="{LogoHeight}" alt="{SourceTitle}" />
  1713. {/block:SourceLogo}
  1714. {block:NoSourceLogo}
  1715. {SourceLink}
  1716. {/block:NoSourceLogo}
  1717. </a>
  1718. {/block:ContentSource}</center>
  1719.  
  1720. {/block:PostNotes}
  1721. </div>
  1722. {/block:Posts}
  1723. </div></div>
  1724.  
  1725. {block:IndexPage}
  1726. {block:Pagination}
  1727. <div id="pagination">
  1728. {block:NextPage}
  1729. <a id="nextPage" href="{NextPage}"></a>
  1730. {/block:NextPage}
  1731. {block:PreviousPage}
  1732. <a href="{PreviousPage}"></a>
  1733. {/block:PreviousPage}
  1734. </div>
  1735. {/block:Pagination}
  1736. {/block:IndexPage}
  1737. </body>
  1738. </html>
Advertisement
Add Comment
Please, Sign In to add comment