Advertisement
mausamixoxo

theme 18

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