mausamixoxo

theme 16-three column

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