Advertisement
alicescreed

#25: Disappears Like Smoke

Sep 12th, 2013
4,803
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.69 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:header" content="">
  16.  
  17. <meta name="color:borders" content="#ebebeb">
  18. <meta name="color:navlink" content="#9d9d9d">
  19. <meta name="color:bg" content="#ffffff">
  20. <meta name="color:navlinkhover" content="#ffd35b">
  21. <meta name="color:text" content="#9f9f9f">
  22. <meta name="color:accent" content="#ffd35b">
  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. <meta name="text:link4" content="/">
  31. <meta name="text:link4title" content="link four">
  32. <meta name="text:link5" content="/">
  33. <meta name="text:link5title" content="link five">
  34. <meta name="text:link6" content="/">
  35. <meta name="text:link6title" content="link six">
  36.  
  37. <style type="text/css">
  38.  
  39. body {
  40. font-family: cambria;
  41. color: {color:text};
  42. font-size: 8pt;
  43. }
  44.  
  45. b, i, u, s {
  46. color: {color:accent};
  47. }
  48.  
  49.  
  50. #audioplayer {
  51. width: 25px;
  52. height: 25px;
  53. overflow:hidden;
  54. position:absolute;
  55. margin-left: 30px;
  56. margin-top: 25px;
  57. opacity: 0.8;
  58. background-color: grey;
  59. filter:alpha(opacity=80);
  60. -moz-opacity: 0.8;
  61. -khtml-opacity: 0.8;
  62. }
  63.  
  64.  
  65. #a {
  66. font-style: italic;
  67. text-align: center;
  68. height: 80px;
  69. width: 490px;
  70. padding: 5px;
  71. }
  72.  
  73. #albumart {
  74. margin-top: 5px;
  75. margin-left:5px;
  76. float:left;
  77. }
  78.  
  79. #l {
  80. margin-bottom: 7px;
  81. }
  82.  
  83.  
  84. #l b {
  85. padding: 2px;
  86. font-weight: normal;
  87. font-style: italic;
  88. border-bottom: 4px double {color:borders};
  89. }
  90.  
  91. a {
  92. color: {Color:accent};
  93. text-decoration: none;
  94. }
  95.  
  96.  
  97. #posts {
  98. margin-top: 300px;
  99. position: absolute;
  100. margin-left: 400px;
  101. width: 500px;
  102. }
  103.  
  104. #post {
  105. margin-bottom: 50px;
  106. }
  107.  
  108. #h1 {
  109. font-style: italic;
  110. text-align: center;
  111. font-size: 16pt;
  112. letter-spacing: -1px;
  113. }
  114.  
  115. #h2 {
  116. font-style: italic;
  117. text-align: center;
  118. line-height: 100%;
  119. font-size: 12pt;
  120. letter-spacing: -1px;
  121. }
  122.  
  123. #info {
  124. margin-top: 5px;
  125. border-top: 1px solid {color:borders};
  126. width: 490px;
  127. text-align: right;
  128. font-family: calibri;
  129. font-size: 6pt;
  130. text-transform: uppercase;
  131. padding: 5px;
  132. }
  133.  
  134. ::-webkit-scrollbar-thumb:vertical {
  135. background-color: {color:accent};
  136. height:auto;
  137. }
  138.  
  139. ::-webkit-scrollbar-thumb:horizontal {
  140. background-color: {color:accent};
  141. height:5px !important;
  142. }
  143.  
  144. ::-webkit-scrollbar {
  145. height:5px;
  146. width:5px;
  147. background-color: {color:borders};
  148. }
  149.  
  150. #cred {
  151. position:fixed;
  152. font-size:15px;
  153. font-weight:normal;
  154. line-height:150%;
  155. letter-spacing:2px;
  156. right:10px;
  157. padding: 4px;
  158. bottom:10px;
  159. text-transform:uppercase;
  160. text-align:center;
  161. }
  162.  
  163. #left {
  164. margin-top: 40px;
  165. margin-left: 170px;
  166. position: fixed;
  167. }
  168.  
  169. #sidebar {
  170. margin-top: 190px;
  171. text-align: justify;
  172. width: 180px;
  173. height: auto;
  174. position: fixed;
  175. }
  176.  
  177. #simg {
  178. width: 160px;
  179. margin-left: 3px;
  180. position: fixed;
  181. -webkit-transition: opacity 0.7s linear;
  182. -webkit-transition: all 0.3s ease-out;
  183. -moz-transition: all 0.3s ease-out;
  184. transition: all 0.3s ease-out;
  185. }
  186.  
  187.  
  188. #left:hover #simg {
  189. -webkit-transition: opacity 0.7s linear;
  190. -webkit-transition: all 0.3s ease-out;
  191. -moz-transition: all 0.3s ease-out;
  192. transition: all 0.3s ease-out;
  193. opacity: .7;
  194. }
  195.  
  196. #empty {
  197. width: 200px;
  198. border-left: 5px solid {color:Accent};
  199. height: 100%;
  200. margin-top: -8px;
  201. margin-left: 140px;
  202. position: fixed;
  203. }
  204.  
  205. #empty2 {
  206. width: 200px;
  207. border-left: 1px solid {color:borders};
  208. height: 100%;
  209. margin-top: -8px;
  210. margin-left: 130px;
  211. position: fixed;
  212. }
  213.  
  214. #nav {
  215. margin-left: 20px;
  216. margin-top: 280px;
  217. position: fixed;
  218. }
  219.  
  220. #navli {
  221. margin-bottom: 2px;
  222. padding: 4px;
  223. width: 80px;
  224. font-family: calibri;
  225. text-align: center;
  226. font-size: 6pt;
  227. text-transform: uppercase;
  228. -webkit-transition: opacity 0.7s linear;
  229. -webkit-transition: all 0.3s ease-out;
  230. -moz-transition: all 0.3s ease-out;
  231. transition: all 0.3s ease-out;
  232. background-color: {color:accent};
  233. }
  234.  
  235. #navli a {
  236. -webkit-transition: opacity 0.7s linear;
  237. -webkit-transition: all 0.3s ease-out;
  238. -moz-transition: all 0.3s ease-out;
  239. transition: all 0.3s ease-out;
  240. color: {color:Bg};
  241. }
  242.  
  243. #navli:hover {
  244. -webkit-transition: opacity 0.7s linear;
  245. -webkit-transition: all 0.3s ease-out;
  246. -moz-transition: all 0.3s ease-out;
  247. transition: all 0.3s ease-out;
  248. font-style: italic;
  249. }
  250.  
  251. #postheader {
  252. margin-top: 30px;
  253. margin-left: 400px;
  254. width: 500px;
  255. height: 200px;
  256. -webkit-transition: opacity 0.7s linear;
  257. -webkit-transition: all 0.3s ease-out;
  258. -moz-transition: all 0.3s ease-out;
  259. transition: all 0.3s ease-out;
  260. position: absolute;
  261. }
  262.  
  263. #navli2 {
  264. margin-bottom: 2px;
  265. margin-right: 4px;
  266. padding: 4px;
  267. width: 152px;
  268. font-family: calibri;
  269. text-align: center;
  270. font-size: 6pt;
  271. text-transform: uppercase;
  272. -webkit-transition: opacity 0.7s linear;
  273. -webkit-transition: all 0.3s ease-out;
  274. -moz-transition: all 0.3s ease-out;
  275. transition: all 0.3s ease-out;
  276. background-color: {color:accent};
  277. }
  278.  
  279. #navli2 a {
  280. -webkit-transition: opacity 0.7s linear;
  281. -webkit-transition: all 0.3s ease-out;
  282. -moz-transition: all 0.3s ease-out;
  283. transition: all 0.3s ease-out;
  284. color: {color:Bg};
  285. }
  286.  
  287. #navli2:hover {
  288. -webkit-transition: opacity 0.7s linear;
  289. -webkit-transition: all 0.3s ease-out;
  290. -moz-transition: all 0.3s ease-out;
  291. transition: all 0.3s ease-out;
  292. font-style: italic;
  293. }
  294.  
  295. #postheader:hover {
  296. opacity: .7;
  297. -webkit-transition: opacity 0.7s linear;
  298. -webkit-transition: all 0.3s ease-out;
  299. -moz-transition: all 0.3s ease-out;
  300. transition: all 0.3s ease-out;}
  301.  
  302. </style>
  303.  
  304. </head>
  305.  
  306. <body>
  307.  
  308. <div id="postheader"><img src="{image:header}" width="486" style=" border: 4px double {color:borders};
  309. padding: 4px; margin-bottom: 4px;">
  310.  
  311. <table>
  312. <td><div id="navli2"><a href="/">index</a></div></td>
  313. <td><div id="navli2"><a href="/ask">message</a></div></td>
  314. <td><div id="navli2"><a href="/archive">archive</a></div></td>
  315. </table>
  316.  
  317. </div>
  318.  
  319. <div id="nav">
  320.  
  321. <div id="navli"><a href="{text:link1}">{text:link1title}</a></div>
  322. <div id="navli"><a href="{text:link2}">{text:link2title}</a></div>
  323. <div id="navli"><a href="{text:link3}">{text:link3title}</a></div>
  324. <div id="navli"><a href="{text:link4}">{text:link4title}</a></div>
  325. <div id="navli"><a href="{text:link5}">{text:link5title}</a></div>
  326. <div id="navli"><a href="{text:link6}">{text:link6title}</a></div>
  327.  
  328. </div>
  329.  
  330. <div id="empty"></div>
  331. <div id="empty2"></div>
  332.  
  333. <div id="left">
  334. <div id="simg"><A href="/"><img src="{image:sidebar}" style=" border: 4px double {color:borders};
  335. width: 160px;
  336. padding: 4px;
  337. border-radius: 200px;"></a></div>
  338. <div id="sidebar">
  339. <div id="h2">{title}</div>
  340. {Description}
  341. </div>
  342. </div>
  343.  
  344. <div id="cred"><a href="http://amandastjames.tumblr.com">☂</a></div>
  345.  
  346.  
  347. <div id="posts">{block:Posts}<div id="post">
  348.  
  349. {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  350.  
  351. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}
  352.  
  353. {Caption}{/block:Caption}{/block:Photo}
  354.  
  355. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  356.  
  357. {/block:Photoset}
  358.  
  359. {block:Quote}<div id="h1">{Quote}</div>{block:Source}<div style="text-align:center;">—{Source}</div>{/block:Source}{/block:Quote}
  360.  
  361. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  362.  
  363. {Description}{/block:Description}{/block:Link}
  364.  
  365. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  366.  
  367. <div id="l">{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  368.  
  369. {block:Audio}
  370. <div id="a">
  371. <div id="audioplayer">{AudioPlayerWhite}</div>
  372. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="70">{/block:AlbumArt}</div>
  373. {block:TrackName}
  374. <div style="margin-top: 25px;">
  375. <div id="h1">{TrackName}</div>
  376. {/block:TrackName}
  377. {block:Artist}
  378. {Artist} -
  379. {/block:Artist}
  380. {block:Album}
  381. {Album}<br>
  382. {/block:Album}
  383. </div>
  384. </div>
  385. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  386. {/block:Audio}
  387.  
  388. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  389.  
  390. {block:Answer}<div id="h1">{Asker}:</div>
  391.  
  392. <div style="text-align:center;">{Question}</div>
  393. <br>{Answer}{/block:Answer}
  394.  
  395. <div id="info">
  396. {block:Date}{TimeAgo}{/block:Date} | <a href="{Permalink}">{NoteCount}</a> notes | {block:HasTags}{block:Tags} <a href="{TagURL}">{Tag}</a>
  397. {/block:Tags}{/block:HasTags}
  398. </div>
  399.  
  400. </div>
  401. {block:PostNotes}{PostNotes}{/block:PostNotes}
  402. {/block:Posts}</div>
  403.  
  404.  
  405. </body>
  406.  
  407. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement