Advertisement
alicescreed

2.3 Not The Fallen Type

Nov 30th, 2013
5,660
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.37 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7.  
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />
  11.  
  12. {/block:Description}
  13.  
  14. <meta name="color:sidebarbg" content="#000000">
  15. <meta name="color:sbtext" content="#ffffff">
  16. <meta name="text:sidebarmargin" content="300">
  17. <meta name="image:sidebar" content="">
  18. <meta name="color:links" content="#000000">
  19. <meta name="image:sbg" content="">
  20. <meta name="text:link1" content="/">
  21. <meta name="text:link1title" content="this">
  22. <meta name="text:link2" content="/">
  23. <meta name="text:link2title" content="is">
  24. <meta name="text:link3" content="/">
  25. <meta name="text:link3title" content="a">
  26. <meta name="text:link4" content="/">
  27. <meta name="text:link4title" content="link">
  28. <meta name="color:border" content="#000000">
  29.  
  30. <style type="text/css">
  31.  
  32. #a {
  33. width: 500px;
  34. }
  35.  
  36. #sbg2 {
  37. width: 100px;
  38. margin-top: -8px;
  39. color: {color:sbtext};
  40. margin-left: 400px;
  41. height: 100%;
  42. position: fixed;
  43. background-color: {color:sidebarbg};
  44. }
  45.  
  46. body {
  47. font-family: consolas;
  48. font-size: 10px;
  49. text-align: justify;
  50. }
  51.  
  52. a {
  53. color: #000;
  54. text-decoration: none;
  55. }
  56.  
  57. #anchor {
  58. margin-top: {text:sidebarmargin}px;
  59. margin-left: 100px;
  60. opacity: 0;
  61. transition-duration: 0.6s;
  62. -moz-transition-duration: 0.6s;
  63. -webkit-transition-duration: 0.6s;
  64. -o-transition-duration: 0.6s;
  65. position: fixed;
  66. }
  67.  
  68. #sbg:hover #anchor {
  69. transition-duration: 0.6s;
  70. -moz-transition-duration: 0.6s;
  71. -webkit-transition-duration: 0.6s;
  72. -o-transition-duration: 0.6s;
  73. opacity: 1;
  74. }
  75.  
  76. #sidebar {
  77. width: 200px;
  78. height: auto;
  79. position: fixed;
  80. padding: 10px;
  81. color: {color:sbtext};
  82. background-color: {color:sidebarbg};
  83. }
  84.  
  85. #sbtext {
  86. padding-top: 5px;
  87. font-size: 7pt;
  88. }
  89.  
  90. #sbg { margin-top: -8px;
  91. width: 400px;
  92. height: 100%;
  93. margin-left: -8px;
  94. color: {color:sbtext};
  95. -webkit-background-size: cover;
  96. -moz-background-size: cover;
  97. background-image: url('{image:sbg}');
  98. -o-background-size: cover;
  99. background-size: cover;
  100. position: fixed;
  101. transition-duration: 0.6s;
  102. -moz-transition-duration: 0.6s;
  103. -webkit-transition-duration: 0.6s;
  104. -o-transition-duration: 0.6s;
  105. }
  106.  
  107. #posts {
  108. margin-top: 100px;
  109. position: absolute;
  110. margin-left: 510px;
  111. }
  112.  
  113. #post {
  114. width: 500px;
  115. margin-bottom: 5px;
  116. }
  117.  
  118. #info {
  119. padding: 1px;
  120. font-family: times new roman;
  121. font-style: italic;
  122. letter-spacing: 1px;
  123. text-transform: uppercase;
  124. text-align: center;
  125. margin-bottom: 50px;
  126. margin-top: 5px;
  127. font-size: 6pt;
  128. }
  129.  
  130. #title {
  131. font-family: times new roman;
  132. font-style: italic;
  133. font-size: 13pt;
  134. letter-spacing: -1px;
  135. }
  136.  
  137. #sbtext2 {
  138. margin-top: {text:sidebarmargin}px;
  139. padding: 10px;
  140. }
  141.  
  142. #sbtext2 a {
  143. color: {color:sbtext};
  144. }
  145.  
  146. #title1 {
  147. font-family: times new roman;
  148. font-size: 7pt;
  149. text-transform: uppercase;
  150. letter-spacing: 4px;
  151. }
  152.  
  153. </style>
  154.  
  155. </head>
  156.  
  157. <body>
  158.  
  159. <div id="sbg2">
  160. <div id="sbtext2">
  161. <a id="title1" href="/">home</a>
  162. <a id="title1" href="/ask">message</a>
  163. <a id="title1" href="/archive">archive</a>
  164. <a id="title1" href="{text:link1}">{text:link1title}</a><Br>
  165. <a id="title1" href="{text:link2}">{text:link2title}</a><Br>
  166. <a id="title1" href="{text:link3}">{text:link3title}</a><Br>
  167. <a id="title1" href="{text:link4}">{text:link4title}</a><Br>
  168.  
  169.  
  170. {block:Pagination}
  171. {block:PreviousPage}
  172. <a href="{PreviousPage}">←</a>
  173. {/block:PreviousPage}<a href="{CurrentPage}">{CurrentPage}</a> / <a href="{TotalPages}">{TotalPages}</a> {block:NextPage}<a href="{NextPage}">→</a>
  174. {/block:NextPage}
  175. {/block:Pagination}
  176. </div>
  177. </div>
  178.  
  179. <div id="sbg">
  180.  
  181. <div id="anchor">
  182.  
  183. <div id="sidebar">
  184. <img src="{image:sidebar}" width="200">
  185. <div id="sbtext" style="margin-top: 5px;">{Description}</div>
  186. </div>
  187.  
  188. </div>
  189.  
  190. </div>
  191.  
  192. <div id="posts">
  193.  
  194. {block:Posts}
  195.  
  196. <div id="post">
  197.  
  198.  
  199. {block:Text}<h2>{block:Title}{Title}{/block:Title}</h2>{Body}{/block:Text}
  200.  
  201. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}
  202.  
  203. {Caption}{/block:Caption}{/block:Photo}
  204.  
  205. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  206.  
  207. {/block:Photoset}
  208.  
  209. {block:Quote}<div id="title">{Quote}</div>{block:Source} —{Source}{/block:Source}{/block:Quote}
  210.  
  211. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}
  212.  
  213. {Description}{/block:Description}{/block:Link}
  214.  
  215. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>
  216.  
  217. {Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  218.  
  219. {block:Audio}
  220. {block:AlbumArt}
  221. <div id="a">
  222. <table>
  223. <td><img src="{AlbumArtURL}" width="80" style="padding: 5px; background-color: {color:sidebarbg};"></td>
  224. {/block:AlbumArt}
  225. <td>
  226. {block:TrackName}
  227. <div id="title" style="line-height: 100%;">{TrackName}</div>
  228. {/block:TrackName}<br>
  229. <div id="sub" style="margin-top: -10px; margin-bottom: 5px;">{block:Artist}
  230. {Artist}
  231. {/block:Artist}</div>
  232. {AudioPlayerWhite}</td>
  233. </table>
  234. </div>
  235. {block:caption}{Caption}{/block:caption}
  236. {/block:Audio}
  237.  
  238. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  239.  
  240. {block:Answer}<div id="ask">{Asker}: {Question}</div>
  241. {Answer}{/block:Answer}
  242.  
  243.  
  244. </div>
  245.  
  246. <div id="info">
  247. {block:Date}{TimeAgo}{/block:Date} <a href="{Permalink}">
  248. {NoteCountWithLabel}</a> {block:RebloggedFrom} <a href="{ReblogParentURL}"
  249. title="{ReblogParentTitle}"><b>VIA</b></a> <a
  250.  
  251. href="{ReblogRootURL}"title="{ReblogRoottitle}"><b>SOURCE</b></a>
  252.  
  253. {/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>
  254.  
  255. {/block:Tags}{/block:HasTags}</div>
  256.  
  257. {block:PostNotes}{PostNotes}{/block:PostNotes}
  258. {/block:Posts}</div>
  259.  
  260. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement