Advertisement
alicescreed

2.5 Sunset

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