Advertisement
Annie_Schmitz

Uprising theme

Jun 10th, 2014
2,256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.84 KB | None | 0 0
  1. <!--Uprising Theme by resiliens
  2. http://fluorescent-themes.tumblr.com/
  3. Please do not remove the credit---->
  4.  
  5. <html lang="en">
  6.  
  7. <head>
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}"/>
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  12. <meta name="color:background" content="#ffffff" />
  13. <meta name="color:text" content="#000000" />
  14. <meta name="color:title" content="#000000" />
  15. <meta name="color:title hover" content="#000000" />
  16. <meta name="color:link" content="#000000" />
  17. <meta name="color:link hover" content="#000000" />
  18. <meta name="color:scrollbar" content="#000000" />
  19. <meta name="color:post background" content="#000000" />
  20.  
  21. <meta name="text:link 1 title" content="" />
  22. <meta name="text:link 1" content="" />
  23. <meta name="text:link 2 title" content="" />
  24. <meta name="text:link 2" content="" />
  25. <meta name="text:link 3 title" content="" />
  26. <meta name="text:link 3" content="" />
  27. <meta name="text:link 4 title" content="" />
  28. <meta name="text:link 4" content="" />
  29.  
  30. <meta name="image:Left Background" content""/>
  31. <meta name="image:Right Background" content""/>
  32. <meta name="image:Cover Background" content""/>
  33. <meta name="image:Sidebar" content""/>
  34.  
  35. <meta name="if:Two Column" content""/>
  36. <meta name="if:Link 3" content""/>
  37. <meta name="if:Link 4" content""/>
  38.  
  39. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  40. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  41. <script>
  42. (function($){
  43. $(document).ready(function(){
  44. $("[title]").style_my_tooltips({
  45. tip_follows_cursor:true,
  46. tip_delay_time:100,
  47. tip_fade_speed:300
  48. }
  49. );
  50. });
  51. })(jQuery);
  52. </script>
  53.  
  54.  
  55. {block:IndexPage}
  56. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  57. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  58.  
  59. <script type="text/javascript">
  60. $(window).load(function(){
  61. var $wall = $('#entries');
  62. $wall.imagesLoaded(function(){
  63. $wall.masonry({
  64. itemSelector: '#post, #post_photo',
  65. isAnimated : false
  66. });
  67. });
  68.  
  69. $wall.infinitescroll({
  70. navSelector : '#pagination',
  71. nextSelector : '#pagination a',
  72. itemSelector : '#post, #post_photo',
  73. bufferPx : 2000,
  74. debug : false,
  75. errorCallback: function() {
  76. $('#scroll').fadeOut('normal');
  77. }},
  78. function( newElements ) {
  79. var $newElems = $( newElements );
  80. $newElems.hide();
  81. $newElems.imagesLoaded(function(){
  82. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  83. });
  84. }); $('#entries').show(500);
  85. });
  86. </script>
  87. {/block:IndexPage}
  88.  
  89. <style type="text/css">
  90.  
  91.  
  92.  
  93. body{
  94. background-color:{color:background};
  95. background-image: url({image:Left Background}), url({image:Right Background}), url({image:Cover Background});
  96. background-attachment: fixed;
  97. background-position: bottom 0px left 0px, bottom 0px right 0px;
  98. background-repeat: no-repeat, no-repeat, no-repeat;
  99. -webkit-background-size: auto, auto, auto;
  100. -moz-background-size: auto, auto, auto;
  101. -o-background-size: auto, auto, auto;
  102. background-size: auto, auto, cover;
  103. color:{color:text};
  104. font-family:Consolas;
  105. font-size:10px;}
  106.  
  107. ::selection {
  108. background:#ccc;
  109. color:#fff;
  110. }
  111. ::-moz-selection {
  112. background:#ccc;
  113. color:#fff;
  114. }
  115.  
  116. ::-webkit-scrollbar{
  117. width:8px;
  118. height:8px;
  119. background:#fff;}
  120.  
  121. ::-webkit-scrollbar-thumb{
  122. background:{color:scrollbar};
  123. height:5px;
  124. border: #fff solid 3px;}
  125.  
  126. a:link, a:active, a:visited{
  127. -webkit-transition: 0.3s ease;
  128. transition: 0.3s ease;
  129. -o-transition: 0.3s ease;
  130. -moz-transition: 0.3s ease;
  131. color:{color:link};
  132. text-decoration:none;
  133. }
  134.  
  135. a:hover{
  136. -webkit-transition: 0.3s ease;
  137. transition: 0.3s ease;
  138. -o-transition: 0.3s ease;
  139. -moz-transition: 0.3s ease;
  140. color:{color:link hover};
  141. }
  142.  
  143. blockquote{
  144. margin-left:10px;
  145. line-height:10px;
  146. }
  147.  
  148. {block:IndexPage}
  149. blockquote img{
  150. width:100px;
  151. overflow:hidden;
  152. }
  153. {/block:IndexPage}
  154. {block:PermalinkPage}
  155. blockquote img{
  156. width:200px;
  157. overflow:hidden;
  158. }
  159. {/block:PermalinkPage}
  160.  
  161. #s-m-t-tooltip{
  162. max-width:260px;
  163. margin:15px;
  164. padding:2px 4px 2px 4px;
  165. border:1px solid #000;
  166. background:#000;
  167. color:#fff;
  168. z-index:999999;
  169. font-size:10px;
  170. }
  171.  
  172. #entries{{block:IndexPage}
  173. width:580px;
  174. {block:IfTwoColumn}
  175. width:750px;
  176. {/block:IfTwoColumn}
  177. margin-top:-10px;
  178. margin-left:500px;
  179. position:absolute;
  180. {/block:IndexPage}{block:PermalinkPage}
  181. width:400px;
  182. margin-top:10px;
  183. margin-left:500px;
  184. position:absolute;
  185. {/block:PermalinkPage}
  186. }
  187.  
  188. #post{
  189. {block:IndexPage}
  190. background:{color:post background};
  191. margin-top:30px;
  192. margin-left:30px;
  193. padding:9px 9px 9px 9px;
  194. width:250px;
  195. {/block:IndexPage}{block:PermalinkPage}
  196. margin-top:13px;
  197. width:400px;{/block:PermalinkPage}
  198. }
  199.  
  200. #sidebar img{
  201. max-width:150px;
  202. }
  203.  
  204. #desc{
  205. }
  206.  
  207. #post .perma{
  208. {block:IndexPage}
  209. -webkit-transition: 0.3s ease;
  210. transition: 0.3s ease;
  211. -o-transition: 0.3s ease;
  212. -moz-transition: 0.3s ease;
  213. margin-top:-15px;
  214. text-align:center;
  215. margin-left:50px;
  216. width:150px;
  217. background:#fff;
  218. opacity:0;
  219. text-transform:uppercase;
  220. {/block:IndexPage}{block:PermalinkPage}
  221. display:none;
  222. {/block:PermalinkPage}
  223. }
  224.  
  225.  
  226. #post:hover .perma{
  227. -webkit-transition: 0.3s ease;
  228. transition: 0.3s ease;
  229. -o-transition: 0.3s ease;
  230. -moz-transition: 0.3s ease;
  231. opacity:.7;
  232. }
  233.  
  234. #sidebar{
  235. margin-top:100px;
  236. text-align:center;
  237. background:transparent;
  238. width:200px;
  239. margin-left:100px;
  240. position:fixed;
  241. }
  242.  
  243. .text{
  244. text-decoration:bold;
  245. font-size:12px;
  246. text-transform:uppercase;
  247. }
  248.  
  249. .title{
  250. font-family:consolas;
  251. font-size:13px;}
  252.  
  253. .title a{
  254. -webkit-transition: 0.3s ease;
  255. transition: 0.3s ease;
  256. -o-transition: 0.3s ease;
  257. -moz-transition: 0.3s ease;
  258. color:{color:title};
  259. }
  260.  
  261. .title a:hover{
  262. -webkit-transition: 0.3s ease;
  263. transition: 0.3s ease;
  264. -o-transition: 0.3s ease;
  265. -moz-transition: 0.3s ease;
  266. color:{color:title hover};
  267. }
  268.  
  269. .links{
  270. font-family:consolas;
  271. font-size:10px;
  272. letter-spacing:1px;
  273. }
  274.  
  275. .links a{
  276. }
  277.  
  278. i, em{
  279. color:{color:link};}
  280. b, strong{
  281. font-weight:normal;
  282. text-transform:uppercase;
  283. color:{color:link};}
  284. ul,ol{
  285. margin:0px;
  286. margin-left:-5px;}
  287. p{
  288. padding:0px;
  289. margin:2px;}
  290.  
  291. .permabox{
  292. width:8px;
  293. height:8px;
  294. border:1px solid #000000;
  295. background:#cccccc;
  296. margin:2px;
  297. float:right;
  298. }
  299.  
  300. .permabox:hover{
  301. -webkit-transition: all 0.4s ease; /* Chrome 1-25, Safari 3.2+ */
  302. -moz-transition: all 0.4s ease; /* Firefox 4-15 */
  303. -o-transition: all 0.4s ease; /* Opera 10.50–12.00 */
  304. transition: all 0.4s ease;
  305. background:#000;
  306. }
  307.  
  308. .permabox img{
  309. opacity:1;
  310. margin-bottom:4px;
  311. width:8px;
  312. height:8px;
  313. -webkit-transition: all 0.4s ease; /* Chrome 1-25, Safari 3.2+ */
  314. -moz-transition: all 0.4s ease; /* Firefox 4-15 */
  315. -o-transition: all 0.4s ease; /* Opera 10.50–12.00 */
  316. transition: all 0.4s ease;
  317. }
  318.  
  319. .permabox img:hover{
  320. opacity:0;
  321. }
  322.  
  323. #credit {
  324. position:fixed;
  325. font-family:consolas;
  326. font-size:10px;
  327. bottom:10px;
  328. z-index:999999999999;
  329. right:10px;
  330. text-transform:uppercase;
  331. }
  332.  
  333. #questions {
  334. padding:2px;
  335. border-bottom:1px solid {color:text};
  336. font-weight: bold;
  337. }
  338.  
  339. .player{
  340. margin-left:70px;
  341. margin-top:-55px;
  342. padding-bottom:10px;
  343. width:150px;
  344. z-index:999999;
  345. }
  346.  
  347. .audioplayer{
  348. margin-top:16px;
  349. margin-bottom:25px;
  350. margin-left:-44px;
  351. opacity:.7;
  352. width:27px;
  353. height:27px;
  354. border-radius:27px;
  355. overflow:hidden;
  356.  
  357. }
  358.  
  359. #cover{
  360. width:60px;
  361. height:60px;
  362. float:left;
  363. }
  364.  
  365. #cover img{
  366. width:60px;
  367. height:60px;
  368. }
  369. </style>
  370.  
  371. </head>
  372. <body>
  373.  
  374. <div id="sidebar">
  375. <img src="{image:Sidebar}">
  376. <div class="title"><a href="/">{Title}</a></div>
  377. <div id="desc">{Description}</div>
  378. <div class="links">
  379. <a href="/" title="home"><div class="links"></div>.01</a>
  380. <a href="/ask" title="ask"><div class="links"></div>.02</a>
  381. <a href="{text:link 1}" title="{text:link 1 title}"><div class="links"></div>.03</a>
  382. <a href="{text:link 2}" title="{text:link 2 title}"><div class="links"></div>.04</a>
  383. {block:IfLink3}
  384. <a href="{text:link 3}" title="{text:link 3 title}"><div class="links"></div>.05</a>
  385. {/block:IfLink3}
  386. {block:IfLink4}
  387. <a href="{text:link 4}" title="{text:link 4 title}"><div class="links"></div>.06</a>
  388. {/block:IfLink4}
  389. </div>
  390. </div>
  391.  
  392. <div id="entries">
  393.  
  394.  
  395. {block:Posts}
  396.  
  397.  
  398. {block:ContentSource}
  399. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  400. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  401. {/block:SourceLogo}
  402. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  403. {/block:ContentSource}
  404.  
  405. <div id="post">
  406.  
  407. {block:Text}
  408. <div class="text">{Title}</div>{Body}
  409. <div class="perma">
  410. <a href="{Permalink}">{NoteCountWithLabel}</a> +
  411. <a href="{ReblogURL}">reblog</a>
  412. </div>
  413. {/block:Text}
  414.  
  415. {block:Link}
  416. <div class="text"><a href="{URL}">{Name}</a></div>
  417. {block:Description}{Description}{/block:Description}
  418. <div class="perma">
  419. <a href="{Permalink}">{NoteCountWithLabel}</a> +
  420. <a href="{ReblogURL}">reblog</a>
  421. </div>
  422. {/block:Link}
  423.  
  424.  
  425.  
  426. {block:Photo}
  427. {block:IndexPage}
  428. <a href="{permalink}"><img src="{PhotoURL-250}"/></a>
  429. <div class="perma">
  430. <a href="{Permalink}">{NoteCountWithLabel}</a> +
  431. <a href="{ReblogURL}">reblog</a></div>
  432. {/block:IndexPage}
  433.  
  434. {block:PermalinkPage}
  435. <a href="{permalink}"><img src="{PhotoURL-400}"/>
  436. {/block:PermalinkPage}
  437. {/block:Photo}
  438.  
  439.  
  440.  
  441. {block:Photoset}
  442. {block:IndexPage}
  443. {Photoset-250}
  444. <div class="perma">
  445. <a href="{Permalink}">{NoteCountWithLabel}</a> +
  446. <a href="{ReblogURL}">reblog</a>
  447. </div>
  448. {/block:IndexPage}
  449.  
  450. {block:PermalinkPage}
  451. {Photoset-500}
  452. {/block:PermalinkPage}
  453. {/block:Photoset}
  454.  
  455.  
  456. {block:Quote}
  457. <div class="text">"{Quote}"</div>
  458. {block:Source}-{Source}{/block:Source}
  459. <div class="perma">
  460. <a href="{Permalink}">{NoteCountWithLabel}</a> +
  461. <a href="{ReblogURL}">reblog</a>
  462. </div>
  463. {/block:Quote}
  464.  
  465.  
  466. {block:Video}
  467. {block:IndexPage}
  468. {Video-250}
  469. <div class="perma">
  470. <a href="{Permalink}">{NoteCountWithLabel}</a> +
  471. <a href="{ReblogURL}">reblog</a>
  472. </div>
  473. {/block:IndexPage}
  474.  
  475. {block:PermalinkPage}
  476. {Video-500}
  477. {/block:PermalinkPage}
  478. {/block:Video}
  479.  
  480. {block:Chat}
  481. {block:Lines}
  482. {block:Label}<br>
  483. <div class="text" div style="font-size:9px;">{Label}
  484. {/block:Label}
  485. &nbsp;{Line}</div>
  486. {/block:Lines}
  487. <div class="perma">
  488. <a href="{Permalink}">{NoteCountWithLabel}</a> +
  489. <a href="{ReblogURL}">reblog</a>
  490. </div>
  491. {/block:Chat}
  492.  
  493.  
  494. {block:Audio}
  495. <div id="cover">
  496. {block:AlbumArt}
  497. <img src="{AlbumArtURL}">
  498. {/block:AlbumArt}</div>
  499. <div class="audioplayer">
  500. {AudioPlayerBlack}</div>
  501. <div class="player">{block:TrackName}{TrackName}{/block:TrackName}<br>
  502. {block:Artist}by {Artist}{/block:Artist}<br>
  503. {block:PlayCount}{PlayCount} plays{/block:PlayCount}<br>
  504. </div>
  505. <div class="perma">
  506. <a href="{Permalink}">{NoteCountWithLabel}</a> +
  507. <a href="{ReblogURL}">reblog</a>
  508. </div>
  509. {/block:Audio}
  510.  
  511.  
  512.  
  513. {block:Answer}<div id="questions">
  514. {Asker}: {Question}</div>
  515. {Answer}
  516. <div class="perma">
  517. <a href="{Permalink}">{NoteCountWithLabel}</a></div>
  518. {/block:Answer}
  519.  
  520. {block:PermalinkPage}
  521. {block:Tags}<a href="/tagged/{Tag}"> #{Tag} </a>{/block:Tags}
  522. <br>
  523. {block:Date}{TimeAgo}{/block:Date}
  524. {block:NoteCount}
  525. {NoteCount} notes
  526. {/block:NoteCount}
  527. <br>
  528. {block:Caption}
  529. {Caption}
  530. {/block:Caption}
  531. <br>
  532. {block:PostNotes}{PostNotes}{/block:PostNotes}
  533. {/block:PermalinkPage}
  534. </div>
  535. {/block:Posts}
  536. </div>
  537.  
  538. {block:IndexPage}
  539. {block:Pagination}
  540. <div id="pagination">
  541. {block:NextPage}
  542. <a id="nextPage" href="{NextPage}"></a>
  543. {/block:NextPage}
  544. {block:PreviousPage}
  545. <a href="{PreviousPage}"></a>
  546. {/block:PreviousPage}
  547. </div>
  548. {/block:Pagination}
  549. {/block:IndexPage}
  550.  
  551. </div>
  552. <div id="credit"><a href="http://resiliens.tumblr.com">credit</a></div>
  553. </div>
  554. </body>
  555. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement