Advertisement
befuddlement

ninth theme

May 31st, 2013
3,706
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.63 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.  
  5. <!--- obligatory theft warning:if you steal this theme i will send a llama to eat you. please don’t remove the credit.theme by hannah at athlstan.tumblr.com --->
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <meta name="color:text" content="#b5b5b5"/>
  13. <meta name="color:link" content="#bdbdbd"/>
  14. <meta name="color:link hover" content="#000000"/>
  15. <meta name="color:link2" content="#bdbdbd"/>
  16. <meta name="color:link2 hover" content="000000"/>
  17. <meta name="color:accent" content="#f8f8f8"/>
  18. <meta name="color:bold" content="#968686"/>
  19.  
  20. <meta name="if:400px posts" content="0" />
  21.  
  22. <meta name="image:icon" content="" />
  23.  
  24. <meta name="text:Link1" content="/" />
  25. <meta name="text:Link1 Title" content="home" />
  26. <meta name="text:Link2" content="/ask" />
  27. <meta name="text:Link2 Title" content="ask" />
  28. <meta name="text:Link3" content="" />
  29. <meta name="text:Link3 Title" content="" />
  30. <meta name="text:Link4" content="" />
  31. <meta name="text:Link4 Title" content="" />
  32. <meta name="text:Link5" content="" />
  33. <meta name="text:Link5 Title" content="" />
  34.  
  35.  
  36. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
  37.  
  38.  
  39. <link href='http://fonts.googleapis.com/css?family=IM+Fell+Double+Pica:400,400italic' rel='stylesheet' type='text/css'>
  40.  
  41. <script type="text/javascript"
  42. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  43.  
  44. <style type="text/css">
  45.  
  46. /*--- S C R O L L B A R ---*/
  47.  
  48. ::-webkit-scrollbar, ::-webkit-scrollbar-corner{background-color:#fff;width:5px;height:5px;}
  49. ::-webkit-scrollbar-thumb{background:{color:text};}
  50.  
  51. /*--- B A S E ---*/
  52.  
  53. body {
  54. background-color:#fff;
  55. margin-top:0px;
  56. color:{color:text};
  57. font-family: times;
  58. font-size:11px;
  59. letter-spacing:0px;
  60. line-height:110%;
  61. }
  62.  
  63. a:link, a:visited, a:active {
  64. color: {color:link};
  65. text-decoration: none;
  66. font-weight: normal;
  67. -webkit-transition: opacity 0.7s linear;
  68. opacity: 0.7s;
  69. -webkit-transition: all 0.6s ease-out;
  70. -moz-transition: all 0.6s ease-out;
  71. transition: all 0.6s ease-out;
  72. }
  73.  
  74. a:hover {
  75. color: {color:link hover};
  76. text-decoration: none;
  77. font-weight: normal;
  78. -webkit-transition: opacity 0.7s linear;
  79. opacity: 0.7s;
  80. -webkit-transition: all 0.6s ease-out;
  81. -moz-transition: all 0.6s ease-out;
  82. transition: all 0.6s ease-out;
  83. }
  84.  
  85. b {
  86. color:{color:bold};
  87. }
  88.  
  89. h1 {
  90. font-family:'IM Fell Double Pica', serif;
  91. font-size:10px;
  92. letter-spacing:3px;
  93. line-height:170%;
  94. text-transform:uppercase;
  95. font-style:bold;
  96. font-weight:normal;
  97. }
  98.  
  99. h2 {
  100. line-height:130%;
  101. font-size:14px;
  102. text-shadow:#eeeeee 0px 1px 1px;
  103. letter-spacing:1px;
  104. padding-left:10px;
  105. padding-right:10px;
  106. font-weight:normal;
  107. text-align:justify;
  108. font-style:italic;
  109. }
  110.  
  111.  
  112. {block:IfNot400pxPosts}
  113. h3 {
  114. font-family:cambria, georgia;
  115. font-size:8px;
  116. line-height:130%;
  117. text-shadow:#eeeeee 0px 1px 1px;
  118. letter-spacing:2px;
  119. padding-left:10px;
  120. padding-right:10px;
  121. text-transform:uppercase;
  122. font-weight:normal;
  123. background-color:#f8f8f8;
  124. padding:6px 5px;
  125. margin-left:40px;
  126. margin-top:0px;
  127. width:450px;
  128. min-height:30px;
  129. }
  130. {/block:IfNot400pxPosts}
  131.  
  132.  
  133. {block:If400pxPosts}
  134. h3 {
  135. font-family:cambria, georgia;
  136. font-size:8px;
  137. line-height:130%;
  138. text-shadow:#eeeeee 0px 1px 1px;
  139. letter-spacing:2px;
  140. padding-left:10px;
  141. padding-right:10px;
  142. text-transform:uppercase;
  143. font-weight:normal;
  144. background-color:#f8f8f8;
  145. padding:6px 5px;
  146. margin-left:40px;
  147. margin-top:0px;
  148. width:350px;
  149. min-height:30px;
  150. }
  151. {/block:If400pxPosts}
  152.  
  153. {block:IfNot400pxPosts}
  154. blockquote {
  155. padding:0px 8px;
  156. margin-left:10px;
  157. margin-right:10px;
  158. line-height:110%;
  159. max-width:466px;
  160. overflow:hidden;
  161. border-left:2px solid {color:accent};
  162. }
  163. {/block:IfNot400pxPosts}
  164.  
  165. {block:If400pxPosts}
  166. blockquote {
  167. padding:0px 8px;
  168. margin-left:10px;
  169. margin-right:10px;
  170. line-height:110%;
  171. max-width:366px;
  172. overflow:hidden;
  173. border-left:2px solid {color:accent};
  174. }
  175. {/block:If400pxPosts}
  176.  
  177.  
  178. /*--- S I D E ---*/
  179.  
  180. #topbar {
  181. margin-top:25px;
  182. margin-left:345px;
  183. {block:IfNot400pxPosts}width:460px;{/block:IfNot400pxPosts}
  184. {block:If400pxPosts}width:360px;{/block:If400pxPosts}
  185. text-align:center;
  186. }
  187.  
  188. #title2 {
  189. font-family:times;
  190. font-style:italic;
  191. font-weight:bold;
  192. {block:IfNot400pxPosts}width:430px;{/block:IfNot400pxPosts}
  193. {block:If400pxPosts}width:330px;{/block:If400pxPosts}
  194. letter-spacing:1px;
  195. background-color:{color:accent};
  196. border:3px double #fff;
  197. text-transform:lowercase;
  198. font-size:18px;
  199. text-align:center;
  200. margin-left:4px;
  201. padding:6px 8px;
  202. z-index:100;
  203. }
  204.  
  205. #title2 a {
  206. color:{color:link2};
  207. }
  208.  
  209. #sidebar {
  210. width:250px;
  211. position:fixed;
  212. bottom:0px;
  213. margin-left:-10px;
  214. height:100%;
  215. background-color:{color:accent};
  216. }
  217.  
  218. #side {
  219. margin-left:50px;
  220. position:fixed;
  221. margin-top:200px;
  222. width:150px;
  223. }
  224.  
  225. #icon img {
  226. width:60px;
  227. margin-bottom:6px;
  228. -webkit-border-radius:100px;
  229. -webkit-transition: opacity 0.7s linear;
  230. opacity: 0.7s;
  231. -webkit-transition: all 0.6s ease-out;
  232. -moz-transition: all 0.6s ease-out;
  233. transition: all 0.6s ease-out
  234. }
  235.  
  236. #icon img:hover {
  237. opacity:.9;
  238. -webkit-transition: opacity 0.7s linear;
  239. opacity: 0.7s;
  240. -webkit-transition: all 0.6s ease-out;
  241. -moz-transition: all 0.6s ease-out;
  242. transition: all 0.6s ease-out;
  243. }
  244.  
  245.  
  246. /*--- D E S C R I P T I O N ---*/
  247.  
  248. #desc {
  249. font-size:11px;
  250. color:{color:sidetext};
  251. text-align:justify;
  252. background-color:#ffffff;
  253. opacity:1;
  254. border:3px double #f8f8f8;
  255. padding:10px;
  256. }
  257.  
  258.  
  259.  
  260. /*--- N A V I G A T I O N ---*/
  261.  
  262. #toplink {
  263. text-align:center;
  264. width:150px;
  265. }
  266.  
  267. #toplink a {
  268. display:block;
  269. margin-top:2px;
  270. padding:5px;
  271. border:3px double {color:accent};
  272. font-family:times;
  273. line-height:8px;
  274. font-style:none;
  275. font-size:11px;
  276. color:{color:link2};
  277. text-align:center;
  278. text-transform: lowercase;
  279. letter-spacing:1px;
  280. font-style:italic;
  281. -webkit-transition: opacity 0.7s linear;
  282. opacity: 0.7s;
  283. -webkit-transition: all 0.6s linear;
  284. -moz-transition: all 0.6s linear;
  285. transition: all 0.6s linear}
  286.  
  287. #toplink a:hover {
  288. background-color:#fff;
  289. -webkit-transition: opacity 0.4s linear;
  290. opacity: 0.4s;
  291. -webkit-transition: all 0.3s linear;
  292. -moz-transition: all 0.3s linear;
  293. transition: all 0.3s linear;
  294. }
  295.  
  296.  
  297. /*--- P A G I N A T I O N ---*/
  298.  
  299. #pagination {
  300. {block:IfNot400pxPosts}width:500px;{/block:IfNot400pxPosts}
  301. {block:If400pxPosts}width:400px;{/block:If400pxPosts}
  302. margin-left:335px;
  303. padding-top:10px;
  304. height:20px;
  305. text-align:center;
  306. background-color:#fff;
  307. font-size:20px;
  308. bottom:0px;
  309. position:fixed;
  310. -webkit-transition: opacity 0.7s linear;
  311. opacity: 0.7s;
  312. -webkit-transition: all 0.6s linear;
  313. -moz-transition: all 0.6s linear;
  314. transition: all 0.6s linear;
  315. }
  316.  
  317. #pagination a {
  318. padding:10px;
  319. }
  320.  
  321. #pagination a:hover {
  322. color:{color:link hover};
  323. }
  324.  
  325. /*--- E N T R I E S ---*/
  326.  
  327. #entries {
  328. {block:IfNot400pxPosts}width:500px;{/block:IfNot400pxPosts}
  329. {block:If400pxPosts}width:400px;{/block:If400pxPosts}
  330. top:5px;
  331. text-align:left;
  332. margin-left:300px;
  333. padding-top:50px;
  334. }
  335.  
  336. #post {
  337. margin-bottom:35px;
  338. margin-left:15px;
  339. {block:IfNot400pxPosts}width:500px;{/block:IfNot400pxPosts}
  340. {block:If400pxPosts}width:400px;{/block:If400pxPosts}
  341. padding:10px;
  342. }
  343.  
  344. /*--- I N F O ---*/
  345.  
  346. .info {
  347. margin-top:3px;
  348. {block:IfNot400pxPosts}width:495px;{/block:IfNot400pxPosts}
  349. {block:If400pxPosts}width:395px;{/block:If400pxPosts}
  350. font-family:cambria, georgia;
  351. font-size:8px;
  352. margin-left:-1px;
  353. text-transform:uppercase;
  354. padding: 2px 3px 2px 0px;
  355. border-top:1px solid {color:accent};
  356. line-height:12px;
  357. letter-spacing: 1px;
  358. -webkit-transition: opacity 0.7s linear;
  359. opacity: 0.7s;
  360. -webkit-transition: all 0.6s ease-out;
  361. -moz-transition: all 0.6s ease-out;
  362. transition: all 0.6s ease-out;
  363. }
  364.  
  365. .info a:link {
  366. color:{color:text};
  367. padding:3px;
  368. }
  369.  
  370. .info a:hover {
  371. color:{color:link2 hover};
  372. -webkit-transition: opacity 0.7s linear;
  373. opacity: 0.7s;
  374. -webkit-transition: all 0.6s ease-out;
  375. -moz-transition: all 0.6s ease-out;
  376. transition: all 0.6s ease-out;
  377. }
  378.  
  379.  
  380.  
  381. /*--- T A G S ---*/
  382.  
  383.  
  384. .tags {
  385. color:{color:link}
  386. margin-bottom: 10px;
  387. font-size: 10px;
  388. font-family:cambria, georgia;
  389. font-style: italic;
  390. line-height:10px;
  391. text-transform:lowercase;
  392. letter-spacing:1px;
  393. -webkit-transition: opacity 0.7s linear;
  394. opacity: 0.7s;
  395. -webkit-transition: all 0.6s ease-in;
  396. -moz-transition: all 0.6s ease-in;
  397. transition: all 0.6s ease-in;
  398.  
  399. .tags a {
  400. padding-right:2px;
  401. }
  402.  
  403. .tags a:hover {
  404. color:{color:link2 hover};
  405. -webkit-transition: opacity 0.7s linear;
  406. opacity: 0.7s;
  407. -webkit-transition: all 0.6s ease-in;
  408. -moz-transition: all 0.6s ease-in;
  409. transition: all 0.6s ease-in;
  410. }
  411.  
  412.  
  413. /*--- C R E D I T ---*/
  414.  
  415. .credit a {
  416. padding:5px;
  417. color:{color:link};
  418. background-color:#000000;
  419. border:1px solid #000000;
  420. -webkit-transition: opacity 0.7s linear;
  421. opacity: 0.7s;
  422. -webkit-transition: all 0.6s ease-in;
  423. -moz-transition: all 0.6s ease-in;
  424. transition: all 0.6s ease-in;
  425. }
  426.  
  427. .credit a:hover {
  428. background-color:{color:sidelinkshov};}
  429. border:1px solid #131313;
  430. }
  431.  
  432.  
  433. /*--- O T H E R ---*/
  434.  
  435. #ask {
  436. float:left;
  437. margin-right:5px;
  438. }
  439.  
  440.  
  441. .qsource {
  442. text-align:right;
  443. }
  444.  
  445.  
  446. .playerbutton {
  447. width:20px;
  448. height:20px;
  449. overflow:hidden;
  450. }
  451.  
  452.  
  453. .player {
  454. opacity:.5;
  455. padding:0px 5px 5px 0px;
  456. margin-top:23px;
  457. margin-left:53px;
  458. background-color: #ffffff;
  459. position: absolute;
  460. z-index: 1000;
  461. }
  462.  
  463.  
  464. .audio{
  465. position:absolute;
  466. width:20px;
  467. height:20px;
  468. }
  469.  
  470.  
  471. .albumcover{
  472. width:50px;
  473. height:50px;
  474. position:absolute;
  475. margin-left:30px;
  476. padding:10px;
  477. border:1px solid #f2f2f2;
  478. background-color:#ffffff;
  479. }
  480.  
  481.  
  482. .albumcover img{
  483. float:left;
  484. opacity:1;
  485. width:50px;
  486. }
  487.  
  488.  
  489. .audioinfo{
  490. {block:IfNot400pxPosts}width:450px;{/block:IfNot400pxPosts}
  491. {block:If400pxPosts}width:350px;{/block:If400pxPosts}
  492. background-color:#f8f8f8;
  493. height: 40px;
  494. margin-top:17px;
  495. display:block;
  496. text-align: left;
  497. padding-left: 50px;
  498. }
  499.  
  500. .text {
  501. {block:IfNot400pxPosts}max-width:500px;{/block:IfNot400pxPosts}
  502. {block:If400pxPosts}max-width:400px;{/block:If400pxPosts}
  503. overflow:hidden;
  504.  
  505. ol.notes {padding: 0px; margin: 25px 0px; list-style-type:none; text-transform: normal;text-align: left; font-style: normal;}
  506.  
  507. ol.notes li.note {padding: 3px;}
  508.  
  509. ol.notes li.note img.avatar {vertical-align:-6px; margin-left:31px; margin-right:10px; width:18px; height:18px; padding:5px; border:1px solid #f8f8f8;}
  510.  
  511. ol.notes li.note span.action {font-style: normal;}
  512.  
  513. ol.notes li.note .answer_content {font-weight: normal;}
  514.  
  515. ol.notes li.note blockquote {color: {color:text}; background-color: #f8f8f8; padding: 4px 10px; margin: 10px 0px 0px 25px;}
  516.  
  517. ol.notes li.note blockquote a {text-decoration: none; font-weight: bold;}
  518.  
  519.  
  520.  
  521.  
  522.  
  523. {CustomCSS}</style>
  524.  
  525.  
  526. </head><body>
  527.  
  528. </div></div>
  529.  
  530. <div id="topbar">
  531. <div id="icon"><a href="/"><img src="{image:icon}"/> </a></div>
  532. <div id="title2"><a href="/">{Title}</a></div>
  533. </div>
  534.  
  535. <div id="sidebar">
  536. <div id="side">
  537. <div id="desc">
  538. {Description}
  539. </div>
  540. <div id="toplink">
  541. {block:ifLink1}<a href="{text:Link1}" >{text:Link1 Title}</a>{/block:ifLink1}
  542. {block:ifLink2}<a href="{text:Link2}" >{text:Link2 Title}</a>{/block:ifLink2}
  543. {block:ifLink3}<a href="{text:Link3}" >{text:Link3 Title}</a>{/block:ifLink3}
  544. {block:ifLink4}<a href="{text:Link4}" >{text:Link4 Title}</a>{/block:ifLink4}
  545. {block:ifLink5}<a href="{text:Link5}" >{text:Link5 Title}</a>{/block:ifLink5}</div>
  546.  
  547. </div>
  548.  
  549. <div id="pagination">
  550. {block:Pagination}<div class="pagination">
  551. {block:PreviousPage}<a href="{PreviousPage}"><big>↚</big></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{/block:PreviousPage}
  552. {block:NextPage}<a href="{NextPage}"><big>↛</big></a> {/block:NextPage}
  553. </div>{/block:Pagination}
  554. </div>
  555. </div>
  556.  
  557.  
  558.  
  559. </div>
  560. </br>
  561.  
  562.  
  563.  
  564. </div>
  565.  
  566.  
  567. <div id="entries">{block:Posts}<div id="post">
  568. {block:ContentSource}
  569. {block:ContentSource}
  570.  
  571. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  572.  
  573. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  574.  
  575. {/block:SourceLogo}
  576.  
  577. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  578.  
  579. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  580. {/block:ContentSource}
  581.  
  582. {block:Text}<h1><center>{block:Title}{Title}{/block:Title}</center></h1>{Body}{/block:Text}
  583.  
  584. {block:IfNot400pxPosts}{block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-500}" border="0" ></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}{/block:IfNot400pxPosts}
  585.  
  586. {block:If400pxPosts}{block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-500}" width="400px" border="0" ></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}{/block:If400pxPosts}
  587.  
  588. {block:IfNot400pxPosts}{block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}{/block:IfNot400pxPosts}
  589.  
  590.  
  591. {block:If400pxPosts}{block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}{/block:If400pxPosts}
  592.  
  593. {block:Quote}<h2>"{Quote}"</h2>
  594. {block:Source}<div class="qsource"> —{Source}</div>{/block:Source}{/block:Quote}
  595.  
  596. {block:Link}<h1><center><a href="{URL}" {Target}>{Name} →</a></center></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  597.  
  598. {block:Chat}{block:Title}<h1><center>{Title}</center></h1>{/block:Title}<div style="line-height:14.5px;">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>{/block:Chat}
  599.  
  600. {block:Audio}
  601. <div class="audio">
  602. <div class="player"><div class="playerbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  603. <div class="albumcover"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>{block:AlbumArt}<div class="albumcover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
  604. <div class="audioinfo">
  605. </div><br>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  606.  
  607. {block:Video}
  608. {block:IfNot400pxPosts}{Video-500}{/block:IfNot400pxPosts}
  609. {block:If400pxPosts}{Video-400}{/block:If400pxPosts}
  610. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  611.  
  612. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="padding:5px; -webkit-border-radius:100px; width:30px;"></div><h3><b>{Asker} asked:</b> {Question}</h3>{Answer}{/block:Answer}
  613.  
  614.  
  615. <div class="info">posted{block:Date} <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>/<a href="{ReblogRootURL}">origin</a>{/block:RebloggedFrom} {block:NoteCount} with <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}</div>
  616. <div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  617.  
  618. </div>
  619.  
  620.  
  621.  
  622. {block:PostNotes}{PostNotes}{/block:PostNotes}
  623. {/block:Posts}
  624.  
  625. <div style="text-align:right; position:fixed; bottom:15px; right:15px;"><div class="credit"><a href="http://athlstan.tumblr.com/">TH</a></div>
  626.  
  627.  
  628.  
  629. </div>
  630.  
  631. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement