magicblood

Theme #6: Radioactive

Mar 14th, 2012
1,918
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.05 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="#fff" />
  14. <meta name="color:Sidebar" content="#eee" />
  15. <meta name="color:Title" content="#3A3A3A" />
  16. <meta name="color:Text" content="#797979" />
  17. <meta name="color:Text Post Background" content="#DCFFC4" />
  18. <meta name="color:Date" content="#ffe6b1" />
  19. <meta name="color:BorderNote" content="#eee" />
  20. <meta name="color:Notes" content="#ffe6b1" />
  21. <meta name="color:Links" content="#444444" />
  22. <meta name="color:Links Hover" content="#FF5050" />
  23. <meta name="color:Chat" content="#fff" />
  24. <meta name="color:Audio" content="#EEE" />
  25. <meta name="text:Line Height" content="13px" />
  26. <meta name="image:Background" content="" />
  27. <meta name="image:Sidebar" content="" />
  28.  
  29.  
  30. <link rel="shortcut icon" href="{Favicon}" />
  31. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  32. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  33. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}
  34. {block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  35. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36.  
  37.  
  38. <style type="text/css">
  39.  
  40.  
  41. body{
  42. color:{color:text};
  43. background-color: {color:background};
  44. background-image:url({image:background});
  45. background-position: center;
  46. background-attachment:fixed;
  47. background-repeat: repeat;
  48. font-family:georgia;
  49. font-size:10px;
  50. line-height:{text:line height};
  51. text-align:justify;
  52. }
  53. a:link, a:active, a:visited{
  54. color: {color:links};
  55. text-decoration:none;
  56. -webkit-transition-duration: 2s;
  57.  
  58. }
  59. a:hover{
  60. color:{color:links hover};-webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;
  61. }
  62.  
  63. #center{
  64. position:absolute;
  65. left:50%;
  66. margin-left:-130px;
  67. top:-13px;
  68. width:600px;
  69. }
  70.  
  71.  
  72. #box{
  73. background-color: {color:background};
  74. border-left:2px solid {color:bordernote};
  75. padding:5px;
  76. width: 500px;
  77.  
  78.  
  79. }
  80.  
  81.  
  82. #sidebar {
  83. margin-top:93px;
  84. position: fixed;
  85. width: 250px;
  86. margin-left:-280px;
  87. height:auto;
  88. font-size:10px;
  89. font-family:arial;
  90. padding:10px;
  91. height:auto;
  92. color:#000;
  93. background-color:{color:sidebar};
  94. }
  95.  
  96. #simg img {max-width: 250px; height: auto; text-align:center;}
  97.  
  98. #datenote {border-top:2px solid {color:bordernote}; width:300px;padding-bottom:3px; }
  99.  
  100. #datenote a {background-color:{color:bordernote}; font:0.8em arial; letter-spacing:1px; text-transform:lowercase; text-align:center; }
  101.  
  102. #datenote a:hover{padding-left:70px; background-color:{color:date}; width: 300px;}
  103.  
  104. #tagg {width:500px;padding-top:0px; }
  105.  
  106. #tagg a {background-color:{color:bordernote}; font:0.8em arial; letter-spacing:1px; text-transform:lowercase; text-align:center; }
  107.  
  108. #tagg a:hover{padding-left:10px; width: 300px;}
  109.  
  110.  
  111. h1, big{
  112. color:{color:title};
  113. font-family: {font:title};
  114. font-size:35px;
  115. line-height:30px;
  116. letter-spacing:-3px;
  117. font-weight:normal;
  118. text-transform:lowercase;
  119. margin:0px;
  120. padding:0px;
  121. text-align:left;
  122. }
  123. h3{
  124. background-color:{color:text post background};
  125. color:{color:title};
  126. font-family:georgia;
  127. font-size:15px;
  128. line-height:auto;
  129. letter-spacing:0.1em;
  130. font-weight:normal;
  131. font-style:italic;
  132. text-transform:capital;
  133. margin:0px;
  134. padding:10px;
  135. text-align:center;
  136.  
  137. }
  138. h4{
  139. color:{color:title};
  140. font-family:georgia;
  141. font-size:13px;
  142. line-height:auto;
  143. letter-spacing:-1px;
  144. font-weight:normal;
  145. font-style:italic;
  146. text-transform:lowercase;
  147. margin:0px;
  148. padding:0px;
  149. margin-bottom:-0px;
  150. text-align:center;
  151. }
  152.  
  153.  
  154. .quest {
  155. color:{color:text};
  156. font-size: 9px;
  157. font-weight: normal;
  158. font-family: georgia;
  159. line-height:95%;
  160. background: {color:notes};
  161. margin: 0 0 10px 0;
  162. padding: 10px 15px;
  163. position: relative;}
  164.  
  165. .arrow {
  166. width: 13px;
  167. height: 7px;
  168. font-size:30px;
  169. font-family:'trebuchet ms';
  170. position: absolute;
  171. color:{color:notes};
  172. bottom: -3.5px;
  173. left: 240px;}
  174.  
  175.  
  176. .asker {width:490px; text-align:left; text-transform:uppercase; color:{color:text}; font-size:9px;}
  177. .asker a {color:{color:text};}
  178. .asker img {float:left; margin-left:220px; vertical-align:top; margin-right:3px; max-height:15px;}
  179.  
  180. .answer {color:{color:text};}
  181.  
  182. .chat{list-style: none; font-size: 10px; margin: 0px;}
  183. .chat ul {line-height: 15px; list-style: none; padding: 0px; margin: 0px;}
  184. .line.odd {color: #727272; background-color: {color:chat}; padding: 2px 5px}
  185. .line.odd .label {font-weight: bold; padding: 3px; color: #727272; text-transform: uppercase;}
  186. .line.even {color: {color:color4med}; padding: 2px 5px}
  187. .line.even .label {font-weight: bold; padding: 3px; color: {color:sidebar}; text-transform: uppercase;}
  188.  
  189. .bigquote{font-size: 80px; color:{color:notes}; line-height:80px;}
  190. .pquote{font-size: 20px; font-family: serif; font-style:italic; letter-spacing: -1px; serif; line-height: 18px;
  191. text-transform: uppercase; margin-top: -70px; text-indent: 45px}
  192.  
  193. blockquote {
  194. background-color: {color:box};
  195. padding:5px;
  196. padding-left:10px;
  197. margin:5px;
  198. border-left:4px solid {color:background};
  199. }
  200. b, strong{color:{color:title};}
  201. i, em {color:{color:links};}
  202. p{margin-top:3px; margin-bottom:3px;}
  203. blockquote img{ display:block;}
  204. blockquote p {padding:0px; margin:0px;}
  205. blockquote blockquote {position:relative; left:-5px; margin-top:0px; margin-right:0px; padding-right:0px;}
  206. a img{border:none;}
  207. #audio{background-color:{color:audio}; padding:10px; text-align:center;}
  208. .user_1 .label, .user_4 .label, .user_7 .label {color:{color:title};}
  209. .user_2 .label, .user_5 .label, .user_8 .label {color:{color:links};}
  210. .user_3 .label, .user_6 .label, .user_9 .label {color:{color:text}; opacity:.75;}
  211. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  212. .notes img{width:10px; position:relative; top:1px;}
  213. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  214. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  215. </style>
  216. <style type="text/css">{CustomCSS}</style>
  217.  
  218. <meta name="robots" content="index, follow">
  219. </head>
  220. <body>
  221.  
  222.  
  223.  
  224. <div id="center">
  225.  
  226. <div id="sidebar">
  227. <div id="simg"><img src="{image:sidebar}"/></div>
  228.  
  229. {block:Description}{Description}</a>{/block:Description}
  230. <br><center><i>
  231. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}{/block:Pagination}</i></center>
  232. </div>
  233. <BR>
  234.  
  235.  
  236. <br><br><br><br><br>
  237.  
  238. {block:Posts}
  239. <div id="box">
  240.  
  241. {block:Photo}
  242.  
  243.  
  244. {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  245. {LinkCloseTag}
  246. {block:Caption} {Caption}{/block:Caption}{/block:Photo}
  247.  
  248. {block:Photoset}<center>{Photoset-500}</center>
  249. {block:Caption}{Caption}{/block:Caption}
  250. {/block:Photoset}
  251.  
  252. {block:Video}{Video-500}
  253.  
  254. {block:Caption}{Caption}{/block:Caption}
  255.  
  256. {/block:Video}
  257.  
  258.  
  259. {block:Quote}<b class="bigquote">“</b><div class="pquote">{Quote}&nbsp;</div>
  260. {/block:Quote}
  261. {block:Title}<h3>{Title}&nbsp;</h3> {/block:Title}
  262. {block:Link}<a href="{URL}" class="link" {Target}><h3>{Name}&nbsp;</h3></a>{/block:Link}
  263. {block:Text}{Body}{/block:Text}
  264. {block:Quote}{block:Source}<center><P>—{Source}</p></center>{/block:Source}
  265. {/block:Quote}
  266. {block:Link}{block:Description}<P>{Description}</p>{/block:Description}
  267. {/block:Link}
  268. {block:Chat}
  269. <div class="chat"><ul>{block:Lines}<li class="line {Alt}">{block:Label}
  270. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  271. {/block:Chat}
  272. {block:Answer}
  273. <div class="quest">
  274. <div class="arrow">▼</div>
  275. <center><b>Question:</b> <i>{Question}</i></center>
  276. </div>
  277. <div class="asker"><img src="{AskerPortraitURL-24}">{Asker}</div>
  278. <div class="answer">{Answer}</div>
  279. {/block:Answer}
  280. {block:Audio}<div id="audio">
  281. {block:AlbumArt}<img src="{AlbumArtURL}" width="207"/>{/block:AlbumArt}
  282. {AudioPlayerWhite}
  283. </div>
  284. {block:Caption}{Caption}{/block:Caption}
  285. {/block:Audio}
  286.  
  287.  
  288. </div>
  289.  
  290.  
  291.  
  292. <div id="datenote">
  293. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}">VIA</a> <a href="{ReblogRootURL}"
  294. title="{ReblogRootTitle}">©</a>{/block:RebloggedFrom}
  295. {block:NoteCount}<a href="{Permalink}" >{NoteCountWithLabel}</a> {/block:NoteCount}
  296. <a href="{Permalink}" ><i>{TimeAgo} · {Month} {DayOfMonth}</i></a>
  297.  
  298. </div>
  299.  
  300. <div id="tagg">
  301. {block:Tags}
  302. <a href="{TagURL}">#{Tag}</a>
  303.  
  304. {/block:Tags}
  305. </div>
  306.  
  307. {block:PostNotes}
  308. <br><br>
  309.  
  310. {PostNotes}{/block:PostNotes}
  311. <br>
  312.  
  313. {/block:Posts}
  314.  
  315. </div>
  316. <div style="font-family:arial; font-style:italic; font-size:9px; text-transform:uppercase; position:fixed; bottom:5px; right:5px; opacity:.5;"><a href="http://magicblood.tumblr.com" title="Theme Link">@THEME</a></div>
  317.  
  318. </body>
  319. </html>
Advertisement
Add Comment
Please, Sign In to add comment