d-esumana

theme 3

Aug 30th, 2012
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.61 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.  
  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.  
  37. <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
  38.  
  39. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  40.  
  41. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  42.  
  43. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  44.  
  45. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  46.  
  47. <script type="text/javascript">
  48. $(window).load(function(){
  49. var $wall = $('#box');
  50. $wall.imagesLoaded(function(){
  51. $wall.masonry({
  52. itemSelector: '.post',
  53. isAnimated : true
  54. });
  55. });
  56. $wall.infinitescroll({
  57. navSelector : "div#navigation",
  58. nextSelector : "div#navigation a#nextPage",
  59. itemSelector : '.post',
  60. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  61. loadingText : " ",
  62. donetext : " ",
  63. extraScrollPx : 9000,
  64. bufferPx : 10000,
  65. debug : false,
  66. errorCallback: function() {
  67. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  68. }},
  69. function( newElements ) {
  70. var $newElems = $( newElements );
  71. $newElems.hide();
  72. $newElems.imagesLoaded(function(){
  73. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  74. });
  75. }); $('#box').show(500);
  76. });
  77. </script>
  78.  
  79. <title>{Title}</title>
  80. <link rel="shortcut icon" href="{Favicon}">
  81. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  82. {block:Description}
  83. <meta name="description" content="{MetaDescription}" />
  84. {/block:Description}
  85.  
  86. <style type="text/css">
  87.  
  88. 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; }
  89.  
  90. a {color: {color:link}; text-decoration: none; text-transform: none;}
  91. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none;}
  92.  
  93. p {margin: 6px 0 0 0}
  94.  
  95. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  96. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  97. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  98. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  99.  
  100. blockquote img{max-width: 470px!important}
  101. blockquote blockquote img{max-width: 450px!important}
  102. blockquote blockquote blockquote img{max-width: 430px!important}
  103. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  104.  
  105. #container {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  106.  
  107. #entry {float: left; margin-left: 320px; margin-top: -7px; opacity:0.9;}
  108.  
  109. .posts {width: 500px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;}
  110.  
  111. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  112. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  113. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  114.  
  115. .image {text-align: center; border: 0px}
  116. .image img {max-width: 500px; margin-bottom: 2px }
  117.  
  118. .pquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  119. .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  120. .pquotesource a, a:hover{text-transform: none;}
  121.  
  122. .chat {line-height: 13px; list-style: none }
  123. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  124. .person1 {color: {color:text}; padding: 2px; }
  125. .person1 .label {font-weight: bold; color:{color:text}}
  126. .person2 {color: {color:text}; padding: 2px; }
  127. .person2 .label {font-weight: bold; color:{color:text}}
  128.  
  129. .player {background-color: #000; text-align: left; display:block;}
  130.  
  131. .question {
  132. color:{color:text};
  133. font-size: 11px;
  134. font-weight: normal;
  135. font-family: verdana;
  136. line-height:95%;
  137. background: {color:background};
  138. position: relative;
  139. min-height:70px;
  140. padding:10px 15px;
  141. margin-bottom:2px;
  142. margin-right:-10px;}
  143.  
  144. .questionarrow {
  145. font-size:30px;
  146. color:{color:background};
  147. vertical-align:middle;
  148. margin-left:-5px!important;}
  149.  
  150.  
  151. .asker {width:500px; text-align:right; text-transform:lowercase; color:{color:text};}
  152. .asker a {color:{color:text};}
  153. .asker img {float:left; margin-left:400px; vertical-align:top; margin-right:3px; max-height:15px;}
  154.  
  155. .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
  156. .asking a{color:{color:text};}
  157. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  158.  
  159. .arrow {padding-top:11px; color:{color:question background}; font-size:30px;}
  160.  
  161.  
  162. .answer {color:{color:answer};}
  163.  
  164. .creditoaokaique {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  165. .creditoaokaique:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  166.  
  167. #info {text-align: left; margin-top:-4px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  168. #info a {font-size: 10px; text-transform: uppercase;}
  169.  
  170. #tags {color: {color:text}; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  171. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  172.  
  173. #cap {width: 500px; margin-top: -2px;}
  174. .source {display: none;}
  175.  
  176. .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  177. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  178. ol.notes li {background-color: {color:post}; margin-bottom: 2px; padding: 5px; }
  179. .notes img{display: none; border:0px}
  180.  
  181. ::-webkit-scrollbar{width:7px;height:7px;}
  182. ::-webkit-scrollbar-button:start:decrement
  183. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  184. ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  185. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  186. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  187.  
  188. #cap {width: 500px; margin-top: -2px; position: relative;}
  189. .source {display: none;}
  190.  
  191. #sidebar {position: fixed; margin: 110px 0px 0px 240px;}
  192.  
  193. #side {position: fixed; width:210px; margin-left:-30px;}
  194.  
  195. @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');}
  196.  
  197. .photo {position:fixed; left:30px; top:140px;}
  198. .photo img {width:250px;height:150;border:3px solid {color:borda};}
  199.  
  200. #desc {position:fixed;width:254px; 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 }
  201.  
  202.  
  203.  
  204.  
  205. #linha53 {width: 300px; left: 0px; height:1000px; top:0px; padding: 0px; background-color: {color:sidebar};
  206. text-align: center; position: fixed}
  207.  
  208.  
  209.  
  210.  
  211.  
  212. .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;}
  213. .oizinho a {font-size: 20px; font-style:none; background-color: transparent; color: {color:link}; text-transform: uppercase}
  214. .oizinho a:hover {color: {color:link} ;}
  215.  
  216. .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;}
  217. .oizinho2 a {font-size: 20px; font-style:none; background-color: transparent; color: {color:link}; text-transform: uppercase}
  218. .oizinho2 a:hover {color: {color:link} ;}
  219.  
  220.  
  221.  
  222. #menuform select{background:{color:bglinks}; width:250px; color: {color:linkmenu}; height: 15px; border-style: solid; border-color: {color:sidebar}; font-family: calibri; font-size: 9px; letter-spacing: 1px; MARGIN-TOP:-175PX;margin-left:0px;text-transform:uppercase;}
  223.  
  224. #title {position:fixed;width:250; ;height:15; font-size:20px; font-family:gerogia; text-align:center; font-style: italic; color:{color:titulo}; padding: 5px; margin-top:-20px;margin-left:-200px;line-height: 13px;background-color:transparent;x-index:7}
  225. #title a { color:#fff;}
  226.  
  227.  
  228.  
  229. #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;}
  230. #linha a {color:{color:text links};}
  231.  
  232.  
  233.  
  234. #crd {width: 20; height: auto; padding:0px; margin-top:100px; margin-left:-600px; position: fixed;z-index: 3;}
  235. #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;}
  236. #crd a:hover {opacity: 0.6;}
  237.  
  238. #tumblr_controls{position: fixed!important}
  239. #tumblr_controls{position: fixed!important}
  240. #tumblr_controls{position: fixed!important}
  241. #tumblr_controls{position: fixed!important}
  242.  
  243. ::-webkit-scrollbar {width: 5px; height: 5px;}
  244. ::-webkit-scrollbar-track-piece {background-color:transparent;}
  245. ::-webkit-scrollbar-thumb:vertical {height: 5px;background-color: {color:text};}
  246. ::-webkit-scrollbar-thumb:horizontal {width: 5px;background-color: {color:text};}
  247. ::moz-selection {color:{color:post}; background:{color:text};}
  248. ::selection {color:{color:post}; background:{color:text};}
  249. </style>
  250.  
  251. <body onkeydown="return false">
  252.  
  253.  
  254. <div id="linha53"></div>
  255.  
  256.  
  257. <div id="fefafundo"></div>
  258.  
  259. <div id="sidebar">
  260. <div id="side">
  261.  
  262. <div id="title"><a href="/" title="{Title}">{text:titulo}</a>
  263.  
  264.  
  265.  
  266. <div id="crd"><a href="http://d-esumana.tumblr.com" title="© d-esumana">c</a></div>
  267.  
  268. <div class="photo"><img src="{image:sidebar}"><form id="menuform">
  269. <select name="menu3" onChange="top.location.href = this.form.menu3.options[this.form.menu3.selectedIndex].value; return false;">
  270. <option value="/" selected>+NAVIGATION</option>
  271. <option value="{text:Link1}">{text:Link1 Title}</option>
  272. <option value="{text:Link2}">{text:Link2 Title}</option>
  273. <option value="{text:Link3}">{text:Link3 Title}</option>
  274. <option value="{text:Link4}">{text:Link4 Title}</option>
  275. <option value="{text:Link5}">{text:Link5 Title}</option>
  276. <option value="{text:Link6}">{text:Link6 Title}</option>
  277. <option value="http://d-esumana.tumblr.com">theme credit ©</option>
  278. </select> <div id="desc">{Description}</div>
  279. </form> </div>
  280.  
  281. </div>
  282. </div>
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290. <div class="oizinho">{block:NextPage}<a href="{NextPage}" title="next page" >+</a>{/block:NextPage}</div>
  291.  
  292. <div class="oizinho2">{block:PreviousPage}<a href="{PreviousPage}" title="previous page">-</a>{/block:PreviousPage}</div></div>
  293.  
  294.  
  295.  
  296.  
  297.  
  298. </div>
  299.  
  300.  
  301.  
  302. <div id="entry">
  303.  
  304. {block:Posts}
  305. <div class="posts">
  306.  
  307. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  308.  
  309. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  310.  
  311. {block:Photoset}{Photoset-500}{/block:Photoset}
  312.  
  313. {block:Quote}
  314. <div class="pquote">“{Quote}”</div>
  315. {block:Source}<div class="pquotesource"> ~ {Source}</div>
  316. {/block:Source}
  317. {/block:Quote}
  318.  
  319. {block:Link}
  320. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  321. {block:Description}{Description}{/block:Description}
  322. {/block:Link}
  323.  
  324. {block:Chat}
  325. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  326. <div class="chat"><ul>{block:Lines}
  327. <li class="person{UserNumber}">{block:Label}
  328. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  329. {/block:Chat}
  330.  
  331. {block:Audio}
  332. <div class="player">{AudioPlayerBlack}</div>
  333. {block:Caption}{Caption}{/block:Caption}
  334. {/block:Audio}
  335.  
  336. {block:Video}{Video-500}{/block:Video}
  337.  
  338.  
  339. {block:Answer}
  340. <table width="500px" cellspacing="0" cellpadding="0">
  341. <tr>
  342. <td width="415px" class="question">{Question}</td>
  343. <td width="30px"><span class="questionarrow">◤</span></td>
  344. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  345. </tr>
  346. </table>
  347. <div class="answer">{Answer}</div>
  348. {/block:answer}
  349.  
  350.  
  351.  
  352. <div id="cap">
  353. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  354. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  355. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  356.  
  357. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  358. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  359. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  360. {/block:ContentSource}</div></div>
  361. <br>
  362.  
  363. <div class="creditoaokaique">
  364. {block:Date}<div id="info">
  365. <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}
  366. </div></center>{/block:IfShowTags}{/block:Date}</div>
  367. </div>
  368.  
  369.  
  370. {/block:Posts}
  371. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  372. </div>
  373. </div>
  374. </div>
  375. </div>
  376. </div>
  377.  
  378.  
  379.  
  380.  
  381. </body>
  382. </html>
Advertisement
Add Comment
Please, Sign In to add comment