Advertisement
alicescreed

for angie

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