Dance-of-the-knights

Neutron Star Collision

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