mausamixoxo

Theme 30

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