Dance-of-the-knights

Lover to Lover

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