darnpayne

time

Oct 22nd, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.19 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:link1" content="" />
  26. <meta name="text:link1 url" content="/">
  27. <meta name="text:link2" content="" />
  28. <meta name="text:link2 url" content="/">
  29. <meta name="text:link3" content="" />
  30. <meta name="text:link3 url" content="/">
  31. <meta name="text:link4" content="" />
  32. <meta name="text:link4 url" content="/">
  33. <meta name="if:Show Link 1" content="1" />
  34. <meta name="if:Show Link 2" content="1" />
  35. <meta name="if:Show Link 3" content="1" />
  36. <meta name="if:Show Link 4" content="1" />
  37.  
  38. <style type="text/css">@font-face {font-family: "honeyscript"; src: url('http://static.tumblr.com/q54tzar/vvam21fco/honeyscript-light_1_.ttf'); }
  39.  
  40. /*- body -*/
  41.  
  42. body {
  43. font-family:calibri;
  44. font-size:9px;
  45. line-height:115%;
  46. color:{color:text};
  47. background:{color:background};
  48. }
  49.  
  50. img {
  51. border:none;
  52. }
  53.  
  54. a {
  55. text-decoration:none;
  56. outline:none;
  57. -moz-outline-style:none;
  58. color:{color:link};
  59. -webkit-transition: all 0.6s ease;
  60. -moz-transition: all 0.6s ease;
  61. -o-transition: all 0.6s ease
  62. }
  63.  
  64. a:hover {
  65. color:{color:link hover};
  66. -webkit-transition: all 0.8s ease;
  67. -moz-transition: all 0.8s ease;
  68. -o-transition: all 0.8s ease
  69. }
  70.  
  71. h1 {
  72. font-size:10px;
  73. text-transform:uppercase;
  74. font-weight: bold;
  75. }
  76.  
  77. blockquote {
  78. padding-left:5px;
  79. border-left:2px solid;
  80. }
  81.  
  82. blockquote blockquote {
  83. padding-left:5px;
  84. border-left:2px solid;
  85. }
  86.  
  87. /*- posts/entries -*/
  88.  
  89.  
  90. #entries {
  91. width:400px;
  92. margin-left:550px;
  93. margin-top:70px;
  94. font-size:10px;
  95. }
  96.  
  97.  
  98. #post {
  99. width:500px;
  100. padding:10px;
  101. margin-bottom:20px;
  102. }
  103.  
  104. /*- sidebar -*/
  105.  
  106.  
  107. #sidebar {
  108. position:fixed;
  109. width: 110px;
  110. margin-left:204px;
  111. margin-top:166px;
  112. }
  113.  
  114. #sidebarimage {
  115. width: 110px;
  116. height: 110px;
  117. }
  118.  
  119. #sidebarimage img {
  120. width: 250px;
  121. height:150px;
  122. padding:5px;
  123.  
  124. }
  125. #description {
  126. width: 250px;
  127. height: auto;
  128. font:13px cambria;
  129. margin-left:207px;
  130. margin-top:335px;
  131. text-align:left;
  132. line-height: 10px;
  133. position:fixed;
  134. padding: 3px;
  135.  
  136. }
  137. #description:first-letter {
  138. width: auto;
  139. height: auto;
  140. font:24px cambria;
  141. padding-left:3px;
  142. padding-right:2px;
  143. padding-top:0px;
  144. margin-right:5px;
  145. padding-bottom:2px;
  146. text-transform:uppercase;
  147. line-height:24px;
  148. background:#000;
  149. color:#fff;
  150. border:1px solid #fff;
  151. outline:1px solid #000;
  152. float:left;
  153. }
  154.  
  155. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  156. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  157.  
  158. #links {
  159. position: fixed;
  160. font-family:'calibri';
  161. padding-top: 0px;
  162. padding-bottom: 5px;
  163. margin-top: -130px;
  164. margin-left:-20px;
  165. padding-left: 0px;
  166. padding-right: 0px;
  167. letter-spacing: 2px;
  168. height: 10px;
  169. width: 300px;
  170. text-transform:uppercase;
  171. text-align:center;
  172. text-decoration:bold;
  173. }
  174.  
  175. #links a {
  176. padding 5px;
  177. padding-top: 0px;
  178. padding-bottom: 1px;
  179. padding-right:2px;
  180. padding-left:2px;
  181. margin-bottom: 5px;
  182. font-size: 10px;
  183. font-style:uppercase;
  184. text-align:center;
  185. text-decoration:bold;
  186. width: 50px;
  187. }
  188.  
  189. #pagination {
  190. position:fixed;
  191. width:680px;
  192. height: 10px;
  193. font-size:8px;
  194. text-align:center;
  195. left: 370px;
  196. bottom: 0px;
  197. padding: 10px;
  198. font-family:consolas;
  199. letter-spacing:4px;
  200. opacity: 1;
  201. background-color: {color:background};
  202. }
  203.  
  204.  
  205. /*- others -*/
  206.  
  207. ::-webkit-scrollbar {
  208. width: 5px;height: 5px;}
  209. ::-webkit-scrollbar-button:start:decrement,
  210. ::-webkit-scrollbar-button:end:increment {
  211. height: 6px;display: block;background-color: {color:white};}
  212. ::-webkit-scrollbar-track-piece {
  213. background-color: {color:scrollbar};}
  214. ::-webkit-scrollbar-thumb:vertical {
  215. height: 9px;background-color: {color:scrollbar};border-top:1px solid {color:scrollbar};border-bottom:1px solid {color:scrollbar};}
  216.  
  217. #info {
  218. text-align:right;
  219. margin-top:10px;
  220. padding: 5px;
  221. font-size: 8px;
  222. color: {color:link};
  223. text-transform: uppercase;
  224. font-style: italic;
  225. border-top: 1px solid {color:border};
  226. }
  227.  
  228. #ask {
  229. float:left;
  230. width: 490px;
  231. padding: 5px;
  232. font-style: italic;
  233. text-align:left;
  234. text-transform:none;
  235. padding-bottom: 5px;
  236. padding-right: 5px;
  237. line-height:115%;
  238. background-color: #fff;
  239. border: 1px solid #000;
  240. color:#000;
  241. }
  242.  
  243. #answer {
  244. font-size: 9px;
  245. width: 480px;
  246. padding-top: 30px;
  247. margin-left: 7px;
  248. line-height:120%;
  249. }
  250.  
  251. {CustomCSS}</style></head><body>
  252.  
  253. <div id="sidebar">
  254.  
  255.  
  256. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  257.  
  258.  
  259. <div id="links">
  260.  
  261. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><</a>{/block:PreviousPage}{/block:Pagination}
  262. {block:IfShowLink1}
  263. <a href="{text:link1 url}" >{text:link1}</a>
  264. {/block:IfShowLink1}
  265. {block:IfShowLink2}
  266. <a href="{text:link2 url}" >{text:link2}</a>
  267. {/block:IfShowLink2}
  268. {block:IfShowLink3}
  269. <a href="{text:link3 url}" >{text:link3}</a>
  270. {/block:IfShowLink3}
  271. {block:IfShowLink4}
  272. <a href="{text:link4 url}" >{text:link4}</a>
  273. {/block:IfShowLink4}
  274.  
  275.  
  276. {block:Pagination}{block:NextPage}<a href="{NextPage}">></a>{/block:NextPage}{/block:Pagination}
  277. </div>
  278. </div>
  279.  
  280.  
  281.  
  282. <div id="description">{Description}</div>
  283.  
  284. </div>
  285.  
  286.  
  287.  
  288. <div id="entries">{block:Posts}<div id="post">
  289.  
  290. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  291.  
  292. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  293.  
  294. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  295.  
  296. {block:Quote}{Quote}{/block:Quote}
  297.  
  298. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  299.  
  300. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  301.  
  302. {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>
  303. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  304. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  305. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  306. {/block:Audio}
  307.  
  308. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  309.  
  310. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}"> {Asker}:&nbsp; {Question}</div><br><div id="answer">{Answer}</div>{/block:Answer}
  311.  
  312. <div id="info">
  313. {block:Date}<a href="{Permalink}">
  314. {TimeAgo}</a></a>{/block:Date} | <a href="{Permalink}">
  315. {NoteCountWithLabel}</a>{block:RebloggedFrom} | <a href="{ReblogParentURL}"
  316. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom} <br> {block:HasTags} {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  317.  
  318. </div>
  319.  
  320. </div>
  321. {/block:Posts}
  322. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  323. {/block:Posts}</div></div></div>
  324.  
  325. <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>
  326.  
  327.  
  328. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment