magicblood

Original

Aug 23rd, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.26 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.  
  8. © THEME MADE BY MAGICBLOOD
  9.  
  10. * Please do not remove any credits or else don't use my theme.
  11.  
  12. * http://magicblood.tumblr.com/
  13.  
  14. ---->
  15. <!-- DEFAULT VARIABLES -->
  16.  
  17. <meta name="color:Background" content="#fff" />
  18. <meta name="color:Sidebar" content="#eee" />
  19. <meta name="color:Posts" content="#eee" />
  20. <meta name="color:Title" content="#3A3A3A" />
  21. <meta name="color:Text" content="#797979" />
  22. <meta name="color:Text Post Background" content="#DCFFC4" />
  23. <meta name="color:Date" content="#ffe6b1" />
  24. <meta name="color:BorderNote" content="#eee" />
  25. <meta name="color:Notes" content="#ffe6b1" />
  26. <meta name="color:Links" content="#444444" />
  27. <meta name="color:Links Hover" content="#FF5050" />
  28. <meta name="color:Chat" content="#fff" />
  29. <meta name="color:Audio" content="#EEE" />
  30. <meta name="text:Line Height" content="13px" />
  31. <meta name="image:Background" content="" />
  32. <meta name="image:Sidebar" content="" />
  33.  
  34. <link rel="shortcut icon" href="{Favicon}" />
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  36. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  37. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}
  38. {block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  39. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  40.  
  41.  
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46.  
  47.  
  48.  
  49.  
  50. body{
  51.  
  52. color:{color:text};
  53. background-color: {color:background};
  54. background-image:url({image:background});
  55. background-position: center;
  56. background-attachment:fixed;
  57. background-repeat: repeat;
  58. font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
  59. font-size:11px;
  60. line-height:13px;
  61. text-align:justify;
  62.  
  63. }
  64.  
  65. a:link, a:active, a:visited{
  66. color: {color:links};
  67. text-decoration:none;
  68. -webkit-transition-duration: 2s;
  69. }
  70.  
  71. a:hover{
  72. color:{color:links hover};-webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;
  73.  
  74. }
  75.  
  76.  
  77.  
  78. #center{
  79. position:absolute;
  80. left:0;
  81. margin-left:500px;
  82. top:-10px;
  83. width:600px;
  84.  
  85. }
  86.  
  87. #box{
  88. background-color: {color:posts};
  89. padding:5px;
  90. margin-bottom:80px;
  91. width: 500px;
  92.  
  93. }
  94.  
  95.  
  96.  
  97. .entry:hover .dateside{
  98. opacity:1.0;
  99. -moz-opacity: 1.0;
  100. }
  101.  
  102. [id="box"]:hover [class="dateside"]{
  103. opacity:1.0;
  104. -moz-opacity: 1.0;
  105.  
  106. }
  107.  
  108. #sidebar {
  109. margin-top:42px;
  110. position: fixed;
  111. width: 250px;
  112. margin-left:-295px;
  113. height:auto;
  114. line-height:13px;
  115. font-size:11px;
  116.  
  117. }
  118.  
  119.  
  120.  
  121. #sidemenu {
  122. margin-left:0px;
  123. padding:6px;
  124. width:245px;
  125. background-color: {color:background};
  126. }
  127.  
  128.  
  129.  
  130. #sidelinks{position:relative; }
  131.  
  132. #sidelinks a{opacity: .7;
  133. width:245px; background-color:{color:background}; text-transform:uppercase; text-align:center; letter-spacing:1px; padding:5px; font-size:10px;
  134. -moz-transition: 0.3s ease-in;
  135. -webkit-transition: 0.3s ease-in;
  136. -o-transition: 0.3s ease-in;
  137. transition: 0.3s ease-in; padding-bottom:6px;}
  138.  
  139. #sidelinks a:hover{background-color:{color:text};}
  140.  
  141. #simg img {max-width: 250px; height: auto; text-align:center;}
  142.  
  143.  
  144. .dateside {background-color: {color:posts}; padding:2px; text-align:left; width:100px;padding-bottom:0px; position:absolute; margin-top:-5px; z-index: 999; margin-left: 510px; overflow:hidden; font-size:.9em;
  145.  
  146. opacity: .0;
  147. -moz-opacity: .0;
  148. -webkit-transition: all .7s ease-out;
  149. -moz-transition: all .7s ease-out;
  150. -o-transition: all .7s ease-out;
  151. transition: all .7s ease-out;
  152. }
  153.  
  154. #datenote { background-color: {color:background}; padding:5px; text-align:center; width:505px;padding-bottom:3px; }
  155. #datenote a {font:9px arial; letter-spacing:1px; text-transform:uppercase; text-align:center; }
  156. #datenote a:hover{ background-color: {color:posts}; width: 300px;}
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164. h1, big{
  165. color:{color:title};
  166. font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
  167. font-size:14px;
  168. line-height:20px;
  169. letter-spacing:1px;
  170. font-weight:bold;
  171. text-transform:normal;
  172. margin:0px;
  173. padding:0px;
  174. text-align:left;
  175.  
  176. }
  177.  
  178. h3{
  179. color:{color:title};
  180. font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
  181. font-size:20px;
  182. line-height:auto;
  183. font-weight:normal;
  184. font-style:none;
  185. text-transform:capital;
  186. margin:0px;
  187. padding-bottom:5px;
  188. }
  189.  
  190. h4{
  191. color:{color:title};
  192. font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
  193. font-size:20px;
  194. line-height:auto;
  195. letter-spacing:-1px;
  196. font-weight:normal;
  197. font-style:italic;
  198. text-transform:lowercase;
  199. margin:0px;
  200. padding:0px;
  201. margin-bottom:-0px;
  202. text-align:center;
  203. }
  204.  
  205. .quest {
  206. color:#000000;
  207. font-size: 12px;
  208. font-weight: normal;
  209. font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  210. line-height:13px;
  211. background: #E9EAEB;
  212. margin: 0 0 10px 0;
  213. padding: 20px 15px;
  214. position: relative;}
  215.  
  216. .arrow {
  217. width: 13px;
  218. height: 7px;
  219. font-size:30px;
  220. font-family:'trebuchet ms';
  221. position: absolute;
  222. color:#E9EAEB;
  223. bottom: -3.5px;
  224. right: 80px;}
  225.  
  226. .asker {left:0px; text-align:left; }
  227. .asker a {color:#000000;}
  228.  
  229. .asker img {float:left; margin-left:380px; vertical-align:top; margin-right:3px; max-height:15px;}
  230.  
  231.  
  232.  
  233. .answer {color:#FFF; text-align:left;}
  234.  
  235.  
  236.  
  237. .chat{list-style: none; font-size: 10px; margin: 0px;}
  238.  
  239. .chat ul {line-height: 15px; list-style: none; padding: 0px; margin: 0px;}
  240.  
  241. .line.odd {color: #727272; background-color: #fff; padding: 2px 5px}
  242.  
  243. .line.odd .label {font-weight: bold; padding: 3px; color: #727272; text-transform: uppercase;}
  244.  
  245. .line.even {color: #000; padding: 2px 5px}
  246.  
  247. .line.even .label {font-weight: bold; padding: 3px; color: #000000; text-transform: uppercase;}
  248.  
  249.  
  250.  
  251. .bigquote{font-size: 80px; color:{color:links hover}; line-height:80px;}
  252.  
  253. .pquote{font-size: 20px; font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; font-style:normal; letter-spacing: -1px; serif; line-height: 18px;
  254.  
  255. text-transform: normal; margin-top: -70px; text-indent: 45px}
  256.  
  257.  
  258.  
  259. blockquote {
  260. padding:5px;
  261. padding-left:10px;
  262. margin:5px;
  263. border-left:4px solid {color:text};
  264. }
  265.  
  266. b, strong{color:{color:text};}
  267.  
  268. .left{ float:left;}
  269.  
  270. i, em {color:{color:text};}
  271. p{margin-top:3px; margin-bottom:3px;}
  272. blockquote img{ display:block;}
  273. blockquote p {padding:0px; margin:0px;}
  274. blockquote blockquote {position:relative; left:-5px; margin-top:0px; margin-right:0px; padding-right:0px;}
  275. a img{border:none;}
  276. #audio{background-color:{color:audio}; padding:10px; text-align:center;}
  277. .user_1 .label, .user_4 .label, .user_7 .label {color:#030303;}
  278. .user_2 .label, .user_5 .label, .user_8 .label {color:#44A76F;}
  279. .user_3 .label, .user_6 .label, .user_9 .label {color:#000000; opacity:.75;}
  280. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  281. .notes img{width:10px; position:relative; top:1px;}
  282. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  283. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  284.  
  285. </style>
  286.  
  287. <script type="text/javascript">
  288. $(document).ready(function()
  289. {
  290. $( '#center' ).fadeIn("slow");
  291.  
  292. });
  293.  
  294. </script>
  295. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  296.  
  297. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  298. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  299.  
  300. <script type="text/javascript" charset="utf-8">
  301. var $j = jQuery.noConflict();
  302.  
  303. $j(function() {
  304. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  305. $j("img").lazyload({
  306. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  307. effect: "fadeIn",
  308. });
  309. });</script>
  310.  
  311. <style type="text/css"></style>
  312.  
  313.  
  314. <meta name="robots" content="index, follow">
  315.  
  316.  
  317. </head>
  318. <body>
  319.  
  320.  
  321.  
  322. <div id="center">
  323.  
  324. <div id="sidebar">
  325.  
  326.  
  327. <div id="simg"><img src="{image:sidebar}"/></div>
  328. <div id="sidemenu">
  329. <br>
  330. <center>
  331. <div id="sidelinks">
  332. <a href="/">home</a>
  333. <a href="/ask">ask</a>
  334. <a href="/archive">archive</a>
  335.  
  336.  
  337. </div></center>
  338. </div>
  339. <br>
  340. <div id="sidebarin">
  341.  
  342.  
  343. {block:Description}{Description}</a>{/block:Description}
  344. <br><center>
  345. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}{/block:Pagination}</center>
  346. </div>
  347. <BR>
  348. </div>
  349.  
  350.  
  351. <br><br><br>
  352.  
  353. {block:Posts}
  354. <div id="box">
  355. <div class="dateside"><a href="{Permalink}" >{TimeAgo}</a><br>{block:NoteCount}<a href="{Permalink}" >{NoteCountWithLabel}</a> {/block:NoteCount}<br>
  356. {block:Tags}
  357. <a href="{TagURL}">#{Tag}</a>
  358.  
  359. {/block:Tags}
  360. </div>
  361. {block:Photo}
  362.  
  363.  
  364. {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" width="500px" alt="{PhotoAlt}"/></a>
  365. {LinkCloseTag}
  366. {block:Caption} {Caption}{/block:Caption}{/block:Photo}
  367.  
  368. {block:Photoset}<center>{Photoset-500}</center>
  369. {block:Caption}{Caption}{/block:Caption}
  370. {/block:Photoset}
  371.  
  372. {block:Video}{Video-500}
  373.  
  374. {block:Caption}{Caption}{/block:Caption}
  375.  
  376. {/block:Video}
  377.  
  378.  
  379. {block:Quote}<b class="bigquote">“</b><div class="pquote">{Quote}&nbsp;</div>
  380. {/block:Quote}
  381. {block:Title}<h3>{Title}&nbsp;</h3> {/block:Title}
  382. {block:Link}<a href="{URL}" class="link" {Target}><h3>{Name}&nbsp;</h3></a>{/block:Link}
  383. {block:Text}{Body}{/block:Text}
  384. {block:Quote}{block:Source}<center><P>—{Source}</p></center>{/block:Source}
  385. {/block:Quote}
  386. {block:Link}{block:Description}<P>{Description}</p>{/block:Description}
  387. {/block:Link}
  388. {block:Chat}
  389. <div class="chat"><ul>{block:Lines}<li class="line {Alt}">{block:Label}
  390. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  391. {/block:Chat}
  392. {block:Answer}
  393. <div class="quest">
  394. <div class="arrow">▼</div>
  395. <b>{Asker}:</b> {Question}
  396. </div>
  397. <div class="answer">{Answer}</div>
  398. {/block:Answer}
  399. {block:Audio}<div id="audio">
  400. {block:AlbumArt}<img src="{AlbumArtURL}" width="207"/>{/block:AlbumArt}
  401. {AudioPlayerWhite}
  402. </div>
  403. {block:Caption}{Caption}{/block:Caption}
  404. {/block:Audio}
  405.  
  406.  
  407.  
  408. {block:PostNotes}
  409. <br>
  410.  
  411. {PostNotes}{/block:PostNotes}
  412. <br>
  413. </div>
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423. {/block:Posts}
  424.  
  425. </div>
  426.  
  427.  
  428.  
  429.  
  430. </body>
  431. </html>
Advertisement
Add Comment
Please, Sign In to add comment