Dance-of-the-knights

Redemption Theme

Jan 11th, 2013
1,525
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.03 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:Borders" content="#eeeeee"/>
  15. <meta name="color:post bg" content="#fcfcfc"/>
  16. <meta name="color:Text" content="#bebdbd"/>
  17. <meta name="color:scrollbar" content="#bebdbd"/>
  18. <meta name="color:link" content="#bebdbd"/>
  19. <meta name="color:links hover" content="#f1f1f1"/>
  20. <meta name="image:bar" content="http://static.tumblr.com/6ff4d8f60077a2da1e2c1af9501708a5/20r0uah/Lrxmgh6gj/tumblr_static_161.png"/>
  21. <meta name="text:Link1" content="" />
  22. <meta name="text:Link1 Title" content="" />
  23. <meta name="text:Link2" content="" />
  24. <meta name="text:Link2 Title" content="" />
  25. <meta name="text:Link3" content="" />
  26. <meta name="text:Link3 Title" content="" />
  27. <meta name="text:Link4" content="" />
  28. <meta name="text:Link4 Title" content="" />
  29.  
  30.  
  31. <style type="text/css">
  32.  
  33. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:background}}
  34.  
  35. ::-webkit-scrollbar-corner {background:{color:background}}
  36.  
  37. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  38.  
  39. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}
  40. }
  41.  
  42.  
  43. body {
  44. background:{color:background};
  45. margin:0px;
  46. color:{color:text};
  47. font-family:cambria;
  48. font-size:9px;
  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:cambria;
  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:15px;
  87. font-style:italic;
  88. text-align:center;
  89. }
  90.  
  91. p {
  92. font-style:italic;
  93. }
  94.  
  95. #entries {
  96. width:500px;
  97. max-width:500px;
  98. margin-left:450px;
  99. margin-top:100px;
  100. margin-bottom:50px;
  101. }
  102.  
  103. #title{
  104. width:522px;
  105. margin-left:450px;
  106. margin-top:50px;
  107. text-align:center;
  108. font-style:italic;
  109. font-size:10px;
  110. border-bottom:1px solid;
  111. padding-bottom:5px;
  112. border-color:{color:borders};
  113. background:{color:post bg};
  114. }
  115.  
  116. #description{
  117. width:522px;
  118. margin-left:450px;
  119. margin-top:90px;
  120. text-align:center;
  121. font-style:italic;
  122. font-family:cambria;
  123. text-transform:lowercase;
  124. font-size:9px;
  125. line-height:80%;
  126. margin-top:5px;
  127. font-style:italic;
  128. }
  129.  
  130. #pagination{
  131. font-size:7px;
  132. width:200px;
  133. text-align:center;
  134. text-transform:uppercase;
  135. margin-top:10px;
  136. }
  137.  
  138. #pagination a{
  139. font-family:cambria;
  140. }
  141.  
  142. #pagination2{
  143. width:522px;
  144. margin-left:450px;
  145. bottom:5px;
  146. text-align:center;
  147. font-size:8px;
  148. border-top:1px solid;
  149. padding-top:5px;
  150. letter-spacing:5px;
  151. border-color:{color:borders};
  152. background:{color:post bg};
  153. }
  154.  
  155. #pagination2 a{
  156. font-family:cambria;
  157. }
  158.  
  159. #post {
  160. width:500px;
  161. display:block;
  162. margin-bottom:50px;
  163. padding:10px;
  164. border:1px solid;
  165. border-color:{color:borders};
  166. background:{color:post bg};
  167. }
  168.  
  169. #bar{
  170. width:300px;
  171. height:100%;
  172. background:#000000;
  173. bottom:0px;
  174. top:0px;
  175. left:0px;
  176. position:fixed;
  177. }
  178.  
  179. #bar img{
  180. width:300px;
  181. height:690px;
  182. }
  183.  
  184. .links {
  185. font-size:8px;
  186. text-align:center;
  187. text-transform: uppercase;
  188. letter-spacing:1px;
  189. z-index:1;
  190. width:522px;
  191. margin-left:450px;
  192. margin-bottom:2px;
  193. margin-top:2px;
  194. }
  195.  
  196.  
  197.  
  198. #tags {
  199. display:block;
  200. padding-top: 0px;
  201. padding-bottom:2px;
  202. width:150px;
  203. position:absolute;
  204. margin-left:500px;
  205. opacity:0;
  206. text-transform:lowercase;
  207. text-align: left;
  208. font-style:italic;
  209. -webkit-transition: all 0.4s ease-in-out;
  210. -moz-transition: all 04s ease-in-out;
  211. transition: all 0.4s ease-in-out;
  212. }
  213.  
  214.  
  215. #post:hover #tags{
  216. opacity:1;
  217. margin-top:0px;
  218. margin-left:520px;
  219. }
  220.  
  221.  
  222. #information{
  223. background:{color:background};
  224. text-transform: uppercase;
  225. text-align:center;
  226. font-size: 8px;
  227. letter-spacing:1px;
  228. margin-top:5px;
  229. padding-top:2px;
  230. padding-bottom:2px;
  231. width:500px;
  232. }
  233.  
  234. .asks{
  235. padding:5px;
  236. letter-spacing:1px
  237. font-size:7px;
  238. font-family:cambria;
  239. font-style:italic;
  240. }
  241.  
  242.  
  243. #credit{
  244. -webkit-transition: all 0.8s;
  245. -moz-transition: all 0.8s;
  246. transition: all 0.8s;
  247. display:block;
  248. border-left: 1px solid;
  249. border-right: 1px solid;
  250. border-top: 1px solid;
  251. border-color:#eeeeee;
  252. background:#ffffff;
  253. padding:3px;
  254. height: 10px;
  255. right:5px;
  256. bottom:0px;
  257. position:fixed;
  258. text-transform:lowercase;
  259. font-size:10px;
  260. letter-spacing:2px;
  261. z-index:55555555555555;
  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.  
  272. {CustomCSS}</style>
  273.  
  274. <script type="text/javascript"
  275. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  276.  
  277. <script type="text/javascript">
  278. $(window).load(function(){
  279. $("p").remove(":contains('Source:')");
  280. $("p").remove(":contains('(via')");
  281. });
  282. </script>
  283.  
  284. </script>
  285.  
  286. </head>
  287. <body>
  288.  
  289. <div id="bar"><img src="{image:bar}"></div>
  290. </div></div></div>
  291.  
  292. <div id="title">{Title}</div>
  293. <div class="links">
  294. {block:PreviousPage}
  295. <a href="{PreviousPage}">←</a>{/block:PreviousPage}&nbsp;&nbsp;
  296. <a href="/">Home</a>&nbsp;
  297. <a href="/ask">Message</a>&nbsp;
  298. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}&nbsp;
  299. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}&nbsp;&nbsp;
  300. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}&nbsp;
  301. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}&nbsp;
  302. {block:NextPage}
  303. <a href="{NextPage}">→</a>{/block:NextPage}
  304. {/block:Pagination}
  305. </div></div>
  306. <div id="description">{Description}</div>
  307.  
  308. <div id="entries">{block:Posts}<div id="post">
  309.  
  310. <div id="tags">
  311. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>
  312. {/block:Tags}{/block:HasTags}&nbsp<br>
  313. {block:RebloggedFrom}<a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a>/
  314. <a href="{ReblogRootURL}"title="{ReblogRootName}">SOURCE</a>
  315. {/block:RebloggedFrom}{/block:RebloggedFrom}
  316. </div>
  317.  
  318. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  319.  
  320. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  321.  
  322.  
  323. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  324.  
  325. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  326.  
  327. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  328.  
  329. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  330.  
  331. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px" align="left" style="margin-right:10px;" />{/block:AlbumArt}
  332. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  333. {/block:ExternalAudio}
  334. <div id="player">
  335. <br>{AudioPlayerwhite}<br></span>
  336. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  337.  
  338.  
  339. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  340.  
  341. {block:Answer}<div class="asks">{Asker}:&nbsp{Question}</div>{Answer}{/block:answer}
  342.  
  343. <div id="information">
  344. <a href="{Permalink}">{block:Date}{DayOfMonth}/{MonthNumber}{/block:Date}</a>
  345. <a href="{Permalink}">{NoteCount}</a>
  346. </div>
  347. </div>
  348.  
  349. {block:PostNotes}{PostNotes}{/block:PostNotes}
  350. {/block:Posts}</div>
  351.  
  352. <div id="pagination2">
  353. {block:Pagination}
  354. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">←</a>{/block:PreviousPage}
  355. {block:JumpPagination length="5"}
  356. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  357. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  358. {block:NextPage}<a href="{NextPage}" class="jump_page">→</a>{/block:NextPage}
  359. {/block:Pagination}
  360. </div>
  361.  
  362. <div id="credit">
  363. <center>©<br><p>
  364. <a href="http://castielers.tumblr.com/">TGV</a></div>
  365.  
  366. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment