furyofthetimelords

theme 011

Mar 25th, 2013
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.34 KB | None | 0 0
  1. <!-- theme 011 by furyofthetimelords. Dont' steal, don't claim as your own or use as a base. That's not cool. Be cool, kids -->
  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. <link href='http://fonts.googleapis.com/css?family=Junge' rel='stylesheet' type='text/css'>
  8.  
  9. <script type="text/javascript">
  10. WebFontConfig = {
  11. google: { families: [ 'Junge::latin' ] }
  12. };
  13. (function() {
  14. var wf = document.createElement('script');
  15. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  16. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  17. wf.type = 'text/javascript';
  18. wf.async = 'true';
  19. var s = document.getElementsByTagName('script')[0];
  20. s.parentNode.insertBefore(wf, s);
  21. })(); </script>
  22.  
  23. <head>
  24.  
  25. <title>{Title}</title>
  26. <link rel="shortcut icon" href="{Favicon}">
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28.  
  29. <meta name="color:background" content="#355a8f" />
  30. <meta name="color:post" content="#4978a5" />
  31. <meta name="color:sidebar" content="#4c79aa" />
  32. <meta name="color:description" content="#97a5b4" />
  33. <meta name="color:text" content="#709bcc" />
  34. <meta name="color:title" content="#aeb2d3" />
  35. <meta name="color:link" content="#30355f" />
  36.  
  37. <meta name="text:link1" content="" />
  38. <meta name="text:link1 URL" content="" />
  39. <meta name="text:link2" content="" />
  40. <meta name="text:link2 URL" content="" />
  41. <meta name="text:link3" content="" />
  42. <meta name="text:link3 URL" content="" />
  43. <meta name="text:link4" content="" />
  44. <meta name="text:link4 URL" content="" />
  45. <meta name="text:link5" content="" />
  46. <meta name="text:link5 URL" content="" />
  47.  
  48. <meta name="image:sidebar bg" content="" />
  49. <meta name="image:sidebar img" content="" />
  50. <meta name="image:background" content="" />
  51.  
  52. <style type="text/css">
  53.  
  54. @import url(http://fonts.googleapis.com/css?family=Junge);
  55.  
  56. body {
  57. background: {color:background};
  58. background-image: url('{image:background}');
  59. margin: 0;
  60. padding: 0;
  61. font-family: Book Antiqua;
  62. font-size:10px;
  63. color:{color:text};
  64. }
  65.  
  66. blockquote {
  67. border-left: 3px solid {color:description};
  68. padding-left:4px;
  69. }
  70.  
  71. a{text-decoration:none;}
  72.  
  73. a:link, a:active, a:visited{
  74. color:{color:link};
  75. text-decoration:none;
  76. }
  77.  
  78. a:hover{
  79. text-decoration:underline;
  80. }
  81.  
  82.  
  83. #title {
  84. font-family:Junge;
  85. color:{color:title};
  86. font-size:18px;
  87. font-style:bold;
  88. text-align:center;
  89. text-decoration:none;
  90. }
  91.  
  92.  
  93.  
  94. #sidebar {
  95. position:fixed;
  96. width:390px;
  97. height:100%;
  98. padding-left:5px;
  99. padding-top:200px;
  100. background-color:{color:sidebar};
  101. background-image: url('{image:sidebar bg}');
  102. background-attachment:fixed;
  103. background-position:bottom left;
  104. background-repeat:no-repeat
  105. }
  106.  
  107. #sidebar img {
  108. margin-top:5px;
  109. margin-bottom;5px;
  110. text-align:center;
  111. padding:2px;
  112. }
  113.  
  114. #description {
  115. width: 200px;
  116. font-size:10px;
  117. text-align:left;
  118. color:{color:description};
  119. padding:3px;
  120. font-family:Book Antiqua;
  121. }
  122.  
  123. .nav a{
  124. margin-top:5px;
  125. font-size:10px;
  126. color:{color:link};
  127. }
  128.  
  129. .nav a:hover {
  130. background-color:{color:description};
  131. text-decoration:none;
  132. }
  133.  
  134. #audioplayer {
  135. position:absolute;
  136. opacity: 0.5;
  137. filter:alpha(opacity=50);
  138. -moz-opacity: 0.5;
  139. -khtml-opacity: 0.5;
  140. float:right;
  141. margin-right:360px;
  142. width:100px;
  143. height:30px;
  144. overflow:hidden;
  145. padding-bottom:50px;
  146. }
  147.  
  148. #audiodesc {
  149. float:right;
  150. margin-bottom:20px;
  151. }
  152.  
  153. .icon img {
  154. border-radius:15px;
  155. -moz-border-radius:15px;
  156. -webkit-border-radius:15px;
  157. -o-border-radius:15px;
  158. padding-right:3px;
  159. float:left;
  160. margin-left:5px;
  161. }
  162.  
  163. #qtext {
  164. float:left;
  165. padding:5px;
  166. width:500px;
  167. background-color:{color:sidebar};
  168. padding-left:5px;
  169. }
  170.  
  171. #info {
  172. background-color:{color:post};
  173. border-top:3px solid {color:link bg};
  174. padding:3px;
  175. }
  176.  
  177. #entry {
  178. font-size:10px;
  179. margin-right: 290px;
  180. margin-top:40px;
  181. float: right;
  182. text-align: justify;
  183. width:500px;
  184. }
  185.  
  186. #post {
  187. font-size:10px;
  188. padding: 5px;
  189. width: 500px;
  190. color:{color:text};
  191. text-align: justify;
  192. }
  193.  
  194. {CustomCSS}
  195. </style>
  196. <style> .my-like { cursor:pointer; display:inline-block; vertical-align:top; } .my-liked, .my-like:hover { color: #c5b99a; cursor:pointer; display:inline-block; vertical-align:top; } </style> <script> window.onload = function () { document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' ); document.addEventListener( 'click', function ( event ) { var myLike = event.target; if( myLike.className.indexOf( 'my-like' ) > -1 ) { var frame = document.getElementById( 'my-like-frame' ), liked = ( myLike.className == 'my-liked' ), command = liked ? 'unlike' : 'like', reblog = myLike.getAttribute( 'data-reblog' ), id = myLike.getAttribute( 'data-id' ), oauth = reblog.slice( -8 ); frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id; liked ? myLike.className = 'my-like' : myLike.className = 'my-liked'; }; }, false ); }; </script>
  197. <script type="text/javascript"
  198. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  199.  
  200. </head>
  201.  
  202. <body>
  203.  
  204. <div id="sidebar">
  205. <center>
  206. <div id="title">{Title}</div></center>
  207. <center><div id="sidebar img"><img src="{image:sidebar img}"></div>
  208. <center><div class="nav"><a href="/">home</a> / <a href="/ask">ask</a> / <a href="/archive">past</a> / <a href="http://furyofthetimelords.tumblr.com">credit</a> <br>{block:ifLink1}<a href="{text:link1 URL}">{text:link1}</a>{/block:iflink1} {block:ifLink2} / <a href="{text:link2 URL}">{text:link2}</a>{/block:iflink2} {block:ifLink3} / <a href="{text:link3 URL}">{text:link3}</a>{/block:iflink3} {block:ifLink4} / <a href="{text:link4 URL}">{text:link4}</a>{/block:iflink4} {block:ifLink5} / <a href="{text:link5 URL}">{text:link5}</a>{/block:iflink5}</div>
  209. <center><div id="description">{block:Description}{Description}{/block:Description}</div>
  210. <center>
  211. {block:PreviousPage}<a href="{PreviousPage}"><font-size="12">« prev</font></a>{/block:PreviousPage} {block:NextPage} <a href="{NextPage}"><font-size="12">next »</font></a>{/block:NextPage}
  212. </center></div>
  213.  
  214. <div id="entry">
  215. {block:Posts}
  216. <div id="post">
  217.  
  218. {block:Text}<div id="title">{Title}</div>{Body}{/block:Text}
  219.  
  220. {block:Quote}<div id="title">“{Quote}”</div> <h2>— {Source}</h2>{/block:Quote}
  221.  
  222. {block:Link}<a href="{URL}" class="link" {Target}> <div id="title">{Name}</div></a>
  223. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  224.  
  225. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  226. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  227.  
  228. {block:Chat}{block:Title}<t>{Title}</t><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  229. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  230.  
  231. {block:Answer}
  232. <div id="qtext">
  233. <div class="icon"><img src="{AskerPortraitURL-30}"></div><b>{Asker}</b> asked:<br>
  234. {Question}</div>
  235. <br>
  236. <br>
  237. <br>
  238. {Answer}
  239. {/block:Answer}
  240.  
  241.  
  242.  
  243. {block:Audio}<center><div id="audioplayer">{AudioPlayerGrey}</div></center>{block:AlbumArt}<image src="{AlbumArtURL}" width="100">{/block:AlbumArt}<br><br>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  244.  
  245. <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>
  246. {block:ContentSource} / <a href="{SourceURL}">source</a>{block:ContentSource}{/block:RebloggedFrom} • <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">like</div> • <a href="{ReblogURL}">reblog</a>
  247. {block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><br>
  248. {/block:Posts}
  249.  
  250. {block:PostNotes}{PostNotes}{/block:PostNotes}
  251.  
  252. </div>
  253.  
  254. </body>
  255.  
  256. </html>
Advertisement
Add Comment
Please, Sign In to add comment