Advertisement
mausamixoxo

Theme 42

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