Advertisement
alicescreed

#26: Fear Over Fate

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