Don't like ads? PRO users don't see any ads ;-)

Theme 11

By: terminar on Aug 18th, 2012  |  syntax: None  |  size: 14.76 KB  |  hits: 184  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!--Theme por Terminar, não copie. -->
  2. <!--Theme por Terminar, não copie. -->
  3. <!--Theme por Terminar, não copie. -->
  4. <!--Theme por Terminar, não copie. -->
  5. <!--Theme por Terminar, não copie. -->
  6.  
  7.  
  8. <head>
  9. <!-- DEFAULT VARIABLES -->
  10. <meta name="color:background" content="#ffffff" />
  11. <meta name="color:link" content="#fff" />
  12. <meta name="color:lhover" content="#afafaf" />
  13. <meta name="color:text" content="#fff" />
  14. <meta name="color:post" content="#000" />
  15. <meta name="color:bglinks" content="#000" />
  16. <meta name="color:bordaphoto" content="#000" />
  17. <meta name="color:linkhover" content="#4e4e4e" />
  18. <meta name="color:texttitulo" content="#020202" />
  19. <meta name="text:titulo2" content="Frase aqui." />
  20. <meta name="color:linkx" content="#fff" />
  21.  
  22. <meta name="image:foto" content="http://static.tumblr.com/zgb673h/hhhm8z4ys/tumblr_m8b99z57re1rcrcdeo1_500.jpg" />
  23.  
  24.  
  25. <meta name="color:scrollbar" content="#020202" />
  26. <meta name="image:background" content="" />
  27.  
  28. <meta name="text:Link1" content="" />
  29. <meta name="text:Link1 Title" content="Link1" />
  30. <meta name="text:Link2" content="" />
  31. <meta name="text:Link2 Title" content="Link2" />
  32. <meta name="text:Link3" content="" />
  33. <meta name="text:Link3 Title" content="Link3" />
  34. <meta name="text:Link4" content="" />
  35. <meta name="text:Link4 Title" content="Link4" />
  36. <meta name="text:Link5" content="" />
  37. <meta name="text:Link5 Title" content="Link5" />
  38. <meta name="text:Link6" content="" />
  39. <meta name="text:Link6 Title" content="Link6" />
  40.  
  41. <script type="text/javascript">
  42.  
  43. </script>
  44.  
  45.  
  46. <script type=”text/javascript”>
  47.  
  48. //desabilita menu de opcoes ao clicar no botao direito
  49.  
  50. function desabilitaMenu(e)
  51.  
  52. {
  53.  
  54. if (window.Event)
  55.  
  56. {
  57.  
  58. if (e.which == 2 || e.which == 3)
  59.  
  60. return false;
  61.  
  62. }
  63.  
  64. else
  65.  
  66. {
  67.  
  68. event.cancelBubble = true
  69.  
  70. event.returnValue = false;
  71.  
  72. return false;
  73.  
  74. }
  75.  
  76. }
  77.  
  78. //desabilita botao direito
  79.  
  80. function desabilitaBotaoDireito(e)
  81.  
  82. {
  83.  
  84. if (window.Event)
  85.  
  86. {
  87.  
  88. if (e.which == 2 || e.which == 3)
  89.  
  90. return false;
  91.  
  92. }
  93.  
  94. else
  95.  
  96. if (event.button == 2 || event.button == 3)
  97.  
  98. {
  99.  
  100. event.cancelBubble = true
  101.  
  102. event.returnValue = false;
  103.  
  104. return false;
  105.  
  106. }
  107.  
  108. }
  109.  
  110. //desabilita botao direito do mouse
  111.  
  112. if ( window.Event )
  113.  
  114. document.captureEvents(Event.MOUSEUP);
  115.  
  116. if ( document.layers )
  117.  
  118. document.captureEvents(Event.MOUSEDOWN);
  119.  
  120. document.oncontextmenu = desabilitaMenu;
  121.  
  122. document.onmousedown = desabilitaBotaoDireito;
  123.  
  124. document.onmouseup = desabilitaBotaoDireito;
  125.  
  126.  
  127. </script>
  128. <script type="text/javascript">
  129. //desabilita menu de opcoes ao clicar no botao direito
  130. function desabilitaMenu(e)
  131. {
  132. if (window.Event)
  133. {
  134. if (e.which == 2 || e.which == 3)
  135. return false;
  136. }
  137. else
  138. {
  139. event.cancelBubble = true
  140. event.returnValue = false;
  141. return false;
  142. }
  143. }
  144. document.oncontextmenu = desabilitaMenu;
  145. document.onmousedown = desabilitaBotaoDireito;
  146. document.onmouseup = desabilitaBotaoDireito;
  147. </script>
  148.  
  149. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  150.                       <title>{Title}</title>
  151.         <link rel="shortcut icon" href="{Favicon}">
  152.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  153.         {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  154.  
  155.     <style type="text/css">
  156.  
  157.   ::-webkit-scrollbar{width:6px;height:6px;}
  158. ::-webkit-scrollbar-button:start:decrement
  159. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  160. ::-webkit-scrollbar-track-piece{background-color:{color:none};-webkit-border-radius:0;-webkit-border-bottom-right-radius:px;-webkit-border-bottom-left-radius:3px;}
  161. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  162. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:text};-webkit-border-radius:px;}
  163.  
  164.  
  165. 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; }
  166.  
  167.  
  168. a {color: {color:link}; text-decoration: none; text-transform: none;}
  169. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  170.  
  171.  
  172.  
  173. p {margin: 6px 0 0 0}
  174.  
  175. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid #FFFFFF; padding-left: 5px; }
  176. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid #FFFFFF;}
  177. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid #FFFFFF; }
  178. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid #FFFFFF; }
  179. blockquote img{max-width: 470px!important}
  180. blockquote blockquote img{max-width: 450px!important}
  181. blockquote blockquote blockquote img{max-width: 430px!important}
  182. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  183.  
  184. #container {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  185.  
  186.  
  187.  
  188. #entry {float: left; margin-left: 475px; margin-top: -8px;}
  189.  
  190. .posts {width: 500px; background-color: {color:post}; padding: 9px; margin-bottom: 2px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;}
  191.  
  192.   .posts:hover #Terminartitulo{color:#000;background-color:#fff;position:absolute;}
  193.  
  194. .posts:hover/*b&w*/ {filter: alpha(opacity=99);-webkit-transition-duration: .90s;filter: url(filters.svg#grayscale);filter: gray;-webkit-filter: grayscale(1);}
  195.  
  196.  
  197. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  198. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  199. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  200.  
  201. .image {text-align: center; border: 0px}
  202. .image img {max-width: 500px; margin-bottom: 2px }
  203.  
  204.  
  205.  
  206. #sourcequote {font-family: verdana; font-size: 11px; text-align: center; text-transform: none; margin-bottom: 3px;}
  207.  
  208. .chat {line-height: 13px; list-style: none }
  209. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  210. .person1 {color: {color:text}; padding: 2px; }
  211. .person1 .label {font-weight: bold;  color:{color:text}}
  212. .person2 {color: {color:text}; padding: 2px;  }
  213. .person2 .label {font-weight: bold;  color:{color:text}}
  214.  
  215. .player {background-color: #trans; text-align: left; display:block;}
  216.  
  217. #ssource{margin-left:10px; display:none}
  218.  
  219. .border {border: 1px solid #CDB7B5;
  220. margin: 6px;
  221. padding: 6px;
  222. background: url('url da imagem');}
  223. .border:hover {border: 1px solid #CDB7B5;
  224. margin: 9px;
  225. padding: 6px;
  226. background: url('url da imagem');}
  227.  
  228. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  229. .answer {padding: 2px}
  230. .answer img {max-width: 470px;}
  231.  #perma {margin-top:15px; font-family: calibri;  color: {color:link}; text-align: center;  -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;  text-transform: uppercase; }
  232.  
  233. #perma a {font-size: 10px; font-family: calibri;   text-transform: uppercase; {color:links}; }
  234. #perma a:hover {color: {color:linkhover};}
  235.  
  236. .tags {color: {color:text};  font-size: 9px; font-family: verdana;  display: inline; list-style: none; text-transform: lowercase;}
  237. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  238.  
  239. #cap {width: 500px; margin-top: -2px;}
  240.  
  241. .source {display: none;}
  242.  
  243. .notes {width: 400px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  244. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  245. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  246. .notes img{display: none; border:0px}
  247.  iframe#tumblr_controls {
  248.     position: fixed !important;
  249.     top: 0 !important;
  250.     right: 0 !important;
  251. }
  252.  
  253. /*** ask by biibis ***/
  254. .bubble {align:right;background: {color:post}; margin:1px 0px 3px 63px; padding:10px; position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  255. .bubble p {margin:1px 0px;}
  256. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
  257.  
  258.  
  259.  
  260.  
  261. #Terminartitulo {float: left; width: 147px;font-weight: normal;   margin-top:22px; height:19px; margin-left: 326px; padding:-20px; text-align:left; position: fixed; background-color:none;opacity:0.7;-moz-opacity: 1; overflow:hidden; border-bottom: 1px solid ;color:{color:texttitulo};  }
  262.  
  263. .Terminartitulo {overflow:hidden; clear: both;margin-top: -4px; background-color: {Color:none}; letter-spacing:-1px;
  264. padding:5px;z-index:-2;
  265. font-size: 12px; font-family:Cambria, cursive;
  266.  color: {color:texttitulo}; border-bottom: 1px dotted ;color:{color:texttitulo}    }
  267.  
  268.  
  269.  
  270.  
  271. #Terminarbar{margin-left:326; margin-top: 45; width: 148px; float: left; background-color:{color:bordaphoto} ; padding: px; position: fixed; height:190px;  }
  272.  
  273. .photoend {position:absolute; width:140px; height:180px; padding:0px; background-color:none; position:fixed; margin-top:50px; margin-left:330px;opacity:1;-moz-opacity: 1;  }
  274.  
  275. .photoend img {display: block;width:140px; height:180px;}
  276. .photoend:hover { -webkit-transition-duration: .80s;opacity:0.6;-moz-opacity: 1;  filter: alpha(opacity=99);-webkit-transition-duration: .90s;filter: url(filters.svg#grayscale);filter: gray;-webkit-filter: grayscale(0.4);}
  277.  
  278.  
  279.  
  280.  
  281.  
  282. #ssource{margin-left:10px; display:none}
  283.  
  284.  
  285.  
  286. #endcred2{left: 315px; top:76px; width:20px; height:13px;  color:; float: left; background-color:{color:post}; position: fixed; text-align:center; font-size: 9px;border-radius: 10px 0px 0px 10px}
  287.  
  288.  
  289.  
  290.  
  291.  #linkx {width:20px ; text-align:center; height:300px auto; padding:; margin-top:236px; margin-left:336;position: fixed;  ;}
  292.  
  293. #linkx a {float: left; display: block; width:122px; height:4px; line-height: 2px; padding: 4px; font-family:Cambria; font-size: 11px; text-align: center; background-color: {color:bglinks}; color:{color:linkx}; text-decoration: none; text-transform: lowercase; margin-right: 1px; margin-bottom: 1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;  }
  294.  
  295. #linkx a:hover {background-color:#FFFFFF text-shadow: -2px  0px  #333333, 2px 0px none;   font-size:9px;       line-height:4px
  296. ; text-align:right;
  297. -webkit-transition-duration: .90s;-webkit-transform:scale(-1); -moz-transorm:scale(40); -o-transform:scale(-40);text-transform:left ;
  298. margin-left:-20px;
  299. }  
  300.  
  301.  
  302.  #Terminarpag{left: 316px; top: 355px; width: 200px; float: left; background-color: ; position: fixed; height: 19px; color: {color:}; }
  303. .termpag{color: {color:}; padding:5px; font-family: ; line-height: 12px; font-size: 22px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  304.  
  305. .pagination {position:fixed; width:120px;color:none;font-size:9px; height:8px; font-family:cambria; font-style:italic; text-align:center; background-color:{color:bglinks};line-height: 6px; padding-bottom: 2px; padding-top: 2px; padding-left: 5px;padding-right: 5px; margin-top:314px; margin-left:336px;}
  306.  
  307.  
  308. #tumblr_controls{position: fixed!important}
  309. #tumblr_controls{position: fixed!important}
  310. #tumblr_controls{position: fixed!important}
  311. #tumblr_controls{position: fixed!important}
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318. </style>
  319.  
  320. <div id="linkx">
  321. <a href="{text:Link1}">{text:Link1 Title}</a>
  322. <a href="{text:Link2}">{text:Link2 Title}</a>
  323. <a href="{text:Link3}">{text:Link3 Title}</a>
  324. <a href="{text:Link4}">{text:link4 Title}</a>
  325. <a href="{text:Link5}">{text:link5 Title}</a>
  326. <a href="{text:Link6}">{text:link6 Title}</a>
  327.  
  328. </div>
  329.  
  330.  <body onkeydown='return checartecla(event)'>
  331.  
  332. <div id="Terminarbar">
  333. </div>
  334.  
  335. <div class="photoend">
  336.  
  337. <img src="{image:foto}">
  338.  
  339.  
  340. </div>
  341. </div></div></div>
  342.  
  343.  <div id="Terminartitulo"><div class="Terminartitulo">{text:titulo2}</div>
  344.  
  345. </div></div>
  346. </div>
  347. </div>
  348. </div>
  349.  
  350. </div>
  351.  
  352.  
  353.  
  354. </div></div>
  355. </div>
  356.  
  357.  
  358.  
  359.  
  360. <div id="entry">
  361.  
  362.  {block:Posts}
  363. <div class="posts">
  364.  
  365. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  366.  
  367. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  368.  
  369. {block:Photoset}{Photoset-500}{/block:Photoset}
  370.  
  371. {block:Quote}
  372. <center><div id="postquote">"{Quote}"</div><br></center>
  373. {block:Source}<div id="sourcequote"> — {Source}</div>{/block:Source}
  374. {/block:Quote}
  375.  
  376. {block:Link}
  377. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  378. {block:Description}{Description}{/block:Description}
  379. {/block:Link}
  380.  
  381. {block:Chat}
  382. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  383. <div class="chat"><ul>{block:Lines}
  384. <li class="person{UserNumber}">{block:Label}
  385. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  386. {/block:Chat}
  387.  
  388. {block:Audio}
  389. <div class="player">{AudioPlayerBlack}</div>
  390. {block:Caption}{Caption}{/block:Caption}
  391. {/block:Audio}
  392.  
  393. {block:Video}{Video-500}{/block:Video}
  394.  
  395.  
  396. {block:Answer}
  397. <div class="asker"><b><img src="{AskerPortraitURL-40}"align="left"/>
  398. <div class="bubble"><span></span>{Asker}</b> asked:</div>
  399. <div class="question"><b><big></big></b> {Question}</div></div>
  400. <div class="answer"><b></b></br> {Answer}</div>
  401. <br>
  402. {/block:Answer}
  403.  
  404.  
  405. <div id="cap">
  406. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  407. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  408. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  409.  
  410.  
  411.  
  412.  
  413. <div id="ssource">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  414. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  415. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  416. {/block:ContentSource}</div></div> <div id="perma">
  417. {block:HasTags}{block:Tags} <a href="{TagURL}"><b># </b>{Tag}</a>&nbsp;{/block:Tags} <br>{/block:HasTags}
  418. {block:Date} {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} + <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount} + <a href="{ReblogURL}" target="_blank">reblog this</a> {block:RebloggedFrom}+ <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:RebloggedFrom} + <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>
  419. {/block:RebloggedFrom}
  420.  </div></div>
  421.  
  422.  
  423.  {/block:Posts}
  424. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  425.  
  426. </div>
  427. </div>
  428.    <div id="endcred2">  <a href="http://terminar.tumblr.com">©</a>
  429. </div>
  430.  
  431.  
  432. <div class="pagination">
  433. {block:PreviousPage} <a href="{PreviousPage}">« prev</a> or {/block:PreviousPage}
  434. {block:NextPage} <a href="{NextPage}">next »</a> {/block:NextPage}
  435. </div></div>
  436.  
  437. </body>
  438. </html>