furyofthetimelords

theme 007

Jan 19th, 2013
625
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.44 KB | None | 0 0
  1. <!-- theme 007 by laura @furyofthetimelords
  2. don't steal, don't use as a base and editing is okay just don't call it your own-->
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8. <head>
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
  11.  
  12. <script type="text/javascript">
  13. WebFontConfig = {
  14. google: { families: [ 'Dawning+of+a+New+Day::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="#19191a" />
  32. <meta name="color:post" content="#0c0b0b" />
  33. <meta name="color:sidebar" content="#000000" />
  34. <meta name="color:description" content="#2c1b1b" />
  35. <meta name="color:text" content="#4d1010" />
  36. <meta name="color:link" content="#3d3939" />
  37. <meta name="color:link bar" content="#0f0101" />
  38. <meta name="color:description bg" content="#1c1b1b" />
  39. <meta name="color:link bg" content="#1f0404" />
  40.  
  41.  
  42. <meta name="text:link1" content="" />
  43. <meta name="text:link1 URL" content="" />
  44. <meta name="text:link2" content="" />
  45. <meta name="text:link2 URL" content="" />
  46. <meta name="text:link3" content="" />
  47. <meta name="text:link3 URL" content="" />
  48. <meta name="text:link4" content="" />
  49. <meta name="text:link4 URL" content="" />
  50. <meta name="text:link5" content="" />
  51. <meta name="text:link5 URL" content="" />
  52. <meta name="text:subtitle" content="" />
  53.  
  54. <meta name="image:sidebar img" content="" />
  55. <meta name="image:background" content="" />
  56. <meta name="image:sidebar bg" content="" />
  57.  
  58. <style type="text/css">
  59.  
  60. @import url(http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day);
  61.  
  62. body {
  63. background: {color:background};
  64. background-image: url('{image:background}');
  65. margin: 0;
  66. padding: 0;
  67. font-family: arial;
  68. font-size:8px;
  69. text-transform:lowercase;
  70. color:{color:text};
  71. }
  72.  
  73. a{text-decoration:none;}
  74.  
  75. a:link, a:active, a:visited{
  76. color: {color:link};
  77. text-decoration:none;
  78. }
  79.  
  80. a:hover{
  81. font-size:10px;
  82. color: {color:text};
  83. text-transform:uppercase;
  84. }
  85.  
  86. blockquote{
  87. padding-left:3px;
  88. border-left: 2px soild {color:text};
  89. }
  90.  
  91.  
  92. #title {
  93. font-family: Dawning of a New Day;
  94. color:{color:text};
  95. font-size:23px;
  96. font-style:bold;
  97. text-align:center;
  98. text-decoration:none;
  99. margin-top:190px;
  100. }
  101.  
  102. #titlet {
  103. font-family: Dawning of a New Day;
  104. color:{color:text};
  105. font-size:23px;
  106. font-style:bold;
  107. text-align:center;
  108. text-decoration:none;
  109. }
  110.  
  111. #titleq {
  112. font-family: Dawning of a New Day;
  113. color:{color:text};
  114. font-size:23px;
  115. font-style:bold;
  116. text-align:center;
  117. text-decoration:none;
  118. text-style:italic
  119. }
  120.  
  121. .titleL a{
  122. font-family: Dawning of a New Day;
  123. color:{color:text};
  124. font-size:23px;
  125. font-style:bold;
  126. text-align:center;
  127. text-decoration:none;
  128. }
  129.  
  130. .titleL a:hover{
  131. text-style:italic;
  132. }
  133.  
  134. #stitle{
  135. text-align:center;
  136. font-style:italic;
  137. font-size:10px;
  138. }
  139.  
  140. #sidebar {
  141. position:fixed;
  142. height:100%;
  143. width:350px;
  144. padding:5px;
  145. background-color:{color:sidebar};
  146. background-image: url('{image:sidebar bg}');
  147. background-attachment:fixed;
  148. background-position:bottom left;
  149. background-repeat:no-repeat
  150. }
  151.  
  152. #sidebar2 {
  153. position:fixed;
  154. height:100%;
  155. width:60px;
  156. margin-left:330px;
  157. padding-left:5px;
  158. padding-right:5px;
  159. padding-top:220px;
  160. background-color:{color:link bar};
  161. }
  162.  
  163.  
  164. #sidebarpic img {
  165. margin-top:10px;
  166. margin-bottom:20px;
  167. max-width:100px;
  168. height:auto;
  169. text-align:center;
  170. border:3px solid {color:link bar};
  171. }
  172.  
  173. #description {
  174. margin-top:2px;
  175. width: 250px;
  176. font-size:9px;
  177. margin-left:30px;
  178. padding:3px;
  179. text-align:center;
  180. color:{color:description};
  181. font-family:{font:description};
  182. background-color:{color:description bg}
  183. }
  184.  
  185. .bubble {align:right;background: {color:background}; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  186. .bubble p {margin:1px 0px;}
  187. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
  188.  
  189. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: {color:background}}
  190.  
  191. .nav a{
  192. font-size:8px;
  193. display:inline-block;
  194. text-align:center;
  195. padding:5px;
  196. height:10px;
  197. width:50px;
  198. margin-bottom:5px;
  199. background-color:{color:link bg};
  200. color:{color:link};
  201. text-transform:none;
  202. }
  203.  
  204. .nav a:hover{
  205. background-color:{color:link bar};
  206. color:{color:link};
  207. -webkit-transition: 0.5s;
  208. -moz-transition: 0.5s;
  209. -o-transition: 0.5s;
  210. transition: 0.5s;
  211. }
  212.  
  213. #audiodesc {
  214. font-family:arial;
  215. background-color:{color:sidebar};
  216. padding:5px;
  217. float:right;
  218. margin-right:250px;
  219. }
  220.  
  221. #audioplayer {
  222. width:30px;
  223. height:30px;
  224. overflow:hidden;
  225. opacity: 0.7;
  226. filter:alpha(opacity=70);
  227. -moz-opacity: 0.7;
  228. -khtml-opacity: 0.7;
  229. position:absolute;
  230. margin-top:40px;
  231. margin-bottom:40px;
  232. margin-left:40px;
  233. margin-right:40px;
  234. }
  235.  
  236. #entry {
  237. font-size:10px;
  238. margin-right: 200px;
  239. margin-top:40px;
  240. float: right;
  241. text-align: center;
  242. width:500px;
  243. }
  244.  
  245. #post {
  246. font-size:10px;
  247. padding: 5px;
  248. width: 500px;
  249. background-color:{color:post};
  250. color:{color:text};
  251. text-align: left;
  252. }
  253.  
  254. {CustomCSS}
  255. </style>
  256. <style> .my-like { cursor:pointer; display:inline-block; vertical-align:top; } .my-liked, .my-like:hover { color: red}; 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>
  257.  
  258. <script type="text/javascript"
  259. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  260.  
  261. </script>
  262.  
  263. </head>
  264.  
  265. <body>
  266.  
  267. <div id="sidebar">
  268. <center>
  269. <div id="title">{Title}</div></center>
  270. <div id="stitle">{text:subtitle}</div>
  271. <div id="sidebarpic"><center><a href="/"><img src="{image:sidebar img}"/></a></div>
  272. <div id="description"><center>{block:Description}{Description}{/block:Description}</div>
  273. <center>
  274. {block:PreviousPage}<div class="page"><a href="{PreviousPage}">«</a></div>{/block:PreviousPage} {block:NextPage}<div class="page"><a href="{NextPage}">»</a></div>{/block:NextPage}
  275. </center></div>
  276. <div id="sidebar2">
  277. <div class="nav"><a href="/">home</a> <br><a href="/ask">ask</a> <br><a href="/archive">past</a>
  278. {block:ifLink1}<br><a href="{text:link1 URL}">{text:link1}</a>{/block:iflink1} {block:ifLink2}<br><a href="{text:link2 URL}">{text:link2}</a>{/block:iflink2} {block:ifLink3}<br><a href="{text:link3 URL}">{text:link3}</a>{/block:iflink3} {block:ifLink4}<br><a href="{text:link4 URL}">{text:link4}</a>{/block:iflink4} {block:ifLink5}<br><a href="{text:link5 URL}">{text:link5}</a>{/block:iflink5}
  279. <a href="http://furyofthetimelords.tumblr.com">credit</a>
  280. </div>
  281. </div>
  282.  
  283. <div id="entry">
  284. {block:Posts}
  285. <div id="post">
  286.  
  287. {block:Text}
  288. <div id="titlet">{Title}</div>
  289. {Body}
  290. {/block:Text}
  291.  
  292. {block:Quote}<div id="titleq">“{Quote}”</div> <h2>— {Source}</h2>{/block:Quote}
  293.  
  294. {block:Link}<a href="{URL}" class="link" {Target}> <div class="titleL">{Name}</div></a>
  295. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  296.  
  297. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  298. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  299.  
  300. {block:Chat}{block:Title}<div id="titlet">{Title}</div><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  301.  
  302. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  303.  
  304. {block:Answer}
  305. <img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker}: {Question}&nbsp;</div>{Answer}
  306. {/block:Answer}
  307.  
  308.  
  309. {block:Audio}<div id= "audioplayer"><center>{AudioPlayerGrey}<center></div>
  310. {block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}<div id="audiodesc">{block:TrackName}<strong>song:</strong> {TrackName}{/block:TrackName} <br>{block:Artist}<strong>arist:</strong> {Artist}{/block:Artist} <br></strong>plays:</strong> {FormattedPlayCount}</div>
  311. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  312.  
  313. <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>
  314. {block:ContentSource} / <a href="{SourceURL}">source</a>{block:ContentSource}{/block:RebloggedFrom} • <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">❤</div> • <a href="{ReblogURL}">reblog</a>
  315. {block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><br>
  316. {/block:Posts}
  317.  
  318. {block:PostNotes}{PostNotes}{/block:PostNotes}
  319.  
  320. </div>
  321.  
  322. </body>
  323.  
  324. </html>
Advertisement
Add Comment
Please, Sign In to add comment