Advertisement
freakinaye

fet sidebar, med backgrund

Sep 24th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.75 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. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="font:body" content="Arial, Helvetica, sans-serif"/>
  6. <meta name="color:text" content="#000000"/>
  7. <meta name="color:link" content="#000000"/>
  8. <meta name="color:title" content="#000000"/>
  9. <meta name="color:hover" content="#000000"/>
  10. <meta name="color:background color" content="#ffffff"/>
  11. <meta name="color:sidebar" content="#ffffff"/>
  12. <meta name="color:entry" content="#ffffff"/>
  13. <meta name="color:border color" content="#e0e0e0"/>
  14. <meta name="color:link border color" content="#000000"/>
  15. <meta name="color:blockquote" content="#ebebeb"/>
  16. <meta name="image:sidebar" content="0"/>
  17. <meta name="image:content" content="http://static.tumblr.com/tpqedpr/o3Qm8r5zu/pattern-13.jpg"/>
  18. <meta name="image:background image" content=""/>
  19. <meta name="if:sidebar right" content="0"/>
  20. <meta name="if:sidebar middle" content="1"/>
  21. <meta name="if:sidebar top" content="0"/>
  22. <meta name="if:sidebar bottom" content="0"/>
  23. <meta name="if:infinite scroll" content="1"/>
  24. <meta name="if:show title" content="1"/>
  25. <meta name="if:title font" content="0"/>
  26. <meta name="if:title font 2" content="0"/>
  27. <meta name="if:title font 3" content="0"/>
  28. <meta name="if:title font 4" content="0"/>
  29. <meta name="if:title font 5" content="0"/>
  30. <meta name="if:title font 6" content="0"/>
  31. <meta name="if:rainbow links" content="0"/>
  32. <meta name="if:faded images" content="0"/>
  33. <meta name="if:show tags" content="0"/>
  34. <meta name="if:caption" content="0"/>
  35. <meta name="if:top button" content="1"/>
  36. <meta name="if:sidebar right" content="0"/>
  37. <meta name="if:black perma" content="0"/>
  38. <meta name="if:animation" content="1"/>
  39. <meta name="text:ask label" content="message"/>
  40. <meta name="text:home label" content="home"/>
  41. <meta name="text:font size" content="11px"/>
  42. <meta name="text:line height" content="18px"/>
  43. <meta name="text:title font size" content="35px"/>
  44. <meta name="text:post title font size" content="18px"/>
  45. <meta name="text:link 1" content=""/>
  46. <meta name="text:link 1 url" content=""/>
  47. <meta name="text:link 2" content=""/>
  48. <meta name="text:link 2 url" content=""/>
  49. <meta name="text:link 3" content=""/>
  50. <meta name="text:link 3 url" content=""/>
  51. <meta name="text:link 4" content=""/>
  52. <meta name="text:link 4 url" content=""/>
  53. <meta name="text:link 5" content=""/>
  54. <meta name="text:link 5 url" content=""/>
  55. <meta name="text:link 6" content=""/>
  56. <meta name="text:link 6 url" content=""/>
  57. <meta name="text:link 7" content=""/>
  58. <meta name="text:link 7 url" content=""/>
  59. <meta name="text:link 8" content=""/>
  60. <meta name="text:link 8 url" content=""/>
  61. <meta name="text:previous" content=">"/>
  62. <meta name="text:next" content="<"/>
  63.  
  64. <title>{Title}</title>
  65. <link rel="shortcut icon" href="{Favicon}">
  66. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  67. {block:Description}
  68. <meta name="description" content="{MetaDescription}" />
  69. {/block:Description}
  70.  
  71. <!-- random files -->
  72. <script src="http://static.tumblr.com/uiqhh9x/61sm66w66/jquery.min.js" type="text/javascript"></script>
  73. <script src="http://static.tumblr.com/uiqhh9x/3Jpm92lk1/totop.js" type="text/javascript"></script>
  74. <script src="http://static.tumblr.com/uiqhh9x/oDnm68mht/theme.js" type="text/javascript"></script>
  75. <script src="http://static.tumblr.com/uiqhh9x/gdJm68o3x/easing.js" type="text/javascript"></script>
  76. {block:ifrainbowlinks}
  77. <script src="http://static.tumblr.com/uiqhh9x/6SMm4pws7/rainbow.js" type="text/javascript"></script>
  78. {/block:ifrainbowlinks}
  79. <link href='http://fonts.googleapis.com/css?family=Lovers+Quarrel|Italianno|Bilbo|Italiana|Fredericka+the+Great|Amatic+SC' rel='stylesheet' type='text/css'>
  80.  
  81. <!-- css reset -->
  82. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css">
  83.  
  84. <style type="text/css">
  85. * {
  86. font-family: {font:body};
  87. {block:ifanimation}
  88. -webkit-transition: all 0.3s ease;
  89. -moz-transition: all 0.3s ease;
  90. transition: all 0.3s ease;
  91. -o-transition: all 0.3s ease;
  92. {/block:ifanimation}
  93. }
  94.  
  95. div.entry {
  96. -webkit-transition: all 0s ease;
  97. -moz-transition: all 0s ease;
  98. transition: all 0s ease;
  99. -o-transition: all 0s ease;
  100. }
  101.  
  102. body {
  103. color: {color:text};
  104. background:{color:background color} url({image:background image});
  105. font-family: {font:body};
  106. font-size: {text:font size};
  107. line-height: {text:line height};
  108.  
  109. }
  110.  
  111. a, a:link, a:active, a:visited{
  112. color:{color:Link};
  113. text-decoration: none;
  114. }
  115.  
  116. a:hover, h1 a:hover, h3 a:hover {
  117. {block:ifnotrainbowlinks}
  118. color:{color:Hover}!important;
  119. {/block:ifnotrainbowlinks}
  120. text-decoration: none;
  121. }
  122.  
  123. #infscr-loading {
  124. position: absolute!important;
  125. width: 16px!important;
  126. height: 11px!important;
  127. bottom: 0px!important;
  128. left: 50%!important;
  129. margin-top: 10px!important;
  130. margin-bottom: 5px!important;
  131. }
  132.  
  133. #content {
  134. padding-top: 0px;
  135. width: 306px;
  136. {block:ifsidebarright}
  137. float: left;
  138. {/block:ifsidebarright}
  139. {block:ifnotsidebarright}
  140. float: right;
  141. {/block:ifnotsidebarright}
  142. background: #ffffff;
  143.  
  144. }
  145.  
  146. #header {
  147. margin-top: 10px;
  148. width: 620px;
  149. {block:ifsidebarright}
  150. float: left;
  151. {/block:ifsidebarright}
  152. {block:ifnotsidebarright}
  153. float: right;
  154. {/block:ifnotsidebarright}
  155. text-align: center;
  156. }
  157.  
  158. #header img {
  159. max-width: 100%;
  160. display: inline-block;
  161. }
  162.  
  163. #contain {
  164. width: 582px;
  165. margin: 0px auto;
  166. }
  167.  
  168.  
  169. #side {
  170. height:100%;
  171. {block:ifsidebarright}
  172. margin-left: 326px;
  173. {/block:ifsidebarright}
  174. width: 230px;
  175. text-align: center;
  176. position: fixed;
  177. padding: 12px;
  178. {block:ifsidebarbottom}
  179. bottom: 20px;
  180. {/block:ifsidebarbottom}
  181. {block:ifsidebartop}
  182. top: 0px;
  183. {/block:ifsidebartop}
  184. {block:ifsidebarmiddle}
  185. margin-top: 240px;
  186. {/block:ifsidebarmiddle}
  187. background: {color:sidebar};
  188. background: url({image:content});
  189. background-attachment: fixed;
  190. }
  191.  
  192. ol.notes img {
  193. width: 16px;
  194. display: inline;
  195. position: relative;
  196. }
  197.  
  198. #side img {
  199. display: block;
  200. max-width: 230px;
  201. }
  202.  
  203. .entry {
  204. float: left;
  205. {block:indexpage}
  206. width: 300px;
  207. {/block:indexpage}
  208. margin: 1px 0px 2px 2px;
  209. {block:permalinkpage}
  210. width: 300px;
  211. {/block:permalinkpage}
  212. padding: 1px;
  213. border: 0px solid {color:border color};
  214. background: {color:entry};
  215. display: block;
  216. position: relative;
  217. }
  218.  
  219. .entry img {
  220. display: block;
  221. max-width: 300px;
  222. {block:indexpage}
  223. {block:iffadedimages}
  224. opacity: .75;
  225. filter: alpha(opacity = 75);
  226. {/block:iffadedimages}
  227. {/block:indexpage}
  228. }
  229.  
  230. .entry:hover img {
  231. max-width: 100%;
  232. {block:indexpage}
  233. {block:iffadedimages}
  234. opacity: 1.0;
  235. filter: alpha(opacity = 100);
  236. {/block:iffadedimages}
  237. {/block:indexpage}
  238. }
  239.  
  240. blockquote, q {
  241. quotes: "«" "»" "'" "'";
  242. padding-left: 5px;
  243. border-left: 1px solid {color:border color};
  244. background: {color:blockquote};
  245. }
  246.  
  247.  
  248. p {
  249. margin: 5px 0px;
  250. }
  251.  
  252. h1, h1 a {
  253. font-size:{text:title font size};
  254. line-height:{text:title font size};
  255. font-weight: normal;
  256. {block:iftitlefont}
  257. font-family: 'Lovers Quarrel', cursive;
  258. {/block:iftitlefont}
  259. {block:iftitlefont2}
  260. font-family: 'Italianno', cursive;
  261. {/block:iftitlefont2}
  262. {block:iftitlefont3}
  263. font-family: 'Bilbo', cursive;
  264. {/block:iftitlefont3}
  265. {block:iftitlefont4}
  266. font-family: 'Italiana', serif;
  267. {/block:iftitlefont4}
  268. {block:iftitlefont5}
  269. font-family: 'Fredericka the Great', cursive;
  270. {/block:iftitlefont5}
  271. {block:iftitlefont6}
  272. font-family: 'Amatic SC', cursive;
  273. {/block:iftitlefont6}
  274. }
  275.  
  276.  
  277. h3, h3 a {
  278. font-size:{text:post title font size};
  279. line-height:{text:post title font size};
  280. color: {color:title}!important;
  281. }
  282. .an {
  283. text-align:left;
  284. padding-left:5px;
  285. padding-right:5px;
  286. border-left: 2px solid {color:border color};
  287. border-right: 2px solid {color:border color};
  288. background-color:{color:blockquote};
  289. }
  290.  
  291. p.tags a {
  292. opacity: 0.50;
  293. filter: alpha(opacity = 50);
  294. }
  295.  
  296. p.tags a:hover {
  297. opacity: 1.0;
  298. filter: alpha(opacity = 100);
  299. }
  300. p.tags {
  301. padding: 0px;
  302. line-height: 12px;
  303. margin: 0px;
  304. font-size: 8px;
  305. margin: 0px;
  306. {block:ifshowtags}
  307. border-top: 0px solid {color:border color};
  308. {/block:ifshowtags}
  309. }
  310.  
  311. .nav {
  312. height: 20px;
  313. width: 80px;
  314. background-color: {color:menu background};
  315. font-size: 10px;
  316. margin: 5px;
  317. line-height: 20px;
  318. border: 1px solid {color:menu border};
  319. text-align: center;
  320. border-top-right-radius: 80px;
  321. border-bottom-right-radius: 1px;
  322. border-top-left-radius: 1px;
  323. border-bottom-left-radius: 80px;
  324. display: inline-block;
  325. }
  326.  
  327. .nav:hover {
  328. border-top-right-radius:1px;
  329. border-bottom-right-radius:80px;
  330. border-top-left-radius:80px;
  331. border-bottom-left-radius:1px;
  332. }
  333.  
  334. #titexcel {
  335. position: absolute;
  336. right: 3px;
  337. top: 26px;
  338. }
  339.  
  340. #bite:hover .death {
  341. margin-top:10px;
  342. filter: alpha(opacity = 100);
  343. opacity: 1;
  344. }
  345.  
  346. #pagination{
  347. display:none;
  348. }
  349.  
  350.  
  351. .t a{
  352. text-align: right;
  353. opacity: .5;
  354. filter: alpha(opacity = 50);
  355. }
  356.  
  357.  
  358. .t a{
  359. text-align: right;
  360. }
  361. .entry .t a:hover, .entry .ti a:hover{
  362. text-align: right;
  363. opacity: 1.0;
  364. filter: alpha(opacity = 100);
  365. }
  366.  
  367. p.t {
  368. display: block;
  369. margin: 0px 0px 0px 0px;
  370. line-height: 16px;
  371. text-transform: uppercase;
  372. text-align: right;
  373. font-size: 9px;
  374. border-top: 0px solid {color:border color};
  375. }
  376.  
  377. p.t a {
  378. margin: 0 0px;
  379. }
  380.  
  381. p.ti {
  382. opacity: 0;
  383. filter: alpha(opacity = 0);
  384. display: block;
  385. margin: 0px 0px 0px 0px;
  386. line-height: 8px;
  387. text-transform: uppercase;
  388. font-size: 8px;
  389. text-align: center;
  390. }
  391. .entry:hover p.ti {
  392. opacity: 1.0;
  393. filter: alpha(opacity = 100);
  394. }
  395. p.ti a {
  396. margin: 0 0px;
  397. }
  398. .pp {
  399. text-transform: uppercase;
  400. text-align: left;
  401. }
  402.  
  403. select {
  404. font-size: 10px;
  405. width: 125px;
  406. text-transform: uppercase;
  407. letter-spacing: 1px;
  408. padding: 1px;
  409. background: {color:menu background};
  410. color: {color:menu link color};
  411. border: 1px solid {color:menu border};
  412. }
  413.  
  414. #toTop {
  415. display:none;
  416. text-decoration:none;
  417. position:fixed;
  418. bottom:10px;
  419. right:10px;
  420. overflow:hidden;
  421. width:21px;
  422. height:21px;
  423. border:none;
  424. text-indent:100%;
  425. background:url(http://static.tumblr.com/uiqhh9x/372m6hyqw/up.png) no-repeat left top;
  426. opacity: .5;
  427. filter: alpha(opacity = 50);
  428. }
  429.  
  430. #toTopHover {
  431. width:21px;
  432. height:21px;
  433. display:block;
  434. overflow:hidden;
  435. float:left;
  436. opacity: 0;
  437. -moz-opacity: 0;
  438. filter:alpha(opacity=0);
  439. }
  440.  
  441. #toTop:hover {
  442. opacity: 1;
  443. filter: alpha(opacity = 100);
  444. }
  445.  
  446. #toTop:active, #toTop:focus {
  447. outline:none;
  448. }
  449.  
  450. .entry .perma {
  451. position: absolute;
  452. text-align: center;
  453. width: 298px;
  454. top: 12px;
  455. opacity: 0;
  456. border: 1px solid {color:border color};
  457. filter:alpha(opacity=0);
  458. z-index: 10000;
  459. {block:ifblackperma}
  460. border: 1px solid #000000;
  461. background: rgba(0, 0, 0, .50);
  462. {/block:ifblackperma}
  463. {block:ifnotblackperma}
  464. background: rgba(255, 255, 255, .90);
  465. {/block:ifnotblackperma}
  466. font-size: 8px;
  467. height: 16px;
  468. line-height: 16px;
  469. text-transform: uppercase;
  470. {block:ifanimation}
  471. -webkit-transition: all 0.3s ease;
  472. -moz-transition: all 0.3s ease;
  473. transition: all 0.3s ease;
  474. -o-transition: all 0.3s ease;
  475. {/block:ifanimation}
  476. letter-spacing: 0px;
  477. }
  478.  
  479. .entry:hover .perma {
  480. opacity: 1;
  481. filter:alpha(opacity=100);
  482. }
  483.  
  484. .perma:hover {
  485. {block:ifblackperma}
  486. background: rgba(0, 0, 0, 100);
  487. {/block:ifblackperma}
  488. {block:ifnotblackperma}
  489. background: rgba(255, 255, 255, 100);
  490. {/block:ifnotblackperma}
  491.  
  492. }
  493.  
  494. .perma a {
  495. {block:ifblackperma}
  496. color: #ffffff;
  497. {/block:ifblackperma}
  498. }
  499.  
  500.  
  501. .text {
  502. padding: 2px;
  503. }
  504. a.n {
  505. margin: 0px 2px;
  506.  
  507. }
  508.  
  509.  
  510. .an {
  511. text-align:left;
  512. padding-left:4px;
  513. padding-right:4px;
  514. border-left: 2px solid {color:border color};
  515. border-right: 2px solid {color:border color};
  516. background-color:{color:blockquote};
  517. }
  518.  
  519. .rep {
  520. position: absolute;
  521. width: 24px;
  522. height: 20px;
  523. overflow: hidden;
  524. z-index: 9999999;
  525. display: inline-block;
  526. opacity: 0.0;
  527. filter: alpha(opacity = 0);
  528. right: 5px;
  529. top: 5px;
  530. }
  531.  
  532. .entry:hover .rep {
  533. opacity: 1;
  534. filter: alpha(opacity = 100);
  535. }
  536. #r {
  537. width: 0;
  538. height: 0;
  539. border-top: 13px solid #7D7D7D;
  540. border-right: 13px solid transparent;
  541. position: absolute;
  542. margin-top: 5px;
  543. margin-left: 317px;
  544. }
  545. #l {
  546. width: 0;
  547. height: 0;
  548. border-top: 13px solid #7D7D7D;
  549. border-left: 13px solid transparent;
  550. position: absolute;
  551. margin-top: 5px;
  552. margin-left: 0px;
  553. opacity: 1;
  554. }
  555.  
  556. .title {
  557. background-color: #E1E1E1;
  558. color: #7D7D7D;
  559. font-family: pixie;
  560. font-size: 11px;
  561. letter-spacing: 0px;
  562. padding-top: 4px;
  563. padding-bottom: 5px;
  564. float: left;
  565. width: 330px;
  566. text-align: center;
  567. margin-top: 0px;
  568. position: fixed;
  569. margin-left: -15px;
  570. z-index: 1;
  571. }
  572. #side img {
  573. max-width: 100%;
  574. }
  575. {CustomCSS}
  576. </style>
  577. </head>
  578. <body>
  579. <div id="contain">
  580. <div id="side">
  581. <a href="/"><img src="{image:sidebar}"/></a>
  582.  
  583. <a class="n" href="/">{text:home label}</a> /
  584. <a class="n" href="/ask">{text:ask label}</a>
  585. {block:HasPages}
  586. {block:Pages}
  587. / <a class="n" href="{URL}">{Label}</a>
  588. {/block:Pages}
  589. {/block:HasPages}
  590. {block:iflink1}/
  591. <a class="n" href="{text:link 1 url}">{text:link 1}</a>
  592. {/block:iflink1}
  593. {block:iflink2}/
  594. <a class="n" href="{text:link 2 url}">{text:link 2}</a>
  595. {/block:iflink2}
  596. {block:iflink3}/
  597. <a class="n" href="{text:link 3 url}">{text:link 3}</a>
  598. {/block:iflink3}
  599. {block:iflink4}/
  600. <a class="n" href="{text:link 4 url}">{text:link 4}</a>
  601. {/block:iflink4}
  602. {block:iflink5}/
  603. <a class="n" href="{text:link 5 url}">{text:link 5}</a>
  604. {/block:iflink5}
  605. {block:iflink6}/
  606. <a class="n" href="{text:link 6 url}">{text:link 6}</a>
  607. {/block:iflink6}
  608. {block:iflink7}/
  609. <a class="n" href="{text:link 7 url}">{text:link 7}</a>
  610. {/block:iflink7}
  611. {block:iflink8}/
  612. <a class="n" href="{text:link 8 url}">{text:link 8}</a>
  613. {/block:iflink8}</p>
  614. {block:description}
  615. <p>{description}</p>
  616. {/block:description}
  617.  
  618. {block:IfNotInfiniteScroll}
  619. <p>{block:PreviousPage}
  620. <a href="{PreviousPage}">{text:previous}</a>
  621. {/block:PreviousPage}
  622.  
  623. {block:NextPage}
  624. <a href="{NextPage}">{text:next}</a>
  625. {/block:NextPage}</p>
  626. {/block:IfNotInfiniteScroll}
  627.  
  628. </div>
  629.  
  630. <div id="content">
  631. {block:Posts}
  632. <div class="entry">
  633. {block:Text}<div class="text">
  634. {block:Title}
  635. <h3><a href="{Permalink}">{Title}</a></h3>
  636. {/block:Title}
  637. {Body}
  638. {block:indexpage}
  639. <p class="ti">Posted {Month} {DayOfMonth}{DayOfMonthSuffix} | <a id="notes{PostID}" href="{Permalink}">{NoteCount}</a> | <a href="{reblogurl}" target="_blank">Reblog</a> | <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');">Like</a></p>
  640. {/block:indexpage}
  641. </div>{/block:Text}
  642.  
  643. {block:Photo}
  644. {block:IndexPage}
  645. <div class="perma">
  646. Posted {Month} {DayOfMonth}{DayOfMonthSuffix} | <a id="notes{PostID}" href="{Permalink}">{NoteCount}</a> | <a href="{reblogurl}" target="_blank">Reblog</a> | <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');">Like</a>
  647. </div>
  648. <a href="{Permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}" width="300"/></a>
  649. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  650. {/block:IndexPage}
  651. {block:PermalinkPage}
  652. {LinkOpenTag}
  653. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="300"/></a>
  654. {LinkCloseTag}
  655. {/block:permalinkpage}
  656. {/block:Photo}
  657.  
  658. {block:Photoset}
  659. {block:IndexPage}
  660. <div class="perma">
  661. Posted {Month} {DayOfMonth}{DayOfMonthSuffix} | <a id="notes{PostID}" href="{Permalink}">{NoteCount}</a> | <a href="{reblogurl}" target="_blank">Reblog</a> | <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');">Like</a>
  662. </div>
  663. <center>{Photoset-300}<center>
  664. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  665. {/block:IndexPage}
  666. {block:permalinkpage}
  667. {Photoset-300}
  668. {/block:permalinkpage}
  669.  
  670. {/block:Photoset}
  671.  
  672. {block:Quote}<div class="text">
  673. "{Quote}"
  674. {block:Source}
  675. <div class="source">{Source}</div>
  676. {/block:Source}
  677. {block:indexpage}
  678. <p class="ti">Posted {Month} {DayOfMonth}{DayOfMonthSuffix} | <a id="notes{PostID}" href="{Permalink}">{NoteCount}</a> | <a href="{reblogurl}" target="_blank">Reblog</a> | <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');">Like</a></p>
  679. {/block:indexpage}
  680.  
  681. </div>{/block:Quote}
  682.  
  683. {block:Link}<div class="text">
  684. <a href="{URL}" class="link" {Target}>{Name}</a>
  685. {block:Description}
  686. <div class="description">{Description}</div>
  687. {/block:Description}
  688. {block:indexpage}
  689. <p class="ti">Posted {Month} {DayOfMonth}{DayOfMonthSuffix} | <a id="notes{PostID}" href="{Permalink}">{NoteCount}</a> | <a href="{reblogurl}" target="_blank">Reblog</a> | <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');">Like</a></p>
  690. {/block:indexpage}
  691.  
  692. </div>{/block:Link}
  693.  
  694. {block:Chat}<div class="text">
  695. {block:Title}
  696. <h3><a href="{Permalink}">{Title}</a></h3>
  697. {/block:Title}
  698. <ul class="chat">
  699. {block:Lines}
  700. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  701. {Line} </li>
  702. {/block:Lines}
  703. </ul>
  704. {block:indexpage}
  705. <p class="ti">Posted {Month} {DayOfMonth}{DayOfMonthSuffix} | <a id="notes{PostID}" href="{Permalink}">{NoteCount}</a> | <a href="{reblogurl}" target="_blank">Reblog</a> | <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');">Like</a></p>
  706. {/block:indexpage}
  707.  
  708. </div>{/block:Chat}
  709.  
  710. {block:Video}
  711. {block:IndexPage}
  712. <div class="perma">
  713. Posted {Month} {DayOfMonth}{DayOfMonthSuffix} | <a id="notes{PostID}" href="{Permalink}">{NoteCount}</a> | <a href="{reblogurl}" target="_blank">Reblog</a> | <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');">Like</a>
  714. </div>
  715. <center>{Video-300}<center>
  716.  
  717. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  718. {/block:IndexPage}
  719. {block:permalinkpage}
  720. {Video-300}
  721. {/block:permalinkpage}
  722. {/block:Video}
  723.  
  724. {block:Audio}<div class="text">
  725. {AudioPlayerBlack}
  726.  
  727. {block:indexpage} {block:Caption}
  728. {Caption}
  729. {/block:Caption}
  730. <p class="ti">Posted {Month} {DayOfMonth}{DayOfMonthSuffix} | <a id="notes{PostID}" href="{Permalink}">{NoteCount}</a> | <a href="{reblogurl}" target="_blank">Reblog</a> | <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');">Like</a></p>
  731. {/block:indexpage}
  732. </div>{/block:Audio}
  733. {block:Answer}
  734.  
  735. <div class="text">
  736. <div class="an">
  737. <div class="ba">{Asker}: {Question}</div></div><div class="ans">{Answer}
  738. </div>
  739. {block:indexpage}
  740. <p class="ti">Posted {Month} {DayOfMonth}{DayOfMonthSuffix} | <a id="notes{PostID}" href="{Permalink}">{NoteCount}</a> | <a href="{reblogurl}" target="_blank">Reblog</a> | <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');">Like</a></p>
  741. {/block:indexpage}
  742. </div>
  743. {/block:Answer}
  744.  
  745.  
  746. {block:ifshowtags}{block:indexpage}{block:HasTags}<div class="text"><p class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</p></div>{/block:HasTags}{/block:indexpage}{/block:ifshowtags}
  747.  
  748. {block:permalinkpage}
  749. <div class="text">
  750. {block:Caption}{Caption}{/block:Caption}
  751. <p class="t"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>
  752. {block:RebloggedFrom}<p class="t">Reblogged from - <a href="{ReblogParentURL}">{ReblogParentTitle}</a></p>{/block:RebloggedFrom}
  753. {block:ContentSource}<p class="t">Source - <a href="{SourceURL}" target="_blank">{SourceTitle}</a></p>{/block:ContentSource}
  754. {block:HasTags}<p class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</p>{/block:HasTags}
  755. {block:PostNotes}{PostNotes}{/block:PostNotes}
  756. </div>
  757. {/block:permalinkpage}
  758.  
  759.  
  760. {block:ContentSource}
  761. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  762. {/block:ContentSource}
  763.  
  764.  
  765. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  766.  
  767.  
  768. </div>
  769. {/block:Posts}
  770. <div class="clear"></div>
  771. </div>
  772. </div>
  773. {block:Pagination}
  774. <ul id="pagination">
  775. {block:PreviousPage}
  776. <li><a href="{PreviousPage}"></a></li>
  777. {/block:PreviousPage}
  778. {block:JumpPagination length="5"}
  779. {block:CurrentPage}
  780. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  781. {/block:CurrentPage}
  782. {block:JumpPage}
  783. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  784. {/block:JumpPage}
  785. {/block:JumpPagination}
  786. {block:NextPage}
  787. <li><a id="nextPage" href="{NextPage}"></a></li>
  788. {/block:NextPage}
  789. </ul>
  790. {/block:Pagination}
  791.  
  792. <script src="http://static.tumblr.com/uiqhh9x/ym6m9j1lg/jquery.infinitescroll.min.js"></script>
  793. {block:IndexPage}
  794. {block:ifinfinitescroll}
  795. <script type="text/javascript">
  796. $(window).load(function () {
  797. var $content = $('#content');
  798. $content.infinitescroll({
  799. navSelector : '#pagination',
  800. nextSelector : '#pagination a#nextPage',
  801. itemSelector : '.entry',
  802. loading: {
  803. finishedMsg: '',
  804. img: 'http://static.tumblr.com/uiqhh9x/amsm48v4p/add.gif'
  805. },
  806. bufferPx : 200,
  807. debug : false,
  808. });
  809. });
  810. </script>{/block:ifinfinitescroll}
  811. {/block:IndexPage}
  812. {block:iftopbutton}
  813. <script type="text/javascript">
  814. $(document).ready(function() {
  815. /*
  816. var defaults = {
  817. containerID: 'toTop', // fading element id
  818. containerHoverID: 'toTopHover', // fading element hover id
  819. scrollSpeed: 1200,
  820. easingType: 'linear'
  821. };
  822. */
  823.  
  824. $().UItoTop({ easingType: 'easeOutQuart' });
  825.  
  826. });
  827. </script>
  828. <a href="#" id="toTop" style="display: none; "><span id="toTopHover"></span>To Top</a>
  829. {/block:iftopbutton}
  830. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js"></script>
  831. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  832.  
  833. <div style="float: right; background: white; padding: 1px; position: fixed; bottom: 5px; right: 5px; text-transform:lowercase; font-size: 9px; font-family: arial; border-radius: 5px; opacity: 0.75; padding: 2px; letter-spacing:0px;"><script language="JavaScript" src="http://freehostedscripts.net/ocount.php?site=ID977515&name="></script></div>
  834. </body>
  835. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement