magicblood

THEME #3: Bad Wolf

Nov 6th, 2011
1,619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.71 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5.  
  6. <!----
  7. © THEME MADE BY MAGICBLOOD
  8. * Please do not remove any credits or else don't use my theme.
  9. * http://magicblood.tumblr.com/
  10. ----!>
  11.  
  12. <!-- DEFAULT VARIABLES -->
  13. <meta name="color:Background" content="#F7FF99" />
  14. <meta name="color:Box" content="#FFFFFF" />
  15. <meta name="color:Title" content="#3A3A3A" />
  16. <meta name="color:Text" content="#797979" />
  17. <meta name="color:Link" content="#444444" />
  18. <meta name="color:Links Hover" content="#FF5050" />
  19. <meta name="color:Asker" content="#fff0f0" />
  20. <meta name="color:Side box" content="#fff" />
  21. <meta name="color:Menu" content="#FFDCAF" />
  22. <meta name="color:Notes" content="#FFD818" />
  23. <meta name="font:body" content="georgia" />
  24. <meta name="text:line height" content="13px" />
  25. <meta name="text:menu font size" content="30px" />
  26. <meta name="image:background" content="" />
  27. <meta name="image:sidebar" content="" />
  28. <meta name="if:Show Tumblr Picture" content="1"/>
  29.  
  30. <meta name="text:Link1" content="" />
  31. <meta name="text:Link1 Title" content="" />
  32. <meta name="text:Link2" content="" />
  33. <meta name="text:Link2 Title" content="" />
  34. <meta name="text:Link3" content="" />
  35. <meta name="text:Link3 Title" content="" />
  36.  
  37. <link rel="shortcut icon" href="{Favicon}" />
  38. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  39. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  40. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}
  41. {block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  42. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  43.  
  44. <link rel="stylesheet" href="http://static.tumblr.com/3driglx/oKzlqlo14/font.css" type="text/css" />
  45.  
  46. <style type="text/css">
  47.  
  48.  
  49. body{
  50. color:{color:text};
  51. background-color: {color:background};
  52. background-image:url({image:background});
  53. background-position: center;
  54. background-attachment:fixed;
  55. background-repeat: repeat;
  56. font-family:georgia;
  57. font-size:9px;
  58. line-height:{text:line height};
  59. text-align:justify;
  60. }
  61. a:link, a:active, a:visited{
  62. color: {color:link};
  63. text-decoration:none;
  64. }
  65. a:hover{
  66. color:{color:links hover};-webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;
  67. }
  68.  
  69. #center{
  70. position:absolute;
  71. left:0%;
  72. margin-left:340px;
  73. top:-13px;
  74. width:700px;
  75. }
  76.  
  77. #box{
  78. overflow:hidden;
  79. background-color: {color:box};
  80. padding:8px;
  81. width: 500px;
  82.  
  83. -moz-box-shadow: 0 0 3px #888;
  84. -webkit-box-shadow: 0 0 5px#888;
  85. box-shadow: 0 0 5px #888;
  86. margin-bottom:2px;
  87. }
  88.  
  89. #box:hover {box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
  90. -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
  91. -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
  92. -webkit-transition-duration: 0.2s;
  93. -webkit-border-radius: 10px;
  94. -moz-border-radius: 10px;
  95. }
  96.  
  97. #sidebar {
  98.  
  99. background-color: {color:side box};
  100. padding:10px;
  101. padding-left:15px;
  102. position: fixed;
  103. width: 200px;
  104. margin-left:-245px;
  105. height:100%;
  106. }
  107.  
  108. #simg img {max-width: 200px; height: auto; text-align:center;}
  109.  
  110.  
  111. #sideicon {
  112.  
  113. background-color: {color:side box};
  114. padding:5px;
  115. position: absolute;
  116. margin-top:-50px;
  117. width: 83px;
  118. height:auto;
  119. overflow:hidden;
  120. }
  121.  
  122.  
  123. #navig{ background:{color:menu} url('') fixed; width: 95px; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 1;}
  124.  
  125. .navig{ font-family: 'LeagueGothicRegular'; font-size:{text:menu font size}; width: 86px; position: fixed; top: 100px; left: 5px; z-index: 2; text-transform: uppercase; letter-spacing: 1px; text-align:right;}
  126.  
  127. #datenote {width:500px;color:#0A0A0A; background-color: {color:notes}; padding-top:3px;;padding-bottom:3px; font:9px arial; text-transform:uppercase; margin-top:0px; text-align:center;}
  128.  
  129.  
  130. h1, big{
  131. color:{color:title};
  132. font-family: {font:title};
  133. font-size:35px;
  134. line-height:30px;
  135. letter-spacing:-3px;
  136. font-weight:normal;
  137. text-transform:lowercase;
  138. margin:0px;
  139. padding:0px;
  140. text-align:left;
  141. }
  142. h3{
  143. color:{color:title};
  144. font-family:georgia;
  145. font-size:14px;
  146. line-height:auto;
  147. letter-spacing:1px;
  148. font-weight:normal;
  149. text-transform:lowercase;
  150. margin:0px;
  151. padding:0px;
  152. margin-bottom:-0px;
  153. text-align:center;
  154. }
  155. h4{
  156. color:{color:title};
  157. font-family: georgia;
  158. font-size:10px;
  159. line-height:10px;
  160. letter-spacing:4px;
  161. font-weight:normal;
  162. font-style:italic;
  163. text-transform:lowercase;
  164. margin:0px;
  165. padding:0px;
  166. margin-top:2px;
  167. text-align:right;
  168. }
  169. h5{
  170. color:{color:title};
  171. font-family:georgia;
  172. font-size:9px;
  173. line-height:19px;
  174. letter-spacing:1px;
  175. font-weight:normal;
  176. text-transform:lowercase;
  177. margin:0px;
  178. padding:0px;
  179. margin-bottom:-0px;
  180. text-align:left;
  181. -moz-transition: 0.3s ease-in;
  182. -webkit-transition: 0.3s ease-in;
  183. -o-transition: 0.3s ease-in;
  184. transition: 0.3s ease-in; }
  185. .post-footer {
  186. background-color: {color:note box};
  187. text-align: right;
  188. padding: 5px;
  189. color:#A2A2A3;
  190. font-size:10px;
  191. line-height: 9px;
  192. font-style:normal;
  193. font-weight:normal;
  194. letter-spacing:1px;
  195. text-decoration:none;
  196. display:none;
  197. }
  198.  
  199. .photo {border:none;}
  200.  
  201. .photo:hover #permaz {opacity:1; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;}
  202.  
  203. #permaz {
  204. background-image:url(http://static.tumblr.com/0lpcwgf/8ULlth7ue/bg.png);
  205. background-position: center;
  206. background-attachment:fixed;
  207. background-repeat: repeat;margin-bottom: 0px; padding-top: 18px; opacity: 0; width:140px; height:40px; z-index: 1000; position: absolute; text-align:center; font-size:18px; font-family:Arial Black; color:#FFF; }
  208.  
  209. #permaz a {color:#FFF;}
  210.  
  211.  
  212.  
  213. #icon { margin-left:0px; }
  214.  
  215. #linkies {margin-top:130px; position:relative;}
  216. #askr{
  217. background-color: {color:asker};
  218. padding:5px;
  219. padding-left:5px;
  220. }
  221. blockquote {
  222. background-color: {color:box};
  223. padding:5px;
  224. padding-left:10px;
  225. margin:5px;
  226. border-left:1px solid {color:background};
  227. border-bottom:1px solid {color:background};
  228. }
  229. b, strong{color:{color:title};}
  230. i, em {color:{color:link};}
  231. p{margin-top:3px; margin-bottom:3px;}
  232. blockquote img{ display:block;}
  233. blockquote p {padding:0px; margin:0px;}
  234. blockquote blockquote {position:relative; left:-5px; margin-top:0px; margin-right:0px; padding-right:0px;}
  235. a img{border:none;}
  236. .audio{background-color:black; display:block;}
  237. .user_1 .label, .user_4 .label, .user_7 .label {color:{color:title};}
  238. .user_2 .label, .user_5 .label, .user_8 .label {color:{color:link};}
  239. .user_3 .label, .user_6 .label, .user_9 .label {color:{color:text}; opacity:.75;}
  240. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  241. .notes img{width:10px; position:relative; top:1px;}
  242. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  243. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  244. </style>
  245. </head>
  246. <body>
  247.  
  248.  
  249. <div id="center">
  250.  
  251.  
  252. <div id="navig"></div>
  253.  
  254. <div class="navig">
  255.  
  256. {block:IfShowTumblrPicture}
  257.  
  258. <div id="sideicon">
  259. <div id="icon">
  260. <img src="{PortraitURL-64}" style="border:solid 9px {color:notes};">
  261. </div>
  262. <h4><a href="/">{Title}</a></h4>
  263.  
  264. </div>
  265. {/block:IfShowTumblrPicture}
  266.  
  267. <div id="linkies">
  268. <a href="/">HOME</a><br><br>
  269. <a href="/archive">ARCHIVE</a><br><br>
  270. <a href="/ask">ask?</a><br><br>
  271. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a><br><br>{/block:ifLink1}
  272. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a><br><br>{/block:ifLink2}
  273. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a><br><br>{/block:ifLink3}
  274. <h3>{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</h3>
  275. </div>
  276.  
  277. <div style="font-family:arial; font-style:italic; font-size:9px; text-transform:uppercase; position:fixed; bottom:5px; left:5px; opacity:.5;"><a href="http://magicblood.tumblr.com" title="Theme Link">@THEME</a></div>
  278. </div>
  279.  
  280. <BR>
  281.  
  282. <div id="sidebar">
  283. <div id="simg"><img src="{image:sidebar}"/></div>
  284.  
  285. {block:Description}{Description}{/block:Description}
  286. </div><BR>
  287.  
  288.  
  289.  
  290. {block:Posts}
  291. <div id="box">
  292.  
  293. {block:Quote}<h3>"{Quote}"&nbsp;</h3>
  294.  
  295. {/block:Quote}
  296.  
  297. {block:Title}<h3>{Title}&nbsp;</h3> {/block:Title}
  298.  
  299. {block:Link}<a href="{URL}" class="link" {Target}><h3>{Name}&nbsp;</h3></a>{/block:Link}
  300.  
  301. {block:Text}{Body}
  302. <div id="datenote">
  303. Posted <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"> {NoteCountWithLabel}</a>
  304. </div>
  305. {/block:Text}
  306.  
  307. {block:Photo}
  308.  
  309. <div class="photo">
  310. <div id="permaz"><a href="{Permalink}">+{NoteCount}</a></div>
  311. <center>{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>{LinkCloseTag}</div>
  312. </center>{block:Caption} {Caption}{/block:Caption}{/block:Photo}
  313.  
  314. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}
  315. <div id="datenote">
  316. Posted <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"> {NoteCountWithLabel}</a>
  317. </div>
  318.  
  319. {/block:Photoset}
  320.  
  321. {block:Quote}{block:Source}<center><P>—{Source}</p></center>{/block:Source}
  322. <div id="datenote">
  323. Posted <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"> {NoteCountWithLabel}</a>
  324. </div>
  325. {/block:Quote}
  326.  
  327. {block:Link}{block:Description}<P>{Description}</p>{/block:Description}
  328. <div id="datenote">
  329. Posted <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"> {NoteCountWithLabel}</a>
  330. </div>
  331. {/block:Link}
  332.  
  333. {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>
  334. <div id="datenote">
  335. Posted <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"> {NoteCountWithLabel}</a>
  336. </div>
  337. {/block:Chat}
  338.  
  339. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}
  340. <div id="datenote">
  341. Posted <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"> {NoteCountWithLabel}</a>
  342. </div>
  343. {/block:Video}
  344.  
  345. {block:Answer}<div id="askr"><h5>{Asker} asked: {Question}&nbsp;</h5></div>{Answer}
  346. <div id="datenote">
  347. Posted <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"> {NoteCountWithLabel}</a>
  348. </div>
  349. {/block:Answer}
  350.  
  351. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}
  352. <div id="datenote">
  353. Posted <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"> {NoteCountWithLabel}</a>
  354. </div>
  355.  
  356. {/block:Audio}
  357.  
  358. {block:PostNotes}
  359. <center>
  360.  
  361. {block:HasTags}
  362. <div style="border-top: 1px #000 dashed; margin-top:3px;"></div>
  363.  
  364. tagged: {block:Tags}<a href="{TagURL}">{Tag}</a>. {/block:Tags}</center>
  365. <div style="border-top: 1px #000 dashed; margin-top:3px;"></div>
  366.  
  367. {/block:HasTags}
  368. <br>
  369.  
  370. {PostNotes}{/block:PostNotes}
  371.  
  372.  
  373. </div><BR>
  374. {/block:Posts}
  375.  
  376.  
  377.  
  378.  
  379.  
  380. </div>
  381. </body>
  382. </html>
Advertisement
Add Comment
Please, Sign In to add comment