mausamixoxo

theme 36

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