Advertisement
kelishid

Theme 68 h-is

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