Advertisement
TitanJelly

theme #13 - by titanjelly

Mar 16th, 2014
4,073
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.71 KB | None | 0 0
  1. <!--
  2. ▀▀█▀▀ ▀█▀ ▀▀█▀▀ ░█▀▀█ ▒█▄░▒█
  3. ░▒█░░ ▒█░ ░▒█░░ ▒█▄▄█ ▒█▒█▒█
  4. ░▒█░░ ▄█▄ ░▒█░░ ▒█░▒█ ▒█░░▀█
  5. ( http://titanjelly.tumblr.com )
  6.  
  7. theme by TitanJelly
  8.  
  9. - DO NOT REMOVE THE CREDIT
  10. - DO NOT CLAIM AS YOUR OWN
  11. - DO NOT USE AS A BASE
  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:Icon" content="" />
  20. <meta name="image:Top Bows" content="http://media.tumblr.com/974d2ad42d5f2956de0805cb5576ed06/tumblr_inline_mlb1ua7KCF1qz4rgp.gif" />
  21.  
  22. <meta name="color:Background" content="#ffecec"/>
  23. <meta name="color:Sidebox" content="#ffffff"/>
  24. <meta name="color:Borders" content="#ff8c8c"/>
  25. <meta name="color:Links" content="#ffa8a8"/>
  26. <meta name="color:Links Hover" content="#ff8c8c"/>
  27. <meta name="color:Scrollbar" content="#ffffff"/>
  28. <meta name="color:Notes" content="#ffffff"/>
  29.  
  30. <meta name="if:Infinite Scroll" content="0"/>
  31. <meta name="if:Show Captions" content="0"/>
  32. <meta name="if:Show Tags" content="1"/>
  33. <meta name="if:Show Top Banner" content="1"/>
  34.  
  35. <link rel="shortcut icon" href="{Favicon}" />
  36.  
  37. <link rel="stylesheet" href="http://static.tumblr.com/9hiqgmd/DX2n2k1i3/hint.css">
  38.  
  39. <style type="text/css">
  40.  
  41. iframe#tumblr_controls {opacity:1;}
  42.  
  43. body {
  44. font-size: 10px;
  45. font-family: Calibri, Candara, Segoe;
  46. color: #000;
  47. background:{color:Background} url('{image:Background}') fixed repeat;
  48. }
  49.  
  50. ::-webkit-scrollbar-thumb:vertical {
  51. background: {color:Scrollbar};}
  52. ::-webkit-scrollbar-thumb:horizontal {
  53. background: {color:Scrollbar};
  54. height:10px!important;}
  55. ::-webkit-scrollbar {
  56. background:{color:Background} url('{image:Background}');
  57. height:10px;
  58. width: 4px;}
  59.  
  60. a {
  61. color:{color:Links};
  62. text-decoration: none;
  63. -moz-transition-duration: 0.2s;
  64. -o-transition-duration: 0.2s;
  65. -webkit-transition-duration: 0.2s;
  66. transition-duration: 0.2s;
  67. }
  68.  
  69. a:hover{color:{color:Links Hover};}
  70.  
  71.  
  72. /* Container CSS */
  73.  
  74.  
  75. .container{
  76. width:800px;
  77. margin:-1px auto -10px;}
  78.  
  79. .topbows {
  80. background: url('{image:Top Bows}') repeat-x;
  81. position:fixed;
  82. z-index:2;
  83. top:-16px;
  84. left:0;
  85. right:0;
  86. height:50px;
  87. }
  88.  
  89.  
  90. /* Sidebar CSS */
  91.  
  92.  
  93. .sidebar {
  94. width:200px;
  95. padding-top:130px;
  96. margin-left:30px;
  97. margin-top:0px;
  98. position: fixed;}
  99.  
  100. .sidebox {
  101. width:200px;
  102. background:{color:Sidebox};
  103. border-top:1px solid {color:Borders};
  104. border-left:1px solid {color:Borders};
  105. border-bottom:1px solid {color:Borders};
  106. padding:10px;
  107. position:relative;
  108. }
  109.  
  110. .sidebarimage {
  111. position:absolute;
  112. background:#fff;
  113. border:1px solid {color:Borders};
  114. padding:3px;
  115. margin-left:-80px;
  116. max-width:100px;}
  117.  
  118. .hometitle{
  119. height:10px;
  120. line-height:90%;
  121. padding:8px 0px;
  122. font-size:15px;
  123. font-style:italic;
  124. text-align:center;
  125. text-transform:lowercase;
  126. }
  127.  
  128. .sidebow {
  129. text-align:center;
  130. }
  131.  
  132. .sidebow img {
  133. max-width:200px;
  134. }
  135.  
  136. .hometitle a{color:{color:Title};}
  137. .hometitle a:hover{color:{color:Links Hover};}
  138.  
  139. .homelinks {
  140. padding:0px 10px;
  141. width:200px;
  142. height:20px;
  143. margin-bottom:-1px;
  144. text-align:center;
  145. text-transform:uppercase;
  146. position:relative;
  147. }
  148.  
  149. .homelinks a {
  150. display:inline-block;
  151. color: #000;
  152. background:{color:Links};
  153. padding: 2px 5px;
  154. -moz-transition-duration: 0.2s;
  155. -o-transition-duration: 0.2s;
  156. -webkit-transition-duration: 0.2s;
  157. transition-duration: 0.2s;
  158. }
  159.  
  160. .homelinks img {
  161. -moz-transition-duration: 0.2s;
  162. -o-transition-duration: 0.2s;
  163. -webkit-transition-duration: 0.2s;
  164. transition-duration: 0.2s;
  165. }
  166.  
  167. .homelinks img:hover {
  168. -webkit-filter: invert(100%);
  169. }
  170.  
  171. .homelinks a:hover {
  172. background:{color:Links Hover};
  173. }
  174.  
  175. .description {
  176. margin:10px;
  177. min-height:100px;
  178. padding-left:25px;
  179. text-align:justify;}
  180.  
  181.  
  182. /* Navigation CSS */
  183.  
  184.  
  185. .nav {
  186. width:200px;
  187. text-align:center;
  188. text-transform:lowercase;
  189. position:absolute;
  190. margin-top:8px;
  191. padding:2px 0px;
  192. }
  193.  
  194. .nav a {
  195. display:inline-block;
  196. font-weight:normal;
  197. background:{color:Links};
  198. color:#fff;
  199. padding:5px 10px;
  200. }
  201.  
  202. .nav a:hover {
  203. background:{color:Links Hover};
  204. color:#000;}
  205.  
  206.  
  207. /* Posts CSS */
  208.  
  209.  
  210. .postcol {
  211. background:#fff;
  212. border-left:1px solid {color:Borders};
  213. border-right:1px solid {color:Borders};
  214. {block:PermalinkPage}
  215. border-bottom:1px solid {color:Borders};
  216. {/block:PermalinkPage}
  217. {block:ifnotInfiniteScroll}
  218. border-bottom:1px solid {color:Borders};
  219. {/block:ifnotInfiniteScroll}
  220. padding:15px;
  221. {block:ifShowTopBanner}
  222. padding-top:20px;
  223. {/block:ifShowTopBanner}
  224. {block:ifnotShowTopBanner}
  225. padding-top:10px;
  226. {/block:ifnotShowTopBanner}
  227. width:410px;
  228. margin-left:250px;
  229. margin-bottom:-10px;}
  230.  
  231. .posts {
  232. width:400px;
  233. background:#fff;
  234. margin-top:20px;
  235. padding:5px;
  236. overflow:hidden;}
  237.  
  238. .posts h2, .posts h2 a {
  239. font-size:12px;
  240. color:{color:Links};
  241. font-weight:normal;
  242. text-align:center;
  243. margin:0px;}
  244.  
  245. .posts li {list-style: square;}
  246.  
  247. .posts blockquote {
  248. border-left: 1px solid #000;
  249. padding-left: 5px;}
  250.  
  251. .posts img, .posts li, .posts blockquote {max-width: 100%;}
  252.  
  253. .question {
  254. background-color: {color:background};
  255. padding:10px;
  256. padding-left:60px;
  257. min-height:20px;}
  258.  
  259. .questiontext {
  260. margin-top:5px;
  261. margin-left:10px;
  262. }
  263.  
  264. .question img {
  265. border:5px solid #fff;
  266. background:{color:background};
  267. padding:5px;
  268. position:absolute;
  269. z-index:0;
  270. margin-left:-65px;
  271. margin-top:-15px;}
  272.  
  273. .askr {
  274. color: #cf2d85;}
  275.  
  276. .answer {
  277. margin-top:5px;
  278. background-color: {color:background};
  279. padding:3px 10px;
  280. }
  281.  
  282. .quote {
  283. width: 80%;
  284. margin: auto;}
  285.  
  286. .quotetext_short {font-size: 18px;}
  287. .quotetext_medium {font-size: 14px;}
  288. .quotetext_long {font-size: 11px;}
  289.  
  290. .source {text-align: right;}
  291.  
  292. .convo li {list-style: none; margin-left:-40px;}
  293.  
  294. .convo .label {text-transform: uppercase;}
  295.  
  296. .line_odd .label {color: #cf2d85;}
  297. .line_even .label {color: #11d8be;}
  298.  
  299. .cover {
  300. position: relative;
  301. margin-bottom: 10px;
  302. color:#000;
  303. height: 58px;
  304. width: 58px;
  305. z-index: 1
  306. }
  307.  
  308. .cover img {
  309. height: 58px;
  310. z-index: 1
  311. }
  312.  
  313. .playbutton {
  314. width: 18px;
  315. height: 30px;
  316. overflow: hidden;
  317. position: relative;
  318. z-index: 1000;
  319. margin: 15px 24px 13px 16px;
  320. }
  321.  
  322. .playbox {
  323. background-color: #000;
  324. position: absolute;
  325. margin-top: -68px;
  326. z-index: 1000;
  327. opacity: 0.5;
  328. }
  329.  
  330. .audioinfo {
  331. height: 30px;
  332. position: absolute;
  333. margin-top: -70px;
  334. margin-left: 70px;
  335. }
  336.  
  337. .audiotrack {
  338. font-size: 14px;
  339. font-weight: bold;
  340. }
  341.  
  342. .audiocap {
  343. position: relative;
  344. margin-top: 0px;
  345. }
  346.  
  347.  
  348. /* Post Information CSS */
  349.  
  350.  
  351. .postinfo {
  352. background:{color:Notes};
  353. padding:3px 5px;
  354. margin-top:3px;
  355. font-size:8px;
  356. text-transform:uppercase;
  357. letter-spacing:1px;
  358. }
  359.  
  360. .postinfo a {color:{color:Links};}
  361. .postinfo a:hover {color:{color:Links Hover};}
  362. .noteinfo {float: right;}
  363.  
  364. .tags {
  365. position:relative;
  366. width:400px;
  367. text-transform:uppercase;
  368. font-style:normal;
  369. font-size:8px;
  370. padding:0px 3px;
  371. margin-top:0px;
  372. margin-left:10px;}
  373.  
  374. .tags a {
  375. color:#000;
  376. letter-spacing:1px;
  377. padding:1px;}
  378.  
  379. .tags a:hover {
  380. color:{color:Links};}
  381.  
  382. .sources {filter:alpha(opacity=0);opacity:0;display:none;}
  383.  
  384. .credit a {
  385. color:#22231E;
  386. position:fixed;
  387. right:5px;
  388. bottom:5px;
  389. opacity:0.5;}
  390.  
  391. .credit a:hover{color:{color:Base};}
  392.  
  393. </style>
  394.  
  395. </head>
  396. <body>
  397.  
  398. {block:ifShowTopBanner}
  399. <div class="topbows"></div>
  400. {/block:ifShowTopBanner}
  401.  
  402. <div class="container">
  403.  
  404. <div class="sidebar">
  405.  
  406. <div class="homelinks">
  407. <a href="/">
  408. <span class="hint--top" data-hint="home">
  409. <img src="http://static.tumblr.com/qglwiwx/skNmso5n2/sin_t__tulo.png">
  410. </span>
  411. </a>
  412. <a href="/ask">
  413. <span class="hint--top" data-hint="message">
  414. <img src="http://static.tumblr.com/qglwiwx/2Xsmso5nv/2.png">
  415. </span>
  416. </a>
  417. <a href="/about">
  418. <span class="hint--top" data-hint="about">
  419. <img src="http://static.tumblr.com/qglwiwx/gztmtdyrn/sin_t__tulo.png">
  420. </span>
  421. </a>
  422. <a href="/archive">
  423. <span class="hint--top" data-hint="archive">
  424. <img src="http://static.tumblr.com/qglwiwx/TeQmso5pl/4.png">
  425. </span>
  426. </a>
  427. </div>
  428.  
  429. <div class="sidebox">
  430.  
  431. <a href="/" title="home"><img src="{image:Icon}" class="sidebarimage"></a>
  432.  
  433. <div class="description">{Description}</div>
  434.  
  435. <div class="sidebow">
  436. <img src="http://media.tumblr.com/b2da71231329edf29858e4967ac82c1e/tumblr_inline_mlb20wEwPH1qz4rgp.gif">
  437. </div>
  438.  
  439. {block:ifnotInfiniteScroll}
  440. {block:Pagination}
  441. <div class="nav">
  442. {block:PreviousPage}
  443. <a href="{PreviousPage}" title="back"> < back </a>
  444. {/block:PreviousPage}
  445. {block:NextPage}
  446. <a href="{NextPage}" title="next"> next > </a>
  447. {/block:NextPage}
  448. </div>
  449. {/block:Pagination}
  450. {/block:ifnotInfiniteScroll}
  451.  
  452. </div>
  453.  
  454. </div>
  455.  
  456. {block:ifInfiniteScroll}
  457. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  458. {/block:ifInfiniteScroll}
  459.  
  460. <div class="postcol">
  461. <div class="autopagerize_page_element">
  462. {block:Posts}
  463. <div class="posts">
  464.  
  465. {block:ContentSource}<div class="sources">
  466. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  467. {/block:SourceLogo}
  468. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  469. </div>{/block:ContentSource}
  470.  
  471. {block:Text}
  472. {block:Title}<h2>{Title}</h2>{/block:Title}
  473. {Body}
  474. {/block:Text}
  475.  
  476. {block:Answer}
  477. <div class="question">
  478. <img src="{AskerPortraitURL-40}"><span style="border-bottom:1px solid {color:Borders}"> {Asker} asked: </span>
  479. <div class="questiontext">{Question}</div>
  480. </div>
  481. <div class="answer">
  482. {Answer}
  483. </div>
  484. {/block:Answer}
  485.  
  486. {block:Quote}
  487. <div class="quote">
  488. <div class="quotetext_{Length}">"{Quote}"</div>
  489. {block:Source}<div class="source">{Source}</div>{/block:Source}
  490. </div>
  491. {/block:Quote}
  492.  
  493. {block:Link}
  494. <h2><a href="{URL}">{Name}</a></h2>
  495. {block:Description}{Description}{/block:Description}
  496. {/block:Link}
  497.  
  498. {block:Chat}
  499. {block:Title}<h2>{Title}</h2>{/block:Title}
  500. <ul class="convo">
  501. {block:Lines}<li class="line_{Alt}">{block:Label}
  502. <span class="label">{Label}</span>
  503. {/block:Label}{Line}</li>{/block:Lines}</ul>
  504. {/block:Chat}
  505.  
  506. {block:Photo}
  507. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400px"></a>
  508. {block:ifShowCaptions}
  509. {block:Caption}{Caption}{/block:Caption}
  510. {/block:ifShowCaptions}
  511.  
  512. {block:ifnotShowCaptions}
  513. {block:PermalinkPage}
  514. {block:Caption}{Caption}{/block:Caption}
  515. {/block:PermalinkPage}
  516. {/block:ifnotShowCaptions}
  517. {/block:Photo}
  518.  
  519. {block:Photoset}
  520. {Photoset-400}
  521. {block:ifShowCaptions}
  522. {block:Caption}{Caption}{/block:Caption}
  523. {/block:ifShowCaptions}
  524.  
  525. {block:ifnotShowCaptions}
  526. {block:PermalinkPage}
  527. {block:Caption}{Caption}{/block:Caption}
  528. {/block:PermalinkPage}
  529. {/block:ifnotShowCaptions}
  530. {/block:Photoset}
  531.  
  532. {block:Audio}
  533. <div class="cover">{block:AlbumArt}
  534. <img src="{AlbumArtURL}" height="58px">
  535. {/block:AlbumArt}</div>
  536. <div class="audioinfo">
  537. <div class="audiotrack">
  538. {block:TrackName}{TrackName}{/block:TrackName}</div>
  539. <div class="audioartist">
  540. {block:Artist}{Artist}{/block:Artist}</div>
  541. {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}
  542. </div>
  543. <div class="playbox">
  544. <div class="playbutton">
  545. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  546. </div></div>
  547. <div class="audiocap">
  548. {block:ifShowCaptions}
  549. {block:Caption}{Caption}{/block:Caption}
  550. {/block:ifShowCaptions}
  551.  
  552. {block:ifnotShowCaptions}
  553. {block:PermalinkPage}
  554. {block:Caption}{Caption}{/block:Caption}
  555. {/block:PermalinkPage}
  556. {/block:ifnotShowCaptions}
  557. </div>
  558. {/block:Audio}
  559.  
  560. {block:Video}
  561. {Video-400}
  562. {block:ifShowCaptions}
  563. {block:Caption}{Caption}{/block:Caption}
  564. {/block:ifShowCaptions}
  565.  
  566. {block:ifnotShowCaptions}
  567. {block:PermalinkPage}
  568. {block:Caption}{Caption}{/block:Caption}
  569. {/block:PermalinkPage}
  570. {/block:ifnotShowCaptions}
  571. {/block:Video}
  572.  
  573. {block:Date}
  574. <div class="postinfo">Posted <a href="{Permalink}">{TimeAgo}</a>
  575. {block:Notecount}
  576. With <a href="{Permalink}">{NoteCountWithLabel}</a>
  577. {/block:Notecount}
  578. <div class="noteinfo">
  579. <a href="{ReblogURL}" target=”_blank”>Reblog</a></div>
  580. </div>{/block:Date}
  581.  
  582. {block:ifShowTags}
  583. {block:HasTags}
  584. <div class="tags">
  585. {block:Tags}
  586. <a href="{TagURL}"># {Tag}</a>
  587. {/block:Tags}
  588. </div>
  589. {/block:HasTags}
  590. {/block:ifShowTags}
  591.  
  592. {block:PermalinkPage}
  593. {block:RebloggedFrom}<a href="{ReblogParentURL}">VIA {ReblogParentName} </a> / <a href="{ReblogRootURL}">SOURCE {ReblogRootName} </a>{/block:RebloggedFrom}
  594. {/block:PermalinkPage}
  595.  
  596. {block:PostNotes} {PostNotes} {/block:PostNotes}
  597.  
  598. </div>
  599. {/block:Posts}
  600. </div>
  601. </div>
  602.  
  603. </div>
  604.  
  605.  
  606. <!-- Credit / Copyright Information - DO NOT REMOVE -->
  607.  
  608. <div class="credit"><a href="http://titanjelly.tumblr.com/themes">titan</a></div>
  609.  
  610. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement