mausamixoxo

theme 35

Jan 30th, 2013
1,250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.89 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.  
  39. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  40.  
  41. <link href='http://fonts.googleapis.com/css?family=ABeeZee' rel='stylesheet' type='text/css'>
  42.  
  43. <script type="text/javascript"
  44. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  45.  
  46. <!-- DEFAULT VARIABLES -->
  47. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  48. <meta name="color:background" content="#eee"/>
  49. <meta name="color:links" content="#ddd"/>
  50. <meta name="color:link shadow" content="#fff"/>
  51. <meta name="color:hover" content="#aaa"/>
  52. <meta name="color:text" content="#aaa"/>
  53. <meta name="color:description" content="#aaa"/>
  54. <meta name="color:Title" content="#aaa"/>
  55. <meta name="color:Side Borders" content="#ddd">
  56. <meta name="color:Links Border" content="#ddd">
  57. <meta name="color:scrollbar" content="#aaa"/>
  58. <meta name="image:background" content=""/>
  59. <meta name="image:sidebar" content=""/>
  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="http://witheredtrust.tumblr.com" />
  69. <meta name="text:Link Five Title" content="Credit" />
  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: 'ABeeZee', sans-serif;
  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. }
  101.  
  102. a:hover {
  103. color:{color:hover};
  104. text-decoration: none;
  105. -webkit-transition: color 0.3s ease-out;
  106. -moz-transition: color 0.3s ease-out;
  107. text-shadow:1px 1px 5px {color:link shadow};
  108. }
  109.  
  110. askk {
  111. font-family: 'Petit Formal Script', cursive;;
  112. font-size:15px;
  113. text-transform:none;
  114. z-index:1;
  115. color: {color:links};
  116. }
  117.  
  118. @font-face {font-family:"aubrey"; src: url('http://static.tumblr.com/xzx3ohu/BfKmf1r46/aubrey1___1_.ttf'); format(“truetype”); }
  119.  
  120. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  121.  
  122.  
  123. div#center{
  124. margin:auto;
  125. position:relative;
  126. width:900px;
  127. background-color:;
  128. overflow:auto;
  129. overflow-y:hidden;
  130. }
  131.  
  132. #sidebar{
  133. position:fixed;
  134. height:100%;
  135. margin-top:0px;
  136. margin-left:-42px;
  137. width:250px;
  138. background:white;
  139. border-left:3px solid {color:Side Borders};
  140. z-index:0;
  141. }
  142.  
  143. #links{
  144. text-align:center;
  145. position:fixed;
  146. width:890px;
  147. height:40px;
  148. background:white;
  149. opacity:1;
  150. margin-left:-39px;
  151. margin-top:0px;
  152. z-index:1;
  153. border-right:4px solid {color:Side Borders};
  154. color: {color:links};
  155. }
  156.  
  157. .link{
  158. margin-top:3px;
  159. margin-right:6px;
  160. margin-left:1px;
  161. width:162px;
  162. height:35px;
  163. border-right:3px solid {color:Links Border};
  164. border-left:3px solid {color:Links Border};
  165. font-family:bebas neue;
  166. font-size:30px;
  167. letter-spacing:0px;
  168. line-height:40px;
  169. background:white;
  170. z-index:1;
  171. background:white;
  172. display: inline-block;
  173. transition: all 0.9s ease-out;
  174. -o-transition-transition: all 0.9s ease-out;
  175. -webkit-transition: all 0.9s ease-out;
  176. -moz-transition: all 0.9s ease-out;
  177. }
  178.  
  179. .link:hover{
  180. background:{color:Links Border};
  181. }
  182.  
  183. .link:hover a{
  184. color:white}
  185.  
  186. #desc{
  187. opacity:1;
  188. position:fixed;
  189. width:244px;
  190. height:auto;
  191. margin-left:0px;
  192. margin-top:3px;
  193. font-family: 'ABeeZee', sans-serif;
  194. padding:3px;
  195. line-height:11px;
  196. z-index:0;
  197. color:{color:description};
  198. text-align:center;
  199. background:transparent;
  200. }
  201.  
  202. #posts {
  203. width:635px;
  204. margin-top: 35px;
  205. margin-left:210px;
  206. right:auto;
  207. margin-right:auto;
  208. position:relative;
  209. overflow-y: hidden;
  210. z-index:0;
  211. padding:3px;
  212. background:white;
  213. border-right:4px solid {color:Side Borders};
  214. }
  215.  
  216. .entry {
  217. float:left;
  218. display: block;
  219. overflow:hidden;
  220. width:290px;
  221. margin:4px;
  222. background:#f4f5f3;
  223. border:1px solid #ddd;
  224. padding-right:8px;
  225. padding-left:8px;
  226. padding-top:8px;
  227. padding-bottom:6px;
  228. font-family: 'ABeeZee', sans-serif;
  229. text-transform:none;
  230. letter-spacing:0px;
  231. font-size: 10px;
  232. line-height:13px;
  233. {block:PermalinkPage}
  234. width:610px;
  235. margin-left:0px;
  236. margin-top: 3px;
  237. text-align:center;
  238. opacity:1;
  239. {/block:PermalinkPage}
  240. opacity:0.8;
  241. z-index:0;
  242. webkit-transition: all 0.4s linear;
  243. -moz-transition: all 0.4s linear;
  244. transition: all 0.4s linear;
  245. }
  246.  
  247. .entry:hover {
  248. opacity:1;
  249. webkit-transition: all 0.4s linear;
  250. -moz-transition: all 0.4s linear;
  251. transition: all 0.4s linear;
  252. }
  253.  
  254. .entry .permados a{
  255. color: #aaa;
  256. }
  257.  
  258. .entry .permalinktext a{
  259. color:#aaa;
  260. }
  261.  
  262. .entry .permados{
  263. position:absolute;
  264. margin-top: 20px;
  265. margin-left:-10px;
  266. width:auto;
  267. height:12px;
  268. text-transform:none;
  269. background-color:white;
  270. padding:5px;
  271. overflow:hidden;
  272. font-family: ABeeZee;
  273. letter-spacing:0px;
  274. font-size: 10px;
  275. line-height:12px;
  276. text-align:center;
  277. opacity:0.0;
  278. color:#aaa;
  279. border: 2px solid #ddd;
  280. transition: all 0.9s ease;
  281. -o-transition-transition: all 0.9s ease;
  282. -webkit-transition: all 0.9s ease;
  283. -moz-transition: all 0.9s ease;
  284. }
  285.  
  286. .entry:hover .permados{
  287. width:300px;
  288. overflow:visible;
  289. opacity:0.9;
  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. .permalinktext {
  297. display: block;
  298. padding: 1px;
  299. margin: 2px 0px 0px 5px;
  300. text-transform:none;
  301. font-family:ABeeZee;
  302. font-size: 10px;
  303. color: #000;
  304. line-height: 11px;
  305. letter-spacing:0px;
  306. text-align: right;
  307. text-decoration: none;
  308. border-top: 1px dotted #ddd;
  309. webkit-transition: all 0.2s linear;
  310. -webkit-transition: all 0.2s linear;
  311. -moz-transition: all 0.2s linear;
  312. transition: all 0.2s linear;
  313. }
  314.  
  315. .permalinktext:hover{
  316. margin:2px 4px 0px 5px;
  317. webkit-transition: all 0.2s linear;
  318. -webkit-transition: all 0.2s linear;
  319. -moz-transition: all 0.2s linear;
  320. transition: all 0.2s linear;
  321. }
  322.  
  323. .title{
  324. text-align: center;
  325. font-family: aubrey;
  326. text-transform:none;
  327. font-size: 15px;
  328. line-height:20px;
  329. letter-spacing: 1px;
  330. color: {color:Title};
  331. }
  332.  
  333. #infscr-loading{
  334. bottom: -70px;
  335. position: absolute;
  336. left: 50%;
  337. margin-left:-8px;
  338. width:16px;
  339. height:11px;
  340. overflow:hidden;
  341. margin-bottom: 50px;
  342. }
  343.  
  344. #postnotes{
  345. text-align: center;}
  346.  
  347. #postnotes blockquote{
  348. border: 0px;}
  349.  
  350. blockquote{
  351. padding:0px 0px 0px 0px;
  352. margin:0px 0px 0px 0px;
  353. border-left: 1px dotted #555555;
  354. }
  355.  
  356. blockquote p, ul{
  357. margin:0px;
  358. padding:0px;
  359. }
  360.  
  361. a img{border: 0px;}
  362.  
  363.  
  364. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  365.  
  366. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  367. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  368.  
  369. .notes img{width:10px; position:relative; top:3px;}
  370. <--ses-->
  371. small{font-size: 90%;}
  372.  
  373. {CustomCSS}
  374.  
  375. </style>
  376.  
  377. {block:IndexPage}
  378. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  379. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  380.  
  381. <script type="text/javascript">
  382. $(window).load(function () {
  383. var $content = $('#posts');
  384. $content.masonry({itemSelector: '.entry'}),
  385. $content.infinitescroll({
  386. navSelector : 'div#pagination',
  387. nextSelector : 'div#pagination a#nextPage',
  388. itemSelector : '.entry',
  389. loading: {
  390. finishedMsg: '',
  391. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  392. },
  393. bufferPx : 600,
  394. debug : false,
  395. },
  396. // call masonry as a callback.
  397. function( newElements ) {
  398. var $newElems = $( newElements );
  399. $newElems.hide();
  400. // ensure that images load before adding to masonry layout
  401. $newElems.imagesLoaded(function(){
  402. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  403.  
  404.  
  405. });
  406. });
  407. });
  408. </script>
  409.  
  410.  
  411. {/block:IndexPage}
  412.  
  413.  
  414. <title>{title}</title>
  415.  
  416. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_llidlpN38o1qzbrv5.png">
  417. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  418. <meta name="viewport" content="width=820" />
  419. </head>
  420. <body onkeydown="return false">
  421.  
  422. <body>
  423. <div id="cage">
  424. <div id="center">
  425. <div id="links">
  426. <div class="link"><a href="{text:Link One}">{text:Link One Title}</a></div><div class="link"><a href="{text:Link Two}">{text:Link Two Title}</a> </div><div class="link"><a href="{text:Link Three}">{text:Link Three Title}</a></div><div class="link"><a href="{text:Link Four}">{text:Link Four Title}</a></div><div class="link"><a href="{text:Link Five}">{text:Link Five Title}</a></div></div>
  427.  
  428. <div id="sidebar">
  429.  
  430. <a href="/"><img src="{image:sidebar}" style="height:310px; width:220px; opacity:0.9; padding:6px; margin-left:10px; margin-top: 42px; border:1px solid #ddd; border-radius:0px;background:#f4f5f3; z-index:0;"></a><br>
  431.  
  432. <div id="desc">{description}</div>
  433. </div>
  434.  
  435. <div class="left">
  436. <div id="posts">
  437. {block:Posts}
  438. <div class="entry">
  439.  
  440. {block:Answer}
  441. <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;">
  442. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; border-radius:20px;"/>
  443. <askk>{Asker}</askk>: {Question}</div>
  444. <div style="padding:3px; text-align:left;"></div>
  445. {Answer}
  446. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago} </a> </div>
  447. {/block:Answer}
  448.  
  449. {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>
  450. {/block:Text}
  451.  
  452. {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}
  453.  
  454. {block:Photo}
  455. {block:IndexPage}
  456. <div class="permados">
  457. <a href="{permalink}">{NoteCountWithLabel}</a> &middot <a href="{permalink}"> {timeago}</a> &middot <a href="{ReblogURL}" target="_blank"> Reblog </a></span></div>
  458. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=290px></a>{LinkCloseTag}</center>
  459. {/block:IndexPage}
  460. {block:PermalinkPage}
  461. {LinkOpenTag}
  462. <img src="{PhotoURL-500}" alt="{PhotoAlt}"width=610px/>
  463. {LinkCloseTag}
  464. {/block:PermalinkPage}
  465. {/block:Photo}
  466.  
  467. {block:Photoset}
  468. {block:IndexPage}
  469. <center>
  470. {Photoset-250}</center>
  471. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago} </a> </div>
  472. {/block:IndexPage}
  473. {block:PermalinkPage}
  474. <center>
  475. {Photoset-500}</center>
  476. {/block:PermalinkPage}
  477. {/block:Photoset}
  478.  
  479. {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}
  480.  
  481. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  482. <ul class="chat">
  483. {block:Lines}
  484. <li class="user_{UserNumber}">
  485. {block:Label}
  486. <span class="label">{Label}</span>
  487. {/block:Label}
  488.  
  489. {Line}
  490. </li>
  491. {/block:Lines}
  492. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago}</a> </div>
  493. {/block:Chat}
  494.  
  495. {block:Audio}
  496. <div style="width:300px; height:30px;">
  497. {AudioPlayerBlack}
  498. </div>
  499. {block:IndexPage}<div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago}</a> </div>{/block:IndexPage}
  500. {/block:Audio}
  501.  
  502. {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}
  503.  
  504. {block:PostNotes}<div align="middle">{caption}</div>
  505. <center>
  506.  
  507. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  508.  
  509. {block:HasTags}
  510. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  511. {block:RebloggedFrom}
  512. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  513. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  514.  
  515. {/block:RebloggedFrom}
  516. </center></span>
  517. <br>
  518. <div id="postnotes">{PostNotes}</div><br>
  519.  
  520. <center>{block:ContentSource}
  521. <br><a href="{SourceURL}">
  522. {lang:Source}:
  523. {block:SourceLogo}
  524. <img src="{BlackLogoURL}" width="{LogoWidth}"
  525. height="{LogoHeight}" alt="{SourceTitle}" />
  526. {/block:SourceLogo}
  527. {block:NoSourceLogo}
  528. {SourceLink}
  529. {/block:NoSourceLogo}
  530. </a>
  531. {/block:ContentSource}</center>
  532.  
  533. {/block:PostNotes}
  534. </div>
  535. {/block:Posts}
  536. </div></div>
  537.  
  538. {block:IndexPage}
  539. {block:Pagination}
  540. <div id="pagination">
  541. {block:NextPage}
  542. <a id="nextPage" href="{NextPage}"></a>
  543. {/block:NextPage}
  544. {block:PreviousPage}
  545. <a href="{PreviousPage}"></a>
  546. {/block:PreviousPage}
  547. </div>
  548. {/block:Pagination}
  549. {/block:IndexPage}
  550.  
  551. <BODY onselectstart="return false;" ondragstart="return false;">
  552. <div style="position:fixed; bottom:5px; right:5px; background:white; border-right: 2px solid #aaa; border-left:2px solid #aaa; padding:5px;">
  553. &copy <a href="http://witheredtrust.tumblr.com">witheredtrust</a>
  554. </html>
Advertisement
Add Comment
Please, Sign In to add comment