mausamixoxo

theme 34

Jan 27th, 2013
2,090
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.35 KB | None | 0 0
  1. <!--
  2. theme by witheredtrust/themes-bymausami
  3. i made the theme, so it is my right and your responsibility to keep the credit. please put it somewhere on your blog if not on the side.
  4. -->
  5.  
  6. <html lang="en">
  7. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml">
  9. <head>
  10.  
  11. <script type="text/javascript">
  12. <!--
  13.  
  14. // Disable Right Click Script
  15.  
  16. function IE(e)
  17. {
  18. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  19. {
  20. return false;
  21. }
  22. }
  23. function NS(e)
  24. {
  25. if (document.layers || (document.getElementById && !document.all))
  26. {
  27. if (e.which == "2" || e.which == "3")
  28. {
  29. return false;
  30. }
  31. }
  32. }
  33. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  34.  
  35. //-->
  36. </script>
  37.  
  38. <script type="text/javascript"
  39. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  40.  
  41. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  42.  
  43. <!-- DEFAULT VARIABLES -->
  44. <link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css'>
  45. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  46. <meta name="color:background" content="#757474"/>
  47. <meta name="color:links" content="#aaa"/>
  48. <meta name="color:link shadow" content="#aaa"/>
  49. <meta name="color:hover" content="#fff"/>
  50. <meta name="color:text" content="#aaa"/>
  51. <meta name="color:description" content="#aaa"/>
  52. <meta name="color:Title" content="#aaa"/>
  53. <meta name="color:Borders" content="#ddd">
  54. <meta name="color:scrollbar" content="#aaa"/>
  55. <meta name="color:Blog Title" content="#fff"/>
  56. <meta name="color:Blog Title Shadow" content="#000"/>
  57. <meta name="image:background" content=""/>
  58. <meta name="image:sidebar" content=""/>
  59. <meta name="text:Blog Title" content="Wonderstruck" />
  60. <meta name="text:Link One" content="" />
  61. <meta name="text:Link One Title" content="Index" />
  62. <meta name="text:Link Two" content="" />
  63. <meta name="text:Link Two Title" content="Inbox" />
  64. <meta name="text:Link Three" content="" />
  65. <meta name="text:Link Three Title" content="link" />
  66. <meta name="text:Link Four" content="" />
  67. <meta name="text:Link Four Title" content="link" />
  68. <meta name="text:Link Five" content="" />
  69. <meta name="text:Link Five Title" content="link" />
  70.  
  71. <style type="text/css">
  72.  
  73. ::-webkit-scrollbar {width: 5px; height: 4px; background: #fff; border-left: 1px transparent #aaaaaa; }
  74.  
  75. ::-webkit-scrollbar-thumb { background-color:{color:scrollbar}; border-bottom: 1px transparent #aaaaaa; border-top: 1px transparent #aaaaaa; border-left: 1px transparent
  76. #aaaaaa; border-right: 1px transparent #aaaaaa; }
  77.  
  78. #tumblr_controls {
  79. right:3px !important;
  80. position: fixed !important;
  81. }
  82.  
  83. body {
  84. padding: 0px;
  85. margin: 0px;
  86. color:{color:text};
  87. font-family: consolas;
  88. line-height: 8px;
  89. font-size: 10px;
  90. letter-spacing: 0px;
  91. background-color: {color:Background};
  92. background-image:url({image:Background});
  93. background-attachment: fixed;
  94. background-repeat: repeat;
  95. }
  96.  
  97. a:link, a:active, a:visited{
  98. color: {color:links};
  99. text-decoration: none;
  100. transition: all 0.9s ease;
  101. -o-transition-transition: all 0.9s ease;
  102. -webkit-transition: all 0.9s ease;
  103. -moz-transition: all 0.9s ease;
  104. }
  105.  
  106. a:hover {
  107. color:{color:hover};
  108. text-decoration: none;
  109. text-shadow:1px 1px 5px {color:link shadow};
  110. transition: all 0.9s ease;
  111. -o-transition-transition: all 0.9s ease;
  112. -webkit-transition: all 0.9s ease;
  113. -moz-transition: all 0.9s ease;
  114. }
  115.  
  116. askk {
  117. font-family: 'Petit Formal Script', cursive;;
  118. font-size:20px;
  119. text-transform:none;
  120. z-index:1;
  121. color: {color:links};
  122. }
  123.  
  124. @font-face { font-family: "lainie"; src: url('http://static.tumblr.com/oetadgc/Uialyjfaa/laine.ttf'); }
  125.  
  126.  
  127. div#center{
  128. margin-left:0px;
  129. position:relative;
  130. width:1000px;
  131. background-color:;
  132. overflow:auto;
  133. overflow-y:hidden;
  134. }
  135.  
  136. #panel{
  137. position:fixed;
  138. width:10px;
  139. height:100%;
  140. background:#fff;
  141. opacity:1;
  142. margin-left:890px;
  143. margin-top:-2px;
  144. z-index:0;
  145. border-left:1px solid {color:Borders};
  146. border-right:1px solid {color:Borders};
  147. }
  148.  
  149. #sidebar{
  150. position:fixed;
  151. width:290px;
  152. height:250px;
  153. background:white;
  154. margin-left:901px;
  155. margin-top:180px;
  156. background:#fff;
  157. border-right:1px solid {color:Borders};
  158. border-top:1px solid {color:Borders};
  159. border-bottom:1px solid {color:Borders};
  160. z-index:0;
  161. border-top-right-radius: 0px;
  162. border-bottom-right-radius: 0px;
  163. }
  164.  
  165. #blogtitle{
  166. position:fixed;
  167. font-family:lainie;
  168. font-size:60px;
  169. color:{color:Blog Title};
  170. margin-left:-20px;
  171. margin-top:-25px;
  172. text-shadow:3px 0px 3px {color:Blog Title Shadow};
  173. }
  174.  
  175. #desc{
  176. position:fixed;
  177. margin-left:0px;
  178. margin-top:43px;
  179. width:284px;
  180. height:60px;
  181. font-family:consolas;
  182. font-size:11px;
  183. text-align:center;
  184. background:white;
  185. line-height:12px;
  186. padding:3px;
  187. color:{color:description};
  188. border-right:1px solid {color:Borders};
  189. border-top:1px solid {color:Borders};
  190. border-bottom:1px solid {color:Borders};
  191. }
  192.  
  193. #links{
  194. text-align:center;
  195. position:fixed;
  196. width:278px;
  197. height:9px;
  198. background:white;
  199. opacity:1;
  200. font-size:11px;
  201. margin-left:0px;
  202. margin-top:15px;
  203. z-index:2;
  204. padding:6px;
  205. border-right:1px solid {color:Borders};
  206. border-top:1px solid {color:Borders};
  207. border-bottom:1px solid {color:Borders};
  208. transition: all 0.9s ease;
  209. -o-transition-transition: all 0.9s ease;
  210. -webkit-transition: all 0.9s ease;
  211. -moz-transition: all 0.9s ease;
  212. }
  213.  
  214. #posts {
  215. width:880px;
  216. margin-top: -3px;
  217. margin-left:3px;
  218. right:auto;
  219. margin-right:auto;
  220. position:relative;
  221. overflow-y: hidden;
  222. z-index:0;
  223. padding:3px;
  224. background:transparent;
  225. }
  226.  
  227. .entry {
  228. float:left;
  229. display: block;
  230. overflow:hidden;
  231. width:263px;
  232. margin:4px;
  233. border:1px solid #ddd;
  234. padding-right:10px;
  235. padding-left:10px;
  236. padding-top:10px;
  237. padding-bottom:8px;
  238. font-family:consolas;
  239. letter-spacing:0px;
  240. font-size: 10px;
  241. line-height:12px;
  242. {block:PermalinkPage}
  243. width:420px;
  244. margin-left:0px;
  245. margin-top: 3px;
  246. text-align:center;
  247. opacity:1;
  248. {/block:PermalinkPage}
  249. background: white;
  250. opacity:1;
  251. transition: all 0.9s ease;
  252. -o-transition-transition: all 0.9s ease;
  253. -webkit-transition: all 0.9s ease;
  254. -moz-transition: all 0.9s ease;
  255. }
  256.  
  257. .entry:hover {
  258. opacity:1;
  259. transition: all 0.9s ease;
  260. -o-transition-transition: all 0.9s ease;
  261. -webkit-transition: all 0.9s ease;
  262. -moz-transition: all 0.9s ease;
  263. }
  264.  
  265. .entry .permados a{
  266. color: #aaa;
  267. }
  268.  
  269. .entry .permalinktext a{
  270. color:#aaa;
  271. }
  272.  
  273. .entry .permados{
  274. position:absolute;
  275. margin-top: 5px;
  276. margin-left:-10px;
  277. width:auto;
  278. height:15px;
  279. text-transform: uppercase;
  280. background-color:#ffffff;
  281. padding:5px;
  282. overflow:hidden;
  283. font-family: consolas;
  284. letter-spacing:0px;
  285. font-size: 11px;
  286. line-height:15px;
  287. text-align:center;
  288. opacity:0.0;
  289. border: 1px solid #ddd;
  290. transition: all 0.9s ease;
  291. -o-transition-transition: all 0.9s ease;
  292. -webkit-transition: all 0.9s ease;
  293. -moz-transition: all 0.9s ease;
  294. }
  295.  
  296. .entry:hover .permados{
  297. margin-left: -20px;
  298. width:290px;
  299. overflow:visible;
  300. opacity:0.9;
  301. transition: all 0.9s ease;
  302. -o-transition-transition: all 0.9s ease;
  303. -webkit-transition: all 0.9s ease;
  304. -moz-transition: all 0.9s ease;
  305. }
  306.  
  307. .permalinktext {
  308. display: block;
  309. padding: 1px;
  310. margin: 2px 0px 0px 5px;
  311. text-transform: uppercase;
  312. font-family:consolas;
  313. font-size: 10px;
  314. color: #000;
  315. line-height: 11px;
  316. letter-spacing:0px;
  317. text-align: right;
  318. text-decoration: none;
  319. border-top: 1px dotted #ddd;
  320. webkit-transition: all 0.2s linear;
  321. -webkit-transition: all 0.2s linear;
  322. -moz-transition: all 0.2s linear;
  323. transition: all 0.2s linear;
  324. }
  325.  
  326. .permalinktext:hover{
  327. margin:2px 4px 0px 5px;
  328. webkit-transition: all 0.2s linear;
  329. -webkit-transition: all 0.2s linear;
  330. -moz-transition: all 0.2s linear;
  331. transition: all 0.2s linear;
  332. }
  333.  
  334. .title{
  335. text-align: center;
  336. font-family: 'Petit Formal Script', cursive;;
  337. text-transform:none;
  338. font-size: 20px;
  339. line-height:18px;
  340. letter-spacing: 0px;
  341. color: {color:Title};
  342. }
  343.  
  344. #infscr-loading{
  345. bottom: -70px;
  346. position: absolute;
  347. left: 50%;
  348. margin-left:-8px;
  349. width:16px;
  350. height:11px;
  351. overflow:hidden;
  352. margin-bottom: 50px;
  353. }
  354.  
  355. #postnotes{
  356. text-align: center;}
  357.  
  358. #postnotes blockquote{
  359. border: 0px;}
  360.  
  361. blockquote{
  362. padding:0px 0px 0px 0px;
  363. margin:0px 0px 0px 0px;
  364. border-left: 1px dotted #555555;
  365. }
  366.  
  367. blockquote p, ul{
  368. margin:0px;
  369. padding:0px;
  370. }
  371.  
  372. a img{border: 0px;}
  373.  
  374.  
  375. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  376.  
  377. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  378. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  379.  
  380. .notes img{width:10px; position:relative; top:3px;}
  381. <--ses-->
  382. small{font-size: 90%;}
  383.  
  384. {CustomCSS}
  385.  
  386. </style>
  387.  
  388. {block:IndexPage}
  389. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  390. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  391.  
  392. <script type="text/javascript">
  393. $(window).load(function () {
  394. var $content = $('#posts');
  395. $content.masonry({itemSelector: '.entry'}),
  396. $content.infinitescroll({
  397. navSelector : 'div#pagination',
  398. nextSelector : 'div#pagination a#nextPage',
  399. itemSelector : '.entry',
  400. loading: {
  401. finishedMsg: '',
  402. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  403. },
  404. bufferPx : 600,
  405. debug : false,
  406. },
  407. // call masonry as a callback.
  408. function( newElements ) {
  409. var $newElems = $( newElements );
  410. $newElems.hide();
  411. // ensure that images load before adding to masonry layout
  412. $newElems.imagesLoaded(function(){
  413. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  414.  
  415.  
  416. });
  417. });
  418. });
  419. </script>
  420.  
  421.  
  422. {/block:IndexPage}
  423.  
  424.  
  425. <title>{title}</title>
  426.  
  427. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_llidlpN38o1qzbrv5.png">
  428. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  429. <meta name="viewport" content="width=820" />
  430. </head>
  431. <body onkeydown="return false">
  432.  
  433. <body>
  434. <div id="cage">
  435. <div id="center">
  436. <div id="panel">
  437. </div>
  438.  
  439. <div id="sidebar">
  440. <div id="blogtitle">{text:Blog Title}</div>
  441.  
  442. <a href="/"><img src="{image:sidebar}" style="height:220px; width:270px; opacity:0.9; padding:5px; margin-left:0px; background:white; margin-top: 8px; border:1px solid {color:Borders}; border-top-right-radius: 0px;
  443. border-bottom-right-radius: 0px;"></a>
  444.  
  445. <div id="links">
  446. <a href="{text:Link One}">{text:Link One Title}</a> =
  447. <a href="{text:Link Two}">{text:Link Two Title}</a> =
  448. <a href="{text:Link Three}">{text:Link Three Title}</a> =
  449. <a href="{text:Link Four}">{text:Link Four Title}</a> =
  450. <a href="{text:Link Five}">{text:Link Five Title}</a> </div>
  451.  
  452. <div id="desc">{description}</div>
  453.  
  454. </div>
  455.  
  456.  
  457. <div class="left">
  458. <div id="posts">
  459. {block:Posts}
  460. <div class="entry">
  461.  
  462. {block:Answer}
  463. <div style="min-height:30px; padding: 3px; border-right: 2px solid {color:Blog Title 2}; border-left: 2px solid {color:Blog Title 2}; background: white; color:{color:text}; padding:2px; box-shadow: 1px 1px 1px #ddd;">
  464. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; border-radius:20px;"/>
  465. <askk>{Asker}</askk>: {Question}</div>
  466. <div style="padding:3px; text-align:left;"></div>
  467. {Answer}
  468. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago} </a> </div>
  469. {/block:Answer}
  470.  
  471. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago} </a> </div>
  472. {/block:Text}
  473.  
  474. {block:Link}<br><a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago} </a> </div>{block:Link}
  475.  
  476. {block:Photo}
  477. {block:IndexPage}
  478. <div class="permados"><a href="{ReblogURL}" target="_blank"> Reblog </a> with <a href="{permalink}">{NoteCountWithLabel}</a></div>
  479. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=260px></a>{LinkCloseTag}</center>
  480. {/block:IndexPage}
  481. {block:PermalinkPage}
  482. {LinkOpenTag}
  483. <img src="{PhotoURL-500}" alt="{PhotoAlt}"width=420px/>
  484. {LinkCloseTag}
  485. {/block:PermalinkPage}
  486. {/block:Photo}
  487.  
  488. {block:Photoset}
  489. {block:IndexPage}
  490. <center>
  491. {Photoset-250}</center>
  492. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago} </a> </div>
  493. {/block:IndexPage}
  494. {block:PermalinkPage}
  495. <center>
  496. {Photoset-500}</center>
  497. {/block:PermalinkPage}
  498. {/block:Photoset}
  499.  
  500. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago} </a> </div>{/block:Quote}
  501.  
  502. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  503. <ul class="chat">
  504. {block:Lines}
  505. <li class="user_{UserNumber}">
  506. {block:Label}
  507. <span class="label">{Label}</span>
  508. {/block:Label}
  509.  
  510. {Line}
  511. </li>
  512. {/block:Lines}
  513. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago}</a> </div>
  514. {/block:Chat}
  515.  
  516. {block:Audio}
  517. <div style="width:220px; height:30px;">
  518. {AudioPlayerBlack}
  519. </div>
  520. {block:IndexPage}<div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago}</a> </div>{/block:IndexPage}
  521. {/block:Audio}
  522.  
  523. {block:Video}{block:indexpage}{block:indexpage}{Video-400}<div class="perma"><a href="{permalink}" target="_blank">{NoteCountwithlabel}</a></div>{/block:IndexPage}<div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago} </a> </div>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}{/block:Video}
  524.  
  525. {block:PostNotes}<div align="middle">{caption}</div>
  526. <center>
  527.  
  528. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  529.  
  530. {block:HasTags}
  531. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  532. {block:RebloggedFrom}
  533. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  534. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  535.  
  536. {/block:RebloggedFrom}
  537. </center></span>
  538. <br>
  539. <div id="postnotes">{PostNotes}</div><br>
  540.  
  541. <center>{block:ContentSource}
  542. <br><a href="{SourceURL}">
  543. {lang:Source}:
  544. {block:SourceLogo}
  545. <img src="{BlackLogoURL}" width="{LogoWidth}"
  546. height="{LogoHeight}" alt="{SourceTitle}" />
  547. {/block:SourceLogo}
  548. {block:NoSourceLogo}
  549. {SourceLink}
  550. {/block:NoSourceLogo}
  551. </a>
  552. {/block:ContentSource}</center>
  553.  
  554. {/block:PostNotes}
  555. </div>
  556. {/block:Posts}
  557. </div></div>
  558.  
  559. {block:IndexPage}
  560. {block:Pagination}
  561. <div id="pagination">
  562. {block:NextPage}
  563. <a id="nextPage" href="{NextPage}"></a>
  564. {/block:NextPage}
  565. {block:PreviousPage}
  566. <a href="{PreviousPage}"></a>
  567. {/block:PreviousPage}
  568. </div>
  569. {/block:Pagination}
  570. {/block:IndexPage}
  571.  
  572. <BODY onselectstart="return false;" ondragstart="return false;">
  573. <div style="position:fixed; bottom:0px; right:0px;">
  574. <div style="position:fixed; bottom:5px; right:5px; background:white; border-right: 2px solid #aaa; border-left:2px solid #aaa; padding:5px;">
  575. &copy <a href="http://witheredtrust.tumblr.com">witheredtrust</a>
  576. </html>
Advertisement
Add Comment
Please, Sign In to add comment