Dance-of-the-knights

"Perfect" Theme

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