magicblood

ali

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