furyofthetimelords

theme 004 (revamped)

Jan 8th, 2013
411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.80 KB | None | 0 0
  1. <!-- theme 004 by laura @furyofthetimelords. -->
  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. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.  
  13.  
  14. <meta name="color:background" content="#ffffff" />
  15. <meta name="color:post" content="#9caaa2" />
  16. <meta name="color:sidebar" content="#8e9e97" />
  17. <meta name="color:description" content="#9bbeae" />
  18. <meta name="color:text" content="#59635e" />
  19. <meta name="color:link" content="#c6d1cc" />
  20.  
  21. <meta name="text:link1" content="" />
  22. <meta name="text:link1 URL" content="" />
  23. <meta name="text:link2" content="" />
  24. <meta name="text:link2 URL" content="" />
  25. <meta name="text:link3" content="" />
  26. <meta name="text:link3 URL" content="" />
  27.  
  28. <meta name="image:background" content="" />
  29. <meta name="image:imgbar bg" content="" />
  30.  
  31. <style type="text/css">
  32.  
  33. body {
  34. background: {color:background};
  35. background-image: url('{image:background}');
  36. margin: 0;
  37. padding: 0;
  38. font-family: {font:Body};
  39. }
  40.  
  41. blockquote {
  42. border-left: 3px solid {color:post};
  43. padding-left:5px;
  44. }
  45.  
  46. a{text-decoration:none;}
  47.  
  48. a:link, a:active, a:visited{
  49. color: {color:link};
  50. text-decoration:none;
  51. }
  52.  
  53. a:hover{
  54. font-size:10px;
  55. color: {color:text};
  56. }
  57.  
  58. h2 {
  59. font-size:16px;
  60. font-family:times new roman;
  61. font-style:italic;
  62. }
  63.  
  64. #poster {
  65. font-family:times new roman;
  66. color:{color:text};
  67. font-size:16px;
  68. font-style:italic;
  69. text-align:center;
  70. text-decoration:none;
  71. }
  72.  
  73. #title {
  74. font-family:times new roman;
  75. color:{color:text};
  76. font-size:16px;
  77. font-style:italic;
  78. text-align:center;
  79. text-decoration:none;
  80. margin-top:250px;
  81. }
  82.  
  83.  
  84. #sidebar {
  85. position:fixed;
  86. height:100%;
  87. width:200px;
  88. padding:5px;
  89. background-color:{color:sidebar};
  90. }
  91.  
  92. #imgbar {
  93. position:fixed;
  94. height:100%;
  95. width:140px;
  96. padding:5px;
  97. padding-top:200px;
  98. margin-left:200px;
  99. background-image: url('{image:imgbar bg}');
  100. background-attachment:top;
  101. background-color:{color:post};
  102. }
  103.  
  104.  
  105. .nav a{
  106. display:inline-block;
  107. margin-left:40px;
  108. padding:10px;
  109. width:50px;
  110. text-align:center;
  111. margin-bottom:10px;
  112. font-size:9px;
  113. background-color:{color:post};
  114. transition-duration: 0.8s;
  115. -moz-transition-duration: 0.8s;
  116. -webkit-transition-duration: 0.8s;
  117. -o-transition-duration: 0.8s;
  118. }
  119.  
  120. .nav a:hover {
  121. background-color:{color:sidebar};
  122. text-transform:none;
  123. }
  124.  
  125. #description {
  126. margin-top:3px;
  127. width: 100px;
  128. font-size:11px;
  129. text-align:justify;
  130. margin-left:50px;
  131. color:{color:description};
  132. font-family:{font:description};
  133. }
  134.  
  135. #audioplayer {
  136. position:absolute;
  137. opacity: 0.5;
  138. filter:alpha(opacity=50);
  139. -moz-opacity: 0.5;
  140. -khtml-opacity: 0.5;
  141. float:right;
  142. margin-right:360px;
  143. width:100px;
  144. height:30px;
  145. overflow:hidden;
  146. padding-bottom:50px;
  147. }
  148.  
  149. #audiodesc {
  150. float:right;
  151. margin-bottom:20px;
  152. }
  153.  
  154. #question {
  155. font-family:Lucida;
  156. border: 1px solid {color:link};
  157. padding:3px;
  158. background-color:{color:background};
  159. }
  160.  
  161. #date {
  162. opacity:0;
  163. filter:alpha(opacity=0);
  164. -moz-opacity:0;
  165. -webkit-opacity:0;
  166. transition-duration: 0.5s;
  167. -moz-transition-duration: 0.5s;
  168. -webkit-transition-duration: 0.5s;
  169. -o-transition-duration: 0.5s;
  170. position:absolute;
  171. width:500px;
  172. }
  173.  
  174. #post:hover #date {
  175. opacity:1;
  176. filter:alpha(opacity=100);
  177. -moz-opacity:1;
  178. -webkit-opacity:1;
  179. }
  180.  
  181. #date a{
  182. font-family:times new roman;
  183. font-size:11px;
  184. }
  185.  
  186. #na {
  187. float:right;
  188. }
  189.  
  190. #info {
  191. border-top: 1px solid {color:post};
  192. }
  193.  
  194. #entry {
  195. font-size:10px;
  196. margin-right: 290px;
  197. margin-top:40px;
  198. float: right;
  199. text-align: justify;
  200. width:500px;
  201. }
  202.  
  203. #post {
  204. font-size:10px;
  205. padding: 5px;
  206. width: 500px;
  207. margin-bottom:15px;
  208. color:{color:text};
  209. text-align: justify;
  210. }
  211.  
  212. {CustomCSS}
  213. </style>
  214. </head>
  215.  
  216. <body>
  217.  
  218. <div id="imgbar">
  219. <div class="nav"><a href="/">home</a> <a href="/ask">ask</a> <a href="/archive">past</a> {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} <a href="http://furyofthetimelords.tumblr.com">theme</a></div>
  220. </div>
  221.  
  222. <div id="sidebar">
  223. <center>
  224. <div id="title">{Title}</div></center>
  225. <div id="description">{block:Description}{Description}{/block:Description}</div>
  226. <center>
  227. {block:PreviousPage}<a href="{PreviousPage}"><font-size="12">«</font></a>{/block:PreviousPage} {block:NextPage} <a href="{NextPage}"><font-size="12">»</font></a>{/block:NextPage}
  228. </center></div>
  229.  
  230.  
  231. <div id="entry">
  232. {block:Posts}
  233. <div id="post">
  234.  
  235. {block:Text}<div id="poster">{Title}</div>{Body}{/block:Text}
  236.  
  237. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  238.  
  239. {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
  240. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  241.  
  242. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  243. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  244.  
  245. {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}
  246. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  247.  
  248. {block:Answer}
  249. <div id="question">
  250. <b>{Asker}</b> inquired:<br>
  251. {Question}</div>{Answer}
  252. {/block:Answer}
  253.  
  254. {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}
  255.  
  256. <div id="info"><a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:RebloggedFrom} - <a href="{ReblogParentURL}">via</a>
  257. {block:ContentSource} / <a href="{SourceURL}">source</a>{block:ContentSource}{/block:RebloggedFrom} - <a href="{ReblogURL}">reblog</a> {block:NoteCount} <div id="na"><a href="{Permalink}"> {NoteCount}</a></div>{/block:NoteCount}<br><div id="date">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags} </div> <br>
  258. </div></div><br>
  259. {/block:Posts}
  260.  
  261. {block:PostNotes}{PostNotes}{/block:PostNotes}
  262.  
  263. </div>
  264.  
  265. </body>
  266.  
  267. </html>
Advertisement
Add Comment
Please, Sign In to add comment