Advertisement
0fficialvanessa

"Miss Movin' On" Theme Eleven.

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