Advertisement
realjunko

Omnious theme

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