Advertisement
alicescreed

#24: Cannibal Queen

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