magicblood

THEME 1 : OBSESSIONS

Sep 26th, 2011
1,035
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.01 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.  
  5. <!----
  6. © THEME MADE BY MAGICBLOOD
  7. * Please do not remove any credits or else don't use my theme.
  8. * http://magicblood.tumblr.com/
  9. ----!>
  10.  
  11. <head>
  12.  
  13. <!-- DEFAULT VARIABLES -->
  14. <meta name="color:Background" content="#EEEEEE" />
  15. <meta name="color:Box" content="#FFFFFF" />
  16. <meta name="color:Post" content="#DCFFB6" />
  17. <meta name="color:Title" content="#3A3A3A" />
  18. <meta name="color:Text" content="#797979" />
  19. <meta name="color:Link" content="#444444" />
  20. <meta name="color:Link hover" content="#444444" />
  21. <meta name="color:Note Box" content="#FFFFFF" />
  22. <meta name="color:Sidebar Links" content="#D6FFED" />
  23. <meta name="color:Sidebar Links Hover" content="#FFFF99" />
  24. <meta name="font:body" content="arial"/>
  25. <meta name="font:title" content="arial"/>
  26. <meta name="text:font size" content="11px" />
  27. <meta name="if:Show Tumblr Picture" content="1"/>
  28. <meta name="image:background" content="" />
  29. <meta name="image:sidebar" content="" />
  30. <meta name="text:Link1" content="" />
  31. <meta name="text:Link1" content="" />
  32. <meta name="text:Link1 Title" content="" />
  33. <meta name="text:Link2" content="" />
  34. <meta name="text:Link2 Title" content="" />
  35. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  36. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  37. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  38. <link rel="shortcut icon" href="{Favicon}" />
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  40.  
  41. <script language="javascript" src="http://leezy2.webs.com/jquery_mini.js"></script>
  42. <script language="javascript" src="http://leezy2.webs.com/jquery.dimensions.js"></script>
  43. <script language="javascript">
  44. var name = "#main";
  45. var menuYloc = null;
  46.  
  47. $(document).ready(function(){
  48. menuYloc = parseInt($(name).css("top").substring(0,$(name).css("top").indexOf("px")))
  49. $(window).scroll(function () {
  50. offset = menuYloc+$(document).scrollTop()+"px";
  51. $(name).animate({top:offset},{duration:500,queue:false});
  52. });
  53. });
  54. </script>
  55.  
  56.  
  57. <style type="text/css">
  58. body{
  59. color:{color:text};
  60. background-color: {color:background};
  61. background-image:url({image:background});
  62. background-position: center;
  63. background-attachment:fixed;
  64. background-repeat: repeat;
  65. font:9px georgia;
  66.  
  67. line-height:{text:line height};
  68. text-align:justify;
  69. -moz-transition: 0.3s ease-in;
  70. -webkit-transition: 0.3s ease-in;
  71. -o-transition: 0.3s ease-in;
  72. transition: 0.3s ease-in;
  73.  
  74. }
  75. a:link, a:active, a:visited{
  76. color: {color:link};
  77. text-decoration:none;
  78. }
  79. a:hover{
  80. color:{color:link hover};-webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;
  81. }
  82.  
  83.  
  84. #main {position:absolute;top:20px;left:-230px;}
  85.  
  86.  
  87. #center{
  88. position:absolute;
  89. left:50%;
  90. margin-left:-200px;
  91. top:20px;
  92. bottom: 10px;
  93. width:800px;}
  94.  
  95. #box{
  96. background-color: {color:post};
  97. padding:5px;
  98. width: 500px;
  99. }
  100.  
  101. #box:hover .post-footer {display: block;}
  102.  
  103.  
  104.  
  105. #sidebarz {
  106. left: -30%;
  107. position: absolute;
  108. margin-left: 10px;
  109. margin-top:1px;
  110. }
  111.  
  112. #sidebar {
  113. background-color: {color:box};
  114. padding:7px;
  115. width: 200px;
  116. margin-bottom: 10px;
  117. font:9px georgia;
  118.  
  119. }
  120. #portrait {
  121. background-color: {color:box};
  122. width: 64px;
  123. left: -40%;
  124. position: absolute;
  125. margin-left: 10px;
  126. margin-top:1px;
  127. padding:7px;
  128. }
  129.  
  130. #simg {}
  131. #simg img {max-width: 200px; height: auto; text-align:center}
  132.  
  133. #datenote {width:505px;color:{color:text}; background-color: {color:note box}; padding-top:3px; padding-left:5px;padding-bottom:3px; font:9px arial; text-transform:uppercase; margin-top:0px; -webkit-border-bottom-right-radius: 10px;
  134. -webkit-border-bottom-left-radius: 10px;
  135. -moz-border-radius-bottomright: 10px;
  136. -moz-border-radius-bottomleft: 10px;
  137. border-bottom-right-radius: 10px;
  138. border-bottom-left-radius: 10px;}
  139.  
  140.  
  141. .links a:hover {opacity: 1;}
  142.  
  143. h1, big{
  144. color:{color:title};
  145. font-family: {font:title};
  146. font-size:35px;
  147. line-height:30px;
  148. letter-spacing:-3px;
  149. font-weight:normal;
  150. text-transform:lowercase;
  151. margin:0px;
  152. padding:0px;
  153. text-align:left;
  154. }
  155. h3{
  156. color:{color:title};
  157. font-family:georgia;
  158. font-size:15px;
  159. line-height:19px;
  160. letter-spacing:-1px;
  161. font-weight:normal;
  162. text-transform:lowercase;
  163. margin:0px;
  164. padding:0px;
  165. margin-bottom:-0px;
  166. text-align:left;
  167. -moz-transition: 0.3s ease-in;
  168. -webkit-transition: 0.3s ease-in;
  169. -o-transition: 0.3s ease-in;
  170. transition: 0.3s ease-in;
  171.  
  172. }
  173. h4{
  174. color:{color:title};
  175. font-family: garamond;
  176. font-size:23px;
  177. line-height:19px;
  178. letter-spacing:-2px;
  179. font-weight:normal;
  180. text-transform:lowercase;
  181. margin:0px;
  182. padding:0px;
  183. margin-bottom:-0px;
  184. text-align:left;
  185. }
  186. h5{
  187. color:{color:title};
  188. font-family:georgia;
  189. font-size:9px;
  190. line-height:19px;
  191. letter-spacing:1px;
  192. font-weight:normal;
  193. text-transform:lowercase;
  194. margin:0px;
  195. padding:0px;
  196. margin-bottom:-0px;
  197. text-align:left;
  198. -moz-transition: 0.3s ease-in;
  199. -webkit-transition: 0.3s ease-in;
  200. -o-transition: 0.3s ease-in;
  201. transition: 0.3s ease-in; }
  202. .post-footer {
  203. background-color: {color:note box};
  204. text-align: right;
  205. padding: 5px;
  206. color:#A2A2A3;
  207. font-size:10px;
  208. line-height: 9px;
  209. font-style:normal;
  210. font-weight:normal;
  211. letter-spacing:1px;
  212. text-decoration:none;
  213. display:none;
  214. }
  215.  
  216.  
  217. .links{
  218. background-color: {color:Sidebar Links};
  219. letter-spacing:1px;
  220. text-align:right;
  221. font:9px georgia;
  222. text-transform:lowercase;
  223. padding:2px;
  224. -moz-transition: 0.3s ease-in;
  225. -webkit-transition: 0.3s ease-in;
  226. -o-transition: 0.3s ease-in;
  227. transition: 0.3s ease-in;
  228. border-bottom: 3px solid {color:box}
  229. }
  230. .links:hover{
  231. background-color:{color:Sidebar Links Hover};
  232. }
  233. .links:hover a{{color:text}}
  234. #askr{
  235. background-color: {color:box};
  236. padding:5px;
  237. padding-left:5px;}
  238. blockquote {
  239. background-color: {color:box};
  240. padding:5px;
  241. padding-left:10px;
  242. margin:5px;
  243. border-left:1px solid {color:background};
  244. border-bottom:1px solid {color:background};
  245. }
  246. b, strong{color:{color:title};}
  247. i, em {color:{color:link};}
  248. p{margin-top:3px; margin-bottom:3px;}
  249. blockquote img{ display:block; width:100%;}
  250. blockquote p {padding:0px; margin:0px;}
  251. blockquote blockquote {position:relative; left:-5px; margin-top:0px; margin-right:0px; padding-right:0px;}
  252.  
  253.  
  254. img, a img {border: 0px !important;}
  255. .audio{background-color:black; display:block;}
  256. .user_1 .label, .user_4 .label, .user_7 .label {color:{color:title};}
  257. .user_2 .label, .user_5 .label, .user_8 .label {color:{color:link};}
  258. .user_3 .label, .user_6 .label, .user_9 .label {color:{color:text}; opacity:.75;}
  259. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  260. .notes img{width:10px; position:relative; top:1px;}
  261. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  262. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  263.  
  264. .block{display:block; position:fixed; z-index:1338;background-color:{color:box}; padding:10px; opacity: 0.7; {color:link};}
  265.  
  266. .bottom{position:fixed; bottom:0px; left:50%; margin-left:-200px; width:447px;height:10px; padding-top:10px;}
  267.  
  268. .fuckingcredz {position:fixed; bottom:0px; right:0px; padding:5px; text-transform:uppercase; font-family: "consolas","courier new";}
  269.  
  270.  
  271. </style>
  272. <style type="text/css">{CustomCSS}</style>
  273. </head>
  274. <body>
  275.  
  276.  
  277. <div id="center">
  278.  
  279. <div id="main">
  280.  
  281.  
  282.  
  283. <div id="sidebarz">
  284. <div id="sidebar">
  285. <div id="simg"><img src="{image:sidebar}"/></div>
  286. </div>
  287. <div id="sidebar">
  288.  
  289. {block:Description}{Description}{/block:Description}
  290.  
  291. </div>
  292. <div id="sidebar">
  293.  
  294. <div class="links"><a href="/">{Title}</a></div>
  295. <div class="links"><a href="/ask">Ask</a></div>
  296. <div class="links"><a href="/archive">Archive</a></div>
  297. <div class="links"><a href="http://magicblood.tumblr.com/">© THEME</a></div>
  298. <div class="links">{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a><br />{/block:ifLink1}</div>
  299. <div class="links">{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a><br />{/block:ifLink2}</div>
  300. </div>
  301. <div id="sidebar"><center>
  302. {block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}
  303. </center>
  304. </div>
  305.  
  306. </div>
  307. </div>
  308.  
  309. {block:Posts}
  310. <div id="box">
  311.  
  312. {block:Quote}<h3>"{Quote}"&nbsp;</h3>{/block:Quote}
  313. {block:Title}<h3>{Title}&nbsp;</h3>{/block:Title}
  314. {block:Link}<a href="{URL}" class="link" {Target}><h3>{Name}&nbsp;</h3></a>{/block:Link}
  315. {block:Text}{Body}{/block:Text}
  316. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"/>{LinkCloseTag}</center>{block:Caption} {Caption}{/block:Caption}{/block:Photo}
  317. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  318. {block:Quote}{block:Source}<P>{Source}</p>{/block:Source}{/block:Quote}
  319. {block:Link}{block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  320. {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}
  321. {block:Video}<center>{Video-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  322. {block:Answer}<div id="askr"><h5>{Asker} asked: {Question}&nbsp;</h5></div>{Answer}{/block:Answer}
  323. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  324. </div>
  325.  
  326.  
  327. <div id="datenote">
  328.  
  329. Posted <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"> {NoteCountWithLabel}</a>
  330.  
  331.  
  332. {block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  333.  
  334.  
  335. {block:PostNotes}{PostNotes}{/block:PostNotes}
  336.  
  337. </div>
  338. <BR>
  339.  
  340.  
  341. {/block:Posts}
  342.  
  343.  
  344.  
  345.  
  346.  
  347. </div>
  348. </body>
  349. </html>
  350.  
Advertisement
Add Comment
Please, Sign In to add comment