Advertisement
Guest User

BASE CODE BY OFCUTEBOYS

a guest
Apr 27th, 2014
9,445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.76 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" xml:lang="en" lang="en">
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  8.  
  9. <!---
  10.  
  11.  
  12. 888 8888888 888b d888 8888888888 .d8888b.
  13. 888 888 8888b d8888 888 d88P Y88b
  14. 888 888 88888b.d88888 888 Y88b.
  15. 888 888 888Y88888P888 8888888 "Y888b.
  16. 888 888 888 Y888P 888 888 "Y88b.
  17. 888 888 888 Y8P 888 888 "888
  18. 888 888 888 " 888 888 Y88b d88P
  19. 88888888 8888888 888 888 8888888888 "Y8888P"
  20.  
  21. BASE CODE 2.0 BY LIMESTHEMES/OFCUTEBOYS/CAROLINE
  22.  
  23. This base code doesn't have all the glitches that my old one has. It also doesn't have hundreds of lines of me talking, so it's mainly for more experienced theme makers.
  24.  
  25. It's a pretty extensive base code, so you're welcome to use it as a theme on its own! There are a lot of customization options built into the theme, so you can definitely make it work without editing any HTML.
  26.  
  27. Because the base code is so extensive, I do ask that you make significant changes to it before you post your own themes. Changing a few fonts and calling it your own isn't gonna fly. That said, it's a base code, so you don't have to give me credit or anything! Please just don't repost or claim as your own, and make sure that you like/reblog the post before you use it!
  28.  
  29. Let me know if you have any questions or problems! Good luck and have fun!
  30.  
  31. --->
  32.  
  33.  
  34. <!---META TAGS--->
  35. <!--color related tags-->
  36. <meta name="color:background" content="#ffffff"/>
  37. <meta name="color:text" content="#000000"/>
  38. <meta name="color:link" content="#888888"/>
  39. <meta name="color:hover" content="#ffffff"/>
  40. <meta name="color:accent" content="#ffffff"/>
  41. <meta name="color:sidebar" content="#ffffff"/>
  42. <meta name="color:chatline_odd" content="#000"/>
  43. <meta name="color:chatline_even" content="#000"/>
  44.  
  45.  
  46. <!---Sidebar link related tags--->
  47. <meta name="text:link1" content="i"/>
  48. <meta name="text:link1url" content="link 1 url"/>
  49. <meta name="text:link2" content="ii"/>
  50. <meta name="text:link2url" content="link 2 url"/>
  51. <meta name="text:link3" content="iii"/>
  52. <meta name="text:link3url" content="link 3 url"/>
  53. <meta name="text:link4" content="iv"/>
  54. <meta name="text:link4url" content="link 4 url"/>
  55. <meta name="text:link5" content="v"/>
  56. <meta name="text:link5url" content="link 5 url"/>
  57.  
  58. <!---sidebar image related tags-->
  59. <meta name="image:sidebar" content="" />
  60. <meta name="text:sidebar image URL" content="url here"/>
  61. <meta name="if:text url" content="1"/>
  62. <meta name="if:upload" content="0"/>
  63. <meta name="if:fade sidebar" content="0"/>
  64. <meta name="if:circle sidebar" content="1"/>
  65. <meta name="if:hover tags" content="1"/>
  66.  
  67. <!---post related if blocks--->
  68. <meta name="if:only render captions on permalink page" content="0"/>
  69. <meta name="if:400px posts" content="0"/>
  70. <meta name="if:500px posts" content="1"/>
  71. <meta name="if:Post Align Justify" content="0"/>
  72. <meta name="if:Post Align Center" content="1"/>
  73. <meta name="if:Show Reblog Button" content="1"/>
  74. <meta name="if:SideTags" content="1"/>
  75.  
  76. <!---Misc. Tags--->
  77. <meta name="font:title" content="helvetica"/>
  78.  
  79.  
  80.  
  81.  
  82.  
  83. <style type="text/css">
  84.  
  85. /*--OVERALL STYLING---*/
  86.  
  87. body {background-color:{color:background};font-family:Helvetica;font-size:11px;color:{color:text};}
  88.  
  89. a {color:{color:link};text-decoration:none;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;-o-transition-duration:.3s;}
  90.  
  91. a:hover {color:{color:hover};}
  92.  
  93. h1 {font-size:17px;font-weight:lighter;text-transform:uppercase;letter-spacing:4px;color:{color:text};padding-bottom:10px;border-bottom:1px solid black;text-align:center;}
  94.  
  95. h2 {font-weight:normal;font-size:15px;letter-spacing:2px;}
  96.  
  97. blockquote {padding:10px;background-color:#000;color:white;text-align:center;letter-spacing:1px;}
  98.  
  99. blockquote blockquote {padding:10px;background-color:white;color:black;border:1px solid {color:accent};}
  100.  
  101. ::selection {background-color:{color:accent};}
  102.  
  103.  
  104. ::-webkit-scrollbar {width:5px;background-color:{color:accent};border:5px solid white;}
  105.  
  106. ::-webkit-scrollbar-thumb {background-color:{color:accent};border-width:3px;}
  107.  
  108.  
  109.  
  110. #credit {bottom:3px;position:fixed;right:10px;float:right;font-family:calibri;color:black;font-size:9px;letter-spacing:1px;text-transform:uppercase;padding:5px;}
  111.  
  112. #credit a {color:black;background-color:white;padding:5px;-webkit-transition-duration:.8s;-moz-transition-duration:.8s;-o-transition-duration:.8s;-ms-transition-duration:.8s;}
  113.  
  114. #credit a:hover {color:white;background-color:#00bdb3;}
  115.  
  116.  
  117. /*---SIDEBAR---*/
  118.  
  119. #sidebar {
  120. width:180px;
  121. height:280px;
  122. margin-left:200px;
  123. background-color:{color:sidebar};
  124. margin-top:120px;
  125. position:fixed;
  126. }
  127.  
  128. #fresh {
  129. font-family:{font:title};
  130. margin-top:10px;
  131. text-align:center;
  132. width:100%;
  133. font-size:15px;
  134. color:black;
  135. letter-spacing:5px;
  136. font-weight:bold;
  137. text-transform:uppercase;
  138. -webkit-transition-duration:1s;
  139. -moz-transition-duration:1s;
  140. -o-transition-duration:1s;
  141.  
  142. }
  143.  
  144. #fresh a {
  145. color:black;
  146. -webkit-transition-duration:1s;
  147. -moz-transition-duration:1s;
  148. -o-transition-duration:1s;
  149.  
  150. }
  151.  
  152. #fresh a:hover {
  153. letter-spacing:6px;
  154. -webkit-transition-duration:1s;
  155. -moz-transition-duration:1s;
  156. -o-transition-duration:1s;
  157. }
  158.  
  159.  
  160.  
  161.  
  162.  
  163. #sidebarimage {
  164. {block:IfNotCircleSidebar}
  165. width:100%;
  166. margin-top:5px;
  167. {/block:IfNotCircleSidebar}
  168.  
  169. }
  170.  
  171. #sidebarimage img {
  172. width:100%;
  173. {block:IfCircleSidebar}
  174. width:180px;
  175. height:180px;
  176. border-radius:95px;
  177. -webkit-border-radius:95px;
  178. -moz-border-radius:95px;
  179. -o-border-radius:95px;
  180. -ms-border-radius:95px;
  181. {/block:IfCircleSidebar}
  182. {block:IfFadeSidebar}opacity:.6;{/block:IfFadeSidebar}
  183. -webkit-transition-duration:1s;
  184. -moz-transition-duration:1s;
  185. -o-transition-duration:1s;
  186. }
  187. {block:IfFadeSidebar}
  188. #sidebarimage img:hover {
  189. opacity:1;
  190. }{/block:IfFadeSidebar}
  191.  
  192. #desc {
  193. width:100%;
  194. margin-top:5px;
  195. color:black;
  196. text-align:center;
  197. font-family:helvetica;
  198. font-size:10px;
  199. font-weight:normal;
  200. line-height:150%;
  201. }
  202.  
  203.  
  204. #links {
  205. width:100%;
  206. word-spacing:2px;
  207. display:inline-block;
  208. font-family:helvetica;
  209. text-align:center;
  210. font-size:10px;
  211. margin-top:10px;
  212. color:black;
  213. margin-left:-2px;
  214. letter-spacing:1px;
  215. text-transform:lowercase;
  216. }
  217.  
  218.  
  219. #links a {
  220. color:{color:links};
  221. background-color:white;
  222. padding:3px;
  223. display:inline-block;
  224. }
  225.  
  226.  
  227. #links a:hover {
  228. background-color:{color:accent};
  229. }
  230.  
  231.  
  232. /*---POSTS---*/
  233.  
  234. #postcontainer {
  235. margin-left:500px;
  236. margin-top:-50px;
  237. {block:If400pxPosts}
  238. width:450px;
  239. {/block:If400pxPosts}
  240. {block:If500pxPosts}
  241. width:550px;
  242. {/block:If500pxPosts}
  243. }
  244.  
  245. #post {{block:IfPostAlignCenter}text-align:center;{/block:IfPostAlignCenter}{block:IfPostAlignJustify}text-align:justify;{/block:IfPostAlignJustify}line-height:150%;{block:If400pxPosts}width:400px;{/block:If400pxPosts}{block:If500pxPosts}width:500px;{/block:If500pxPosts}margin-top:100px;letter-spacing:1px;}
  246.  
  247. #post ul {list-style:circle;letter-spacing:2px;text-align:justify;}
  248.  
  249. #post ol {list-style:upper-roman;letter-spacing:2px;text-align:justify;}
  250.  
  251.  
  252. /*---MESSAGE POSTS---*/
  253.  
  254.  
  255. .ask_block {
  256. {block:If400pxPosts}
  257. width:380px;
  258. {/block:If400pxPosts}
  259. {block:If500pxPosts}
  260. width:480px;
  261. {/block:If500pxPosts}
  262. background-color:#f5f5f5;
  263. padding:10px;
  264. }
  265.  
  266. .answer {
  267. color:black;
  268. padding:10px;
  269. padding-top:5px;
  270. border:1px solid #f5f5f5;
  271. letter-spacing:1px;
  272. }
  273.  
  274. .asker {
  275. font-size:9px;
  276. text-transform:uppercase;
  277. font-weight:normal;
  278. letter-spacing:2px;
  279. }
  280.  
  281. .asker a:hover {
  282. color:{color:accent};
  283. }
  284.  
  285. /*---POST INFORMATION---*/
  286. #info {
  287. margin-top:5px;
  288. font-size:9px;
  289. color:black;
  290. padding-top:7px;
  291. padding-bottom:7px;
  292. text-align:center;
  293. width:100%;
  294. opacity:0;
  295. margin-left:-20px;
  296. -webkit-transition-duration:.7s;
  297. -moz-transition-duration:.7s;
  298. -o-transition-duration:.7s;
  299. -ms-transition-duration:.7s;
  300.  
  301. }
  302.  
  303. #info a {
  304. color:black;
  305. font-size:9px;
  306. letter-spacing:2px;
  307. display:inline-block;
  308. margin-left:20px;
  309. }
  310.  
  311. #info a:hover {
  312. color:{color:accent};
  313. }
  314.  
  315. /*---PAGINATION: BASE CREDIT EXCOLO---*/
  316.  
  317.  
  318. #pagi {
  319. margin-top:20px;
  320. margin-left:-10px;
  321. height:50px;
  322. width:100%;
  323. text-align:left;
  324. border-top:2px solid #dedede;
  325. padding-left:10px;
  326. }
  327.  
  328. .jump_page {
  329. background-color: #fff;
  330. text-align:center;
  331. width:20px;
  332. display:inline-block;
  333. color:#bbb;
  334. font-family:Times;
  335. font-size:15px;
  336. text-decoration:none;
  337. border-top:2px solid #dedede;
  338. margin-top:-2px;
  339. }
  340.  
  341. .current_page, .jump_page:hover {
  342. color: black;
  343. border-top:2px solid black;
  344. font-family:Baskerville;
  345. text-align:center;
  346. font-size:15px;
  347. text-decoration:none;
  348. -webkit-transition-duration:.4s;
  349. -moz-transition-duration:.4s;
  350. -o-transition-duration:.4s;
  351. -ms-transition-duration:.4s;
  352. }
  353.  
  354. .tags {
  355. {block:IfSideTags}
  356. text-align:left;width:100px;text-transform:none;font-size:8px;position:absolute;margin-top:0px;{block:If400pxPosts}margin-left:415px;{/block:If400pxPosts}{block:If500pxPosts}margin-left:515px;{/block:If500pxPosts}
  357. {/block:IfSideTags}
  358. {block:IfNotSideTags}
  359. text-align:center;
  360. width:100%;
  361. text-transform:uppercase;
  362. font-weight:lighter;
  363. {/block:IfNotSideTags}
  364. {block:IfHoverTags}
  365. opacity:0;
  366. {/block:IfHoverTags}
  367. -webkit-transition-duration:.7s;
  368. -moz-transition-duration:.7s;
  369. -o-transition-duration:.7s;
  370. -ms-transition-duration:.7s;
  371. }
  372.  
  373. .tags a {
  374. {block:IfSideTags}
  375. display:block;
  376. {/block:IfSideTags}
  377. {block:IfNotSideTags}
  378. display:inline-block;
  379. {/block:IfNotSideTags}
  380. font-weight:normal;
  381. letter-spacing:2px;
  382. font-size:9px;
  383. font-family:Helvetica;
  384. }
  385.  
  386.  
  387. .tags a:hover {
  388. color:{color:accent};
  389. }
  390.  
  391. #post:hover #info {
  392. opacity:1;
  393. }
  394.  
  395. {block:IfHoverTags}
  396. #post:hover .tags {
  397. opacity:1;
  398. }
  399. {/block:IfHoverTags}
  400.  
  401. .captoin {
  402. color:black;
  403. padding:15px;
  404. letter-spacing:1px;
  405. display:block;
  406. margin-top:10px;
  407. width:466px;
  408. }
  409.  
  410. #postnotes {
  411. display:block;
  412. margin-left:500px;
  413. color:black;
  414. width:450px;
  415. }
  416.  
  417. #postnotes ol {
  418. line-height:110%;
  419. color:black;
  420. list-style-type: none;
  421.  
  422. }
  423.  
  424. #postnotes li {
  425. padding:5px;
  426. letter-spacing:2px;
  427. display:block;
  428. margin-top:5px;
  429. background-color:#f7f7f7;
  430. color:black;
  431. -webkit-transition-duration:.4s;
  432. -moz-transition-duration:.4s;
  433. -o-transition-duration:.4s;
  434. -ms-transition-duration:.4s;
  435. }
  436.  
  437. #postnotes li:hover {
  438. background-color:{color:accent};
  439. color:white;
  440.  
  441. }
  442.  
  443. #postnotes li:hover a {
  444. color:white;
  445. }
  446.  
  447. #postnotes img {
  448. padding-right:5px;
  449. }
  450.  
  451.  
  452. .convo li {list-style: none;}
  453.  
  454. .convo .label {text-transform: uppercase;}
  455.  
  456. .line_odd .label {color: {color:chatline_odd};}
  457. .line_even .label {color: {color:chatline_even};}
  458.  
  459. .dinky {
  460. float:left;
  461. }
  462.  
  463.  
  464. #albumart img{
  465. width:150px;
  466. height:150px;
  467. padding:0px;
  468. border-width:0px;
  469. }
  470.  
  471.  
  472. .player {
  473. width:30px;
  474. overflow:hidden;
  475. height:30px;
  476. padding:0px;
  477. padding-left:5px;
  478. padding-top:3px;
  479. position:absolute;
  480. left:50%;
  481. top:50%;
  482. margin-top:-20px;
  483. margin-left:-20px;
  484. -webkit-transition-duration:500ms;
  485. -moz-transition-duration:500ms;
  486. -o-transition-duration:500ms;
  487. -ms-transition-duration:500ms;
  488.  
  489. }
  490.  
  491. .daplaya:hover {
  492. -webkit-transform:scale(.4);
  493.  
  494. }
  495.  
  496. .daplaya:hover .player {
  497. -webkit-transform:scale(3);
  498. }
  499.  
  500. .daplaya {
  501. background-color:black;
  502. width:120px;
  503. height:120px;
  504. position:absolute;
  505. margin-top:-135px;
  506. margin-left:15px;
  507. -webkit-transition-duration:500ms;
  508. -moz-transition-duration:500ms;
  509. -o-transition-duration:500ms;
  510. -ms-transition-duration:500ms;
  511. }
  512.  
  513. .donkey {
  514. float:left top;
  515. margin-left:150px;
  516. background-color:black;
  517. padding:20px;
  518. height:110px;
  519. text-align:center;
  520. color:white;
  521. }
  522.  
  523. .track {
  524. font-size:15px;
  525. text-shadow:0px 0px 1px #fff;
  526. letter-spacing:4px;
  527. padding:10px;
  528. font-weight:300;
  529. text-transform:uppercase;
  530. font-family:Helvetica;
  531. color:white;
  532. }
  533.  
  534.  
  535. .artist {
  536. letter-spacing:1px;
  537. font-style:italic;
  538. font-weight:bold;
  539.  
  540. }
  541.  
  542. .playcount {
  543. font-size:9px;
  544. text-transform:uppercase;
  545. letter-spacing:3px;
  546. }
  547.  
  548.  
  549. #audiolo {
  550. {block:If400pxPosts}
  551. width:400px;
  552. {/block:If400pxPosts}
  553. {block:If500pxPosts}
  554. width:500px;
  555. {/block:If500pxPosts}
  556. padding-bottom:80px;
  557. }
  558.  
  559. .album {
  560. font-weight:normal;
  561. }
  562.  
  563. .qtation {
  564. color:black;
  565. font-family:Helvetica;
  566. text-align:center;
  567. font-size:11px;
  568. letter-spacing:2px;
  569. font-weight:lighter;
  570. }
  571.  
  572. .src {
  573. padding:5px;
  574. color:white;
  575. margin-top:10px;
  576. background-color:black;
  577. }
  578.  
  579.  
  580. </style>
  581.  
  582. </head>
  583. <body>
  584.  
  585.  
  586. <div id="sidebar">
  587. <div id="sidebarimage">
  588. {block:IfTextUrl}
  589. <img src="{text:sidebar image URL}">{/block:IfTextUrl}
  590. {block:IfUpload}<img src="{image:sidebar}">{/block:IfUpload}
  591. </div>
  592. <div id="fresh"><a href="/">{Title}</a></div>
  593.  
  594. <div id="links">
  595. <a href="{text:link1url}">{text:link1}</a>
  596. <a href="{text:link2url}">{text:link2}</a>
  597. <a href="{text:link3url}">{text:link3}</a>
  598. <a href="{text:link4url}">{text:link4}</a>
  599. <a href="{text:link5url}">{text:link5}</a>
  600.  
  601.  
  602. </div>
  603. <div id="desc">{Description}</div>
  604.  
  605.  
  606.  
  607.  
  608. </div>
  609.  
  610.  
  611. <div id="postcontainer">
  612. {block:Posts}
  613. <div id="post">
  614.  
  615. {block:IfSideTags}{block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>{/block:IfSideTags}
  616.  
  617.  
  618.  
  619. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  620.  
  621.  
  622.  
  623. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-500}" width="500px"></center>
  624. {block:IfOnlyRenderCaptionsOnPermalinkPage}
  625. {block:PermalinkPage}{block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfOnlyRenderCaptionsOnPermalinkPage}
  626. {block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  627. {block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  628.  
  629.  
  630.  
  631. {/block:Photo}
  632.  
  633.  
  634. {block:Photoset}
  635. <div class="photoset">{Photoset-500}</div>{block:IfOnlyRenderCaptionsOnPermalinkPage}
  636. {block:PermalinkPage}{block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfOnlyRenderCaptionsOnPermalinkPage}
  637. {block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  638. {block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:IfNotOnlyRenderCaptionsOnPermalinkPage}{/block:Photoset}
  639.  
  640.  
  641. {block:Video}{Video-500}{block:IfOnlyRenderCaptionsOnPermalinkPage}
  642. {block:PermalinkPage}{block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfOnlyRenderCaptionsOnPermalinkPage}
  643. {block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  644. {block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:IfNotOnlyRenderCaptionsOnPermalinkPage}{/block:Video}
  645.  
  646.  
  647. {block:Audio}<div id="audiolo">
  648. <div class="dinky">
  649. {block:AlbumArt}<div id="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  650.  
  651. <div class="daplaya"><div class="player">{AudioPlayerBlack}</div></div></div>
  652. <div class="donkey">
  653. <div class="track"> {block:TrackName}
  654. {TrackName}
  655. {/block:TrackName} </div>
  656.  
  657.  
  658. <div class="artist">
  659. {block:Artist}
  660. Artist: {Artist}
  661. {/block:Artist} </div>
  662.  
  663. <div class="album">
  664. {block:Album}
  665. Album: {Album}
  666. {/block:Album}
  667. </div>
  668.  
  669. <div class="download">{block:ExternalAudio}<a href="{ExternalAudioURL}">download this song</a>{/block:ExternalAudio}</div>
  670.  
  671. <div class="playcount">
  672.  
  673. {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div>
  674.  
  675.  
  676. </div>
  677.  
  678.  
  679. {block:IfOnlyRenderCaptionsOnPermalinkPage}
  680. {block:PermalinkPage}{block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfOnlyRenderCaptionsOnPermalinkPage}
  681. {block:IfNotOnlyRenderCaptionsOnPermalinkPage}
  682. {block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}{/block:IfNotOnlyRenderCaptionsOnPermalinkPage}</div>{/block:Audio}
  683.  
  684.  
  685. {block:Quote}<div class="qtation"><span style="font-family:times;font-size:15px;font-weight:900;">“</span>{Quote}<span style="font-family:times;font-size:15px;font-weight:900;">”</span></div>{block:Source}<div class="src">{Source}</div>{/block:Source}{/block:Quote}
  686.  
  687.  
  688. {block:Link}<h1><a href="{URL}" {Target}>{Name}</h1></a>{block:Description}{Description}{/block:Description}{/block:Link}
  689.  
  690. {block:Answer}<div class="question">
  691. <div class="ask_block"><span class="asker">{Asker}</span> asked: {Question}</div>
  692. <div class="answer">{Answer}</div>
  693. </div>{/block:Answer}
  694.  
  695.  
  696. {block:Chat}
  697. {block:Title}<h2>{Title}</h2>{/block:Title}
  698. <ul class="convo">{block:Lines}<li class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}
  699. {Line}</li>{/block:Lines}</ul>
  700. {/block:Chat}
  701.  
  702. <div id="info">
  703. <!---POST INFO--->
  704. <a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}</a><a href="{Permalink}">+{NoteCount}</a>
  705. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}"> source <a href="{SourceURL}"></a>{/block:ContentSource}{block:IfShowReblogButton}<a href="{Reblog}">reblog</a>{/block:IfShowReblogButton}
  706. <br></div>
  707. {block:IfNotSideTags}{block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>{/block:IfNotSideTags}
  708. {/block:Posts}<div id="pagi">
  709. {block:Pagination}
  710. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  711.  
  712. {block:JumpPagination length="5"}
  713. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  714. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  715. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  716. {/block:Pagination}
  717. </div></div>
  718. </div><div id="postnotes">{block:PostNotes}{PostNotes-16}{/block:PostNotes}</div>
  719.  
  720. <div id="credit"><a href="http://ofcuteboys.tumblr.com/">ofcuteboys</a></div>
  721.  
  722.  
  723. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement