Advertisement
dearhannibal

Quiescent

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