Advertisement
kelishid

Theme 63 H-is.

Dec 30th, 2012
1,883
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.96 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3.  
  4. <!-- THEME FEITO POR H-IS, NÃO RETIRE OS CRÉDITOS, OBRIGADA! -->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8. <head>
  9.  
  10. <!-- DEFAULT VARIABLES -->
  11. <meta name="color:background" content="#fff" />
  12. <meta name="color:post" content="#fff" />
  13. <meta name="color:fundolink" content="#fff" />
  14. <meta name="color:corlinks" content="#000" />
  15. <meta name="color:sidebar" content="#000" />
  16. <meta name="color:escrita" content="#fff" />
  17. <meta name="color:text" content="#000" />
  18. <meta name="color:link" content="#000" />
  19. <meta name="color:scroll" content="#000" />
  20.  
  21.  
  22.  
  23. <meta name="text:Link1" content="/" />
  24. <meta name="text:Link1 Title" content="link 1" />
  25. <meta name="text:Link2" content="/" />
  26. <meta name="text:Link2 Title" content="link 2" />
  27. <meta name="text:Link3" content="/" />
  28. <meta name="text:Link3 Title" content="link 3" />
  29. <meta name="text:Link4" content="/" />
  30. <meta name="text:Link4 Title" content="link 4" />
  31.  
  32. <meta name="image:background" content="" />
  33.  
  34. <meta name="image:sidebar" content="http://static.tumblr.com/daeac0bb2a4041727a245960c7ca4fc4/rqwqiy3/3YVmft6tl/tumblr_static_tumblr_med8uqeufc1qi03blo1_500222.jpg" />
  35.  
  36. <meta name="image:sidebar2" content="http://static.tumblr.com/cdd01781f794387d29a8e55348dccf8a/rqwqiy3/o1cmft6tu/tumblr_static_tumblr_med8uqeufc1qi03blo1_500222iuiui.jpg" />
  37.  
  38.  
  39. <meta name="text:frase1" content="Uma frase aqui..." />
  40.  
  41. <title>{Title}</title>
  42. <link rel="shortcut icon" href="{Favicon}">
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  44. {block:Description}
  45. <meta name="description" content="{MetaDescription}" />
  46. {/block:Description}
  47. {block:IndexPage}
  48. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  49. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  50. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  51. <script type="text/javascript">
  52. $(window).load(function () {
  53. $('#allboxes').masonry(),
  54. $('.masonryWrap').infinitescroll({
  55. navSelector : "#page,.page",
  56. nextSelector : ".page a",
  57. itemSelector : ".entry",
  58. bufferPx : 10000,
  59. extraScrollPx: 10,
  60. loadingImg : "",
  61. loadingText : "carregando...",
  62. },
  63. // call masonry as a callback.
  64. function() { $('#allboxes').masonry({ appendedContent: $(this) }); }
  65. );
  66. });
  67. </script>
  68. {/block:IndexPage}
  69. <style type="text/css">
  70. body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); font-size: 12px; background-position:bottom left; background-attachment:fixed; background-repeat:repeat; background-size:100%;}
  71.  
  72. a {color: {color:link}; text-decoration: none; text-transform: none;}
  73. a:hover {color: {color:link hover}; background-color: transparent; text-decoration: none;}
  74.  
  75. p {margin: 6px 0 0 0}
  76.  
  77. blockquote{border-left: 0px solid {color:post}; margin:0px 0px 0px 0px; padding-left:0px; border-bottom:0px;}
  78.  
  79. #all {text-align: center; width: 835px; margin: 20px auto 20px auto; padding: 0px}
  80.  
  81. #allboxes { float: left; margin-left:170px; margin-top:-8px; margin-bottom:1px; z-index:10;width:820px}
  82.  
  83. .entry {width: 250px; padding:4px; z-index:10; margin-bottom:1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; background-color: {color:post};float:left}
  84. .entry img{width:100%}
  85. h1 {text-align:center; font:15px georgia; text-transform: none; color:{color:text}}
  86. h1 a, a:hover{text-transform: none; color:{color:text}}
  87.  
  88. #info {text-align:center;padding:4px; width: 250px; margin-left:-4px; background-color: #fff; font-family: verdana; font-size: 8px; text-transform:uppercase; z-index: 11; margin-top:-6px; b}
  89.  
  90. #info a {font-size:8px; text-transform:uppercase}#info {text-align:center;padding:4px; width: 250px; margin-left:-4px; background-color: #fff; font-family: verdana; font-size: 8px; text-transform:uppercase; z-index: 11; margin-top:-6px; }
  91.  
  92. #info a {font-size:8px; text-transform:uppercase}
  93.  
  94. .tags {color: {color:text}; font-family: verdana; text-align:justify; display: inline; list-style: none;}
  95. .tags a {text-transform:uppercase; text-align:justify; font-size:8px; display: inline; list-style: none;}
  96. .tags a:hover {text-transform:uppercase}
  97.  
  98. .image img {width:250px;}
  99.  
  100. .qquote {font-family:georgia; text-align:justify; font-size: 14px}
  101.  
  102. .chat {line-height: 13px; list-style: none }
  103. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  104. .person1 {color: {color:text}; padding: 2px; }
  105. .person1 .label {font-weight: bold; color:{color:text}}
  106. .person2 {color: {color:text}; padding: 2px; }
  107. .person2 .label {font-weight: bold; color:{color:text};}
  108.  
  109. .player {background-color: #000; text-align: left; display:block;}
  110.  
  111. #ask_form{width: 350px; }
  112.  
  113. #asker {font-size: 12px; font-family: calibri; text-align: left;}
  114. .answer {padding: 2px}
  115. .answer img {max-width: 350px;}
  116.  
  117.  
  118. #cap {width: 250px; margin-top: -2px;}
  119. .source {display: none;}
  120.  
  121. .notes {width: 250px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  122. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  123. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  124. .notes img{display: none; border:0px}
  125.  
  126. /*códigos*/
  127.  
  128. #sbar1 { width:162px; height: 156px; margin-left:-5px; margin-top:78px; position:fixed; overflow:hidden; background-color:transparent; padding:3px; border-left:1px solid {color:background}; border-right:1px solid {color:background}; border-top:1px solid {color:background}; border-bottom:1px solid {color:background}; }
  129.  
  130. #sbar1:hover {opacity: 0.9;}
  131.  
  132. #sbar2 { width:174px; height: 100%; margin-left:-10px; margin-top:-10px; position:fixed; overflow:hidden; background-color:{color:sidebar}; padding:3px; }
  133.  
  134. #sbar3 { width:162px; height: 156px; margin-left:-5px; margin-top:242px; position:fixed; overflow:hidden; background-color:transparent; padding:3px; border-left:1px solid {color:background}; border-right:1px solid {color:background}; border-bottom:1px solid {color:background}; }
  135.  
  136. #sbar3:hover {opacity: 0.9;}
  137.  
  138. .descri { text-align: justify; height:38px; font-size: 9px; font-family: verdana; position: fixed; margin-top:403px; margin-left: -5px; width: 158px; letter-spacing: 1px; background-color:transparent; color:{color:escrita}; padding: 5px; border-left:1px solid {color:background}; border-right:1px solid {color:background}; border-bottom:1px solid {color:background};}
  139.  
  140. #frase {z-index:99999;background-color: transparent; font-weight: normal; letter-spacing: 0px; color: {color:escrita}; text-align: center; width: 163px; height: 16px; line-height: 20px; position: absolute; -moz-transition: all 0.4s ease-out; font-family:pacifico; margin-top: 29px; margin-left: -5px; text-transform: ; position: fixed; padding: 2px; font-size: 18px;border-bottom: px solid ;}
  141.  
  142. #links { margin-left:-5px; margin-top:60px; border-left:1px solid {color:background}; border-right:1px solid {color:background}; border-top:1px solid {color:background}; position:fixed; background-color:{color:fundolink};}
  143.  
  144. #links a {float: left; font-family:calibri; font-style:bold; font-size: 10px; text-align: center; height: 15px; margin-left:2px; width: 38px; background-color: {color:fundolink}; color:{color:corlinks};letter-spacing: 0px; text-transform: none; padding: 1px; line-height: 16px; text-transform:uppercase;}
  145. #links a:hover{font-style: italic;}
  146.  
  147.  
  148. .cred { width:40px; font-size:11px; font-family:calibri; text-align:right; position:fixed; margin-left:-20px; margin-top:10px; background-color:transparent; color:{color:text}; text-transform:uppercase;}
  149. .cred a {color:{color:escrita};}
  150.  
  151. .kelimg {overflow: auto; height: 146px; width: 153px; text-align: left ; margin: 5px; margin-left: 2px; margin-top: 2px; border: 1px solid {color:background}; padding: 3px 0px 0px 3px; background-color: {color:background};}
  152.  
  153. .kelimg img{width: 150px;height:143px; auto;display: block;overflow: auto;margin-bottom: 1px;}
  154.  
  155.  
  156. .page { width:162px; height: 9px; margin-left:-5px; margin-top:455px; position:fixed; overflow:hidden; background-color: transparent; padding:3px; }
  157.  
  158. #page {font-family: verdana; font-size: 8px; text-align: center;}
  159. #page a {background: {color:sidebar}; line-height: 7px; margin: 0 1px 0 0; padding: 2px 4px; color: {color:background};}
  160. #page a:hover {background:transparent; color: {color:fundolink};}
  161. #page span.pagina_atual {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px;; color: #fff; font-weight: bold; text-decoration: none;}
  162.  
  163.  
  164.  
  165. #tumblr_controls{position: fixed!important}
  166. #tumblr_controls{position: fixed!important}
  167. #tumblr_controls{position: fixed!important}
  168. #tumblr_controls{position: fixed!important}
  169.  
  170. ::-webkit-scrollbar-thumb{
  171. background-color: {color:scroll};
  172. border: 2px solid #fafafa;
  173. height:auto;
  174.  
  175. }
  176.  
  177. ::-webkit-scrollbar {
  178. height:auto;
  179. width:9px;
  180. background-color: #999999;
  181. border: 4px solid #fafafa;
  182. }
  183.  
  184.  
  185.  
  186. @font-face {font-family: "pacifico";src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}
  187.  
  188. @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
  189.  
  190. </style>
  191.  
  192. <body>
  193.  
  194.  
  195. <div id="sbar2"></div></div>
  196.  
  197. <div id="frase"><center>{text:frase1}</center></div>
  198.  
  199. <div id="sbar1"><div class="kelimg"><img src="{image:sidebar}"/></div>
  200. </div></div>
  201. <div id="sbar3"><div class="kelimg"><img src="{image:sidebar2}"/></div>
  202. </div></div>
  203.  
  204. <div class="descri"><center>{description}</center></div>
  205.  
  206. <div id="links">
  207. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title} </a>{/block:ifLink1}
  208. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title} </a>{/block:ifLink2}
  209. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title} </a>{/block:ifLink3}
  210. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title} </a>{/block:ifLink4}
  211. </div>
  212. </div>
  213.  
  214. <div class="cred">
  215. <center><a href="http://h-is.tumblr.com/" target="_blank" title="theme by his">©</center></a></div>
  216.  
  217. <div class="page"> <div id="page">{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}
  218. {block:JumpPagination length="5"}
  219. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  220. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  221. {/block:JumpPagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage} </div></div></div>
  222.  
  223.  
  224.  
  225.  
  226. <div id="allboxes">
  227.  
  228. {block:Posts}
  229. <div class="entry">
  230. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  231.  
  232. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-250}"></div>{LinkCloseTag}{/block:Photo}
  233.  
  234. {block:Photoset}{Photoset-250}{/block:Photoset}
  235.  
  236. {block:Quote}
  237. <div class="qquote"> <center> "{Quote}" <br><center>{block:Source}~ {Source}{/block:Source}</div>
  238. {/block:Quote}
  239.  
  240. {block:Link}
  241. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  242. {block:Description}{Description}{/block:Description}
  243. {/block:Link}
  244.  
  245. {block:Chat}
  246. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  247. <div class="chat"><ul>{block:Lines}
  248. <li class="person{UserNumber}">{block:Label}
  249. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  250. {/block:Chat}
  251.  
  252. {block:Audio}
  253. <div class="player">{AudioPlayerBlack}</div>
  254. {block:Caption}{Caption}{/block:Caption}
  255. {/block:Audio}
  256.  
  257. {block:Video}{Video-500}{/block:Video}
  258.  
  259. {block:Answer}
  260. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  261. <div class="answer">{Answer}</div>
  262. {/block:Answer}
  263.  
  264.  
  265. <div id="cap">
  266. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  267. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  268. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  269.  
  270. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  271. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  272. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  273. {/block:ContentSource}</div></div>
  274. <br>
  275.  
  276.  
  277. <div id="info">
  278. {block:Date}
  279. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom}· <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom} · {block:IndexPage}<a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
  280. <br><div class="tags">{block:HasTags}{block:Tags} <a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  281. </div>
  282. </div>{/block:Date}
  283.  
  284. {/block:Posts}
  285. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  286.  
  287. </div>
  288. </div>
  289. </div>
  290.  
  291. </body>
  292. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement