Advertisement
alicescreed

[ 40. BE STILL ]

Apr 10th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.10 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="text:musiccode" content="">
  15. <meta name="text:link1" content="">
  16. <meta name="text:link1title" content="must">
  17. <meta name="text:link2" content="">
  18. <meta name="text:link2title" content="have">
  19. <meta name="text:link3" content="">
  20. <meta name="text:link3title" content="three">
  21.  
  22. <meta name="image:sidebar" content="">
  23. <meta name="image:sidebarleft" content="">
  24.  
  25. <meta name="color:Bg" content="#ffffff">
  26. <meta name="color:borders" content="#e8e8e8">
  27. <meta name="color:text" content="#636363">
  28. <meta name="color:links" content="#636363">
  29. <meta name="color:accent" content="#802840">
  30. <meta name="color:linkshover" content="#802840">
  31.  
  32.  
  33.  
  34. <style type="text/css">
  35.  
  36. #music {
  37. margin-top: 130px;
  38. position: fixed;
  39. }
  40.  
  41. body {
  42. font-size: 10px;
  43. color: {color:text};
  44. background-color: {color:bg};
  45. font-family: times new roman;
  46. }
  47.  
  48. #sidebar {
  49. margin-left: 200px;
  50. width: 150px;
  51. height: 100%;
  52. background-image: url('{image:sidebar}');
  53. position: fixed;
  54. background-repeat: no-repeat;
  55. background-position: bottom;
  56. }
  57.  
  58. #leftbar {
  59. text-align: justify;
  60. margin-top: 160px;
  61. margin-left: 60px;
  62. position: fixed;
  63. padding: 10px;
  64. width: 100px;
  65. }
  66.  
  67. #desc {
  68. border-bottom: 1px solid {color:borders};
  69. border-top: 1px solid {color:borders};
  70. padding-top: 10px;
  71. padding-bottom: 10px;
  72. }
  73.  
  74. #leftbar img {
  75. width: 100px;
  76. margin-bottom: 15px;
  77. }
  78.  
  79. #links {
  80. font-size: 8px;
  81. text-transform: uppercase;
  82. letter-spacing: 4px;
  83. padding-top: 10px;
  84. text-align: left;
  85. }
  86.  
  87. a {
  88. text-decoration: none;
  89. color: {color:links};
  90. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  91. }
  92.  
  93. a:hover {
  94. color: {color:linkshover};
  95. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  96. }
  97.  
  98. .tags a:hover {
  99. color: {color:linkshover};
  100. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  101. }
  102.  
  103.  
  104. #entries {
  105. padding:20px;
  106. width:400px;
  107. border-left: 1px solid {color:borders};
  108. margin-left:440px;
  109. position: absolute;
  110. padding-top: 50px;
  111. margin-top: -8px;
  112. margin-bottom: -20px;
  113. }
  114.  
  115. #post {
  116. width:400px;
  117. }
  118.  
  119. #posts {
  120. position: absolute;
  121. margin-top: 60px;
  122. margin-left: 440px;
  123. }
  124.  
  125. #info {
  126. width: 400px;
  127. letter-spacing: 0px;
  128. margin-top: 10px;
  129. }
  130.  
  131. #info a {
  132. }
  133.  
  134. #tags {
  135. margin-top: 5px;
  136. transition-duration: 0.6s;
  137. -moz-transition-duration: 0.6s;
  138. -webkit-transition-duration: 0.6s;
  139. -o-transition-duration: 0.6s;
  140. opacity: 1;
  141. margin-bottom: 50px;
  142. }
  143.  
  144. #tags a {
  145. color:{color:accent};
  146. border-bottom: 1px solid {color:borders};
  147. }
  148.  
  149.  
  150. #sidebg {
  151. width: 440px;
  152. height: 100%;
  153. position: fixed;
  154. background-image: url('');
  155. margin-left: -8px;
  156. margin-top: -8px;
  157. }
  158.  
  159. ::-webkit-scrollbar-thumb {
  160. min-height: 60px;
  161. border-left: 4px solid {color:bg};
  162. border-right: 4px solid {color:bg};
  163. border-top: 4px solid {color:bg};
  164. border-bottom: 2px solid {color:bg};
  165. background: {color:accent};
  166. }
  167.  
  168. ::-webkit-scrollbar {
  169. width: 11px;
  170. height: 10px;
  171. border-left: 4px solid {color:bg};
  172. border-right: 4px solid {color:bg};
  173. border-top: 2px solid {color:bg};
  174. border-bottom: 2px solid {color:bg};
  175. background: {color:bg};
  176. }
  177.  
  178. #audio {
  179. text-align: center;
  180. height: auto;
  181. padding: 10px;
  182. background-color: {color:borders};
  183. font-size: 8pt;
  184. line-height: 9pt;
  185. }
  186.  
  187.  
  188. #audioplayer {
  189. width: 25px;
  190. height: 25px;
  191. overflow:hidden;
  192. position:absolute;
  193. margin-left: 30px;
  194. margin-top: 23px;
  195. border-radius: 10px;
  196. opacity: 0.8;
  197. filter:alpha(opacity=80);
  198. -moz-opacity: 0.8;
  199. -khtml-opacity: 0.8;
  200. }
  201.  
  202. #albumart {
  203. float:left;
  204. margin: 0px 7px;
  205. }
  206.  
  207. #musicinfo {
  208. font-weight: 300;
  209. text-transform: uppercase;
  210. margin-top:10px;
  211. }
  212.  
  213. blockquote img {
  214. max-width: 100%;
  215. max-height: 100%;
  216. }
  217.  
  218. blockquote blockquote img {
  219. max-width: 100%;
  220. }
  221.  
  222. blockquote blockquote {
  223. margin-left: 0px;
  224. }
  225.  
  226. blockquote {
  227. border-left: 2px solid {Color:Accent};
  228. padding-left: 10px;
  229. }
  230.  
  231. sup, sub, small {
  232. font-size: 100%;
  233. }
  234.  
  235. h1, h2 {
  236. letter-spacing: 3px;
  237. text-align: center;
  238. text-transform: uppercase;
  239. font-size: 12pt;
  240. }
  241.  
  242. ol.notes {
  243. padding: 0px;
  244. margin: 45px 0px;
  245. font-size:9px;
  246.  
  247. width:400px;
  248.  
  249.  
  250. list-style: none;
  251. height:350px;
  252. overflow:scroll;
  253. border-bottom: solid 1px #eeeeee;
  254. text-transform:lowercase;
  255. }
  256.  
  257. ol.notes li.note {
  258. border-top: solid 1px #eeeeee;
  259. padding:5px;
  260. list-style: none;
  261. }
  262.  
  263. ol.notes li.note img.avatar {
  264. vertical-align: -4px;
  265. margin-right: 10px;
  266. width: 16px;
  267. height: 16px;
  268. border-radius:3px;
  269. }
  270.  
  271. ol.notes li.note span.action {
  272. font-weight: lighter;
  273. }
  274.  
  275. ol.notes li.note .answer_content {
  276. font-weight: normal;
  277. }
  278.  
  279. ol.notes li.note blockquote {
  280. border-color: #eeeeee;
  281. padding: 5px 10px;
  282. margin: 10px 0px 0px 25px;
  283. }
  284.  
  285. ol.notes li.note blockquote a {
  286. text-decoration: none;
  287. }
  288.  
  289. .pagenotes {
  290. text-align:left;
  291. }
  292.  
  293. ol.notes::-webkit-scrollbar {
  294. width:3px;
  295. height:10px;
  296. }
  297.  
  298. #notes {
  299. width: 360px;
  300. padding: 20px;
  301. background-color: {color:borders};
  302. }
  303.  
  304. </style>
  305.  
  306. </head>
  307.  
  308. <body>
  309.  
  310. <div id="sidebg"></div>
  311. <div id="leftbar">
  312.  
  313. <img src="{image:sidebarleft}">
  314.  
  315.  
  316. <div id="desc">
  317. {description}
  318. </div>
  319.  
  320. <div id="links">
  321. <a href="/">i. home</a><br>
  322. <a href="/ask">ii. inbox</a><br>
  323. <a href="/archive">iii. history</a><br>
  324. <a href="{text:link1}">iv. {text:link1title}</a><br>
  325. <a href="{text:link2}">v. {text:link2title}</a><br>
  326. <a href="{text:link3}">vi. {text:link3title}</a><br>
  327. <p>
  328.  
  329. {block:Pagination}
  330. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  331. {block:JumpPagination length="3"}
  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}
  336. </div>
  337.  
  338. </div>
  339.  
  340. <div id="sidebar">
  341. <div id="music">{text:musiccode}</div>
  342. </div>
  343.  
  344. <div id="posts">
  345.  
  346. {block:Posts}<div id="post">
  347.  
  348. {block:Text}<h2>{block:Title}{Title}{/block:Title}</h2>{Body}{/block:Text}
  349.  
  350. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}
  351.  
  352. {Caption}{/block:Caption}{/block:Photo}
  353.  
  354. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}
  355.  
  356. {/block:Photoset}
  357.  
  358. {block:Quote}<div id="quote">{Quote}</div>{block:Source} —{Source}{/block:Source}{/block:Quote}
  359.  
  360. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}
  361.  
  362. {Description}{/block:Description}{/block:Link}
  363.  
  364. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>
  365.  
  366. {Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  367.  
  368. {block:Audio}
  369. {block:AlbumArt}<div id="audio">
  370. <div id="albumart">{/block:AlbumArt}</div>
  371. {block:TrackName}
  372. <div id="musicinfo" style="margin-top: 5px;">
  373. {AudioPlayerGrey} <br>
  374. {TrackName} -
  375. {/block:TrackName}
  376. {block:Artist}
  377. <b style="letter-spacing: 0px;">{Artist}</b>
  378. {/block:Artist}
  379. </div>
  380. </div>
  381. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  382. {/block:Audio}
  383.  
  384. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  385.  
  386. {block:Answer}<div id="ask">
  387. <table><td><img src="{AskerPortraitURL-48}"></td>
  388. <td><span style="color:{Color:accent}">{Asker}</span><br>
  389. {question}
  390. </td></table>
  391. </div>
  392. {Answer}
  393. {/block:Answer}
  394.  
  395.  
  396. </div>
  397.  
  398. <div id="info">
  399. {block:Date}+ {TimeAgo}{/block:Date} + <a href="{Permalink}">
  400. {NoteCount}</a>{block:RebloggedFrom} + <a href="{ReblogParentURL}"
  401. title="{ReblogParentTitle}"><b>VIA</b></a> <a
  402.  
  403. href="{ReblogRootURL}"title="{ReblogRoottitle}"><b>SOURCE</b></a>
  404.  
  405. {/block:RebloggedFrom}<br>
  406. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>
  407.  
  408. {/block:Tags}{/block:HasTags}</div>
  409. </div>
  410.  
  411.  
  412. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  413. {/block:Posts}</div>
  414.  
  415.  
  416.  
  417.  
  418. </div></div></div></div>
  419. </div>
  420.  
  421. </body>
  422.  
  423. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement