Advertisement
alicescreed

charlie - scrap

Feb 3rd, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.81 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.  
  16. <style type="Text/css">
  17.  
  18. body {
  19. font-family: times;
  20. color: #7A7A7A;
  21. font-size: 9px;
  22. }
  23.  
  24. small {
  25. font-size: 100%;
  26. }
  27.  
  28. #anchor {
  29. position: fixed;
  30. margin-top: 100px;
  31. margin-left: 200px;
  32. }
  33.  
  34. #sidebar {
  35. background-image: url('{image:sidebar}');
  36. width: 245px;
  37. height: 368px;
  38. positin: fixed;
  39. }
  40.  
  41. #description{
  42. width: 100px;
  43. margin-top: 220px;
  44. position: fixed;
  45. margin-left: 70px;
  46. height: 100px;
  47. border: 4px double #F5F5F5;
  48. background-color: white;
  49. }
  50.  
  51. #desc {
  52. margin-top: 10px;
  53. margin-left: 10px;
  54. position: fixed;
  55. padding-right: 5px;
  56. text-align: justify;
  57. width: 80px;
  58. height: 80px;
  59. overflow: auto;
  60.  
  61. }
  62.  
  63. ::-webkit-scrollbar-thumb:vertical {
  64. background-color: #000;
  65. height:auto;
  66. }
  67.  
  68. ::-webkit-scrollbar-thumb:horizontal {
  69. background-color: #000;
  70. height:5px !important;
  71. }
  72.  
  73. ::-webkit-scrollbar {
  74. height:5px;
  75. width:5px;
  76. background-color: {color:posts};
  77. }
  78.  
  79. #title {
  80. margin-top: 10px;
  81. font-family: georgia;
  82. font-size: 7pt;
  83. text-transform: uppercase;
  84. margin-bottom: 0px;
  85. width: 245px;
  86. letter-spacing: 3px;
  87. }
  88.  
  89. #links {
  90. text-align: right;
  91. margin-bottom: 5px;
  92. font-style: italic;
  93. }
  94.  
  95. a {
  96. color: #626262;
  97. text-decoration: none;
  98. }
  99.  
  100.  
  101. #audio {
  102. text-align: center;
  103. height: 90px;
  104. font-size: 8pt;
  105. line-height: 9pt;
  106. }
  107.  
  108. #tags {
  109. margin-top: 5px;
  110. text-transform: lowercase;
  111. font-style: italic;
  112. }
  113.  
  114. #audioplayer {
  115. width: 25px;
  116. height: 25px;
  117. overflow:hidden;
  118. position:absolute;
  119. margin-left: 30px;
  120. margin-top: 23px;
  121. border-radius: 10px;
  122. opacity: 0.8;
  123. filter:alpha(opacity=80);
  124. -moz-opacity: 0.8;
  125. -khtml-opacity: 0.8;
  126. }
  127.  
  128. #albumart {
  129. float:left;
  130. margin: 0px 7px;
  131. }
  132.  
  133. #musicinfo {
  134. font-weight: 300;
  135. text-transform: uppercase;
  136. margin-top:10px;
  137. }
  138.  
  139. blockquote img {
  140. max-width: 100%;
  141. }
  142.  
  143. #posts {
  144. position: absolute;
  145. margin-top: 60px;
  146. margin-left:550px;
  147. }
  148.  
  149. #post {
  150. width: 500px;
  151. }
  152.  
  153. h1, h2 {
  154. letter-spacing: 3px;
  155. text-align: center;
  156. text-transform: uppercase;
  157. font-size: 12pt;
  158. }
  159.  
  160. #sideline {
  161. margin-top: -8px;
  162. width: 1px;
  163. background-color: #F5F5F5;
  164. height: 100%;
  165. position: fixed;
  166. margin-left: 500px;
  167. }
  168.  
  169. #info {
  170. text-align: center;
  171. width: 490px;
  172. text-transform: uppercase;
  173. padding: 10px;
  174. border-top: 4px double #F5F5F5;
  175. margin-bottom: 50px;
  176. }
  177.  
  178. blockquote {
  179. border-left: 1px double #f5f5f5;
  180. padding-left: 10px;
  181. }
  182.  
  183. </style>
  184.  
  185. </head>
  186.  
  187. <body>
  188.  
  189. <div id="sideline"></div>
  190.  
  191. <div id="anchor">
  192. <Div id="sidebar">
  193.  
  194. <Div id="description">
  195. <Div id="desc">{Description}</Div>
  196. </Div>
  197.  
  198.  
  199. </Div>
  200.  
  201.  
  202. <div id="title">{Title}</div>
  203. <Div id="links"><a href="/">i.</a>
  204. <a href="/ask">ii.</a>
  205. <a href="/archive">iii.</a>
  206. </Div>
  207.  
  208.  
  209. </div>
  210.  
  211. <div id="posts">
  212.  
  213. {block:Posts}<div id="post">
  214.  
  215. {block:Text}<h2>{block:Title}{Title}{/block:Title}</h2>{Body}{/block:Text}
  216.  
  217. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}
  218.  
  219. {Caption}{/block:Caption}{/block:Photo}
  220.  
  221. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  222.  
  223. {/block:Photoset}
  224.  
  225. {block:Quote}<div id="quote">{Quote}</div>{block:Source} —{Source}{/block:Source}{/block:Quote}
  226.  
  227. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}
  228.  
  229. {Description}{/block:Description}{/block:Link}
  230.  
  231. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>
  232.  
  233. {Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  234.  
  235. {block:Audio}
  236. <div id="audio">
  237. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" style=" border-right: 1px solid {color:text}; padding: 5px" width="70">{/block:AlbumArt}</div>
  238. {block:TrackName}
  239. <div id="musicinfo" style="margin-top: 5px;">
  240. {AudioPlayerGrey} <br>
  241. {TrackName}
  242. {/block:TrackName}
  243. {block:Artist}
  244. <b style="letter-spacing: 4px;">{Artist}</b>
  245. {/block:Artist}
  246. {block:Album}
  247. {Album}
  248. {/block:Album}
  249. </div>
  250. </div>
  251. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  252. {/block:Audio}
  253.  
  254. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  255.  
  256. {block:Answer}<div id="ask">
  257. <table><td><img src="{AskerPortraitURL-48}"></td>
  258. <td>{asker}<br>
  259. {question}
  260. </td></table>
  261. </div>
  262. {Answer}
  263. {/block:Answer}
  264.  
  265.  
  266. </div>
  267.  
  268. <div id="info">
  269. {block:Date}{DayOfMonth} {ShortMonth}{/block:Date} / <a href="{Permalink}">
  270. {NoteCountWithLabel}</a> / {block:RebloggedFrom} <a href="{ReblogParentURL}"
  271. title="{ReblogParentTitle}"><b>VIA</b></a> / <a
  272.  
  273. href="{ReblogRootURL}"title="{ReblogRoottitle}"><b>SOURCE</b></a>
  274.  
  275. {/block:RebloggedFrom}<br>
  276. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>
  277.  
  278. {/block:Tags}{/block:HasTags}</div>
  279. </div>
  280.  
  281.  
  282. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  283. {/block:Posts}</div>
  284.  
  285. </body>
  286.  
  287. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement