Advertisement
creamify

Blue Jeans Theme

Jan 16th, 2013
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.96 KB | None | 0 0
  1. <!--
  2. Tumblr Theme 023 (c) by Ans by ETTUDIS [http://ettudis.three-words.net]
  3. CONTACT INFO [email: admin@ettudis.three-words.net]
  4. FOLLOW THEME BLOG [http://ettudis.tumblr.com]
  5. TERMS OF USE [http://ettudis.tumblr.com/post/8327340215/terms-of-usage]
  6.  
  7.  
  8. >> THEME TWEAKED BY
  9. >> ---------------------------------------------
  10. >> HTTP://THEMESBYC.TUMBLR.COM ||| HTTP://CREAMIFY.TUMBLR.COM
  11.  
  12.  
  13. -->
  14.  
  15. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml">
  17. <head>
  18. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  19. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title></head>
  20. {block:Description}
  21. <head>
  22. <meta name="Description" content="{MetaDescription}" /></head>
  23. {/block:Description}
  24. <head>
  25. <link rel="shortcut icon" href="{Favicon}" />
  26. <meta name="color:background" content="#FFFFFF" />
  27. <meta name="color:blockquote border" content="#303030" />
  28. <meta name="color:blockquote text" content="#ACACAC" />
  29. <meta name="color:link" content="#97b7d6" />
  30. <meta name="color:link 2" content="#4989bd" />
  31. <meta name="color:permalink" content="#5A5A5A" />
  32. <meta name="color:permalink background" content="#ffffff" />
  33. <meta name="color:post background" content="#ffffff" />
  34. <meta name="color:post text" content="#2f668b" />
  35. <meta name="color:post title" content="#4D4D4D" />
  36. <meta name="color:post title hover" content="#9C9C9C" />
  37. <meta name="color:sidebar background" content="#ffffff" />
  38. <meta name="color:sidebar link" content="#706f6f" />
  39. <meta name="color:sidebar link background" content="#ffffff" />
  40. <meta name="color:sidebar link border" content="#ADADAD" />
  41. <meta name="color:sidebar link hover" content="#509dca" />
  42. <meta name="color:sidebar text" content="#c4c4c4" />
  43. <meta name="color:title" content="#5b6575" />
  44. <meta name="color:title hover" content="#eef1f3" />
  45. <meta name="if:show tags on index" content="1"/>
  46. <meta name="if:show captions on index" content="1"/>
  47. <meta name="image:background" content=""/>
  48. <meta name="image:post background" content=""/>
  49. <meta name="image:side" content=""/>
  50. <meta name="image:sidebar background" content=""/>
  51. <meta name="text:Link 1" content="" />
  52. <meta name="text:Link 1 Title" content="" />
  53. <meta name="text:Link 2" content="" />
  54. <meta name="text:Link 2 Title" content="" />
  55. <meta name="text:Link 3" content="" />
  56. <meta name="text:Link 3 Title" content="" />
  57. <meta name="text:Link 4" content="" />
  58. <meta name="text:Link 4 Title" content="" />
  59. <meta name="text:Link 5" content="" />
  60. <meta name="text:Link 5 Title" content="" />
  61. <meta name="text:next button" content="&raquo;"/>
  62. <meta name="text:previous button" content="&laquo;"/>
  63. <meta name="text:extra sidebar content" content=""/>
  64. <style type="text/css">
  65. @font-face {
  66. font-family: "fanwood";
  67. src: url("http://ettudis.three-words.net/Fanwood-Italic.otf");
  68. }
  69. body {
  70. font-family: lucida sans unicode, trebuchet ms, sans-serif;
  71. margin: 5px;
  72. padding: 0px;
  73. background:{color:background} url('{image:background}') fixed;
  74. }
  75. a {
  76. text-decoration: none;
  77. color: {color:link};
  78. -webkit-transition: all 0.9s ease;
  79. -moz-transition: all 0.9s ease;
  80. -o-transition: all 0.9s ease;
  81. }
  82. iframe#tumblr_controls {right:3px !important;
  83. position: fixed !important;
  84. opacity: 0.2;
  85. filter:alpha(opacity=20);
  86. -moz-opacity: 0.2;
  87. -khtml-opacity: 0.2;
  88. -webkit-transition: all 0.9s ease;
  89. -moz-transition: all 0.9s ease;
  90. -o-transition: all 0.9s ease;}
  91. iframe#tumblr_controls:hover{
  92. opacity: 1;
  93. filter:alpha(opacity=100);
  94. -moz-opacity: 1;
  95. -khtml-opacity: 1;
  96. -webkit-transition: all 0.9s ease;
  97. -moz-transition: all 0.9s ease;
  98. -o-transition: all 0.9s ease;}
  99.  
  100.  
  101.  
  102.  
  103. #simage{
  104. width: 150px;
  105. height: auto;
  106. padding-left:1px;
  107. padding-right:1px;
  108. margin-bottom:-10px;
  109.  
  110. }
  111. #sideimage{
  112. width: 180px; margin: 0px; padding: 0px;
  113. }
  114. #nav {
  115. font: 10px georgia, times new roman, serif;color: {color:sidebar link}; letter-spacing: 1px; padding: 0px; padding-left: 15px;margin:0px; text-align: left;
  116. }
  117. #nav a{
  118. color: {color:sidebar link hover};
  119. }
  120. #desc {
  121. font: italic 9px times new roman, georgia, serif; margin-bottom: 5px; line-height: 12px; text-transform: lowercase ;padding: 7px; width: 170px;border-bottom: 1px dotted {color:sidebar link border}; border-top: 1px dotted {color:sidebar link border};background: {color:sidebar background} url({image:sidebar background}); color: {color:sidebar text}; letter-spacing: 1px; text-align: center;
  122. }
  123. #menu {
  124. width: 200px;text-align:left;font: italic 9px times new roman, georgia, serif; margin-bottom: 5px; line-height: 12px; text-transform: lowercase ;padding: 7px; color: color: {color:sidebar link};
  125. }
  126. #over{height:2000px!important;position:absolute;top:0px;left:0px;width: 100%;}
  127. #menu a{
  128. color: {color:sidebar link};
  129. display: block;
  130. text-decoration: none;
  131. text-transform: lowercase;
  132. letter-spacing: 2px;
  133. padding: 2px;padding-left: 5px; margin-bottom: 5px;
  134. width: 170px; background: {color:sidebar link background} url({image:sidebar background});
  135. border-bottom: 1px dotted {color:sidebar link border};
  136. border-top: 1px dotted {color:sidebar link border};
  137. -webkit-transition: all 0.9s ease;
  138. -moz-transition: all 0.9s ease;
  139. -o-transition: all 0.9s ease;
  140. }
  141. #menu a:hover{
  142. color:{color:sidebar link hover};
  143. width: 200px;
  144. -webkit-transition: all 0.9s ease;
  145. -moz-transition: all 0.9s ease;
  146. -o-transition: all 0.9s ease;
  147. }
  148. #desc p{
  149. padding: 0px;padding-bottom: 7px;text-align: justify!important;
  150. margin:5px;
  151. }
  152. #desc a, #nav a{
  153. color: {color:sidebar link};
  154. -webkit-transition: all 0.9s ease;
  155. -moz-transition: all 0.9s ease;
  156. -o-transition: all 0.9s ease;
  157. }
  158. #desc a:hover, #nav a:hover{
  159. color:{color:sidebar link hover};
  160. }
  161. #title{
  162. margin-top: 0px;
  163. background:none;
  164. text-align: center;
  165. letter-spacing:1px;
  166. text-transform: lowercase;
  167. font: 30px/26px "League Script", arial narrow, arial, sans-serif;
  168. margin-bottom: 3px;
  169. }
  170. #title a{
  171. color: {color:title};
  172. text-decoration: none;
  173. font-style: italic;
  174. -webkit-transition: all 0.9s ease;
  175. -moz-transition: all 0.9s ease;
  176. -o-transition: all 0.9s ease;
  177. }
  178. #title a:hover{
  179. color: {color:title hover};
  180. }
  181. #title img{
  182. float: right;
  183. border-top: 15px solid {color:userpic border};
  184. margin-left: 5px;
  185. margin-right: 15px;
  186. }
  187. #chat ul,#chat ol,#chat li{
  188. list-style:none;
  189. padding: 1px;
  190. }
  191. ul, ol {
  192. padding-left: 5px!important;
  193. margin-left:15px!important;
  194. }
  195. #asker {
  196. border-bottom: 1px dotted {color:sidebar link border};
  197. color:{color:blockquote text} ;
  198. margin:7px;
  199. }
  200. #asker a{
  201. color: {color:link};
  202. }
  203. #answer{
  204. padding: 5px;
  205. }
  206. #quote {
  207. color: {color:title};
  208. text-decoration: none;
  209. font-style: normal;
  210. text-align:center;
  211. letter-spacing:0px;
  212. text-transform: uppercase;
  213. font: bold 10px times new roman, georgia, serif;
  214. }
  215. h1 {
  216. font-size: 18px; letter-spacing: 0px; text-transform: lowercase; font-family: fanwood, times new roman, serif;margin: 7px;line-height:10px;font-weight: normal; font-style: none;
  217. }
  218. h1 a{
  219. color: {color:post title}
  220. }
  221. h1 a:hover{
  222. color: {color:post title hover}
  223. }
  224.  
  225. #tags a{
  226. font-size: 9px; font-weight: normal; font-family: times new roman, georgia, serif; text-transform: lowercase; color: {color:link 2}; text-align: center; font-style: italic;
  227. }
  228. #answer a, #source a, #caption a, #audiotext a, #quotesource a, #text a, #captiona a{
  229. font: 8px garamond, times new roman, serif;
  230. color: {color:link};
  231. font-weight: normal;letter-spacing: 1px;
  232. text-transform: uppercase;
  233. }
  234. #answer a:hover, #source a:hover, #caption a:hover, #audiotext a:hover, #quotesource a:hover, #text a:hover, #captiona a:hover{
  235. background-color:{color:link 2};
  236. }
  237. #quotesource {
  238. display: block;
  239. text-align: center;
  240. }
  241. .label {
  242. font: 9px Georgia, "Times New Roman", Times, serif;
  243. text-transform: uppercase;
  244. color: {color:link 2};
  245. padding-right: 5px;
  246. }
  247. .person1 .label {
  248. padding-right: 5px;
  249. text-transform: uppercase;
  250. color: {color:link};
  251. font: 9px georgia, times new roman, serif;
  252. }
  253. ul, ol {
  254. padding-left: 5px!important;
  255. margin-left:15px!important;
  256. }
  257. #audio {
  258. margin-left: 15px;
  259. }
  260. #audiotext{
  261. padding: 5px;
  262. }
  263. #note {
  264. font-size: 9px;
  265. background: {color:background};
  266. padding: 7px;
  267. float:NONE;
  268. color: {color:post text};
  269. width: 500px;
  270. }
  271. li.note {
  272. list-style:none;
  273. padding: 3px;
  274. margin: 0px;
  275. margin-right: 25px; border-bottom: 1px dotted {color:post header border};
  276. }
  277. #note a{
  278. font: 9px times new roman, georgia, serif;
  279. color: {color:post title};
  280. text-transform:lowercase;
  281. }
  282. #note a:hover{
  283. color: {color:post title hover};
  284. }
  285. #entry{
  286. font: 9px georgia, times new roman, serif;
  287. color: {color:post text};
  288. margin: 15px;
  289. background: {color:post background} url('{image:post background}');
  290. overflow:hidden;
  291. {block:indexpage}width:260px;{/block:indexpage}
  292. {block:permalinkpage}width:500px;{/block:permalinkpage} text-align: left;
  293. }
  294. .container{
  295. z-index:6;
  296. overflow:hidden;
  297. float:left!important;
  298. {block:indexpage}width:262px;{/block:indexpage}
  299. {block:permalinkpage}width:502px;{/block:permalinkpage}
  300. margin:5px;
  301. }
  302. div.perma a {
  303. text-align:center;
  304. position:relative;
  305. width:100px;
  306. text-transform:uppercase;
  307. color: {color:permalink};margin-left: 1px;
  308. -webkit-transition: all 0.9s ease;
  309. -moz-transition: all 0.9s ease;
  310. -o-transition: all 0.9s ease;
  311. background:{color:permalink background}; padding: 5px;
  312. }
  313. div.perma {
  314. opacity: 0;
  315. filter:alpha(opacity=0);
  316. -moz-opacity: 0;
  317. -khtml-opacity: 0; height: 0px!important;
  318. -webkit-transition: all 0.9s ease;
  319. -moz-transition: all 0.9s ease;
  320. -o-transition: all 0.9s ease;
  321. }
  322. div.container:hover div.perma {
  323. opacity: 1;
  324. filter:alpha(opacity=100);
  325. -moz-opacity: 1;
  326. -khtml-opacity: 1;line-height: 15px;margin-top: 15px;
  327. }
  328. #entry img{
  329. {block:indexpage}max-width:250px!important;{/block:indexpage}
  330. {block:permalinkpage}max-width:495px!important;{/block:permalinkpage}
  331. margin:0px;
  332. }
  333. blockquote{
  334. border-left: 1px dotted {color:blockquote border};
  335. padding-left: 3px;
  336. color: {color:blockquote text};
  337. margin-right: 30px;
  338. }
  339. #perma a:hover{
  340. color:{color:permalink};
  341. }
  342. table, tr, td{
  343. font-size: 9px!important;
  344. }
  345. #text img, #captiona img, #answer img{
  346. {block:indexpage}max-width:250px!important;{/block:indexpage}
  347. {block:permalinkpage}max-width:495px!important;{/block:permalinkpage}
  348. margin:0px;
  349. }
  350.  
  351. #entry p{
  352. margin-top:0px;margin-left:5px;margin-right:5px; margin-bottom:3px;
  353. }
  354. #permapage {
  355. font-size: 10px; font-weight: normal; font-family: "Courier New", Courier, monospace; letter-spacing:1px; text-transform: uppercase;
  356. color:{color:permalink text};
  357. margin: 5px;
  358. }
  359. #all {
  360. {block:indexpage}width:820px;{/block:indexpage}
  361. {block:permalinkpage}width:520px;{/block:permalinkpage}
  362. text-align:left;
  363.  
  364. }
  365.  
  366.  
  367.  
  368.  
  369. #credits {
  370. text-align: left;
  371. font-size: 11px;
  372. position:fixed;
  373. left:5px;
  374. bottom:-65px;
  375. -webkit-transition: all .5s ease-in-out;
  376. -moz-transition: all .5s ease-in-out;
  377. -o-transition: all .5s ease-in-out;
  378. z-index:999;
  379. }
  380.  
  381. #credits:hover {bottom:0px;}
  382.  
  383. #credit {
  384. border-right-style:solid;
  385. border-bottom-style:none;
  386. border-left-style:none;
  387. border-top-style:solid;
  388. border-width:0px;
  389. border-color:#000;
  390. padding: 5px 0 5px 0;
  391. background: #fff;
  392. width:140px;
  393. height:50px;
  394. border-top-right-radius: 3px;
  395. -moz-border-radius-topright: 5px;
  396. -webkit-border-top-right-radius: 120px;
  397. z-index: 9999;
  398. }
  399.  
  400. #credittab {
  401. border-top-style:none;
  402. border-right-style:solid;
  403. border-bottom-style:solid;
  404. border-left-style:solid;
  405. border-width:0px;
  406. border-color:#000;
  407. text-align: center;
  408. height:10px;
  409. padding: 2px 0 8px 0;
  410. background:#fff;
  411. border-top-left-radius: 0px;
  412. -moz-border-radius-topleft: 0px;
  413. -webkit-border-top-left-radius: 0px;
  414. border-top-right-radius: 0px;
  415. -moz-border-radius-topright: 0px;
  416. -webkit-border-top-right-radius: 0px;
  417. width: 41px;
  418. }
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426. #updates {
  427. text-align: center;
  428. font-size: 11px;
  429. position:fixed;
  430. left:5px;
  431. top:-111px;
  432. -webkit-transition: all .5s ease-in-out;
  433. -moz-transition: all .5s ease-in-out;
  434. -o-transition: all .5s ease-in-out;
  435. z-index:999;
  436. }
  437.  
  438. #updates:hover {top:0px;}
  439.  
  440. #update {
  441. border-right-style:solid;
  442. border-bottom-style:solid;
  443. border-left-style:solid;
  444. border-width:1px;
  445. border-color:#000;
  446. padding: 5px 0 5px 0;
  447. background: #fff;
  448. width:200px;
  449. height:100px;
  450. border-bottom-right-radius: 5px;
  451. -moz-border-radius-bottomright: 5px;
  452. -webkit-border-bottom-right-radius: 0px;
  453. z-index: 9999;
  454. }
  455.  
  456. #updatestab {
  457. border-top-style:none;
  458. border-right-style:solid;
  459. border-bottom-style:solid;
  460. border-left-style:solid;
  461. border-width:1px;
  462. border-color:#000;
  463. text-align: center;
  464. height:10px;
  465. padding: 2px 0 8px 0;
  466. background:#fff;
  467. border-bottom-left-radius: 5px;
  468. -moz-border-radius-bottomleft: 5px;
  469. -webkit-border-bottom-left-radius: 5px;
  470. border-bottom-right-radius: 5px;
  471. -moz-border-radius-bottomright: 5px;
  472. -webkit-border-bottom-right-radius: 5px;
  473. width: 200px;
  474. }
  475.  
  476.  
  477.  
  478.  
  479.  
  480. </style>
  481.  
  482.  
  483.  
  484. <div id="updates">
  485. <div id="update"> <center><b>
  486.  
  487. !!!!!!!!!!!!!!!!!PUT YOUR UPDATES HERE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br><Br><marquee behavior="scroll" direction="left"><a href="/" target="blank"><img src="http://upload.wikimedia.org/wikipedia/commons/4/48/Coeur_Heart_Gray.png" width="40px" height="40px"/></a>Your networks go here!<a href="/" target="blank"><img src="http://upload.wikimedia.org/wikipedia/commons/4/48/Coeur_Heart_Gray.png" width="40px" height="40px"/></a><a href="/" target="blank"><img src="http://upload.wikimedia.org/wikipedia/commons/4/48/Coeur_Heart_Gray.png" width="40px" height="40px"/></a><a href="/" target="blank"><img src="http://upload.wikimedia.org/wikipedia/commons/4/48/Coeur_Heart_Gray.png" width="40px" height="40px"/></a><a href="/" target="blank"><img src="http://upload.wikimedia.org/wikipedia/commons/4/48/Coeur_Heart_Gray.png" width="40px" height="40px"/></a><a href="/" target="blank"><img src="http://upload.wikimedia.org/wikipedia/commons/4/48/Coeur_Heart_Gray.png" width="40px" height="40px"/></a><a href="/" target="blank"><img src="http://upload.wikimedia.org/wikipedia/commons/4/48/Coeur_Heart_Gray.png" width="40px" height="40px"/></a></marquee>
  488.  
  489. </center></div>
  490. <div id="updatestab">announcements & networks</div>
  491. </div></b>
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498. <link href='http://fonts.googleapis.com/css?family=League+Script' rel='stylesheet' type='text/css'>
  499.  
  500. <div id="credits">
  501. <div id="credittab">THEME</div>
  502. <div id="credit"> <left><br>
  503. &nbsp;Theme by <a href="http://ettudis.tumblr.com/" target="_blank">ettudis</a>
  504. <br>
  505. &nbsp;Tweaked by <a href="http://creamify.tumblr.com" target="_blank">creamify</a><br><br><br>
  506.  
  507. </left></div>
  508. </div>
  509.  
  510. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"> </script>
  511. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"></script>
  512. <script src="http://ettudis.three-words.net/js/masonry.js"></script>
  513. <script type="text/javascript">
  514. $(window).load(function () {
  515. $('#content').masonry(),
  516. $('.masonryWrap').infinitescroll({
  517. itemSelector : ".container",
  518. },
  519. function() { $('#content').masonry({ appendedContent: $(this) }); }
  520. );
  521. });
  522. </script>
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530. </head>
  531. <body>
  532.  
  533. <table width="100%" border="0">
  534. <tr>
  535. <td colspan="2" align="center" valign="top">
  536.  
  537.  
  538.  
  539. </td>
  540. </tr>
  541. <tr>
  542. {block:indexpage}<td width="80%" align="right" valign="top">{/block:indexpage}
  543. {block:permalinkpage}<td width="65%" align="right" valign="top">{/block:permalinkpage}
  544. <div id="all">
  545. <div id="content">{block:Posts}
  546. <div class="container">
  547.  
  548. <div id="entry">
  549. <div class="perma"><a href="{Permalink}">{NoteCountwithLabel}</a><a href="{ReblogURL}" title="Reblog">Reblog</a></div>
  550. {block:Text}
  551. <h1>{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</h1>
  552. <div id="text">{Body}</div>
  553. {/block:Text}
  554.  
  555. {block:Photo}<a href="{Permalink}"><img src="{PhotoURL-500}" border="0" width="490"/></a>{/block:Photo}
  556. {block:Photoset}{Photoset-500}{/block:Photoset}
  557.  
  558. {block:Quote}
  559. <div id="quote">&#8220;{Quote}&#8221; </div>
  560. <div id="quotesource">{block:Source}&#8212; {Source}{/block:Source}</div>
  561. {/block:Quote}
  562.  
  563. {block:Link}
  564. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  565. {block:Description}{Description}{/block:Description}{/block:Link}
  566.  
  567. {block:Chat}<div id="chat">{block:Title}
  568. <h1><a href="{Permalink}">{Title}</a></h1>
  569. {/block:Title}
  570. <ul>
  571. {block:Lines}
  572. <li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>
  573. {/block:Lines}
  574. </ul>
  575. </div>
  576. {/block:Chat}
  577.  
  578. {block:Audio}
  579. <div id="audiotext">{PlayCountWithLabel}</div>
  580. <div id="audio">{AudioPlayerWhite}</div>
  581. <div id="audiotext">{block:Caption}{Caption}{/block:Caption}</div>
  582. {/block:Audio}
  583.  
  584. {block:Video}{Video-400}{/block:Video}
  585.  
  586. {block:Answer}
  587. <div id="asker">{Asker} said:<br /> {Question}</div>
  588. <div id="answer">{Answer}</div>
  589. {/block:Answer}
  590.  
  591. {block:ifnotshowcaptionsonindex}{block:permalinkpage}
  592. <div id="captiona" style="overflow:hidden; max-width:500px!important; margin:5px;">
  593. {block:Photo} {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  594. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  595. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</div>{/block:permalinkpage}{/block:ifnotshowcaptionsonindex}
  596.  
  597.  
  598. {block:ifshowcaptionsonindex}
  599. <div id="captiona" style="overflow:hidden; max-width:500px!important; margin:5px;">
  600. {block:Photo} {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  601. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  602. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</div>{/block:ifshowcaptionsonindex}
  603.  
  604.  
  605. {block:ifshowtagsonindex}<div id="permapage"><div id="tags">
  606. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">VIA: {ReblogParentName}</a> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">ORI: {ReblogRootName}</a>{/block:RebloggedFrom}
  607. {block:HasTags}<img src="http://i41.tinypic.com/25iniah.png" border="0" style="margin:0px;padding:0px;" />{block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div></div> {/block:ifshowtagsonindex}
  608.  
  609. {block:ifnotshowtagsonindex}{block:permalinkpage}<div id="permapage"><div id="tags">
  610. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">VIA: {ReblogParentName}</a> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">ORI: {ReblogRootName}</a>{/block:RebloggedFrom}
  611. {block:HasTags}<img src="http://i41.tinypic.com/25iniah.png" border="0" style="margin:0px;padding:0px;" />{block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div></div> {/block:permalinkpage}{/block:ifnotshowtagsonindex} </div>
  612.  
  613. {block:permalinkpage}
  614.  
  615. <div id="note">{block:PostNotes}{PostNotes}
  616. {/block:PostNotes} </div>{/block:permalinkpage}</div>
  617. {/block:Posts}</div>
  618.  
  619. </div></td>
  620. {block:indexpage} <td width="20%" align="left" valign="top" style="position:fixed; top:150px; z-index:30;">{/block:indexpage}
  621. {block:permalinkpage} <td width="35%" align="left" valign="top">{/block:permalinkpage}
  622. {block:ifsideimage}<div id="sideimage" align="center"><a href="/" alt="{Title}"><img src="{image:side}"/ id="simage" border="0" ></a></div>{/block:ifsideimage}<center><div id="title"><a href="/" alt="{Title}">{Title}</a> </div></center><br>
  623. <div id="desc">{block:Description}<p align="center">{Description}</p>{/block:Description}</div>
  624. <div id="menu">{text:extra sidebar content}<br />{block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}
  625. {block:ifLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2}
  626. {block:ifLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3}
  627. {block:ifLink4}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:ifLink4}
  628. {block:ifLink5}<a href="{text:Link 5}">{text:Link 5 Title}</a>{/block:ifLink5}
  629. <a href="/archive">archives</a>
  630. <a href="/ask">message</a>
  631. </div>
  632.  
  633. <div id="nav" align="center">
  634. {block:Pagination}
  635. {block:PreviousPage}
  636. <a href="{PreviousPage}">{text:previous button}</a>
  637. {/block:PreviousPage}
  638.  
  639. {CurrentPage}/{TotalPages}
  640.  
  641. {block:NextPage}
  642. <a href="{NextPage}">{text:next button}</a>
  643. {/block:NextPage}
  644. {/block:Pagination} </div></td>
  645. </tr>
  646. </table>
  647. </body>
  648. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement