Dance-of-the-knights

Just Give me a Reason

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