mausamixoxo

theme 15

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