Dance-of-the-knights

What the Water Gave me

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