Dance-of-the-knights

Girl With One Eye Theme

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