Eduarda

theme04

Apr 12th, 2012
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.23 KB | None | 0 0
  1. <html>
  2.  
  3. <head> <!-- THEME FEITO POR O MUNDO DE UMA GAROTA, NÃO SE INSPIRE, SE USAR COMO BASE ME AVISE, NÃO PLAGEI POR FAVOR NÃO ME DER DOR DE KBÇ! -->
  4. <meta name="color:background" content="#000000" />
  5. <meta name="color:link" content="#DCDCDC" />
  6. <meta name="color:text" content="#FFFFFF" />
  7. <meta name="color:post" content="#000000" />
  8. <meta name="color:sidebar" content="#000000" />
  9.  
  10. <meta name="color:sidebarlinks" content="#000000" />
  11. <meta name="color:sidebarlinkstext" content="#FFFFFF" />
  12.  
  13. <meta name="image:sidebar1" content=""/>
  14. <meta name="image:sidebar2" content=""/>
  15. <meta name="image:sidebar3" content=""/>
  16. <meta name="image:sidebar4" content=""/>
  17. <meta name="image:sidebar5" content=""/>
  18. <meta name="image:sidebar6" content=""/>
  19. <meta name="image:sidebar7" content=""/>
  20. <meta name="image:sidebar8" content=""/>
  21. <meta name="image:background" content=""/>
  22.  
  23.  
  24. <meta name="image:background" content="" />
  25.  
  26. <meta name="text:Link1" content="/" />
  27. <meta name="text:Link1 Title" content="link" />
  28. <meta name="text:Link2" content="/" />
  29. <meta name="text:Link2 Title" content="link" />
  30. <meta name="text:Link3" content="/" />
  31. <meta name="text:Link3 Title" content="link" />
  32. <meta name="text:Link4" content="/" />
  33. <meta name="text:Link4 Title" content="link" />
  34. <meta name="text:Link5" content="/" />
  35. <meta name="text:Link5 Title" content="link" />
  36. <meta name="text:Link6" content="/" />
  37. <meta name="text:Link6 Title" content="link" />
  38. <meta name="text:Link7" content="/" />
  39. <meta name="text:Link7 Title" content="link" />
  40. <meta name="text:Link8" content="/" />
  41. <meta name="text:Link8 Title" content="link" />
  42. <meta name="text:Link9" content="/" />
  43. <meta name="text:Link9 Title" content="link" />
  44. <meta name="text:Link10" content="/" />
  45. <meta name="text:Link10 Title" content="link" />
  46.  
  47.  
  48.  
  49. <title>{Title}</title>
  50. <link rel="shortcut icon" href="{Favicon}">
  51. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  52. {block:Description}
  53. <meta name="description" content="{MetaDescription}" />
  54. {/block:Description}
  55.  
  56. <script language="javascript">
  57. var text='Escreva algo aqui';
  58. var delay=40;
  59. var Xoff=20;
  60. var Yoff=0;
  61. var txtw=14;
  62. var beghtml='<font face="arial" color="#A020F0"><b>';
  63. var endhtml='</b></font>';
  64. ns4 = (navigator.appName.indexOf("Netscape")>=0 && document.layers)? true : false;
  65. ie4 = (document.all && !document.getElementById)? true : false;
  66. ie5 = (document.all && document.getElementById)? true : false;
  67. ns6 = (document.getElementById && navigator.appName.indexOf("Netscape")>=0 )? true: false;
  68. var txtA=new Array();
  69. text=text.split('');
  70. var x1=0;
  71. var y1=-1000;
  72. var t='';
  73. for(i=1;i<=text.length;i++){
  74. t+=(ns4)? '<layer left="0" top="-100" width="'+txtw+'" name="txt'+i+'" height="1">' : '<div id="txt'+i+'" style="position:absolute; top:-100px; left:0px; height:1px; width:'+txtw+'; visibility:visible;">';
  75. t+=beghtml+text[i-1]+endhtml;
  76. t+=(ns4)? '</layer>' : '</div>';
  77. }
  78. document.write(t);
  79. function moveid(id,x,y){
  80. if(ns4)id.moveTo(x,y);
  81. else{
  82. id.style.left=x+'px';
  83. id.style.top=y+'px';
  84. }}
  85. function animate(evt){
  86. x1=Xoff+((ie4||ie5)?event.clientX+document.body.scrollLeft:evt.pageX);
  87. y1=Yoff+((ie4||ie5)?event.clientY+document.body.scrollTop:evt.pageY);
  88. }
  89. function getidleft(id){
  90. if(ns4)return id.left;
  91. else return parseInt(id.style.left);
  92. }
  93. function getidtop(id){
  94. if(ns4)return id.top;
  95. else return parseInt(id.style.top);
  96. }
  97. function getwindowwidth(){
  98. if(ie4||ie5)return document.body.clientWidth+document.body.scrollLeft;
  99. else return window.innerWidth+pageXOffset;
  100. }
  101. function movetxts(){
  102. for(i=text.length;i>1;i=i-1){
  103. if(getidleft(txtA[i-1])+txtw*2>=getwindowwidth()){
  104. moveid(txtA[i-1],0,-1000);
  105. moveid(txtA[i],0,-1000);
  106. }else moveid(txtA[i], getidleft(txtA[i-1])+txtw, getidtop(txtA[i-1]));
  107. }
  108. moveid(txtA[1],x1,y1);
  109. }
  110. window.onload=function(){
  111. for(i=1;i<=text.length;i++)txtA[i]=(ns4)?document.layers['txt'+i]:(ie4)?document.all['txt'+i]:document.getElementById('txt'+i);
  112. if(ns4)document.captureEvents(Event.MOUSEMOVE);
  113. document.onmousemove=animate;
  114. setInterval('movetxts()',delay);
  115. }
  116. </script>
  117.  
  118.  
  119. <style type="text/css">
  120.  
  121.  
  122. 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; }
  123.  
  124. a {color: {color:link}; text-decoration: none; text-transform: none;}
  125. a:hover {color: {color:text}; background-color: transparent; text-decoration: none;}
  126.  
  127. p {margin: 6px 0 0 0}
  128.  
  129. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:sidebar}; padding-left: 5px; }
  130. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:sidebar};}
  131. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:sidebar}; }
  132. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:sidebar}; }
  133.  
  134. blockquote img{max-width: 470px!important}
  135. blockquote blockquote img{max-width: 450px!important}
  136. blockquote blockquote blockquote img{max-width: 430px!important}
  137. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  138.  
  139.  
  140.  
  141. #xp {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  142.  
  143. #xright {float: left; margin-left: 520px; margin-top: 0px;}
  144.  
  145. .postbox {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;}
  146.  
  147. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  148. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  149. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  150.  
  151. .image {text-align: center; border: 0px}
  152. .image img {max-width: 500px; margin-bottom: 2px }
  153.  
  154. .xquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  155. .xquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  156. .xquotesource a, a:hover{text-transform: none;}
  157.  
  158. .chat {line-height: 13px; list-style: none }
  159. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  160. .person1 {color: {color:text}; padding: 2px; }
  161. .person1 .label {font-weight: bold; color:{color:text}}
  162. .person2 {color: {color:text}; padding: 2px; }
  163. .person2 .label {font-weight: bold; color:{color:text}}
  164.  
  165. .player {background-color: #000; text-align: left; display:block;}
  166.  
  167. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  168. .answer {padding: 2px}
  169. .answer img {max-width: 470px;}
  170.  
  171.  
  172. #xdate {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  173. #xdate a {font-size: 9px;}
  174.  
  175. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  176. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  177.  
  178. #cap {width: 500px; margin-top: -2px;}
  179. .source {display: none;}
  180.  
  181. .notes {width: 530px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  182. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  183. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  184. .notes img{display: none; border:0px}
  185.  
  186. #sbar {position: fixed; margin: 15px 0px 0px10px; z-index: 99999999999;}
  187.  
  188.  
  189. #rs{font-size: 9px; font-family: verdana; position: relative; margin-left: 0px; width: 503px; background-color: {color:sidebar}; padding: 8px; margin-top: 0px; background-attachment: fixed; height: auto;}
  190.  
  191. .rs2 {text-align: center; font-family: georgia; font-size: 12px; color: ; letter-spacing: 0px;}
  192.  
  193.  
  194.  
  195. .linkoss {position: absolute; text-align: center; margin-top: 139px; margin-left: 0px;}
  196. .linkoss a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 148px; height: 18px; line-height: 16px; background-color:{color:sidebarlinks}; color:{color:sidebarlinkstext}; text-decoration: none; padding: 5px 5px 4px 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-bottom: 1px; text-transform: lowercase;}
  197. .linkoss a:hover{text-align: center; letter-spacing: 6px; background-color: {color:sidebar}; color:{color:text};}
  198.  
  199. #foto{margin-top: 1px; margin-left: 159px; width: 350px; height: auto;
  200. position: relative; padding: 5px;
  201. background-color: {color:sidebar};}
  202. #foto img{width: 150px; height:146px;}
  203.  
  204. ::-webkit-scrollbar{width:3px;height:3px;}
  205.  
  206. ::-webkit-scrollbar-button:start:decrement
  207.  
  208. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  209.  
  210. ::-webkit-scrollbar-track-piece{background-color: {color:sidebar}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  211.  
  212. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:link};-webkit-border-radius:0px;}
  213.  
  214. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:link};-webkit-border-radius:px;}
  215.  
  216. .sbar2 {position: relative; margin-top: 119px; margin-left: 0px; width: 515px; background-color: {color:sidebar}; color: {color:text}; padding: 2px; font-size: 9px; font-family: verdana; text-align: center; margin-bottom: 1px;}
  217.  
  218. #rss2 {text-align: center; font-family: verdana; font-size: 8px; line-height: 12px;}
  219. #rss2 a {background: {color:background}; margin: 0 2px 0 0; padding: 2px 4px; color: {color:text}; text-decoration: none; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  220. #rss2 a:hover {background: {color:sidebar}; color: {color:text}; border: none;}
  221. #rss2 span.pagina_atual {background: {color:sidebar}; margin: 0 2px 0 0; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
  222. .rss {clear: both; float: left; width: 250px; float: left; margin-bottom: 0px; background-color: {color:sidebar}; margin-top: 0px; border-right: 2px solid {color:background};}
  223.  
  224.  
  225.  
  226. #ithinkcred a {border: 1px solid #000; float: left; margin-left: 2px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width:521px; background-color: {color:sidebar}; height: 19px; color:{color:text}; text-decoration: none; text-transform: none; line-height: 18px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -webkit-border-bottom-left-radius:20px; -webkit-border-bottom-right-radius:20px; }
  227.  
  228. .descri {text-align: justify; font-size: 9px; overflow: auto; font-family: verdana; position: fixed; margin-left:159px; width: 342px; height: 105px; color: {color:text}; padding: 9px; background-color: {color:sidebar};margin-top: -5px; background-attachment: fixed;}
  229.  
  230. .pic {float: left; margin-left: 0px; margin-top: 253px; }
  231. .pic img {width: 112px; height: 112px; opacity: 10; filter:alpha (opacity=50);}
  232.  
  233. .tit {font-size: 13px; font-family: georgia; background-color: {color:sidebar}; float: left; margin-left: 3px; margin-top: -4px; width: 33px; height: 122px;}
  234.  
  235. #tumblr_controls{position: fixed!important}
  236. #tumblr_controls{position: fixed!important}
  237. #tumblr_controls{position: fixed!important}
  238. #tumblr_controls{position: fixed!important}
  239.  
  240. #container {background-color:transparent; width: 935px; text-align: center; margin: 0px auto 20px auto}
  241.  
  242.  
  243. </style>
  244.  
  245. <body>
  246.  
  247.  
  248.  
  249. <div id="xp">
  250. <div id="sbar">
  251. <div id="rs">
  252. <div class="linkoss">
  253. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  254. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  255. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  256. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  257. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  258. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  259. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
  260. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a>{/block:ifLink8}
  261. {block:ifLink9}<a href="{text:Link9}">{text:Link9 Title}</a>{/block:ifLink9}
  262. {block:ifLink10}<a href="{text:Link10}">{text:Link10 Title}</a>{/block:ifLink10}
  263.  
  264. </div>
  265.  
  266.  
  267. <div class="descri">{description}</div>
  268.  
  269. <div class="sbar2"><div class="rss"><div id="rss2">{block:JumpPagination length="10"}{block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}</div></div>• Theme de <a href="http://o-mundo-de-uma-garota/"><b>O Mundo de uma garota</b></a>;Inspirado por <a href="futurasuicida.tumblr.com"><b>Futurasuicida</b></a>; base de <a href="http://dilacerar.tumblr.com/"><b>dilacerar</b></a> e <a href="http://deslocado.tumblr.com/"><b>deslocado.</a></b></pre> • </div>
  270.  
  271. <div id="foto">
  272. <marquee direction="left" scrollamount="3" behavior="alternate" onmouseover="this.stop()" onmouseout="this.start()"><img src="{image:sidebar1}" width= "200px;"><img src="{image:sidebar2}" width= "200px;"><img src="{image:sidebar3}" width= "200px;"><img src="{image:sidebar4}" width= "200px;"><img src="{image:sidebar5}" width= "200px;"><img src="{image:sidebar6}" width= "200px;"><img src="{image:sidebar7}" width= "200px;"><img src="{image:sidebar8}"width= "200px;"></div></div></pre></marquee></div></div></pre>
  273.  
  274. </div>
  275.  
  276.  
  277. <div id="xright">
  278.  
  279. {block:Posts}
  280. <div class="postbox">
  281.  
  282. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  283.  
  284. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  285.  
  286. {block:Photoset}{Photoset-500}{/block:Photoset}
  287.  
  288. {block:Quote}
  289. <div class="xquote">“{Quote}”</div>
  290. {block:Source}<div class="xquotesource"> — {Source}</div>
  291. {/block:Source}
  292. {/block:Quote}
  293.  
  294. {block:Link}
  295. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  296. {block:Description}{Description}{/block:Description}
  297. {/block:Link}
  298.  
  299. {block:Chat}
  300. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  301. <div class="chat"><ul>{block:Lines}
  302. <li class="person{UserNumber}">{block:Label}
  303. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  304. {/block:Chat}
  305.  
  306. {block:Audio}
  307. <div class="player">{AudioPlayerBlack}</div>
  308. {block:Caption}{Caption}{/block:Caption}
  309. {/block:Audio}
  310.  
  311. {block:Video}{Video-500}{/block:Video}
  312.  
  313. {block:Answer}
  314. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  315. <div class="answer">{Answer}</div>
  316. {/block:Answer}
  317.  
  318.  
  319. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  320. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  321. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  322. {/block:ContentSource}</div>
  323.  
  324.  
  325. <div id="cap">
  326. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  327. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  328. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  329.  
  330. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  331. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  332. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  333. {/block:ContentSource}</div></div>
  334. <br>
  335.  
  336.  
  337. <div id="xdate">
  338. {block:Date}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  339. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
  340. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  341. {/block:RebloggedFrom}
  342. </div>
  343. </div>{/block:Date}
  344.  
  345.  
  346. {/block:Posts}
  347. {block:PostNotes}<div class="notes">{PostNotes}{/block:PostNotes}
  348. </div>
  349.  
  350.  
  351. </div>
  352. </div>
  353. </div>
  354. </div>
  355.  
  356. </body>
  357.  
  358. </html>
Advertisement
Add Comment
Please, Sign In to add comment