Advertisement
candycaiine

Truth Theme

Sep 23rd, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.39 KB | None | 0 0
  1. <!----
  2.  
  3. truth theme.
  4. © theme by lloydey // themesbylloyd.tumblr.com
  5. credit me in your faq if you remove this
  6.  
  7. How to install:
  8. 1. Customize -> Edit HTML
  9. 2. Delete all of the coding in your HTML
  10. 3. Copy this theme code
  11. 4. Paste it
  12. 5. Update Preview & Save & Refresh
  13. 6. Edit your theme appearance in the Appearance section after you refresh.
  14.  
  15.  
  16. ---->
  17.  
  18.  
  19.  
  20. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  21. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  22. <head><title>{Title}</title>
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  26.  
  27.  
  28. <meta name="color:Background" content="#ffffff">
  29. <meta name="color:Body Text" content="#a09c9c">
  30. <meta name="color:Body Links" content="#d8d6d6">
  31. <meta name="color:Body Bold" content="#cccccc">
  32. <meta name="color:Body Italic" content="#dddddd">
  33. <meta name="color:Headers" content="#ffffff">
  34. <meta name="color:Headers First Letter" content="#ffffff">
  35.  
  36. <meta name="color:Borders" content="#faf7f7">
  37. <meta name="color:Title Bar" content="#ffffff">
  38. <meta name="color:Title" content="#cccccc">
  39. <meta name="color:Sidebar" content="#ffffff">
  40. <meta name="color:Icon Border" content="#ffffff">
  41. <meta name="color:Dropdown Menu" content="#e9e7e7">
  42. <meta name="color:Dropdown Menu Links" content="#000">
  43.  
  44. <meta name="color:Posts Background" content="#ffffff">
  45. <meta name="color:Posts" content="#e9e7e7">
  46. <meta name="color:Ask Background" content="#555555">
  47.  
  48. <meta name="color:Scrollbar" content="#ffffff">
  49. <meta name="color:Scrollbar BG" content="#ffffff">
  50.  
  51. <meta name="if:400px Posts" content="1">
  52. <meta name="if:Long Description" content="0">
  53. <meta name="if:Infinite Scroll" content="0">
  54. <meta name="if:Show Captions" content="0">
  55. <meta name="if:Show Tags" content="0">
  56. <meta name="image:Icon" content="http://s18.postimg.org/h6yhmt7m1/tumblr_lrizw0h_Tj_E1qecs1do1_500_large.jpg">
  57.  
  58. <meta name="text:Header" content="truth">
  59. <meta name="text:Navigation" content="navigation">
  60.  
  61. <meta name="text:Link 1" content="link one">
  62. <meta name="text:Link 1 URL" content="">
  63. <meta name="text:Link 2" content="link two">
  64. <meta name="text:Link 2 URL" content="">
  65. <meta name="text:Link 3" content="link three">
  66. <meta name="text:Link 3 URL" content="">
  67. <meta name="text:Link 4" content="link four">
  68. <meta name="text:Link 4 URL" content="">
  69.  
  70. <style type="text/css">
  71.  
  72. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:0.9; }
  73.  
  74. img{
  75. -webkit-transition: opacity 0.4s linear;
  76. opacity: 0.80;
  77. }
  78. img:hover{
  79. -webkit-transition: opacity 0.4s linear;
  80. opacity: 1;
  81. }
  82.  
  83.  
  84.  
  85. body {
  86. font-family:calibri;
  87. font-size:11px;
  88. color:{color:Body Text};
  89. text-align:justify;
  90. background-color:{color:Background};
  91. background-image:url('{image:Background}');
  92. background-attachment:fixed;
  93. }
  94.  
  95. a {
  96. color:{color:Body Links};
  97. text-decoration:none;
  98. -webkit-transition:all 1s ease;
  99. -moz-transition:all 1s ease;
  100. -o-transition:all 1s ease;
  101. transition:all 1s ease-in-out;
  102. }
  103.  
  104. b, strong {color:{color:Body Bold};}
  105. i, em {color:{color:Body Italic};}
  106. ul {list-style-type:square;}
  107. img {max-width:100%;}
  108.  
  109. h1, h1 a, h1 a:hover {
  110. margin:0px;
  111. color:{color:Headers};
  112. font:15px courier new;
  113. text-align:center;
  114. text-transform:uppercase;
  115. }
  116.  
  117. h1:first-letter {
  118. font-size:20px;
  119. color:{color:Headers First Letter};
  120. }
  121.  
  122. blockquote {
  123. margin-left:10px;
  124. border-left:3px solid {color:Blockquote};
  125. padding-left:10px;
  126. }
  127.  
  128. #bar {
  129. z-index:999;
  130. position:fixed;
  131. top:0px;
  132. left:252px;
  133. height:40px;
  134. background:{color:Title Bar};
  135. border-bottom:2px solid {color:Borders};
  136. text-align:center;
  137. {block:ifNot400pxPosts}width:560px;{/block:ifNot400pxPosts}
  138. {block:if400pxPosts}width:460px;{/block:if400pxPosts}
  139. }
  140.  
  141. #title {
  142. line-height:40px;
  143. letter-spacing:4px;
  144. text-transform:lowercase;
  145. font-size:20px;
  146. color:{color:Title};
  147. width:100%;
  148. }
  149.  
  150. #side {
  151. position:fixed;
  152. bottom:0px;
  153. width:250px;
  154. background:{color:Sidebar};
  155. left:0px;
  156. height:100%;
  157. }
  158.  
  159. #image {
  160. position:fixed;
  161. display:block;
  162. width:250px;
  163. {block:ifNotInfiniteScroll}bottom:55px;{/block:ifNotInfiniteScroll}
  164. {block:ifInfiniteScroll}bottom:0px;{/block:ifInfiniteScroll}
  165. }
  166.  
  167. #port {
  168. width:100px;
  169. height:100px;
  170. display:block;
  171. border:5px solid {color:Icon Border};
  172. border-radius:0 100px 100px 100px;
  173. }
  174.  
  175. #content {
  176. position:absolute;
  177. padding:20px;
  178. margin-top:100px;
  179. }
  180.  
  181. #desc {
  182. margin:20px 0;
  183. text-align:center;
  184. {block:ifLongDescription}height:120px;
  185. overflow:auto;
  186. padding-right:10px;{/block:ifLongDescription}
  187. }
  188.  
  189. #menu {
  190. width:100%;
  191. border:0px solid #ccc;
  192. padding:3px;
  193. font-family:calibri;
  194. text-transform:lowercase;
  195. font-size:11px;
  196. letter-spacing:2px;
  197. background-color:{color:Dropdown Menu};
  198. color:{color:Dropdown Menu Links};
  199. }
  200.  
  201.  
  202.  
  203. #nav {
  204. margin-top:10px;
  205. font-style:italic;
  206. text-align:center;
  207. }
  208.  
  209. #entry {
  210. position:fixed;
  211. top:0px;
  212. left:250px;
  213. height:100%;
  214. border-left:2px solid {color:Borders};
  215. border-right:2px solid {color:Borders};
  216. background:{color:Posts Background};
  217. {block:ifNot400pxPosts}width:560px;{/block:ifNot400pxPosts}
  218. {block:if400pxPosts}width:460px;{/block:if400pxPosts}
  219. }
  220.  
  221. #container {
  222. position:absolute;
  223. margin:54px 0 0 264px;
  224. }
  225.  
  226. #posts {
  227. background-color:{color:Posts};
  228. padding:0 10px;
  229. margin-bottom:10px;
  230. {block:ifNot400pxPosts}width:500px;{/block:ifNot400pxPosts}
  231. {block:if400pxPosts}width:400px;{/block:if400pxPosts}
  232. }
  233.  
  234. #posts pre {
  235. background:#555;
  236. padding:5px;
  237. color:#000;
  238. white-space:pre-wrap;
  239. }
  240.  
  241. #posts small, #posts big {font-size:11px;}
  242.  
  243. #photo, iframe.photoset {
  244. display:block;
  245. }
  246.  
  247. #quote {
  248. font-size:18px;
  249. text-transform:lowercase;
  250. }
  251.  
  252. #url {
  253. text-align:center;
  254. }
  255.  
  256. #odd, #even {padding:5px;margin-bottom:2px;}
  257. #odd {background:{color:Chat Odd};}
  258. #even {background:{color:Chat Even};}
  259.  
  260. #audio {width:100%;}
  261.  
  262. #art, #alt {
  263. width:150px;
  264. height:150px;
  265. display:block;
  266. }
  267.  
  268. #player {
  269. z-index:99;
  270. position:absolute;
  271. padding:10px;
  272. background:rgba(0,0,0,0.3);
  273. margin:52px;
  274. opacity:0.3;
  275. -webkit-transition:all 1s ease;
  276. -moz-transition:all 1s ease;
  277. -o-transition:all 1s ease;
  278. transition:all 1s ease-in-out;
  279. }
  280.  
  281. #art {position:absolute;}
  282. #audio:hover #player {opacity:1;}
  283.  
  284. #ainfo {
  285. overflow:hidden;
  286. line-height:13px;
  287. text-align:left;
  288. background:{color:Audio Info};
  289. padding-left:10px;
  290. margin-top:10px;
  291. margin-bottom:10px;
  292. margin-left:10px;
  293. padding:5px;
  294. height:13px;
  295. }
  296.  
  297. #ask {
  298. padding:10px;
  299. background:{color:Ask Background};
  300. }
  301.  
  302. #arrow {
  303. position:absolute;
  304. display:inline-block;
  305. color:{color:Ask Background};
  306. font-size:30px;
  307. margin-left:20px;
  308. margin-top:-12px;
  309. }
  310.  
  311. #asker {
  312. display:inline-block;
  313. font-size:10px;
  314. text-transform:uppercase;
  315. margin-top:3px;
  316. margin-left:45px;
  317. }
  318.  
  319. #info {
  320. background:{color:Info};
  321. color:{color:Info Text};
  322. padding:5px;
  323. margin-left:-10px;
  324. text-transform:uppercase;
  325. font-size:10px;
  326. {block:ifNot400pxPosts}width:510px;{/block:ifNot400pxPosts}
  327. {block:if400pxPosts}width:410px;{/block:if400pxPosts}
  328. }
  329.  
  330. #info a {
  331. color:{color:Info Links};
  332. }
  333.  
  334. ol.notes {
  335. list-style-type:none;
  336. margin:20px 0 20px -40px;
  337. font-size:10px;
  338. text-transform:uppercase;
  339. }
  340.  
  341. ol.notes img {
  342. float:left;
  343. width:13px;
  344. margin-right:5px;
  345. }
  346.  
  347. .notes li {
  348. padding:5px;
  349. margin-bottom:2px;
  350. text-transform:uppercase;
  351. font-size:10px;
  352. background-color:#444;
  353. {block:ifNot400pxPosts}width:510px;{/block:ifNot400pxPosts}
  354. {block:if400pxPosts}width:410px;{/block:if400pxPosts}
  355. }
  356.  
  357. #credit {
  358.  
  359.  
  360. }
  361.  
  362.  
  363. }
  364.  
  365. ::-webkit-scrollbar-thumb:vertical {
  366. background-color:{color:Scrollbar};
  367. border-top:2px solid {color:Scrollbar BG};
  368. border-bottom:2px solid {color:Scrollbar BG};
  369. }
  370.  
  371. ::-webkit-scrollbar-button:vertical {
  372. height:6px;
  373. width:5px;
  374. background-color:{color:Scrollbar};
  375. }
  376.  
  377. ::-webkit-scrollbar-button:horizontal {
  378. width:6px;
  379. height:5px;
  380. background-color:{color:Scrollbar};
  381. }
  382.  
  383. ::-webkit-scrollbar {
  384. height:5px;
  385. width:5px;
  386. background-color:{color:Scrollbar BG};
  387. }
  388.  
  389. </style>
  390.  
  391. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  392.  
  393. <script type="text/javascript" src="http://static.tumblr.com/mtdphun/sh6mmt7d2/scrolltopcontrol_nb.js"></script>
  394.  
  395. {block:ifInfiniteScroll}
  396. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  397. {/block:ifInfiniteScroll}
  398.  
  399. </head><body>
  400.  
  401.  
  402.  
  403. <a href="/"><div id="bar"><div id="title">{text:Header}</div></div></a>
  404.  
  405. <div id="side">
  406. <img src="{image:Sidebar}" id="image">
  407. <div id="content">
  408. {block:ifIconImage}
  409. <a href="/"><center><img src="{image:Icon}" id="port"></center></a>
  410. {/block:ifIconImage}{block:ifNotIconImage}
  411. <a href="/"><center><img src="{PortraitURL-128}" id="port"></center></a>
  412. {/block:ifNotIconImage}
  413. <div id="desc"><div style="margin:-10px 0;">
  414. <p>{Description}</p>
  415. </div></div>
  416. <select id="menu" onChange="location.href=this.options[this.selectedIndex].value;">
  417. <option value="/">{text:Navigation}</option>
  418. {block:ifLink1}
  419. <option value="{text:Link 1 URL}">{text:Link 1}</option>
  420. {/block:ifLink1}{block:ifLink2}
  421. <option value="{text:Link 2 URL}">{text:Link 2}</option>
  422. {/block:ifLink2}{block:ifLink3}
  423. <option value="{text:Link 3 URL}">{text:Link 3}</option>
  424. {/block:ifLink3}{block:ifLink4}
  425. <option value="{text:Link 4 URL}">{text:Link 4}</option>
  426. {block:ifLink4}
  427. {block:Pages}<option value="{URL}">{Label}</option>{/block:Pages}
  428. </select>
  429. <div id="nav">
  430. <a href="/">home</a> &middot;
  431. <a href="/ask">message</a> &middot;
  432. <a href="/archive">archive</a> &middot;
  433. <a href="http://cocaine.tumblr.com" target="blank" title="truth theme">theme</a>
  434. </div>
  435. </div>
  436.  
  437. </script><script src="http://static.tumblr.com/jkg9xxi/gBCmsyr4m/gbreauhbfuhenwuafbi.js"></script>
  438. {block:ifNotInfiniteScroll}<div id="pagination">{block:Pagination}
  439. {block:PreviousPage}
  440. <a href="{PreviousPage}">←</a>
  441. {/block:PreviousPage}
  442.  
  443. {block:JumpPagination length="5"}
  444. {block:CurrentPage}<span>{PageNumber}</span>{/block:CurrentPage}
  445. {block:JumpPage}
  446. <a class="jump_page" href="{URL}">{PageNumber}</a>
  447. {/block:JumpPage}
  448. {/block:JumpPagination}
  449.  
  450. {block:NextPage}
  451. <a href="{NextPage}">→</a>
  452. {/block:NextPage}
  453. {/block:Pagination}</div>{/block:ifNotInfiniteScroll}
  454.  
  455. </div>
  456.  
  457. <div id="entry"></div>
  458. <div id="container">
  459.  
  460. <!-- POSTS BLOCK -->
  461.  
  462. {block:ifInfiniteScroll}<div class="autopagerize_page_element">{/block:ifInfiniteScroll}{block:Posts}
  463.  
  464. {block:ContentSource}
  465. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  466. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}">
  467. {/block:SourceLogo}
  468. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  469. {/block:ContentSource}
  470.  
  471. <div id="posts">
  472.  
  473. <div id="info" style="margin-bottom:10px;">
  474. <a href="{Permalink}">{TimeAgo}</a> +
  475. <a href="{Permalink}">{NoteCountWithLabel}</a>
  476.  
  477. {block:RebloggedFrom}<div style="float:right;">
  478. <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> +
  479. <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
  480. </div>{/block:RebloggedFrom}
  481. </div>
  482.  
  483. <!-- ENTRIES -->
  484.  
  485. <!-- TEXT -->
  486.  
  487. {block:Text}
  488.  
  489. {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}
  490. {Body}
  491.  
  492. {/block:Text}
  493.  
  494. <!-- PHOTO -->
  495.  
  496. {block:Photo}
  497.  
  498. {block:IndexPage}
  499. <a href="{Permalink}"><img src="{PhotoURL-highres}" id="photo"></a>
  500. {/block:IndexPage}
  501.  
  502. {block:PermalinkPage}{LinkOpenTag}
  503. <center><img src="{PhotoURL-500}" id="photo"></center>
  504. {LinkCloseTag}{/block:PermalinkPage}
  505.  
  506. {block:ifShowCaptions}
  507. {block:Caption}
  508. {Caption}
  509. {/block:Caption}
  510. {/block:ifShowCaptions}
  511.  
  512. {/block:Photo}
  513.  
  514. <!-- PANORAMA -->
  515.  
  516. {block:Panorama}
  517.  
  518. {LinkOpenTag}<img src="{PhotoURL-Panorama}" id="photo">{LinkCloseTag}
  519.  
  520. {block:ifShowCaptions}
  521. {block:Caption}
  522. {Caption}
  523. {/block:Caption}
  524. {/block:ifShowCaptions}
  525.  
  526. {/block:Panorama}
  527.  
  528. <!-- PHOTOSET -->
  529.  
  530. {block:Photoset}
  531.  
  532. <div id="photo">
  533. {block:ifNot400pxPosts}{Photoset-500}{/block:ifNot400pxPosts}
  534. {block:if400pxPosts}{Photoset-400}{/block:if400pxPosts}
  535. </div>
  536.  
  537. {block:ifShowCaptions}
  538. {block:Caption}
  539. {Caption}
  540. {/block:Caption}
  541. {/block:ifShowCaptions}
  542.  
  543. {/block:Photoset}
  544.  
  545. <!-- QUOTE -->
  546.  
  547. {block:Quote}
  548.  
  549. <center><span id="quote">❝ {Quote} ❞</span></center>
  550. <p align="right">- {Source}
  551.  
  552.  
  553. {/block:Quote}
  554.  
  555. <!-- LINK -->
  556.  
  557. {block:Link}
  558.  
  559. <a href="{URL}" target="{Target}"><h1>{Name}</h1>
  560. <div id="url">{URL}</div></a>
  561.  
  562. {block:Description}
  563. {Description}
  564. {/block:Description}
  565.  
  566. {/block:Link}
  567.  
  568. <!-- CHAT -->
  569.  
  570. {block:Chat}
  571.  
  572. {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}
  573.  
  574. {block:Lines}<div id="{Alt}">
  575. {block:Label}<b>{Label}</b>{/block:Label} {Line}
  576. </div>{/block:Lines}
  577.  
  578. {/block:Chat}
  579.  
  580. <!-- AUDIO -->
  581.  
  582. {block:Audio}
  583.  
  584. <table id="audio" cellpadding="0" cellspacing="0"><tr>
  585. <td width="150px">
  586. <div id="player"><div style="overflow:hidden;height:27px;width:27px;">{AudioPlayerBlack}</div></div><a href="{Permalink}">
  587. {block:AlbumArt}<img src="{AlbumArtURL}" id="art">{/block:AlbumArt}
  588. <img src="{image:Album Art}" id="alt">
  589. </a></td>
  590. <td>
  591. <div id="ainfo"><b>Track: </b>{block:TrackName}{TrackName}{/block:TrackName}</div>
  592. <div id="ainfo"><b>Artist: </b>{block:Artist}{Artist}{/block:Artist}</div>
  593. <div id="ainfo"><b>Album: </b>{block:Album}{Album}{/block:Album}</div>
  594. <div id="ainfo"><b>Plays: </b>{block:PlayCount}{FormattedPlayCount}{/block:PlayCount}</div>
  595. </td>
  596. </tr></table>
  597.  
  598. {block:ifShowCaptions}
  599. {block:Caption}
  600. {Caption}
  601. {/block:Caption}
  602. {/block:ifShowCaptions}
  603.  
  604. {/block:Audio}
  605.  
  606. <!-- VIDEO -->
  607.  
  608. {block:Video}
  609.  
  610. {block:ifNot400pxPosts}{Video-500}{/block:ifNot400pxPosts}
  611. {block:if400pxPosts}{Video-400}{/block:if400pxPosts}
  612.  
  613. {block:ifShowCaptions}
  614. {block:Caption}
  615. {Caption}
  616. {/block:Caption}
  617. {/block:ifShowCaptions}
  618.  
  619. {/block:Video}
  620.  
  621. <!-- ANSWER -->
  622.  
  623. {block:Answer}
  624.  
  625. <div id="ask">{Question}</div>
  626. <span id="arrow">◥</span>
  627. <span id="asker">{Asker}</span></p>
  628.  
  629. {Answer}
  630.  
  631. {/block:Answer}
  632.  
  633. <!-- END ENTRIES -->
  634.  
  635. {block:PermalinkPage}
  636.  
  637. {block:ifNotShowCaptions}
  638. {block:Caption}
  639. {Caption}
  640. {/block:Caption}
  641. {/block:ifNotShowCaptions}
  642.  
  643. {/block:PermalinkPage}
  644.  
  645. <div id="info" style="margin-top:10px;">
  646. <table cellpadding="0" cellspacing="0" width="100%"><tr>
  647. <td style="padding-right:10px;">
  648. {block:ifShowTags}
  649. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  650. {/block:ifShowTags}
  651. {block:ifNotShowTags}
  652. {block:IndexPage}<a href="{Permalink}">permalink</a>{/block:IndexPage}{block:PermalinkPage}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:PermalinkPage}
  653. {/block:ifNotShowTags}
  654. </td>
  655. <td style="text-align:right;">
  656. <a href="{ReblogURL}">reblog</a>
  657. </td>
  658. </tr></table>
  659. </div>
  660.  
  661. </div><!-- posts -->
  662.  
  663. {block:PostNotes}{PostNotes}{/block:PostNotes}
  664.  
  665. {/block:Posts}{block:ifInfiniteScroll}</div>{/block:ifInfiniteScroll}
  666.  
  667. <!-- END POSTS BLOCK -->
  668.  
  669. </div><!-- container -->
  670. </div></div>
  671.  
  672. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement