kelishid

Theme 66 h-is

Apr 9th, 2013
3,067
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.65 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.  
  3. <html>
  4.  
  5. <!-- THEME FEITO POR H-IS, NÃO RETIRE OS CRÉDITOS, OBRIGADA! -->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9. <head>
  10.  
  11. <!-- DEFAULT VARIABLES -->
  12.  
  13. <meta name="color:background" content="#fff" />
  14. <meta name="color:post" content="#fff" />
  15. <meta name="color:sidebar" content="#fff" />
  16. <meta name="color:escrita" content="#797878" />
  17. <meta name="color:text" content="#797878" />
  18. <meta name="color:titulo" content="#fff" />
  19. <meta name="color:link" content="#797878" />
  20. <meta name="color:scroll" content="#797878" />
  21. <meta name="color:corlinks" content="#000" />
  22. <meta name="color:fundolink" content="#fff" />
  23.  
  24.  
  25. <meta name="text:Link1" content="/" />
  26. <meta name="text:Link1 Title" content="link " />
  27. <meta name="text:Link2" content="/" />
  28. <meta name="text:Link2 Title" content="link" />
  29. <meta name="text:Link3" content="/" />
  30. <meta name="text:Link3 Title" content="link" />
  31. <meta name="text:Link4" content="/" />
  32. <meta name="text:Link4 Title" content="link" />
  33. <meta name="image:background" content="" />
  34.  
  35.  
  36. <meta name="image:sidebar1" content="http://media.tumblr.com/2af4c6badcc6a11525cde78daf76b6b6/tumblr_inline_mft7nbYSHQ1qfgfm9.jpg" />
  37.  
  38. <meta name="image:sidebar2" content="http://static.tumblr.com/79abd0f000594a4157fe53d1a2b92ba3/rqwqiy3/ysrmgtvkp/tumblr_static_tumblr_mfritxrdua1qckcx8o1_500.jpg" />
  39.  
  40.  
  41. <meta name="text:frase1" content="Uma frase aqui" />
  42.  
  43. <title>{Title}</title>
  44.  
  45. <link rel="shortcut icon" href="{Favicon}">
  46.  
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  48.  
  49. {block:Description}
  50.  
  51. <meta name="description" content="{MetaDescription}" />
  52.  
  53. {/block:Description}
  54.  
  55. {block:IndexPage}
  56.  
  57. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  58.  
  59. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  60.  
  61. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  62.  
  63. <script type="text/javascript">
  64.  
  65. $(window).load(function () {
  66.  
  67. $('#allboxes').masonry(),
  68.  
  69. $('.masonryWrap').infinitescroll({
  70.  
  71. navSelector : "#page,.page",
  72.  
  73. nextSelector : ".page a",
  74.  
  75. itemSelector : ".entry",
  76.  
  77. bufferPx : 10000,
  78.  
  79. extraScrollPx: 10,
  80.  
  81. loadingImg : "",
  82.  
  83. loadingText : "carregando...",
  84.  
  85. },
  86.  
  87. // call masonry as a callback.
  88.  
  89. function() { $('#allboxes').masonry({ appendedContent: $(this) }); }
  90.  
  91. );
  92.  
  93. });
  94.  
  95. </script>
  96.  
  97. {/block:IndexPage}
  98.  
  99.  
  100.  
  101.  
  102.  
  103. <style type="text/css">
  104.  
  105. 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; }
  106.  
  107.  
  108.  
  109. a {color: {color:link}; text-decoration: none; text-transform: none;}
  110.  
  111. a:hover {color: {color:link hover}; background-color: transparent; text-decoration: none;}
  112.  
  113.  
  114.  
  115. p {margin: 6px 0 0 0}
  116.  
  117.  
  118.  
  119. blockquote{border-left: 0px solid {color:post}; margin:0px 0px 0px 0px; padding-left:0px; border-bottom:0px;}
  120.  
  121.  
  122.  
  123.  
  124.  
  125. #all {text-align: center; width: 780px; margin: 20px auto 20px auto; padding: 0px}
  126.  
  127.  
  128.  
  129. #allboxes { float: left; margin-left:250px; margin-top:-8px; margin-bottom:1px; z-index:10;width:780px}
  130.  
  131.  
  132.  
  133. .entry {width: 250px; padding:4px; margin: 6px 0 0 6px; z-index:10; margin-bottom:-1px; text-align: justify; font-family: verdana; border:1px solid #f0f0f0; font-size: 11px; position: relative; background-color: {color:post};float:left}
  134.  
  135. .entry img{width:100%}
  136.  
  137.  
  138.  
  139.  
  140.  
  141. h1 {text-align:center; font:15px georgia; text-transform: none; color:{color:text}}
  142.  
  143. h1 a, a:hover{text-transform: none; color:{color:text}}
  144.  
  145.  
  146.  
  147. #info {text-align:center; padding:4px; width: 250px; margin-left:-4px; background-color: {color:post}; font-family: verdana; font-size: 8px; text-transform:uppercase; z-index: 11; margin-top:-5px;border-top:1px solid #f1f1f1;}
  148.  
  149.  
  150.  
  151. #info a {font-size:8px; text-transform:uppercase}
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159. .tags {color: {color:text}; font-family: verdana; text-align:justify; display: inline; list-style: none;}
  160.  
  161. .tags a {text-transform:uppercase; text-align:justify; font-size:8px; display: inline; list-style: none;}
  162.  
  163. .tags a:hover {text-transform:uppercase}
  164.  
  165.  
  166.  
  167. .image img {width:250px;}
  168.  
  169.  
  170.  
  171. .image{-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;transition: all 0.5s linear;-webkit-filter: grayscale(100%)}
  172.  
  173.  
  174.  
  175. .image:hover{-webkit-filter: grayscale(0%);}
  176.  
  177.  
  178. .qquote {font-family:calibri; text-align:justify; font-size: 13px}
  179.  
  180.  
  181.  
  182. .chat {line-height: 13px; list-style: none }
  183.  
  184. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  185.  
  186. .person1 {color: {color:text}; padding: 2px; }
  187.  
  188. .person1 .label {font-weight: bold; color:{color:text}}
  189.  
  190. .person2 {color: {color:text}; padding: 2px; }
  191.  
  192. .person2 .label {font-weight: bold; color:{color:text};}
  193.  
  194.  
  195.  
  196. .player {background-color: #000; text-align: left; display:block;}
  197.  
  198.  
  199.  
  200. #ask_form{width: 350px; }
  201.  
  202.  
  203.  
  204. /* asker */
  205.  
  206.  
  207.  
  208. #ask_form{width: 250px; }
  209.  
  210.  
  211.  
  212. .asker {background: #f1f1f1; color: {color:text}; padding: 2px; line-weight: 7px; opacity:0.85;-moz-opacity: 0.85; filter: alpha(opacity=85); }
  213.  
  214. .asker img {width:30px; height:30px; margin:3px; padding: 4px; background: #f1f1f1; opacity:0.99;-moz-opacity: 0.99; filter: alpha(opacity=99); }
  215.  
  216. .asker a {color:{color:text};}
  217.  
  218.  
  219.  
  220. .answer {padding: 4px}
  221.  
  222. .answer img {max-width: 470px;}
  223.  
  224.  
  225.  
  226.  
  227.  
  228. #cap {width: 250px; margin-top: -2px;}
  229.  
  230. .source {display: none;}
  231.  
  232.  
  233.  
  234. .notes {width: 260px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  235.  
  236. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  237.  
  238. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  239.  
  240. .notes img{display: none; border:0px}
  241.  
  242.  
  243.  
  244. #sbar1 { width:166px; height: 154px; margin-left:70px; margin-top:180px; position:fixed; overflow:hidden; background-color:{color:sidebar}; padding:3px; border-left:1px solid #f1f1f1; border-right:1px solid #f1f1f1; border-top:1px solid #f1f1f1; border-bottom:1px solid #f1f1f1; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; }
  245.  
  246. #sbar1:hover {opacity: 0.0;}
  247.  
  248.  
  249.  
  250.  
  251.  
  252. #sbar3 { width:162px; height: 156px; margin-left:75px; 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}; }
  253.  
  254. #sbar3:hover {opacity: 0.9;}
  255.  
  256.  
  257.  
  258. .descri { text-align: justify; height:38px; font-size: 9px; font-family: verdana; position: fixed; margin-top:340px; margin-left: 62px; width: 180px; letter-spacing: 1px; background-color:transparent; color:{color:escrita}; padding: 5px;}
  259.  
  260.  
  261.  
  262. #frase {z-index:99999;background-color:transparent; font-weight: normal; letter-spacing: 0px; color:{color:titulo}; text-align: center; width: 176px; height: 23px; line-height: 18px; position: absolute; -moz-transition: all 0.4s ease-out; font-family:pacifico; margin-top: 410px; margin-left: 65px; text-transform: ; position: fixed; padding: 2px; font-size: 18px; border-bottom: px solid ;
  263.  
  264. }
  265.  
  266.  
  267.  
  268.  
  269.  
  270. #links { margin-left:70px; margin-top:162px; border-left:1px solid #f0f0f0; border-right:1px solid #f0f0f0; border-top:1px solid #f0f0f0; position:fixed; background-color:{color:fundolink};}
  271.  
  272.  
  273.  
  274. #links a {float: left; font-family:calibri; font-style:bold; font-size: 10px; text-align: center; height: 15px; margin-left:2px; width: 39px; background-color: {color:fundolink}; color:{color:corlinks};letter-spacing: 0px; text-transform: none; padding: 1px; line-height: 16px; text-transform:uppercase;}
  275.  
  276. #links a:hover{font-style: italic;}
  277.  
  278.  
  279.  
  280. .cred { width:50px; font-size:11px; font-family:calibri; text-align:right; position:fixed; margin-left:-3px; margin-top:-5px; background-color:transparent; color:{color:text}; text-transform:uppercase;}
  281.  
  282. .cred a {color: {color:escrita};}
  283.  
  284.  
  285.  
  286. .kelimg { height: 145px; width: 158px; text-align: left ; margin: 5px; margin-left: 2px; margin-top: 2px; border: 1px solid #f1f1f1; padding: 3px 0px 0px 3px; background-color: {color:sidebar};}
  287.  
  288.  
  289.  
  290. .kelimg img{width: 155px;height:142px; auto;display: block;overflow: auto;margin-bottom: 1px;}
  291.  
  292.  
  293.  
  294.  
  295.  
  296. .page { width:50px; height: 9px; margin-left:75px; margin-top:465px; position:fixed; overflow:hidden; background-color: transparent; padding:3px; }
  297.  
  298.  
  299.  
  300.  
  301.  
  302. #tumblr_controls{position: fixed!important}
  303.  
  304. #tumblr_controls{position: fixed!important}
  305.  
  306. #tumblr_controls{position: fixed!important}
  307.  
  308. #tumblr_controls{position: fixed!important}
  309.  
  310.  
  311.  
  312. ::-webkit-scrollbar-thumb{
  313.  
  314. background-color: {color:scroll};
  315.  
  316. border: 2px solid #fafafa;
  317.  
  318. height:auto;
  319.  
  320.  
  321.  
  322. }
  323.  
  324.  
  325.  
  326. ::-webkit-scrollbar {
  327.  
  328. height:auto;
  329.  
  330. width:9px;
  331.  
  332. background-color: #999999;
  333.  
  334. border: 4px solid #fafafa;
  335.  
  336. }
  337.  
  338.  
  339.  
  340.  
  341.  
  342. @font-face {font-family: "pacifico";src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}
  343.  
  344.  
  345.  
  346. </style>
  347.  
  348.  
  349.  
  350. <body>
  351.  
  352. <div id="frase"><center>{text:frase1}</center></div>
  353.  
  354. <div id="sbar1"><div class="kelimg"><img src="{image:sidebar2}"/></div>
  355.  
  356. </div></div>
  357.  
  358. <div id="sbar1"><div class="kelimg"><img src="{image:sidebar1}"/></div>
  359.  
  360. </div></div>
  361.  
  362. <div class="descri"><center>{description}</center></div>
  363.  
  364. <div id="links">
  365.  
  366. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title} </a>{/block:ifLink1}
  367.  
  368. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title} </a>{/block:ifLink2}
  369.  
  370. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title} </a>{/block:ifLink3}
  371.  
  372. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title} </a>{/block:ifLink4}
  373.  
  374. </div>
  375.  
  376. </div>
  377.  
  378. <div class="cred">
  379.  
  380. <center><a href="http://h-is.tumblr.com/" target="_blank" title="theme by his">THEME @</center></a></div>
  381.  
  382.  
  383.  
  384. <div class="page"> <center><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">« </a>&nbsp;{/block:PreviousPage}{block:NextPage}&nbsp; <a href="{NextPage}"> »</a>{/block:NextPage} </div></big>
  385.  
  386. </center></div></div>
  387.  
  388.  
  389. <div id="allboxes">
  390.  
  391. {block:Posts}
  392.  
  393. <div class="entry">
  394.  
  395. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  396.  
  397.  
  398.  
  399. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-250}"></div>{LinkCloseTag}{/block:Photo}
  400.  
  401.  
  402.  
  403. {block:Photoset}{Photoset-250}{/block:Photoset}
  404.  
  405.  
  406.  
  407. {block:Quote}
  408.  
  409. <div class="qquote"> <center> "{Quote}" <br><br><center>{block:Source} — {Source}{/block:Source} </div>
  410.  
  411. {/block:Quote}
  412.  
  413.  
  414.  
  415. {block:Link}
  416.  
  417. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  418.  
  419. {block:Description}{Description}{/block:Description}
  420.  
  421. {/block:Link}
  422.  
  423.  
  424.  
  425. {block:Chat}
  426.  
  427. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  428.  
  429. <div class="chat"><ul>{block:Lines}
  430.  
  431. <li class="person{UserNumber}">{block:Label}
  432.  
  433. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  434.  
  435. {/block:Chat}
  436.  
  437.  
  438.  
  439. {block:Audio}
  440.  
  441. <div class="player">{AudioPlayerBlack}</div>
  442.  
  443. {block:Caption}{Caption}{/block:Caption}
  444.  
  445. {/block:Audio}
  446.  
  447.  
  448.  
  449. {block:Video}{Video-250}{/block:Video}
  450.  
  451.  
  452.  
  453. {block:Answer}
  454.  
  455.  
  456.  
  457. <div style="padding: 4px;">
  458.  
  459.  
  460.  
  461. <div class="asker"><b>{asker}</b>: <div align="left"><img src="{AskerPortraitURL-48}" align="left" />{Question}<br/></div></div> <div align="left"> {Answer}</div>
  462.  
  463. </div>
  464.  
  465.  
  466.  
  467. {/block:Answer}
  468.  
  469.  
  470.  
  471.  
  472.  
  473. <div id="cap">
  474.  
  475. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  476.  
  477. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  478.  
  479. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  480.  
  481.  
  482.  
  483. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  484.  
  485. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  486.  
  487. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  488.  
  489. {/block:ContentSource}</div></div>
  490.  
  491. <br>
  492.  
  493.  
  494.  
  495.  
  496.  
  497. <div id="info">
  498.  
  499. {block:Date}
  500.  
  501. <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}
  502.  
  503. <br><div class="tags">{block:HasTags}{block:Tags} <a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  504.  
  505. </div>
  506.  
  507. </div>{/block:Date}
  508.  
  509.  
  510.  
  511. {/block:Posts}
  512.  
  513. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  514.  
  515.  
  516.  
  517. </div>
  518.  
  519. </div>
  520.  
  521. </div>
  522.  
  523. <
  524.  
  525. </div>
  526.  
  527. </body>
  528.  
  529. </html>
Advertisement
Add Comment
Please, Sign In to add comment