mausamixoxo

theme 23

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