d-esumana

Theme 44 d-esumana

Apr 8th, 2015
471
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.99 KB | None | 0 0
  1. <!-- theme by d-esumana, don't copy. -->
  2.  
  3. <html>
  4.  
  5. <head> <!-- DEFAULT VARIABLES -->
  6. <meta name="color:background" content="#fff" />
  7. <meta name="color:text" content="#000000" />
  8. <meta name="color:post" content="#ffffff" />
  9. <meta name="color:scrollbar" content="000000" />
  10. <meta name="image:background" content="" />
  11. <meta name="color:sidebar" content="#fff" />
  12. <meta name="color:borda" content="#ffffff" />
  13. <meta name="color:linkmenu" content="#ffffff" />
  14. <meta name="color:bglinks" content="#ffffff"/>
  15. <meta name="color:link" content="#bebebe"/>
  16. <meta name="color:linkhover" content="#bebebe"/>
  17. <meta name="image:sidebar" content "" />
  18. <meta name="text:titulo" content="title" />
  19. <meta name="color:titulo" content="#bebebe"/>
  20. <meta name="color:descricao" content="#000000" />
  21.  
  22. <meta name="image:bgsidebar" content=""/>
  23. <meta name="text:Link1" content="/" />
  24. <meta name="text:Link1 Title" content="link" />
  25. <meta name="text:Link2" content="/" />
  26. <meta name="text:Link2 Title" content="link" />
  27. <meta name="text:Link3" content="/" />
  28. <meta name="text:Link3 Title" content="link" />
  29. <meta name="text:Link4" content="/" />
  30. <meta name="text:Link4 Title" content="link" />
  31. <meta name="text:Link5" content="/" />
  32. <meta name="text:Link5 Title" content="link" />
  33. <meta name="text:Link6" content="/" />
  34. <meta name="text:Link6 Title" content="link" />
  35.  
  36. <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'>
  37.  
  38. <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
  39.  
  40. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  41.  
  42. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  43.  
  44. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  45.  
  46. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  47.  
  48. <script type="text/javascript">
  49. $(window).load(function(){
  50. var $wall = $('#box');
  51. $wall.imagesLoaded(function(){
  52. $wall.masonry({
  53. itemSelector: '.post',
  54. isAnimated : true
  55. });
  56. });
  57. $wall.infinitescroll({
  58. navSelector : "div#navigation",
  59. nextSelector : "div#navigation a#nextPage",
  60. itemSelector : '.post',
  61. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  62. loadingText : " ",
  63. donetext : " ",
  64. extraScrollPx : 9000,
  65. bufferPx : 10000,
  66. debug : false,
  67. errorCallback: function() {
  68. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  69. }},
  70. function( newElements ) {
  71. var $newElems = $( newElements );
  72. $newElems.hide();
  73. $newElems.imagesLoaded(function(){
  74. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  75. });
  76. }); $('#box').show(500);
  77. });
  78. </script>
  79.  
  80. <title>{Title}</title>
  81. <link rel="shortcut icon" href="{Favicon}">
  82. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  83. {block:Description}
  84. <meta name="description" content="{MetaDescription}" />
  85. {/block:Description}
  86.  
  87. <style type="text/css">
  88.  
  89. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:text};-webkit-border-radius:px;}
  90. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:text};-webkit-border-radius:px;}
  91.  
  92. body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  93.  
  94. a {color: {color:link}; text-decoration: none; text-transform: none;}
  95. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  96. /*post por hugm-e*/
  97.  
  98. p {margin: 6px 0 0 0}
  99. /*post por hugm-e*/
  100. blockquote {margin: 5px 5px 5px 5px; border-left: 1px solid {color:background}; padding-left: 5px; }
  101. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 1px solid {color:background};}
  102. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 1px solid {color:background}; }
  103. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  104.  
  105. blockquote img{max-width: 470px!important}
  106. blockquote blockquote img{max-width: 450px!important}
  107. blockquote blockquote blockquote img{max-width: 430px!important}
  108. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  109.  
  110.  
  111. /*post por hugm-e*/
  112.  
  113. #container {background-color: ; width: 1000px; margin: 0 auto 10px auto; background: {color:background}}
  114. /*post por hugm-e*/
  115. #entries {margin-left: 500px; width: 700px; margin-top: 0px}
  116. /*post por hugm-e*/
  117. .entry {{block:IndexPage}width: 280px; background-color:{color:post} ;opacity: 0.8; text-align: justify; padding: 9px; float: left; margin: 6px 0 0 6px;{/block:IndexPage}{block:PermalinkPage} padding:10px; width:300px; margin-top: 8px; height:auto; background-color: {color:post}; text-align: left; margin-left:7px;
  118. {/block:PermalinkPage}}
  119.  
  120. .entry img{width: 270px; padding: 3px; border: 1px solid {Color:background}}
  121. /*post por hugm-e*/
  122. .entry:hover #info {opacity: 1;}
  123.  
  124.  
  125. h1 {font-family: cambria; text-align: center; font-size: 13px; color: {color:text}; font-weight: normal; line-height: 14px;}
  126. h1 a {text-align: center; font-size: 13px;color: {color:text}; font-weight: normal; line-height: 14px;}
  127. /*post por hugm-e*/
  128. h1 a:hover {text-align: center; font-size: 13px; color: {color:text}; font-weight: normal; line-height: 14px;}
  129. /*post por hugm-e*/
  130. .image {text-align: center; width: 272px; border: 0px}
  131. .image img {max-width: 272px; margin-bottom: 2px }
  132. /*post por hugm-e*/
  133. .rnote{font-size: 12px; font-family: consolas; letter-spacing: 0px; line-height: 13px; text-transform: none;text-align: center; font-style: none; margin-top:-65px; margin-bottom: 2px}
  134. .aspas{ position:relative; top: -20px; font-size: 60px; opacity:0.2; filter: alpha(opacity = 10); color: #666;}
  135. /*post por hugm-e*/
  136. .ticalica {margin-bottom: 8px;}
  137. /*post por hugm-e*/
  138.  
  139. .chat {line-height: 13px; list-style: none }
  140. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  141. .person1 {color: {color:text}; padding: 2px; }
  142. .person1 .label {font-weight: bold; color:{color:text}}
  143. .person2 {color: {color:text}; padding: 2px; }
  144. .person2 .label {font-weight: bold; color:{color:text}}
  145. /*post por hugm-e*/
  146. .player {background-color: #000; text-align: left; display:block;}
  147. /*post por hugm-e*/
  148. .question {
  149. color:{color:text};
  150. font-size: 11px;
  151. font-weight: normal;
  152. font-family: verdana;
  153. line-height:95%;
  154. background: {color:background};
  155. position: relative;
  156. min-height:70px;
  157. padding:10px 15px;
  158. margin-bottom:2px;
  159. margin-right:-10px;}
  160. /*post por hugm-e*/
  161. .questionarrow {
  162. font-size:30px;
  163. color:{color:background};
  164. vertical-align:middle;
  165. margin-left:-5px!important;}
  166.  
  167. /*post por hugm-e*/
  168. .asker {width:270px; text-align:right; text-transform:lowercase; color:{color:text};}
  169. .asker a {color:{color:text};}
  170. .asker img {float:left; margin-left:400px; vertical-align:top; margin-right:3px; max-height:15px;}
  171. /*post por hugm-e*/
  172. .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
  173. .asking a{color:{color:text};}
  174. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  175.  
  176. .arrow {padding-top:11px; color:{color:question background}; font-size:30px;}
  177. /*post por hugm-e*/
  178.  
  179. .answer {color:{color:answer};}
  180.  
  181. .unico {opacity: 1; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;border-top: dotted 1px {color:background};border-bottom: solid 0px {color:text};letter-spacing: 1px}
  182. .unico:hover {opacity: 0.9; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;letter-spacing: 1px}
  183. /*post por hugm-e*/
  184. #info {text-align: left; margin-top:0px; font-size: 8px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  185. #info a {font-size: 8px; text-transform: uppercase;}
  186. /*post por hugm-e*/
  187. #tags {color: {color:text}; font-size: 9px; font-family: calibri; display: inline; list-style: none; text-transform: none;;}
  188. #tags a {font-size: 10px; font-family: tahoma; display: inline; list-style: none; text-transform: none;;}
  189. /*post por hugm-e*/
  190.  
  191. ::-webkit-scrollbar{width:7px;height:7px;}
  192. ::-webkit-scrollbar-button:start:decrement
  193. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  194. ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  195. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  196. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  197.  
  198. #cap {width: 500px; margin-top: -2px; position: relative;}
  199. .source {display: none;}
  200.  
  201. #sidebar {position: fixed; margin: 110px 0px 0px 240px;}
  202.  
  203. #side {position: fixed; width:210px; margin-left:-30px;}
  204.  
  205. @font-face {font-family: "pacifico";src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  206.  
  207. .photo {position:fixed; left:230px; top:200px;}
  208. .photo img {width:180px;height:260;border:3px solid {color:borda};}
  209.  
  210. #desc {position:fixed;width:180px; height:auto; font-size:9px; font-family:tahoma; text-align:center; text-transform: none; color:{color:descricao};padding:1px;margin-top:0px;margin-left:0px;background-color:transparent;border-bottom:1px dotted }
  211.  
  212.  
  213.  
  214.  
  215. #linha53 {width: 330px; left: 150px; height:800px; top:0px; padding: 0px; background-color: {color:sidebar};opacity: 0.8;background-image:url('{image:bgsidebar}');
  216. text-align: center; position: fixed}
  217.  
  218.  
  219. .tititica3 {color:{color:text}; background-color:{color:background}; height:12px; font-size:09px; width: 174px; font-family:georgia; text-align:center; font-style:none;letter-spacing:0px; margin-top:330px; margin-left: -15px; opacity:0.7;position: absolute; line-height:12px; text-transform: lowercase; padding:3px; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;font-style:none; position:fixed;}
  220.  
  221.  
  222. .oizinho {font-family: georgia; position: fixed; margin-left: 50px; margin-top: 100px; font-size: 20px; z-index: 222222222222222222222222222222222222222222222222220;width:18px;background-color: transparent;text-align: center;}
  223. .oizinho a {font-size: 20px; font-style:none; background-color: transparent; color: {color:link}; text-transform: uppercase}
  224. .oizinho a:hover {color: {color:link} ;}
  225.  
  226. .oizinho2 {font-family: georgia; position: fixed; margin-left: 50px; margin-top: 70px; font-size: 20px; z-index: 22222222222222222222222222222222222222222222222222222222222222220;width:18px;background-color: transparent;text-align: center;}
  227. .oizinho2 a {font-size: 20px; font-style:none; background-color: transparent; color: {color:link}; text-transform: uppercase}
  228. .oizinho2 a:hover {color: {color:link} ;}
  229.  
  230.  
  231.  
  232. #menuform select{background:{color:bglinks}; width:180px; color: {color:linkmenu}; height: 15px; border-style: solid; border-color: {color:sidebar}; font-family: calibri; font-size: 9px; letter-spacing: 1px; MARGIN-TOP:-290PX;margin-left:0px;text-transform:uppercase;}
  233.  
  234. #title {position:fixed;width:250; ;height:15; font-size:23px; font-family:'Cedarville Cursive'; text-align:center; font-style: italic; color:{color:titulo}; padding: 5px; margin-top:30px;margin-left:-25px;line-height: 13px;background-color:transparent;x-index:7;text-transform: uppercase;}
  235. #title a { color:#fff;}
  236.  
  237. @font-face {font-family:'basket'; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
  238.  
  239. @font-face {font-family:Homenaje; src: url('http://static.tumblr.com/xcnfuzu/Vbqm5j4p7/homenaje-regular.ttf');}
  240.  
  241. #linha {position:fixed;width:128px; height:2; margin-top:1px;margin-left:-1px;background-color:{color:sidebar};font-size:12px;text-align:center;line-height:15px;font-weight: bold;}
  242. #linha a {color:{color:text links};}
  243.  
  244.  
  245.  
  246. #crd {width: 20; height: auto; padding:0px; margin-top:100px; margin-left:-600px; position: fixed;z-index: 3;}
  247. #crd a {float: left; display: block; width: 20px; height:20px; line-height: 12px; padding: 3px; font-family: Agency FB; font-size: 21px; text-align: center; background-color: {color:background links};-webkit-transform: rotate(-90deg); color:{color:text links};opacity: 0.8;-webkit-border-radius: 20px 20px 20px 20px;}
  248. #crd a:hover {opacity: 0.6;}
  249.  
  250. #tumblr_controls{position: fixed!important}
  251. #tumblr_controls{position: fixed!important}
  252. #tumblr_controls{position: fixed!important}
  253. #tumblr_controls{position: fixed!important}
  254.  
  255. ::-webkit-scrollbar {width: 5px; height: 5px;}
  256. ::-webkit-scrollbar-track-piece {background-color:transparent;}
  257. ::-webkit-scrollbar-thumb:vertical {height: 5px;background-color: {color:text};}
  258. ::-webkit-scrollbar-thumb:horizontal {width: 5px;background-color: {color:text};}
  259. ::moz-selection {color:{color:post}; background:{color:text};}
  260. ::selection {color:{color:post}; background:{color:text};}
  261. </style>
  262.  
  263. <body onkeydown="return false">
  264.  
  265.  
  266.  
  267. <div id="linha53"></div>
  268.  
  269.  
  270. <div id="fefafundo"></div>
  271.  
  272. <div id="sidebar">
  273. <div id="side">
  274.  
  275. <div id="title"><a href="/" title="{Title}">{text:titulo}</a>
  276.  
  277.  
  278.  
  279. <div id="crd"><a href="http://d-esumana.tumblr.com" title="© d-esumana">c</a></div>
  280.  
  281. <div class="photo"><img src="{image:sidebar}"><form id="menuform">
  282. <select name="menu3" onChange="top.location.href = this.form.menu3.options[this.form.menu3.selectedIndex].value; return false;">
  283. <option value="/" selected>+NAVIGATION</option>
  284. <option value="{text:Link1}">{text:Link1 Title}</option>
  285. <option value="{text:Link2}">{text:Link2 Title}</option>
  286. <option value="{text:Link3}">{text:Link3 Title}</option>
  287. <option value="{text:Link4}">{text:Link4 Title}</option>
  288. <option value="{text:Link5}">{text:Link5 Title}</option>
  289. <option value="{text:Link6}">{text:Link6 Title}</option>
  290. <option value="http://d-esumana.tumblr.com">theme credit ©</option>
  291. </select> <div id="desc">{Description}</div>
  292. </form> </div>
  293.  
  294. </div>
  295. </div>
  296.  
  297.  
  298.  
  299. <div class="tititica3">{block:PreviousPage} <a href="{PreviousPage}">«</a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
  300.  
  301.  
  302.  
  303. <div class="oizinho">{block:NextPage}<a href="{NextPage}" title="next page" ></a>{/block:NextPage}</div>
  304.  
  305. <div class="oizinho2">{block:PreviousPage}<a href="{PreviousPage}" title="previous page">-</a>{/block:PreviousPage}</div></div>
  306.  
  307.  
  308.  
  309.  
  310.  
  311. </div>
  312.  
  313.  
  314.  
  315. <script type="text/javascript">
  316. $(window).load(function () {
  317. $('#entries').masonry(),
  318. $('.masonryWrap').infinitescroll({
  319. navSelector : ".pgna a",
  320. // selector for the paged navigation (it will be hidden)
  321. nextSelector : ".pgna a",
  322. // selector for the NEXT link (to page 2)
  323. itemSelector : ".post",
  324. // selector for all items you'll retrieve
  325. bufferPx : 10000,
  326. extraScrollPx: 11000,
  327. loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
  328. loadingText : "<em></em>",
  329. },
  330. // call masonry as a callback.
  331. function() { $('#entries').masonry({ appendedContent: $(this) }); }
  332. );
  333. });
  334. </script>
  335.  
  336. {/block:indexpage}
  337.  
  338.  
  339.  
  340. <div id="entries">
  341.  
  342. {block:Posts}
  343. <div class="entry">
  344.  
  345. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  346.  
  347. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  348.  
  349. {block:Photoset}{Photoset-250}{/block:Photoset}
  350.  
  351. {block:Quote}<span class="aspas">&#10077;</span><div class="rnote">{Quote}</div> <center><font color="{color:source}"><div class="ticalica">— {Source}</div></center></font>{/block:Quote}
  352. {/block:Quote}
  353.  
  354. {block:Link}
  355. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  356. {block:Description}{Description}{/block:Description}
  357. {/block:Link}
  358.  
  359. {block:Chat}
  360. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  361. <div class="chat"><ul>{block:Lines}
  362. <li class="person{UserNumber}">{block:Label}
  363. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  364. {/block:Chat}
  365.  
  366.  
  367.  
  368. {block:Audio}
  369. <div class="player">{AudioPlayerBlack}</div>
  370. {block:Caption}{Caption}{/block:Caption}
  371. {/block:Audio}
  372.  
  373. {block:Video}{Video-500}{/block:Video}
  374.  
  375.  
  376. {block:Answer}
  377. <table width="280px" cellspacing="0" cellpadding="0">
  378. <tr>
  379. <td width="415px" class="question">{Question}</td>
  380. <td width="30px"><span class="questionarrow">◤</span></td>
  381. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  382. </tr>
  383. </table>
  384. <div class="answer">{Answer}</div>
  385. {/block:answer}
  386.  
  387.  
  388. <div id="cap">
  389. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  390. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  391. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  392.  
  393. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  394. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  395. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  396. {/block:ContentSource}</div></div>
  397. <br>
  398.  
  399. <div class="unico">
  400. {block:Date}<div id="info">
  401. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} • <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel} </a>{block:RebloggedFrom} • <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} • <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}• <a href="{ReblogUrl}" target="_blank">reblog </a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  402. </div></center>{/block:IfShowTags}{/block:Date}</div>
  403. </div>
  404.  
  405. {/block:HasTags}
  406.  
  407. {/block:Posts}
  408. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  409.  
  410.  
  411.  
  412.  
  413. </div>
  414. </div>
  415. </div>
  416. </div>
  417. </div>
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424. </body>
  425. </html>
Advertisement
Add Comment
Please, Sign In to add comment