Dance-of-the-knights

Decode

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