Dance-of-the-knights

Theme 13

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