furyofthetimelords

theme 009 (revamped)

Feb 13th, 2013
463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.45 KB | None | 0 0
  1. <!-- theme 009 revamped by lore @bluesargently dont' steal, don't remove credit or claim any or all of this code as your own -->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <head>
  8.  
  9. <link href='http://fonts.googleapis.com/css?family=Cutive+Mono' rel='stylesheet' type='text/css'>
  10.  
  11.  
  12. <script type="text/javascript">
  13. WebFontConfig = {
  14. google: { families: [ 'Cutive+Mono::latin' ] }
  15. };
  16. (function() {
  17. var wf = document.createElement('script');
  18. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  19. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  20. wf.type = 'text/javascript';
  21. wf.async = 'true';
  22. var s = document.getElementsByTagName('script')[0];
  23. s.parentNode.insertBefore(wf, s);
  24. })(); </script>
  25.  
  26. <title>{Title}</title>
  27. <link rel="shortcut icon" href="{Favicon}">
  28. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  29.  
  30.  
  31. <meta name="color:background" content="#ffffff" />
  32. <meta name="color:sidebar" content="#b2bacd" />
  33. <meta name="color:description" content="#494747" />
  34. <meta name="color:text" content="#555b67" />
  35. <meta name="color:link" content="#727f9a" />
  36. <meta name="color:border" conte="#062836" />
  37. <meta name="color:title" content="#87898c" />
  38. <meta name="color:link hover" content="#727f9a" />
  39.  
  40. <meta name="text:Link1" content="" />
  41. <meta name="text:Link1 URL" content="" />
  42. <meta name="text:Link2" content="" />
  43. <meta name="text:Link2 URL" content="" />
  44. <meta name="text:Link3" content="" />
  45. <meta name="text:Link3 URL" content="" />
  46. <meta name="text:subtitle" content="" />
  47.  
  48. <meta name="image:sidebar img" content="" />
  49. <meta name="image:background" content="" />
  50.  
  51. <style type="text/css">
  52.  
  53. @import url(http://fonts.googleapis.com/css?family=Cutive+Mono);
  54.  
  55. body {
  56. background: {color:background};
  57. background-image: url('{image:background}');
  58. margin: 0;
  59. padding: 0;
  60. font-size:12px;
  61. font-family: courier new};
  62. }
  63.  
  64. a{text-decoration:none;}
  65.  
  66.  
  67.  
  68. a:link, a:active, a:visited{
  69. color: {color:link};
  70. text-decoration:none;
  71. }
  72.  
  73. a:hover{
  74. color: {color:text};
  75. }
  76.  
  77. blockquote {
  78.  
  79. border-left:2px solid {color:border};
  80.  
  81. padding-left:5px;
  82.  
  83. }
  84.  
  85. small {
  86. font-size:10px;
  87. }
  88.  
  89. big {
  90. font-size:14px;
  91. }
  92.  
  93. pre {
  94. width:495px;
  95. overflow:auto;
  96. }
  97.  
  98. code {
  99. width:495px;
  100. overflow:auto;
  101. }
  102.  
  103. ::-webkit-scrollbar-thumb:vertical {background-color:{color:border}; height:100px;}
  104.  
  105. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:border}; height:10px !important;}
  106.  
  107. ::-webkit-scrollbar { height:10px;width:10px;}
  108.  
  109. #title {
  110. font-family:Cutive Mono;
  111. color:{color:title};
  112. font-size:20px;
  113. font-style:bold;
  114. text-align:center;
  115. text-decoration:none;
  116. }
  117.  
  118. #titleb {
  119. font-family:Cutive Mono;
  120. color:{color:title};
  121. font-size:20px;
  122. font-style:bold;
  123. text-align:center;
  124. text-decoration:none;
  125. letter-spacing:3px;
  126. }
  127.  
  128. #subtitle {
  129. font-size:12px;
  130. letter-spacing:2px;
  131. font-style:italic;
  132. }
  133.  
  134. #header {
  135. margin-top:10px;
  136. width:500px;
  137. margin-left:30%;
  138. text-align:center;
  139. border-bottom:1px solid {color:border};
  140. padding-bottom:5px;
  141. }
  142.  
  143. #sidebar3 {
  144. margin-left:70px;
  145. font-size:10px;
  146. position:fixed;
  147. background color:{color:border};
  148. margin-top:390px;
  149. text-align:center;
  150. }
  151.  
  152. #sidebar {
  153. position:fixed;
  154. margin-top:200px;
  155. margin-left:50px;
  156. width:150px;
  157. height:150px;
  158. padding:2px;
  159. border:3px double {color:border};
  160. }
  161.  
  162. #sidebar2{
  163. position:fixed;
  164. margin-top:220px;
  165. margin-left:170px;
  166. max-width:20px;
  167. max-height:100px;
  168. }
  169.  
  170.  
  171. #side img {
  172. height:150px;
  173. width:150px;
  174. }
  175.  
  176. #sidepic {
  177. width: 150px; /*change this to the width of your sidebar*/
  178. height:150px;
  179. }
  180.  
  181. #sidepic .desc{
  182. font-size:12px;
  183. opacity:0;
  184. padding-top:20px;
  185. width:150px; /*width of the image*/
  186. height:130px; /*height of the image*/
  187. position: absolute;
  188. text-align:center;
  189. background-color:transparent;
  190. color:{color:description};
  191. overflow:auto;
  192. -webkit-transition: opacity 0.5s linear;
  193. -webkit-transition: all 0.5s linear;
  194. -moz-transition: all 0.5s linear;
  195. -o-transition: all 0.5s linear;
  196. transition: all 0.5s linear;
  197. }
  198.  
  199. #sidepic:hover .desc{
  200. opacity:0.9;
  201. background-color:{color:sidebar};
  202. margin-left:0px;
  203. transition: all 0.8s linear;
  204. -webkit-transition: opacity 0.8s linear;
  205. -webkit-transition: all 0.8s linear;
  206. -moz-transition: all 0.8s linear;
  207.  
  208. }
  209.  
  210. .nav a{
  211. display:inline-block;
  212. font-size:12px;
  213. float:left;
  214. font-family:courier new;
  215. color:{color:link};
  216. margin-left:50px;
  217. text-decoration:none;
  218. }
  219.  
  220. .nav a:hover {
  221. background-color:{color:link hover};
  222. color:{color:background};
  223. font-style:normal;
  224. -webkit-transition: all 0.5s linear;
  225. -moz-transition: all 0.5s linear;
  226. -o-transition: all 0.5s linear;
  227. transition: all 0.5s linear;
  228. }
  229.  
  230. .jump_page {
  231. padding: 2px 4px;
  232. color:{color:link};
  233. font-family:arial;
  234. font-size:11px;
  235. text-decoration:none;
  236. text-align:center;
  237. }
  238.  
  239. .jump_page:hover {
  240. padding: 2px 4px;
  241. color:{color:text};
  242. font-family:arial;
  243. font-size:11px;
  244. text-decoration:none;
  245. background-color: none;
  246. }
  247.  
  248. .current_page {
  249. padding: 2px 4px;
  250. color: {color:text};
  251. font-family:arial;
  252. font-size:11px;
  253. text-decoration:none;
  254. }
  255.  
  256. #audioplayer {
  257. position:absolute;
  258. width:25px;
  259. height:25px;
  260. margin-top:40px;
  261. margin-left:40px;
  262. margin-right:40px;
  263. margin-bottom:40px;
  264. overflow:hidden;
  265. -moz-border-radius: 30px;
  266. -webkit-border-radius: 30px;
  267. border-radius: 30px;
  268. opacity: 0.7;
  269. filter:alpha(opacity=70);
  270. -moz-opacity: 0.7;
  271. -khtml-opacity: 0.7;
  272. }
  273.  
  274. #audiodesc {
  275. float:right;
  276. margin-right:150px;
  277. margin-bottom:20px;
  278. }
  279.  
  280. #info{
  281. border-top: 1px solid {color:border};
  282. padding-top:5px;
  283. }
  284.  
  285. #entry {
  286. font-size:10px;
  287. margin-left: 30%;
  288. margin-top:40px;
  289. float: left;
  290. text-align: justify;
  291. width:500px;
  292. }
  293.  
  294. #post {
  295. font-size:12px;
  296. padding:5px;
  297. width: 500px;
  298. color:{color:text};
  299. text-align: justify;
  300. }
  301.  
  302.  
  303. {CustomCSS}
  304. </style>
  305. </head>
  306.  
  307. <body>
  308.  
  309. <div id="header">
  310. <div id="titleb">{Title}</div>
  311. <div id="subtitle">{text:subtitle}</div>
  312. </div>
  313. <div id="sidebar2"><div class="nav">
  314. <a href="/">home</a>
  315. <a href="/ask">ask</a>
  316. <a href="/archive">past</a>
  317. <a href="http://bluesargently.tumblr.com">credit</a>
  318. {block:ifLink1}<a href="{text:Link1 URL}">{text:Link1}</a>{/block:ifLink1}
  319. {block:ifLink2}<a href="{text:Link2 URL">{text:Link2}</a>{/block:ifLink2}
  320. {block:ifLink3}<a href="{text:link3 URL}">{text:Link3}</a>{/block:ifLink3}
  321. </div></div>
  322. <div id="sidebar">
  323. <div id="sidepic">
  324. <div class="desc">
  325. {Description}
  326. </div>
  327. <div id="side"><img src="{image:sidebar img}"></div>
  328. <p><center>hover</center>
  329. </div>
  330. </div>
  331. <div id="sidebar3">
  332. <center>
  333. {block:Pagination}
  334. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  335. {block:JumpPagination length="5"}
  336. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  337. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  338. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  339. {/block:Pagination}
  340. </center>
  341. </div>
  342.  
  343.  
  344.  
  345. <div id="entry">
  346. {block:Posts}
  347. <div id="post">
  348.  
  349. {block:Text}
  350. <div id="title">{Title}</div>
  351. {Body}
  352. {/block:Text}
  353.  
  354. {block:Quote}<div id="title">“{Quote}”</div> <h2>— {Source}</h2>{/block:Quote}
  355.  
  356. {block:Link}<a href="{URL}" class="link" {Target}> <div id="title">[ {Name} ] </div></a>
  357. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  358.  
  359. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  360. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  361.  
  362. {block:Chat}{block:Title}<div id="title">{Title}</div><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  363. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  364.  
  365. {block:Answer}
  366. <div class="question">
  367. <b>{Asker}</b> asked:<br>
  368. {Question}</div>{Answer}
  369. {/block:Answer}
  370.  
  371. {block:Audio}
  372. <div id= "audioplayer">{AudioPlayerWhite}</div>
  373. {block:AlbumArt}
  374. <img src="{AlbumArtURL}" width="100">
  375. {/block:AlbumArt}
  376. <div id="audiodesc">{block:TrackName}<br><strong>song:</strong> {TrackName}{/block:TrackName}
  377. {block:Artist}<br><strong>artist:</strong> {Artist}{/block:Artist}
  378. <br><strong>plays:</strong> {PlayCount}</div>
  379. {block:Caption}{Caption}{/block:Caption}
  380. {/block:Audio}
  381.  
  382. <div id="info"> <a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} + <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>
  383. {block:ContentSource} / <a href="{SourceURL}">source</a>{block:ContentSource}{/block:RebloggedFrom}<br>
  384. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><br>
  385. {/block:Posts}
  386.  
  387. {block:PostNotes}{PostNotes}{/block:PostNotes}
  388.  
  389. </div>
  390.  
  391. </body>
  392.  
  393. </html>
Advertisement
Add Comment
Please, Sign In to add comment