alicescreed

#18: SOMEBODY KILL ME PLEASE

Jul 13th, 2013
5,291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.91 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:Background" content="#ffffff">
  15. <meta name="color:Text" content="#000000">
  16. <meta name="color:Sidebarbg" content="#efefef">
  17. <meta name="color:Accent" content="#ff003c">
  18. <meta name="color:Blogtitle" content="#ffffff">
  19. <meta name="color:Description" content="#ffffff">
  20. <meta name="color:Posts" content="#efefef">
  21.  
  22. <meta name="image:Sidebar" content="">
  23.  
  24. <meta name="text:Sidebar Margin" content="150">
  25. <meta name="text:Subtitle" content="I'm on my knees, pretty pretty please kill me.">
  26. <meta name="text:Link1" content="/">
  27. <meta name="text:Link1 Title" content="">
  28. <meta name="text:Link2" content="/">
  29. <meta name="text:Link2 Title" content="">
  30.  
  31. <style type="text/css">
  32.  
  33. @import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
  34.  
  35. blockquote img {width: 100%;}
  36.  
  37. ::-webkit-scrollbar-thumb:vertical {
  38. background-color: {color:accent};
  39. height:auto;
  40. border: 0px solid #000;
  41. }
  42.  
  43. ::-webkit-scrollbar-thumb:horizontal {
  44. background-color: {color:accent};
  45. height:5px !important;
  46. }
  47.  
  48. ::-webkit-scrollbar {
  49. height:2px;
  50. width:10px;
  51. background-color: transparent;
  52. }
  53.  
  54. body {
  55. background-color: {color:Background};
  56. color: {color:Text};
  57. font-family: verdana;
  58. font-size: 7pt;
  59. line-height: 8pt;
  60. text-align: justify;
  61. }
  62.  
  63. blockquote {
  64. padding-left: 3px;
  65. border-left: 1px solid;
  66. }
  67.  
  68. a {
  69. text-decoration: none;
  70. color: {color:Accent};
  71. }
  72.  
  73. a:hover {
  74. color: {color:Text};
  75. transition-duration: 0.6s;
  76. -moz-transition-duration: 0.6s;
  77. -webkit-transition-duration: 0.6s;
  78. -o-transition-duration: 0.6s;
  79. }
  80.  
  81. b, strong {
  82. color: {color:Accent};
  83. }
  84.  
  85. t {
  86. color: {color:Accent};
  87. }
  88.  
  89. #sidebar {
  90. border-left: 15px solid {color:Accent};
  91. background-color: {color:Sidebarbg};
  92. width: 250px;
  93. position: fixed;
  94. margin-left: 100px;
  95. height: 100%;
  96. margin-top: -8px;
  97. color: {color:Description};
  98. }
  99.  
  100. #sidebox {
  101. margin-top: {text:Sidebar Margin}px;
  102. margin-left: 25px;
  103. width: 200px;
  104. color: {color:Description};
  105. }
  106.  
  107. #sideimage {
  108. width: 200px;
  109. margin-bottom: 10px;
  110. }
  111.  
  112. #sideimage img {
  113. width: 200px;
  114. }
  115.  
  116. h1 {
  117. color: {color:Accent};
  118. font-family: 'Roboto Condensed';
  119. font-size: 15pt;
  120. font-weight: 300;
  121. text-transform: uppercase;
  122. line-height: 16pt;
  123. text-align: center;
  124. }
  125.  
  126. h2 {
  127. color: {color:Accent};
  128. font-family: 'Roboto Condensed';
  129. font-size: 15pt;
  130. font-weight: 300;
  131. text-align: center;
  132. text-transform: uppercase;
  133. line-height: 16pt;
  134. }
  135.  
  136. #blogtitle {
  137. color: {color:Blogtitle};
  138. font-family: 'Roboto Condensed';
  139. font-size: 10pt;
  140. font-weight: 300;
  141. text-transform: uppercase;
  142. line-height: 15pt;
  143. border-bottom: 1px solid;
  144. margin-bottom: 0px;
  145. }
  146.  
  147. #blogtitle a {
  148. color: {color:Blogtitle};
  149. }
  150.  
  151. #blogsubtitle {
  152. font-style: italic;
  153. color: {color:Accent};
  154. text-align: right;
  155. letter-spacing: 1px;
  156. border-left: 2px solid {color:Description};
  157. margin-bottom: 10px;
  158. font-size: 6pt;
  159. }
  160.  
  161. #nav {
  162. width: 200px;
  163. text-align: center;
  164. margin-top: 20px;
  165. margin-left: 13px;
  166. }
  167.  
  168. #pages {
  169. width: 200px;
  170. text-align: center;
  171. margin-top: 20px;
  172. font-family: 'Roboto Condensed';
  173. font-size: 12pt;
  174. font-weight: 300;
  175. }
  176.  
  177. #navlink {
  178. width: 30px;
  179. font-family: calibri;
  180. height: 30px;
  181. font-size: 8pt;
  182. border-radius: 100px;
  183. background-color: {color:Accent};
  184. color: {color:Blogtitle};
  185. text-align: center;
  186. }
  187.  
  188. #navlink:hover {
  189. background-color: transparent;
  190. transition-duration: 0.6s;
  191. -moz-transition-duration: 0.6s;
  192. -webkit-transition-duration: 0.6s;
  193. -o-transition-duration: 0.6s;
  194. color: {color:Accent};
  195. }
  196.  
  197. #navcon {
  198. padding: 10px;
  199. }
  200.  
  201.  
  202. #posts {
  203. margin-left: 450px;
  204. position: absolute;
  205. }
  206.  
  207. #post {
  208. width: 500px;
  209. margin-bottom: 20px;
  210. }
  211.  
  212. #info {
  213. width: 500px;
  214. text-align: right;
  215. line-height: 7pt;
  216. margin-top: 10px;
  217. padding: 2px;
  218. font-size: 6pt;
  219. font-family: calibri;
  220. text-transform: uppercase;
  221. background-color: transparent;
  222. border-top: 1px solid;
  223. border-left: 3px solid;
  224. letter-spacing: 1px;
  225. }
  226.  
  227. #audio {
  228. padding: 20px;
  229. background-color: {color:Sidebarbg};
  230. width: 468px;
  231. text-align: center;
  232. height: 70px;
  233. font-size: 8pt;
  234. line-height: 9pt;
  235. }
  236.  
  237.  
  238. #audioplayer {
  239. width: 25px;
  240. height: 25px;
  241. overflow:hidden;
  242. position:absolute;
  243. margin-left: 30px;
  244. margin-top: 23px;
  245. border-radius: 10px;
  246. opacity: 0.8;
  247. filter:alpha(opacity=80);
  248. -moz-opacity: 0.8;
  249. -khtml-opacity: 0.8;
  250. }
  251.  
  252. #albumart {
  253. float:left;
  254. margin: 0px 7px;
  255. }
  256.  
  257. #musicinfo {
  258. font-family: 'Roboto Condensed';
  259. font-weight: 300;
  260. text-transform: uppercase;
  261. margin-top:10px;
  262. }
  263.  
  264. #ask {
  265. font-family: 'Roboto Condensed';
  266. font-weight: 300;
  267. text-transform: uppercase;
  268. color: {color:Description};
  269. padding: 20px;
  270. background-color: {color:Sidebarbg};
  271. width: 468px;
  272. text-align: center;
  273. font-size: 12pt;
  274. line-height: 13pt;
  275. height: auto;
  276. margin-bottom: 10px;
  277. }
  278.  
  279. #quote {
  280. font-family: 'Roboto Condensed';
  281. font-weight: 300;
  282. text-transform: uppercase;
  283. color: {color:Accent};
  284. text-align: center;
  285. font-size: 12pt;
  286. line-height: 13pt;
  287. height: auto margin-bottom: 10px;
  288. }
  289.  
  290. #cred {
  291. position:fixed;
  292. font-size:8px;
  293. font-weight:normal;
  294. line-height:150%;
  295. background-color: {color:Sidebarbg};
  296. letter-spacing:2px;
  297. right:10px;
  298. padding: 4px;
  299. bottom:10px;
  300. text-transform:uppercase;
  301. text-align:center;
  302. font-family: 'Roboto Condensed';
  303. font-weight: 300;
  304. }
  305.  
  306. </style>
  307.  
  308. </head>
  309.  
  310. <body>
  311.  
  312. <div id="sidebar">
  313.  
  314. <div id="sidebox">
  315.  
  316.  
  317. <div id="sideimage"><a href="/"><img src="{image:Sidebar}"></a></div>
  318.  
  319. <div id="blogtitle"><a href="/">{Title}</a></div>
  320. <div id="blogsubtitle">{text:Subtitle}</div>
  321.  
  322. {Description}
  323.  
  324. <div id="nav">
  325. <Table>
  326. <td>
  327. <A href="/" title="home"><div id="navlink"><Div id="navcon">I</div></div></a></td>
  328. <td><A href="/ask" title="ask"><div id="navlink"><Div id="navcon">II</div></div></a></td>
  329. <td><A href="/archive" title="archive"><div id="navlink"><Div id="navcon">III</div></div></a></td>
  330. <td><A href="{text:Link1}" title="{text:Link1 Title}"><div id="navlink"><Div id="navcon">IV</div></div></a></td>
  331. <td><A href="{text:Link2}" title="{text:Link2 Title}"><div id="navlink"><Div id="navcon">V</div></div></a></td>
  332. </table>
  333. </div>
  334.  
  335. <div id="pages">
  336.  
  337. {block:Pagination}
  338. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  339. {block:JumpPagination length="5"}
  340. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  341. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  342. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  343. {/block:Pagination}
  344.  
  345. </div>
  346.  
  347.  
  348. </div>
  349.  
  350. </div>
  351.  
  352. <div id="cred"><a href="http://lutherwest.tumblr.com/">theme</a></div>
  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}<div id="quote">{Quote}</div>{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">{/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:RebloggedFrom}<br>via: <a href="{ReblogParentURL}"
  405. title="{ReblogParentTitle}"><b>{ReblogParentName}</b></a> source: <a
  406.  
  407. href="{ReblogRootURL}"title="{ReblogRoottitle}"><b>{ReblogRootName}</b></a>
  408.  
  409. {/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>
  410.  
  411. {/block:Tags}{/block:HasTags}</div>
  412.  
  413. </div>
  414. {block:PostNotes}{PostNotes}{/block:PostNotes}
  415. {/block:Posts}</div><br><Br>
  416.  
  417.  
  418. </body>
  419.  
  420. </html>
Advertisement
Add Comment
Please, Sign In to add comment