Advertisement
Dancebeforethedawn

Theme 019 - Blood and fire

Jul 19th, 2012
20,465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.19 KB | None | 0 0
  1. <!--
  2. Theme 019
  3. - Fire and Blood by Michelle http://icatchingfire.tumblr.com/
  4. don't remove my credits
  5. dont edit and claim it as your own
  6. enjoy
  7. !-->
  8.  
  9. <html>
  10. <head>
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}
  15. <meta name="description" content="{MetaDescription}" />
  16. {/block:Description}
  17. </head>
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Text" content="#bdb5ac"/>
  21. <meta name="color:Box" content="#eee9db"/>
  22. <meta name="color:Title" content="#c0af95"/>
  23. <meta name="color:Link" content="#c4d5f7"/>
  24. <meta name="color:Link Hover" content="#fae5be"/>
  25. <meta name="color:Scrollbar" content="#eef7fc"/>
  26. <meta name="color:Border" content="#eef7fc"/>
  27. <meta name="color:Text Hover" content="#fae5be"/>
  28.  
  29.  
  30. <meta name="image:Sidebar" content=""/>
  31. <meta name="image:Background" content=""/>
  32.  
  33. <meta name="text:link 1" content="link 1" />
  34. <meta name="text:link 1 url" content="/" />
  35. <meta name="text:link 2" content="link 2" />
  36. <meta name="text:link 2 url" content="/" />
  37. <meta name="text:link 3" content="link 3" />
  38. <meta name="text:link 3 url" content="/" />
  39. <meta name="text:link 4" content="link 4" />
  40. <meta name="text:link 4 url" content="/" />
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  43.  
  44. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  45.  
  46. <link href='http://fonts.googleapis.com/css?family=Crushed' rel='stylesheet' type='text/css'>
  47.  
  48.  
  49. <style type="text/css">
  50.  
  51. ::-webkit-scrollbar{height: 9px; width: 9px; -webkit-border-radius: 0px; background-color:{color:background};}
  52. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  53. ::-webkit-scrollbar-track{background-color:{color:background};}
  54.  
  55. ::selection {
  56. background:{color:text hover};
  57. }
  58.  
  59. ::-moz-selection {
  60. background:{color:text hover};
  61. }
  62.  
  63. ::-webkit-selection {
  64. background:{color:text hover};
  65. }
  66.  
  67. body {color:{color:text}; background-attachment:fixed; background-color:{color:background}; background-image: url('{image:Background}'); background-repeat:yes-repeat; text-align:justify; backgroung-top:40px; font-family:calibri; font-size:10px;}
  68.  
  69.  
  70. a {color: {color:link}; text-decoration:none;}
  71. a:hover {color:{color:link hover}; text-decoration:none;}
  72.  
  73. small {font-size:10px;}
  74. big {font-size:12px;}
  75. b, strong {color:{color:link};}
  76. i, em {color:{color:text};}
  77. p {margin-top:5px; margin-bottom:5px}
  78. blockquote {border-left:3px solid {color:border}; padding-left:5px; margin:5px;}
  79.  
  80.  
  81.  
  82. #content {width:500px; margin-top:30px; margin-bottom:30px; position: relative; left:490px;}
  83. #posts {margin-bottom:30px;}
  84.  
  85. #title{color:{color:title}; font-family:'Pacifico', cursive; font-size:19px; letter-spacing:1px; text-align:center; margin-top:-20px; margin-bottom:-5px; width:200px;}
  86.  
  87. #sidebarimage {margin:-0px 0 9px 0; text-align:center;}
  88. #sidebarimage img {margin-top:5px; max-width:210px; max-height:210px; text-align:center; border:5px solid {color:border};}
  89. #sidebar {position:fixed; margin-top:110px; left:200px; width:215px;}
  90.  
  91. #links {margin-top:-1px; font-family:calibri; text-align:center; font-size:10px; text-transform:uppercase; font-weight:none; padding:2px; letter-spacing:0px; }
  92. #links {margin-top:-17px; font-family:calibri; text-align:center; font-size:10px; text-transform:uppercase; font-weight:none; padding:-2px; letter-spacing:0px; }
  93.  
  94. #description {font-family:calibri; font-size:10px; text-align:justify; width:215px;}
  95.  
  96. #pagination {font-family:calibri; text-align:center; font-size:30px; margin-bottom:2px; text-transform:none}
  97.  
  98. h1{font-family:calibri; color:{color:title}; text-transform:uppercase; font-size:12px; letter-spacing:0px; font-weight:normal; margin:0px; text-align:left; line-height:10px;}
  99.  
  100. h2{font-family:calibri; color:{color:title}; font-size:12px; letter-spacing:0px; font-weight:normal; margin:5px; text-align:center; line-height:20px;}
  101.  
  102. #tags{ margin-right:auto; font-family:arial; font-size:9px; text-align: center; letter-spacing:1px;}
  103.  
  104. #tags a{ color: {color:link};}
  105.  
  106. #tags a:hover{ color: {color:link hover};}
  107.  
  108. #tagscontainer{ width:520px;}
  109.  
  110. #notes{ text-align:center; font-family:arial; font-size:9px; letter-spacing:1px; margin-bottom: 1px; -moz-border-radius: 0em 0em 1em 1em; border-radius: 0em 0em 1em 1em; -webkit-border-radius: 0em 0em 1em 1em; border-top: 1px dotted {color:Link Hover}; background-color: {color:none};}
  111.  
  112. #notes a{color: {color:link};}
  113.  
  114. #notes a:hover{ color: {color:link hover};}
  115.  
  116. #notescontainer{ width: 500px;}
  117.  
  118. #postnotes{ width: 500px;padding: 8px; margin-top: 15px; background-color: {color:none}; }
  119.  
  120.  
  121. #asker {margin-left:70px;text-align:center; text-transform:lowercase; color:{color:text};}
  122.  
  123.  
  124. #question {background-color:{color:box};font-size: 10px;line-height:90%;
  125. color: {color:text}; margin: 0 0 11px 0; padding: 15px; position: relative;}
  126.  
  127. #box {width: 12px; height: 6px; font-size:30px; font-family:calibri; position: absolute;
  128. color:{color:box}; bottom: -1.5px; left: 230px;}
  129.  
  130. #answer {color:{color:text};}
  131.  
  132.  
  133. #cred {font-size:9px; letter-spacing:1px; opacity:0.8; text-transform:uppercase; bottom:10px; right:10px; position:fixed;}
  134.  
  135.  
  136. #source {margin-top:1px; text-align:right; font-size:10px;}
  137.  
  138. #audio{padding:5px;}
  139. .player{background-color:black; padding-right:200px;}
  140. .alabel{text-align:left;}
  141.  
  142. .chat {line-height:12px; list-style:none; }
  143. .chat ul {line-height:15px; list-style:none; padding:0px; line-height:20px;}
  144. .person1 {background-color:white; color:{color:text}; }
  145. .person1 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:text}}
  146. .person2 {color:{color:text};}
  147. .person2 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:text}}
  148.  
  149. iframe#tumblr_controls {
  150. top:0px !important;
  151. right:3px !important;
  152. position: fixed !important;
  153. -webkit-transition: opacity 0.7s linear;
  154. opacity: 0.4;
  155. -webkit-transition: all 0.8s ease-out;
  156. -moz-transition: all 0.8s ease-out;
  157. transition: all 0.8s ease-out;
  158. z-index:99;}
  159.  
  160. iframe#tumblr_controls:hover{
  161. -webkit-transition: opacity 0.7s linear;
  162. opacity: 1;
  163. -webkit-transition: all 0.4s ease-out;
  164. -moz-transition: all 0.4s ease-out;
  165. transition: all 0.4s ease-out;
  166. z-index:99;}
  167.  
  168. </style>
  169. <style type="text/css">{CustomCSS}</style>
  170. </head>
  171.  
  172. <body>
  173.  
  174. <div id="content">
  175.  
  176.  
  177. <div id="sidebar">
  178. <center><div id="title">{Title}</div></center>
  179. <center><div id="sidebarimage"><img src="{image:Sidebar}"/></div></center>
  180. <div id="links"><center><br>
  181. {block:PreviousPage}<a href="{PreviousPage}"><b>«&nbsp;</b></a>{/block:PreviousPage}
  182. <a href="/">home</a>&nbsp;
  183. <a href="/ask">ask</a>&nbsp;
  184. <a href="{text:link 1 url}">{text:link 1}</a>&nbsp;
  185. <a href="{text:link 2 url}">{text:link 2}</a>&nbsp;
  186. <a href="{text:link 3 url}">{text:link 3}</a>&nbsp;
  187. <a href="{text:link 4 url}">{text:link 4}</a>&nbsp;
  188. {block:NextPage}<a href="{NextPage}"><b>&nbsp;»</b></a>{/block:NextPage}{/block:Pagination}
  189. </div>
  190. <div id="description">{block:Description}{Description}{/block:Description}</div>
  191.  
  192. <div id="cred"><a href="http://icatchingfire.tumblr.com/">&copy; icatchingfire</a></div>
  193.  
  194. </div><br>
  195.  
  196.  
  197.  
  198. <br>
  199. <div id="posts">
  200.  
  201. {block:Posts}
  202.  
  203. <div id="posts">
  204.  
  205. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  206.  
  207. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  208.  
  209. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  210. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  211.  
  212. {block:Photo}<center><img src="{PhotoURL-500}"/></center>
  213. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  214.  
  215. {block:Photoset}<center>{Photoset-500}</center>
  216. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  217.  
  218. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  219.  
  220. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  221.  
  222.  
  223. {block:Answer}
  224. <div id="question">
  225. <br>
  226. <div id="box">◥</div>
  227. {Question}
  228. <br>
  229. <br>
  230. </div>
  231. <div id="asker">{Asker}</div>
  232. <div id="answer">{Answer}</div>
  233. {/block:answer}
  234.  
  235. {block:Audio}<div class="audio"><div class="player">{AudioPlayerBlack}</div><br>
  236. <div class="alabel">{block:Caption}{Caption}{/block:Caption}</div></center><br clear="all" /></div> {/block:Audio}
  237.  
  238. <div id="notes">{block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} (originally <a href="{ReblogRootURL}">{ReblogRootName}</a>){/block:RebloggedFrom}{block:NoteCount} + <a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}</div>
  239. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  240. </div>
  241.  
  242. {/block:Posts}
  243.  
  244. {block:PostNotes}
  245. <div id="postnotes">{PostNotes}</div></div>
  246. {/block:PostNotes}
  247.  
  248.  
  249.  
  250. </div>
  251. </div>
  252. </div>
  253.  
  254. </body>
  255. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement