Advertisement
alicescreed

39. was and will be - chrliecountryman

Feb 8th, 2015
10,075
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.62 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="image:sidebar" content="">
  15. <meta name="image:sidebarbg" content="">
  16.  
  17. <meta name="color:borders" content="#ebebeb">
  18. <meta name="color:links" content="#E665A6">
  19. <meta name="color:text" content="#2D2D2D">
  20.  
  21. <meta name="text:sidebarmargin" content="50">
  22. <meta name="text:link1" content="/">
  23. <meta name="text:link1title" content="title">
  24. <meta name="text:link2" content="/">
  25. <meta name="text:link2title" content="title two">
  26. <meta name="text:link3" content="/">
  27. <meta name="text:link3title" content="title three">
  28.  
  29. <style type="text/css">
  30.  
  31. body {
  32. font-family: cambria;
  33. color: {color:text};
  34. font-size: 8pt;
  35. }
  36.  
  37. #anchor {
  38. margin-top: {text:sidebarmargin}px;
  39. margin-left: 300px;
  40. position: float;
  41. }
  42.  
  43. #sidebar {
  44. width: 245px;
  45. height: auto;
  46. position: fixed;
  47. }
  48.  
  49. #desc {
  50. padding: 20px;
  51. border-bottom: 1px solid {color:borders};
  52. text-align: justify;
  53. margin-top: -10px;
  54. }
  55.  
  56. #title {
  57. font-size: 9pt;
  58. font-family: georgia;
  59. text-align: center;
  60. font-style: italic;
  61. letter-spacing: 10px;
  62. margin-top: 10px;
  63. }
  64.  
  65. #links {
  66. letter-spacing: 5px;
  67. text-align: center;
  68. margin-top: 7px;
  69. font-style: italic;
  70. }
  71.  
  72. a {
  73. text-decoration: none;
  74. color: {color:links};
  75. transition-duration: 0.6s;
  76. -moz-transition-duration: 0.6s;
  77. -webkit-transition-duration: 0.6s;
  78. -o-transition-duration: 0.6s;
  79. }
  80.  
  81.  
  82. a:hover {
  83. text-decoration: none;
  84. color: {color:text};
  85. transition-duration: 0.6s;
  86. -moz-transition-duration: 0.6s;
  87. -webkit-transition-duration: 0.6s;
  88. -o-transition-duration: 0.6s;
  89. }
  90.  
  91.  
  92. #links a {
  93. text-decoration: none;
  94. color:{color:links};
  95. transition-duration: 0.6s;
  96. -moz-transition-duration: 0.6s;
  97. -webkit-transition-duration: 0.6s;
  98. -o-transition-duration: 0.6s;
  99. }
  100.  
  101. #links a:hover {
  102. color: {color:text};
  103. letter-spacing: 1px;
  104. transition-duration: 0.6s;
  105. -moz-transition-duration: 0.6s;
  106. -webkit-transition-duration: 0.6s;
  107. -o-transition-duration: 0.6s;
  108. }
  109.  
  110. #longsidebar {
  111. background-image: url('{image:sidebarbg}');
  112. width: 250px;
  113. height: 100%;
  114. margin-top: -50px;
  115. margin-left: -8px;
  116. position: fixed;
  117. }
  118.  
  119. #posts {
  120. position: float;
  121. margin-top: 40px;
  122. }
  123.  
  124. #post {
  125. margin-left: 600px;
  126. line-height: 150%;
  127. width: 500px;
  128. margin-bottom: 25px;
  129. }
  130.  
  131. #audio {
  132. text-align: center;
  133. height: 90px;
  134. font-size: 8pt;
  135. line-height: 9pt;
  136. }
  137.  
  138.  
  139. #audioplayer {
  140. width: 25px;
  141. height: 25px;
  142. overflow:hidden;
  143. position:absolute;
  144. margin-left: 30px;
  145. margin-top: 23px;
  146. border-radius: 10px;
  147. opacity: 0.8;
  148. filter:alpha(opacity=80);
  149. -moz-opacity: 0.8;
  150. -khtml-opacity: 0.8;
  151. }
  152.  
  153. small {
  154. font-size: 100%;
  155. }
  156.  
  157. #albumart {
  158. float:left;
  159. margin: 0px 7px;
  160. }
  161.  
  162. #h1 {
  163. font-style: italic;
  164. letter-spacing: 2px;
  165. text-align: center;
  166. line-height: 150%;
  167. font-size: 12pt;
  168. }
  169.  
  170. b, i, u {
  171. color: {color:links};
  172. }
  173.  
  174. #musicinfo {
  175.  
  176. text-transform: uppercase;
  177. margin-top:10px;
  178. }
  179.  
  180. blockquote {
  181. border-left: 2px solid {Color:borders};
  182. padding-left: 10px;
  183. }
  184.  
  185. blockquote img {
  186. max-width: 100%;
  187. }
  188.  
  189. #info {
  190. margin-bottom: 50px;
  191. padding: 10px;
  192. font-family: arial;
  193. font-size: 5pt;
  194. line-height: 110%;
  195. width: 490px;
  196. text-transform: uppercase;
  197. letter-spacing: 3px;
  198. border-top: 1px solid {Color:borders};
  199. margin-top: 10px;
  200. text-align: center;
  201. }
  202.  
  203. #info a {
  204. font-style: italics;
  205. }
  206.  
  207.  
  208. #cred {
  209. position:fixed;
  210. font-size:15px;
  211. font-weight:normal;
  212. background-color: {color:posts};
  213. line-height:150%;
  214. letter-spacing:2px;
  215. right:10px;
  216. padding: 4px;
  217. bottom:10px;
  218. text-transform:uppercase;
  219. text-align:center;
  220. }
  221.  
  222. ol.notes {
  223. text-align: left;
  224. list-style: upper-roman;
  225. padding: 10px;
  226.  
  227. }
  228.  
  229. #notes {
  230. margin-left: 600px;
  231. }
  232.  
  233. </style>
  234.  
  235. </head>
  236.  
  237. <body>
  238.  
  239. <div id="cred"><a href="http://ritasvrataski.tumblr.com">☂</a></div>
  240.  
  241. <div id="longsidebar"></div>
  242.  
  243. <div id="anchor">
  244.  
  245. <div id="sidebar"><a href="/"><img src="{image:sidebar}" width="245"></a>
  246. <div id="title">{title}</div>
  247. <div id="desc"><img src="{PortraitURL-64}" align="left" width="30" style="padding-right: 10px;">{description}</div>
  248.  
  249. <div id="links"><a href="/">home</a> <a href="/ask">ask</a> <a href="/archive">archive</a><br>
  250. <a href="{text:link1}">{text:link1title}</a>
  251. <a href="{text:link2}">{text:link2title}</a>
  252. <a href="{text:link3}">{text:link3title}</a>
  253. <p>
  254. {block:Pagination}
  255. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  256. {block:JumpPagination length="3"}
  257. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  258. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  259. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  260. {/block:Pagination}
  261. </div>
  262. </div>
  263.  
  264.  
  265. </div>
  266.  
  267. <div id="posts">{block:Posts}<div id="post">
  268.  
  269. {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  270.  
  271. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}
  272.  
  273. {Caption}{/block:Caption}{/block:Photo}
  274.  
  275. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  276.  
  277. {/block:Photoset}
  278.  
  279. {block:Quote}<div id="h1">{Quote}</div>{block:Source}<div style="text-align:center;">—{Source}</div>{/block:Source}{/block:Quote}
  280.  
  281. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  282.  
  283. {Description}{/block:Description}{/block:Link}
  284.  
  285. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  286.  
  287. <div id="l">{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  288.  
  289. {block:Audio}
  290. <div id="audio">
  291. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" style=" border-right: 1px solid {color:borders}; padding: 5px" width="70">{/block:AlbumArt}</div>
  292. {block:TrackName}
  293. <div id="musicinfo" style="margin-top: 5px;">
  294. {AudioPlayerGrey} <br>
  295. <div id="h1">
  296. {TrackName} by
  297. {/block:TrackName}
  298. {block:Artist}
  299. {Artist}
  300. {/block:Artist}
  301. </div>
  302.  
  303. </div>
  304. </div>
  305. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  306. {/block:Audio}
  307.  
  308.  
  309. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  310.  
  311. {block:Answer}
  312. <table><Td>
  313. <img src="{AskerPortraitURL-24}" style="border: 2px solid {color:borders};"></td>
  314. <td style="margin-left: 10px;">{Asker}: {Question}</td>
  315. </table>
  316. {Answer}{/block:Answer}
  317.  
  318. <div id="info">
  319. {block:Date}{TimeAgo}{/block:Date} | <a href="{Permalink}">{NoteCount}</a> notes | {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag}</a>
  320. {/block:Tags}{/block:HasTags}
  321. </div>
  322.  
  323. </div>
  324. {block:PostNotes}<Div style="width: 500px; margin-left: 620px;">{PostNotes}</div>{/block:PostNotes}
  325. {/block:Posts}</div>
  326. </div>
  327.  
  328. </body>
  329.  
  330. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement