Advertisement
realjunko

Ambiguous theme

Apr 4th, 2014
2,376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.42 KB | None | 0 0
  1. <!--
  2. AMBIGUOUS THEME BY REALJUNKO
  3.  
  4. PLEASE LIKE THE DEBUT POST FOR THIS THEME IF USING
  5.  
  6. you may remove the credit just PLEASE credit me somewhere
  7. -->
  8.  
  9. <html lang="en">
  10. <head>
  11.  
  12. <meta name="image:Background" content=""/>
  13. <meta name="image:sidebar" content="" />
  14. <meta name="image:Side Image" content=""/>
  15. <meta name="color:Background" content="#FFFFFF"/>
  16. <meta name="color:Borders" content="#e2e2e2"/>
  17. <meta name="color:Title" content="#999999"/>
  18. <meta name="color:Blog Title" content="#999999"/>
  19. <meta name="color:Link" content="#555555"/>
  20. <meta name="color:Hover" content="#999999"/>
  21. <meta name="color:Text" content="#a3a0a0"/>
  22. <meta name="text:Sideimg Left" content="0"/>
  23. <meta name="text:Sideimg Bottom" content="0"/>
  24. <meta name="text:Link One URL" content=""/>
  25. <meta name="text:Link One Title" content="link"/>
  26. <meta name="text:Link two URL" content=""/>
  27. <meta name="text:Link two Title" content="link"/>
  28. <meta name="text:Link three URL" content=""/>
  29. <meta name="text:Link three Title" content="link"/>
  30. <meta name="text:Sidebar image title" content="/" />
  31. <meta name="if:lace banner" content="1"/>
  32. <meta name="if:sidebar image" content=""/>
  33. <meta name="if:show title" content="1"/>
  34.  
  35. <meta name="if:Show Musicplayer" content="1"/>
  36. <meta name="text:Song 01 URL" content="/" />
  37. <meta name="text:Song 01 title" content="/" />
  38. <meta name="text:Song 02 URL" content="/" />
  39. <meta name="text:Song 02 title" content="/" />
  40. <meta name="text:Song 03 URL" content="/" />
  41. <meta name="text:Song 03 title" content="/" />
  42. <meta name="text:Song 04 URL" content="/" />
  43. <meta name="text:Song 04 title" content="/" />
  44. <meta name="text:Song 05 URL" content="/" />
  45. <meta name="text:Song 05 title" content="/" />
  46.  
  47. <title>{Title}</title>
  48. {block:Description}
  49. <meta name="description" content="{MetaDescription}" />
  50. {/block:Description}
  51. <link rel="shortcut icon" href="{Favicon}">
  52.  
  53.  
  54.  
  55. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  56.  
  57. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  58. <script>
  59. (function($){$(document)
  60. .ready(function(){$("[title]")
  61. .style_my_tooltips();});})
  62. (jQuery);
  63. </script>
  64.  
  65. {block:IndexPage}
  66. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  67. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  68.  
  69. <script type="text/javascript">
  70. $(window).load(function(){
  71. var $wall = $('#entries');
  72. $wall.imagesLoaded(function(){
  73. $wall.masonry({
  74. itemSelector: '#post, #post_photo',
  75. isAnimated : false
  76. });
  77. });
  78.  
  79. $wall.infinitescroll({
  80. navSelector : '#pagination',
  81. nextSelector : '#pagination a',
  82. itemSelector : '#post, #post_photo',
  83. bufferPx : 2000,
  84. debug : false,
  85. errorCallback: function() {
  86. $('#scroll').fadeOut('normal');
  87. }},
  88. function( newElements ) {
  89. var $newElems = $( newElements );
  90. $newElems.hide();
  91. $newElems.imagesLoaded(function(){
  92. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  93. });
  94. }); $('#entries').show(500);
  95. });
  96. </script>
  97. {/block:IndexPage}
  98.  
  99.  
  100.  
  101. <style type="text/css">
  102.  
  103.  
  104.  
  105. #mary {
  106. background-image:url('http://static.tumblr.com/3yblkz0/S8omdno3x/jaja.png');
  107. repeat:repeat-x;
  108. left:0;
  109. width:100%;
  110. margin-top: -2px;
  111. height:18px;
  112. position: fixed;
  113. z-index: 1;
  114. opacity:1;
  115. }
  116. #mary2 {
  117. background-color: #fff;
  118. repeat:repeat-x;
  119. left:0;
  120. width:100%;
  121. margin-top: -30px;
  122. height:30px;
  123. position: fixed;
  124. z-index: 1;
  125. opacity:1;
  126. }
  127.  
  128. body{
  129. margin:0px;
  130. background-color: {color:Background};
  131. background-image:url({image:Background});
  132. background-attachment:fixed;
  133. background-repeat:100%;
  134. background-position:bottom-right;
  135. font-family: Calibri;
  136. font-size:8px;
  137. letter-spacing:1px;
  138. text-transform:uppercase;
  139. text-align:left;
  140. line-height:11px;
  141. color: {color:Text};}
  142.  
  143.  
  144. a:link, a:active, a:visited{
  145. text-decoration: none;
  146. color: {color:Link};}
  147.  
  148. a:hover {
  149. color:{color:Link};
  150. text-decoration:none;}
  151.  
  152.  
  153.  
  154.  
  155. #s-m-t-tooltip {
  156. padding: 3px;
  157. height:auto;
  158. display: none;
  159. font-family: consolas;
  160. font-size: 8px;
  161. text-transform:uppercase;
  162. text-align: center;
  163. letter-spacing:1px;
  164. margin-top:10px;
  165. margin-left: 15px;
  166. line-height: 8px;
  167. z-index: 999999999999;
  168. border-radius:3px;
  169. border: 1px solid #f5f5f5;
  170. background:#ffffff;
  171. color: #888;}
  172.  
  173. /************EDIT POST POSITION/WIDTH HERE************/
  174.  
  175. /*To increase the amount of columns, increase the width. To decrease the amount of columns, decrease the width.*/
  176.  
  177. #entries{
  178. text-align:left;
  179. width:480px;
  180. margin-left:70px;
  181. margin-top:10px;
  182. position:relative;
  183. overflow: hidden;
  184. {block:PermalinkPage}
  185. width:550px;
  186. {/block:PermalinkPage}}
  187.  
  188.  
  189.  
  190. #post{
  191. text-align:left;
  192. margin:20px;
  193. background:#ffffff;
  194. max-width: 100%;
  195. display:block;
  196. overflow:hidden;
  197. width:180px;
  198. {block:PermalinkPage}
  199. width:500px;
  200. {/block:PermalinkPage}}
  201.  
  202. .container{
  203. width:800px;
  204. margin:-1px auto -10px;}
  205.  
  206. .musicplayer {
  207. display:block;
  208. overflow:hidden;
  209. width:15px;
  210. height:10px;
  211. background:#fff;
  212. border:1px solid {color:Borders};
  213. padding:5px;
  214. position:fixed;
  215. z-index:3;
  216. top:12px;
  217. left:13px;
  218. -moz-transition-duration: 0.4s;
  219. -o-transition-duration: 0.4s;
  220. -webkit-transition-duration: 0.4s;
  221. transition-duration: 0.4s;
  222. }
  223.  
  224. .musicplayer img {
  225. position:absolute;
  226. background:#fff;}
  227. .musicplayer:hover {width:100px;
  228. -webkit-filter: invert(100%); }
  229.  
  230.  
  231.  
  232. #post img{
  233. max-width:100%;}
  234.  
  235.  
  236.  
  237. .permalink{
  238. border-top:1px solid #f5f5f5;
  239. text-align:right;}
  240. .permalink a{
  241. text-transform:uppercase;
  242. line-height:15px;}
  243.  
  244.  
  245.  
  246. .posttitle{
  247. font-size:10px;
  248. text-align:center;
  249. color:{color:Link};}
  250.  
  251. .posttitle a{
  252. color:{color:Link};}
  253.  
  254.  
  255.  
  256. .quote{
  257. margin-right: 5px;}
  258.  
  259. .source{
  260. padding-top:5px;
  261. display:block;
  262. text-align:right;}
  263.  
  264.  
  265.  
  266.  
  267. .ask{
  268. padding:4px;
  269. background:#f9f9f9;}
  270. .asker{
  271. color:{color:Link};}
  272. .answer{
  273. margin-top:10px;}
  274.  
  275.  
  276.  
  277. .audio{
  278. {block:IndexPage}width:180px;{/block:IndexPage}
  279. {block:PermalinkPage}width:239px;{/block:PermalinkPage};}
  280.  
  281.  
  282.  
  283. }
  284.  
  285. .info{
  286. padding:2px 0px 1px 57px;}
  287. .i {
  288. text-transform:uppercase;
  289. letter-spacing:1px;
  290. font-size:8px;}
  291. .pl b,strong{
  292. text-transform:lowercase;
  293. font-size:9px;}
  294. .player{
  295. position:absolute;
  296. overflow:hidden;
  297. margin-top:0px;
  298. margin-left:15px;
  299. background:#ffffff;
  300. width:24px;
  301. height:23px;}
  302.  
  303.  
  304.  
  305. .video-container {
  306. position:relative;
  307. padding-bottom:56.25%;
  308. padding-top: 30px;
  309. height:0;
  310. overflow:hidden;}
  311.  
  312. .video-container iframe,
  313. .video-container object,
  314. .video-container embed {
  315. position: absolute;
  316. top: 0;
  317. left: 0;
  318. width: 100%;
  319. height: 100%;}
  320.  
  321.  
  322.  
  323. .chat{
  324. line-height:12px;
  325. list-style:none;}
  326. .chat ul{
  327. list-style:none;
  328. padding:0px 5px;
  329. line-height:15px;}
  330. .label{
  331. color:{color:Link};}
  332.  
  333.  
  334.  
  335. #sidebar{
  336. background:#fff;
  337. border:1px #f5f5f5 solid;
  338. margin-left:-200px;
  339. {block:ifnotsidebarimage} margin-top:250px;{/block:ifnotsidebarimage}
  340. {block:ifsidebarimage}margin-top:180px;{/block:ifsidebarimage}
  341. width:170px;
  342. position:fixed;
  343. text-align:center;}
  344.  
  345. {block:ifsidebarimage} #sidebar img {
  346. width:150px;
  347. height:auto;
  348. text-align:center;
  349. padding:5px;
  350.  
  351. } {/block:ifsidebarimage}
  352.  
  353. .blogtitle{
  354. padding:5px;
  355. padding-bottom:0px;
  356. text-align:center;
  357. font-size:12px;}
  358.  
  359. .blogtitle a{
  360. color:{color:Blog Title};}
  361.  
  362. .description{
  363. padding:5px;}
  364.  
  365. .links{
  366. margin-left:-15px;
  367. padding:0px 10px 5px 10px;
  368. margin-top:5px;}
  369.  
  370. .links a{
  371. margin-left:15px;}
  372.  
  373. .links a:hover{
  374. color:{color:Hover};}
  375.  
  376.  
  377. i, em{
  378. color:{color:Link};}
  379. b, strong{
  380. font-weight:normal;
  381. text-transform:uppercase;
  382. color:{color:Link};}
  383. ul,ol{
  384. margin:0px;
  385. margin-left:-5px;}
  386. p{
  387. padding:0px;
  388. margin:2px;}
  389. u{
  390. text-decoration:none;
  391. color:{color:Title};}
  392.  
  393. blockquote {
  394. margin:0px;
  395. padding:4px;
  396. background:#f7f7f7;}
  397.  
  398.  
  399.  
  400. #scroll{
  401. bottom:-20px;
  402. position: absolute;
  403. left: 50%;
  404. width:10px;
  405. height:5px;
  406. overflow:hidden;
  407. margin-bottom:80px;}
  408.  
  409.  
  410.  
  411. #credit{
  412. position:fixed;
  413. right:10px;
  414. bottom:10px;
  415. text-transform:uppercase;
  416. font-family:Calibri;
  417. font-size:8px;}
  418.  
  419. #credit a{
  420. color:#aaaaaa;}
  421.  
  422. </style>
  423.  
  424. </head>
  425.  
  426. <body>
  427.  
  428.  
  429. <center>
  430.  
  431. <div id="entries">
  432.  
  433.  
  434. {block:ifShowMusicplayer}
  435. <div class="musicplayer">
  436. <img src="http://media.tumblr.com/tumblr_m7vybiAx4t1r6o8v2.gif">
  437. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0={text:Song 01 URL}&t0={text:Song 01 Title}&f1={text:Song 02 URL}&t1={text:Song 02 Title}&f2={text:Song 03 URL}&t2={text:Song 03 Title}&f3={text:Song 04 URL}&t3={text:Song 04 Title}&f4={text:Song 05 URL}&t4={text:Song 05 Title}&total=5" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  438. </div>
  439. {/block:ifShowMusicplayer}
  440. {block:iflacebanner}
  441. <div id="mary"></div>
  442. <div id="mary2"></div>
  443. {/block:iflacebanner}
  444.  
  445. <div id="sidebar">
  446. {block:ifshowtitle}<div class="blogtitle"><a href="/">{Title}</a></div>{/block:ifshowtitle}
  447. {block:ifsidebarimage}<a href="/"><img title="{text:sidebar image title}" src="{image:Sidebar}"/></a>{/block:ifsidebarimage}
  448. <div class="description">{Description}</div>
  449. <div class="links">
  450. <a title='refresh' href="/">✧</a>
  451. <a title='inbox' href="/ask">✉</a>
  452. <a title='{text:Link One Title}' href="{text:Link One URL}">✮</a>
  453. <a title='{text:Link two Title}' href="{text:Link two URL}">♕</a>
  454. <a title='{text:Link three Title}' href="{text:Link three URL}">ღ</a>
  455.  
  456.  
  457. </div>
  458. </div>
  459.  
  460.  
  461. {block:Posts}
  462.  
  463.  
  464.  
  465. {block:ContentSource}
  466. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  467. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  468. {/block:SourceLogo}
  469. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  470. {/block:ContentSource}
  471.  
  472. <div id="post">
  473.  
  474.  
  475.  
  476. {block:Text}
  477. <div class="text">
  478. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  479. {Body}{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">↺</a> <a href="{Permalink}">{NoteCount}%</a>
  480. </div>{/block:IndexPage}</div>
  481. {/block:Text}
  482.  
  483.  
  484.  
  485. {block:Link}
  486. <a href="{URL}"><div class="posttitle">{Name}</div></a>
  487. {block:Description}{Description}{/block:Description}
  488. {block:IndexPage}<div class="permalink"><a href="{ReblogURL}">↺</a> <a href="{Permalink}">{NoteCount}%</a>
  489. </div>{/block:IndexPage}
  490. {/block:Link}
  491.  
  492.  
  493.  
  494. {block:Photo}
  495. {block:IndexPage}
  496. <img src="{PhotoURL-250}" alt="{PhotoAlt}" width="200px"/>{/block:IndexPage}<div class="permalink"><a href="{ReblogURL}">↺</a> <a href="{Permalink}">{NoteCount}%</a>
  497. </div>{block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a>
  498. {/block:Photo}
  499.  
  500.  
  501.  
  502. {block:Photoset}
  503. {block:IndexPage}{block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" /></a>{/block:Photos}<div class="permalink"><a href="{ReblogURL}">↺</a> <a href="{Permalink}">{NoteCount}%</a>
  504. </div>{/block:IndexPage}
  505. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  506. {/block:Photoset}
  507.  
  508.  
  509.  
  510. {block:Quote}
  511. {Quote}{block:Source}
  512. <div class="source">{Source}</div>{/block:Source}
  513. {block:IndexPage}
  514. <div class="permalink"><a href="{ReblogURL}">↺</a>
  515. <a href="{Permalink}">{NoteCount}%</a>{/block:IndexPage}</div>
  516. {/block:Quote}
  517.  
  518.  
  519.  
  520. {block:Answer}
  521. <div class="ask"><span class="asker">{Asker}:</span> {Question}</div>
  522. <div class="answer">{Answer}</div>
  523. {block:IndexPage}
  524. <div class="permalink"><a href="{ReblogURL}">↺</a>
  525. <a href="{Permalink}">{NoteCount}%</a></div>{/block:IndexPage}
  526. {/block:Answer}
  527.  
  528.  
  529.  
  530. {block:Chat}
  531. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  532. <div class="chat"><ul>{block:Lines}
  533. <li class="person{UserNumber}">{block:Label}
  534. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">↺</a> <a href="{Permalink}">{NoteCount}%</a></div>
  535. {/block:IndexPage}
  536. {/block:Chat}
  537.  
  538.  
  539.  
  540. {block:Audio}<div class="player">{AudioPlayerWhite}</div>
  541. <div class="info"><div class="i"><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i">by<span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">↺</a> <a href="{Permalink}">{NoteCount}%</a></div>
  542. {/block:IndexPage}
  543. {/block:Audio}
  544.  
  545.  
  546.  
  547. {block:Video}
  548. {block:IndexPage}<div class="video-container">{Video-250}</div>
  549. <div class="permalink"><a href="{ReblogURL}">↺</a> <a href="{Permalink}">{NoteCount}%</a></div>{/block:IndexPage}
  550. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  551. {/block:Video}
  552.  
  553. <!---------------EDIT PERMALINK PAGE HERE--------------->
  554.  
  555. {block:PermalinkPage}
  556. {block:Caption}{Caption}{/block:Caption}
  557. <p>{block:Date} {Month} {DayofMonthWithSuffix}, {Year}{/block:Date} {block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} , (via <a href="{ReblogParentURL}">{ReblogParentName}</a>){/block:RebloggedFrom}
  558. <div class="permapage">
  559. <div style="margin-top:10px; margin-left:-10px;">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  560. </div>
  561. {/block:Posts}
  562. </div>
  563.  
  564.  
  565.  
  566. {block:IndexPage}
  567. {block:Pagination}
  568. <div id="pagination">
  569. {block:NextPage}
  570. <a id="nextPage" href="{NextPage}"></a>
  571. {/block:NextPage}
  572. {block:PreviousPage}
  573. <a href="{PreviousPage}"></a>
  574. {/block:PreviousPage}
  575. </div>
  576. {/block:Pagination}
  577. {/block:IndexPage}
  578. </center>
  579. <div style="position:fixed; bottom:{text:sideimg bottom}px; margin-left:{text:sideimg left}px; z-index:-10; "><img src='{image:side image}'></div>
  580. </body>
  581.  
  582.  
  583.  
  584. <div id="credit"><a href="http://jolyene.tumblr.com/"><img src='http://media.tumblr.com/tumblr_lst6zoCoWY1ql555e.png'</a></div>
  585. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement