Advertisement
EllenMaty

JIMMY

Jul 23rd, 2015
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.06 KB | None | 0 0
  1. <!-- BASE CODE BY ELLY-THEMES | elly-themes.tumblr.com | KEEP THIS CREDITS -->
  2.  
  3. <html lang="en">
  4.  
  5. <head>
  6.  
  7. <!-- Título -->
  8. <title>{Title}</title>
  9.  
  10. <!-- Favicon -->
  11. <link rel="shortcut icon" href="{Favicon}">
  12.  
  13. <!-- S-M-T Tooltip Script -->
  14. <link href="http://static.tumblr.com/3l2jcs4/NYMn4n79a/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  15. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  16. <script src="http://static.tumblr.com/3l2jcs4/209n1fe9k/jquery.style-my-tooltips.js"></script>
  17. <script>
  18. (function($){
  19. $(document).ready(function(){
  20. $("[title]").style_my_tooltips({
  21. tip_follows_cursor:true,
  22. tip_delay_time:100,
  23. tip_fade_speed:100,
  24. attribute:"title"
  25. });
  26. });
  27. })(jQuery);
  28. </script>
  29.  
  30. <script type="text/javascript">
  31. WebFontConfig = {
  32. google: { families: [ 'Unna::latin' ] }
  33. };
  34. (function() {
  35. var wf = document.createElement('script');
  36. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  37. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  38. wf.type = 'text/javascript';
  39. wf.async = 'true';
  40. var s = document.getElementsByTagName('script')[0];
  41. s.parentNode.insertBefore(wf, s);
  42. })(); </script>
  43.  
  44. <script type="text/javascript">
  45. WebFontConfig = {
  46. google: { families: [ 'PT+Serif:400,700,400italic:latin' ] }
  47. };
  48. (function() {
  49. var wf = document.createElement('script');
  50. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  51. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  52. wf.type = 'text/javascript';
  53. wf.async = 'true';
  54. var s = document.getElementsByTagName('script')[0];
  55. s.parentNode.insertBefore(wf, s);
  56. })(); </script>
  57.  
  58. <!-- BASE CODE BY ELLY-THEMES | elly-themes.tumblr.com | KEEP THIS CREDITS -->
  59.  
  60. <style type="text/css">
  61.  
  62. body { /* Estilo geral */
  63. background-color: #f2f2f2;
  64. background-attachment: fixed;
  65. font-family: 'PT Serif', serif;
  66. font-size: 12px;
  67. color: #aaa;
  68. }
  69.  
  70. a { /* Links */
  71. color: #aaa;
  72. text-decoration: underline;
  73. transition-duration: 0.5s;
  74. }
  75.  
  76. a:hover { /* Links Hover */
  77. color: #ccc;
  78. }
  79.  
  80. #all_content { /* Caixa que abriga a sidebar e os posts */
  81. margin: auto;
  82. width: 430px;
  83. }
  84.  
  85. #posts_content {
  86. /* Caixa que abriga os posts */
  87. width: 430px;
  88. margin-top: 50px;
  89. }
  90.  
  91. .entry { /* Post em si */
  92. float: left;
  93. text-align: left;
  94. width: 430px;
  95. margin-bottom: 100px;
  96. }
  97.  
  98. .entry img, img, .postimage, postimage img { /* Estilo da imagem do post */
  99. max-width: 100%;
  100. line-height: 0px;
  101. font-size: 0px;
  102. letter-spacing: 0px;
  103. text-decoration: none;
  104. opacity: 0.7;
  105. transition-duration: 0.5s;
  106. }
  107.  
  108. .entry:hover .postimage, entry img, img, postimage img {
  109. opacity: 1;
  110. }
  111.  
  112. .postimage {
  113. border: 1px solid #ccc;
  114. padding: 15px;
  115. }
  116.  
  117. .entry li { /* Estilo da lista dos posts */
  118. margin-left: -15px;
  119. list-style-type: square;
  120. }
  121.  
  122. .pagination { /* Paginaзгo */
  123. display: none;
  124. }
  125.  
  126. .jump_page {
  127. padding: 4px 8px 6px 9px;
  128. border: 1px solid #ccc;
  129. color: #999;
  130. font-size:10px;
  131. text-decoration:none;
  132. font-family: courier new;
  133. }
  134.  
  135. .current_page, .jump_page:hover {
  136. padding: 4px 8px 6px 9px;
  137. background-color: #ccc;
  138. color: #fff;
  139. border: 1px solid #ccc;
  140. text-decoration:none;
  141. font-family: courier new;
  142. font-size: 10px;
  143. }
  144.  
  145. blockquote { /* Estilo da blockquote */
  146. margin: 0px;
  147. border-left: 1px solid #ccc;
  148. padding-left: 10px;
  149. margin-left: 10px;
  150. }
  151.  
  152. blockquote pre {
  153. font-family: "PT Serif", serif;
  154. }
  155.  
  156. .posts_title, .posts_title_link a { /* Tнtulo do Post */
  157. text-align: center;
  158. font-size: 20px;
  159. text-transform: lowercase;
  160. font-family: "unna", serif;
  161. color: #aaa;
  162. margin-bottom: 20px;
  163. font-weight: bold;
  164. }
  165.  
  166. .posts_title_link a { /* Tнtulo do Post */
  167. display: block;
  168. text-decoration: none;
  169. }
  170.  
  171. .posts_title_link a:hover {
  172. color: #ddd;
  173. }
  174.  
  175. .permalink_box { /* Caixa que abriga os links das notas e do reblog */
  176. text-align: center;
  177. border-top: 1px solid #ccc;
  178. margin-top: 20px;
  179. padding-top: 20px;
  180. font-size: 10px;
  181. line-height: 15px;
  182. text-transform: lowercase;
  183. letter-spacing: 1px;
  184. color: #ccc;
  185. width: 300px;
  186. }
  187.  
  188. .permalink_box a {
  189. text-decoration: none;
  190. }
  191.  
  192. #sidebar_content { /* Caixa que abriga a sidebar */
  193. width: 400px;
  194. z-index: 99;
  195. margin: auto;
  196. text-align: center;
  197. }
  198.  
  199. #sidebar { /* Sidebar em si */
  200. width: 400px;
  201. margin-top: 100px;
  202. margin-bottom: 100px;
  203. position: relative;
  204. }
  205.  
  206. .sidebar_title { /* Tнtulo a sidebar */
  207. font-size: 20px;
  208. text-transform: lowercase;
  209. color: #aaa;
  210. font-family: "Unna", serif;
  211. font-weight: bold;
  212. border: 1px solid #ccc;
  213. padding: 8px 20px 12px 20px;
  214. display: inline;
  215. }
  216.  
  217. #sidebar_links { /* Caixa que abriga os links da sidebar */
  218. position: relative;
  219. font-family: 'unna', serif;
  220. font-size: 10px;
  221. text-transform: lowercase;
  222. letter-spacing: 1px;
  223. border-top: 1px solid #ccc;
  224. padding-top: 20px;
  225. width: 300px;
  226. }
  227.  
  228. #sidebar_links a { /* Estilo dos links da sidebar */
  229. color: #aaa;
  230. margin: 0px 5px;
  231. text-decoration: none;
  232. border-bottom: 1px solid transparent;
  233. padding-bottom: 20px;
  234. transition-duration: 0.7s;
  235. }
  236.  
  237. #sidebar_links a:hover { /* Links da sidebar em hover */
  238. color: #aaa;
  239. padding-bottom: 5px;
  240. border-bottom: 1px solid #ccc;
  241. }
  242.  
  243. .sidebar_description { /* Descriзгo da sidebar */
  244. margin-bottom: 25px;
  245. margin-top: 40px;
  246. }
  247.  
  248. ol.notes li.note { /* Linha da lista de notas de um post */
  249. padding-bottom: 3px;
  250. list-style-type: none; }
  251.  
  252. ol.notes blockquote {
  253. margin-top: 5px;
  254. margin-bottom: 2px;
  255. }
  256.  
  257. ol.notes { /* Caixa que abriga as notas de um post */
  258. float: left;
  259. padding-top: 10px;
  260. margin-left: -25px;
  261. list-style-type: none;
  262. text-align: left;
  263. position: relative; }
  264.  
  265. ol.notes li.note img.avatar { /* Avatar que aparece nas notas de um post */ vertical-align: -4px;
  266. margin-right: 10px;
  267. width: 16px;
  268. height: 16px;
  269. }
  270.  
  271. ::-moz-selection { /* Seleзгo colorida para Mozilla Firefox */
  272. background:#aaa;
  273. color:#fff;
  274. }
  275.  
  276. ::selection { /* Seleзгo colorida para os demais navegadores */
  277. background:#ccc;
  278. color: #fff;
  279. }
  280.  
  281. #s-m-t-tooltip { /* Tooltip */
  282. font-family: arial;
  283. margin-top: 23px;
  284. margin-left: 15px;
  285. font-size: 12px;
  286. letter-spacing: 1px;
  287. text-transform: uppercase;
  288. background-color: #fff;
  289. color: #aaa;
  290. padding: 5px;
  291. border: 1px solid #ccc;
  292. }
  293.  
  294. ::-webkit-scrollbar-thumb:vertical { /* Barra de rolagem vertical */
  295. background: #ccc;
  296. border: 4px solid #f2f2f2;
  297. }
  298.  
  299. ::-webkit-scrollbar-thumb:horizontal { /* Barra de rolagem horizontal */
  300. background-color: #ccc;
  301. border: 4px solid #f2f2f2;
  302. }
  303.  
  304. ::-webkit-scrollbar-corner { /* Encontro das barras de rolagem */
  305. background-color: #ccc
  306. }
  307.  
  308. ::-webkit-scrollbar { /* Barra de rolagem em si */
  309. width:9px; height: 9px;
  310. background: #f2f2f2;
  311. }
  312.  
  313. #asker_box { /* Caixa que abriga as asks */
  314. color: #fff;
  315. background-color: #aaa;
  316. border: 1px solid #aaa;
  317. padding: 20px;
  318. display: block;
  319. text-align: left;
  320. }
  321.  
  322. #asker_box a { /* Links da caida da ask */
  323. color: #fff;
  324. }
  325.  
  326. #asker_box a:hover { /* Links da caixa da ask em hover */
  327. color: #eee;
  328. }
  329.  
  330. .quote { /* Estilo da Quote */
  331. font-size: 20px;
  332. font-weight: bold;
  333. font-family: "unna", serif;
  334. text-align: center;
  335. padding: 0px 30px;
  336. margin-bottom: 20px;
  337. }
  338.  
  339. .quote_source {
  340. font-size: 10px;
  341. text-transform: lowercase;
  342. letter-spacing: 1px;
  343. }
  344.  
  345. .quote_source a {
  346. text-decoration: none;
  347. }
  348.  
  349. .odd, .even { padding:2px; }
  350. .odd { background-color:#000; }
  351.  
  352. </style>
  353.  
  354. <!-- BASE CODE BY ELLY-THEMES | elly-themes.tumblr.com | KEEP THIS CREDITS -->
  355.  
  356. </head>
  357.  
  358. <body>
  359.  
  360. <div class="pagination">
  361. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  362. </div>
  363.  
  364. <div id="sidebar_content">
  365.  
  366. <center>
  367.  
  368. <div id="sidebar">
  369.  
  370. <div class="sidebar_title">{Title}</div>
  371.  
  372. <div class="sidebar_description">{block:Description}{Description}{/block:Description}</div>
  373.  
  374. <div id="sidebar_links">
  375. <a href="{BlogURL}">Home</a>
  376. <a href="/ask">ask</a>
  377. <a href="/rchive">past</a>
  378. <a href="/achars">chars</a>
  379. <a href="/tags">tags</a>
  380. <a href="/contact">contact</a>
  381. </div>
  382.  
  383. </div>
  384.  
  385. </center>
  386.  
  387. </div>
  388.  
  389. <div id="all_content">
  390.  
  391. <center>
  392.  
  393. <div id="posts_content">
  394.  
  395. {block:Posts}
  396.  
  397. <!-- BASE CODE BY ELLY-THEMES | elly-themes.tumblr.com | KEEP THIS CREDITS -->
  398.  
  399. {block:ContentSource}
  400. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  401. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  402. {/block:SourceLogo}
  403. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  404. {/block:ContentSource}
  405.  
  406. <div class="entry">
  407.  
  408. {block:Text}
  409.  
  410. {block:Title}<div class="posts_title">{Title}</div>{/block:Title}
  411. {Body}
  412.  
  413. {/block:Text}
  414.  
  415.  
  416. {block:Quote}
  417.  
  418. <div class="quote">"{Quote}"</div> </p> <div class="quote_source" style="text-align:center">{Source}</div>
  419.  
  420. {/block:Quote}
  421.  
  422.  
  423. {block:Link}
  424.  
  425. <div class="posts_title_link"><a href="{URL}">{Name} <span style="font-family: consolas; font-size: 8px; text-transform: uppercase; letter-spacing: 1px">[LINK]</span></a></div> {block:description}{description}{/block:description}
  426.  
  427. {/block:Link}
  428.  
  429.  
  430. {block:Chat}
  431.  
  432. {block:Lines}
  433. {block:Label}<b>{Label}</b>
  434. {/block:Label}{Line}<br>
  435. {/block:Lines}
  436.  
  437. {/block:Chat}
  438.  
  439.  
  440. {block:Answer}
  441.  
  442. <div id="asker_box"><b>{Asker} asked:</b> {Question}</div> {Answer}
  443.  
  444. {/block:Answer}
  445.  
  446.  
  447. {block:Audio}
  448.  
  449. <center>{AudioPlayerGrey}</center> <br>
  450. <b>Track Name:</b> {block:TrackName}{TrackName}{/block:TrackName}<br>
  451. <b>Artist:</b> {block:artist}{Artist}{/block:artist}<br>
  452. <b>Album:</b> {block:Album}{Album}{/block:Album}<br>
  453. <b>Player Count:</b> {FormattedPlayCount} plays<br>
  454.  
  455. {/block:Audio}
  456.  
  457.  
  458. {block:Video}
  459.  
  460. <div class="postimage">{Video-400}</div>
  461.  
  462. {/block:Video}
  463.  
  464.  
  465. {block:Photo}
  466.  
  467. <img src="{PhotoURL-400}" class="postimage"/>
  468.  
  469. {/block:Photo}
  470.  
  471.  
  472. {block:Photoset}
  473.  
  474. <div class="postimage">{Photoset-400}</div>
  475.  
  476. {/block:Photoset}
  477.  
  478.  
  479. {block:caption}<div style="margin-top: 20px">{Caption}</div>{/block:caption}
  480.  
  481.  
  482. {block:IndexPage}
  483.  
  484. <center><div class="permalink_box"><a href="{ReblogURL}" target="_blank">Reblog</a> / <a href="{Permalink}">{NoteCountWithLabel}</a>{block:HasTags}<br>{block:Tags}&nbsp;<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</div></center>
  485.  
  486. {/block:IndexPage}
  487.  
  488. {block:PermalinkPage}
  489.  
  490. {block:PostNotes}{PostNotes}{/block:PostNotes}
  491.  
  492. {/block:PermalinkPage}
  493.  
  494. </div>
  495.  
  496. <!-- BASE CODE BY ELLY-THEMES | elly-themes.tumblr.com | KEEP THIS CREDITS -->
  497.  
  498. {/block:Posts}
  499.  
  500. </div>
  501.  
  502. {block:Pagination}
  503. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page"><<</a>{/block:PreviousPage}
  504. {block:JumpPagination length="5"}
  505. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  506. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  507. {block:NextPage}<a href="{NextPage}" class="jump_page">>></a>{/block:NextPage}
  508. <div style="height: 100px"></div>
  509. {/block:Pagination}
  510.  
  511. </div>
  512.  
  513. </center>
  514.  
  515. </body>
  516.  
  517. </html>
  518.  
  519. <!-- BASE CODE BY ELLY-THEMES | elly-themes.tumblr.com | KEEP THIS CREDITS -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement