Advertisement
abominare

Abominare Themes: 05

Jun 12th, 2014
1,905
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.57 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <head>
  4. <title>{title}</title>
  5.  
  6. <!-- [ theme by abominare.tumblr.com ] -->
  7.  
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  11. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  12. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  13. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/trwelwq/nFCn5g20v/anzimation.css">
  14.  
  15. <link href='http://fonts.googleapis.com/css?family=Poiret+One|Karla|Audiowide|Aldrich|Ruthie|Droid+Sans' rel='stylesheet' type='text/css'>
  16.  
  17.  
  18. <script>
  19. (function($){
  20. $(document).ready(function(){
  21. $("[title],a[title],img[title]").style_my_tooltips({
  22. tip_follows_cursor:true,
  23. tip_delay_time:100,
  24. tip_fade_speed:280,
  25. attribute:"title"
  26. });
  27. });
  28. })(jQuery);
  29. </script>
  30.  
  31. <meta name="image:Background Image" content="">
  32. <meta name="color:Background Colour" content="#000000"/>
  33. <meta name="text:Background Property" content="background-attachment: fixed; background-position: bottom left; background-repeat: no-repeat;">
  34. <meta name="text:Post Text" content="font-family: droid sans; font-size: 10px; line-height: 90%; letter-spacing: .5; text-align: justify;" />
  35.  
  36. <meta name="image:MainSidebar Image" content="http://static.tumblr.com/c7ca50779333660c2092cfda32263cac/trwelwq/mmjn71vus/tumblr_static_b2ul9zroda80kkkokwow4gokc.png">
  37.  
  38. <meta name="if:250Posts" content="1">
  39. <meta name="if:400Posts" content="0">
  40.  
  41. <meta name="color:Active Link" content="#994545"/>
  42.  
  43. <meta name="color:Bolded Text" content="#662e2e"/>
  44. <meta name="color:Italicised Text" content="#444444"/>
  45.  
  46. <meta name="color:Post Text" content="#666666"/>
  47. <meta name="color:Post Background" content="#000000"/>
  48. <meta name="color:Post Border" content="#4f1a1a"/>
  49. <meta name="color:Post Backdrop" content="#040404"/>
  50.  
  51. <meta name="color:Permalink Text" content="#666666"/>
  52. <meta name="color:Permalink Link" content="#917944"/>
  53.  
  54. <meta name="color:MainTitle Colour" content="#666666"/>
  55.  
  56. <meta name="color:Blockquote Border" content="#331717"/>
  57. <meta name="color:Blockquote Background" content="#040404"/>
  58.  
  59. <meta name="color:Scrollbar Trackbar" content="#662e2e"/>
  60. <meta name="color:Selected Text" content="#cc5c5c"/>
  61.  
  62. <meta name="if:FadedImages" content="1">
  63. <meta name="if:MonochromeImages" content="1">
  64. <meta name="if:ShowCaptions" content="1">
  65. <meta name="if:ShowTags" content="1">
  66.  
  67. <meta name="if:InfiniteScroll" content="0">
  68. <meta name="if:Pagination" content="1">
  69.  
  70. <meta name="if:BlackPlayer" content="0">
  71. <meta name="if:WhitePlayer" content="1">
  72. <meta name="if:GrayPlayer" content="0">
  73.  
  74. <meta name="text:Symbol" content="♕"/>
  75.  
  76. <meta name="text:Link One Url" content="/">
  77. <meta name="text:Link One Name" content="link one">
  78. <meta name="text:Link Two Url" content="/">
  79. <meta name="text:Link Two Name" content="link two">
  80. <meta name="text:Link Three Url" content="/">
  81. <meta name="text:Link Three Name" content="link three">
  82. <meta name="text:Link Four Url" content="/">
  83. <meta name="text:Link Four Name" content="link four">
  84. <meta name="text:Link Five Url" content="/">
  85. <meta name="text:Link Five Name" content="link five">
  86.  
  87.  
  88. <style type="text/css">
  89. ::selection {color:{color:Selected Text};}
  90. ::-moz-selection {color:{color:Selected Text};}
  91.  
  92. ::-webkit-scrollbar-thumb:vertical {
  93. height:10px;
  94. border:2px solid {color:Background Colour};;
  95. background-color: {color:Scrollbar Trackbar};; margin-top: 30px;}
  96. ::-webkit-scrollbar-thumb:horizontal {
  97. background-color:{color:Background Colour};; }
  98. ::-webkit-scrollbar {
  99. width:9px;
  100. height:5px;
  101. border:4px solid {color:Background Colour};;
  102. background-color: {color:Scrollbar Trackbar};; margin-top: 30px; }
  103.  
  104. html { height:100%; }
  105.  
  106. body { height:100%;
  107. background-color: {color:background colour};
  108. background-image:url({image:background image});
  109. {text:background property};}
  110.  
  111. a:link, a:visited, a:active {text-decoration: none;
  112. color:{color:active link};
  113. padding: 0 1px;
  114. -moz-transition:all ease-in-out 0.7s;
  115. -webkit-transition:all ease-in-out 0.7s;
  116. -o-transition:all ease-in-out 0.7s;
  117. transition:all ease-in-out 0.7s;}
  118.  
  119. b, strong { color: {color:bolded text}; }
  120. i, em { color: {color:italicised text}; }
  121.  
  122. small, sub, sup { font-size: 100%;
  123. letter-spacing: 1;
  124. line-height: 90%!important;
  125. margin-top: 10px !important;}
  126.  
  127. pre { letter-spacing: 1;
  128. line-height: 100%;
  129. padding: 3px;
  130. border-right: dotted 1px {color:blockquote border};
  131. background-color: {color:blockquote background};
  132. text-transform: uppercase !important;
  133. font-size: 8px !important; }
  134.  
  135. code { text-transform: uppercase !important;
  136. line-height: 100%;
  137. letter-spacing: 1px;
  138. color: {color:selected text};
  139. font-family: Aldrich !important;
  140. font-size: 7px !important;}
  141.  
  142. ul, ol { margin-left: -10px;}
  143.  
  144. blockquote { margin-left: 10px;
  145. width: 90%;
  146. text-align: justify;
  147. background-color: {color:blockquote background};
  148. border-left: dotted 1px {color:blockquote border};
  149. padding: .5px;
  150. padding-left: 5px;
  151. padding-right: 5px; }
  152.  
  153. blockquote blockquote { background-color: {color:post background}; }
  154.  
  155. blockquote img {
  156. {block:if250posts}max-width:200px !important; {/block:if250posts}
  157. {block:if400posts}max-width:350px !important; {/block:if400posts}}
  158.  
  159. .postscontainer {
  160. {block:IndexPage}
  161. -webkit-animation-name: fadeInRight;
  162. -webkit-animation-duration: 2s;
  163. -webkit-transform-origin:50% 50%;
  164. -webkit-animation-iteration-count: once;
  165. -webkit-animation-timing-function: linear;
  166. {/block:indexPage}
  167. {block:if250posts}width:275px;{/block:if250posts}
  168. {block:if400posts}width:425px;{/block:if400posts}
  169. position: absolute;
  170. border-left: solid 20px {color:post border};
  171. background-color: {color:post backdrop};
  172. z-index: 2;
  173. padding: 10px;
  174. left: 50px;
  175. top: 0px;
  176. height: 100%;
  177. height: auto !important;
  178. min-height: 100%; }
  179.  
  180. .linkscontainer {
  181. {block:IndexPage}
  182. -webkit-animation-name: fadeInLeft;
  183. -webkit-animation-duration: 2s;
  184. -webkit-transform-origin:50% 50%;
  185. -webkit-animation-iteration-count: once;
  186. -webkit-animation-timing-function: linear;
  187. {/block:indexPage}
  188. width:50px;
  189. background-color: {color:post backdrop};
  190. z-index: 2;
  191. opacity: .7;
  192. padding: 5px;
  193. position: fixed;
  194. {block:if250posts}left: 380px;{/block:if250posts}
  195. {block:if400posts}left:530px;{/block:if400posts}
  196. top: 0px;
  197. height: 100%;
  198. height: auto !important;
  199. min-height: 100%; }
  200. .linkscontainer a { font-family: Karla;
  201. color: {color:post border};
  202. padding: 10px;
  203. border-top: double 4px {color:post backdrop};
  204. border-bottom: double 4px {color:post backdrop};
  205. display: block;
  206. margin-bottom: 5px;
  207. background-color: {color:post background};}
  208. .linkscontainer a:hover { color: {color:permalink link};}
  209.  
  210.  
  211. .postcontainerbrder {
  212. width:5px;
  213. background-color: {color:post border};
  214. z-index: 2;
  215. opacity: .7;
  216. padding: 5px;
  217. position: fixed;
  218. left: 35px;
  219. top: 0px;
  220. height: 100%;
  221. height: auto !important;
  222. min-height: 100%; }
  223. .postcontainerbrder2 {
  224. width:5px;
  225. background-color: {color:post border};
  226. z-index: 2;
  227. opacity: .4;
  228. padding: 5px;
  229. position: fixed;
  230. left: 20px;
  231. top: 0px;
  232. height: 100%;
  233. height: auto !important;
  234. min-height: 100%; }
  235.  
  236. .postswrapper { height: 100%;
  237. height: auto !important;
  238. min-height: 100%;}
  239.  
  240. .cornerbottomleft { position: fixed;
  241. bottom: -250px;
  242. z-index: 100;
  243. left: -170px;
  244. margin: 5px;
  245. width: 200px;
  246. height: 500px;
  247. border: solid 1px {color:post border};
  248. background-color: {color:background colour};
  249. transform: rotate(130deg);
  250. -ms-transform: rotate(130deg);
  251. -webkit-transform: rotate(130deg);
  252. -o-transform: rotate(130deg);
  253. -moz-transform: rotate(130deg); }
  254.  
  255. .cornertopleft { position: fixed;
  256. top: -250px;
  257. z-index: 100;
  258. left: -170px;
  259. margin: 5px;
  260. width: 200px;
  261. height: 500px;
  262. border: solid 1px {color:post border};
  263. background-color: {color:background colour};
  264. transform: rotate(-130deg);
  265. -ms-transform: rotate(-130deg);
  266. -webkit-transform: rotate(-130deg);
  267. -o-transform: rotate(-130deg);
  268. -moz-transform: rotate(-130deg); }
  269.  
  270. .sidebar {position: fixed;
  271. bottom: 30px;
  272. {block:IndexPage}
  273. -webkit-animation-name: fadeInUp;
  274. -webkit-animation-duration: 2s;
  275. -webkit-transform-origin:50% 50%;
  276. -webkit-animation-iteration-count: once;
  277. -webkit-animation-timing-function: linear;
  278. {/block:indexPage}
  279. {block:if250posts}left: 480px;{/block:if250posts}
  280. {block:if400posts}left: 610px;{/block:if400posts}}
  281.  
  282. .posts {
  283. {block:if250posts}width:250px;{/block:if250posts}
  284. {block:if400posts}width:400px;{/block:if400posts}
  285. background-color: {color:post background};
  286. padding: 10px;
  287. border-top: double 4px {color:post backdrop};
  288. border-bottom: double 4px {color:post backdrop};
  289. margin-bottom: 5px;
  290. margin-top: 5px;
  291. {block:indexpage}
  292. min-height: 60px;
  293. {/block:indexpage}
  294. word-wrap:break-word;
  295. {text:Post Text}
  296. color: {color:post text};}
  297.  
  298. .posts .perma{ position: absolute;
  299. -moz-transform: rotate(-90deg);
  300. -webkit-transform: rotate(-90deg);
  301. -moz-transform: rotate(-90deg);
  302. width: 60px; max-width: 60px;
  303. height: 20px; min-height: 20px;
  304. padding: 5px;
  305. border-radius: 10px 10px 0px 0px;
  306. font-family: aldrich;
  307. text-transform: uppercase;
  308. letter-spacing: -1px;
  309. overflow: hidden;
  310. text-align: center;
  311. background-color: {color:post background};
  312. padding: 5px;
  313. margin-top: 15px;
  314. margin-left: -58px; }
  315. .posts .perma a{ color: {color:permalink link};}
  316.  
  317. #posttitle { font-family: Poiret One;
  318. {block:if250posts}font-size: 20px;{/block:if250posts}
  319. {block:if400posts}font-size: 25px;{/block:if400posts}
  320. padding: 3px;
  321. padding-bottom: 5px;
  322. margin-top: 10px;
  323. text-transform: lowercase;
  324. text-align: center;
  325. line-height: 60%;
  326. letter-spacing: -1.5px;
  327. border-bottom: dotted 1px {color:blockquote border};
  328. color: {color:Maintitle Colour}; }
  329. #posttitle a { color: {color:Maintitle Colour}; }
  330. #posttitle:first-letter { font-family: Ruthie;
  331. text-transform: uppercase;
  332. font-size: 38px;
  333. color: {color:active link};}
  334.  
  335. .posts img {
  336. {block:if250posts}width:250px;{/block:if250posts}
  337. {block:if400posts}width:400px;{/block:if400posts}
  338. -moz-transition:all ease-in-out .5s;
  339. -webkit-transition:all ease-in-out .5s;
  340. -o-transition:all ease-in-out .5s;
  341. transition:all ease-in-out .5s;
  342. {block:ifMonochromeImages}
  343. -webkit-filter: grayscale(100%);
  344. {/block:ifMonochromeImages}
  345. {block:ifFadedImages}
  346. opacity: .5;
  347. {/block:ifFadedImages} }
  348.  
  349. .photoset { {block:ifMonochromeImages}
  350. -webkit-filter: grayscale(100%);
  351. {/block:ifMonochromeImages}
  352. {block:ifFadedImages}
  353. opacity: .5;
  354. {/block:ifFadedImages}
  355. -moz-transition:all ease-in-out .5s;
  356. -webkit-transition:all ease-in-out .5s;
  357. -o-transition:all ease-in-out .5s;
  358. transition:all ease-in-out .5s;}
  359.  
  360. .postswrapper:hover .photoset { opacity: 1;
  361. -webkit-filter: grayscale(0%);}
  362.  
  363. .postswrapper:hover .posts img {
  364. opacity: 1;
  365. -webkit-filter: grayscale(0%);}
  366.  
  367. #odd { padding: 2px;
  368. background-color: {color:blockquote background};
  369. text-transform: uppercase;
  370. font-family: Audiowide;
  371. font-size: 7px;}
  372. #even { padding: 2px;
  373. text-transform: uppercase;
  374. font-family: Audiowide;
  375. font-size: 7px;}
  376.  
  377. #audioplayer img { width: 50px;
  378. height: 50px;
  379. border-radius: 100%;
  380. {block:ifMonochromeImages}
  381. {block:indexpage}
  382. -webkit-filter: grayscale(100%);
  383. {/block:indexpage}
  384. {/block:ifMonochromeImages}
  385. {block:ifFadedImages}
  386. opacity: .5;
  387. {/block:ifFadedImages}}
  388.  
  389. #audiotitle { font-family: audiowide;
  390. font-size: 8px;
  391. text-align: left;
  392. line-height: 60%;
  393. margin-top: 5px;
  394. letter-spacing: -.5px;
  395. text-transform: uppercase;
  396. color: {color:Maintitle Colour};
  397. border-bottom: double 4px {color:post background}; }
  398. #audioinfo { text-align: left;
  399. font-family: karla;
  400. text-transform: uppercase;
  401. font-size: 8px;}
  402.  
  403. #audiosettings { overflow: hidden;
  404. height: 28px;
  405. width: 29px;
  406. margin-top: -44px;
  407. margin-left: 5px;
  408. opacity: .8;
  409. border-radius: 100%;
  410. {block:ifBlackPlayer}
  411. border: solid 5px #000;
  412. background-color: #000;
  413. {/block:ifBlackPlayer}
  414. {block:ifWhitePlayer}
  415. border: solid 5px #FFF;
  416. background-color: #FFF;
  417. {/block:ifWhitePlayer}
  418. {block:ifGrayPlayer}
  419. border: solid 5px #e4e4e4;
  420. background-color: #e4e4e4;
  421. {/block:ifGrayPlayer}}
  422.  
  423. .question {
  424. padding: 10px;
  425. background-color: {color:post border};
  426. border: dotted 1px {color:post background};
  427. border-radius: 4px;
  428. font-size: 10px;
  429. letter-spacing: -.5px;
  430. line-height: 90%;
  431. font-family: georgia;}
  432.  
  433. #triangle { font-size: 20px;
  434. margin-top: -11px;
  435. color: {color:post border};}
  436. #asker { font-family: karla;
  437. letter-spacing: 1px;
  438. font-size: 8px;
  439. color: {color:post text};
  440. text-transform: uppercase;
  441. margin-left: -5px; }
  442.  
  443. .postinfo {
  444. {block:if250posts}width:250px;{/block:if250posts}
  445. {block:if400posts}width:400px;{/block:if400posts}
  446. background-color: {color:post background};
  447. border-right: dotted 1px {color:post border};
  448. border-top: double 4px {color:post backdrop};
  449. border-bottom: double 4px {color:post backdrop};
  450. padding: 10px;
  451. margin-bottom: 5px;
  452. margin-top: 5px;
  453. word-wrap:break-word;
  454. font-family: karla;
  455. font-size: 8px;
  456. text-transform: uppercase;
  457. line-height: 100%;
  458. color: {color:post text};}
  459. .postinfo img { display:none !important;}
  460.  
  461. .permacontainer {
  462. {block:if250posts}width:250px;{/block:if250posts}
  463. {block:if400posts}width:400px;{/block:if400posts}
  464. padding-left: 15px;
  465. padding-right: 15px;
  466. padding-top: 5px;
  467. padding-bottom: 5px;
  468. margin-bottom: 5px;
  469. margin-top: 5px;
  470. word-wrap:break-word;
  471. font-size: 8px;
  472. margin-top: -20px;
  473. font-family: karla;
  474. color: {color:permalink text};
  475. text-align: center;
  476. text-transform: uppercase;
  477. -moz-transition:all ease-in-out 0.7s;
  478. -webkit-transition:all ease-in-out 0.7s;
  479. -o-transition:all ease-in-out 0.7s;
  480. transition:all ease-in-out 0.7s;}
  481. .permacontainer a {color:{color:permalink link};
  482. border-bottom: dotted 1px {color:post background};
  483. padding-bottom: 2px;
  484. text-shadow:0px 0px {color:permalink text};,
  485. -0px 0px {color:permalink text};
  486. -moz-transition:all ease-in-out 0.7s;
  487. -webkit-transition:all ease-in-out 0.7s;
  488. -o-transition:all ease-in-out 0.7s;
  489. transition:all ease-in-out 0.7s;}
  490. .permacontainer a:hover {
  491. -moz-transition:all ease-in-out 0.7s;
  492. -webkit-transition:all ease-in-out 0.7s;
  493. -o-transition:all ease-in-out 0.7s;
  494. transition:all ease-in-out 0.7s;
  495. color: transparent;
  496. text-shadow:7px 0px transparent,
  497. -7px 0px transparent;
  498. border-bottom: dotted 1px {color:background colour};}
  499.  
  500. .postswrapper .indexperma { opacity: 0;
  501. margin-top: 15px;
  502. -webkit-transition: all 0.s ease-in-out;
  503. -moz-transition: all 0.8s ease-in-out;
  504. -o-transition: all 0.8s ease-in-out;
  505. transition: all 0.8s ease-in-out; }
  506. .postswrapper:hover .indexperma {overflow:visible;
  507. margin-top: 25px;
  508. -webkit-transition: all .3s ease-in-out;
  509. -moz-transition: all .3s ease-in-out;
  510. -o-transition: all .3s ease-in-out;
  511. transition: all .3s ease-in-out;
  512. opacity: 1;}
  513.  
  514. .postswrapper #indextags { overflow: hidden;
  515. font-size: 7px;
  516. font-family: Audiowide;
  517. color: {color:permalink link};
  518. margin-left: 5px;
  519. text-align: left;
  520. width: 95%;
  521. height: 0px;
  522. text-transform: uppercase !important;
  523. -webkit-transition: all 0.s ease-in-out;
  524. -moz-transition: all 0.8s ease-in-out;
  525. -o-transition: all 0.8s ease-in-out;
  526. transition: all 0.8s ease-in-out;}
  527.  
  528. .postswrapper:hover #indextags { overflow:visible;
  529. height: auto;
  530. -webkit-animation-name: fadeIn;
  531. -webkit-animation-duration: 2s;
  532. -webkit-transform-origin:90% 20%;
  533. -webkit-animation-iteration-count: once;
  534. -webkit-animation-timing-function: linear;
  535. -webkit-transition: all .3s ease-in-out;
  536. -moz-transition: all .3s ease-in-out;
  537. -o-transition: all .3s ease-in-out;
  538. transition: all .3s ease-in-out; }
  539.  
  540. #quotetitle { font-family: Poiret One;
  541. {block:if250posts}font-size: 15px;{/block:if250posts}
  542. {block:if400posts}font-size: 20px;{/block:if400posts}
  543. padding: 3px;
  544. padding-bottom: 5px;
  545. margin-top: 10px;
  546. text-align: left;
  547. line-height: 90%;
  548. letter-spacing: -1.5px;
  549. border-bottom: dotted 1px {color:blockquote border};
  550. color: {color:Maintitle Colour}; }
  551.  
  552. .quotation1 { color: {color:bolded text};
  553. font-size: 50px;
  554. font-family: georgia;}
  555.  
  556. #source {font-size: 7px;
  557. font-family: Audiowide;
  558. color: {color:permalink link};
  559. letter-spacing: 1px;
  560. line-height: 90%;
  561. margin-top: 10px;
  562. text-align: center;
  563. width: 85%;
  564. text-transform: uppercase !important; }
  565.  
  566. #s-m-t-tooltip {
  567. position:absolute;
  568. z-index:9999;
  569. display:none;
  570. font-size: 8px;
  571. text-transform: uppercase;
  572. max-width: 250px;
  573. padding: 5px;
  574. text-align: center;
  575. font-family: karla;
  576. letter-spacing: 1px;
  577. border-radius: 5px;
  578. color: {color:post background};
  579. background-color: {color:active link};
  580. margin-top: 10px;
  581. margin-left: 20px; }
  582.  
  583.  
  584. .sidebarimg { background-image: url({image:MainSidebar Image});
  585. -webkit-background-size: cover;
  586. -moz-background-size: cover;
  587. -o-background-size: cover;
  588. background-size: cover;
  589. width: 200px;
  590. border: solid 10px {color:post backdrop};
  591. height:300px;
  592. oveflow: hidden;
  593. opacity: 1;}
  594. .sidebardesc { opacity: .9;
  595. padding: 10px;
  596. margin-top: 140px;}
  597. .symbol {margin-bottom: -10px;
  598. font-size: 30px;
  599. color: {color:post background};
  600. text-shadow: 1px 1px 1px {color:post border};}
  601. .description {
  602. text-transform: uppercase !important;
  603. line-height: 100%;
  604. letter-spacing: 1px;
  605. color: {color:post text};
  606. font-family: Aldrich !important;
  607. font-size: 7px !important;
  608. text-align: right;
  609. padding: 6px;
  610. margin-left: 3px;
  611. width: 160px;
  612. height: 100px;
  613. overflow: auto;
  614. background-color: {color:post background};
  615. border-top: solid 1px {color:post border};
  616. border-bottom: solid 1px {color:post border};}
  617.  
  618. #sidelinks a { display: block;
  619. transform: rotate(90deg);
  620. -ms-transform: rotate(90deg);
  621. -webkit-transform: rotate(90deg);
  622. -o-transform: rotate(90deg);
  623. -moz-transform: rotate(90deg);
  624. width: 30px; max-width: 30px;
  625. height: 10px; min-height: 10px;
  626. padding: 5px;
  627. font-size: 8px;
  628. border-radius: 10px 10px 0px 0px;
  629. font-family: aldrich;
  630. margin-right: 5px;
  631. text-transform: uppercase;
  632. letter-spacing: -1px;
  633. overflow: hidden;
  634. color: {color:permalink link};
  635. text-align: center;
  636. background-color: {color:post backdrop};
  637. padding: 5px;
  638. margin-bottom: -60px;
  639. margin-left: -20px;
  640. margin-top: 5px;}
  641.  
  642.  
  643. </style>
  644. </head>
  645. <body>
  646.  
  647.  
  648. <div class="sidebar">
  649.  
  650. <a href="/">
  651. <div id="posttitle"
  652. style="margin-bottom: -20px; width: 220px;">{title}</div>
  653. </a>
  654.  
  655. <table>
  656. <td>
  657. <div class="sidebarimg">
  658. <div class="sidebardesc">
  659. <div class="symbol">{text:Symbol}</div>
  660. <div class="description">
  661. {description}
  662. </div>
  663. </div>
  664. </div>
  665. </td>
  666. <td>
  667. <div id="sidelinks">
  668. <a href="{text:link one url}" title="{text:link one name}">
  669. 006</a>
  670. <a href="{text:link two url}" title="{text:link two name}">
  671. 007</a>
  672. <a href="{text:link three url}" title="{text:link three name}">
  673. 008</a>
  674. <a href="{text:link four url}" title="{text:link four name}">
  675. 009</a>
  676. <a href="{text:link five url}" title="{text:link five name}">
  677. 010</a>
  678.  
  679. </div>
  680. </td>
  681.  
  682. </table> </div>
  683.  
  684.  
  685.  
  686. <div class="cornerbottomleft">&nbsp;</div>
  687. <div class="cornertopleft">&nbsp;</div>
  688.  
  689. <div class="linkscontainer">
  690. <br><br><br><br><br><br><br>
  691. {block:IfPagination}
  692. {block:Pagination}
  693. {block:NextPage}
  694. <a href="{NextPage}"><center>»</center></a>
  695. {/block:NextPage}
  696. {/block:Pagination}
  697. {/block:IfPagination}
  698. <a href="/">001</a>
  699. <a href="/ask">002</a>
  700. <a href="/submit">003</a>
  701. <a href="/archive">004</a>
  702. <a href="http://www.abominare.tumblr.com">005</a>
  703. {block:IfPagination}
  704. {block:Pagination}
  705. {block:PreviousPage}
  706. <a href="{PreviousPage}"><center>«</center></a>
  707. {/block:PreviousPage}
  708. {/block:Pagination}
  709. {/block:IfPagination}
  710. </div>
  711.  
  712. <div class="postcontainerbrder">&nbsp;</div>
  713. <div class="postcontainerbrder2">&nbsp;</div>
  714. <div class="postscontainer">
  715.  
  716. {block:ifInfiniteScroll}
  717. <div class="autopagerize_page_element">
  718. {/block:ifInfiniteScroll}
  719.  
  720. {block:Posts}
  721. <div class="postswrapper">
  722. <div class="posts">
  723.  
  724. {block:IndexPage}
  725. <div class="perma">
  726. <a href="{Permalink}"
  727. title="{block:Date}{TimeAgo}{/block:Date}">
  728. {block:date}{ShortMonth}
  729. {DayOfMonthWithZero}{DayOfMonthSuffix}
  730. {/block:date}
  731. </a>
  732. <div style="font-size: 75%; letter-spacing: 0px;">
  733. {block:NoteCount}
  734. {NoteCountWithLabel}
  735. {/block:NoteCount}
  736. </div>
  737.  
  738. </div>
  739. {/block:IndexPage}
  740.  
  741. {block:ContentSource}
  742. <!--
  743. {SourceURL}{block:SourceLogo}
  744. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  745. {/block:SourceLogo}
  746. {block:NoSourceLogo}{SourceLink}
  747. {/block:NoSourceLogo}
  748. -->
  749. <!--
  750. {ReblogParentURL}
  751. {block:ReblogParentLogo}
  752. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{ReblogParentTitle}" />
  753. {/block:ReblogParentLogo}
  754. {block:NoReblogParentLogo}
  755. {ReblogParentLink}
  756. {/block:NoReblogParentLogo}
  757. -->
  758. {/block:ContentSource}
  759.  
  760.  
  761. <!-- PHOTOPOST INFORMATION
  762. -------------------------->
  763.  
  764. {block:Photo}
  765. {LinkOpenTag}
  766. <img src="{PhotoURL-500}">
  767. {LinkCloseTag}
  768. {block:indexpage}
  769. {block:ifShowCaptions}
  770. {block:Caption}
  771. {Caption}
  772. {/block:Caption}
  773. {/block:ifShowCaptions}
  774. {/block:indexpage}
  775. {block:permalinkpage}
  776. {block:Caption}
  777. {Caption}
  778. {/block:Caption}
  779. {/block:permalinkpage}
  780. {/block:photo}
  781.  
  782. <!-- PHOTOSET INFORMATION
  783. -------------------------->
  784.  
  785. {block:Photoset}
  786.  
  787. {block:if250Posts}
  788. <div id="photoset">
  789. {Photoset-250}
  790. </div>
  791. {/block:if250Posts}
  792.  
  793. {block:if400Posts}
  794. <div id="photoset">
  795. {Photoset-400}
  796. </div>
  797. {/block:if400Posts}
  798.  
  799. {block:indexpage}
  800. {block:ifShowCaptions}
  801. {block:Caption}
  802. {Caption}
  803. {/block:Caption}
  804. {/block:ifShowCaptions}
  805. {/block:indexpage}
  806.  
  807. {block:permalinkpage}
  808. {block:Caption}
  809. {Caption}
  810. {/block:Caption}
  811. {/block:permalinkpage}
  812.  
  813. {/block:Photoset}
  814.  
  815.  
  816. <!-- VIDEOPOST INFORMATION
  817. -------------------------->
  818. {block:Video}
  819.  
  820. {block:if250posts}
  821. {Video-250}
  822. {/block:if250posts}
  823.  
  824. {block:if400posts}
  825. {Video-400}
  826. {/block:if400posts}
  827.  
  828. {block:indexpage}
  829. {block:ifShowCaptions}
  830. {block:Caption}
  831. {Caption}
  832. {/block:Caption}
  833. {/block:ifShowCaptions}
  834. {/block:indexpage}
  835. {block:permalinkpage}
  836. {block:Caption}
  837. {Caption}
  838. {/block:Caption}
  839. {/block:permalinkpage}
  840.  
  841. {/block:Video}
  842.  
  843.  
  844. <!-- AUDIOPOST POSTS
  845. -------------------------->
  846.  
  847. {block:Audio}
  848. <center>
  849. <table>
  850.  
  851. <td>
  852.  
  853. <div id="audioplayer">
  854. {block:AlbumArt}
  855. <img src="{AlbumArtURL}">
  856. {/block:AlbumArt}
  857. {block:ifWhitePlayer}
  858. <div id="audiosettings">{AudioPlayerWhite}</div>
  859. {/block:ifWhitePlayer}
  860. {block:ifBlackPlayer}
  861. <div id="audiosettings">{AudioPlayerBlack}</div>
  862. {/block:ifBlackPlayer}
  863. {block:ifGrayPlayer}
  864. <div id="audiosettings">{AudioPlayerGrey}</div>
  865. {/block:ifGrayPlayer}
  866. </div>
  867.  
  868.  
  869. </td>
  870.  
  871. <td>
  872. <div id="audiotitle">
  873. {block:TrackName}{TrackName}{/block:TrackName}</div>
  874. <div id="audioinfo">
  875. {block:Artist}<b>ARTIST:</b> {Artist}<br>{/block:Artist}
  876. {block:Album}<b>ALBUM:</b> {Album}<br>{/block:Album}
  877. {block:PlayCount}<b>PLAYED:</b> {PlayCount} TIMES {/block:PlayCount}
  878. </div>
  879. </td>
  880. </table>
  881. </center>
  882.  
  883. {block:ifShowCaptions}
  884. {block:Indexpage}
  885. {block:Caption}{Caption}{/block:Caption}
  886. {/block:Indexpage}
  887. {/block:ifShowCaptions}
  888. {block:PermalinkPage}
  889. {block:Caption}{Caption}{/block:Caption}
  890. {/block:PermalinkPage}
  891. {/block:Audio}
  892.  
  893. <!-- QUOTEPOST INFORMATION
  894. -------------------------->
  895. {block:Quote}
  896. <table><td>
  897. <div class="quotation1">❝</div>
  898. </td>
  899. <td>
  900. <div id="quotetitle">{Quote}</div>
  901. {block:Source}
  902. <div id="source">—{Source}</div>
  903. {/block:Source}
  904. </td></table>
  905. {/block:Quote}
  906.  
  907. <!-- TEXTPOST INFORMATION
  908. -------------------------->
  909. {block:Text}
  910. {block:Title}
  911. <div id="posttitle">
  912. {Title}
  913. </div>
  914. {/block:Title}
  915. {Body}
  916. {/block:Text}
  917.  
  918. <!-- ASKPOST INFORMATION
  919. -------------------------->
  920. {block:Answer}
  921. <div class="question">{question}</div>
  922. <center>
  923. <table><td><div id="triangle">▼</div>
  924. </td>
  925. <td><div id="asker">FROM {Asker}</div></td>
  926. </table>
  927. </center>
  928.  
  929. {answer}
  930. {/block:Answer}
  931.  
  932.  
  933. <!-- CHATPOST INFORMATION
  934. -------------------------->
  935. {block:Chat}
  936. {block:Title}
  937. <div id="posttitle">{Title}</div>
  938. {/block:Title}
  939. {block:Lines}
  940. <div id="{Alt}">
  941. {block:Label}
  942. <b>{Label}</b>
  943. {/block:Label} {Line}</br>
  944. </div>
  945. {/block:Lines}
  946. {/block:Lines}
  947. {/block:Chat}
  948.  
  949.  
  950. <!-- LINKPOST INFORMATION
  951. -------------------------->
  952. {block:Link}
  953. <div id="posttitle"><a href="{URL}"> {Name}→</a></div>
  954. {block:Description}
  955. {Description}
  956. {/block:Description}
  957. {/block:Link}
  958.  
  959. </div>
  960.  
  961. <!-- INDEXPERMA INFORMATION
  962. -------------------------->
  963. {block:IndexPage}
  964.  
  965. {block:ifShowTags}
  966. {block:HasTags}
  967. <div id="indextags">
  968. {block:Tags}
  969. ◘<a href="{TagURL}"><font color="{color:permalink text}">{Tag}</font></a>
  970. &nbsp;{/block:Tags}
  971. </div>
  972. {/block:HasTags}
  973. {/block:ifShowTags}
  974. {/block:IndexPage}
  975. </div>
  976.  
  977. <!-- POSTNOTES INFORMATION
  978. -------------------------->
  979. {block:PermalinkPage}
  980. {block:PermalinkPagination}
  981. <div class="postinfo">
  982. <div id="posttitle" style="text-transform: none!important; margin-bottom: 5px;">
  983. {Month} {DayofMonth}, {Year}.
  984.  
  985. <div style="{text:post text}; margin-top: 6px; letter-spacing: .5px!important;">
  986. {block:RebloggedFrom}<center>
  987. <strong>Via:</strong>
  988. <a href="{ReblogParentURL}">{ReblogParentName}</a>
  989. <strong>Source:</strong>
  990. <a href="{ReblogRootURL}">{ReblogRootName}</a>
  991. </center>{/block:RebloggedFrom}
  992. </div>
  993. </div>
  994.  
  995. <!-- PERMALINK TAGS INFO
  996. -------------------------->
  997. {block:HasTags}
  998. <div id="source" style="font-size: 86%;">
  999. {block:Tags}
  1000. #<a href="{TagURL}">{Tag}</a> &nbsp;
  1001. {/block:Tags} </div>
  1002. {/block:HasTags}
  1003.  
  1004. <!-- POSTNOTES INFORMATION
  1005. -------------------------->
  1006. {block:PostNotes}
  1007. <div class="postnotes"><div style="margin-left: -10px;">
  1008. {PostNotes}</div></div>
  1009. {/block:PostNotes}
  1010.  
  1011. {/block:PermalinkPagination}
  1012. {/block:PermalinkPage}
  1013. {/block:Posts}
  1014.  
  1015. </div></div></div></div>
  1016.  
  1017. </body> </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement