alicescreed

#27: Do I Wanna Know?

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