Advertisement
befuddlement

fifth theme

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