mausamixoxo

Theme 43 - one column

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