dearhannibal

Sacrilege

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