Advertisement
paulveretts

theme 01 | 'til kingdom come;

Mar 21st, 2013
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.32 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4.  
  5. <!--Theme by paulveretts, don't steal or copy this code.-->
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9. <head><title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  14.  
  15. <!--Default Variables-->
  16. <!--Colors-->
  17.  
  18. <meta name="color:Background" content="#ffffff"/>
  19. <meta name="color:Text" content="#333333"/>
  20. <meta name="color:Link" content="#717581"/>
  21. <meta name="color:Hover" content="#333333"/>
  22. <meta name="color:Border" content="#969696"/>
  23.  
  24. <!--Images-->
  25.  
  26. <meta name="image:Background" content=""/>
  27. <meta name="image:Sidebar" content=""/>
  28.  
  29. <!--Links-->
  30.  
  31. <meta name="text:Link1" content="/" />
  32. <meta name="text:Link1 Title" content="" />
  33. <meta name="text:Link2" content="/" />
  34. <meta name="text:Link2 Title" content="" />
  35.  
  36. <style type="text/css">
  37.  
  38. img:hover{-webkit-filter: grayscale(0%); -webkit-transition: .5s ease-in-out;-moz-filter: grayscale(0%); -moz-transition: .5s ease-in-out;-o-filter: grayscale(0%); -o-transition: .5s ease-in-out;} img{-webkit-filter: grayscale(100%); -webkit-transition: .5s ease-in-out;-moz-filter: grayscale(100%); -moz-transition: .5s ease-in-out-o-filter: grayscale(100%); -o-transition: .5s ease-in-out;}
  39.  
  40. ::-webkit-scrollbar {height: auto;width: 6px;}
  41. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  42. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  43.  
  44. body {
  45. background:{color:background};
  46. background-image: url('{image:background}') no-repeat fixed center;;
  47. margin:0px;
  48. color:{color:text};
  49. font-family:consolas;
  50. font-size:10px;
  51. line-height:100%;
  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.5s ease;
  60. -moz-transition: all 0.5s ease;
  61. -o-transition: all 0.5s ease
  62. }
  63.  
  64. img {
  65. border:none;
  66. }
  67.  
  68. blockquote blockquote {
  69. padding-left:5px;
  70. border-left:1px solid;
  71. }
  72.  
  73. h1 {
  74. font-size:12px;
  75. font-family:consolas;
  76. text-transform:uppercase;
  77. }
  78.  
  79. a:hover {
  80. opacity:10;
  81. color:{color:hover};
  82. -webkit-transition: all 0.7s ease;
  83. -moz-transition: all 0.7s ease;
  84. -o-transition: all 0.7s ease
  85. }
  86.  
  87. small{
  88. font-size:9px;
  89. line-height:110%
  90. }
  91.  
  92. big {
  93. font-size:12px;
  94. line-height:110%
  95. }
  96.  
  97. b, strong{
  98. color:{color:text}
  99. }
  100. i, em {
  101. color:{color:text}
  102. }
  103. p{
  104. margin-top:5px;
  105. margin-bottom:5px
  106. }
  107. blockquote {
  108. padding:0px;
  109. padding-left:5px;
  110. margin:5px;
  111. border-left:1px dotted {color:text}
  112. }
  113.  
  114. blockquote img {
  115. max-width:300px
  116. }
  117.  
  118. ul, li img {
  119. max-with:250px
  120. }
  121.  
  122. .audio {width:500px;height:160px;}
  123. .albumart {width:150px;height:150px;position:absolute; border:1px dotted {color:text}; padding:2px;}
  124. .albumart img {width:150px;height:150px;float:left;}
  125. .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
  126. .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
  127. overflow:hidden;background-color:white;}
  128. .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
  129.  
  130. #entries {
  131. padding:10px;
  132. width:500px;
  133. margin-left:600px;
  134. margin-top:85px;
  135. }
  136.  
  137.  
  138. #post {
  139. width:500px;
  140. padding-bottom:3px;
  141. font-family:consolas;
  142. opacity:1;
  143. }
  144.  
  145. #sidebar {
  146. width:120px;
  147. position:fixed;
  148. margin-left:400px;
  149. margin-top:150px;
  150. opacity:1;
  151. }
  152.  
  153. #sidebarimage img{
  154. width:110px;
  155. padding:3px;
  156. border:1px solid;
  157. border-color: {color:Border};
  158. -webkit-transition: all 0.5s ease;
  159. -moz-transition: all 0.5s ease;
  160. -o-transition: all 0.5s ease
  161.  
  162. }
  163.  
  164. #links {
  165. font-family:consolas;
  166. font-size:9px;
  167. opacity:1;
  168. text-align:center;
  169. padding-top:54px;
  170. letter-spacing:1px;
  171. text-transform:lowercase;
  172. font-style:italic;
  173. padding-bottom:4px;
  174. margin-top:-170px;
  175. margin-left:-230px;
  176. }
  177.  
  178. #description {
  179. width:110px;
  180. padding:5px;
  181. font-size:10px;
  182. font-style:italic;
  183. opacity: 0.8;
  184. text-align:right;
  185. margin-top:-2px;
  186. margin-left:-125px;
  187. }
  188.  
  189. #pagination {
  190. font-size:9px;
  191. text-align:center;
  192. color:{color:link};
  193. font-family:consolas;
  194. margin-top:4px;
  195. letter-spacing:0.5px;
  196. margin-left:80px;
  197. }
  198.  
  199. #info {
  200. text-align:right;padding:5px;
  201. margin-top:5px;
  202. margin-bottom:10px;
  203. text-transform: lowercase;
  204. font-family:consolas;
  205. font-size:9px;
  206. }
  207.  
  208. #tags {
  209. font-family:consolas;
  210. letter-spacing:1px;
  211. text-transform:lowercase;
  212. font-style:italic;
  213. font-size:9.3px;
  214. margin-top:3px;
  215. a {display:inline; background-color:{color:linkb};
  216. padding:-4px;
  217. text-align:left;
  218. -webkit-transition: all 0.6s ease-in-out;
  219. -moz-transition: all 0.6s ease-in-out;
  220. -o-transition: all 0.6s ease-in-out;
  221. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  222.  
  223. #asker {
  224. float:left;
  225. margin-right:5px;
  226. }
  227.  
  228. #asked {
  229. font-family:consolas;
  230. text-transform:lowercase;
  231. letter-spacing:1px;
  232. padding-bottom:3px;
  233. }
  234.  
  235. #notes {
  236. font-family:consolas;
  237. text-transform:lowercase;
  238. font-size:9px;
  239. }
  240.  
  241. #question {
  242. font-family:consolas;
  243. font-style:italic;
  244. font-size:10px;
  245. }
  246.  
  247. #answer {
  248. font-family:consolas;
  249. text-transform:uppercase;
  250. font-size:10px;
  251. }
  252.  
  253. {CustomCSS}</style></head><body>
  254.  
  255. <div id="sidebar">
  256. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  257. <div id="links">
  258. <pre><a href="/">home</a>
  259. <a href="/ask">ask</a>
  260. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  261. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</pre>
  262. </div>
  263.  
  264. <div id="description">{Description}</div>
  265.  
  266. {block:Pagination}<div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}
  267. </div>
  268.  
  269. <div id="entries">{block:Posts}<div id="post">
  270.  
  271. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  272.  
  273. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  274.  
  275. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  276.  
  277. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  278.  
  279. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  280.  
  281. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  282.  
  283. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  284. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  285. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  286. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  287. {/block:Audio}
  288.  
  289. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  290.  
  291. {block:Answer}<div id="asker"></div><div id="asked">{Asker} whispered: {Question} {Answer}{/block:Answer}
  292.  
  293. <div id="info"> posted <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} | <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} <a href="{ReblogParentURL}">| VIA</a> {/block:RebloggedFrom}
  294. {block:ContentSource}<a href="{SourceURL}">(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  295. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  296. {/block:Posts}
  297. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  298. {/block:Posts}</div></div></div>
  299.  
  300. <div style="font-size: 10px; letter-spacing: 0.5px; float: right; position: fixed; bottom: 0px; right: 5px; text-transform:lowercase; background-color:white; border:1px solid #efefef;" "<per><a href="http://paulveretts.tumblr.com">© paulveretts</per></a></div>
  301.  
  302. </body>
  303.  
  304. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement