magicblood

t3

Oct 2nd, 2011
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.60 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. <script language="javascript" src="http://leezy2.webs.com/jquery_mini.js"></script>
  8. <script language="javascript" src="http://leezy2.webs.com/jquery.dimensions.js"></script>
  9. <script language="javascript">
  10. var name = "#top";
  11. var menuYloc = null;
  12.  
  13. $(document).ready(function(){
  14. menuYloc = parseInt($(name).css("top").substring(0,$(name).css("top").indexOf("px")))
  15. $(window).scroll(function () {
  16. offset = menuYloc+$(document).scrollTop()+"px";
  17. $(name).animate({top:offset},{duration:500,queue:false});
  18. });
  19. });
  20. </script>
  21.  
  22.  
  23.  
  24.  
  25. <!-- DEFAULT VARIABLES -->
  26. <meta name="color:background" content="#F7FF99" />
  27. <meta name="color:box" content="#FFFFFF" />
  28. <meta name="color:title" content="#3A3A3A" />
  29. <meta name="color:text" content="#797979" />
  30. <meta name="color:link" content="#444444" />
  31. <meta name="color:Link hover" content="#444444" />
  32. <meta name="color:Link hovs" content="#444444" />
  33. <meta name="color:asker" content="#444444" />
  34. <meta name="color:border" content="#444444" />
  35. <meta name="color:side box" content="#fff" />
  36. <meta name="color:notes" content="#a40ac5" />
  37. <meta name="font:title" content="courier new" />
  38. <meta name="font:body" content="georgia" />
  39. <meta name="text:font size" content="11px" />
  40. <meta name="text:line height" content="13px" />
  41. <meta name="text:left border width" content="0px" />
  42. <meta name="text:right border width" content="0px" />
  43. <meta name="if:Show Tumblr Picture" content="1"/>
  44. <meta name="image:background" content="" />
  45. <meta name="image:sidebar" content="" />
  46.  
  47.  
  48. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  49. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  50. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  51. <link rel="shortcut icon" href="{Favicon}" />
  52. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  53. <script src="http://cufon.shoqolate.com/js/cufon-yui.js" type="text/javascript"></script>
  54. <script src="http://sseshomaru.fileave.com/england-hand-db.cufonfonts.js" type="text/javascript"></script>
  55. <script type="text/javascript">
  56. Cufon.replace('h3', { fontFamily: 'England Hand DB', hover: true });
  57. </script>
  58.  
  59. <style type="text/css">
  60.  
  61. body{
  62. color:{color:text};
  63. background-color: {color:background};
  64. background-image:url({image:background});
  65. background-position: center;
  66. background-attachment:fixed;
  67. background-repeat: repeat;
  68. font-family:georgia;
  69. font-size:9px;
  70. line-height:{text:line height};
  71. text-align:justify;
  72. }
  73. a:link, a:active, a:visited{
  74. color: {color:link};
  75. text-decoration:none;
  76. }
  77. a:hover{
  78. color:{color:link hover};-webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;
  79. }
  80. #center{
  81. position:absolute;
  82. left:50%;
  83. margin-left:-350px;
  84. margin-top:-10px;
  85. top:0px;
  86. width:510px;
  87. }
  88. @-webkit-keyframes pulse {
  89. 0% {background-color: red;}
  90. 33% {background-color: blue;}
  91. 67% {background-color: green;}
  92. 100% {background-color: red;}}
  93.  
  94.  
  95. #box{
  96. overflow:hidden;
  97. background-color: {color:box};
  98. padding:5px;
  99. padding-top:10px;
  100. width: 500px;
  101. -webkit-border-top-left-radius: 10px;
  102. -webkit-border-top-right-radius: 10px;
  103. -moz-border-radius-topleft: 10px;
  104. -moz-border-radius-topright: 10px;
  105. border-top-left-radius: 10px;
  106. border-top-right-radius: 10px;
  107. }
  108.  
  109. .links{background:{color:side box}; padding:3px; text-align:center; margin-top:5px;
  110. -moz-transition: 0.3s ease-in;
  111. -webkit-transition: 0.3s ease-in;
  112. -o-transition: 0.3s ease-in;
  113. transition: 0.3s ease-in;}
  114.  
  115. .links a:hover {background-color:#DDECED; color:#B8CCCF;}
  116.  
  117.  
  118.  
  119. #sidebar {
  120.  
  121. background-color: {color:box};
  122. border-left:{text:left border width} solid {color:link};
  123. border-right:{text:right border width} solid {color:link};
  124. padding:10px;
  125. top:150px;
  126. position: fixed;
  127. left: 50%;
  128. margin-left: 170px;
  129. width: 180px;
  130. -webkit-border-radius: 10px;
  131. -moz-border-radius: 10px;
  132. border-radius: 10px;
  133. }
  134.  
  135. #simg img {
  136. max-width: 180px; height: auto; text-align:center}
  137.  
  138.  
  139.  
  140. @-webkit-keyframes pulse {
  141. 0% {background-color: red;}
  142. 33% {background-color: blue;}
  143. 67% {background-color: green;}
  144. 100% {background-color: red;}}
  145.  
  146. h1, big{
  147. color:{color:title};
  148. font-family: {font:title};
  149. font-size:35px;
  150. line-height:30px;
  151. letter-spacing:-3px;
  152. font-weight:normal;
  153. text-transform:lowercase;
  154. margin:0px;
  155. padding:0px;
  156. text-align:left;
  157. }
  158. h3{
  159. color:{color:title};
  160. font-family:georgia;
  161. font-size:14px;
  162. line-height:auto;
  163. letter-spacing:1px;
  164. font-weight:normal;
  165. text-transform:lowercase;
  166. margin:0px;
  167. padding:0px;
  168. margin-bottom:-0px;
  169. text-align:center;
  170. }
  171. h4{
  172. color:{color:title};
  173. font-family: garamond;
  174. font-size:23px;
  175. line-height:19px;
  176. letter-spacing:-2px;
  177. font-weight:normal;
  178. text-transform:lowercase;
  179. margin:0px;
  180. padding:0px;
  181. margin-bottom:-0px;
  182. text-align:left;
  183. }
  184. h5{
  185. color:{color:title};
  186. font-family:georgia;
  187. font-size:9px;
  188. line-height:19px;
  189. letter-spacing:1px;
  190. font-weight:normal;
  191. text-transform:lowercase;
  192. margin:0px;
  193. padding:0px;
  194. margin-bottom:-0px;
  195. text-align:left;
  196. -moz-transition: 0.3s ease-in;
  197. -webkit-transition: 0.3s ease-in;
  198. -o-transition: 0.3s ease-in;
  199. transition: 0.3s ease-in; }
  200. .post-footer {
  201. background-color: {color:note box};
  202. text-align: right;
  203. padding: 5px;
  204. color:#A2A2A3;
  205. font-size:10px;
  206. line-height: 9px;
  207. font-style:normal;
  208. font-weight:normal;
  209. letter-spacing:1px;
  210. text-decoration:none;
  211. display:none;
  212. }
  213.  
  214.  
  215. #top{position:absolute;top:70px;margin-left:-60px;}
  216.  
  217. #pagie{position:fixed; left:50%; margin-left:270px; top:220px; width: 150px;}
  218.  
  219.  
  220.  
  221.  
  222. #info{
  223. color:{color:notes};
  224. font-family:{font:title};
  225. font-size:9px;
  226. text-transform:uppercase;
  227. text-align:center;
  228. margin-top:5px;
  229.  
  230. padding-top:5px;
  231. border-top: 1px dashed #000;
  232. }
  233. #askr{
  234. background-color: {color:asker};
  235. padding:5px;
  236. padding-left:5px;
  237. }
  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. a img{border:none;}
  253. .audio{background-color:black; display:block;}
  254. .user_1 .label, .user_4 .label, .user_7 .label {color:{color:title};}
  255. .user_2 .label, .user_5 .label, .user_8 .label {color:{color:link};}
  256. .user_3 .label, .user_6 .label, .user_9 .label {color:{color:text}; opacity:.75;}
  257. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  258. .notes img{width:10px; position:relative; top:1px;}
  259. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  260. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  261. </style>
  262. <style type="text/css">{CustomCSS}</style>
  263. </head>
  264. <body>
  265.  
  266. <div id="center">
  267.  
  268. <div id="top">
  269.  
  270.  
  271. <a href="/"> <div class="links">home</div></a>
  272. <a href="/archive"> <div class="links">archive</div></a>
  273. <a href="/ask"> <div class="links">ask</div></a>
  274. <a href="http://magicblood.tumblr.com/"> <div class="links">theme</div></a>
  275.  
  276.  
  277. </div>
  278.  
  279.  
  280. <BR>
  281. <div id="sidebar">
  282. <div id="simg"><img src="{image:sidebar}"/></div>
  283.  
  284.  
  285.  
  286. {block:Description}{Description}{/block:Description}
  287.  
  288. <br>{block:PreviousPage}<a href="{PreviousPage}" style="font-size: 42px;">&#171;</a> &nbsp; &nbsp; {/block:PreviousPage}
  289. {block:NextPage}&nbsp; &nbsp; <a href="{NextPage}" style="font-size: 42px;">&#187;</a>{/block:NextPage}
  290. <br>
  291.  
  292.  
  293. </center>
  294.  
  295. </div><BR>
  296.  
  297.  
  298.  
  299. {block:Posts}
  300. <div id="box">
  301.  
  302. {block:Quote}<h3>"{Quote}"&nbsp;</h3>{/block:Quote}
  303. {block:Title}<h3>{Title}&nbsp;</h3>{/block:Title}
  304. {block:Link}<a href="{URL}" class="link" {Target}><h3>{Name}&nbsp;</h3></a>{/block:Link}
  305. {block:Text}{Body}{/block:Text}
  306. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption} {Caption}{/block:Caption}{/block:Photo}
  307. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  308. {block:Quote}{block:Source}<P>{Source}</p>{/block:Source}{/block:Quote}
  309. {block:Link}{block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  310. {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}
  311. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  312. {block:Answer}<div id="askr"><h5>{Asker} asked: {Question}&nbsp;</h5></div>{Answer}{/block:Answer}
  313. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  314. <div id="info"><a href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix} at {12Hour}{CapitalAmPm}</a>{block:RebloggedFrom} / via: <a href="{ReblogParentURL}">{ReblogParentName}</a> / op: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  315. / {NoteCountWithLabel}
  316. <br>
  317. {block:HasTags} tagged: {block:Tags}<a href="{TagURL}">{Tag}</a>. {/block:Tags}{/block:HasTags}
  318. </div>
  319.  
  320. </div><BR>
  321. {/block:Posts}
  322. {block:PostNotes}{PostNotes}{/block:PostNotes}
  323.  
  324.  
  325.  
  326.  
  327.  
  328. </div>
  329. </body>
  330. </html>
  331.  
Advertisement
Add Comment
Please, Sign In to add comment