furyofthetimelords

theme 012

Apr 5th, 2013
586
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.67 KB | None | 0 0
  1. <!-- theme 12 by laura @furyofthetimelords so don't steal or call your own, also THIS IS NOT A BASE. But edit it a little, just so long as a) credit stays and b) you don't call it 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. <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="#1d1c1c" />
  15. <meta name="color:link bar bg" content="#bea1a1" />
  16. <meta name="color:sidebar" content="#312e2e" />
  17. <meta name="color:description" content="#4b464b" />
  18. <meta name="color:text" content="#8a7474" />
  19. <meta name="color:tshad" content="#200b03" />
  20. <meta name="color:link" content="#725555" />
  21. <meta name="color:lhover bg" content="#c5b3b3">
  22.  
  23. <meta name="text:link1" content="" />
  24. <meta name="text:link1 URL" content="" />
  25. <meta name="text:link2" content="" />
  26. <meta name="text:link2 URL" content="" />
  27. <meta name="text:link3" content="" />
  28. <meta name="text:link3 URL" content="" />
  29. <meta name="text:link4" content="" />
  30. <meta name="text:link4 URL" content="" />
  31. <meta name="text:link5" content="" />
  32. <meta name="text:link5 URL" content="" />
  33. <meta name="text:link6" content="" />
  34. <meta name="text:link6 URL" content="" />
  35. <meta name="text:subtitle" content="" />
  36.  
  37. <meta name="image:background" content="" />
  38. <meta name="image:side" content="" />
  39.  
  40. <style type="text/css">
  41.  
  42. body {
  43. background: {color:background};
  44. background-image: url('{image:background}');
  45. margin: 0;
  46. padding: 0;
  47. font-family: goudy old style;
  48. }
  49.  
  50. a{text-decoration:none;}
  51.  
  52. a:link, a:active, a:visited{
  53. color:{color:link};
  54. text-decoration:none;
  55. transition-duration: 0.8s;
  56. -moz-transition-duration: 0.8s;
  57. -webkit-transition-duration: 0.8s;
  58. -o-transition-duration: 0.8s;
  59. }
  60.  
  61. a:hover{
  62. color:{color:text};
  63. background-color:{color:lhover bg};
  64. }
  65.  
  66. blockquote {
  67. border-left: 3px solid {color:link};
  68. padding-left:3px;
  69. }
  70.  
  71. #header {
  72. position:fixed;
  73. width:100%;
  74. padding:5px;
  75. height:55px;
  76. background-color:{color:sidebar};
  77. text-align:center;
  78. margin-bottom:5px;
  79. }
  80.  
  81. #header2 {
  82. position:fixed;
  83. width:100%;
  84. padding-bottom:5px;
  85. height:20px;
  86. margin-top:58px;
  87. text-align:center;
  88. background-color:{color:link};
  89. }
  90.  
  91. #description {
  92. margin-top:2px;
  93. width: 250px;
  94. font-size:12px;
  95. text-align:center;
  96. color:{color:description};
  97. }
  98.  
  99. #quiet {
  100. position:fixed;
  101. margin-top:100px;
  102. margin-left:50px;
  103. width:250px;
  104. padding:5px;
  105. }
  106.  
  107. #title {
  108. font-size:18px;
  109. color:{color:title};
  110. }
  111.  
  112. #pallet {
  113. font-family:goudy old style;
  114. font-style:italic;
  115. font-size:18px;
  116. text-align:center;
  117. }
  118.  
  119. .pace a{
  120. font-family:goudy old style;
  121. font-style:italic;
  122. font-size:18px;
  123. color:{color:link};
  124. text-align:center;
  125. transition-duration: 0.8s;
  126. -moz-transition-duration: 0.8s;
  127. -webkit-transition-duration: 0.8s;
  128. -o-transition-duration: 0.8s;
  129. }
  130.  
  131. .pace a:hover{
  132. background-color:{color:lhover bg};
  133. padding:1px;
  134. color:{color:text};
  135. }
  136.  
  137. #bars {
  138. font-family:goudy old style;
  139. font-size:30px;
  140. color:{color:text};
  141. text-shadow: 2px 2px{color:tshad};
  142. }
  143.  
  144. #lemon {
  145. font-size:9px;
  146. letter-spacing:3px;
  147. font-family:times new roman;
  148. font-style:italic;
  149. color:{color:text};
  150. }
  151.  
  152. .nav a{
  153. margin-top:3px;
  154. margin-bottom:3px;
  155. margin-right:8px;
  156. display:inline-block;
  157. padding:2px;
  158. text-align:center;
  159. width:60px;
  160. font-size:10px;
  161. background-color:{color:background};
  162. opacity:0.7;
  163. z-index: 9999;
  164. transition-duration: 0.8s;
  165. -moz-transition-duration: 0.8s;
  166. -webkit-transition-duration: 0.8s;
  167. -o-transition-duration: 0.8s;
  168. }
  169.  
  170. .nav a:hover {
  171. opacity:1;
  172. z-index: 9999;
  173. }
  174.  
  175. #squeek img{
  176. text-align:center;
  177. max-width:100px;
  178. max-height:100px;
  179. border-radius:100px;
  180. -moz-border-radius:100px;
  181. -o-border-radius:100px;
  182. -webkit-border-radius:100px;
  183. margin-bottom:10px;
  184. }
  185.  
  186. #willow {
  187. display:block;
  188. border-top: 1px solid {color:link bg};
  189. border-bottom: 1px solid {color:link bg};
  190. background-color:{color:link bar bg};
  191. height:auto;
  192. width:150px;
  193. color:{color:link};
  194. font-size:10px;
  195. text-align:center;
  196. margin-left:50px;
  197. }
  198.  
  199.  
  200. .jump_page {
  201. padding:3px;
  202. color:{color:link};
  203. font-family:goudy old style;
  204. font-size:10px;
  205. text-decoration:none;
  206. }
  207.  
  208. .current_page, .jump_page:hover {
  209. font-family:goudy old style;
  210. font-size:10px;
  211. text-decoration:none;
  212. color:{color:text};
  213. background-color:{color:link bg};
  214. }
  215.  
  216. #audioplayer {
  217. position:absolute;
  218. opacity: 0.5;
  219. filter:alpha(opacity=50);
  220. -moz-opacity: 0.5;
  221. -khtml-opacity: 0.5;
  222. float:right;
  223. margin-right:360px;
  224. width:100px;
  225. height:30px;
  226. overflow:hidden;
  227. padding-bottom:50px;
  228. }
  229.  
  230. #audiodesc {
  231. float:right;
  232. margin-bottom:20px;
  233. }
  234.  
  235. .icon img {
  236. border-radius:15px;
  237. -moz-border-radius:15px;
  238. -webkit-border-radius:15px;
  239. -o-border-radius:15px;
  240. padding-right:3px;
  241. float:left;
  242. margin-left:5px;
  243. }
  244.  
  245. #qtext {
  246. float:left;
  247. padding:5px;
  248. width:500px;
  249. background-color:{color:post};
  250. padding-left:5px;
  251. border-bottom: 1px solid {color:link};
  252. border-top: 1px solid {color:link};
  253. }
  254.  
  255. #entry {
  256. font-size:10px;
  257. margin-right: 387px;
  258. margin-top:100px;
  259. float: right;
  260. text-align: justify;
  261. width:500px;
  262. }
  263.  
  264. #post {
  265. font-size:12px;
  266. padding: 5px;
  267. width: 500px;
  268. color:{color:text};
  269. text-align: justify;
  270. }
  271.  
  272. #info {
  273. font-family:goudy old style;
  274. font-size:9px;
  275. border-top: 1px solid {color:link};
  276. }
  277.  
  278. {CustomCSS}
  279. </style>
  280. </head>
  281.  
  282. <body>
  283.  
  284. <body>
  285.  
  286. <div id="header">
  287. <center>
  288. <div id="bars">{ {Title} }</div></center>
  289. <center><div id="lemon">{text:subtitle}</div>
  290. </div>
  291. <div id="header2">
  292. <div class="nav">{block:PreviousPage}<a href="{PreviousPage}"><font-size="12">prev</font></a>{/block:PreviousPage}<a href="/">home</a><a href="/ask">ask</a><a href="/archive">past</a> <a href="http://furyofthetimelords.tumblr.com">credit</a>{block:NextPage} <a href="{NextPage}"><font-size="12">next</font></a>{/block:NextPage}</div>
  293. </div>
  294. <div id="quiet">
  295. <div id="squeek"><center><img src="{image:side}"></center></div>
  296. <div id="willow"><center>{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} {block:ifLink6}<a href="{text:link6 URL}">{text:link6}</a>{/block:iflink6}</center></div>
  297. <center><div id="description">{block:Description}{Description}{/block:Description}</div>
  298. {block:Pagination}
  299. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  300. {block:JumpPagination length="5"}
  301. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  302. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  303. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  304. {/block:Pagination}
  305. </center>
  306. </div>
  307.  
  308. <div id="entry">
  309. <center>{block:Posts}
  310. <div id="post">
  311.  
  312. {block:Text}
  313. <div id="pallet">{Title}</div>
  314. {Body}
  315. {/block:Text}
  316.  
  317. {block:Quote}<div id="pallet">“{Quote}”</div> <h2>— {Source}</h2>{/block:Quote}
  318.  
  319. {block:Link}<a href="{URL}" class="link" {Target}> <div id="pallet">{Name}</div></a>
  320. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  321.  
  322. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  323. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  324.  
  325. {block:Panorama}
  326. {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}
  327.  
  328. {block:Caption}
  329. {Caption}
  330. {/block:Caption}
  331. {/block:Panorama}
  332.  
  333. {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}
  334. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  335.  
  336. {block:Answer}
  337. <div id="qtext">
  338. <div class="icon"><img src="{AskerPortraitURL-30}"></div><b>{Asker}</b> asked:<br>
  339. {Question}</div>
  340. <br>
  341. <br>
  342. <br>
  343. {Answer}
  344. {/block:Answer}
  345.  
  346.  
  347.  
  348. {block:Audio}
  349. <center><div id="audioplayer">{AudioPlayerGrey}</div></center>{block:AlbumArt}<image src="{AlbumArtURL}" width="100">{/block:AlbumArt}<br><br>{block:Caption}{Caption}{/block:Caption}
  350. {/block:Audio}
  351.  
  352. <div id="info"> <a href="{Permalink}"> posted {TimeAgo}</a>{/block:Date}{block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}{block:RebloggedFrom} <a href="{ReblogParentURL}">via {ReblogParentName}</a>
  353. {block:ContentSource} <a href="{SourceURL}">© {SourceLink}</a>{block:ContentSource}{/block:RebloggedFrom}<br>
  354. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><br>
  355. {/block:Posts}
  356.  
  357. {block:PostNotes}{PostNotes}{/block:PostNotes}
  358.  
  359. </div>
  360.  
  361. </body>
  362.  
  363. </html>
Advertisement
Add Comment
Please, Sign In to add comment