mausamixoxo

theme 37

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