Advertisement
mkbye

thm 18 — mkbye:celina

Nov 19th, 2013
634
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.44 KB | None | 0 0
  1. <!--
  2. Theme 18 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.19.2013
  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: [ 'Allura::latin', 'Roboto:100:latin', 'Dancing+Script::latin', 'Pinyon+Script::latin', 'Allura::latin', 'Ruthie::latin', 'Noto+Sans:400,400italic:latin', 'Libre+Baskerville:400,400italic:latin', 'Satisfy::latin', 'Dawning+of+a+New+Day::latin','Dosis::latin', 'Raleway:200:latin', 'Parisienne::latin', 'Great+Vibes::latin', 'Clicker+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 type="text/javascript" src="http://static.tumblr.com/kjq4nx5/2ezmru5eo/infinitescroll.txt"></script>
  35. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  36. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  37. <script>
  38. (function($){
  39. $(document).ready(function(){
  40. $("a[title]").style_my_tooltips({
  41. tip_follows_cursor:true,
  42. tip_delay_time:90,
  43. tip_fade_speed:600,
  44. attribute:"title"
  45. });
  46. });
  47. })(jQuery);
  48. </script>
  49. <script type="text/javascript"
  50. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  51. <script>
  52. $(document).ready(function() {
  53. //
  54. $('a.poplight[href^=#]').click(function() {
  55. var popID = $(this).attr('rel'); //Get Popup Name
  56. var popURL = $(this).attr('href'); //Get Popup href to define size
  57. var query= popURL.split('?');
  58. var dim= query[1].split('&');
  59. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  60. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  61. var popMargTop = ($('#' + popID).height() + 80) / 2;
  62. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  63. //Apply Margin to Popup
  64. $('#' + popID).css({
  65. 'margin-top' : -popMargTop,
  66. 'margin-left' : -popMargLeft
  67. });
  68. $('body').append('<div id="fade"></div>');
  69. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  70. return false;
  71. });
  72. $('a.close, #fade').live('click', function() {
  73. $('#fade , .popup_block').fadeOut(function() {
  74. $('#fade, a.close').remove(); //fade them both out
  75. });
  76. return false;
  77. });
  78. });
  79. </script>
  80.  
  81. <script type="text/javascript">
  82. <!--
  83.  
  84. // Disable Right Click Script
  85.  
  86. function IE(e)
  87. {
  88. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  89. {
  90. return false;
  91. }
  92. }
  93. function NS(e)
  94. {
  95. if (document.layers || (document.getElementById && !document.all))
  96. {
  97. if (e.which == "2" || e.which == "3")
  98. {
  99. return false;
  100. }
  101. }
  102. }
  103. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  104.  
  105. //-->
  106. </script>
  107.  
  108.  
  109. <script type="text/javascript"
  110. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  111.  
  112. <!--DEFAULT VARIABLES-->
  113. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  114. <meta name="color:background" content="#fff"/>
  115. <meta name="color:link" content="#814747"/>
  116. <meta name="color:text" content="#777"/>
  117. <meta name="color:title" content="#7fa977"/>
  118. <meta name="color:hover" content="#fff"/>
  119. <meta name="image:sidebar" content="1"/>
  120. <meta name="image:background" content="1"/>
  121. <meta name="image:sidebarhoverbg" content="1"/>
  122. <meta name="image:transparent pic" content="1"/>
  123. <meta name="image:bar" content="1"/>
  124. <meta name="image:picture" content="1"/>
  125. <meta name="image:picture2" content="1"/>
  126. <meta name="image:picture3" content="1"/>
  127.  
  128. <meta name="text:stats" content="1/500"/>
  129.  
  130. <meta name="color:sidebar" content="#b34040"/>
  131. <meta name="color:sidebar2" content="#638955"/>
  132. <meta name="text:quote" content="Oh, I won't ask for much this Christmas. I won't even wish for snow and I'm just gonna keep on waiting, underneath the mistletoe."/>
  133.  
  134. <meta name="text:link 1" content="/"/>
  135. <meta name="text:link 2" content="/"/>
  136. <meta name="text:link 3" content="/"/>
  137. <meta name="text:link 4" content="/"/>
  138. <meta name="text:link 5" content="/"/>
  139. <meta name="text:link 1 msg" content="home"/>
  140. <meta name="text:link 2 msg" content="message"/>
  141. <meta name="text:link 3 msg" content="movies"/>
  142. <meta name="text:link 4 msg" content="photography"/>
  143. <meta name="text:link 5 msg" content="face"/>
  144.  
  145. <meta name="text:blogtitle" content="Mistletoe"/>
  146. <meta name="text:name" content="Niall"/>
  147.  
  148. <style type="text/css">
  149.  
  150. #fade { /*--Transparent background layer--*/
  151. display: none; /*--hidden by default--*/
  152. background:white;
  153. position: fixed; left: 0; top: 0;
  154. width: 100%; height: 100%;
  155. opacity: .50;
  156. z-index: 999999999;
  157. }
  158. .popup_block{
  159. display: none; /*--hidden by default--*/
  160. background:white;
  161. padding: 20px;
  162. border: 10px solid {color:sidebar2};
  163. float: left;
  164. font-size:12px;
  165. font-family:arial;
  166. position: fixed;
  167. top: 50%; left: 50%;
  168. z-index: 9999999999999999;
  169. /*--CSS3 Rounded Corners--*/
  170. -webkit-border-radius: 50px;
  171. -webkit-transition: all .7s ease;
  172. -moz-transition: all .7s ease;
  173. -o-transition: all .7s ease;
  174. transition: all .7s ease;
  175. }
  176. img.btn_close {
  177. float: right;
  178. margin: 5px 5px 0 0;
  179. }
  180. /*--Making IE6 Understand Fixed Positioning--*/
  181. *html #fade {
  182. position: absolute;
  183. }
  184. *html .popup_block {
  185. position: absolute;
  186. }
  187.  
  188.  
  189. .popup_block:hover{
  190. border-radius:50px;
  191. }
  192.  
  193. #s-m-t-tooltip {
  194. width:auto;
  195. padding:6px 6px 6px 6px;
  196. margin:20px 0px 0px 20px;
  197. background: #fff; /* change the background color */
  198. border-left:2px solid {color:sidebar2}; /* change the border color */
  199. border-top:1px solid {color:sidebar};
  200. border-bottom:1px solid {color:sidebar};
  201. border-right:2px solid {color:sidebar2};
  202. box-shadow: 0px 0px 5px #dddddd;
  203. font-family:arial; /* change the font */
  204. font-size:12px; /* change the font size */
  205. letter-spacing:1px; /* change the letter spacing */
  206. text-transform:none; /* can be uppercase, lowercase, none*/
  207. color:{color:text}; /* change the text color */
  208. z-index:999999999999999999999999999999999999;
  209. border-radius:5px;
  210. }
  211.  
  212. ::-webkit-scrollbar {width: 2px; height: 3px; background: #FFFFFF;}
  213. ::-webkit-scrollbar-thumb {background-color:{color:sidebar};}
  214.  
  215. 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-
  216.  
  217. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  218.  
  219. 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;}
  220.  
  221. p {
  222. margin:0px;
  223. margin-top:0px;
  224. }
  225.  
  226.  
  227. body {
  228. padding: 0px;
  229. margin: 0px;
  230. color:{color:text};
  231. font-family: arial;
  232. line-height:12px;
  233. font-size:10px;
  234. background-color: {color:Background};
  235. background-image:url({image:Background});
  236. background-attachment: fixed;
  237. background-repeat: repeat;
  238. }
  239.  
  240.  
  241. a:link, a:active, a:visited{
  242. text-decoration: none;
  243. -webkit-transition: color 0.3s ease-out;
  244. -moz-transition: color 0.3s ease-out;
  245. transition: color 0.3s ease-out;
  246. color:{color:link};
  247. }
  248.  
  249. a:hover {
  250. text-decoration: none;
  251. font-style:;
  252. color: {color:Hover};
  253. }
  254.  
  255. div#center{
  256. margin:auto;
  257. position:relative;
  258. width:1250px;
  259. background-color:;
  260. overflow:auto;
  261. overflow-y:hidden;
  262. }
  263.  
  264. asker{
  265. font-family: 'roboto';
  266. text-align: right;
  267. margin-top: 25px;
  268. margin-left: 5px;
  269. font-size:20px;
  270. color: #ddd;
  271. line-height: 31px;
  272. }
  273.  
  274. ask{
  275. font-family: 'roboto';
  276. text-align: right;
  277. margin-top:10px;
  278. font-size:20px;
  279. color: {color:title};
  280. }
  281.  
  282. #mypic img{
  283. width:40px;
  284. border-radius:100px;
  285. border:0px;
  286.  
  287. padding:0px;
  288. }
  289.  
  290. #asker img{
  291. width:40px;
  292. border-radius:100px;
  293. padding:0px;
  294. border:0px;
  295.  
  296. }
  297.  
  298. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  299. .entry {
  300. float:left;
  301. display: block;
  302. margin:5px;
  303. overflow:hidden;
  304. width:260px;
  305. padding:10px;
  306. padding-bottom:8px;
  307. border:1px solid #dddddd;
  308. {block:PermalinkPage}
  309. width:450px;
  310. text-align:left;
  311. line-height:10px;
  312. {/block:PermalinkPage}
  313. background:white;
  314. background-image:URL();
  315. }
  316.  
  317.  
  318. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  319. .entry .perma{
  320. width:260px;
  321. height:40px;
  322. margin-left:0px;
  323. position: absolute;
  324. line-height:16px;
  325. overflow:hidden;
  326. text-align:center;
  327. bottom:-100px;
  328. background:white;
  329. word-spacing:2px;
  330. letter-spacing:1px;
  331. padding-top:4px;
  332. border-top:3px double {color:sidebar2};
  333. opacity:0;
  334. -webkit-transition: all .7s ease;
  335. -moz-transition: all .7s ease;
  336. -o-transition: all .7s ease;
  337. transition: all .7s ease;
  338.  
  339. }
  340.  
  341. .entry:hover .perma{
  342. overflow:visible;
  343. opacity:1;
  344. bottom:0px;
  345. }
  346.  
  347.  
  348. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  349. #posts {
  350. width:800px;
  351. margin-top:100px;
  352. z-index:99;
  353. margin-left:560px;
  354. right:auto;
  355. background:transparent;
  356. margin-right:auto;
  357. position:relative;
  358. overflow-y: hidden;
  359. }
  360.  
  361.  
  362. /*CUSTOMIZE SIDEBAR HERE*/
  363.  
  364. #blogtitle{
  365. position:fixed !important;
  366. z-index:99999999999;
  367. width:340px;
  368. height:35px;
  369. margin-top:-40px;
  370. font-family:roboto;
  371. font-size:50px;
  372. line-height:12px;
  373. letter-spacing:0px;
  374. text-align:center;
  375. color:{color:title};
  376. text-shadow:-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  377. opacity:1;
  378. -webkit-transition: all .7s ease;
  379. -moz-transition: all .7s ease;
  380. -o-transition: all .7s ease;
  381. transition: all .7s ease;
  382. }
  383.  
  384. #sidebar:hover #blogtitle{
  385. opacity:0;
  386. }
  387.  
  388. #sidebar{
  389. position:fixed !important;
  390. width:340px;
  391. height:440px;
  392. margin-top:100px;
  393. margin-left:30px;
  394. background:{color:sidebar};
  395. padding:10px;
  396. text-align:center;
  397. border:3px solid white;
  398. -moz-box-shadow: 0 0 1px 1px {color:sidebar2};
  399. -webkit-box-shadow: 0 0 1px 1px {color:sidebar2};
  400. box-shadow: 0 0 1px 1px {color:sidebar2};
  401. -webkit-transition: all .7s ease;
  402. -moz-transition: all .7s ease;
  403. -o-transition: all .7s ease;
  404. transition: all .7s ease;
  405. }
  406.  
  407. #pic{
  408. position:fixed !important;
  409. width:320px;
  410. height:420px;
  411. margin-top:7px;
  412. margin-left:7px;
  413. background-image:url({image:sidebarhoverbg});
  414. border:3px double {color:sidebar2};
  415. -webkit-transition: all .7s ease;
  416. -moz-transition: all .7s ease;
  417. -o-transition: all .7s ease;
  418. transition: all .7s ease;
  419. }
  420.  
  421. #sidebar:hover #pic{
  422. border:3px double {color:sidebar2};
  423. }
  424.  
  425. #pic img{
  426. width:320px;
  427. height:420px;
  428. margin-top:-3px;
  429. margin-left:-3px;
  430. border:3px double {color:sidebar};
  431. opacity:1;
  432. -webkit-transition: all .7s ease;
  433. -moz-transition: all .7s ease;
  434. -o-transition: all .7s ease;
  435. transition: all .7s ease;
  436. }
  437.  
  438. #sidebar:hover #pic img{
  439. opacity:0;
  440. margin-left:100px;
  441. }
  442.  
  443.  
  444. #lace img{
  445. position:fixed !important;
  446. z-index:99999;
  447. width:320px;
  448. margin-top:0px;
  449. margin-left:-160px;
  450. opacity:0;
  451. -webkit-transition: all .7s ease;
  452. -moz-transition: all .7s ease;
  453. -o-transition: all .7s ease;
  454. transition: all .7s ease;
  455. }
  456.  
  457. #sidebar:hover #lace img{
  458. opacity:1;
  459. margin-top:15px;
  460. }
  461.  
  462. #hanger{
  463. position:fixed !important;
  464. width:1px;
  465. height:105px;
  466. margin-top:0px;
  467. margin-left:245px;
  468. border-left:1px solid {color:sidebar};
  469. border-right:1px solid {color:sidebar2};
  470. opacity:0;
  471. -webkit-transition: all .7s ease;
  472. -moz-transition: all .7s ease;
  473. -o-transition: all .7s ease;
  474. transition: all .7s ease;
  475. }
  476.  
  477. #sidebar:hover #hanger{
  478. opacity:1;
  479. margin-top:10px;
  480. }
  481.  
  482. #rec{
  483. position:fixed !important;
  484. width:50px;
  485. height:20px;
  486. margin-top:67px;
  487. margin-left:230px;
  488. background:#dddddd;
  489. border-radius:5px;
  490. border-top:2px solid #c6c3c3;
  491. opacity:0;
  492. -webkit-transition: all .7s ease;
  493. -moz-transition: all .7s ease;
  494. -o-transition: all .7s ease;
  495. transition: all .7s ease;
  496. }
  497.  
  498. #sidebar:hover #rec{
  499. opacity:1;
  500. margin-left:220px;
  501. }
  502.  
  503. #descbox{
  504. position:fixed !important;
  505. width:130px;
  506. height:130px;
  507. margin-top:80px;
  508. margin-left:165px;
  509. background:{color:sidebar2};
  510. border-radius:100px;
  511. border:4px double white;
  512. opacity:0;
  513. -webkit-transition: all .7s ease;
  514. -moz-transition: all .7s ease;
  515. -o-transition: all .7s ease;
  516. transition: all .7s ease;
  517. -webkit-transform-origin: center center;
  518. -webkit-transform: rotate(-360deg);
  519. -moz-transform-origin: center center;
  520. -moz-transform: rotate(-360deg);
  521. -o-transform-origin: center center;
  522. -o-transform: rotate(-360deg);
  523. transform-origin: center center;
  524. transform: rotate(-200deg);
  525. }
  526.  
  527. #sidebar:hover #descbox{
  528. opacity:1;
  529. margin-left:175px;
  530. -webkit-transform-origin: center center;
  531. -webkit-transform: rotate(0);
  532. -moz-transform-origin: center center;
  533. -moz-transform: rotate(0);
  534. -o-transform-origin: center center;
  535. -o-transform: rotate(0);
  536. transform-origin: center center;
  537. transform: rotate(0);
  538. }
  539.  
  540. #descbox:hover{
  541. border-radius:10px;
  542. }
  543.  
  544. #desctitle{
  545. position:fixed !important;
  546. width:130px;
  547. margin-top:65px;
  548. margin-left:3px;
  549. text-align:center;
  550. font-family:roboto;
  551. font-size:20px;
  552. color:white;
  553. }
  554.  
  555. #descbox2{
  556. position:fixed !important;
  557. width:120px;
  558. height:120px;
  559. margin-top:5px;
  560. margin-left:5px;
  561. background:white;
  562. border-radius:5px;
  563. opacity:0;
  564. -webkit-transition: all .7s ease;
  565. -moz-transition: all .7s ease;
  566. -o-transition: all .7s ease;
  567. transition: all .7s ease;
  568. }
  569.  
  570. #descbox:hover #descbox2{
  571. opacity:1;
  572. }
  573.  
  574. #desc{
  575. position:fixed !important;
  576. width:110px;
  577. height:110px;
  578. margin-top:10px;
  579. margin-left:10px;
  580. overflow:auto;
  581. opacity:0;
  582. font-family:arial;
  583. font-size:10px;
  584. line-height:16px;
  585. }
  586.  
  587. #descbox:hover #desc{
  588. opacity:1;
  589. }
  590.  
  591. #trans img{
  592. position:fixed !important;
  593. width:120px;
  594. height:120px;
  595. margin-top:60px;
  596. margin-left:-140px;
  597. opacity:0;
  598. -webkit-transition: all .7s ease;
  599. -moz-transition: all .7s ease;
  600. -o-transition: all .7s ease;
  601. transition: all .7s ease;
  602. }
  603.  
  604. #sidebar:hover #trans img{
  605. opacity:1;
  606. }
  607.  
  608. #link1{
  609. position:fixed !important;
  610. width:60px;
  611. height:20px;
  612. margin-top:180px;
  613. margin-left:30px;
  614. background:{color:sidebar};
  615. border:3px double white;
  616. border-right:1px solid white;
  617. border-bottom:0px;
  618. font-family:roboto;
  619. font-size:13px;
  620. line-height:20px;
  621. -webkit-border-top-left-radius:10px 35px;
  622. opacity:0;
  623. -webkit-transition: all .7s ease;
  624. -moz-transition: all .7s ease;
  625. -o-transition: all .7s ease;
  626. transition: all .7s ease;
  627. }
  628.  
  629. #sidebar:hover #link1{
  630. opacity:1;
  631. }
  632.  
  633. #link2{
  634. position:fixed !important;
  635. width:60px;
  636. height:20px;
  637. margin-top:180px;
  638. margin-left:94px;
  639. background:{color:sidebar2};
  640. border:3px double white;
  641. border-left:0px;
  642. border-bottom:0px;
  643. font-family:roboto;
  644. font-size:13px;
  645. line-height:20px;
  646. -webkit-border-top-right-radius:10px 35px;
  647. opacity:0;
  648. -webkit-transition: all .7s ease;
  649. -moz-transition: all .7s ease;
  650. -o-transition: all .7s ease;
  651. transition: all .7s ease;
  652. }
  653.  
  654. #sidebar:hover #link2{
  655. opacity:1;
  656. }
  657.  
  658. #link3{
  659. position:fixed !important;
  660. width:60px;
  661. height:20px;
  662. margin-top:202px;
  663. margin-left:30px;
  664. background:{color:sidebar2};
  665. border-left:3px double white;
  666. border-right:1px solid white;
  667. border-top:1px solid white;
  668. border-bottom:0px;
  669. font-family:roboto;
  670. font-size:13px;
  671. line-height:20px;
  672. -webkit-border-top-left-radius:0px;
  673. opacity:0;
  674. -webkit-transition: all .7s ease;
  675. -moz-transition: all .7s ease;
  676. -o-transition: all .7s ease;
  677. transition: all .7s ease;
  678. }
  679.  
  680. #sidebar:hover #link3{
  681. opacity:1;
  682. }
  683.  
  684. #link4{
  685. position:fixed !important;
  686. width:60px;
  687. height:20px;
  688. margin-top:202px;
  689. margin-left:94px;
  690. background:{color:sidebar};
  691. border-right:3px double white;
  692. border-top:1px solid white;
  693. border-bottom:0px;
  694. border-left:0px;
  695. font-family:roboto;
  696. font-size:13px;
  697. line-height:20px;
  698. -webkit-border-top-right-radius:0px;
  699. opacity:0;
  700. -webkit-transition: all .7s ease;
  701. -moz-transition: all .7s ease;
  702. -o-transition: all .7s ease;
  703. transition: all .7s ease;
  704. }
  705.  
  706. #sidebar:hover #link4{
  707. opacity:1;
  708. }
  709.  
  710. #link5{
  711. position:fixed !important;
  712. width:60px;
  713. height:20px;
  714. margin-top:224px;
  715. margin-left:30px;
  716. background:{color:sidebar};
  717. border:3px double white;
  718. border-right:1px solid white;
  719. border-top:0px;
  720. font-family:roboto;
  721. font-size:13px;
  722. line-height:20px;
  723. -webkit-border-bottom-left-radius:10px 35px;
  724. opacity:0;
  725. -webkit-transition: all .7s ease;
  726. -moz-transition: all .7s ease;
  727. -o-transition: all .7s ease;
  728. transition: all .7s ease;
  729. }
  730.  
  731. #sidebar:hover #link5{
  732. opacity:1;
  733. }
  734.  
  735. #link6{
  736. position:fixed !important;
  737. width:60px;
  738. height:20px;
  739. margin-top:224px;
  740. margin-left:94px;
  741. background:{color:sidebar2};
  742. border:3px double white;
  743. border-left:0px;
  744. border-top:0px;
  745. font-family:roboto;
  746. font-size:13px;
  747. line-height:20px;
  748. -webkit-border-bottom-right-radius:10px 35px;
  749. opacity:0;
  750. -webkit-transition: all .7s ease;
  751. -moz-transition: all .7s ease;
  752. -o-transition: all .7s ease;
  753. transition: all .7s ease;
  754. }
  755.  
  756. #sidebar:hover #link6{
  757. opacity:1;
  758. }
  759.  
  760. #bar{
  761. position:fixed !important;
  762. width:320px;
  763. height:40px;
  764. margin-top:263px;
  765. margin-left:0px;
  766. background-image:url({image:bar});
  767. border:3px double {color:sidebar2};
  768. border-left:0px;
  769. border-right:0px;
  770. opacity:0;
  771. -webkit-transition: all .7s ease;
  772. -moz-transition: all .7s ease;
  773. -o-transition: all .7s ease;
  774. transition: all .7s ease;
  775. }
  776.  
  777. #sidebar:hover #bar{
  778. opacity:1;
  779. margin-left:10px;
  780. }
  781.  
  782. #stats{
  783. position:fixed !important;
  784. width:300px;
  785. margin-top:22px;
  786. text-align:right;
  787. font-family:roboto;
  788. font-size:25px;
  789. text-shadow:-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  790. }
  791.  
  792. #box{
  793. position:fixed !important;
  794. width:100px;
  795. height:100px;
  796. margin-top:322px;
  797. margin-left:0px;
  798. background:{color:sidebar};
  799. border:1px solid white;
  800. opacity:0;
  801. -webkit-transition: all .7s ease;
  802. -moz-transition: all .7s ease;
  803. -o-transition: all .7s ease;
  804. transition: all .7s ease;
  805. }
  806.  
  807. #sidebar:hover #box{
  808. opacity:1;
  809. margin-left:15px;
  810. }
  811.  
  812. #wrap{
  813. position:fixed !important;
  814. width:20px;
  815. height:100px;
  816. margin-top:0px;
  817. margin-left:40px;
  818. border:1px solid white;
  819. background:{color:sidebar2};
  820. }
  821.  
  822. #wrap2{
  823. position:fixed !important;
  824. width:100px;
  825. height:20px;
  826. margin-top:40px;
  827. margin-left:0px;
  828. border:1px solid white;
  829. background:{color:sidebar2};
  830. }
  831.  
  832. #box1 img{
  833. position:fixed !important;
  834. width:89px;
  835. height:89px;
  836. margin-top:5px;
  837. margin-left:-45px;
  838. border:1px solid white;
  839. }
  840.  
  841. #box2{
  842. position:fixed !important;
  843. width:100px;
  844. height:100px;
  845. margin-top:332px;
  846. margin-left:118px;
  847. background:{color:sidebar2};
  848. border:1px solid white;
  849. opacity:0;
  850. -webkit-transition: all .7s ease;
  851. -moz-transition: all .7s ease;
  852. -o-transition: all .7s ease;
  853. transition: all .7s ease;
  854. }
  855.  
  856. #sidebar:hover #box2{
  857. opacity:1;
  858. margin-top:322px;
  859. }
  860.  
  861. #wrap3{
  862. position:fixed !important;
  863. width:20px;
  864. height:100px;
  865. margin-top:0px;
  866. margin-left:40px;
  867. border:1px solid white;
  868. background:{color:sidebar};
  869. }
  870.  
  871. #wrap4{
  872. position:fixed !important;
  873. width:100px;
  874. height:20px;
  875. margin-top:40px;
  876. margin-left:0px;
  877. border:1px solid white;
  878. background:{color:sidebar};
  879. }
  880.  
  881. #box3 img{
  882. position:fixed !important;
  883. width:89px;
  884. height:89px;
  885. margin-top:5px;
  886. margin-left:-45px;
  887. border:1px solid white;
  888. }
  889.  
  890. #box4{
  891. position:fixed !important;
  892. width:100px;
  893. height:100px;
  894. margin-top:322px;
  895. margin-left:232px;
  896. background:{color:sidebar};
  897. border:1px solid white;
  898. opacity:0;
  899. -webkit-transition: all .7s ease;
  900. -moz-transition: all .7s ease;
  901. -o-transition: all .7s ease;
  902. transition: all .7s ease;
  903. }
  904.  
  905. #sidebar:hover #box4{
  906. opacity:1;
  907. margin-left:222px;
  908. }
  909.  
  910. #wrap5{
  911. position:fixed !important;
  912. width:20px;
  913. height:100px;
  914. margin-top:0px;
  915. margin-left:40px;
  916. border:1px solid white;
  917. background:{color:sidebar2};
  918. }
  919.  
  920. #wrap6{
  921. position:fixed !important;
  922. width:100px;
  923. height:20px;
  924. margin-top:40px;
  925. margin-left:0px;
  926. border:1px solid white;
  927. background:{color:sidebar2};
  928. }
  929.  
  930. #box5 img{
  931. position:fixed !important;
  932. width:89px;
  933. height:89px;
  934. margin-top:5px;
  935. margin-left:-45px;
  936. border:1px solid white;
  937. }
  938.  
  939. #quotebar{
  940. position:fixed !important;
  941. z-index:9999999999999;
  942. width:2000px;
  943. height:25px;
  944. background:{color:sidebar};
  945. margin-left:-400px;
  946. margin-top:0px;
  947. border-bottom:3px solid white;
  948. color:white;
  949. -moz-box-shadow: 0 0 1px 1px {color:sidebar2};
  950. -webkit-box-shadow: 0 0 1px 1px {color:sidebar2};
  951. box-shadow: 0 0 1px 1px {color:sidebar2};
  952. }
  953.  
  954. #quote{
  955. position:fixed !important;
  956. width:2000px;
  957. text-align:center;
  958. line-height:25px;
  959. }
  960.  
  961.  
  962.  
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  986. .title{
  987. line-height: 30px;
  988. font-family:roboto;
  989. font-size:30px;
  990. color:{color:Title};
  991. font-weight: normal;
  992. }
  993.  
  994.  
  995. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  996. .permalink{
  997. text-transform: normal;
  998. display: block;
  999. text-align: right;
  1000. text-decoration: none;
  1001. }
  1002.  
  1003.  
  1004. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  1005. #infscr-loading{
  1006. bottom: -70px;
  1007. position: absolute;
  1008. left: 50%;
  1009. margin-left:-8px;
  1010. width:16px;
  1011. height:11px;
  1012. overflow:hidden;
  1013. margin-bottom: 50px;
  1014. }
  1015.  
  1016. #postnotes{
  1017. text-align: justify;}
  1018.  
  1019. #postnotes blockquote{
  1020. border: 0px;}
  1021.  
  1022. blockquote{
  1023. padding:0px 0px 2px 5px;
  1024. margin:0px 0px 2px 10px;
  1025. border-left: 1px dotted #555555;
  1026. }
  1027.  
  1028. blockquote p, ul{
  1029. margin:0px;
  1030. padding:0px;
  1031. }
  1032.  
  1033. a img{border: 0px;}
  1034.  
  1035.  
  1036. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  1037.  
  1038. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  1039. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  1040.  
  1041. .notes img{width:10px; position:relative; top:3px;}
  1042. <--ses-->
  1043. small{font-size: 90%;}
  1044.  
  1045. {CustomCSS}
  1046.  
  1047. </style>
  1048.  
  1049. {block:IndexPage}
  1050. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  1051. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  1052.  
  1053. <script type="text/javascript">
  1054. $(window).load(function(){
  1055. var $wall = $('#posts');
  1056. $wall.imagesLoaded(function(){
  1057. $wall.masonry({
  1058. itemSelector: '.entry, .entry_photo',
  1059. isAnimated : false
  1060. });
  1061. });
  1062.  
  1063. $wall.infinitescroll({
  1064. navSelector : '#pagination',
  1065. nextSelector : '#pagination a',
  1066. itemSelector : '.entry, .entry_photo',
  1067. bufferPx : 2000,
  1068. debug : false,
  1069. errorCallback: function() {
  1070. $('#infscr-loading').fadeOut('normal');
  1071. }},
  1072. function( newElements ) {
  1073. var $newElems = $( newElements );
  1074. $newElems.hide();
  1075. $newElems.imagesLoaded(function(){
  1076. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  1077. });
  1078. }); $('#posts').show(500);
  1079. });
  1080. </script>
  1081.  
  1082.  
  1083. {/block:IndexPage}
  1084.  
  1085.  
  1086. <title>{title}</title>
  1087.  
  1088. <link rel="shortcut icon" href="{Favicon}" />
  1089. <meta name="viewport" content="width=820" />
  1090. </head>
  1091.  
  1092. <body>
  1093. <script type="text/javascript">
  1094. /* SNOWFLAKES BY NAEIVE */
  1095.  
  1096. // Set the colors for the snow. Add/remove as many colors as you like //
  1097. var snowcolor=new Array("#ffffff","{color:sidebar}","{color:sidebar2}","{color:title}","{color:link}")
  1098.  
  1099. var snowmax=40
  1100. var snowtype=new Array("Times")
  1101. var snowletter="*"
  1102. var sinkspeed=0.3
  1103. var snowmaxsize=40
  1104. var snowminsize=8
  1105. var snowingzone=1
  1106.  
  1107. // Do not edit below this line //
  1108. var snow=new Array()
  1109. var marginbottom
  1110. var marginright
  1111. var timer
  1112. var i_snow=0
  1113. var x_mv=new Array();
  1114. var crds=new Array();
  1115. var lftrght=new Array();
  1116. var browserinfos=navigator.userAgent
  1117. var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
  1118. var ns6=document.getElementById&&!document.all
  1119. var opera=browserinfos.match(/Opera/)
  1120. var browserok=ie5||ns6||opera
  1121.  
  1122. function randommaker(range) {
  1123. rand=Math.floor(range*Math.random())
  1124. return rand
  1125. }
  1126.  
  1127. function initsnow() {
  1128. if (ie5 || opera) {
  1129. marginbottom = document.body.scrollHeight
  1130. marginright = document.body.clientWidth-15
  1131. }
  1132. else if (ns6) {
  1133. marginbottom = document.body.scrollHeight
  1134. marginright = window.innerWidth-15
  1135. }
  1136. var snowsizerange=snowmaxsize-snowminsize
  1137. for (i=0;i<=snowmax;i++) {
  1138. crds[i] = 0;
  1139. lftrght[i] = Math.random()*15;
  1140. x_mv[i] = 0.03 + Math.random()/10;
  1141. snow[i]=document.getElementById("s"+i)
  1142. snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
  1143. snow[i].size=randommaker(snowsizerange)+snowminsize
  1144. snow[i].style.fontSize=snow[i].size+'px';
  1145. snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
  1146. snow[i].style.zIndex=1000
  1147. snow[i].sink=sinkspeed*snow[i].size/5
  1148. if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  1149. if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  1150. if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  1151. if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  1152. snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
  1153. snow[i].style.left=snow[i].posx+'px';
  1154. snow[i].style.top=snow[i].posy+'px';
  1155. }
  1156. movesnow()
  1157. }
  1158.  
  1159. function movesnow() {
  1160. for (i=0;i<=snowmax;i++) {
  1161. crds[i] += x_mv[i];
  1162. snow[i].posy+=snow[i].sink
  1163. snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i])+'px';
  1164. snow[i].style.top=snow[i].posy+'px';
  1165.  
  1166. if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
  1167. if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  1168. if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  1169. if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  1170. if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  1171. snow[i].posy=0
  1172. }
  1173. }
  1174. var timer=setTimeout("movesnow()",50)
  1175. }
  1176.  
  1177. for (i=0;i<=snowmax;i++) {
  1178. document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")
  1179. }
  1180. if (browserok) {
  1181. window.onload=initsnow
  1182. }
  1183.  
  1184. </script>
  1185. <BODY onselectstart="return false;" ondragstart="return false;">
  1186. <div class="wrapper">
  1187. <div class="header">
  1188. </div>
  1189.  
  1190. <div id="cage">
  1191. <div id="center">
  1192.  
  1193. <div id="quotebar">
  1194. <div id="quote">{text:quote}</div>
  1195. </div>
  1196.  
  1197. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  1198. <div id="sidebar">
  1199. <center>
  1200.  
  1201. <div id="blogtitle">{text:blogtitle}</div>
  1202.  
  1203. <div id="pic"><img src="{image:sidebar}"></div>
  1204. <div id="lace"><img src="http://media.tumblr.com/tumblr_lx4f07by3z1r2mwkp.gif"></div>
  1205. <div id="hanger"></div>
  1206. <div id="rec"></div>
  1207. <div id="descbox">
  1208. <div id="desctitle">blogger</div>
  1209. <div id="descbox2"></div>
  1210. <div id="desc">{description}</div>
  1211. </div>
  1212.  
  1213. <div id="trans"><img src="{image:transparent pic}"></div>
  1214. <div id="link1"><a href="{text:link1}" title="{text:link 1 msg}" style="color:white;">.01</a></div>
  1215. <div id="link2"><a href="{text:link2}" title="{text:link 2 msg}" style="color:white;">.02</a></div>
  1216. <div id="link3"><a href="{text:link3}" title="{text:link 3 msg}" style="color:white;">.03</a></div>
  1217. <div id="link4"><a href="{text:link4}/" title="{text:link 4 msg}" style="color:white;">.04</a></div>
  1218. <div id="link5"><a href="{text:link5}" title="{text:link 5 msg}" style="color:white;">.05</a></div>
  1219. <div id="link6"><a href="http://mkbye.tumblr.com" title="Theme Credit" style="color:white;">.06</a></div>
  1220.  
  1221. <div id="bar">
  1222. <div id="stats">{text:stats}</div>
  1223. </div>
  1224. <div id="box">
  1225. <div id="wrap"></div>
  1226. <div id="wrap2"></div>
  1227. <div id="box1"><img src="{image:picture}"></div>
  1228. </div>
  1229.  
  1230. <div id="box2">
  1231. <div id="wrap3"></div>
  1232. <div id="wrap4"></div>
  1233. <div id="box3"><a href="#?w=350" rel="02" class="poplight" title="Updates"><img src="{image:picture2}"></a></div>
  1234. </div>
  1235.  
  1236. <div id="box4">
  1237. <div id="wrap5"></div>
  1238. <div id="wrap6"></div>
  1239. <div id="box5"><img src="{image:picture3}"></div>
  1240. </div>
  1241.  
  1242. </center>
  1243. </div>
  1244. <!------------------------------------->
  1245.  
  1246.  
  1247. <div class="left">
  1248. <div id="posts">
  1249. {block:Posts}
  1250. <div class="entry">
  1251.  
  1252. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  1253.  
  1254. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  1255. {/block:Text}
  1256.  
  1257. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  1258.  
  1259. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  1260.  
  1261. {block:Answer}<br>
  1262. <div id="asker"><img src="{AskerPortraitURL-30}" width="35" align="left" style="margin-right: 0px; margin-top: -15px; border:2px solid {color:sidebar2}; padding:2px; -moz-border-radius:100px; border-radius:100px; text-align:left;"/></div>
  1263.  
  1264. <div style="margin-top: -7px;
  1265. margin-left:0px;
  1266. text-align: left;
  1267. line-height:14px;
  1268. min-height:45px;
  1269. padding-left: 8px;
  1270. padding-top: 5px;
  1271. padding-right: 4px;
  1272. padding-bottom: 2px;
  1273. background: #f8f7f7;
  1274. border-radius:5px;
  1275. z-index: 0;">
  1276. &nbsp;<asker>{Asker}</asker>: </br><div style="padding-bottom:5px;">{Question}</div></div>
  1277.  
  1278. <div style="padding:15px;"></div>
  1279.  
  1280. <div id="mypic"><img src="{PostAuthorPortraitURL-30}" width="35" align="right" style="margin-right: 0px; margin-top: -15px; border:2px solid {color:sidebar}; padding:2px; -moz-border-radius:100px; border-radius:100px; text-align:left; "/></div>
  1281.  
  1282. <div style="margin-top: 2px;
  1283. margin-left: 0px;
  1284. border-radius:5px;
  1285. min-height:45px;
  1286. width:250px;
  1287. line-height: 14px;
  1288. padding-left: 8px;
  1289. padding-top: 5px;
  1290. padding-right: 4px;
  1291. padding-bottom: 2px;
  1292. background: #f8f7f7;
  1293. z-index: 0;
  1294. text-align: left;
  1295. {block:permalinkpage}width:437px;{/block:permalinkpage}">
  1296. &nbsp;<div style="margin-top:0px; padding-bottom:5px;"><ask>{text:name}:</ask></div><div style="padding-bottom:5px;">{Answer}</div></div>
  1297.  
  1298.  
  1299. <div style="padding:10px;"></div>
  1300.  
  1301. <div style="align: right;
  1302. border-top: 1px solid {color:border};
  1303. margin-top:5px;
  1304. padding:6px;
  1305. text-align: right;
  1306. font-size:11px;">
  1307. <a href="{Permalink}"> {NoteCount} </a> & posted {timeago}</div>
  1308. {/block:Answer}
  1309.  
  1310. {block:Photo}
  1311. {block:IndexPage}
  1312. <center>
  1313. <div class="perma">
  1314. <a href="{ReblogURL}" target="_blank"> reblog </a> ❅ {notecount} </br>
  1315.  
  1316. <a href="{Permalink}">permalink</a> ☃ {timeago}</div>
  1317.  
  1318. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1319. {/block:IndexPage}
  1320. {block:PermalinkPage}
  1321. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1322.  
  1323. {LinkCloseTag}
  1324. {/block:PermalinkPage}
  1325. {/block:Photo}
  1326.  
  1327. {block:Photoset}
  1328. {block:IndexPage}
  1329. <center>
  1330.  
  1331. <div class="perma">
  1332. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  1333.  
  1334. {Photoset-250}</center>
  1335. {/block:IndexPage}
  1336. {block:PermalinkPage}
  1337. <center>
  1338. {Photoset-500}</center>
  1339. {/block:PermalinkPage}
  1340. {/block:Photoset}
  1341.  
  1342. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  1343.  
  1344. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  1345.  
  1346. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  1347. <ul class="chat">
  1348. {block:Lines}
  1349. <li class="user_{UserNumber}">
  1350. {block:Label}
  1351. <span class="label">{Label}</span>
  1352. {/block:Label}
  1353.  
  1354. {Line}
  1355. </li>
  1356. {/block:Lines}
  1357. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  1358. {/block:Chat}
  1359.  
  1360. {block:Audio}
  1361. <div style="width:200px; height:30px;">
  1362. {AudioPlayerBlack}
  1363. </div>
  1364. {block:IndexPage}<span class="permalink">
  1365. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  1366. </span>{/block:IndexPage}
  1367. {/block:Audio}
  1368.  
  1369. {block:Video}
  1370. {block:IndexPage}
  1371. <center>
  1372. <div class="perma">
  1373. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  1374. {Video-250}</center>
  1375. {/block:IndexPage}
  1376. {block:PermalinkPage}
  1377. <center>
  1378. {Video-400}</center>
  1379. {/block:PermalinkPage}
  1380. {block:Video}
  1381.  
  1382.  
  1383. {block:PostNotes}<div align="middle">{caption}</div>
  1384. <center>
  1385.  
  1386. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  1387.  
  1388. {block:HasTags}
  1389. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  1390. {block:RebloggedFrom}
  1391. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  1392. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  1393.  
  1394. {/block:RebloggedFrom}
  1395. </center></span>
  1396. <br>
  1397. <div id="postnotes">{PostNotes}</div><br>
  1398.  
  1399. <center>{block:ContentSource}
  1400. <br><a href="{SourceURL}">
  1401. {lang:Source}:
  1402. {block:SourceLogo}
  1403. <img src="{BlackLogoURL}" width="{LogoWidth}"
  1404. height="{LogoHeight}" alt="{SourceTitle}" />
  1405. {/block:SourceLogo}
  1406. {block:NoSourceLogo}
  1407. {SourceLink}
  1408. {/block:NoSourceLogo}
  1409. </a>
  1410. {/block:ContentSource}</center>
  1411.  
  1412. {/block:PostNotes}
  1413. </div>
  1414. {/block:Posts}
  1415. </div></div>
  1416.  
  1417. {block:IndexPage}
  1418. {block:Pagination}
  1419. <div id="pagination">
  1420. {block:NextPage}
  1421. <a id="nextPage" href="{NextPage}"></a>
  1422. {/block:NextPage}
  1423. {block:PreviousPage}
  1424. <a href="{PreviousPage}"></a>
  1425. {/block:PreviousPage}
  1426. </div>
  1427. {/block:Pagination}
  1428. {/block:IndexPage}
  1429. </body>
  1430. <div style="position:fixed; bottom:5px; right:5px; background:white; border: 1px solid #eee; padding: 3px; padding-bottom:5px; padding-top: 5px; font-family: arial; font-size: 15px; line-height: 10px;"><a href="http://mkbye.tumblr.com" title="theme by mkbye"><img src="http://www.u.arizona.edu/~patricia/cute-collection/christmas-stuff/reindeer-stocking.gif"></a></div>
  1431.  
  1432.  
  1433.  
  1434.  
  1435. <div id="02" class="popup_block">
  1436. <div style="font-family:roboto; font-size:70px; text-align:center; color:#fff; line-height: 35px; padding-top:15px; padding-bottom: 10px;text-shadow:-1px 0 {color:title}, 0 1px {color:title}, 1px 0 {color:title}, 0 -1px {color:title}; letter-spacing:2px;">Updates</div>
  1437.  
  1438. <hr size=2; color={color:sidebar}>
  1439.  
  1440. <div style="font-size:12px; font-family:arial; line-height:13px; padding-top:10px; text-align:center;">
  1441.  
  1442.  
  1443. Write your updates here!
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449.  
  1450.  
  1451.  
  1452.  
  1453.  
  1454.  
  1455.  
  1456.  
  1457.  
  1458.  
  1459.  
  1460.  
  1461.  
  1462.  
  1463.  
  1464.  
  1465. </div>
  1466.  
  1467.  
  1468.  
  1469. </div></div></div></div></div></div></div></div></div></div>
  1470. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement