Dance-of-the-knights

EXORCIZAMUS TE theme

Dec 23rd, 2012
869
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.75 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. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!----theme by dance-of-the-knights.tumblr.com don't steal please, if you don't follow the rules I will find you and I'll skiiiiiiIiIiIin you--->
  10.  
  11. <head>
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:border" content="#ffffff"/>
  15. <meta name="color:topbar bg" content="#020202"/>
  16. <meta name="color:asks bg" content="#020202"/>
  17. <meta name="color:Text" content="#838282"/>
  18. <meta name="color:scrollbar" content="#b8b8b8"/>
  19. <meta name="color:link" content="#b8b8b8"/>
  20. <meta name="color:links hover" content="#ffffff"/>
  21. <meta name="image:sidebar" content="http://static.tumblr.com/e128d0d189bc03b0cc4ccb07e45fb3c1/20r0uah/X11mfi3kw/tumblr_static_137.png"/>
  22. <meta name="text:Link1" content="" />
  23. <meta name="text:Link1 Title" content="" />
  24. <meta name="text:Link2" content="" />
  25. <meta name="text:Link2 Title" content="" />
  26. <meta name="text:Link3" content="" />
  27. <meta name="text:Link3 Title" content="" />
  28. <meta name="text:Link4" content="" />
  29. <meta name="text:Link4 Title" content="" />
  30.  
  31.  
  32. <style type="text/css">
  33.  
  34. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:background}}
  35.  
  36. ::-webkit-scrollbar-corner {background:{color:background}}
  37.  
  38. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  39.  
  40. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}
  41. }
  42.  
  43.  
  44. body {
  45. background:{color:background};
  46. margin:0px;
  47. color:{color:text};
  48. font-family: consolas;
  49. font-size:9px;
  50. padding:5px;
  51. line-height:100%;
  52. }
  53.  
  54. a {
  55. color:{color:link};
  56. text-decoration:none;
  57. outline:none;
  58. opacity:1 ;
  59. font-family: consolas;
  60. -webkit-transition: all 0.5s;
  61. -moz-transition: all 0.5s;
  62. transition: all 0.5s;
  63. }
  64.  
  65. a:hover {
  66. color: {color:links hover};
  67. -webkit-transition: all 0.5s;
  68. -moz-transition: all 0.5s;
  69. transition: all 0.5s;
  70. }
  71.  
  72. img {
  73. border:none;
  74. }
  75.  
  76. blockquote {
  77. padding-left:5px;
  78. border-left:2px solid;
  79. }
  80.  
  81. blockquote blockquote {
  82. padding-left:5px;
  83. border-left:2px solid;
  84. }
  85.  
  86. h1 {
  87. font-size:15px;
  88. font-style:italic;
  89. text-align:center;
  90. }
  91.  
  92. #entries {
  93. width:500px;
  94. max-width:500px;
  95. margin-left:350px;
  96. margin-top:100px;
  97. margin-bottom:20px;
  98. }
  99.  
  100. #pagination{
  101. letter-spacing:1px;
  102. font-size:8px;
  103. width:180px;
  104. text-align:right;
  105. z-index:222222;
  106. text-transform:uppercase;
  107. background:#ffffff;
  108. position:fixed;
  109. margin-top:2px;
  110.  
  111. }
  112.  
  113. #post {
  114. width:500px;
  115. display:block;
  116. margin-bottom:50px;
  117. }
  118.  
  119.  
  120. #sidebar {
  121. position:fixed;
  122. left:150px;
  123. margin-top:350px;
  124. }
  125.  
  126. #sidebarimage{
  127. z-index:1;
  128. }
  129.  
  130. #sidebarimage img{
  131. width:160px;
  132. height:160px;
  133. border:10px solid;
  134. border-color:{color:border};
  135. }
  136.  
  137. #description{
  138. width:160px;
  139. text-align:justify;
  140. text-transform:uppercase;
  141. font-size:8px;
  142. }
  143.  
  144. #stuff{
  145. width:160px;
  146. padding:10px;
  147. border-color:#eeeeee;
  148. z-index:1;
  149. background:{color:background};
  150. margin-top:2px;
  151. }
  152.  
  153. #topbar{
  154. width:500px;
  155. margin-left:350px;
  156. height:50px;
  157. top:0px;
  158. position:fixed;
  159. background:{color:topbar bg};
  160. }
  161.  
  162. .toplinks {
  163. font-size:8px;
  164. text-align:center;
  165. text-transform: uppercase;
  166. letter-spacing:1px;
  167. z-index:1;
  168. width:500px;
  169. background:{color:background};
  170. margin-top:25px;
  171. }
  172.  
  173.  
  174. #tags {
  175. text-transform: uppercase;
  176. text-align:center;
  177. font-size: 7px;
  178. letter-spacing:1px;
  179. font-style: normal;
  180. }
  181.  
  182. #information{
  183. padding-top:2px;
  184. text-transform: uppercase;
  185. text-align:center;
  186. font-size: 8px;
  187. letter-spacing:1px;
  188. margin-top:2px;
  189. }
  190.  
  191. #asker {
  192. text-align:center;
  193. font-family: consolas;
  194. text-transform:uppercase;
  195. margin-top:2px;
  196. }
  197.  
  198. #asker a{
  199. text-align:center;
  200. font-family: consolas;
  201. text-transform:uppercase;
  202. margin-top:10px;
  203. }
  204.  
  205. #tri{
  206. text-align:center;
  207. margin-top:-2px;
  208. font-size:15px;
  209. color:{color:asks bg};
  210. }
  211.  
  212. #answer{
  213. font-family: consolas;
  214. text-align:center;
  215. }
  216.  
  217.  
  218. .asks{
  219. background:{color:asks bg};
  220. color:#ffffff;
  221. text-transform:uppercase;
  222. text-align:center;
  223. letter-spacing:1px
  224. font-family: consolas;
  225. font-size:9px;
  226. padding:10px;
  227. }
  228.  
  229.  
  230. #credit{
  231. -webkit-transition: all 0.8s;
  232. -moz-transition: all 0.8s;
  233. transition: all 0.8s;
  234. display:block;
  235. border-left: 1px solid;
  236. border-right: 1px solid;
  237. border-top: 1px solid;
  238. border-color:#f0f0f0;
  239. background-color:#ffffff;
  240. padding:3px;
  241. height: 10px;
  242. right:5px;
  243. bottom:0px;
  244. position:fixed;
  245. font-family:calibri;
  246. font-size:10px;
  247. letter-spacing:2px;
  248. }
  249.  
  250. #credit:hover{
  251. height: 30px;
  252. -webkit-transition: all 0.8s;
  253. -moz-transition: all 0.8s;
  254. transition: all 0.8s;
  255. }
  256.  
  257.  
  258. {CustomCSS}</style>
  259.  
  260. <script type="text/javascript"
  261. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  262.  
  263. <script type="text/javascript">
  264. $(window).load(function(){
  265. $("p").remove(":contains('Source:')");
  266. $("p").remove(":contains('(via')");
  267. });
  268. </script>
  269.  
  270. </script>
  271.  
  272. </head>
  273. <body>
  274.  
  275. <div id="sidebar">
  276.  
  277. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
  278.  
  279. <div id="stuff">
  280. <div id="description">{Description}</div></div>
  281.  
  282. <div id="pagination">
  283. {block:Pagination}
  284. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  285. {block:JumpPagination length="5"}
  286. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  287. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  288. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  289. {/block:Pagination}
  290. </div>
  291.  
  292. </div></div></div>
  293.  
  294. <div id="topbar">
  295. <div class="toplinks">
  296. <a href="/">Index</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  297. <a href="/ask">Message</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  298. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  299. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  300. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  301. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}</div></div>
  302.  
  303. <div id="entries">{block:Posts}<div id="post"></div>
  304.  
  305.  
  306. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  307.  
  308.  
  309. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  310.  
  311.  
  312.  
  313. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  314.  
  315. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  316.  
  317. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  318.  
  319.  
  320. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  321.  
  322. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px" align="left" style="margin-right:10px;" />{/block:AlbumArt}
  323. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  324. {/block:ExternalAudio}
  325. <div id="player">
  326. <br>{AudioPlayerwhite}<br></span>
  327. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  328.  
  329. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  330.  
  331. {block:Answer}<div class="asks">{Question}</div>
  332. <div id="tri">▼</div>
  333. <div id="asker">{Asker}</div>
  334. <div id="answer">{Answer}</div>{/block:answer}
  335.  
  336. <div id="information">
  337. <a href="{Permalink}">{block:Date}{TimeAgo}{/block:Date}</a>&nbsp;
  338. {block:RebloggedFrom}<a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a>&nbsp;♦
  339. <a href="{ReblogRootURL}"title="{ReblogRootName}">SOURCE</a>&nbsp;
  340. {/block:RebloggedFrom}{/block:RebloggedFrom}
  341. <a href="{Permalink}">{NoteCountWithLabel}</a></div>
  342. <div id="tags">
  343. {block:HasTags}{block:Tags}&nbsp; <a href="{TagURL}">#{Tag}</a>
  344. {/block:Tags}{/block:HasTags}</div>
  345.  
  346.  
  347. {block:PostNotes}{PostNotes}{/block:PostNotes}
  348. {/block:Posts}</div>
  349.  
  350. <div id="credit">
  351. <center>©<br><p>
  352. <a href="http://tangentvortex.tumblr.com/">DOTK</a></div>
  353.  
  354. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment