darnpayne

51 cold coffee left

Oct 11th, 2013
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.40 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!--
  10. Base Code By Haryum.
  11.  
  12.  
  13. -->
  14.  
  15.  
  16. <meta name="color:background" content="#ffffff"/>
  17. <meta name="color:text" content="#a8a8a8"/>
  18. <meta name="color:link" content="#b8b8b8"/>
  19. <meta name="color:link hover" content="#f2f2f2"/>
  20. <meta name="color:border" content="#eeeeee"/>
  21. <meta name="color:scrollbar" content="ffffff"/>
  22.  
  23. <meta name="image:sidebar" content=""/>
  24.  
  25. <meta name="text:link 1" content="link 1"/>
  26. <meta name="text:link 1 url" content="/" />
  27. <meta name="text:link 2" content="link 2"/>
  28. <meta name="text:link 2 url" content="/" />
  29.  
  30.  
  31. <style type="text/css">
  32.  
  33. /*- body -*/
  34.  
  35. body {
  36. font-family:calibri;
  37. font-size:11px;
  38. line-height:115%;
  39. color:{color:text};
  40. background:{color:background};
  41. }
  42.  
  43. img {
  44. border:none;
  45. }
  46.  
  47. a {
  48. text-decoration:none;
  49. outline:none;
  50. -moz-outline-style:none;
  51. color:{color:link};
  52. -webkit-transition: all 0.6s ease;
  53. -moz-transition: all 0.6s ease;
  54. -o-transition: all 0.6s ease
  55. }
  56.  
  57. a:hover {
  58. color:{color:link hover};
  59. -webkit-transition: all 0.8s ease;
  60. -moz-transition: all 0.8s ease;
  61. -o-transition: all 0.8s ease
  62. }
  63.  
  64. h1 {
  65. font-size:10px;
  66. text-transform:uppercase;
  67. font-weight: bold;
  68. }
  69.  
  70. blockquote {
  71. padding-left:5px;
  72. border-left:2px solid;
  73. }
  74.  
  75. blockquote blockquote {
  76. padding-left:5px;
  77. border-left:2px solid;
  78. }
  79.  
  80. /*- posts/entries -*/
  81.  
  82.  
  83. #entries {
  84. width:400px;
  85. margin-left:500px;
  86. margin-top:70px;
  87. font-size:12px;
  88. }
  89.  
  90.  
  91. #post {
  92. width:500px;
  93. padding:10px;
  94. margin-bottom:20px;
  95. }
  96.  
  97. /*- sidebar -*/
  98.  
  99.  
  100. #sidebar {
  101. position:fixed;
  102. width: 110px;
  103. margin-left:204px;
  104. margin-top:166px;
  105. }
  106.  
  107. #sidebarimage {
  108. width: 110px;
  109. height: 110px;
  110. }
  111.  
  112. #sidebarimage img {
  113. width: 250px;
  114. height:150px;
  115. padding:5px;
  116.  
  117. }
  118.  
  119. #butts {
  120. position:fixed;
  121. font-family:cambria;
  122. line-height:90%;
  123. font-size:10px;
  124. font-style:italic;
  125. width:250px;
  126. margin-top:375px;
  127. padding:8px;
  128. margin-left:195px;
  129. text-align:center;
  130. color:#000;
  131. opacity:.771;
  132. font-size:12px;
  133. }
  134.  
  135. #links {
  136. position: fixed;
  137. font-family:'calibri';
  138. padding-top: 0px;
  139. padding-bottom: 5px;
  140. margin-top: 60px;
  141. margin-left:5px;
  142. padding-left: 0px;
  143. padding-right: 0px;
  144. letter-spacing: 2px;
  145. height: 10px;
  146. width: 250px;
  147. text-transform:uppercase;
  148. text-align:center;
  149. text-decoration:bold;
  150. }
  151.  
  152. #links a {
  153. padding 5px;
  154. padding-top: 0px;
  155. padding-bottom: 1px;
  156. padding-right:2px;
  157. padding-left:2px;
  158. margin-bottom: 5px;
  159. font-size: 10px;
  160. font-style:uppercase;
  161. text-align:center;
  162. text-decoration:bold;
  163. width: 50px;
  164. }
  165.  
  166.  
  167. #pagination {
  168. position:fixed;
  169. width:140px;
  170. height: 10px;
  171. font-size:8px;
  172. text-align:center;
  173. left: 186px;
  174. top: 210px;
  175. padding: 10px;
  176. font-family:consolas;
  177. letter-spacing:4px;
  178.  
  179. }
  180.  
  181.  
  182. /*- others -*/
  183.  
  184. /*- others -*/
  185.  
  186. ::-webkit-scrollbar {
  187. width: 5px;height: 5px;}
  188. ::-webkit-scrollbar-button:start:decrement,
  189. ::-webkit-scrollbar-button:end:increment {
  190. height: 6px;display: block;background-color: {color:white};}
  191. ::-webkit-scrollbar-track-piece {
  192. background-color: {color:scrollbar};}
  193. ::-webkit-scrollbar-thumb:vertical {
  194. height: 9px;background-color: {color:scrollbar};border-top:1px solid {color:scrollbar};border-bottom:1px solid {color:scrollbar};}
  195.  
  196. #info {
  197. text-align:right;
  198. margin-top:10px;
  199. padding: 5px;
  200. font-size: 8px;
  201. color: {color:link};
  202. text-transform: uppercase;
  203. font-style: italic;
  204. border-top: 1px solid {color:border};
  205. }
  206.  
  207. #ask {
  208. float:left;
  209. width: 490px;
  210. padding: 5px;
  211. font-style: italic;
  212. text-align:left;
  213. text-transform:none;
  214. padding-bottom: 5px;
  215. padding-right: 5px;
  216. line-height:115%;
  217. background-color: #fff;
  218. border: 1px solid #000;
  219. color:#000;
  220. }
  221.  
  222. #answer {
  223. font-size: 9px;
  224. width: 480px;
  225. padding-top: 30px;
  226. margin-left: 7px;
  227. line-height:120%;
  228. }
  229. {CustomCSS}</style></head><body>
  230.  
  231. <div id="sidebar">
  232.  
  233.  
  234. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  235.  
  236.  
  237. <div id="links">
  238. <a href="/"style="background:#111;padding:5px;color:#fff;">home</a>
  239. <a href="/ask">ask</a>
  240. <a href="{text:link 1 url}">{text:link 1}</a>
  241. <a href="{text:link 2 url}">{text:link 2}</a>
  242.  
  243. </div>
  244.  
  245. </div>
  246.  
  247.  
  248.  
  249. <div id="butts"> {description}</div>
  250.  
  251.  
  252. <div id="pagination"{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><</a>{/block:PreviousPage}{/block:Pagination}{block:JumpPagination length="5"}
  253. {block:CurrentPage}<span class="pagination_a">{PageNumber}</span>{/block:CurrentPage}
  254. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  255. {/block:JumpPagination}{block:Pagination}{block:NextPage}<a href="{NextPage}">></a>{/block:NextPage}{/block:Pagination}</div>
  256. </div>
  257.  
  258. <div id="entries">{block:Posts}<div id="post">
  259.  
  260. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  261.  
  262. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  263.  
  264. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  265.  
  266. {block:Quote}{Quote}{/block:Quote}
  267.  
  268. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  269.  
  270. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  271.  
  272. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  273. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  274. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  275. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  276. {/block:Audio}
  277.  
  278. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  279.  
  280. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}"> {Asker}:&nbsp; {Question}</div><br><div id="answer">{Answer}</div>{/block:Answer}
  281.  
  282. <div id="info">
  283. {block:Date}<a href="{Permalink}">
  284. {TimeAgo}</a></a>{/block:Date} | <a href="{Permalink}">
  285. {NoteCountWithLabel}</a>{block:RebloggedFrom} | <a href="{ReblogParentURL}"
  286. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom} - <a href="{ReblogURL}" target="_blank">reblog</a><br> {block:HasTags} {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  287.  
  288. </div>
  289.  
  290. </div>
  291. {/block:Posts}
  292. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  293. {/block:Posts}</div></div></div>
  294.  
  295. <div style="position:fixed;bottom:5px; right:5px; text-transform:uppercase; font-size:8px; letter-spacing:2px; border: 1px solid {color:border}; padding: 3px;"><a href="http://bedziams.tumblr.com/">bz</a></center></div>
  296.  
  297.  
  298. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment