Advertisement
mausamixoxo

theme 28

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