Advertisement
mausamixoxo

theme 41

Mar 12th, 2013
2,426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.81 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 Background" content="#fcfcfc"/>
  53. <meta name="color:Side Border" content="#a2cee7"/>
  54. <meta name="color:Post Border" content="#eee"/>
  55. <meta name="image:background" content=""/>
  56. <meta name="image:sidebar" content=""/>
  57. <meta name="text:Link One" content="" />
  58. <meta name="text:Link One Title" content="Index" />
  59. <meta name="text:Link Two" content="" />
  60. <meta name="text:Link Two Title" content="Inbox" />
  61. <meta name="text:Link Three" content="" />
  62. <meta name="text:Link Three Title" content="Link" />
  63. <meta name="text:Link Four" content="" />
  64. <meta name="text:Link Four Title" content="Link" />
  65. <meta name="text:Link Five" content="" />
  66. <meta name="text:Link Five Title" content="Link" />
  67. <meta name="text:Blog Title" content="electraheart" />
  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:calibri;
  86. line-height: 8px;
  87. font-size: 11px;
  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: "ronda"; src: url('http://static.tumblr.com/wt5v40t/q2Fme0ncp/wendy.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:310px;
  159. margin-top:150px;
  160. margin-left:90px;
  161. width:240px;
  162. z-index:0;
  163. }
  164.  
  165. #side{
  166. position:fixed;
  167. width:33px;
  168. height:362px;
  169. margin-left:-35px;
  170. margin-top:-1px;
  171. border-right:7px solid {color:Side Border};
  172. background-color:{color:Blog Title Background};
  173. }
  174.  
  175. .blogtitle{
  176. display:block;
  177. font-family:courier;
  178. text-transform:uppercase;
  179. font-size:32px;
  180. padding:7px;
  181. word-wrap:break-word;
  182. line-height:29px;
  183. color:{color:Blog Title};
  184. }
  185.  
  186. #desc{
  187. opacity:1;
  188. position:fixed;
  189. width:228px;
  190. height:50px;;
  191. margin-left:10px;
  192. margin-top:5px;
  193. font-family:ronda;
  194. text-transform:none;
  195. font-size:10px;
  196. letter-spacing:0px;
  197. padding:6px;
  198. line-height:11px;
  199. z-index:0;
  200. text-align:center;
  201. background:white;;
  202. border:1px solid {color:Post Border};
  203. color:{color:description};
  204. }
  205.  
  206. .links{
  207. border-top:1px solid #ddd;
  208. font-style:none;
  209. letter-spacing:0px;
  210. margin-top:3px;
  211. padding-top:3px;
  212. }
  213.  
  214. #posts {
  215. width:905px;
  216. margin-top: 0px;
  217. margin-left:360px;
  218. right:auto;
  219. margin-right:auto;
  220. position:relative;
  221. overflow:hidden;;
  222. z-index:0;
  223. padding:3px;
  224. background:transparent;
  225. }
  226.  
  227. .entry {
  228. float:left;
  229. display: block;
  230. overflow:hidden;
  231. width:260px;
  232. margin:2px;
  233. background:white;
  234. padding-right:11px;
  235. padding-left:11px;
  236. padding-top:11px;
  237. padding-bottom:9px;
  238. font-family:calibri;
  239. text-transform:none;
  240. letter-spacing:0px;
  241. font-size: 11px;
  242. line-height:13px;
  243. {block:PermalinkPage}
  244. width:400px;
  245. margin-left:0px;
  246. margin-top: 3px;
  247. text-align:center;
  248. opacity:1;
  249. {/block:PermalinkPage}
  250. border:1px solid {color:Post Border};
  251. opacity:0.9;
  252. z-index:0;
  253. webkit-transition: all 0.4s linear;
  254. -moz-transition: all 0.4s linear;
  255. transition: all 0.4s linear;
  256. }
  257.  
  258. .entry:hover {
  259. opacity:1;
  260. webkit-transition: all 0.4s linear;
  261. -moz-transition: all 0.4s linear;
  262. transition: all 0.4s linear;
  263. }
  264.  
  265. .entry .permados a{
  266. color: #aaa;
  267. }
  268.  
  269. .entry .permalinktext a{
  270. color:#aaa;
  271. }
  272.  
  273. .entry .permados{
  274. position:absolute;
  275. bottom: 0px;
  276. margin-left:-20px;
  277. width:300px;
  278. height:0px;
  279. text-transform:uppercase;
  280. background-color:white;
  281. padding:5px;
  282. overflow:hidden;
  283. font-family:calibri;
  284. letter-spacing:1px;
  285. font-size: 10px;
  286. line-height:15px;
  287. text-align:center;
  288. opacity:0.0;
  289. color:#aaa;
  290. border-top: 4px solid {color:Side Border};
  291. transition: all 0.9s ease;
  292. -o-transition-transition: all 0.9s ease;
  293. -webkit-transition: all 0.9s ease;
  294. -moz-transition: all 0.9s ease;
  295. }
  296.  
  297. .entry:hover .permados{
  298. height:15px;
  299. overflow:visible;
  300. opacity:1;
  301. transition: all 0.9s ease;
  302. -o-transition-transition: all 0.9s ease;
  303. -webkit-transition: all 0.9s ease;
  304. -moz-transition: all 0.9s ease;
  305. }
  306.  
  307. .permalinktext {
  308. display: block;
  309. padding: 4px;
  310. margin: 2px 0px 0px 5px;
  311. text-transform:none;
  312. font-family:arial;
  313. font-size: 10px;
  314. color: #000;
  315. line-height: 11px;
  316. letter-spacing:0px;
  317. text-align: right;
  318. text-decoration: none;
  319. border-top: 1px solid #ddd;
  320. webkit-transition: all 0.2s linear;
  321. -webkit-transition: all 0.2s linear;
  322. -moz-transition: all 0.2s linear;
  323. transition: all 0.2s linear;
  324. }
  325.  
  326. .permalinktext:hover{
  327. margin:2px 4px 0px 5px;
  328. webkit-transition: all 0.2s linear;
  329. -webkit-transition: all 0.2s linear;
  330. -moz-transition: all 0.2s linear;
  331. transition: all 0.2s linear;
  332. }
  333.  
  334. #infscr-loading{
  335. bottom: -50px;
  336. position: absolute;
  337. left: 50%;
  338. margin-left:-8px;
  339. width:16px;
  340. height:11px;
  341. overflow:auto;
  342. margin-bottom: 50px;
  343. }
  344.  
  345. #postnotes{
  346. text-align: center;}
  347.  
  348. #postnotes blockquote{
  349. border: 0px;}
  350.  
  351. blockquote{
  352. padding:0px 0px 0px 0px;
  353. margin:0px 0px 0px 0px;
  354. border-left: 1px dotted #555555;
  355. }
  356.  
  357. blockquote p, ul{
  358. margin:0px;
  359. padding:0px;
  360. }
  361.  
  362. a img{border: 0px;}
  363.  
  364.  
  365. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  366.  
  367. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  368. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  369.  
  370. .notes img{width:10px; position:relative; top:3px;}
  371. <--ses-->
  372. small{font-size: 90%;}
  373.  
  374. {CustomCSS}
  375.  
  376. </style>
  377.  
  378. {block:IndexPage}
  379. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  380. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  381.  
  382. <script type="text/javascript">
  383. $(window).load(function () {
  384. var $content = $('#posts');
  385. $content.masonry({itemSelector: '.entry'}),
  386. $content.infinitescroll({
  387. navSelector : 'div#pagination',
  388. nextSelector : 'div#pagination a#nextPage',
  389. itemSelector : '.entry',
  390. loading: {
  391. finishedMsg: '',
  392. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  393. },
  394. bufferPx : 600,
  395. debug : false,
  396. },
  397. // call masonry as a callback.
  398. function( newElements ) {
  399. var $newElems = $( newElements );
  400. $newElems.hide();
  401. // ensure that images load before adding to masonry layout
  402. $newElems.imagesLoaded(function(){
  403. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  404.  
  405.  
  406. });
  407. });
  408. });
  409. </script>
  410.  
  411.  
  412. {/block:IndexPage}
  413.  
  414.  
  415. <title>{title}</title>
  416.  
  417. <link rel="shortcut icon" href="http://i45.tinypic.com/34q1nc4.png">
  418. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  419. <meta name="viewport" content="width=820" />
  420. </head>
  421. <body onkeydown="return false">
  422.  
  423. <body>
  424. <div id="cage">
  425. <div id="center">
  426. <div id="sidebar">
  427.  
  428. <div id="side">
  429. <div class="blogtitle">{text:Blog Title}</div>
  430. </div>
  431.  
  432. <a href="/"><img src="{image:sidebar}" style="height:250px; width:220px; opacity:1; padding:10px; margin-left:9px; margin-top: 9px; border:1px solid {color:Post Border}; border-radius:0px;background:white; z-index:0;"></a><br>
  433.  
  434. <div id="desc">{description}<br>
  435. <div class="links">
  436. <a href="{text:Link One}">{text:Link One Title}</a> &middot
  437. <a href="{text:Link Two}">{text:Link Two Title}</a> &middot
  438. <a href="{text:Link Three}">{text:Link Three Title}</a> &middot
  439. <a href="{text:Link Four}">{text:Link Four Title}</a> &middot
  440. <a href="{text:Link Five}">{text:Link Five Title}</a> </div>
  441. </div>
  442. </div>
  443.  
  444. <div class="left">
  445. <div id="posts">
  446. {block:Posts}
  447. <div class="entry">
  448.  
  449. {block:Answer}
  450. <div style="min-height:40px; padding: 3px; border-right: 2px solid {color:Side Border}; border-left: 2px solid {color:Side Border}; background: white; color:{color:text}; padding:2px; box-shadow: 1px 1px 1px #ddd;">
  451. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:5px; border-radius:5px; padding:3px; border:1px solid #eee;"/>
  452. <askk>{Asker}</askk>: {Question}</div>
  453. <div style="padding:3px; text-align:left;"></div>
  454. {Answer}
  455. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago} </a> </div>
  456. {/block:Answer}
  457.  
  458. {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>
  459. {/block:Text}
  460.  
  461. {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}
  462.  
  463. {block:Photo}
  464. {block:IndexPage}
  465. <div class="permados">
  466. <a href="{permalink}">{NoteCountWithLabel}</a> &middot <a href="{permalink}"> {timeago}</a> &middot <a href="{ReblogURL}" target="_blank"> Reblog </a></span></div>
  467. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=260px></a>{LinkCloseTag}</center>
  468. {/block:IndexPage}
  469. {block:PermalinkPage}
  470. {LinkOpenTag}
  471. <img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/>
  472. {LinkCloseTag}
  473. {/block:PermalinkPage}
  474. {/block:Photo}
  475.  
  476. {block:Photoset}
  477. {block:IndexPage}
  478. <center>
  479. {Photoset-250}</center>
  480. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago} </a> </div>
  481. {/block:IndexPage}
  482. {block:PermalinkPage}
  483. <center>
  484. {Photoset-500}</center>
  485. {/block:PermalinkPage}
  486. {/block:Photoset}
  487.  
  488. {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}
  489.  
  490. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  491. <ul class="chat">
  492. {block:Lines}
  493. <li class="user_{UserNumber}">
  494. {block:Label}
  495. <span class="label">{Label}</span>
  496. {/block:Label}
  497.  
  498. {Line}
  499. </li>
  500. {/block:Lines}
  501. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago}</a> </div>
  502. {/block:Chat}
  503.  
  504. {block:Audio}
  505. <div style="width:300px; height:30px;">
  506. {AudioPlayerBlack}
  507. </div>
  508. {block:IndexPage}<div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> &middot posted <a href="{permalink}">{timeago}</a> </div>{/block:IndexPage}
  509. {/block:Audio}
  510.  
  511. {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}
  512.  
  513. {block:PostNotes}<div align="middle">{caption}</div>
  514. <center>
  515.  
  516. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  517.  
  518. {block:HasTags}
  519. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  520. {block:RebloggedFrom}
  521. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  522. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  523.  
  524. {/block:RebloggedFrom}
  525. </center></span>
  526. <br>
  527. <div id="postnotes">{PostNotes}</div><br>
  528.  
  529. <center>{block:ContentSource}
  530. <br><a href="{SourceURL}">
  531. {lang:Source}:
  532. {block:SourceLogo}
  533. <img src="{BlackLogoURL}" width="{LogoWidth}"
  534. height="{LogoHeight}" alt="{SourceTitle}" />
  535. {/block:SourceLogo}
  536. {block:NoSourceLogo}
  537. {SourceLink}
  538. {/block:NoSourceLogo}
  539. </a>
  540. {/block:ContentSource}</center>
  541.  
  542. {/block:PostNotes}
  543. </div>
  544. {/block:Posts}
  545. </div></div>
  546.  
  547. {block:IndexPage}
  548. {block:Pagination}
  549. <div id="pagination">
  550. {block:NextPage}
  551. <a id="nextPage" href="{NextPage}"></a>
  552. {/block:NextPage}
  553. {block:PreviousPage}
  554. <a href="{PreviousPage}"></a>
  555. {/block:PreviousPage}
  556. </div>
  557. {/block:Pagination}
  558. {/block:IndexPage}
  559.  
  560. <BODY onselectstart="return false;" ondragstart="return false;">
  561. <div class="credit" style="position:fixed; top:35px; right:5px; ">
  562. <a href="http://euphoricaly.tumblr.com">&copy EUPHORICALY</a></div>
  563. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement