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

Theme 9

By: Vitorlacerda94 on May 8th, 2012  |  syntax: None  |  size: 16.52 KB  |  hits: 15  |  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. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4. <!-- theme by dreams-that-turn-realit, don't copy. -->
  5.  
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head>
  9.     <title>{Title}</title>
  10.     <link rel="shortcut icon" href="{Favicon}">
  11.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.     {block:Description}
  13.     <meta name="description" content="{MetaDescription}" />
  14.     {/block:Description}
  15.  
  16. <meta name="color:Background" content="#eeeeee" />
  17. <meta name="color:Entry" content="#fff" />
  18. <meta name="color:Link" content="#757575" />
  19. <meta name="color:Link hover" content="#cccbcb" />
  20. <meta name="color:Link hover2" content="#65D6F8" />
  21. <meta name="color:Links" content="#fff" />
  22. <meta name="color:Text Links" content="#4E4E4E" />
  23. <meta name="color:Sidebar" content="#fff" />
  24. <meta name="color:Sidebar2" content="#FDFDC9" />
  25. <meta name="color:Description" content="#4E4E4E" />
  26. <meta name="color:Title" content="#4E4E4E" />
  27. <meta name="color:Texts" content="#919191" />  
  28. <meta name="color:iconn" content="#9B9B9B" />
  29.  
  30. <meta name="image:sideimg" content=""/>
  31.  
  32. <meta name="image:sideimg2" content=""/>
  33.  
  34. <meta name="image:background" content=""/>
  35.  
  36. <meta name="if:EndlessScroll" content="0"/>
  37.  
  38. <meta name="text:Link1" content="" />
  39. <meta name="text:Link1 Title" content="link" />
  40. <meta name="text:Link2" content="" />
  41. <meta name="text:Link2 Title" content="link" />
  42. <meta name="text:Link3" content="" />
  43. <meta name="text:Link3 Title" content="link" />
  44. <meta name="text:Link4" content="" />
  45. <meta name="text:Link4 Title" content="link" />
  46. <meta name="text:Link5" content="" />
  47. <meta name="text:Link5 Title" content="link" />
  48. <meta name="text:Link6" content="" />
  49. <meta name="text:Link6 Title" content="link" />
  50. <meta name="text:Link7" content="" />
  51. <meta name="text:Link7 Title" content="link" />
  52.  
  53.  
  54.  
  55. <script type="text/javascript">
  56. //desabilita menu de opcoes ao clicar no botao direito
  57. function desabilitaMenu(e)
  58. {
  59. if (window.Event)
  60. {
  61. if (e.which == 2 || e.which == 3)
  62. return false;
  63. }
  64. else
  65. {
  66. event.cancelBubble = true
  67. event.returnValue = false;
  68. return false;
  69. }
  70. }
  71.  
  72. //desabilita botao direito
  73. function desabilitaBotaoDireito(e)
  74. {
  75. if (window.Event)
  76. {
  77. if (e.which == 2 || e.which == 3)
  78. return false;
  79. }
  80. else
  81. if (event.button == 2 || event.button == 3)
  82. {
  83. event.cancelBubble = true
  84. event.returnValue = false;
  85. return false;
  86. }
  87. }
  88.  
  89. //desabilita botao direito do mouse
  90. if ( window.Event )
  91. document.captureEvents(Event.MOUSEUP);
  92. if ( document.layers )
  93. document.captureEvents(Event.MOUSEDOWN);
  94.  
  95. document.oncontextmenu = desabilitaMenu;
  96. document.onmousedown = desabilitaBotaoDireito;
  97. document.onmouseup = desabilitaBotaoDireito;
  98. </script>
  99.  
  100. <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
  101.  
  102. {block:IfEndlessScroll}
  103. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  104. {/block:IfEndlessScroll}
  105.  
  106.  <style type="text/css">
  107.  
  108. #tumblr_controls{position: fixed!important}
  109. #tumblr_controls{position: fixed!important}
  110. #tumblr_controls{position: fixed!important}
  111. #tumblr_controls{position: fixed!important}
  112.  
  113.  
  114.  body
  115. {font-family:verdana;
  116. font-size:11px;
  117. color:{color:Texts};
  118. background-color:{color:Background};
  119. background-image:url('{image:Background}');
  120. background-position: fixed;
  121. background-attachment:fixed;
  122. background-repeat:repeat;}
  123.  
  124. blockquote
  125. {border-left:0px solid;
  126. padding-left:0px;}
  127.  
  128. a
  129. {text-decoration:none;
  130. color:{color:Link};}
  131.  
  132. a:hover
  133. {text-decoration:none;
  134. color:{color:Link hover};
  135. opacity:1;}
  136.  
  137. #side{
  138. width:86px;
  139. position: fixed;
  140. height: 86px;
  141. background-color:#4f4f4f;
  142. padding:6px;
  143. margin-top: 130px;
  144. margin-left: 50px
  145. }
  146.  
  147.  
  148.  
  149. #title {width: 14px; position: fixed; background-color:transparent; font-size: 9px; font-family: tahoma; padding: 5px; height: 18px; margin-left: 0px; margin-top: -15px; opacity: 0.0}
  150. .optitle{
  151. font-family: georgia;
  152. font-size: 16px;
  153. line-height: 15px;
  154. font-style:bold;  
  155. color: {color:Texts};
  156. font-weight: normal; margin-top: -2px;
  157. }
  158.  
  159. #description {position: fixed; margin-top: 161px; margin-left: 155px; width:170px; height: 22px;  -moz-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; z-index: 1; font-family: verdana}
  160. .opdescription{color: {color:Description color}; clear: both; font-size:9px; height: 35px; text-align: justify; background-color: #f5f5f5; padding: 4px; margin-top: 6px; -moz-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; z-index: 1; -moz-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; z-index: 1;}
  161. .opdescription a{font-size:9px}
  162. .opdescription a:hover{font-size:9px}
  163.  
  164.  
  165.  
  166. #pgs {text-align: center; font-family: verdana; font-size: 8px; line-height: 15px; -moz-border-bottom-left-radius: 10px; border-top-left-radius: 10px; z-index: 1}
  167. #pgs a {background: #EEEEEE; margin: 30 0px 0 0; padding: 1px 4px; color: {color:link}; text-decoration: none;}
  168. #pgs a:hover {background: transparent; color: FF5EA3; border: none;}
  169. #pgs span.pagina_atual {background: #fff;  padding: 2px 4px; color: #696969; font-weight: bold; text-decoration: none;}
  170. .pg { position:fixed !important; clear: both; float: left; margin-top: 212px; margin-left: 182px; width: 110px; height: 14px; font-size: 9px; padding: 2px;  background-color: #f5f5f5;}
  171. #image{
  172. margin-top: 5px;
  173. }
  174.  
  175. #permapage{
  176. font-family: verdana;
  177. font-size: 9px;
  178. text-align: left;
  179. margin-bottom: 18px;
  180. }
  181.  
  182. .title{
  183. font-family: georgia;
  184. font-size: 12px;
  185. line-height: 13px;
  186. text-transform: uppercase;  
  187. color: {color:Texts};
  188. font-weight: normal;
  189. }
  190.  
  191.  
  192.  
  193. #sdbarsi {font-family: verdana; background-color: transparent; color: #c4c4c4; font-size: 9px; padding: 0px 0px 4px 0px; width: 190px; margin-top: 248px; margin-left: 92px; z-index: 1; position: fixed; text-align: center;}
  194. #sdbarsi a{font-family: tahoma; font-size: 9px;}
  195.  
  196.  
  197. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  198.  
  199. @font-face {http://www.tumblr.com/customize-classic/dttr-06#
  200.  
  201. font-family: 'Loved by the King';
  202.  
  203. font-style: normal;
  204.  
  205. font-weight: normal;
  206.  
  207.  
  208. src: local('Loved by the King'), local('LovedbytheKing'), url('http://themes.googleusercontent.com/static/fonts/lovedbytheking/v3/wg03xD4cWigj4YDufLBSr8SuHxUvEE05hEBp-kiqXZE.woff') format('woff');}
  209.  
  210.  
  211. #link1 {font-family: tinytots; background-color: #FFFFF0; color:#c4c4c4; font-size: 8px; padding: 5px 5px 5px 5px; width: 35px; margin-top: 133px; margin-left: 169px; z-index: 1; position: fixed; text-align: center; height: 5px;}
  212. #link1 a{font-family: tinytots; font-size: 8px;}
  213. #link1 a:hover{font-weight: bold; width: 68px}
  214.  
  215. #link2 {font-family: tinytots; background-color:#FFFFF0; color:#c4c4c4; font-size: 8px; padding: 5px 5px 5px 5px; width: 35px; margin-top: 133px; margin-left: 214px; z-index: 1; position: fixed; text-align: center; height: 5px}
  216. #link2 a{font-family: tinytots; font-size: 8px; background-color:transparent}
  217. #link2 a:hover{font-weight: bold;}
  218.  
  219. #link3 {font-family: tinytots; background-color:#FFFFF0; color:#c4c4c4; font-size: 8px; padding: 5px 5px 5px 5px; width: 35px; margin-top: 133px; margin-left: 259px; z-index: 1; position: fixed; text-align: center; height: 5px}
  220. #link3 a{font-family: tinytots; font-size: 8px;}
  221. #link3 a:hover{font-weight: bold;}
  222.  
  223. #link4 {font-family: tinytots; background-color:#FFFFF0; color:#c4c4c4; font-size: 8px; padding: 5px 5px 5px 5px; width: 35px; margin-top: 150px; margin-left:161px; z-index: 1; position: fixed; text-align: center; height: 5px}
  224. #link4 a{font-family: tinytots; font-size: 8px}
  225. #link4 a:hover{font-weight: bold;}
  226.  
  227. #link5 {font-family: tinytots; background-color:#FFFFF0; color:#c4c4c4; font-size: 8px; padding: 5px 5px 5px 5px; width: 35px; margin-top: 150px; margin-left: 193px; z-index: 1; position: fixed; text-align: center; height: 5px}
  228. #link5 a{font-family: tinytots; font-size: 8px}
  229. #link5 a:hover{font-weight: bold;}
  230.  
  231. #link6 {font-family: tinytots; background-color:#FFFFF0; color:#c4c4c4; font-size: 8px; padding: 5px 5px 5px 5px; width: 35px; margin-top: 150px; margin-left: 231px; z-index: 1; position: fixed; text-align: center; height: 5px}
  232. #link6 a{font-family: tinytots; font-size: 8px}
  233. #link6 a:hover{font-weight: normal;}
  234.  
  235. #link7 {font-family: tinytots; background-color:#FFFFF0; color:#c4c4c4; font-size: 8px; padding: 5px 5px 5px 5px; width: 35px; margin-top: 150px; margin-left: 269px; z-index: 1; position: fixed; text-align: center; height: 5px}
  236. #link7 a{font-family: tinytots; font-size: 8px}
  237. #link7 a:hover{font-weight: bold;}
  238.  
  239.  
  240. .credit {
  241. position:fixed !important;
  242. margin-left: 1028px;
  243. margin-top: 20px;
  244. margin-bottom: -5px;
  245. font-size: 9px;
  246. width: 49px;
  247. height: 15px;
  248. padding: 1px 3px 3px 2px;
  249. font-family: verdana;
  250. color: #000000;
  251. text-align: center;
  252. background-color: {color:sidebar};
  253. -webkit-transition: all 0.5s ease;
  254. }
  255.  
  256. div#entries{left:50%; margin-left:343px; margin-top:15px; width:510px;}
  257. div#posts{width: 500px; background-color:{color:entry}; text-align: justify; padding: 15px; margin-bottom: 1px; border-top:1px solid #eeeeee}
  258.  
  259. h1 {font-family: georgia; text-align: center; font-size: 16px; color:#9c9c9c; font-weight: normal; line-height: 18px; font-style:normal}
  260. h1 a {text-align: center; font-size: 16px; color:#9c9c9c; font-weight: normal; line-height: 18px; font-style:normal}
  261. h1 a:hover {text-align: center; font-size: 16px; color:#9c9c9c; font-weight: normal; line-height: 18px; font-style:normal}
  262.  
  263.  
  264. .source {display:none}
  265. div#source {text-align: right; font-size: 9px;}
  266.  
  267. .source {display:none}
  268. div#source {text-align: right; font-size: 9px;}
  269.  
  270. .info {font-family:arial; font-size: 10px; text-align:center;}
  271.  
  272. .coerapa {margin-top: -5px; border-left: -1px solid {color:entry}; padding: 2px;  background-color: {color:entry}; text-align: left; font-size: 10px; font-family: arial}
  273.  
  274. .coerapa a {font-size: 9px;}
  275.  
  276. .noite {float:right; margin-center: 0px; margin-top: -5px; text-align: center; font-size: 0px; color: {color:infotext};}
  277.  
  278. .noite a{font-size: 0px; text-align: center; color: {color:infotext};}
  279.  
  280. .tags{font-size:9px; display: inline}
  281.  
  282. .asker {width: 480px; background-color: #f5f5f5; color: {color:link}; padding: 5px; border-radius:5px;}
  283.  
  284. .asker img{float: left; padding: 0px 5px 0px 0px}
  285.  
  286. .asker a{font-size: 11px; font-weight: bold; color:#707070; text-transform: lowercase; line-height: 11px; padding: 0; margin: 0}
  287.  
  288. .asker a:hover{font-size: 11px; font-weight: bold; color:; background-color: transparent; text-transform: uppercase; line-height:11px; padding: 0; margin: 0}
  289.  
  290. .question {font-size: 10px;}
  291.  
  292. .answer {padding: 4px}
  293.  
  294. .answer img {max-width: 470px;}
  295.  
  296.  
  297.  
  298. img a{border:none; width:500px;text-align:center}
  299.  
  300.  
  301.  
  302. .q {padding:10px; font-style: italic; text-indent: 20px}
  303.  
  304.  
  305.  
  306. .a {padding-top: 3px}
  307.  
  308. blockquote {border-left:0px {color:text} solid; padding-left:0px; }
  309. b, strong{color:{color:text}}
  310. i, em {color:;}
  311. p{margin-top:5px; margin-bottom:5px}
  312. blockquote {padding:0px; padding-left:0px; margin:0px; border-left:0px solid #ffffff}
  313. img a{border:none; width:100%}
  314. .audio{background-color:black; display:block;}
  315. .user_1 .label {color:{color:text}; font-weight:bold}
  316. .user_2 .label {color:{color:text}; font-weight:bold}
  317. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  318. .q{font-family: georgia; font-size: 14px; text-align: center; padding: 10px;
  319. }
  320. .notes img{width:10px; position:relative; top:1px;}
  321. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  322. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  323.  
  324. .xquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  325. .xquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  326. .xquotesource a, a:hover{text-transform: none;}
  327. .notes img{width:10px; position:relative; top:1px;}
  328. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  329. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  330.  
  331.  
  332. </style>
  333.  
  334. </head>
  335. <body onkeydown="return false">
  336.  
  337. {block:IfEndlessScroll}
  338.  <a style="position:fixed;bottom:10px;right:10px;font-size:10px;font-family:verdana" href="#top" class="texte">back to top</a>{/block:IfEndlessScroll}
  339.  
  340.  
  341.  
  342. <div id="left">
  343.  
  344. {block:IfNotEndlessScroll}
  345. {/block:IfNotEndlessScroll}
  346.  
  347. <div id="sdbarsi"><a href="http://dreams-that-turn-reality.tumblr.com/">Theme por Dreams That Turn Reality. </a> ®</div>
  348.  
  349. <div id="title">
  350. <center><div class="optitle">{title}</div></div>
  351.  
  352. <div id="side">
  353. <div style="margin-top: -2px; margin-left: -2px" ><img src="http://24.media.tumblr.com/tumblr_m3ggfw6xzQ1r1nop0o1_250.jpg" width=90px; height=90px; margin-top: -12px; ></div></div>
  354.  
  355. <div id="link1"><div style="margin-top: -1px"><a href="/">LINK </a></div></div>
  356. <div id="link2"><div style="margin-top: -1px"><a href="http://dttr-themes.tumblr.com/">LINK</a></div></div>
  357. <div id="link3"><div style="margin-top: -1px"><a href="/ask">LINK</a></div></div>
  358. <div id="link4"><div style="margin-top: -1px"><a href="/faq">LINK</a></div></div>
  359. <div id="link5"><div style="margin-top: -1px"><a href="/tagged/dreamsthatturnreality">LINK</a></div></div>
  360. <div id="link6"><div style="margin-top: -1px"><a href="http://canceriangirl.tumblr.com/">LINK </a></div></div>
  361. <div id="link7"><div style="margin-top: -1px"><a href="http://www.blogbastidoresdamoda.com/"><font color=#FF5EA3>+</font> MODA</a></div></div>
  362.  
  363.  
  364.  
  365. </div>
  366.  
  367.  
  368.  
  369. <div id="description">
  370. <div class="opdescription">{block:Description}{Description}{/block:Description}</div></div>
  371.  
  372.  
  373.  
  374. <div class="pg"><div id="pgs"> <center>
  375. {block:JumpPagination length="6"}
  376. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  377. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  378. {/block:JumpPagination}
  379. </center></div></div>
  380.  
  381. <div id="entries">
  382.  
  383. {block:Posts}
  384. <div id="posts">
  385. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  386. {block:Text}{Body}{/block:Text}
  387.  
  388. {block:Quote}
  389. <div class="xquote">“{Quote}”</div>
  390. {block:Source}<div class="xquotesource"> — {Source}</div>
  391. {/block:Source}
  392. {/block:Quote}
  393.  
  394. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  395. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  396.  
  397. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  398.  
  399. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  400.  
  401. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  402.  
  403. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  404.  
  405. {block:Answer}
  406. <div id="asker"><b>{Asker}disse pro Vitinho:</b> {Question}</div>
  407. <div class="answer">{Answer}</div>
  408. {/block:Answer}
  409.  
  410.  
  411. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  412.  
  413. <div class="source">{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>
  417. <br>
  418. <div class="info">
  419.  
  420. <div class="noite">{block:RebloggedFrom}via&nbsp;&nbsp;<a href="{ReblogParentURL}"
  421.  
  422. title="{ReblogParentTitle}">{ReblogParentName}</a>&nbsp;&nbsp;(originally&nbsp;&nbsp;<a href="{ReblogRootURL}"
  423.  
  424. title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}</div></div>
  425.  
  426. <div class="coerapa"><div class="ddb"><div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  427.  
  428. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}  · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog isto!</a>{/block:IndexPage}
  429.  
  430. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  431.  
  432. {/block:RebloggedFrom}
  433.  
  434. </div></div></div>
  435. {/block:Posts}
  436. {block:PostNotes}{PostNotes}{/block:PostNotes}
  437.  
  438.  
  439.  
  440. </div>
  441. </div>
  442. </div>
  443.  
  444.  
  445. </body onkeydown="return false">
  446. </html>