Don't like ads? PRO users don't see any ads ;-)
Guest

THEME #2 BY FIREFUSE

By: a guest on Aug 11th, 2012  |  syntax: None  |  size: 7.66 KB  |  hits: 27  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <html>
  2. <head>
  3.  
  4. <!--
  5. THEME NUMBER 2 BY JEANNE ( FIREFUSE )
  6. DONT DO ANYTHING BAD OK PLS PLS PLS PLS.
  7. -->
  8.  
  9.  
  10. <meta name="image:sidebar" content="" />
  11. <meta name="color:background" content="#FFFFFF" />
  12. <meta name="color:text" content="#C2C2C2" />
  13. <meta name="color:links" content="#a5e9ab" />
  14. <meta name="color:hover" content="#faf0f0" />
  15. <meta name="color:border" content="#d6d0d0" />
  16. <meta name="text:Link1" content="" />
  17. <meta name="text:Link1 Title" content="link 1" />
  18. <meta name="text:Link2" content="" />
  19. <meta name="text:Link2 Title" content="link 2" />
  20. <meta name="text:Link3" content="" />
  21. <meta name="text:Link3 Title" content="link 3" />
  22. <meta name="text:Link4" content="" />
  23. <meta name="text:Link4 Title" content="link 4" />
  24. <meta name="text:Link5" content="" />
  25. <meta name="text:Link5 Title" content="link 5" />
  26. <meta name="text:Link6" content="" />
  27. <meta name="text:Link6 Title" content="link 6" />
  28.  
  29.  
  30. <title>{Title}</title>
  31. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  32. <link rel="shortcut icon" href="{Favicon}">
  33. <link href='http://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'>
  34. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  35.  
  36.  
  37.  
  38. <style type="text/css">
  39.  
  40.  
  41. body {
  42. background-color:{color:background};
  43. background-image: url(‘{image:background}’);
  44. background-attachment: fixed;
  45. no-repeat fixed {text:Background Position};
  46. color:{color:text};
  47. text-align:justify;
  48. font-family:calibri;
  49. font-size:11px;}
  50.  
  51. a {
  52. text-decoration: none;
  53. color: {color:links};
  54. -webkit-transition: all 0.7s ease;
  55. -moz-transition: all 0.7s ease;
  56. -o-transition: all 0.7s ease;}
  57.  
  58. a:hover {color:{color:hover};-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out}
  59.  
  60. #credit
  61. {right:10px;
  62. bottom:10px;
  63. position:fixed;
  64. }
  65.  
  66.  #question {background-color:transparent; padding:2px; font-family:calibri; font-size:10px; text-align:left; font-weight:bold; text-transform:normal;}
  67.  
  68. #answer {margin-top:1px; padding:0px;}
  69.  
  70.  
  71.  
  72. #askk {background-color:{color:background}; color: {color:text}; padding:5px; margin-top: 2px; margin-bottom:2px; font-family:calibri; font-size:10px; text-align:center;}
  73.  
  74. #posts {
  75. overflow:hidden;
  76. width:500px;
  77. text-align: justify;
  78. padding: 0px;
  79. margin-top: 25px;}
  80.  
  81. #sidebar {
  82. margin-left: 117px;
  83. position: fixed;}
  84.  
  85. #simg {
  86. position: fixed;
  87. margin-left: 33px;
  88. margin-top: 200px; }
  89.  
  90. #simg img{
  91. max-width: 150px;
  92. max-height: 150px;
  93. border: 1px solid {color:border}; }
  94.  
  95. #nav {
  96. width:154px;
  97. text-transform: uppercase;
  98. font-family: calibri;
  99. font-size: 9px;
  100. margin-left: -120px;
  101. margin-top: -120px;
  102. float: left;
  103. position: fixed;
  104. display: block;
  105. overflow: hidden;
  106. text-align: center;
  107. padding: 4px;
  108. text-decoration: none;
  109. }
  110.  
  111.  
  112. #stext {
  113. font-family: georgia; font-size: 9px;
  114. float: left; position: fixed;
  115. display: block; overflow: hidden; text-align: center;
  116. margin-left: 146px;;
  117. margin-top: 364px;
  118. width: 155px;
  119. padding: 0px;}
  120.  
  121. #pag {
  122. position:fixed;
  123. font-size:25px;
  124. text-align:center;
  125. font-family:{font:calibri};
  126. margin-top:300px;
  127. margin-left:310px}
  128.  
  129. #pag
  130. a:hover{color:{color:Link};
  131. letter-spacing: 5px;
  132. }
  133.  
  134. #posties {
  135. margin-top: 55px;
  136. margin-left: 405px;
  137. width: 500px;
  138. margin-bottom: 25px;}
  139.  
  140. #title{
  141. text-transform:lowercase;
  142. width:200px;
  143. margin-left:125px;
  144. margin-top:340px;
  145. position:fixed;
  146. font-family: courgette;
  147. font-size:12px;
  148. text-align:center;
  149. letter-spacing:1px;
  150. border-bottom: 1px dotted;}
  151.  
  152. #perma {
  153. font-size: 10px;
  154. text-align: center;
  155. background-color: transparent;
  156. border-top: 1px dotted {color:border}; }
  157.  
  158. #info {text-transform:uppercase; font-size:10px; border-bottom: 1px solid {color:border};}
  159.  
  160. #sup {
  161. display:block;
  162. padding:2px;
  163. text-align: center;
  164. }
  165.  
  166. #asker {
  167. display:block;
  168. font-family:calibri;
  169. font-size:9px;
  170. text-transform:uppercase;
  171. letter-spacing: -1px;
  172. }
  173. #asker img {
  174. display: inline;
  175. float:left;
  176. height: 25px;
  177. margin-left: 20px;
  178. border-right: 5px solid {color:border};
  179. padding-right: 3px;
  180. margin-right: 10px;
  181. }
  182. #asker a {
  183. color:{color:info link}
  184. margin-left: 10px;
  185. }
  186.  
  187.  
  188. h1 {
  189. font-family: calibri;
  190. font-size: 15px;
  191. letter-spacing: 1px;
  192. font-weight: 500;
  193. text-transform: lowercase;
  194. font-style: italic;}
  195. small{font-size:10px;}
  196.  
  197. .quote {font-family: droid serif;font-size: 14px;font-style: italic;display:block;} .source {text-align:right;text-transform: uppercase;font-family: calibri;}
  198.  
  199.  
  200.  
  201.  
  202. </style></head>
  203.  
  204. <body>
  205. <div id="title"><a href="/">{title}</a></div>
  206. <div id="sidebar">
  207. <div id="simg">
  208. <img src="{image:sidebar}">
  209.  
  210.  
  211. <div id="nav">
  212. <a href="/">home</a> <br>
  213. <a href="/ask">mail</a> <br>
  214. <a href="{text:Link1}">{text:Link1 Title}</a> <br>
  215. <a href="{text:Link2}">{text:Link2 Title}</a> <br>
  216. <a href="{text:Link3}">{text:Link3 Title}</a> <br>
  217. <a href="{text:Link4}">{text:Link4 Title}</a> <br>
  218. <a href="{text:Link5}">{text:Link5 Title}</a> <br>
  219. <a href="{text:Link6}">{text:Link6 Title}</a> <br>
  220.  
  221.  
  222. </div>
  223. </div></div></div>
  224. <div id="stext">{Description}
  225. </div>
  226.  
  227. <div id="pag">{block:Pagination}
  228. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  229. {block:NextPage}<a href="{NextPage}">»</a> {/block:NextPage}
  230. </div>{/block:Pagination} </div>
  231. </div>
  232.  
  233. <div id="posties">
  234.  
  235.  
  236. {block:Posts}
  237.  
  238. <div id="entries">
  239. <div id="posts">
  240.  
  241. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}{block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}"/>{LinkCloseTag}{Caption}{/block:Photo}  {block:Photoset}{Photoset-500}{Caption}{/block:Photoset}{block:Quote}<div class="quote">{Quote}</div> {block:Source} <div class="source">—{Source}</div>{/block:Source}{/block:Quote} {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link} {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  242.  
  243. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="84px" height="84px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerblack}<br></span>
  244. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  245. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  246. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  247. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  248.  
  249. {block:Video}{Video-500}{Caption}{/block:Video}
  250.  
  251. {block:Answer}<div id="sup"><div id="asker"><img src="{AskerPortraitURL-24}"></div><div style="background-color:{color:border};text-align:center;padding:10px;font-family:calibri;font-size:9px; margin-left:60px;">{Question}</div><br></div>
  252. <div style="text-transform:uppercase; letter-spacing:-1px; margin-left: 8px; border-bottom: 1px solid {color:font}; margin-top:-8px;"><a>{Asker}</a></div>
  253. {Answer}{/block:answer}
  254.  
  255. <div id="info">{block:Date}posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} » <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">, orig</a>{/block:ContentSource}<div style="float:right">{block:NoteCount}(<a href="{Permalink}">{NoteCountWithLabel}</a>){/block:NoteCount}</div></div>
  256.  
  257. <div id="tags">{block:HasTags}<span style="font-size:10px">⚓</span>{block:Tags} <a href="{TagURL}"><i>{Tag}</i></a> {/block:Tags}{/block:HasTags}</div></div>
  258.  
  259. <br />
  260.  
  261.  
  262. <br />
  263.  
  264. {/block:Posts}
  265.  
  266. {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
  267. <div id="credit"><a href="http://firefuse.tumblr.com" target="_blank"> © </a></div>
  268. </body>
  269.  
  270.  
  271. </div>
  272.  
  273.  
  274. </div>
  275. </body>
  276. </html>