Advertisement
alicescreed

#30: Eternal Sunshine

Oct 6th, 2013
2,150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.75 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:content" content="#f6f7fa">
  15. <meta name="color:borders" content="#cfd2da">
  16. <meta name="color:tagsbg" content="#dde1ea">
  17. <meta name="color:text" content="#616161">
  18. <meta name="color:tagslinkbg" content="#edeff4">
  19. <meta name="color:bg" content="#eef0f4">
  20. <meta name="color:accent" content="#f9cc43">
  21. <meta name="color:postscontainer" content="#e3e7f0">
  22. <meta name="color:links" content="#455a89">
  23.  
  24. <meta name="text:link1" content="/">
  25. <meta name="text:link1title" content="link one">
  26. <meta name="text:link2" content="/">
  27. <meta name="text:link2title" content="link two">
  28. <meta name="text:link3" content="/">
  29. <meta name="text:link3title" content="link three">
  30.  
  31. <meta name="image:sidebar" content="">
  32.  
  33. <style type="text/css">
  34.  
  35. @import url(http://fonts.googleapis.com/css?family=La+Belle+Aurore);
  36. @import url(http://fonts.googleapis.com/css?family=Anaheim);
  37.  
  38.  
  39.  
  40. i, b {
  41. color: {color:Accent};
  42. }
  43.  
  44. body {
  45. font-size: 7pt;
  46. line-height: 120%;
  47. color: {color:text};
  48. letter-spacing: 1px;
  49. font-family: tahoma;
  50. background-color:{color:bg};
  51. text-align: justify;
  52. }
  53.  
  54. a {
  55. color: {color:links};
  56. text-decoration: none;
  57. }
  58.  
  59. blockquote {
  60. padding-left: 5px;
  61. border-left: 2px solid {color:postscontainer};
  62. }
  63.  
  64. blockquote img {
  65. max-width: 100%;
  66. }
  67.  
  68. #info {
  69. text-align: center;
  70. margin-top: 5px;
  71. text-transform: uppercase;
  72. font-family: 'Anaheim';
  73. padding: 5px;
  74. font-size: 5pt;
  75. background-color: {color:tagsbg};
  76. border-top: 1px dashed {Color:borders};
  77. border-bottom: 1px dashed {Color:borders};
  78. }
  79.  
  80. #tags {
  81. line-height: 200%;
  82. }
  83.  
  84. #tags a {
  85. padding: 2px;
  86. background-color: {color:tagslinkbg};
  87. }
  88.  
  89. #posts {
  90. margin-top: 15px;
  91. margin-left: 420px;
  92. position: absolute;
  93. }
  94.  
  95. #pocon {
  96. background-color: {color:postscontainer};
  97. width: 560px;
  98. margin-left: 400px;
  99. margin-top: -8px;
  100. height: 100%;
  101. position: fixed;
  102. }
  103.  
  104. #post {
  105. border: 1px solid {color:borders};
  106. background-color: {color:content};
  107. margin-bottom: 50px;
  108. width: 500px;
  109. padding: 10px;
  110. }
  111.  
  112. #a {
  113. text-align: center;
  114. height: 80px;
  115. padding: 10px;
  116. }
  117.  
  118. #audioplayer {
  119. width: 25px;
  120. height: 25px;
  121. overflow:hidden;
  122. position:absolute;
  123. margin-left: 30px;
  124. margin-top: 30px;
  125. border-radius: 200px;
  126. opacity: 0.8;
  127. filter:alpha(opacity=80);
  128. -moz-opacity: 0.8;
  129. -khtml-opacity: 0.8;
  130. }
  131.  
  132. #albumart {
  133. float:left;
  134. }
  135.  
  136. #sidebar {
  137. width: 180px;
  138. height: auto;
  139. position: fixed;
  140. margin-top: 100px;
  141. margin-left: 100px;
  142. }
  143.  
  144. #h1 {
  145. color: {Color:Accent};
  146. font-family: 'la belle aurore';
  147. font-size: 14pt;
  148. line-height: 100%;
  149. text-align: center;
  150. }
  151.  
  152. #navlink {
  153. background-color: {color:content};
  154. padding: 5px;
  155. text-transform: uppercase;
  156. font-size: 6pt;
  157. margin-left: 90px;
  158. -webkit-transition: opacity 0.7s linear;
  159. -webkit-transition: all 0.3s ease-out;
  160. -moz-transition: all 0.3s ease-out;
  161. transition: all 0.3s ease-out;
  162. font-family: 'anaheim';
  163. width: 70px;
  164. margin-bottom: 2px;
  165. border-left: 5px solid {color:borders};
  166. }
  167.  
  168. #nav {
  169. position: fixed;
  170. margin-top: 310px;
  171. }
  172.  
  173. #navlink:hover {
  174. -webkit-transition: opacity 0.7s linear;
  175. -webkit-transition: all 0.3s ease-out;
  176. -moz-transition: all 0.3s ease-out;
  177. transition: all 0.3s ease-out;
  178. margin-left: 40px;
  179. }
  180.  
  181. #nav2 {
  182. font-size: 6pt;
  183. background-color: {color:tagsbg};
  184. font-family: 'anaheim';
  185. padding: 2px;
  186. text-transform: uppercase;
  187. border-bottom: 1px solid {color:borders};
  188. }
  189.  
  190.  
  191.  
  192. {CustomCSS}
  193.  
  194. </style>
  195.  
  196. </head>
  197.  
  198. <body>
  199.  
  200. <div id="nav">
  201. <div id="navlink"><a href="/">1. home</a></div>
  202. <div id="navlink"><a href="/ask">2. ask</a></div>
  203. <div id="navlink"><a href="/archive">3. archive</a></div>
  204. <div id="navlink"><a href="http://amandastjames.tumblr.com/">4. theme</a></div>
  205. </div>
  206.  
  207. <div id="sidebar">
  208. <div id="simg"><img src="{image:sidebar}" width="180" style="border-radius: 100px; background-color: {color:content}; padding: 5px; border: 1px dashed {color:borders};"></div>
  209. <div style="margin-top: 10px; background-color: {color:content}; padding: 5px; border-top: 1px dashed {color:borders}; border-bottom: 1px dashed {color:borders}; margin-left: 10px;">
  210. {description}
  211. </div>
  212.  
  213. <div id="h1" style="margin-top: 10px; text-align: center;">{title}</div>
  214. <div style="margin-top: 5px; width: 180px; text-align: center;">
  215. <a id="nav2" href="{text:link1}">{text:link1title}</a>
  216. <a id="nav2" href="{text:link2}">{text:link2title}</a>
  217. <a id="nav2" href="{text:link3}">{text:link3title}</a> <Br><Br>
  218. {block:Pagination}{block:PreviousPage}<a id="nav2" href="{PreviousPage}">←</a>
  219.  
  220. {/block:PreviousPage}
  221. {block:NextPage}<a id="nav2" href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}
  222. </div>
  223.  
  224. </div>
  225.  
  226. <div id="pocon"></div>
  227.  
  228. <div id="posts">{block:Posts}<div id="post">
  229.  
  230. {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  231.  
  232. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}
  233.  
  234. {Caption}{/block:Caption}{/block:Photo}
  235.  
  236. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  237.  
  238. {/block:Photoset}
  239.  
  240. {block:Quote}<div id="h1">{Quote}</div>{block:Source}<div style="text-align:center;">—{Source}</div>{/block:Source}{/block:Quote}
  241.  
  242. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  243.  
  244. {Description}{/block:Description}{/block:Link}
  245.  
  246. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  247.  
  248. <div id="l">{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  249.  
  250. {block:Audio}
  251. <div id="a">
  252. <div id="audioplayer">{AudioPlayerWhite}</div>
  253. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" style="border-radius: 100px; background-color: {color:content}; padding: 5px; border: 1px dashed {color:borders};" width="70">{/block:AlbumArt}</div>
  254. {block:TrackName}
  255. <div style="margin-top: 25px;">
  256. <div id="h1">{TrackName}</div>
  257. {/block:TrackName}
  258. <span style="font-family: 'anaheim'; text-transform: uppercase;">{block:Artist}
  259. {Artist} -
  260. {/block:Artist}
  261. {block:Album}
  262. {Album}<br>
  263. {/block:Album}
  264. </span>
  265. </div>
  266. </div>
  267. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  268. {/block:Audio}
  269.  
  270. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  271.  
  272. {block:Answer}<table>
  273. <td><img src="{AskerPortraitURL-24}" style="border-radius: 100px; background-color: {color:content}; padding: 5px; border: 1px dashed {color:borders};">
  274. </td>
  275. <td><div style="padding: 5px; width: 440px; margin-left: 5px; background-color:{color:tagslinkbg};">{asker}: {Question}</div>
  276. </td>
  277. </table>
  278. <br>{Answer}{/block:Answer}
  279.  
  280. <div id="info">
  281. <table>
  282. <td>
  283. {block:Date}
  284. <a href="{Permalink}">{ShortDayOfWeek}, {ShortMonth} {DayOfMonth}</a> @ {12Hour}:{Minutes} {CapitalAmPm}
  285. {/block:Date}<Br></td>
  286. <Td>
  287. <div id="tags">{block:HasTags} {block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}</div>
  288. </td>
  289. </table>
  290. </div>
  291.  
  292. </div>
  293. {block:PostNotes}{PostNotes}{/block:PostNotes}
  294. {/block:Posts}</div>
  295.  
  296. </body>
  297.  
  298. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement