mausamixoxo

theme 26

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