Advertisement
befuddlement

sixth theme

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