fallenvvings

Ubiquitous (theme #3)

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