Advertisement
alicescreed

#26: Fear Over Fate

Sep 12th, 2013
808
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.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: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. padding-top: 5px;
  287. padding-bottom:5px;
  288. background-color: {Color:bg};
  289. font-family: times new roman;
  290. font-style: italic;
  291. }
  292.  
  293. .jump_page {
  294. background-color: transparent;
  295. color: {color:Accent};
  296. text-decoration:none;
  297. }
  298.  
  299. .current_page, .jump_page:hover {
  300. background-color: transparent;
  301. text-decoration:none;
  302. }
  303.  
  304. #info a {
  305. background-color: {color:bg};
  306. border: 1px solid {color:borders};
  307. padding:3px;
  308. }
  309.  
  310.  
  311. </style>
  312.  
  313. </head>
  314.  
  315. <body>
  316.  
  317. <div id="cred"><a href="http://amandastjames.tumblr.com">☂</a></div>
  318.  
  319. <div id="c3"></div>
  320.  
  321. <div id="con2">
  322.  
  323. <div id="sidebar">
  324. <a href="/"><img src="{image:sidebar}" width="200" style="margin-bottom: 5px;"></a>
  325. <div id="navlink"><a href="/">home</a></div>
  326. <div id="navlink"><a href="/ask">message</a></div>
  327. <div id="navlink"><a href="/archive">archive</a></div>
  328. <div style="margin-top: 5px;">{Description}</div>
  329. <div id="navlink" style="margin-top: 5px; font-size: 7pt;">{block:Pagination}
  330. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  331. {block:JumpPagination length="5"}
  332. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  333. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  334. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  335. {/block:Pagination}</div>
  336. </div>
  337.  
  338. <div id="con3">
  339. <div id="h3">{title}</div>
  340. <div id="navlink2"><a href="{text:link1}">{text:link1title}</a></div>
  341. <div id="navlink2"><a href="{text:link2}">{text:link2title}</a></div>
  342. <div id="navlink2"><a href="{text:link3}">{text:link3title}</a></div>
  343. <div id="navlink2"><a href="{text:link4}">{text:link4title}</a></div>
  344. <div id="navlink2"><a href="{text:link5}">{text:link5title}</a></div>
  345. <div id="navlink2"><a href="{text:link6}">{text:link6title}</a></div>
  346. </div>
  347.  
  348. </div>
  349.  
  350. <div id="con">
  351. </div>
  352.  
  353.  
  354. <div id="posts">
  355.  
  356. {block:Posts}<div id="post">
  357.  
  358. {block:Text}<h2>{block:Title}{Title}{/block:Title}</h2>{Body}{/block:Text}
  359.  
  360. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}
  361.  
  362. {Caption}{/block:Caption}{/block:Photo}
  363.  
  364. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  365.  
  366. {/block:Photoset}
  367.  
  368. {block:Quote}<h1>{Quote}</h1>{block:Source} —{Source}{/block:Source}{/block:Quote}
  369.  
  370. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}
  371.  
  372. {Description}{/block:Description}{/block:Link}
  373.  
  374. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>
  375.  
  376. {Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  377.  
  378. {block:Audio}
  379. <div id="audio">
  380. <div id="audioplayer">{AudioPlayerBlack}</div>
  381. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="70" style="border-radius: 100px;">{/block:AlbumArt}</div>
  382. {block:TrackName}
  383. <div id="musicinfo"><t>{TrackName}</t><br>
  384. {/block:TrackName}
  385. {block:Artist}
  386. {Artist}<br>
  387. {/block:Artist}
  388. {block:Album}
  389. {Album}<br>
  390. {/block:Album}
  391. {PlayCountWithLabel}
  392. </div>
  393. </div>
  394. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  395. {/block:Audio}
  396.  
  397. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  398.  
  399. {block:Answer}<div id="ask"><t>{Asker}:</t> {Question}</div>
  400. {Answer}{/block:Answer}
  401.  
  402. <div id="info">
  403. {block:Date}{TimeAgo}{/block:Date} / <a href="{Permalink}">
  404. <b>{NoteCountWithLabel}</b></a> {block:HasTags}tagged with: {block:Tags}<a href="{TagURL}">{Tag}</a>
  405.  
  406. {/block:Tags}{/block:HasTags}</div>
  407.  
  408. </div>
  409. {block:PostNotes}{PostNotes}{/block:PostNotes}
  410. {/block:Posts}</div>
  411.  
  412.  
  413. </body>
  414.  
  415. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement