Dance-of-the-knights

Exo-Politics

Jan 18th, 2013
1,311
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, 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:description" content="#ffffff"/>
  15. <meta name="color:description bg" content="#99ffe3"/>
  16. <meta name="color:Text" content="#bebdbd"/>
  17. <meta name="color:scrollbar" content="#99ffe3"/>
  18. <meta name="color:link" content="#bebdbd"/>
  19. <meta name="color:links hover" content="#f0f0f0"/>
  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.  
  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:consolas;
  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:consolas;
  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.  
  92. #entries {
  93. width:500px;
  94. max-width:500px;
  95. margin-left:450px;
  96. margin-top:100px;
  97. margin-bottom:50px;
  98. }
  99.  
  100. #title{
  101. width:200px;
  102. text-align:center;
  103. font-style:italic;
  104. font-size:10px;
  105. margin-top:5px;
  106. }
  107.  
  108. #description{
  109. text-align:justify;
  110. text-transform:uppercase;
  111. font-size:9px;
  112. width:190px;
  113. background:{color:description bg};
  114. color:{color:description};
  115. padding:5px;
  116. border-top:5px solid;
  117. border-color:{color:background};
  118. }
  119. #description a{
  120. color:{color:description};
  121. }
  122.  
  123. #description a:hover{
  124. background:{color:description bg};
  125. }
  126.  
  127. #pagination{
  128. font-size:8px;
  129. width:200px;
  130. text-align:center;
  131. text-transform:uppercase;
  132. margin-bottom:10px;
  133. }
  134.  
  135. #pagination a{
  136. font-family:cambria;
  137. }
  138.  
  139. #post {
  140. width:500px;
  141. display:block;
  142. margin-bottom:50px;
  143. padding:10px;
  144. }
  145.  
  146.  
  147. #sidebar {
  148. position:fixed;
  149. left:150px;
  150. margin-top:150px;
  151. }
  152.  
  153. #sidebarimage{
  154. width:200px;
  155. height:200px;
  156. background:{color:background};
  157. }
  158.  
  159. #sidebarimage img{
  160. width:200px;
  161. height:200px;
  162. border-radius:100%;
  163. }
  164.  
  165.  
  166. .sidebarlinks {
  167. font-size:8px;
  168. text-align:center;
  169. text-transform: uppercase;
  170. letter-spacing:1px;
  171. z-index:1;
  172. width:200px;
  173. margin-bottom:2px;
  174. margin-top:2px;
  175. position:fixed;
  176. z-index:-1;
  177. }
  178.  
  179. .sidebarlinks a{
  180. display:block;
  181. width:200px;
  182. background:{color:description bg};
  183. color:{color:description};
  184. padding-top:5px;
  185. padding-bottom:5px;
  186. }
  187.  
  188. .sidebarlinks a:hover{
  189. background:{color:description};
  190. color:{color:description bg};
  191. }
  192.  
  193. #sidebar .sidebarlinks{
  194. opacity:1;
  195. margin-top:-200px;
  196. -webkit-transition: all 0.7s;
  197. -moz-transition: all 0.7s;
  198. transition: all 0.7s;
  199. }
  200.  
  201.  
  202. #sidebar:hover .sidebarlinks{
  203. opacity:1;
  204. margin-top:5px;
  205. -webkit-transition: all 0.7s;
  206. -moz-transition: all 0.7s;
  207. transition: all 0.7s;
  208. }
  209.  
  210. #asker{
  211. background:{color:description bg};
  212. color:{color:description};
  213. padding:10px;
  214. font-size:9px;
  215. text-transform:uppercase;
  216. }
  217.  
  218. #asker a{
  219. color:{color:description};
  220. }
  221.  
  222.  
  223. #answer{
  224. padding:10px;
  225. font-size:9px;
  226. }
  227.  
  228.  
  229. #tags {
  230. text-transform: uppercase;
  231. text-align:left;
  232. font-size: 7px;
  233. letter-spacing:1px;
  234. display:inline;
  235. }
  236.  
  237.  
  238. #information{
  239. padding-top:1px;
  240. padding-bottom:1px;
  241. text-transform: uppercase;
  242. text-align:center;
  243. font-size: 8px;
  244. letter-spacing:1px;
  245. margin-top:2px;
  246. width:60px;
  247. background:{color:description bg};
  248. display:inline-block;
  249. }
  250.  
  251. #information a{
  252. color:{color:description};
  253. }
  254.  
  255. #information a:hover{
  256. color:{color:description bg};
  257. }
  258.  
  259. #credit a{
  260. -webkit-transition: all 0.8s;
  261. -moz-transition: all 0.8s;
  262. transition: all 0.8s;
  263. display:block;
  264. background:#1f1f1f;
  265. color:#ffffff;
  266. padding:5px;
  267. right:5px;
  268. bottom:5px;
  269. position:fixed;
  270. text-transform:uppercase;
  271. font-size:10px;
  272. letter-spacing:2px;
  273. z-index:55555555555555;
  274. font-family:consolas;
  275. }
  276.  
  277.  
  278. #credit a:hover{
  279. background:#05ffbc;
  280. color:#ffffff;
  281. -webkit-transition: all 0.8s;
  282. -moz-transition: all 0.8s;
  283. transition: all 0.8s;
  284. }
  285.  
  286.  
  287. {CustomCSS}</style>
  288.  
  289. <script type="text/javascript"
  290. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  291.  
  292. <script type="text/javascript">
  293. $(window).load(function(){
  294. $("p").remove(":contains('Source:')");
  295. $("p").remove(":contains('(via')");
  296. });
  297. </script>
  298.  
  299. </script>
  300.  
  301. </head>
  302. <body>
  303.  
  304. <div id="sidebar">
  305.  
  306. <div id="pagination">
  307. {block:PreviousPage}
  308. <a href="{PreviousPage}">←</a>{/block:PreviousPage}
  309. {block:NextPage}
  310. <a href="{NextPage}">→</a>{/block:NextPage}
  311. {/block:Pagination}
  312. </div>
  313.  
  314. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  315.  
  316. <div id="description">{Description}</div>
  317.  
  318. <div class="sidebarlinks">
  319. <a href="/">Index</a>&nbsp;
  320. <a href="/ask">ask</a>&nbsp;
  321. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}&nbsp;
  322. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}&nbsp;
  323. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}&nbsp;
  324. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}&nbsp;
  325. </div>
  326.  
  327. </div>
  328.  
  329. </div></div></div>
  330.  
  331. <div id="entries">{block:Posts}<div id="post">
  332.  
  333. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  334.  
  335. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  336.  
  337.  
  338. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  339.  
  340. <div id="quote">{block:Quote}{Quote}{block:Source} — {Source}{/block:Source}{/block:Quote}</div>
  341.  
  342. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  343.  
  344. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  345.  
  346. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="50px" height="50px" align="left" style="margin-right:10px;" />{/block:AlbumArt}
  347. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  348. {/block:ExternalAudio}
  349. <br>{AudioPlayerwhite}<br></span>
  350. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  351.  
  352.  
  353. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  354.  
  355. {block:Answer}
  356. <div id="asker">{Asker}:{Question}</div>
  357. <div id="answer">ANSWER:{Answer}</div>{/block:answer}
  358.  
  359.  
  360. <div id="information">
  361. <a href="{Permalink}">{block:Date}{DayOfMonth}/{MonthNumber}{/block:Date}</a>
  362. <a href="{Permalink}">{NoteCount}</a>
  363. </div>
  364. <div id="tags">
  365. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>
  366. {/block:Tags}{/block:HasTags}
  367. {block:RebloggedFrom}▲&nbsp;<a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a>/
  368. <a href="{ReblogRootURL}"title="{ReblogRootName}">SOURCE</a>
  369. {/block:RebloggedFrom}{/block:RebloggedFrom}
  370. </div>
  371. </div>
  372.  
  373. {block:PostNotes}{PostNotes}{/block:PostNotes}
  374. {/block:Posts}</div>
  375.  
  376. <div id="credit">
  377. <a href="http://castielers.tumblr.com/">TH</a></div>
  378.  
  379. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment