dearhannibal

Ethereal

Sep 24th, 2013
1,005
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.40 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!-- oh hey look i made a theme *high five* edit all you want really, basically everything is customizable! as long as you leave the credit intact thank you -->
  6.  
  7.  
  8. <title>{Title}</title>
  9.  
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.  
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <!-- default variables -->
  16.  
  17. <meta name="color:background" content="#ffffff">
  18. <meta name="color:title" content ="#3b3b3b">
  19. <meta name="color:text" content="#3b3b3b">
  20. <meta name="color:tags" content="#3b3b3b">
  21. <meta name="color:permalink" content="#e0e0e0">
  22. <meta name="color:link" content="#b8b8b8">
  23. <meta name="color:link hover" content="#3b3b3b">
  24. <meta name="color:border" content="#eeeeee">
  25. <meta name="color:scrollbar" content="#eeeeee">
  26. <meta name="color:scrollbar bg" content="#ffffff">
  27.  
  28.  
  29. <meta name="if:show captions" content="1"/>
  30. <meta name="text:Link 1 URL" content="" />
  31. <meta name="text:Link 1" content="" />
  32. <meta name="text:Link 2 URL" content="" />
  33. <meta name="text:Link 2" content="" />
  34. <meta name="text:Link 3 URL" content="" />
  35. <meta name="text:Link 3" content="" />
  36. <meta name="text:Link 4 URL" content="" />
  37. <meta name="text:Link 4" content=""/>
  38. <meta name="text:Link 5 URL" content="" />
  39. <meta name="text:Link 5" content="" />
  40.  
  41.  
  42.  
  43.  
  44. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic' rel='stylesheet' type='text/css'>
  45.  
  46. <link href='http://fonts.googleapis.com/css?family=Felipa|Libre+Baskerville:400italic|Damion' rel='stylesheet' type='text/css'>
  47.  
  48.  
  49. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
  50. </script>
  51. <script type="text/javascript">
  52. $(document).ready(function(){
  53. $(".links").hide();
  54. $(".blogtitle").mouseover(function(){
  55. $(this).next(".links").slideToggle('normal');
  56. }); }); </script>
  57.  
  58. <!-- CSS styling aww yeah. This is the fun part. -->
  59.  
  60. <style type="text/css">
  61.  
  62. ::-webkit-scrollbar {width:5px; height:auto; background:{color:scrollbar bg};}
  63. ::-webkit-scrollbar-corner {background:{color:scrollbar};}
  64. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  65. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
  66.  
  67. #credit {position:fixed;
  68. float:right;
  69. opacity:0.7;
  70. bottom:18px;
  71. right:18px;
  72. padding:6px;
  73. font-size:10px;
  74. text-align:center;
  75. height:10px;
  76. width:10px;
  77. font-family:georgia;
  78. -webkit-transition:all 0.5s ease-in-out;
  79. -moz-transition:all 0.5s ease-in-out;
  80. transition:all 0.5s ease-in-out;}
  81. #credit a {color:black;}
  82.  
  83.  
  84.  
  85.  
  86. body {
  87. margin:0px;
  88. padding:0px;
  89. width:auto;
  90. font-family:libre baskerville;
  91. font-size:9px;
  92. color:{color:text};
  93. background:{color:background};
  94. }
  95.  
  96. a:link, a, a:active, a:visited {
  97. text-decoration:none;
  98. color:{color:link};
  99. -webkit-transition: all 0.5s ease-in-out;
  100. -moz-transition: all 0.5s ease-in-out;
  101. -o-transition: all 0.5s ease-in-out;
  102. -ms-transition: all 0.5s ease-in-out;
  103. transition: all 0.5s ease-in-out;
  104. }
  105. a:hover {
  106. color:{color:link hover};
  107. }
  108.  
  109. #con {
  110. position:absolute;
  111. left:50%;
  112. margin-left:-230px;
  113. }
  114.  
  115. #entry {
  116. margin:auto;
  117. position:absolute;
  118. width:500px;
  119. font-family: libre baskerville;
  120.  
  121. }
  122.  
  123. .post {
  124. float:center;
  125. overflow:hidden;
  126. text-align:justify;
  127. padding-top:160px;
  128. padding-bottom:50px;
  129. width:500px;
  130. overflow:hidden;
  131. }
  132.  
  133. #permalink {
  134. width:492px;
  135. margin-bottom:2px;
  136. margin-top:25px;
  137. margin-left:-7px;
  138. font-family:arial;
  139. font-size:8px;
  140. text-align:center;
  141. text-transform:lowercase;
  142. letter-spacing:2px;
  143. padding:5px;
  144. border-top:1px solid {color:border};
  145. padding:10px;
  146. }
  147.  
  148. #permalink a {
  149. margin-top:10px;
  150. color:{color:bottompost link};
  151. }
  152.  
  153. #permalink a:hover {
  154. color:{color:bottompost link hover};
  155. }
  156.  
  157.  
  158. #tags {
  159. font-size:9px;
  160. padding:3px;
  161. margin-left:-3px;
  162. margin-top:5px;
  163. font-family:cambria;
  164. text-transform: none;
  165. color:{color:tags};
  166. letter-spacing:0px;
  167. font-style:italic;
  168. }
  169. #tags a {
  170. color:{color:tags};
  171. }
  172. #tags a:hover {
  173. color:{color:link hover};
  174. }
  175.  
  176.  
  177.  
  178.  
  179. h1 {
  180. font-size:14px;
  181. text-transform:none;
  182. font-weight:lighter;
  183. padding-left:10px;
  184. color:{color:title};
  185. }
  186. h1 a {
  187. color:{color:title};
  188. text-transform:none;
  189. }
  190.  
  191.  
  192.  
  193. #sidebar {
  194. margin-right:0px;
  195. }
  196.  
  197. .firstimage{
  198. text-align:center;
  199. width:auto;
  200. margin-top:0px;
  201. }
  202.  
  203. .firstimage img {
  204. opacity:0.7;
  205. text-align:center;
  206. background:transparent;
  207. }
  208.  
  209. .secondimage {
  210. text-align:center;
  211. width:auto;
  212. margin-top:20px;
  213. }
  214.  
  215. .secondimage img {
  216. opacity:0.7;
  217. text-align:center;
  218. background:transparent;
  219. }
  220.  
  221. #links_list {
  222. width:10px;
  223. padding:10px;
  224. }
  225.  
  226. .blogtitle {
  227. color:{color:title};
  228. opacity:1;
  229. position:relative;
  230. text-transform:lowercase;
  231. text-align:center;
  232. font-size:21px;
  233. font-family:'felipa', cursive;
  234. margin-top:60px;
  235. margin-left:0px;
  236. }
  237.  
  238. .links {
  239. font-family:helvetica;
  240. width:300px;
  241. margin-left:70px;
  242. margin-top:-30px;
  243. margin-bottom:0px;
  244. text-align:center;
  245. background:{color:background};
  246. padding:30px;
  247. }
  248.  
  249. .links a{
  250. text-transform:uppercase;
  251. font-size:8px;
  252. padding:7px;
  253. letter-spacing:1px;
  254. text-align:center;
  255. -webkit-transition: all 0.8s ease;
  256. -moz-transition: all 0.8s ease;
  257. transition: all 0.8s ease;
  258. -o-transition-duration: all 0.8s ease;
  259. color:{color:link};
  260. background:{color:background};
  261. }
  262.  
  263. .links a:hover{
  264. padding:7px;
  265. color:{color:link hover};
  266. border-bottom:4px solid {color:link};
  267. background: {color:background};
  268.  
  269. }
  270.  
  271.  
  272.  
  273.  
  274. .description {
  275. font-family:helvetica;
  276. color: {color:text};
  277. letter-spacing:1px;
  278. margin-top:25px;
  279. margin-bottom:25px;
  280. margin-left:145px;
  281. font-size:9px;
  282. width:210px;
  283. line-height:130%;
  284. font-style:normal;
  285. text-align:center;}
  286.  
  287. .pagination {
  288. margin-top:30px;
  289. margin-bottom:30px;
  290. text-align:center;
  291. text-transform:lowercase;
  292. font-family:arial;
  293. font-weight:normal;
  294. text-decoration:underline;
  295. margin-left:-10px;
  296. font-size:9px;
  297. letter-spacing:1px;
  298. }
  299.  
  300. .pagination a {
  301. color:{color:title};
  302. margin-bottom:10px;
  303. -webkit-transition: all 0.5s ease-in-out;
  304. -moz-transition: all 0.5s ease-in-out;
  305. -o-transition: all 0.5s ease-in-out;
  306. -ms-transition: all 0.5s ease-in-out;
  307. transition: all 0.5s ease-in-out;
  308. }
  309.  
  310. .pagination a:hover {
  311. color:{color:link hover};
  312. }
  313.  
  314. .quote {
  315. font-family:baskerville;
  316. font-size:18px;
  317. font-style:italic;
  318. text-align:right;
  319. line-height:110%;
  320. padding-right:5px;
  321. padding-left:5px;
  322. padding-bottom:3px;
  323. }
  324.  
  325. #source {
  326. text-align:left;
  327. padding-left:20px;
  328. padding-right:5px;
  329. }
  330.  
  331. .audioimage {
  332. float:left;
  333. text-align:center;
  334. margin-left:0px;
  335. width:95px;
  336. border:0px solid;
  337. color:transparent;
  338. }
  339.  
  340. .audioimage img {
  341. max-width:95px;
  342. height:95px;
  343. width:95px;
  344. }
  345.  
  346. .player {
  347. width:41px;
  348. height:41px;
  349. position:absolute;
  350. z-index:3;
  351. background:#FFFFFF;
  352. margin-top:6px;
  353. margin-left:27px;
  354. opacity:0.3;
  355. transition-duration: 0.6s;
  356. -moz-transition-duration: 0.6s;
  357. -webkit-transition-duration: 0.6s;
  358. -o-transition-duration: 0.6s;
  359. border-radius:20px 20px 20px 20px;
  360. }
  361.  
  362. .player:hover {
  363. opacity:0.80;
  364. transition-duration: 0.6s;
  365. -moz-transition-duration: 0.6s;
  366. -webkit-transition-duration: 0.6s;
  367. -o-transition-duration: 0.6s;
  368. }
  369.  
  370. .audioplayer {
  371. background-color:transparent;
  372. width:15px; height:25px;
  373. overflow:hidden;
  374. padding:3px;
  375. margin-left:5px;
  376. margin-top:5px;
  377. -webkit-border-radius:15px 15px 15px 15px;
  378. }
  379.  
  380.  
  381. .data {
  382. background-color:{color:background};
  383. color:{color:text};
  384. text-transform:uppercase;
  385. height:10px; padding:6px 0px 5px 0px;
  386. width:401px;
  387. margin-bottom:-7px;
  388. margin-left:99px;
  389. text-align:center
  390. }
  391.  
  392. .data b {
  393. color:{color:source};
  394. line-height:7px;
  395. }
  396.  
  397.  
  398. .caption {
  399. text-align:left;
  400. padding-left:10px;
  401. padding-right:10px;
  402. font-family:baskerville;
  403. display:block;
  404. }
  405. .caption img {
  406. max-width:490px;
  407. }
  408.  
  409. blockquote {
  410. padding-left:5px;
  411. border-left:1px solid {color:border};
  412. }
  413.  
  414. #asker {
  415. text-align:left;
  416. margin-top:0px;
  417. font-size:10px;
  418. font-style:none;
  419. padding:10px;
  420. background-color:#f5f5f5;
  421. margin-bottom:20px;
  422. }
  423.  
  424. #asker a {
  425. font-size:10px;
  426. font-family:'arial';
  427. letter-spacing:1px;
  428. background:none;
  429. border-bottom:1px solid {color:link};
  430. color:{color:text}
  431. }
  432.  
  433. #question {
  434. font-size:9px;
  435. font-family:'libre baskerville';
  436. letter-spacing:0px;
  437. background:none;
  438. }
  439.  
  440. ol.notes {
  441. padding-left:50px;
  442. padding-bottom:2%;
  443. width:400px;
  444. list-style-type:lower-roman;
  445. text-align:center;
  446. }
  447.  
  448. ol.notes li.note{
  449. border-bottom:1px solid {color:border};
  450. padding:2%;
  451. }
  452.  
  453. ol.notes li.note img.avatar{
  454. width:0px;
  455. height:0px;}
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462. </style></head>
  463.  
  464. <body>
  465.  
  466. <div id="credit"><a href="http://dearhannibal.tumblr.com/"><img src="http://oi43.tinypic.com/11rryja.jpg"></a></div>
  467.  
  468. <div id="con">
  469.  
  470.  
  471. <div id="entry">
  472.  
  473. <div id="sidebar">
  474.  
  475. <div class="links_list">
  476. <p class="blogtitle">{Title}</p>
  477.  
  478. <div class="links">
  479.  
  480. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  481. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  482. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  483. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  484. <a href="{text:Link 5 URL}">{text:Link 5}</a>
  485. </div>
  486. </div>
  487.  
  488. <div class="firstimage"><a href="/"><img src="http://oi41.tinypic.com/2h37pn5.jpg"></a></div>
  489.  
  490. <div class="description">{Description}
  491. </div>
  492.  
  493. <div class="secondimage"><a href="/"><img src="http://oi42.tinypic.com/15h1uh2.jpg"></a></div>
  494.  
  495. </div>
  496.  
  497. {block:Posts}
  498. <div class="post">
  499.  
  500. {block:Text}
  501. {block:Title}<h1>{Title}</h1>{/block:Title}
  502. {Body}
  503. {/block:Text}
  504.  
  505.  
  506. {block:Photo}
  507. <a href="{Permalink}"><img src="{PhotoURL-500}"></a>
  508. {block:Caption}
  509. {block:ifshowcaptions}
  510. <span class="caption">{Caption}</span>
  511. {/block:ifshowcaptions}
  512. {/block:Caption}
  513. {/block:Photo}
  514.  
  515.  
  516. {block:Photoset}
  517. {Photoset-500}
  518. {block:Caption}
  519. {block:ifshowcaptions}
  520. <span class="caption">{Caption}</span>
  521. {/block:ifshowcaptions}
  522. {/block:Caption}
  523. {/block:Photoset}
  524.  
  525. {block:Quote}
  526. <div class="quote">❝ {Quote} ❞</div>
  527. {block:Source}
  528. <div id="source">— {Source}</div>
  529. {/block:Source}
  530. {/block:Quote}
  531.  
  532.  
  533. {block:Link}
  534. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  535. {block:Description}
  536. <div style="padding-left:5px;padding-right:5px;">{Description}</div>
  537. {/block:Description}
  538. {/block:Link}
  539.  
  540.  
  541. {block:Chat}
  542. {block:Title}<h1>{Title}</h1>{/block:Title}
  543. {block:Lines}
  544. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  545. {/block:Lines}
  546. {/block:Chat}
  547.  
  548. {block:Audio}
  549. <span style="background-color:{color:background}; width:95px; height:95px; align=left">{block:AlbumArt}<img src="{AlbumArtURL}" class="albumart" width="95px" height="95px" align="left"/>{/block:AlbumArt}
  550. <br><br>
  551. <div class="player"><div class="audioplayer">{AudioPlayer}</div> </div></span>
  552.  
  553. <div class="data">{block:TrackName}{TrackName} - {/block:TrackName}
  554. {block:Artist}{Artist}{/block:Artist}</div>
  555.  
  556. <br><br>
  557.  
  558. {block:Caption}
  559. {block:ifshowcaptions}
  560. <span class="caption">{Caption}</span>
  561. {/block:ifshowcaptions}
  562. {/block:Caption}
  563. {/block:Audio}
  564.  
  565.  
  566. {block:Video}
  567. {Video-500}
  568. {block:Caption}
  569. {block:ifshowcaptions}
  570. <span class="caption">{Caption}</span>
  571. {/block:ifshowcaptions}
  572. {/block:Caption}
  573. {/block:Video}
  574.  
  575.  
  576. {block:Answer}
  577. <div id="asker"><b>{Asker}</b> <font id="question">asked:
  578. {Question}</font></div>
  579. <div class="answer" style="font-size:9px; font-family:'libre baskerville'; margin-left:7px;">{Answer}</div>
  580. {/block:Answer}
  581.  
  582. {block:IndexPage}
  583. <div id="permalink"><a href="{Permalink}">{DayOfWeek} {DayOfMonth}{DayOfMonthSuffix} of {Month}, with {NoteCountWithLabel}</a></span><br><div id="tags">{block:HasTags}{block:Tags}
  584. <span style="opacity:0.5; text-transform:lowercase"></span><a href="/tagged/{Tag}">{Tag}</a>.&nbsp;{/block:Tags}{/block:HasTags}</div></div>
  585. {/block:IndexPage}
  586.  
  587. {block:PermalinkPage}
  588. <div id="permalink">
  589. {block:Date}{DayOfWeek} {DayofMonth} of {Month}, {Year},{/block:Date}
  590. <font style="text-transform:lowercase;">{block:NoteCount} with {NoteCountWithLabel} {/block:NoteCount}
  591. <br>{block:ContentSource}by: <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource} {block:RebloggedFrom} &nbsp; via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</a></font><br>
  592. <div id="tags">{block:HasTags}{block:Tags}<span style="opacity:0.5;">#</span><a href="/tagged/{Tag}">{Tag}</a> &nbsp;{/block:Tags}{/block:HasTags}
  593. </div>
  594. {/block:PermalinkPage}
  595.  
  596. </div>
  597.  
  598.  
  599. {/block:Posts}
  600.  
  601. {block:PermalinkPage}
  602. {block:PostNotes}
  603. <div id="notes">{PostNotes}</div>
  604. {/block:PostNotes}
  605. {/block:permalinkpage}
  606.  
  607. {block:IndexPage}
  608. <div class="pagination">
  609. {block:PreviousPage}
  610. <a href="{PreviousPage}">back</a>
  611. -
  612. {/block:PreviousPage}
  613. {block:NextPage}
  614. <a href="{NextPage}">forth</a>
  615. {block:NextPage}
  616. </div>
  617. {/block:IndexPage}
  618.  
  619. </div>
  620. </div>
  621.  
  622.  
  623. </body>
  624. </html>
Advertisement
Add Comment
Please, Sign In to add comment