Advertisement
0fficialvanessa

"Mirrors" Theme Eight.

May 30th, 2013
577
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.45 KB | None | 0 0
  1. <!-- Theme Eight// Mirrors - Mxrandakerr
  2. Please do not remove the credit, thanks! -->
  3.  
  4. <html lang="en">
  5. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7. <head>
  8.  
  9. <script type="text/javascript">
  10. <!--
  11.  
  12. // Disable Right Click Script
  13.  
  14. function IE(e)
  15. {
  16. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  17. {
  18. return false;
  19. }
  20. }
  21. function NS(e)
  22. {
  23. if (document.layers || (document.getElementById && !document.all))
  24. {
  25. if (e.which == "2" || e.which == "3")
  26. {
  27. return false;
  28. }
  29. }
  30. }
  31. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  32.  
  33. //-->
  34. </script>
  35.  
  36.  
  37. <script type="text/javascript"
  38. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  39.  
  40. <!--DEFAULT VARIABLES-->
  41. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  42.  
  43. <meta name="color:background" content="#fcfcfc"/>
  44. <meta name="color:link" content="#555885"/>
  45. <meta name="color:text" content="#777"/>
  46. <meta name="color:title" content="#333"/>
  47. <meta name="color:hover" content="#6c6e6f"/>
  48. <meta name="color:text shadow" content="#aaa"/>
  49. <meta name="color:scrollbar" content="#777"/>
  50.  
  51. <meta name="image:sidebar" content="1"/>
  52. <meta name="image:background" content="1"/>
  53. <meta name="image:side" content="1"/>
  54.  
  55. <meta name="text:link one" content=""/>
  56. <meta name="text:link one title" content="Refresh"/>
  57. <meta name="text:link two" content=""/>
  58. <meta name="text:link two title" content="Inbox"/>
  59. <meta name="text:link three" content=""/>
  60. <meta name="text:link three title" content="Links"/>
  61. <meta name="text:link four" content=""/>
  62. <meta name="text:link four title" content="Themes"/>
  63. <meta name="text:link five" content=""/>
  64. <meta name="text:link five title" content="Credits"/>
  65.  
  66.  
  67. <style type="text/css">
  68.  
  69.  
  70. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  71.  
  72. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  73.  
  74. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  75.  
  76. p {
  77. margin:0px;
  78. margin-top:0px;
  79. }
  80.  
  81.  
  82. body {
  83. margin: 5px;
  84. font-family: calibri;
  85. line-height:10px;
  86. font-size:10px;
  87. background-attachment: fixed;
  88. background-repeat: repeat;
  89. color:{color:text};
  90. background-color: {color:Background};
  91. background-image:url({image:Background});
  92. }
  93.  
  94.  
  95. a:link, a:active, a:visited{
  96. text-decoration: none;
  97. -webkit-transition: all 0.6s ease-out;
  98. -moz-transition: all 0.6s ease-out;
  99. -o-transition: all 0.6s ease-out;
  100. transition: all 0.6s ease-out;
  101. color:{color:link};
  102. }
  103.  
  104. a:hover {
  105. text-decoration: none;
  106. -webkit-transition: all 0.3s ease-out;
  107. -moz-transition: all 0.3s ease-out;
  108. -o-transition: all 0.3s ease-out;
  109. transition: all 0.3s ease-out;
  110. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  111. color: {color:Hover};
  112. text-shadow:0px 0px 2px {color:text shadow};
  113. }
  114.  
  115. div#center{
  116. margin:auto;
  117. position:relative;
  118. width:1000px;
  119. background-color:;
  120. overflow:auto;
  121. overflow-y:hidden;
  122. }
  123.  
  124. .entry {
  125. padding:4px;
  126. float:left;
  127. display: block;
  128. margin:5px;
  129. overflow:hidden;
  130. width:240px;
  131. border:1px solid #ddd;
  132. background:white;
  133. padding:8px;
  134. {block:PermalinkPage}
  135. width:450px;
  136. text-align:left;
  137. line-height:10px;
  138. {/block:PermalinkPage}
  139. }
  140.  
  141. .entry .perma{
  142. width:240px;
  143. height:auto;
  144. padding:4px;
  145. margin-left:0px;
  146. position: absolute;
  147. line-height: 14px;
  148. overflow:hidden;
  149. text-align:center;
  150. top:4px;
  151. background:white;
  152. word-spacing:2px;
  153. letter-spacing:1px;
  154. opacity: 0.0;
  155. text-transform:uppercase;
  156. font-size:8px;
  157. -webkit-transition: all 0.5s linear;
  158. -webkit-transition: all 0.5s linear;
  159. -moz-transition: all 0.5s linear;
  160. transition: all 0.5s linear;
  161. }
  162.  
  163. .entry:hover .perma{
  164. overflow:visible;
  165. opacity:1;
  166. }
  167.  
  168. #posts {
  169. width:560px;
  170. margin-top:1px;
  171. z-index:99;
  172. margin-left:129px;
  173. right:auto;
  174. background:transparent;
  175. margin-right:auto;
  176. position:relative;
  177. overflow-y: hidden;
  178. }
  179.  
  180. #sidebar{
  181. position:fixed !important;
  182. width:auto;
  183. background:white;
  184. height:auto;
  185. margin-top:150px;
  186. margin-left:-120px;
  187. text-align:center;
  188. padding:4px;
  189. border:1px solid #ddd;
  190. }
  191.  
  192. #sidebar img{
  193. width:150px;
  194. height:150px;
  195. border-radius:10px;
  196. }
  197.  
  198. .links{
  199. position:absolute;
  200. padding:4px;
  201. height:auto;
  202. margin-top:-142px;
  203. margin-left:-6px;
  204. text-align:center;
  205. z-index:0;
  206. letter-spacing:1px;
  207. overflow:hidden;
  208. opacity:0;
  209. text-transform:uppercase;
  210. transition-duration: 0.70s;
  211. -moz-transition-duration: 0.70s;
  212. -webkit-transition-duration: 0.70s;
  213. -o-transition-duration: 0.70s;
  214. }
  215.  
  216. .links a:hover{
  217. color:white;
  218. background:{color:link};
  219. }
  220.  
  221. #sidebar:hover .links{
  222. opacity:.8;
  223. position:absolute;
  224. z-index:99;
  225. height:auto;
  226. }
  227.  
  228. .links a {
  229. width:146px;
  230. text-align:center;
  231. padding:2px;
  232. display:inline-block;
  233. margin-left:2px;
  234. margin-right:2px;
  235. margin-bottom:4px;
  236. transition-duration: 0.70s;
  237. -moz-transition-duration: 0.70s;
  238. -webkit-transition-duration: 0.70s;
  239. -o-transition-duration: 0.70s;
  240. background:white;
  241. }
  242.  
  243. div#boxx{
  244. position:fixed !important;
  245. width:170px;
  246. background:white;
  247. height:30px;
  248. margin-top:314px;
  249. margin-left:-130px;
  250. text-align:center;
  251. padding:4px;
  252. border:1px solid #ddd;
  253. overflow:auto;
  254. }
  255.  
  256. div#side{
  257. opacity:1.0;
  258. width:30px;
  259. position:fixed !important;
  260. text-align:center;
  261. top:-5px;
  262. height:2340px;
  263. margin-left:680px;
  264. border: 2px solid #ddd;
  265. box-shadow: 0px 0px 5px #ddd;
  266. background-image:url('{image:Side}');
  267. }
  268.  
  269. #creditss {
  270. position:fixed;
  271. font-family: calibri;
  272. font-size: 8px;
  273. bottom:-5px;
  274. right:5px;
  275. padding: 8px;
  276. height:12px;
  277. text-transform:uppercase;
  278. padding-bottom:8px;
  279. background: white;
  280. border-top-right-radius: 10px;
  281. border-top-left-radius: 10px;
  282. border: 1px solid #ddd;
  283. }
  284.  
  285. @font-face { font-family: "yolo"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  286. @font-face { font-family: "lekton"; src: url('http://static.tumblr.com/fxpo5zq/a8Em6bgnk/lekton-regular.ttf'); }
  287.  
  288. askk {
  289. font-family:"yolo";
  290. font-size:15px;
  291. z-index:1;
  292. color: {color:Title};
  293. }
  294.  
  295. .title{
  296. line-height: 16px;
  297. font-size:16px;
  298. font-family:"lekton";
  299. color:{color:Title};
  300. font-weight: normal;
  301. }
  302.  
  303. .permalink{
  304. text-transform: normal;
  305. display: block;
  306. text-align: right;
  307. text-decoration: none;
  308. }
  309.  
  310. #audio {
  311. width:200px;
  312. height:auto;
  313. min-height:60px;
  314. padding-bottom:0px;
  315. }
  316. .cover {
  317. position:absolute;
  318. z-index:1;
  319. width:60px;
  320. height:60px;
  321. }
  322. .cover img {
  323. float:left;
  324. width:60px;
  325. height:60px;
  326. }
  327. .playbox {
  328. opacity:0.6;
  329. width:27px;
  330. height:30px;
  331. overflow:hidden;
  332. position:absolute;
  333. z-index:1000;
  334. margin-left:17px;
  335. margin-top:17px;
  336. text-align:center;
  337. }
  338. .info {
  339. margin-left:73px;
  340. margin-top:4px;
  341. line-height:14px;
  342. }
  343.  
  344. #infscr-loading{
  345. bottom: -70px;
  346. position: absolute;
  347. left: 50%;
  348. margin-left:-8px;
  349. width:16px;
  350. height:11px;
  351. overflow:hidden;
  352. margin-bottom: 50px;
  353. }
  354.  
  355. ::-webkit-scrollbar {
  356. width: 4px;
  357. height: 4px;
  358. border-left:0px solid #ccc;
  359. background-color:{color:background};
  360. }
  361.  
  362. ::-webkit-scrollbar-thumb {
  363. background: {color:scrollbar};
  364. }
  365.  
  366. ::-webkit-scrollbar {
  367. width: 5px;
  368. height: 5px;
  369. background: #dddddd;
  370. }
  371.  
  372. ::-webkit-scrollbar-thumb {
  373. background-color:{color:scrollbar};
  374. }
  375.  
  376. #postnotes{
  377. text-align: justify;}
  378.  
  379. #postnotes blockquote{
  380. border: 0px;}
  381.  
  382. blockquote{
  383. padding:0px 0px 2px 5px;
  384. margin:0px 0px 2px 10px;
  385. border-left: 1px dotted #555555;
  386. }
  387.  
  388. blockquote p, ul{
  389. margin:0px;
  390. padding:0px;
  391. }
  392.  
  393. a img{border: 0px;}
  394.  
  395.  
  396. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  397.  
  398. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  399. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  400.  
  401. .notes img{width:10px; position:relative; top:3px;}
  402. <--ses-->
  403. small{font-size: 90%;}
  404.  
  405. {CustomCSS}
  406.  
  407. </style>
  408.  
  409. {block:IndexPage}
  410. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  411. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  412.  
  413. <script type="text/javascript">
  414. $(window).load(function(){
  415. var $wall = $('#posts');
  416. $wall.imagesLoaded(function(){
  417. $wall.masonry({
  418. itemSelector: '.entry, .entry_photo',
  419. isAnimated : false
  420. });
  421. });
  422.  
  423. $wall.infinitescroll({
  424. navSelector : '#pagination',
  425. nextSelector : '#pagination a',
  426. itemSelector : '.entry, .entry_photo',
  427. bufferPx : 2000,
  428. debug : false,
  429. errorCallback: function() {
  430. $('#infscr-loading').fadeOut('normal');
  431. }},
  432. function( newElements ) {
  433. var $newElems = $( newElements );
  434. $newElems.hide();
  435. $newElems.imagesLoaded(function(){
  436. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  437. });
  438. }); $('#posts').show(500);
  439. });
  440. </script>
  441.  
  442.  
  443. {/block:IndexPage}
  444.  
  445.  
  446. <title>{title}</title>
  447.  
  448. <link rel="shortcut icon" href="{Favicon}" />
  449. <meta name="viewport" content="width=820" />
  450. </head>
  451.  
  452. <body>
  453. <BODY onselectstart="return false;" ondragstart="return false;">
  454. <div class="wrapper">
  455. <div class="header">
  456. </div>
  457.  
  458. <div id="cage">
  459. <div id="center">
  460.  
  461. <!---->
  462. <div id="creditss">Theme by <a href="http://mxrandakerr.tumblr.com/"><u>mxrandakerr</u></a>
  463. </div>
  464.  
  465. <div id="side"></div>
  466.  
  467. <div id="boxx">
  468. {Description}
  469. </div>
  470.  
  471. <div id="sidebar">
  472. <a href="/"><img src="{image:sidebar}" width=100%></a>
  473.  
  474. <div class="links">
  475. <a href="{text:link one}">{text:link one title}</a> <br><br>
  476. <a href="{text:link two}">{text:link two title}</a> <br><br>
  477. <a href="{text:link three}">{text:link three title}</a> <br><br>
  478. <a href="{text:link four}">{text:link four title}</a> <br><br>
  479. <a href="{text:link five}">{text:link five title}</a>
  480. </div>
  481.  
  482. </div>
  483. <!------------------------------------->
  484.  
  485.  
  486. <div class="left">
  487. <div id="posts">
  488. {block:Posts}
  489. <div class="entry">
  490.  
  491. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  492.  
  493. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  494. {/block:Text}
  495.  
  496. {block:Answer}
  497. <div style="margin-top:2px;;margin-bottom:0px;min-height:30px; padding: 4px; background-color:#f7f7f7;border:1px solid #eee;border-radius:5px;">
  498. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3.5px;"/><askk>{asker}</askk>: {Question}</div>
  499. <div style="margin-top:2px; line-height:11px;margin-bottom:4px; background: transparent;">{Answer}</div>
  500. {/block:Answer}
  501.  
  502. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  503.  
  504. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  505.  
  506. {block:Photo}
  507. {block:IndexPage}
  508. <center>
  509. <div class="perma">
  510. Posted on <a href="{Permalink}">{DayOfWeek}</a> - <a href="{ReblogURL}" target="_blank"> Share This Post</a> </div>
  511.  
  512. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  513. {/block:IndexPage}
  514. {block:PermalinkPage}
  515. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  516.  
  517. {LinkCloseTag}
  518. {/block:PermalinkPage}
  519. {/block:Photo}
  520.  
  521. {block:Photoset}
  522. {block:IndexPage}
  523. <center>
  524.  
  525. <div class="perma">
  526. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  527.  
  528. {Photoset-250}</center>
  529. {/block:IndexPage}
  530. {block:PermalinkPage}
  531. <center>
  532. {Photoset-500}</center>
  533. {/block:PermalinkPage}
  534. {/block:Photoset}
  535.  
  536. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  537.  
  538. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  539.  
  540. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  541. <ul class="chat">
  542. {block:Lines}
  543. <li class="user_{UserNumber}">
  544. {block:Label}
  545. <span class="label">{Label}</span>
  546. {/block:Label}
  547.  
  548. {Line}
  549. </li>
  550. {/block:Lines}
  551. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  552. {/block:Chat}
  553.  
  554. {block:Audio}
  555. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  556. {block:IndexPage}
  557. {/block:IndexPage}
  558. {/block:Audio}
  559.  
  560. {block:Video}
  561. {block:IndexPage}
  562. <center>
  563. <div class="perma">
  564. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  565. {Video-250}</center>
  566. {/block:IndexPage}
  567. {block:PermalinkPage}
  568. <center>
  569. {Video-400}</center>
  570. {/block:PermalinkPage}
  571. {block:Video}
  572.  
  573.  
  574. {block:PostNotes}<div align="middle">{caption}</div>
  575. <center>
  576.  
  577. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  578.  
  579. {block:HasTags}
  580. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  581. {block:RebloggedFrom}
  582. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  583. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  584.  
  585. {/block:RebloggedFrom}
  586. </center></span>
  587. <br>
  588. <div id="postnotes">{PostNotes}</div><br>
  589.  
  590. <center>{block:ContentSource}
  591. <br><a href="{SourceURL}">
  592. {lang:Source}:
  593. {block:SourceLogo}
  594. <img src="{BlackLogoURL}" width="{LogoWidth}"
  595. height="{LogoHeight}" alt="{SourceTitle}" />
  596. {/block:SourceLogo}
  597. {block:NoSourceLogo}
  598. {SourceLink}
  599. {/block:NoSourceLogo}
  600. </a>
  601. {/block:ContentSource}</center>
  602.  
  603. {/block:PostNotes}
  604. </div>
  605. {/block:Posts}
  606. </div></div>
  607.  
  608. {block:IndexPage}
  609. {block:Pagination}
  610. <div id="pagination">
  611. {block:NextPage}
  612. <a id="nextPage" href="{NextPage}"></a>
  613. {/block:NextPage}
  614. {block:PreviousPage}
  615. <a href="{PreviousPage}"></a>
  616. {/block:PreviousPage}
  617. </div>
  618. {/block:Pagination}
  619. {/block:IndexPage}
  620. </body>
  621. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement