Advertisement
befuddlement

Tenth Theme

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