Advertisement
elusus

block

Dec 5th, 2014
595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.70 KB | None | 0 0
  1. <!---
  2.  
  3.  
  4. – B L O C K T H E M E –
  5. ↳ repostus.tumblr.com
  6. ↳ dicax.tumblr.com
  7.  
  8.  
  9. ⊗ do not remove the credits
  10. ⊗ do not take parts of the codes
  11. ⊗ do not claim as your own
  12.  
  13. --->
  14.  
  15. <!DOCTYPE html>
  16. <html>
  17. <head>
  18.  
  19. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  20.  
  21. <title> {title} </title>
  22.  
  23. <meta name="color:Text" content="#000">
  24. <meta name="color:borders" content="#ddd">
  25. <meta name="color:background" content="#fff">
  26. <meta name="image:background" content="">
  27.  
  28. <meta name="text:link1" content="http://" />
  29. <meta name="text:name1" content="link1" />
  30. <meta name="text:link2" content="http://" />
  31. <meta name="text:name2" content="link2" />
  32. <meta name="text:link3" content="http://" />
  33. <meta name="text:name3" content="link3" />
  34. <meta name="text:link4" content="http://" />
  35. <meta name="text:name4" content="link4" />
  36. <meta name="text:link5" content="http://" />
  37. <meta name="text:name5" content="link5" />
  38.  
  39. <style type="text/css">
  40.  
  41. #s-m-t-tooltip {
  42. max-width:150px;
  43. margin:25px 20px 25px 20px;
  44. background-color:{color:background};
  45. color:{color:text};
  46. border:1px solid {color:borders};
  47. font-size:11px;
  48. line-height:12px;
  49. padding:3px 5px 4px 5px;
  50. -webkit-transition: all 0.3s ease-out;
  51. -moz-transition: all 0.3s ease-out;
  52. transition: all 0.3s ease-out;
  53. z-index:999999999999999999999999999999999;
  54. }
  55.  
  56. iframe#tumblr_controls{
  57. z-index:999999999999999999;
  58. white-space:nowrap;
  59. filter: invert(100%);
  60. -webkit-filter: invert(100%);
  61. -moz-filter: invert(100%);
  62. -o-filter: invert(100%);
  63. -ms-filter: invert(100%);
  64. }
  65.  
  66. ::-webkit-scrollbar-thumb{
  67. background:{color:borders};
  68. border:4px solid {color:background};
  69. height:auto;
  70. }
  71.  
  72. ::-webkit-scrollbar {
  73. height:auto;
  74. width:11px;
  75. background:{color:borders};
  76. border:5px solid {color:background};
  77. }
  78.  
  79. a:link, a:active, a:visited{
  80. color: {color:Text};
  81. text-decoration:none;
  82. }
  83.  
  84. a:hover{
  85. color:{color:Text};
  86. text-decoration:underline;
  87. }
  88.  
  89. body{
  90. font-family:georgia;
  91. font-size:10px;
  92. line-height:13px;
  93. text-align:left;
  94. color:{color:Text};
  95. background-color:{color:background};
  96. background-image:url("{image:background}");
  97. background-repeat:repeat;
  98. background-attachment:fixed;
  99. }
  100.  
  101. .entry{
  102. position:relative;
  103. float:left;
  104. width:400px;
  105. margin-bottom:20px;
  106. margin-top:20px;
  107. padding:20px;
  108. border:1px solid {color:borders};
  109. background-color:#fff;
  110. }
  111.  
  112. #center{
  113. position:relative;
  114. margin:10px auto;
  115. width:442px;
  116. }
  117.  
  118. .bubble {
  119. position: relative;
  120. width: 182px;
  121. height: 100px;
  122. padding: 2px;
  123. background:{color:background};
  124. border: 1px solid {color:borders};
  125. -webkit-border-radius: 6px;
  126. -moz-border-radius: 6px;
  127. border-radius: 6px;
  128. }
  129.  
  130. .bubble:after {
  131. content: "";
  132. position: absolute;
  133. bottom: -14px;
  134. left: 141px;
  135. border-style: solid;
  136. border-width: 14px 13px 0;
  137. border-color: #fff transparent;
  138. display: block;
  139. width: 0;
  140. z-index: 1;
  141. }
  142.  
  143. .bubble:before {
  144. content: "";
  145. position: absolute;
  146. top: 104px;
  147. left: 140px;
  148. border-style: solid;
  149. border-width: 15px 14px 0;
  150. border-color: #000 transparent;
  151. display: block;
  152. width: 0;
  153. z-index: 0;
  154. }
  155.  
  156. #header{
  157. position:fixed;
  158. margin-top:100px;
  159. margin-left:-210px;
  160. z-index:9999999;
  161. }
  162.  
  163. .blogtitle{
  164. margin-top:10px;
  165. margin-left:10px;
  166. font-size:20px;
  167. letter-spacing:1px;
  168. text-transform:uppercase;
  169. font-family:helvetica;
  170. }
  171.  
  172. .desc{
  173. margin-top:5px;
  174. margin-left:10px;
  175. }
  176.  
  177. .links{
  178. letter-spacing:3px;
  179. margin-left:40px;
  180. margin-top:2px;
  181. }
  182.  
  183. #title{
  184. color:{color:Link};
  185. font-size:15px;
  186. }
  187.  
  188. #s-m-t-tooltip{
  189. max-width:300px;
  190. margin:15px;
  191. padding:2px 8px;
  192. border:1px solid {color:borders};
  193. border-radius:4px;
  194. background:{color:background};
  195. color:{color:text};
  196. z-index:999999999;
  197. font-size:10px;
  198. font-style:italic;
  199. text-transform:lowercase;
  200. }
  201.  
  202. .permalink{
  203. border-top:1px solid {color:borders};
  204. padding-top:3px;
  205. margin-top:5px;
  206. font-size:8px;
  207. letter-spacing:1px;
  208. font-family:calibri;
  209. line-height:10px;
  210. text-transform:uppercase;
  211. }
  212.  
  213. #permalinkpg{
  214. margin:10px 0 0 0;
  215. line-height:17px;
  216. }
  217.  
  218. .chat ul{
  219. list-style: none;
  220. margin: 0;
  221. padding: 0;
  222. }
  223.  
  224. .chat li{
  225. border-radius: 0.2em;
  226. border: 1px solid rgba(0, 0, 0, 0.05);
  227. box-shadow: 1px 1px 1px rgb(255, 255, 255) inset;
  228. margin-bottom: 3%;
  229. padding:3%;
  230. width: 50%;
  231. }
  232.  
  233. .chat .odd{
  234. float: left;
  235. background: rgb(236, 236, 236);
  236. }
  237.  
  238. .chat .even{
  239. float: right;
  240. background: rgb(166, 230, 255);
  241. }
  242.  
  243. .playerbuttonbg{
  244. position: absolute;
  245. left: 20px;
  246. top: 20px;
  247. width: 19px;
  248. height: 19px;
  249. background-color: #ffffff;
  250. padding: 10px;
  251. opacity:0.8;
  252. }
  253.  
  254. .newplayerbutton{
  255. position: relative;
  256. width: 19px;
  257. height: 19px;
  258. overflow: hidden;
  259. }
  260.  
  261. .playerbuttonhug{
  262. position: absolute;
  263. top: -18px;
  264. left: -7px;
  265. }
  266.  
  267. .tumblr_audio_player{
  268. height: 90px;
  269. width: 270px;
  270. -moz-transform: scale(0.60, 0.60);
  271. -webkit-transform: scale(0.60, 0.60);
  272. -o-transform: scale(0.60, 0.60);
  273. -ms-transform: scale(0.60, 0.60);
  274. transform: scale(0.60, 0.60);
  275. -moz-transform-origin: top left;
  276. -webkit-transform-origin: top left;
  277. -o-transform-origin: top left;
  278. -ms-transform-origin: top left;
  279. transform-origin: top left;
  280. }
  281.  
  282. .audioimgwrapper{
  283. position: absolute;
  284. left: 0px;
  285. top: 0px;
  286. overflow: hidden;
  287. width: 79px;
  288. height: 79px;
  289. }
  290.  
  291. .audioimgwrapper img{
  292. width: 100%;
  293. height: auto;
  294. }
  295.  
  296. .trackdetails{
  297. width:auto;
  298. border: 1px solid {color:borders};
  299. display:inline-block;
  300. margin-left:90px;
  301. min-height:57px;
  302. padding:10px;
  303. }
  304.  
  305. .audiowrapper{
  306. position: relative;
  307. display:inline-block;
  308. }
  309.  
  310. blockquote{
  311. border-left:1px solid {color:borders};
  312. margin-left:15px;
  313. padding-left:5px;
  314. }
  315.  
  316. img{
  317. max-width:100%;
  318. }
  319.  
  320. .jump_page {
  321. padding: 4px 8px;
  322. border: 2px solid {color:borders};
  323. background-color: {color:background};
  324. color:{color:text};
  325. font-family:century gothic;
  326. font-size:11px;
  327. text-decoration:none;
  328. }
  329.  
  330. .current_page, .jump_page:hover {
  331. padding: 4px 8px;
  332. font-family:century gothic;
  333. font-size:11px;
  334. text-decoration:none;
  335. }
  336.  
  337. </style>
  338.  
  339. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  340. <script>
  341. (function($){
  342. $(document).ready(function(){
  343. $("a[title]").style_my_tooltips({
  344. tip_follows_cursor:true,
  345. tip_delay_time:0,
  346. tip_fade_speed:0,
  347. attribute:"title"
  348. });
  349. });
  350. })(jQuery);
  351. </script>
  352.  
  353. <script type="text/javascript" src="http://static.tumblr.com/cnxzmlp/xg1nezkw4/repostus.txt"></script>
  354.  
  355. </head>
  356. <body>
  357.  
  358. <div id="center">
  359.  
  360. <div id="header">
  361. <div class="bubble">
  362.  
  363. <div class="blogtitle"> <a href="/"> {title} </a> </div>
  364.  
  365. <div class="desc"> {description} <br>
  366.  
  367. </div>
  368. </div>
  369.  
  370. <div class="links">
  371. <a href="{text:link1}" a title="refresh">
  372. <i class="fa fa-thumb-tack" style="font-size:15px; color:#000;"></i>
  373. </a>
  374.  
  375. <a href="{text:link2}" a title="message">
  376. <i class="fa fa-envelope [&#xf0e0;]" style="font-size:15px; color:#000;"></i>
  377. </a>
  378.  
  379. <a href="{text:link3}" a title="about">
  380. <i class="fa fa-user [&#xf007;]" style="font-size:15px; color:#000;"></i>
  381. </a>
  382.  
  383. <a href="{text:link4}" a title="links">
  384. <i class="fa fa-folder-open [&#xf007;]" style="font-size:15px; color:#000;"></i>
  385. </a>
  386.  
  387. <a href="{text:link5}" a title="themes">
  388. <i class="fa fa-code [&#xf121;]" style="font-size:15px; color:#000;"></i>
  389. </a>
  390.  
  391. </div>
  392. </div>
  393.  
  394.  
  395. <div id="content">
  396. {block:Posts}
  397.  
  398. <div class="entry">
  399.  
  400. {block:ContentSource}
  401. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  402. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  403. {/block:SourceLogo}
  404. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  405. {/block:ContentSource}
  406.  
  407. {block:Text}
  408. {block:Title} <div id="title"> {title} </div> {/block:Title}
  409. {body}
  410. {/block:Text}
  411.  
  412.  
  413. {block:Photo}
  414. <a href="{Permalink}"> <img src="{PhotoURL-HighRes}" width="100%"> </a>
  415. {/block:Photo}
  416.  
  417.  
  418. {block:Link}
  419. <div id="title"> <a href="{URL}">{Name} </a></div>
  420. {block:Description} {description} {/block:Description}
  421. {/block:Link}
  422.  
  423.  
  424. {block:Answer}
  425. <table style="border-bottom:1px solid {color:borders}; padding-bottom:5px; margin-bottom:5px;width:400px;">
  426. <tr>
  427. <td style="vertical-align:top; padding-right:10px;">
  428. <img src="{AskerPortraitURL-48}" style="padding:5px;border:1px solid {color:borders}"></td>
  429. <td style="vertical-align:top;font-size:10px;padding-left:10px;"><strong>{Asker} asked:</strong> {Question}</td>
  430. </tr>
  431. </table>
  432. {Answer}
  433. {/block:Answer}
  434.  
  435.  
  436. {block:Photoset}
  437. {Photoset-400}
  438. {/block:Photoset}
  439.  
  440.  
  441. {block:Video}
  442. {Video-400}
  443. {/block:Video}
  444.  
  445.  
  446. {block:Chat}
  447. <div class="chat">
  448. <ul>
  449. {block:Lines}
  450. <li class="{Alt}">
  451. {block:Label} <b>{Label}</b> {/block:Label}
  452. {Line}
  453. </li>
  454. {/block:Lines}
  455. </ul>
  456. </div>
  457. {/block:Chat}
  458.  
  459. {block:AudioPlayer}
  460. <div class="audiowrapper">
  461. {block:AlbumArt}
  462. <div class="audioimgwrapper">
  463. <img src="{AlbumArtURL}">
  464. </div>
  465. {/block:AlbumArt}
  466.  
  467. <div class="playerbuttonbg">
  468. <div class="newplayerbutton">
  469. <div class="playerbuttonhug">
  470. {AudioPlayerWhite}
  471. </div>
  472. </div>
  473. </div>
  474.  
  475. <div class="trackdetails">
  476. {block:TrackName}{TrackName}{/block:TrackName}
  477. {block:Artist}by {Artist}{/block:Artist}<br>
  478. {block:Album}Album: {Album}{/block:Album}<br>
  479. Play count: {PlayCount}
  480.  
  481. </div>
  482. </div>
  483. {/block:AudioPlayer}
  484.  
  485. {block:Quote}
  486. <span style="font-size:15px; line-height:18px;">
  487. <big><big>“</big></big>{Quote}<big><big>”</big></big></span>
  488. <div style="text-align:left; margin-top:5px; margin-left: 15px; font-size:11px; padding-bottom:3px;">
  489. {block:Source} – {Source} {/block:Source}
  490. </div>
  491. {/block:Quote}
  492.  
  493. {block:IndexPage}
  494. {block:Caption}{Caption}{/block:Caption}
  495. <div class="permalink">
  496. {DayofMonth}{DayOfMonthSuffix} {Month}, {Year} at
  497. {12Hour}:{Minutes} {AmPm}
  498.  
  499. <span style="float:right;">
  500. <a href="{Permalink}">{NoteCountWithLabel}</a>
  501. </span>
  502.  
  503. {block:HasTags}<br>
  504. {block:Tags}
  505. <a style="margin-top:5px;" href="{TagURL}">#{Tag}</a>
  506. {/block:Tags}
  507. {/block:HasTags}
  508.  
  509. </div>
  510. {/block:IndexPage}
  511.  
  512. {block:PermalinkPage}
  513. {block:Date}
  514. <div id="permalinkpg">
  515. <div style="border-bottom:1px solid {color:border};"></div>
  516. {block:Caption}
  517. <div style="border-bottom:1px solid {color:border}; padding-bottom:5px;">{Caption}</div>
  518. {/block:Caption}
  519. <b>Posted:</b> {TimeAgo} on
  520. {DayofMonth}{DayOfMonthSuffix} {Month}, {Year} at
  521. {12Hour}:{Minutes} {AmPm}
  522. {block:NoteCount}<br>
  523. <b>with:</b>
  524. {NoteCountWithLabel}
  525. {/block:NoteCount}
  526. {block:HasTags}
  527. <br>
  528. <b>Tags:</b>
  529. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;
  530. {/block:Tags}
  531. {/block:HasTags}
  532. <br>{block:RebloggedFrom}
  533. <b>Via:</b> <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> // <b>Source:</b> <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a> {/block:RebloggedFrom}
  534. {block:PostNotes}
  535. {PostNotes}
  536. {/block:PostNotes}
  537. </div>
  538. {/block:Date}
  539. {/block:PermalinkPage}
  540.  
  541. </div>
  542. {/block:Posts}
  543.  
  544. <center>
  545. {block:Pagination}
  546. {block:PreviousPage}
  547. <a href="{PreviousPage}" class="jump_page">&laquo;</a>
  548. {/block:PreviousPage}
  549. {block:JumpPagination length="5"}
  550. {block:CurrentPage}
  551. <span class="current_page">{PageNumber}</span>
  552. {/block:CurrentPage}
  553. {block:JumpPage}
  554. <a class="jump_page" href="{URL}">{PageNumber}</a>
  555. {/block:JumpPage}
  556. {/block:JumpPagination}
  557. {block:NextPage}
  558. <a href="{NextPage}" class="jump_page">&raquo;</a>
  559. {/block:NextPage}
  560. <br><br>
  561. {/block:Pagination}
  562. </div>
  563. </center>
  564.  
  565. </div>
  566. </div>
  567. </div>
  568.  
  569. <div style="position:fixed; right:4px; bottom:4px;opacity:0.2">
  570. <!--- this is the only credit i'm asking you to keep visible, please respect the time and effort i spent making this theme, thank you. --->
  571. <a href="http://repostus.tumblr.com" a title="theme credit">thm.</a>
  572. </div>
  573.  
  574. </body>
  575. </html>
  576.  
  577. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement