Advertisement
Guest User

Theme 6 (@themesby-emily-karen-kimberly)

a guest
Feb 7th, 2013
1,096
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.06 KB | None | 0 0
  1. <!--
  2. Theme by vikki edited by @colortastic
  3. Please do not remove the theme credit (:
  4. -->
  5. <html lang="en">
  6. <head>
  7. <script type="text/javascript"
  8. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  9.  
  10. <script>
  11. $(document).ready(function() {
  12. //
  13. $('a.poplight[href^=#]').click(function() {
  14. var popID = $(this).attr('rel'); //Get Popup Name
  15. var popURL = $(this).attr('href'); //Get Popup href to define size
  16. var query= popURL.split('?');
  17. var dim= query[1].split('&');
  18. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  19. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/tumblr_lngwraXumj1qf72le.png" class="btn_close" title="Close" alt="Close" /></a>');
  20. var popMargTop = ($('#' + popID).height() + 80) / 2;
  21. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  22. //Apply Margin to Popup
  23. $('#' + popID).css({
  24. 'margin-top' : -popMargTop,
  25. 'margin-left' : -popMargLeft
  26. });
  27. $('body').append('<div id="fade"></div>');
  28. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  29. return false;
  30. });
  31. $('a.close, #fade').live('click', function() {
  32. $('#fade , .popup_block').fadeOut(function() {
  33. $('#fade, a.close').remove(); //fade them both out
  34. });
  35. return false;
  36. });
  37. });
  38. </script>
  39. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  40.  
  41. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  42. <html lang="en">
  43.  
  44.  
  45. <script type="text/javascript"
  46. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  47.  
  48. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  49. <meta name="color:background" content="#ffffff"/>
  50. <meta name="color:text" content="#000000"/>
  51. <meta name="color:borda" content="#d8d8d8"/>
  52. <meta name="color:links sidebar borda" content="#d8d8d8"/>
  53. <meta name="color:links sidebar" content="#fff"/>
  54. <meta name="color:scrollbar" content="#0000FF"/>
  55. <meta name="color:links sidebar hover" content="#fff"/>
  56. <meta name="color:links" content="#000000"/>
  57. <meta name="color:title" content="#000000"/>
  58. <meta name="color:asks" content="#e6e6e6"/>
  59. <meta name="image:bottomleft" content=""/>
  60. <meta name="color:hover" content="#686868"/>
  61. <meta name="image:Sidebar" content=""/>
  62. <meta name="image:Background" content=""/>
  63. <meta name="text:Link one Title" content=""/>
  64. <meta name="text:Link one" content="" />
  65. <meta name="text:Link Three Title" content=""/>
  66. <meta name="text:Link Three" content=""/>
  67. <meta name="text:Link Four Title" content=""/>
  68. <meta name="text:Link Four" content=""/>
  69. <meta name="text:Link two Title" content=""/>
  70. <meta name="text:Link two" content=""/>
  71. <meta name="text:Link Five Title" content=""/>
  72. <meta name="text:Link Five" content=""/>
  73. <meta name="image:Sidebar" content=""/>
  74. <meta name="image:SidebarBackground" content=""/>
  75. <meta name="if:Show Sidebar Image" content="0"/>
  76. <meta name="if:popups" content="0"/>
  77. <meta name="if:3columns" content="1"/>
  78. <meta name="if:1column" content="0"/>
  79. <meta name="if:Show Bottom Left Image" content="0"/>
  80. <meta name="if:descriptionscroll" content="1"/>
  81. <style type="text/css">
  82.  
  83. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  84.  
  85.  
  86. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name=”description” content=”{MetaDescription}” />{/block:Description}
  87. <script type=”text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script>
  88.  
  89.  
  90. <script type=”text/javascript”>
  91. //
  92. function desabilitaMenu(e)
  93. {
  94. if (window.Event)
  95. {
  96. if (e.which == 2 || e.which == 3)
  97. return false;
  98. }
  99. else
  100. {
  101. event.cancelBubble = true
  102. event.returnValue = false;
  103. return false;
  104. }
  105. }
  106. document.oncontextmenu = desabilitaMenu;
  107. document.onmousedown = desabilitaBotaoDireito;
  108. document.onmouseup = desabilitaBotaoDireito;
  109. </script>trols{
  110. position:fixed !important;
  111. }
  112. ::-webkit-scrollbar-thumb:vertical {
  113.  
  114. height:9px;
  115.  
  116. background-color: {color:scrollbar};
  117.  
  118. }
  119.  
  120. ::-webkit-scrollbar {
  121.  
  122. width:5px;
  123.  
  124. height:5px;
  125.  
  126. background:#fff;
  127.  
  128. margin-right:5px;
  129.  
  130. }
  131.  
  132. .popup_block{
  133. display: none; /*--hidden by default--*/
  134. background: white ;
  135. padding: 5px;
  136. border: 2px solid {color:borda};
  137. float: left;
  138. font-family: "short stack";
  139. font-size: 12;
  140. position: fixed;
  141. top: 50%; left: 50%;
  142. z-index: 99999;
  143. /*--CSS3 Box Shadows--*/
  144. -webkit-box-shadow: 0px 0px 20px #000;
  145. -moz-box-shadow: 0px 0px 20px #000;
  146. box-shadow: 0px 0px 20px #000;
  147. /*--CSS3 Rounded Corners--*/
  148. -webkit-border-radius: 0px;
  149. -moz-border-radius: 0px;
  150. border-radius: 0px;
  151. }
  152. img.btn_close {
  153. float: right;
  154. margin: 0 0px 0 0;
  155. }
  156. /*--Making IE6 Understand Fixed Positioning--*/
  157. *html #fade {
  158. position: absolute;
  159. }
  160. *html .popup_block {
  161. position: absolute;
  162. }
  163. @font-face {
  164. font-family: "kg luck of the irish";
  165. src: url('http://static.tumblr.com/nsunyax/RJSlz7y7g/kgluckoftheirish.ttf');
  166. }
  167. @font-face {
  168. font-family: "kg luck of the irish";
  169. src: url('http://static.tumblr.com/nsunyax/RJSlz7y7g/kgluckoftheirish.ttf');
  170. }
  171.  
  172. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  173.  
  174. @font-face { font-family: "Call Me"; src: url("http://static.tumblr.com/j2nmv5m/yJSm69tse/kgcallmemaybe-skinny.ttf") format("truetype"); }
  175.  
  176. @font-face {font-family: "bree"; src: url('http://static.tumblr.com/w1f0ilq/4m9lyy51c/tall_film.ttf');}
  177.  
  178. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  179.  
  180. @font-face { font-family: "that one thing"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  181.  
  182. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  183.  
  184. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  185.  
  186. @font-face { font-family: "Arsenale White"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  187.  
  188. @font-face{ font-family: 'pixel'; font-style: normal; font-weight: normal; src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  189.  
  190. @font-face {
  191. font-family: "dawning";
  192. src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');}
  193.  
  194. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  195.  
  196. @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
  197.  
  198. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  199.  
  200. @font-face { font-family: "pewp"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  201.  
  202. .left{
  203. float: left;
  204. margin-right: 20px;
  205. width: 802px;
  206. }
  207.  
  208. .right{
  209. float: right;
  210. width: 200px;
  211. background-color: {color:Background};
  212. }
  213. iframe#tumblr_controls {
  214. top: 0% !important;
  215. right:0% !important;
  216. position: fixed !important;}
  217. body {
  218. padding: 0px;
  219. margin: 0px;
  220. color:#000;
  221. font-family: pewp;
  222. font-size: 11px;
  223. background-color: {color:Background};
  224. background-image:url({image:Background});
  225. background-attachment: fixed;
  226. background-repeat: repeat;
  227. }
  228.  
  229. a:link, a:active, a:visited{
  230. color:{color:links};
  231. text-decoration: none;
  232. -webkit-transition: color 0.4s ease-out;
  233. -moz-transition: color 0.4s ease-out;
  234. }
  235.  
  236. a:hover{
  237. color:{color:hover};
  238. -webkit-transition: color 0.4s ease-out;
  239. -moz-transition: color 0.4s ease-out;
  240. text-shadow:0px 0px 1px {color:hover};
  241. }
  242.  
  243.  
  244.  
  245. .niallsbut{
  246. position: fixed !important;
  247. font-family: 'calibri';
  248. font-size: 13px;
  249. bottom:5px;right:5px;
  250. height:15px;
  251. width:18px;
  252. border:3px double #686868;
  253. background:white;
  254. }
  255.  
  256.  
  257. .entry {
  258. {block:ifnot3columns}
  259. margin:2px;
  260. {/block:ifnot3columns}
  261. padding: 1px;
  262. float:left;
  263. background-color: white;
  264. border:3px double {color:borda};
  265. font-family: pewp;
  266. font-size: 11px;
  267. line-height:10px;
  268. {block:IndexPage}
  269. overflow: hidden;
  270. {block:if1column}
  271. width:400px;
  272. {/block:if1column}
  273. {block:ifnot1column}
  274. {block:ifnot3columns}
  275. width:250px;
  276. {/block:ifnot3columns}
  277. {/block:ifnot1column}
  278. {block:ifnot1column}
  279. {block:if3columns}
  280. width:250px;
  281. margin:4px;
  282. {/block:if3columns}
  283. {/block:ifnot1column}
  284. {/block:IndexPage}
  285. {block:PermalinkPage}
  286. width:450px;
  287. margin-left: 0px;
  288. {/block:PermalinkPage}
  289. }
  290.  
  291. .bubble {align:right;background:{color:asks}; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  292. .bubble p {margin:1px 0px;}
  293. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid {color:asks};}
  294. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: {color:asks}}
  295. .permalink4 p {
  296. margin: 0px;
  297. }
  298.  
  299. .permalink2 {
  300. text-transform: normal;
  301. margin: auto;
  302. font-family: 'pewp';
  303. padding-top: 7px;
  304. position: absolute;
  305. border: 2px solid #aaa;
  306. text-align: center;
  307. margin-top: 0%;
  308. width: 140px;
  309. {block:ifnot1column}
  310. height: 20px;
  311. {/block:ifnot1column}
  312. {block:if1column}
  313. height: 20px;
  314. {/block:if1column}
  315. background: #fff;
  316. left: 20;
  317. opacity: 0;
  318. bottom: 23;
  319. filter: alpha(opacity = 0);
  320. -webkit-transition: all ease-in .5s;
  321. -moz-transition: all ease-in .5s;
  322. -o-transition: all ease-in .5s;
  323. -ms-transition: all ease-in .5s;
  324. transition: all ease-in .5s;
  325. }
  326. .entry:hover .permalink2 {
  327. margin-top: 0%;
  328. opacity: .9;
  329. filter: alpha(opacity = 100);
  330. }
  331.  
  332.  
  333. .permalink2 a {
  334. font-family: 'pewp';
  335. text-transform: normal;
  336. font-size:13px;
  337. padding-top: 7px;
  338. color: #0000;
  339. height: 100%;
  340. width: 100%;
  341. -webkit-transition: all ease-in .5s;
  342. -moz-transition: all ease-in .5s;
  343. -o-transition: all ease-in .5s;
  344. -ms-transition: all ease-in .5s;
  345. transition: all ease-in .5s;
  346. }
  347. .permalink2 a:hover {
  348. color:#aaa;
  349. -webkit-transition: all ease-in .5s;
  350. -moz-transition: all ease-in .5s;
  351. -o-transition: all ease-in .5s;
  352. -ms-transition: all ease-in .5s;
  353. transition: all ease-in .5s;
  354.  
  355. }
  356.  
  357. .entry #permalink {
  358. position: absolute;
  359. margin-bottom: 100px;
  360. margin-left: 6px;
  361. opacity: 0;
  362. -webkit-transition: all .5s ease;
  363. -moz-transition: all .5s ease;
  364. -o-transition: all .5s ease;
  365. transition: all .5s ease;
  366. }
  367.  
  368. .entry:hover #permalink {
  369. margin-top: 4px;
  370. margin-left: 6px;
  371. opacity: 1;
  372. }
  373.  
  374. .countreblog {
  375. letter-spacing:1px;
  376. font-family: pewp;
  377. font-size:10px;
  378. color: #a4a4a4;
  379. line-height:10px;
  380. margin: 2px;
  381. background:#fafafa;
  382. background-repeat:repeat;
  383. border:1px solid #fafafa;
  384. padding:2px 2px;
  385. opacity: 1;
  386. -webkit-border-radius:0px;
  387. moz-border-radius:0px;
  388. -o-border-radius:0px;
  389. border-radius:0px;
  390. }
  391.  
  392. .countreblog a { color: #000; }
  393.  
  394.  
  395. @font-face { font-family: "pewp"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  396.  
  397.  
  398. div#sidebar{
  399. border-radius: 6px;
  400. -moz-border-radius: 6px;
  401. -webkit-border-radius: 0px 30px 0px 0px;
  402. z-index:999999999999999;
  403. position:absolute !important;
  404. position:fixed !important;
  405. font-family: calibri;
  406. font-size: 11px;
  407. background-color: transparent;
  408. width:250px;
  409. height:auto;
  410. top:100px;
  411. {block:if1column}
  412. margin-left:130px;
  413. {/block:if1column}
  414. {block:ifnot3columns}
  415. {block:ifnot1column}
  416. left: 80px;
  417. {/block:ifnot1column}
  418. {/block:ifnot3columns}
  419. {block:if3columns}
  420. margin-left:30px;
  421. {/block:if3columns}
  422. padding:2px;
  423. }
  424.  
  425.  
  426. .linkss {
  427. width: 70px;
  428. height: 18px;
  429. font-size:12px;
  430. letter-spacing:2px;
  431. margin-top:75px;
  432. margin-left:0px;
  433. line-height:15px;
  434. font-family: 'pewp', cursive;
  435. background: {color:links sidebar};
  436. border:3px double {color:links sidebar borda};
  437. text-align:center;
  438. display: inline-block;
  439. -webkit-transition-duration: .6s;
  440. border-top-right-radius:0px;
  441. border-bottom-right-radius:0px;
  442. border-top-left-radius:0px;
  443. border-bottom-left-radius:0px;
  444. -webkit-transform: rotate(450deg);
  445. -moz-transform: rotate(450deg);
  446. }
  447.  
  448. .linkss:hover {
  449. letter-spacing:2px;
  450. color: #000;
  451. box-shadow: 0px 0px 10px #d8d8d8;
  452. font-family: "pewp";
  453. font-size: 12px;
  454. border: 3px solid {color:links sidebar hover};
  455. background: {color:links sidebar hover};
  456. -webkit-transform: rotate(360deg);
  457. -moz-transform: rotate(360deg);
  458. -moz-transition: all .2s ease-in-out;
  459. -o-transition: all .2s ease-in-out;
  460. transition: all .2s ease-in-out;
  461. -webkit-transition: all .2s ease-in-out;
  462. -webkit-transition-duration: .4s;
  463. }
  464.  
  465. div#sidebar3{
  466. z-index:1;
  467. position:fixed !important;
  468. font-family: 'short stack';
  469. font-size: 10px;
  470. background:url({image:SidebarBackground});
  471. width:297px;
  472. height:100%;
  473. top:0px;
  474. opacity:.8;
  475. padding:1px;
  476. letter-spacing:0px;
  477. {block:if1column}
  478. margin-left:0px;
  479. {/block:if1column}
  480. {block:ifnot3columns}
  481. {block:ifnot1column}
  482. left: 0px;
  483. {/block:ifnot1column}
  484. {/block:ifnot3columns}
  485. {block:if3columns}
  486. margin-left:0px;
  487. {/block:if3columns}
  488. }
  489.  
  490.  
  491. div#sidebar2{
  492. z-index:1;
  493. position:fixed !important;
  494. font-family: 'short stack';
  495. font-size: 10px;
  496. background:url({image:SidebarBackground});
  497. width:100px;
  498. height:100%;
  499. top:0px;
  500. opacity:.7;
  501. {block:if1column}
  502. margin-left:844px;
  503. {/block:if1column}
  504. {block:ifnot3columns}
  505. {block:ifnot1column}
  506. left: 910px;
  507. {/block:ifnot1column}
  508. {/block:ifnot3columns}
  509. {block:if3columns}
  510. margin-left:1125px;
  511. {/block:if3columns}
  512. padding:1px;
  513. letter-spacing:0px;
  514. }
  515.  
  516.  
  517. div#desc{
  518. width:197px;
  519. height:auto;
  520. {block:ifdescriptionscroll}
  521. overflow:auto;
  522. height:70px;
  523. {block:ifdescriptionscroll}
  524. font-family:pewp;
  525. background: white;
  526. margin-top:6px;
  527. margin-left:3px;
  528. border-left:1px solid {color:borda};
  529. border:3px double {color:borda};
  530. border-top-right-radius:0px;
  531. border-top-left-radius:0px;
  532. }
  533.  
  534. #blogtitle{
  535. font-size: 35px;
  536. text-align:center;
  537. width:192px;
  538. border: 3px double {color:borda};
  539. margin: 25px 0px 5px 0px;
  540. padding: 2px;
  541. font-family: "call me";
  542. margin-left:24px;
  543. line-height: 35px;
  544. background: white;
  545. color: {color:title};
  546. letter-spacing: 2px;
  547. }
  548.  
  549. #posts {
  550. {block:if1column}
  551. width: 550px;
  552. margin-left:410px;
  553. {/block:if1column}
  554. {block:ifnot3columns}
  555. {block:ifnot1column}
  556. width: 650px;
  557. margin-left:370px;
  558. {/block:ifnot1column}
  559. {/block:ifnot3columns}
  560. {block:if3columns}
  561. width:850px;
  562. margin-left:319px;
  563. {/block:if3columns}
  564. margin-top:0px;
  565. float:left;
  566. font-family: "pewp";
  567. }
  568. .cred{
  569. top: 0px;
  570. left:0px;
  571. position:fixed;
  572. }
  573. #infscr-loading{
  574. bottom: -70px;
  575. position: absolute;
  576. left: 50%;
  577. margin-left:-8px;
  578. width:16px;
  579. height:11px;
  580. overflow:hidden;
  581. margin-bottom: 50px;
  582. }
  583. @font-face {
  584. font-family: fromwhere;
  585. src: url('http://static.tumblr.com/huallmg/NOjm2hzvp/fromwhereyouare.ttf');
  586. }
  587.  
  588. @font-face { font-family: "origin"; src: url('http://static.tumblr.com/lyl1wkn/6tdm8yvpc/origin-light.ttf'); }
  589. blockquote{
  590. padding:0px 0px 2px 5px;
  591. margin:0px 0px 0px 0px;
  592. border-left: 1px solid #555555;
  593. }
  594.  
  595. blockquote p, ul{
  596. margin:0px;
  597. padding:0px;
  598. }
  599.  
  600. a img{border: 0px;}
  601.  
  602. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  603.  
  604. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  605. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  606.  
  607. .notes img{
  608. width:10px;
  609. position:relative;
  610. top:3px;
  611. }
  612. {block:ifnot1column}
  613. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  614. {block:IndexPage}
  615. width: 250px !important;
  616. {/block:IndexPage}
  617. }
  618. .video embed, .post div.video object {width:250px !important; height:120px !important;}
  619. {/block:ifnot1column}
  620.  
  621. {block:if1column}
  622. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  623. {block:IndexPage}
  624. width: 400px !important;
  625. {/block:IndexPage}
  626. }
  627. .video embed, .post div.video object {width:240px !important; height:320px !important;}
  628. {/block:if1column}
  629.  
  630. .title{
  631. font-family: 'pewp';
  632. font-size: 20px;
  633. line-height:20px;
  634. color: {color:title};
  635. font-weight: normal;
  636. }
  637.  
  638. div#borda {
  639. border-bottom: 1px dashed {color:borda};}
  640.  
  641.  
  642. </style>
  643. {block:IndexPage}
  644. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  645. <script type="text/javascript" src="http://static.tumblr.com/9ukfwg7/TlZmfhq24/inf.txt"></script>
  646.  
  647. <script type="text/javascript">
  648. $(window).load(function () {
  649. var $content = $('#posts');
  650. $content.masonry({itemSelector: '.entry'}),
  651. $content.infinitescroll({
  652. navSelector : 'div#pagination',
  653. nextSelector : 'div#pagination a#nextPage',
  654. itemSelector : '.entry',
  655. loading: {
  656. finishedMsg: '',
  657. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  658. },
  659. bufferPx : 600,
  660. debug : false,
  661. },
  662. // call masonry as a callback.
  663. function( newElements ) {
  664. var $newElems = $( newElements );
  665. $newElems.hide();
  666. // ensure that images load before adding to masonry layout
  667. $newElems.imagesLoaded(function(){
  668. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  669.  
  670.  
  671. });
  672. });
  673. });
  674. </script>
  675.  
  676. {/block:IndexPage}
  677.  
  678. </div>
  679.  
  680. <title>{title}</title>
  681.  
  682. <link rel="shortcut icon" href="{Favicon}">
  683. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  684. <meta name="viewport" content="width=820" />
  685.  
  686.  
  687.  
  688. <div class="wrapper">
  689.  
  690. <div class="header">
  691.  
  692. </div>
  693. <div id="sidebar"><div id="blogtitle">{Title}</div>
  694. <center>{block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" style="-webkit-border-radius: 0px 0px 0px 0px;;" margin-top:0px; width=200px></a>{/block:ifshowsidebarimage} </center><center></center>
  695. <center><div id="desc"> <!--{block:Description}--><center>
  696. <meta name="description" content="{MetaDescription}" />
  697. <!--{/block:Description}-->
  698. <center>{description}</center></div></div>
  699. <div id="sidebar2"> <center>
  700. {block:ifpopups}<br><br><br><br><br><br><br><br><br><br><br><br>
  701. <span class="linkss"><a href="/">home</a></span>
  702. <span class="linkss"><a href="#?w=500" rel="02" class="poplight">inbox</a></span>
  703. <span class="linkss"><a href="#?w=450" rel="04" class="poplight">links</a></span>{/block:ifpopups}{block:ifnotpopups}
  704. <span class="linkss"><a href="/">home</a></span><span class="linkss"><a href="/ask">inbox</a></span>{block:HasPages}{block:Pages}<span class="linkss"><a href="{URL}">{Label}</a></span>{/block:Pages}{/block:HasPages}{block:ifLinkOneTitle}<span class="linkss"><a href="{text:Link One}"> {text:Link One Title}</a></span>{/block:ifLinkOneTitle}{block:ifLinkTwoTitle}<span class="linkss"><a href="{text:Link Two}">{text:Link Two Title}</a></span>{/block:ifLinkTwoTitle}{block:ifLinkThreeTitle}<span class="linkss"><a href="{text:Link Three}">{text:Link Three Title}</a></span>{/block:ifLinkThreeTitle}{block:ifLinkFourTitle}<span class="linkss"><a href="{text:Link Four}">{text:Link Four Title}</a></span>{/block:ifLinkFourTitle}{block:ifLinkFiveTitle}<span class="linkss"><a href="{text:Link Five}">{text:Link Five Title}</a></span>{/block:ifLinkFiveTitle}</span>{/block:ifLinkFiveTitle}</span>{/block:ifnotpopups}<br><br>
  705. </div>
  706.  
  707. <div class="niallsbut"><center><a href="http://colortastic.tumblr.com" title="Edited by Kimberly!"><img src="http://static.tumblr.com/xys2alz/rCumhpx15/kjkjhkj.png" width=14/></a></center></div>
  708. <div id="sidebar3"></div>
  709. <div id="linksbar"> <center><br><center></div>
  710. <div class="left">
  711.  
  712. <div id="posts">
  713.  
  714. {block:Posts}
  715. <div class="entry">
  716.  
  717. {block:Text}
  718. {block:IndexPage} <div id="permalink">
  719. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  720. {block:Title}<a href="{permalink}"><span class="title">{Title}</span></a>{/block:Title}
  721. <span class="entrytext">{Body}</span>
  722. {/block:Text}
  723.  
  724. {block:Link}
  725. <a href="{URL}" class="title">{Name}</a>
  726. {block:Description}{Description}{/block:Description}
  727. {block:IndexPage} <div id="permalink">
  728. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  729. {block:Link}
  730.  
  731. {block:Answer}
  732. <div class="post"><div class="askborder">
  733. <img src="{askerportraiturl-40}" width="40px"></div><div class="bubble"><span></span>{asker} said: {Question}</div><br>
  734. Then I was like: {Answer}
  735. </div>
  736. <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
  737. {/block:Answer}
  738.  
  739. {block:Photo}
  740. <center>
  741. {block:IndexPage}
  742. <div class="permalink2">
  743. <a href="{Permalink}">{NoteCount} notes / <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  744. {LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:ifnot1column}width=250px{/block:ifnot1column}{block:if1column}width=400px{/block:if1column}/></div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=450px/>{LinkCloseTag}{/block:PermalinkPage}</center>
  745. {block:ifshowcaptions}{caption}{/block:ifshowcaptions}
  746. {/block:Photo}
  747.  
  748. {block:Photoset}
  749. {block:IndexPage} <div id="permalink">
  750. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  751. <center>{block:ifnot1column}<div class="photoset_photo" width="250px">{Photoset-250}</div>{/block:ifnot1column}{block:if1column}<div class="photoset_photo" width="400px">{Photoset-400}</div>{/block:if1column}</center>
  752. <p style="text-align: right;">
  753. {/block:Photoset}
  754.  
  755. {block:Quote}{block:IndexPage} <div id="permalink">
  756. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  757. {Quote}</span> <br>
  758. {block:Source}<p align=right><strong>-{Source}</right></strong>{/block:Source}
  759. {/block:Quote}
  760.  
  761. {block:Chat}
  762. {block:IndexPage} <div id="permalink">
  763. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  764. {block:Title}<span class="title">{Title}</span>{/block:Title}
  765. <ul class="chat">
  766. {block:Lines}
  767. <li class="user_{UserNumber}">
  768. {block:Label}
  769. <span class="label">{Label}</span>
  770. {/block:Label}
  771. {Line}
  772. </li>
  773. {/block:Lines}
  774. </ul>
  775.  
  776. {/block:Chat}
  777.  
  778. {block:Audio}
  779. <div style="width:320px; height:30px;">
  780. {AudioPlayerBlack}
  781. </div>
  782. {block:IndexPage}<span class="permalink">
  783. <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
  784. </span>{/block:IndexPage}
  785. {/block:Audio}
  786.  
  787. {block:Video}
  788. {block:IndexPage}
  789. <div id="permalink">
  790. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>
  791. <center>{block:if1column}
  792. <div class="video">{Video-400}</div>{/block:if1column}{block:ifnot1column}
  793. <div class="video">{Video-250}</div>{/block:ifnot1column}</center></center>
  794. {/block:IndexPage}
  795. {block:PermalinkPage}
  796. <center>
  797. {Video-550}</center>
  798. {/block:PermalinkPage}
  799. {block:Video}
  800.  
  801. {block:PermalinkPage}
  802. <center>
  803. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  804.  
  805.  
  806. {/block:PermalinkPage}
  807.  
  808.  
  809. {block:PostNotes}{PostNotes}
  810. {/block:PostNotes}
  811. </div>
  812.  
  813.  
  814. {/block:Posts}
  815. </div>
  816. </div>
  817. {block:IndexPage}
  818. {block:Pagination}
  819. <div id="pagination">
  820. {block:NextPage}
  821. <a id="nextPage" href="{NextPage}"></a>
  822. {/block:NextPage}
  823. {block:PreviousPage}
  824. <a href="{PreviousPage}">&larr;&nbsp;</a>
  825. {/block:PreviousPage}
  826. </div>
  827. {/block:Pagination}
  828. {/block:IndexPage}
  829. </div>
  830. </body>
  831.  
  832. {block:ifpopups}
  833. <div id="04" class="popup_block"><right><font face="stars"><font size="5">Links:</font></font></right>
  834. <center>
  835. <a href="/archive">archive -</a> {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a> - {/block:Pages}{/block:HasPages}{block:ifLinkOneTitle} <a href="{text:Link One}"> {text:Link One Title} - </a> {/block:ifLinkOneTitle}
  836. {block:ifLinkTwoTitle} <a href="{text:Link Two}"> {text:Link Two Title} - </a> {/block:ifLinkTwoTitle} {block:ifLinkThreeTitle}<a href="{text:Link Three}"> {text:Link Three Title} - </a> {/block:ifLinkThreeTitle} {block:ifLinkFourTitle}<a href="{text:Link Four}"> {text:Link Four Title} - </a> {/block:ifLinkFourTitle} <a href="/submit">submit</a> - <a href="http://colortastic.tumblr.com">©</a>
  837. </center></div></div>
  838.  
  839. </div></div></div></div></div></div></div></div></div></div>
  840.  
  841. <div id="02" class="popup_block">
  842. <right><font face="stars"><font size="5">Ask:</font></font></right>
  843. <center>
  844. <iframe frameborder="0" height="149" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{URLNAME}.tumblr.com" width="100%"></iframe><!--[if IE]><mce:script type="text/javascript"><! document.getElementById('ask_form').allowTransparency=true; // --><!--[endif] --></p>
  845. </center></div>
  846.  
  847.  
  848. </div></div></div></div></div></div></div></div></div></div>
  849. {/block:ifpopups}
  850.  
  851. </div>
  852.  
  853. {block:ifshowbottomleftimage} <div style="position:fixed; bottom:0px; left:0px;">
  854. <img src="{image:bottomleft}">
  855. <div style="position:fixed; bottom: 70px; left:0px;">{/block:ifshowbottomleftimage}
  856. </html>
  857.  
  858. <!--
  859.  
  860. Please do not remove the theme credit (:
  861. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement