Advertisement
work-it-out-themes2

Christmas theme 4 for tumblr

Nov 19th, 2013
7,549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.33 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  6. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}{block:PostSummary} - {PostSummary}{/block:PostSummary}</title>
  7.  
  8. <link rel="shortcut icon" href="{Favicon}" />
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  10. {block:Description}
  11. <meta name="description" content="{MetaDescription}" />
  12. {/block:Description}
  13.  
  14.  
  15.  
  16.  
  17.  
  18. {block:IfEndlessScrolling}
  19. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
  20.  
  21. <!--
  22. The light behind your eyes
  23. Made by:
  24. http://work-it-out.tumblr.com/
  25. -->
  26.  
  27.  
  28. <html lang="en">
  29. <head>
  30. <meta name="text:Custom Link 1 Title" content=""/>
  31. <meta name="text:Custom Link 1" content=""/>
  32. <meta name="color:Asks" content="#ece9e3"/>
  33. <meta name="color:Links" content="#d04343"/>
  34. <meta name="color:Posts bg" content="#faf9f7"/>
  35. <meta name="color:Scrollbar" content="#bf3535"/>
  36. <meta name="color:Text" content="#a3a19c"/>
  37. <meta name="color:Menu" content="#af2a2a"/>
  38. <meta name="color:Chat" content="#c7c7c7"/>
  39. <meta name="color:Background color" content="#faf9f7"/>
  40. <meta name="color:Side borders" content="#d7d7d7"/>
  41. <meta name="color:Permalink text" content="#969996"/>
  42. <meta name="color:Permalink text hover" content="#a32c26"/>
  43. <meta name="color:Links hover" content="#6ea350"/>
  44. <meta name="color:Description" content="#fcfcfc"/>
  45. <meta name="text:Custom Link 2 Title" content=""/>
  46. <meta name="text:Custom Link 2" content=""/>
  47. <meta name="text:Custom Link 3 Title" content=""/>
  48. <meta name="text:Custom Link 3" content=""/>
  49. <meta name="text:Custom Link 4 Title" content=""/>
  50. <meta name="text:Custom Link 4" content=""/>
  51.  
  52. <meta name="if:EndlessScrolling" content="0"/>
  53. <meta name="if:Description" content="1"/>
  54. <meta name="if:ShowCaptions" content="1"/>
  55. <meta name="if:Snow" content="1"/>
  56. <meta name="image:Sidebar IMG" content="http://static.tumblr.com/6ryspsu/kXlmwirot/g.png"/>
  57.  
  58. <!-- start of script tooltip -->
  59. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  60.  
  61. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  62.  
  63. <link href='http://fonts.googleapis.com/css?family=Scada' rel='stylesheet' type='text/css'>
  64.  
  65. {block:IfSnow}
  66. <SCRIPT type="text/javascript">
  67. /*
  68. Snow Fall 1 - no images - Java Script
  69. Visit http://rainbow.arch.scriptmania.com/scripts/
  70. for this script and many more
  71. */
  72.  
  73. // Set the number of snowflakes (more than 30 - 40 not recommended)
  74. var snowmax=50
  75.  
  76. // Set the colors for the snow. Add as many colors as you like
  77. var snowcolor=new Array("#aaaacc","#ffffff","#ccccdd","#f3f3f3","#f0ffff")
  78.  
  79. // Set the fonts, that create the snowflakes. Add as many fonts as you like
  80. var snowtype=new Array("Times","Arial","Times","Verdana")
  81.  
  82. // Set the letter that creates your snowflake (recommended: * )
  83. var snowletter="*"
  84.  
  85. // Set the speed of sinking (recommended values range from 0.3 to 2)
  86. var sinkspeed=0.7
  87.  
  88. // Set the maximum-size of your snowflakes
  89. var snowmaxsize=32
  90.  
  91. // Set the minimal-size of your snowflakes
  92. var snowminsize=14
  93.  
  94. // Set the snowing-zone
  95. // Set 1 for all-over-snowing, set 2 for left-side-snowing
  96. // Set 3 for center-snowing, set 4 for right-side-snowing
  97. var snowingzone=1
  98.  
  99. ///////////////////////////////////////////////////////////////////////////
  100. // CONFIGURATION ENDS HERE
  101. ///////////////////////////////////////////////////////////////////////////
  102.  
  103.  
  104. // Do not edit below this line
  105. var snow=new Array()
  106. var marginbottom
  107. var marginright
  108. var timer
  109. var i_snow=0
  110. var x_mv=new Array();
  111. var crds=new Array();
  112. var lftrght=new Array();
  113. var browserinfos=navigator.userAgent
  114. var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
  115. var ns6=document.getElementById&&!document.all
  116. var opera=browserinfos.match(/Opera/)
  117. var browserok=ie5||ns6||opera
  118.  
  119. function randommaker(range) {
  120. rand=Math.floor(range*Math.random())
  121. return rand
  122. }
  123.  
  124. function initsnow() {
  125. if (ie5 || opera) {
  126. marginbottom = document.body.scrollHeight
  127. marginright = document.body.clientWidth-15
  128. }
  129. else if (ns6) {
  130. marginbottom = document.body.scrollHeight
  131. marginright = window.innerWidth-15
  132. }
  133. var snowsizerange=snowmaxsize-snowminsize
  134. for (i=0;i<=snowmax;i++) {
  135. crds[i] = 0;
  136. lftrght[i] = Math.random()*15;
  137. x_mv[i] = 0.03 + Math.random()/10;
  138. snow[i]=document.getElementById("s"+i)
  139. snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
  140. snow[i].size=randommaker(snowsizerange)+snowminsize
  141. snow[i].style.fontSize=snow[i].size+'px';
  142. snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
  143. snow[i].style.zIndex=1000
  144. snow[i].sink=sinkspeed*snow[i].size/5
  145. if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  146. if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  147. if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  148. if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  149. snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
  150. snow[i].style.left=snow[i].posx+'px';
  151. snow[i].style.top=snow[i].posy+'px';
  152. }
  153. movesnow()
  154. }
  155.  
  156. function movesnow() {
  157. for (i=0;i<=snowmax;i++) {
  158. crds[i] += x_mv[i];
  159. snow[i].posy+=snow[i].sink
  160. snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i])+'px';
  161. snow[i].style.top=snow[i].posy+'px';
  162.  
  163. if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
  164. if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  165. if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  166. if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  167. if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  168. snow[i].posy=0
  169. }
  170. }
  171. var timer=setTimeout("movesnow()",50)
  172. }
  173.  
  174. for (i=0;i<=snowmax;i++) {
  175. document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")
  176. }
  177. if (browserok) {
  178. window.onload=initsnow
  179. }
  180.  
  181. </SCRIPT>
  182. {/block:IfSnow}
  183.  
  184.  
  185. <script>
  186.  
  187. (function($){
  188.  
  189. $(document).ready(function(){
  190.  
  191. $("a[title]").style_my_tooltips({
  192.  
  193. tip_follows_cursor:true,
  194.  
  195. tip_delay_time:90,
  196.  
  197. tip_fade_speed:600,
  198.  
  199. attribute:"title"
  200.  
  201. });
  202.  
  203. });
  204.  
  205. })(jQuery);
  206.  
  207. </script>
  208.  
  209. <title>{title}</title>
  210.  
  211. <link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  212.  
  213. <style type="text/css">
  214.  
  215. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};height:50px;}
  216. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar};height:5px!important;}
  217. ::-webkit-scrollbar {background-color:white;height:5px;width:6px;}
  218.  
  219.  
  220. scrollbar {
  221. /* clear useragent default style*/
  222. -moz-appearance: none !important;
  223. }
  224. /* buttons at two ends */
  225. scrollbarbutton {
  226. -moz-appearance: none !important;
  227. }
  228. /* the sliding part*/
  229. thumb{
  230. -moz-appearance: none !important;
  231. }
  232. scrollcorner {
  233. -moz-appearance: none !important;
  234. resize:both;
  235. }
  236. /* vertical or horizontal */
  237. scrollbar[orient="vertical"] {
  238. color:silver;
  239. }
  240.  
  241. ol.pnotes {
  242. float:left;
  243. margin-left:-25px;
  244. width:514px;
  245. text-align:left;
  246. }
  247.  
  248. ol.pnotes li.pnote {
  249. background-color:pink;
  250. list-style-type: none;
  251. margin-bottom:1px;
  252. padding: 2px;
  253. text-align:left;
  254. }
  255.  
  256. ol.pnotes li.pnote img.avatar {
  257. height: 16px;
  258. vertical-align: -4px;
  259. margin-right: 10px;
  260. width: 16px;
  261. }
  262.  
  263. ol.pnotes li.pnote span.action {
  264. list-style-type: none;
  265. font-weight: normal;
  266. }
  267.  
  268. ol.pnotes li.pnote .answer_content {
  269. list-style-type: none;
  270. font-weight: normal;
  271. }
  272.  
  273. .pagenumbers {
  274. color:{color:text};
  275. font-family:'pt sans';
  276. font-size:9px;
  277. margin-top:-10px;
  278. margin-bottom:5px;
  279. padding-top:5px;
  280. padding-bottom:2px;
  281. padding-left:3px;
  282. padding-right:3px;
  283. text-align: center;
  284. }
  285.  
  286. .pagenumbers a, .pagenumbers a:link, .pagenumbers a:visited {
  287. background-color:;
  288. color:{color:Links};
  289. cursor:pointer;
  290. font-family:'pt sans';
  291. font-size:24pt;
  292. font-weight: normal;
  293. letter-spacing: px;
  294. text-decoration: none;
  295. }
  296.  
  297. .pagenumbers a:hover {
  298. color:{color:Links};
  299. }
  300.  
  301. .pnotes {
  302. color:{color:text};
  303. font-family:'pt sans';
  304. font-size:8pt;
  305. margin-left:-5px;
  306. margin-bottom:2px;
  307. padding-top:5px;
  308. padding-bottom:3px;
  309. padding-left:3px;
  310. padding-right:3px;
  311. }
  312.  
  313. iframe#tumblr_controls {
  314. top: 0% !important;
  315. right:0% !important;
  316. position: fixed !important;}
  317.  
  318. body{
  319. background:{color:background color};
  320. font-size:9pt;
  321. font-family:'pt sans';
  322. background-attachment: fixed;
  323. background-repeat: repeat;
  324. }
  325.  
  326. h1{
  327. font-family:Alwaysforever;
  328. font-size:22pt;
  329. text-transform: lowercase;
  330. text-decoration:none;
  331. font-weight:100;
  332. margin-top:20px;
  333. }
  334.  
  335. a:link, a:active, a:visited{
  336. color: {color:Links};
  337. text-decoration: none;
  338. }
  339.  
  340. a:hover{
  341. color: {color:Links hover};
  342. text-decoration: none;
  343. -webkit-transition: all 0.3s linear ;
  344. -moz-transition: all 0.3s linear ;
  345. transition: all 0.3s linear;
  346. }
  347.  
  348. .inposts {
  349. padding-left:3px;
  350. padding-right:3px;
  351. }
  352.  
  353. h2 {
  354. color: {color:text};
  355. font-family:'pt sans';
  356. font-size:10pt;
  357. font-style: normal;
  358. font-weight: normal;
  359. margin:0 0 0;
  360. }
  361.  
  362. #main {
  363. float:left;
  364. margin-top:6px;
  365. width:514px;
  366. margin-left:370px;
  367. }
  368.  
  369. #posts {
  370. background-color:{color:posts bg};
  371. color:{color:text};
  372. border: 1px solid {color:side borders};
  373. width:506px;
  374. font-family:'pt sans';
  375. font-size:8.5pt;
  376. padding-top:px;
  377. margin-bottom:-7px;
  378. padding-bottom:0px;
  379. padding-left:2px;
  380. padding-right:3px;
  381. position:relative;
  382. overflow:hidden;
  383. }
  384.  
  385.  
  386. #sidebar { width:285px;
  387. margin-left:70px;
  388. margin-top:-30px;
  389. padding-top:80px;
  390. float:left;
  391. position:fixed;
  392. }
  393.  
  394.  
  395. blockquote {
  396. border-left:2px solid {color:side borders};
  397. padding-left:2px;
  398. margin-left:5px;
  399. }
  400.  
  401.  
  402. #sidebar:hover .navig{
  403. -webkit-transition: all 0.5s linear ;
  404. -moz-transition: all 0.5s linear ;
  405. transition: all 0.5s linear;
  406. filter:alpha(opacity=100);
  407. opacity:100;}
  408.  
  409. .title{
  410. padding-left:0px;
  411. margin-bottom:10px;
  412. color:{color:title};
  413. font-size:28pt;
  414. position:relative;
  415. text-transform:lowercase;
  416. font-family:santa;
  417. }
  418.  
  419.  
  420. .desc{
  421. position:fixed;
  422. filter:alpha(opacity=0);
  423. opacity:0;
  424. z-index:9999;
  425. -webkit-transition: all 0.5s linear ;
  426. -moz-transition: all 0.5s linear ;
  427. transition: all 0.5s linear;
  428. width:120px;
  429. height:120px;
  430. text-align:left;
  431. padding:3px;
  432. font-family:'scada';
  433. font-size:7.5pt;
  434. overflow-y:auto;
  435. letter-spacing:0px;
  436. color:{color:text};
  437. margin-top:59px;
  438. margin-left:78px;
  439. background-color:{color:description};
  440. }
  441.  
  442. #sidebar:hover .desc{
  443. -webkit-transition: all 0.5s linear ;
  444. -moz-transition: all 0.5s linear ;
  445. transition: all 0.5s linear;
  446. filter:alpha(opacity=100);
  447. opacity:100;}
  448.  
  449. .pagination {
  450. margin-left:115px;
  451. text-align:center;
  452. line-height:0px;
  453. margin-top:183px;
  454. font-family:'pt sans';
  455. font-size:12px;
  456. color:{color:text};
  457. position:fixed;
  458. font-weight:bold;}
  459.  
  460. .pagination a {
  461. padding:4px;
  462. color:{color:text};
  463. }
  464.  
  465. .menu {
  466. margin-top:-210px;
  467. -webkit-transition: all 0.7s linear ;
  468. -moz-transition: all 0.7s linear ;
  469. transition: all 0.7s linear;
  470. font-family:'pt sans';
  471. text-transform:uppercase;
  472. margin-left:-35px;
  473. position:absolute;
  474. }
  475.  
  476. .menu a {
  477. padding:3px;
  478. margin-left:1px;
  479. font-size:6.5pt;
  480. letter-spacing:1px;
  481. margin-bottom:26px;
  482. display:block;
  483. padding:2px 6px 2px;
  484. text-align:center;
  485. }
  486.  
  487. .menu a:hover{
  488. -webkit-transition:0.5s linear ;
  489. transition: 0.5s;
  490. -moz-transition: 0.5s;
  491. -o-transition: 0.5s;
  492. left:1px;
  493. }
  494.  
  495. .user_1 .label {
  496. color:{color:Body text};
  497. font-weight:bold
  498. }
  499.  
  500. .user_2 .label {
  501. color:{color:Scrollbar and Borders};
  502. font-weight:bold
  503. }
  504.  
  505. ul.chat, .chat ol, .chat li {
  506. list-style:none;
  507. margin:0px;
  508. border-bottom:1px solid {color:chat};
  509. padding:0px
  510. }
  511.  
  512. @font-face {
  513. font-family: "alwaysforever";
  514. src: url(http://static.tumblr.com/ent6nfp/4fWmhnjc9/kiwischoolhandwritingregular.ttf);
  515. }
  516.  
  517. @font-face {
  518. font-family: "santa";
  519. src: url(https://www.dropbox.com/s/y8n8obgftlb9avb/chrioc__.eot);
  520. src:url(http://static.tumblr.com/ent6nfp/r22mex351/chrioc__.ttf) format('truetype'),
  521. url(https://www.dropbox.com/s/yc9qhspicpv0mwr/chrioc__.svg) format('svg');
  522. url(https://www.dropbox.com/s/5v4x28tzs6h1hl5/chrioc__.woff)
  523. }
  524.  
  525.  
  526. #aske{
  527. float: center;
  528. margin: 0px 4px 2px 0
  529. }
  530.  
  531. #questions{
  532. background:{color:asks};
  533. padding:10px;
  534. margin-bottom:0px;
  535. font-size:10px;
  536. }
  537.  
  538. .tags{
  539. text-align:center;
  540. padding:2px;
  541. margin-top:6px;
  542. font-size:7.5pt;
  543. font-family:'pt sans';
  544. border-top:1px solid {color:side borders};
  545. }
  546.  
  547. .tags a{
  548. color:{color:permalink text};
  549. }
  550.  
  551. .tags a:hover{
  552. color:{color:permalink text hover};
  553. }
  554.  
  555. .buttons{
  556. position:fixed;
  557. }
  558.  
  559. .sock img{
  560. top:175px;
  561. z-index:-99;
  562. position:relative;
  563. -webkit-transition: all 0.7s;
  564. -moz-transition: all 0.7s;
  565. transition: all 0.7s ; }
  566.  
  567. .sock:hover img{
  568. top:190px;
  569. -webkit-transition: all 0.7s;
  570. -moz-transition: all 0.7s;
  571. transition: all 0.7s ;
  572. }
  573.  
  574. #s-m-t-tooltip {
  575. max-width:150px;
  576. padding:5px 10px 5px 10px;
  577. margin:20px 14px 7px 10px;
  578. background-color:{color:menu};
  579. font-family:Calibri;
  580. font-style: normal;
  581. font-size:10px;
  582. line-height:11px;
  583. letter-spacing:1px;
  584. text-transform:uppercase;
  585. color:{color:description};
  586. z-index:999;-webkit-transition:opacity 0.8s linear;
  587. -webkit-transition:all 0.3s ease-out;
  588. -moz-transition:all 0.3s ease-out;
  589. transition:all 0.3s ease-out;
  590. }
  591.  
  592. .pattern{
  593. height:105%;
  594. width:70px;
  595. background:url(http://static.tumblr.com/6ryspsu/AGDmwin8v/bbbb.png);
  596. position:fixed;
  597. margin-top:-20px;
  598. margin-bottom:-20px;
  599. right:90px;
  600. background-repeat:repeat-y;
  601. z-index:-999;
  602. }
  603.  
  604. .pattern2{
  605. height:105%;
  606. width:70px;
  607. background:url(http://static.tumblr.com/6ryspsu/iRvmwinjx/vf_christmas03-.jpg);
  608. position:fixed;
  609. margin-top:-20px;
  610. margin-bottom:-20px;
  611. right:160px;
  612. background-repeat:repeat;
  613. z-index:-999;
  614. }
  615.  
  616. .pattern3{
  617. height:105%;
  618. width:70px;
  619. background:url(http://static.tumblr.com/6ryspsu/mN2mwinvr/untitled-1.png);
  620. position:fixed;
  621. margin-top:-20px;
  622. margin-bottom:-20px;
  623. right:230px;
  624. background-repeat:repeat-y;
  625. z-index:-999;
  626. }
  627. {CustomCSS}
  628.  
  629.  
  630. </style>
  631. </head>
  632.  
  633. <body>
  634.  
  635. <div class="pattern"></div>
  636. <div class="pattern2"></div>
  637. <div class="pattern3"></div>
  638.  
  639. <br>
  640.  
  641.  
  642. </div>
  643.  
  644.  
  645. <div id="sidebar">
  646.  
  647.  
  648.  
  649.  
  650. <br><br>
  651.  
  652. <center>
  653.  
  654. <div class="title"><br></div>
  655. {Block:IfDescription}
  656. <div class="desc">{description}</div>
  657. {/Block:IfDescription}
  658.  
  659. <img src="{image:sidebar IMG}" onmousedown="return false" style="webkit-border-radius: 50em;
  660. -moz-border-radius: 50em;
  661. border-radius: 50em;width:240px;
  662. height:240px;margin-top:0px;"/>
  663.  
  664. <a class="sock" href="/" ><img src="http://static.tumblr.com/6ryspsu/RGTmwfc1t/s1.png" style="position:absolute; margin-left:-240px;margin-top:110px;" /></a>
  665. <a class="sock" href="/ask" >
  666. <img src="http://static.tumblr.com/6ryspsu/oDYmwfc2b/s2.png" style="position:fixed; margin-left:-150px;margin-top:130px;" /></a>
  667. <a class="sock" href="http://work-it-out.tumblr.com" >
  668. <img src="http://static.tumblr.com/6ryspsu/IZYmwfc2t/s3.png" style="position:fixed; margin-left:-70px;margin-top:100px;" /></a>
  669.  
  670.  
  671.  
  672. <br>
  673.  
  674. <div class="menu">
  675.  
  676.  
  677. {block:IfCustomLink1}
  678. <a href="{text:Custom Link 1}" title="{text:Custom Link 1 Title}" ><img src="http://static.tumblr.com/6ryspsu/AQOmwh48p/santa.gif" style="margin-left:40px;"></a>
  679. {/block:IfCustomLink1}
  680.  
  681. {block:IfCustomLink2}
  682. <a href="{text:Custom Link 2}" title="{text:Custom Link 2 Title}" ><img src="http://static.tumblr.com/6ryspsu/12jmwh4ap/so.gif"></a>
  683. {/block:IfCustomLink2}
  684.  
  685. {block:IfCustomLink3}
  686. <a href="{text:Custom Link 3}" title="{text:Custom Link 3 Title}" ><img src="http://static.tumblr.com/6ryspsu/agJmwh4bt/tumblr_lv6c0n4eso1qcfn0j.gif"></a>
  687. {/block:IfCustomLink3}
  688.  
  689. {block:IfCustomLink4}
  690. <a href="{text:Custom Link 4}" title="{text:Custom Link 4 Title}" ><img src="http://static.tumblr.com/6ryspsu/0Rbmwh4c7/re.gif" style="margin-left:40px;"></a>
  691. {/block:IfCustomLink4}
  692.  
  693.  
  694. </div>
  695.  
  696. {block:IfNotEndlessScrolling}
  697. <div class="pagination">
  698. {block:Pagination}
  699. {block:PreviousPage}<a href="{PreviousPage}">< </a>{/block:PreviousPage}{CurrentPage}/{TotalPages} {block:NextPage}<a href="{NextPage}">></a>{/block:NextPage}
  700. {/block:Pagination}
  701. </div>{/block:IfNotEndlessScrolling}
  702. </div>
  703.  
  704.  
  705. <div id="main">
  706. <div class = "autopagerize_page_element" >
  707. {block:Posts}
  708.  
  709.  
  710. <div id="posts">
  711. <div class="inposts">
  712.  
  713.  
  714.  
  715. {block:Title}<div style="padding:2px;margin-bottom:-19px; font-family:alwaysforever; font-size:11pt; margin-top:2px;">{Title}&nbsp;</div>{/block:Title}
  716.  
  717. <br>
  718.  
  719. {block:Text}{Body}{/block:Text}
  720.  
  721. {block:Quote}<h2>"<i>{Quote}</i>"</h2><div style="text-align:right;"> - {Source}<br></div>{/block:Quote}
  722.  
  723. {block:Link}<a href="{URL}" class="link" {Target}><div style="padding:2px;margin-bottom:-9px; font-family:alwaysforever; font-size:12pt; margin-top:-2px;">{Name}&nbsp;</div></a>
  724. {block:Description}<P>{Description}{/block:Description}</p>{/block:Link}
  725.  
  726. {block:Photo}<center>{LinkOpenTag}
  727.  
  728. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  729.  
  730. {LinkCloseTag}</center>{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  731. {block:ContentSource}
  732. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  733. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  734. {/block:SourceLogo}
  735. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  736. {/block:ContentSource}
  737. {block:ReblogParentURL}
  738. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  739. {/block:ReblogParentURL}
  740. {/block:Photo}
  741.  
  742. {block:Photoset}<center>{Photoset-500}</center>{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{block:IfShowCaptions}{/block:Photoset}
  743.  
  744. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  745.  
  746. {block:Video}<center>{Video-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  747.  
  748. {block:Answer}<div id="questions"><div class="aske"><img src="{AskerPortraitURL-16}">&nbsp;<strong>{Asker}</strong> asked: "{Question}"</div></div>
  749. {Answer}{/block:answer}
  750.  
  751. {block:Audio}
  752. <div id="audio">
  753. <left>{block:AlbumArt}
  754. <img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px;" />
  755. {/block:AlbumArt}
  756. <span class="audio">
  757. <div style="margin-left:0px;">
  758. <div style="overflow:hidden;height:27px;">{AudioPlayergrey}</div></left></div></span>
  759. <br>
  760. {block:TrackName}<b>Title:</b> {TrackName}<br/>{/block:TrackName}
  761. {block:Artist}<b>Artist:</b> {Artist}<br/>{/block:Artist}
  762. {block:Album}<b>Album:</b> {Album}<br/>{/block:Album}
  763. {block:PlayCount}<b>Played:</b> {PlayCountWithLabel}<br/>{/block:PlayCount}
  764. {/block:ExternalAudio}</div>
  765.  
  766. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  767. {/block:Audio}
  768.  
  769.  
  770. </div>
  771.  
  772.  
  773.  
  774.  
  775.  
  776. <div class="tagswrap"><div class="tags">
  777.  
  778.  
  779. · posted <a href="{Permalink}"> {block:Date} {TimeAgo} ·{/block:Date}</a>
  780. {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a> · {/block:NoteCount}
  781. <a href="{ReblogURL}" target="_blank" >reblog ·</a>
  782. {block:HasTags}<br> <b> tagged as:</b> {block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}
  783.  
  784. </div></div>
  785. </div>
  786. <br>
  787. <div style="width:100%;
  788.  
  789. background:url(http://static.tumblr.com/ent6nfp/JGmmwcnhp/tumblr.gif);
  790. height:15px;
  791. background-repeat:repeat-x;
  792. z-index:999;"></div>
  793.  
  794. {/block:Posts} </div>
  795. {block:PostNotes}
  796. <div class="posts">
  797. <div class="inposts">
  798. <ol class="pnotes">
  799. {PostNotes}
  800. </ol>
  801.  
  802. </div>
  803.  
  804. {/block:PostNotes}
  805.  
  806. <div>
  807.  
  808. <br>
  809. </div>
  810. <br><br>
  811.  
  812.  
  813. </div>
  814. </div>
  815.  
  816.  
  817.  
  818.  
  819. </body>
  820. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement