mausamixoxo

theme 4

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