Advertisement
TitanJelly

theme #10 - by titanjelly

Nov 15th, 2013
1,849
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.11 KB | None | 0 0
  1. <!--
  2. ╱╭╮╱╭╮
  3. ╭╯╰┳╯╰╮
  4. ╰╮╭╋╮╭╋━━┳━╮
  5. ╱┃┃┣┫┃┃╭╮┃╭╮╮
  6. ╱┃╰┫┃╰┫╭╮┃┃┃┃
  7. ╱╰━┻┻━┻╯╰┻╯╰╯
  8. ↳ http://titanjelly.tumblr.com
  9. ↳ DO NOT Claim/Repost as your own or Remove the theme credit!
  10. ↳ DO NOT Use as a theme base or Make heavy modifications!
  11. -->
  12.  
  13. <head>
  14. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  15.  
  16. <title>{title}</title>
  17.  
  18. <meta name="image:Background" content="" />
  19. <meta name="image:Sidebar" content="http://static.tumblr.com/b66ed3f9bbda560e8475ed4175f02560/9hiqgmd/qRNmwbhjj/tumblr_static_tumblr_mwb2nkkp4g1r4ba6to1_500.jpg" />
  20. <meta name="image:Sidebar Background" content="" />
  21. <meta name="image:Link Image" content="http://static.tumblr.com/0338c440e5573535774fb7819897b9ca/9hiqgmd/kRfmwbami/tumblr_static_tumblr_mwaota3uis1smnuevo1_500.jpg" />
  22.  
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:Sidebox" content="#ffc5a1"/>
  25. <meta name="color:Posts" content="transparent"/>
  26. <meta name="color:Links" content="#ffc5a1"/>
  27. <meta name="color:Links Hover" content="#b67a00"/>
  28. <meta name="color:Notes" content="#ffc5a1"/>
  29.  
  30. <meta name="if:Infinite Scroll" content="0"/>
  31. <meta name="if:Captions" content="0"/>
  32. <meta name="if:Custom Links" content="1"/>
  33. <meta name="if:Show Tags" content="1"/>
  34. <meta name="if:400 Posts" content="1"/>
  35.  
  36. <meta name="text:Subtitle" content="Insert Subtitle Here?"/>
  37.  
  38. <meta name="text:Index" content="Index"/>
  39. <meta name="text:IndexURL" content="/"/>
  40. <meta name="text:Ask" content="Ask"/>
  41. <meta name="text:AskURL" content="/ask"/>
  42. <meta name="text:About" content="About"/>
  43. <meta name="text:AboutURL" content="/about"/>
  44. <meta name="text:Archive" content="Archive"/>
  45. <meta name="text:ArchiveURL" content="/archive"/>
  46.  
  47. <meta name="text:Link01" content="Link01"/>
  48. <meta name="text:Link01URL" content="/"/>
  49. <meta name="text:Link02" content="Link02"/>
  50. <meta name="text:Link02URL" content="/"/>
  51. <meta name="text:Link03" content="Link03"/>
  52. <meta name="text:Link03URL" content="/"/>
  53. <meta name="text:Link04" content="Link04"/>
  54. <meta name="text:Link04URL" content="/"/>
  55.  
  56.  
  57. <link rel="shortcut icon" href="{Favicon}" />
  58.  
  59. <style type="text/css">
  60.  
  61. iframe#tumblr_controls { opacity:0.4; }
  62.  
  63. @font-face {
  64. font-family: 'title';
  65. src: url('http://static.tumblr.com/sas2ex2/fj6mr4m97/amperzand.ttf');
  66. }
  67.  
  68.  
  69. body {
  70. font-size: 10px; /* font size */
  71. font-family: Calibri, Candara, Segoe; /* font */
  72. color: #000; /* font color */
  73. background: {color:Background} url('{image:Background}') fixed;
  74. }
  75.  
  76. ::-webkit-scrollbar-thumb:vertical {
  77. background:#000;}
  78. ::-webkit-scrollbar-thumb:horizontal {
  79. background:#000;
  80. height:10px!important;}
  81. ::-webkit-scrollbar {
  82. background: url('{image:Background}');
  83. height:10px;
  84. width: 4px;}
  85.  
  86.  
  87. /* Links + Link Hover */
  88.  
  89.  
  90. a {
  91. color:{color:Links};
  92. text-decoration:none;
  93. -moz-transition-duration: 0.5s;
  94. -o-transition-duration: 0.5s;
  95. -webkit-transition-duration: 0.5s;
  96. transition-duration: 0.5s;
  97. }
  98.  
  99. a:hover{color:#9b291a;}
  100.  
  101.  
  102. /* Container */
  103.  
  104.  
  105. .container{
  106. {block:if400Posts}
  107. width:800px;
  108. {/block:if400Posts}
  109. {block:ifnot400Posts}
  110. width:900px;
  111. {/block:ifnot400Posts}
  112. margin:auto;}
  113.  
  114.  
  115. /* Sidebox Elements */
  116.  
  117.  
  118. .sidebar_left {
  119. width: 200px;
  120. background:#ffeadd url('{image:Sidebar Background}');
  121. margin-left: 0px;
  122. margin-top: 0px;
  123. position: fixed;
  124. overflow:hidden;
  125. padding-top:100px;
  126. top:0px;
  127. bottom:0px;
  128. }
  129.  
  130. .sidebar_right {
  131. width: 200px;
  132. {block:if400Posts}
  133. margin-left: 620px;
  134. {/block:if400Posts}
  135. {block:ifnot400Posts}
  136. margin-left: 720px;
  137. {/block:ifnot400Posts}
  138. margin-top: 0px;
  139. position: fixed;
  140. padding-top:60px;
  141. top:0px;
  142. bottom:0px;
  143. }
  144.  
  145. .sidebox {
  146. width:200px;
  147. margin:0px auto;
  148. }
  149.  
  150. .sidebarimage {
  151. width:400px;
  152. min-height:200px;
  153. max-height:500px;
  154. overflow:hidden;
  155. }
  156.  
  157. .sidebarimage img {
  158. max-width:200px;
  159. min-width:200px;
  160. float:left;
  161. }
  162.  
  163. .linkimage {
  164. background:url('{image:Link Image}') top center no-repeat;
  165. background-size:500px;
  166. max-width:200px;
  167. min-width:200px;
  168. height:600px;
  169. margin-top:-30px;
  170. padding-top:30px;
  171. overflow:hidden;
  172. border-top:10px solid {color:Sidebox};
  173. border-bottom:10px solid {color:Sidebox};
  174. }
  175.  
  176. .hometitle{
  177. line-height:5px;
  178. font-size:35px;
  179. padding:4px;
  180. margin-bottom:3px;
  181. text-align:center;
  182. text-transform:lowercase;
  183. font-family:title;
  184. border-bottom:3px solid {color:Sidebox};
  185. text-shadow:2px 0px #fff;
  186. }
  187.  
  188. .hometitle a{color:#000;}
  189.  
  190. .homelinks {
  191. text-align:center;
  192. text-transform:uppercase;
  193. font-size:11px;
  194. }
  195.  
  196. .homelinks a {
  197. display:block;
  198. width:70px;
  199. color:#000;
  200. padding:5px 5px;
  201. margin:2px 0px;
  202. background:{color:Sidebox};
  203. -moz-transition-duration: 0.5s;
  204. -o-transition-duration: 0.5s;
  205. -webkit-transition-duration: 0.5s;
  206. transition-duration: 0.5s;
  207. }
  208.  
  209. .homelinks a:hover {
  210. color:#fff;
  211. width:80px;
  212. margin-left:0px;
  213. background:{color:Links Hover};
  214. }
  215.  
  216. .customlinks {
  217. margin-top:30px;
  218. }
  219.  
  220. .description {
  221. background:{color:Sidebox};
  222. margin-top:4px;
  223. padding:5px;
  224. opacity:0.6;}
  225.  
  226. .description #desc {
  227. text-align:justify;
  228. padding:6px 0px;
  229. margin-top:0px;
  230. border-top:1px solid {color:Background};
  231. border-bottom:1px solid {color:Background};
  232. }
  233.  
  234. .description #subtitle {
  235. margin-top:0px;
  236. font-size:12px;
  237. font-style:italic;
  238. font-weight:bold;
  239. text-align:center;
  240. padding:3px 0px;
  241. background:rgba(0,0,0,0.09);
  242. }
  243.  
  244.  
  245. /* Page Navigation */
  246.  
  247.  
  248. .nav {
  249. margin-top:6px;
  250. margin-left:12px;
  251. padding:0px;
  252. width:175px;
  253. font-style:italic;
  254. text-align:right;
  255. text-transform:lowercase;
  256. }
  257.  
  258. .nav a {
  259. display:inline-block;
  260. font-size:9px;
  261. padding:0px 6px;
  262. margin-top:3px;
  263. }
  264.  
  265. .nav a:hover {color:#000;}
  266.  
  267.  
  268. /* Blog Posts */
  269.  
  270.  
  271. .postcol {
  272. padding-top:10px;
  273. padding-bottom:30px;
  274. background:{color:Posts};
  275. {block:if400Posts}
  276. width:420px;
  277. margin-left:200px;
  278. {/block:if400Posts}
  279. {block:ifnot400Posts}
  280. width:520px;
  281. margin-left:200px;
  282. {/block:ifnot400Posts}
  283. }
  284.  
  285. .posts {
  286. {block:if400Posts}
  287. width:400px;
  288. {/block:if400Posts}
  289. {block:ifnot400Posts}
  290. width:500px;
  291. {/block:ifnot400Posts}
  292. margin-left:10px;
  293. font-size:10px;
  294. overflow: hidden;
  295. {block:ifCaptions}
  296. padding-bottom:5px;
  297. border-bottom:2px solid {color:Notes};
  298. margin-bottom:50px;
  299. {/block:ifCaptions}
  300. {block:ifnotCaptions}
  301. padding-bottom:0px;
  302. border-bottom:0px solid {color:Notes};
  303. margin-bottom:35px;
  304. {/block:ifnotCaptions}
  305. }
  306.  
  307. .captions {
  308. background:#f9f9f9;
  309. padding:3px;
  310. }
  311.  
  312. .posts h2, .posts h2 a {
  313. font-size:12px;
  314. color:{color:Links};
  315. font-weight:normal;
  316. text-align:center;
  317. text-transform:uppercase;
  318. margin:0px;
  319. }
  320.  
  321. .posts li {
  322. list-style: square;
  323. }
  324.  
  325. .posts blockquote {
  326. letter-spacing:1px;
  327. border-left: 1px solid #000;
  328. margin-top:-8px;
  329. margin-left:4px;
  330. padding-left:3px;
  331. }
  332.  
  333. .posts img {
  334. {block:ifCaptions}
  335. padding-bottom:7px;
  336. {/block:ifCaptions}
  337. {block:ifnotCaptions}
  338. padding-bottom:0px;
  339. {/block:ifnotCaptions}}
  340. .photoset, .audiocap {
  341. {block:ifCaptions}
  342. padding-bottom:2px;
  343. {/block:ifCaptions}
  344. {block:ifnotCaptions}
  345. padding-bottom:0px;
  346. {/block:ifnotCaptions}}
  347. .posts img, .posts li, .posts blockquote {max-width: 100%;}
  348.  
  349. .question {
  350. background-color: #fcfcfc;
  351. padding: 20px;
  352. min-height: 50px;
  353. }
  354.  
  355. .question img {
  356. border: 5px solid #fff;
  357. float: left;
  358. margin-right: 10px;
  359. }
  360.  
  361. .askr {color: #cf2d85;}
  362. .quote {width: 80%; margin: auto;}
  363.  
  364. .quotetext_short {font-size: 18px;}
  365. .quotetext_medium {font-size: 14px;}
  366. .quotetext_long {font-size: 11px;}
  367.  
  368. .source {text-align: right;}
  369.  
  370. .convo li {list-style: none; margin-left:-40px;}
  371. .convo .label {text-transform: uppercase;}
  372. .line .label {color:{color:Links};}
  373.  
  374. .playbutton {position:relative;width:25px;
  375. overflow:hidden;z-index:0;}
  376. .playbox {background:#000;z-index:-2;}
  377.  
  378. .audioinfo {
  379. text-align:right;
  380. font-size: 14px;}
  381.  
  382.  
  383. /* Post Information */
  384.  
  385.  
  386. .postinfo {
  387. width:400px;
  388. position:absolute;
  389. margin-left: 5px;
  390. {block:ifCaptions}
  391. margin-top:-3px;
  392. {/block:ifCaptions}
  393. {block:ifnotCaptions}
  394. margin-top:-6px;
  395. {/block:ifnotCaptions}
  396. font-size: 9px;
  397. text-transform: uppercase;
  398. letter-spacing: 1px;
  399. z-index:1000000000000;
  400. }
  401.  
  402. .postinfo a {
  403. display:inline-block;
  404. padding:3px;
  405. color:#000;
  406. background:{color:Notes};
  407. position:relative;
  408. }
  409.  
  410. .postinfo a:hover {
  411. background:{color:Links Hover};
  412. margin-top:-2px;
  413. }
  414.  
  415. .tags {
  416. position:absolute;
  417. {block:if400Posts}
  418. width:400px;
  419. {/block:if400Posts}
  420. {block:ifnot400Posts}
  421. width:500px;
  422. {/block:ifnot400Posts}
  423. text-transform:uppercase;
  424. text-align:right;
  425. font-style:normal;
  426. font-size:8px;
  427. padding:2px 3px;
  428. {block:ifCaptions}
  429. margin-top:5px;
  430. {/block:ifCaptions}
  431. {block:ifnotCaptions}
  432. margin-top:0px;
  433. {/block:ifnotCaptions}}
  434.  
  435. .tags a {
  436. color:#000;
  437. letter-spacing:1px;
  438. padding:1px;}
  439.  
  440. .tags a:hover {
  441. color:{color:Links};}
  442.  
  443. .sources {filter:alpha(opacity=0);opacity:0;display:none;}
  444.  
  445.  
  446. /* Credit - DO NOT REMOVE! */
  447.  
  448.  
  449. .credit a {
  450. color:#22231E;
  451. position:fixed;
  452. right:5px;
  453. bottom:5px;
  454. opacity:0.5;}
  455.  
  456. .credit a:hover{color:{color:Base};}
  457.  
  458. </style>
  459.  
  460. {block:ifInfiniteScroll}
  461. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  462. {/block:ifInfiniteScroll}
  463.  
  464. </head>
  465. <body>
  466.  
  467. <div class="container">
  468.  
  469. <div class="sidebar_left">
  470.  
  471. <div class="sidebox">
  472.  
  473. <div class="hometitle"><a href="/">{title}</a></div>
  474.  
  475. <div class="sidebarimage">
  476. <a href="/">
  477. <img src="{image:Sidebar}">
  478. </a>
  479. </div>
  480.  
  481. <div class="description">
  482. <p id="subtitle">{text:Subtitle}</p>
  483. <p id="desc">{Description}</p>
  484. </div>
  485.  
  486. </div>
  487.  
  488. {block:ifnotInfiniteScroll}
  489. {block:Pagination}
  490. <div class="nav">
  491. {block:PreviousPage}
  492. <a href="{PreviousPage}"> ← </a>
  493. {/block:PreviousPage}
  494. {CurrentPage} of {TotalPages}
  495. {block:NextPage}
  496. <a href="{NextPage}"> → </a>
  497. {/block:NextPage}
  498. </div>
  499. {/block:Pagination}
  500. {/block:ifnotInfiniteScroll}
  501.  
  502. </div>
  503.  
  504. <div class="sidebar_right">
  505.  
  506. <div class="linkimage">
  507.  
  508. <div class="sidebox" style="margin-left:0px;width:70px;">
  509.  
  510. <div class="homelinks">
  511. <a href="{text:IndexURL}">{text:Index}</a>
  512. <a href="{text:AskURL}">{text:Ask}</a>
  513. <a href="{text:AboutURL}">{text:About}</a>
  514. <a href="{text:ArchiveURL}">{text:Archive}</a>
  515. {block:ifCustomLinks}
  516. <div class="customlinks">
  517. <a href="{text:Link01URL}">{text:Link01}</a>
  518. <a href="{text:Link02URL}">{text:Link02}</a>
  519. <a href="{text:Link03URL}">{text:Link03}</a>
  520. <a href="{text:Link04URL}">{text:Link04}</a>
  521. </div>
  522. {/block:ifCustomLinks}
  523. </div>
  524.  
  525. </div>
  526.  
  527. </div>
  528.  
  529. </div>
  530.  
  531.  
  532. <div class="postcol">
  533. <div class="autopagerize_page_element">
  534. {block:Posts}
  535. <div class="posts">
  536.  
  537. {block:ContentSource}<div class="sources">
  538. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  539. {/block:SourceLogo}
  540. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  541. </div>{/block:ContentSource}
  542.  
  543. {block:Text}
  544. {block:Title}<h2>{Title}</h2>{/block:Title}
  545. {Body}
  546. {/block:Text}
  547.  
  548. {block:Answer}
  549. <div class="question">
  550. <img src="{AskerPortraitURL-40}"> {Asker} asked: {Question}
  551. </div>
  552. {Answer}
  553. {/block:Answer}
  554.  
  555. {block:Quote}
  556. <div class="quote">
  557. <div class="quotetext_{Length}">"{Quote}"</div>
  558. {block:Source}<div class="source">{Source}</div>{/block:Source}
  559. </div>
  560. {/block:Quote}
  561.  
  562. {block:Link}
  563. <h2><a href="{URL}">{Name}</a></h2>
  564. {block:Description}{Description}{/block:Description}
  565. {/block:Link}
  566.  
  567. {block:Chat}
  568. {block:Title}<h2>{Title}</h2>{/block:Title}
  569. <ul class="convo">
  570. {block:Lines}<li class="line">{block:Label}
  571. <span class="label">{Label}</span>
  572. {/block:Label}{Line}</li>{/block:Lines}</ul>
  573. {/block:Chat}
  574.  
  575. {block:Photo}
  576. {block:PermalinkPage}
  577. {LinkOpenTag}
  578. {/block:PermalinkPage}
  579. {block:if400Posts}
  580. <a href="{Permalink}">
  581. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400px"></a>
  582. {/block:if400Posts}
  583. {block:ifnot400Posts}
  584. <a href="{Permalink}">
  585. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px"></a>
  586. {/block:ifnot400Posts}
  587. {block:PermalinkPage}
  588. {LinkCloseTag}
  589. {/block:PermalinkPage}
  590. {block:ifCaptions}
  591. <div class="captions">
  592. {block:Caption}{Caption}{/block:Caption}
  593. </div>
  594. {/block:ifCaptions}
  595. {block:ifnotCaptions}
  596. {block:PermalinkPage}
  597. <div class="captions">
  598. {block:Caption}{Caption}{/block:Caption}
  599. </div>
  600. {/block:PermalinkPage}
  601. {/block:ifnotCaptions}
  602. {/block:Photo}
  603.  
  604. {block:Photoset}
  605. <div class="photoset">
  606. {block:if400Posts}
  607. {Photoset-400}
  608. {/block:if400Posts}
  609. {block:ifnot400Posts}
  610. {Photoset-500}
  611. {/block:ifnot400Posts}
  612. </div>
  613. {block:ifCaptions}
  614. <div class="captions">
  615. {block:Caption}{Caption}{/block:Caption}
  616. </div>
  617. {/block:ifCaptions}
  618. {block:ifnotCaptions}
  619. {block:PermalinkPage}
  620. <div class="captions">
  621. {block:Caption}{Caption}{/block:Caption}
  622. </div>
  623. {/block:PermalinkPage}
  624. {/block:ifnotCaptions}
  625. {/block:Photoset}
  626.  
  627. {block:Audio}
  628. <div class="playbox">
  629. <div class="playbutton">
  630. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  631. </div></div>
  632. <div class="audioinfo">
  633. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}
  634. {block:Artist} / {Artist}{/block:Artist}
  635. {block:PlayCount} / {PlayCountWithLabel}{/block:PlayCount}
  636. </div>
  637. {block:ifCaptions}
  638. <div class="captions">
  639. {block:Caption}{Caption}{/block:Caption}
  640. </div>
  641. {/block:ifCaptions}
  642. {block:ifnotCaptions}
  643. {block:PermalinkPage}
  644. <div class="captions">
  645. {block:Caption}{Caption}{/block:Caption}
  646. </div>
  647. {/block:PermalinkPage}
  648. {/block:ifnotCaptions}
  649. {/block:Audio}
  650.  
  651. {block:Video}
  652. {block:if400Posts}
  653. {Video-400}
  654. {/block:if400Posts}
  655. {block:ifnot400Posts}
  656. {Video-500}
  657. {/block:ifnot400Posts}
  658. {block:ifCaptions}
  659. <div class="captions">
  660. {block:Caption}{Caption}{/block:Caption}
  661. </div>
  662. {/block:ifCaptions}
  663. {block:ifnotCaptions}
  664. {block:PermalinkPage}
  665. <div class="captions">
  666. {block:Caption}{Caption}{/block:Caption}
  667. </div>
  668. {/block:PermalinkPage}
  669. {/block:ifnotCaptions}
  670. {/block:Video}
  671.  
  672. <div class="postinfo">
  673. {block:Date}
  674. <a href="{Permalink}">{TimeAgo}</a>
  675. {/block:Date}
  676. {block:Notecount}
  677. <a href="{Permalink}">{NoteCountWithLabel}</a>
  678. {/block:Notecount}
  679. </div>
  680.  
  681. {block:ifShowTags}
  682. {block:HasTags}
  683. <div class="tags">
  684. {block:Tags}
  685. <a href="{TagURL}"># {Tag}</a>
  686. {/block:Tags}
  687. </div>
  688. {/block:HasTags}
  689. {/block:ifShowTags}
  690.  
  691. {block:PermalinkPage}
  692. {block:RebloggedFrom}<a href="{ReblogParentURL}">VIA {ReblogParentName} </a> / <a href="{ReblogRootURL}">SOURCE {ReblogRootName} </a>{/block:RebloggedFrom}
  693. {/block:PermalinkPage}
  694.  
  695. {block:PostNotes} {PostNotes} {/block:PostNotes}
  696.  
  697. </div>
  698. {/block:Posts}
  699. </div>
  700. </div>
  701.  
  702. </div>
  703.  
  704.  
  705. <!-- Credit / Copyright Information - DO NOT REMOVE -->
  706.  
  707. <div class="credit"><a href="http://titanjelly.tumblr.com/themes">©</a></div>
  708.  
  709. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement