Advertisement
Biih

Flores

Sep 27th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 13.68 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5.  
  6. <!-----------------------------------------------------------------------  
  7.  
  8. THEME FEITO POR BIANCA DIAS (I-NDAGAR). É PROIBIDA QUALQUER CÓPIA OU USO   DOS CÓDIGOS CONFORME A LEI PENAL, ARTIGO 184. ©
  9.  
  10. ------------------------------------------------------------------------->
  11.  
  12.  
  13.  
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15.  
  16. <meta name="image:sidebar" content=""/>
  17. <meta name="image:background" content=""/>
  18. <meta name="text:Link1" content="/" />
  19. <meta name="text:Link1 Title" content="link1" />
  20. <meta name="text:Link2" content="/" />
  21. <meta name="text:Link2 Title" content="linkkk 2" />
  22. <meta name="text:Link3" content="/" />
  23. <meta name="text:Link3 Title" content="linkkk3" />
  24. <meta name="color:background" content="#FCFCFC" />
  25. <meta name="color:text" content="#000000" />
  26. <meta name="color:link" content="#000000" />
  27. <meta name="color:hover" content="#696969" />
  28. <meta name="color:linksmenu" content="#000000">
  29. <meta name="color:frase" content="#000000">
  30. <meta name="text:frase" content="frasezinha aq">
  31. <meta name="if:Hidden Tags" content="1"/>
  32. <meta name="if:Rolagem infinita" content="1"/>
  33.  
  34.  
  35.  
  36.  
  37.         <title>{Title}</title>
  38.  
  39.         <link rel="shortcut icon" href="{Favicon}">
  40.  
  41.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  42.  
  43.         {block:Description}
  44.  
  45.             <meta name="description" content="{MetaDescription}" />
  46.  
  47.         {/block:Description}
  48.        
  49.         <link href='http://fonts.googleapis.com/css?family=Muli' rel='stylesheet' type='text/css'>
  50.  
  51.                      
  52.         <style type="text/css">
  53.        
  54.          @font-face { font-family: 'PF Arma Five';
  55. src: url('http://static.tumblr.com/xf6erfz/sUBm594pm/pf_arma_five.ttf'); src: format('truetype');}
  56.  
  57.                
  58. body {background-color: {color:background}; background-image:url('{image:background}'); color: {color:text}; font:11px calibri; text-align: center;}
  59.  
  60. a {color: {color:link}; text-decoration: none; text-transform: none;}
  61. a:hover {color: {color:hover};}
  62.  
  63. p {margin: 6px 0 0 0}
  64.  
  65. blockquote {margin: 3px; border-left: 3px solid #eee; padding-left: 5px; }
  66. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid #eee;}
  67. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid #eee; }
  68. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid #eee; }
  69.  
  70. blockquote img{max-width: 470px!important}
  71. blockquote blockquote img{max-width: 450px!important}
  72. blockquote blockquote blockquote img{max-width: 430px!important}
  73. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  74.  
  75. #container {width: 400px; margin:50px auto: 50px auto;}
  76.  
  77. #entry {float:left; margin-left:380px; width:500px;}
  78.  
  79. .posts {width: 400px;background-color: {color:post}; padding: 2px; text-align: justify; margin-bottom:0px; position: relative; font-family:calibri; font-size:12px;border-bottom: 0px solid #eee;}
  80.  
  81. h1 {font-family: Calibri; font-size: 16px; line-height: 18px; text-align: center; font-weight: normal;}
  82. h1 a {color: {color:link};}
  83. h1 a:hover {color: {color:hover};}
  84.  
  85. .image {
  86.     text-align: center;
  87.     border: 2px
  88.     }
  89. .image img {-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;
  90.     max-width: 400px;
  91.     margin-bottom: 2px
  92.     }
  93. .image img:hover {-webkit-filter: grayscale(50%);
  94.     opacity:0.9;
  95.     -webkit-transition: all 0.3s ease-out;
  96.     -moz-transition: all 0.3s ease-out;
  97.     }
  98.  
  99. .quote {font-family: tahoma; text-align: justify; font-size: 12px; line-height:15px; padding: 0px; border-top: 0px solid #eee;}
  100. .quotesource {text-align:left; text-transform: none; margin-top: 2px;font-family:Calibri; font-size: 11px;text-transform:uppercase;border-left:solid 10px #ddd; padding-left:2px; border-radius:5px 0px 0px 5px; }
  101. .quotesource a{text-transform:uppercase}
  102.  
  103.  /**chat por dropred **/
  104. .chat {line-height: 13px; list-style: none }
  105. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  106. .person1 {color: {color:text}; padding: 2px; }
  107. .person1 .label {font-weight: bold;  color:{color:text}}
  108. .person2 {color: {color:text}; padding: 2px;  }
  109. .person2 .label {font-weight: bold;  color:{color:text}}
  110.  
  111. .chat {background: #fff; margin: 0; font-size: 12px; font-family: 'Play';}
  112. .chat .lines {font-family: 'Play'; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #f0f0f0; padding: 5px; margin-bottom: 2px; font-size: 12px; color: #888; text-shadow: 1px 1px 0px #eee; transition-duration: 1s; -webkit-transition-duration: 1s; -moz-transition-duration: 1s;}
  113. .chat .lines:hover {background: #e0e0e0; transition-duration: 1s; -webkit-transition-duration: 1s; -moz-transition-duration: 1s;}
  114. .chat .lines span {font-weight: bold;}
  115.  
  116. /**** Estilo de Ask por aprendiz-de-feiceir4 ****/
  117. .ask {border:2px solid #f8cbf8;float:left;}
  118.  
  119. .askbaby {width:270px;margin-left:31px;padding:1px;background-color:#f8cbf8;COLOR:RGBA(190,139,190,0.9);TEXT-SHADOW:1PX 1PX 0PX RGBA(255,255,255,0.2);font-family:'pf arma five';font-size:8px;}
  120. .askbaby a{COLOR:RGBA(190,139,190,0.9);TEXT-SHADOW:1PX 1PX 0PX RGBA(255,255,255,0.2);}
  121. .assk {background-color:#eee;margin-left:1px;margin-top:-3px;font-family:'muli';font-size:11px;padding:7px;color:#696969;text-indent:7px;-webkit-border-top-right-radius: 20px;-webkit-border-bottom-right-radius: 20px;}
  122.  
  123. .resp {margin-left:1px;margin-top:-3px;font-family:'muli';font-size:11px;padding:5px;color:(color:text);text-indent:7px;border-top:1px dashed #f8cbf8;text-align:justify;width:auto;}
  124.  
  125.  
  126. #photoset {width: 450px; margin-top: -2px;}
  127. .source {display: none;}
  128.  
  129. .posts:hover .tags{opacity:0.8;}
  130. .tags {position:absolute; width:150px; text-align:left; font: 10px calibri; font-style:none; text-transform: lowercase; margin-left:405px; -webkit-transition-duration: 0.2s; opacity:0;}
  131. .tags a {font-size: 10px; text-transform: lowercase;}
  132.  
  133. #info {text-align: center; margin-top:0px;; font-style:italic; font-size: 9px; font-family: cambria; z-index: 11; letter-spacing:1px;  margin-left:150px; width:398px; margin-bottom: -18px; color:{color:text};-webkit-transition-duration: 0.4s;  -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;opacity:0;}
  134. #info a {font-size:9px; text-transform: lowercase; color:{color:text}; -webkit-transition-duration: 0.4s;}
  135. #info a:hover {background-color:transparent; border-radius: 100px; }
  136. #info:hover {color:{color:text}}
  137. .posts:hover #info {opacity:9; padding-top:0px;  margin-bottom:2px;margin-top:-10px;margin-left:0px;}
  138.  
  139.  
  140.  .notes {width:520px; padding:0px; margin-top:1px; margin-bottom:1px; font-size:11px; text-align:center;} ol.notes {list-style: none; margin: 0 20px 0 0px; padding:0px; border-bottom: 1px solid #ccc; z-index:11;} ol.notes li {background-color:{color:post};margin-bottom:1px; padding:5px;}.notes img{display:none; border:0px}
  141.  
  142.  
  143. ::-webkit-scrollbar{width:5px;height:5px;}
  144. ::-webkit-scrollbar-button:start:decrement
  145. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  146. ::-webkit-scrollbar-track-piece{background-color:transparent;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  147. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #000;-webkit-border-radius:0px;}
  148. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: #000;-webkit-border-radius:0px;}
  149.  
  150. #sidebar {width: 150px; height: 150px; top: 50px; left: 220px; padding: 0px; position: fixed;text-align: center;background:transparent;border: }
  151.  
  152. .imagesdbr img {display: inline;width:125px;height:125px;;opacity:1;-webkit-transition-duration: 0.4s;}
  153. .imagesdbr img:hover {-webkit-filter: grayscale(20%);-webkit-transition-duration: 0.4s;}
  154.  
  155.  
  156. #menu{position: fixed; width:147px;height:relative; z-index:9; margin-right:350px; margin-top:16px;background:transparent;text-align:left; opacity:0;padding-left:0px;font-family: tahoma;color:{color:linksmenu};font-size:11px;-webkit-transition-duration: 0.9s; }
  157.  
  158. #sidebar:hover #menu{position: fixed; width:120px;height:relative; z-index:9; margin-left:13px; margin-top:16px;background:transparent;text-align:left; opacity:1;padding-left:5px;-webkit-transition-duration: 0.9s;border-bottom: solid 2px #f8cbf8;padding-bottom:3px;}
  159.  
  160. #menu a{color:{color:linksmenu};-webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;text-shadow:10px 0px transparent, -10px 0px transparent;    -webkit-transition: all 0.5s linear ;}
  161. #menu a:hover{text-shadow:0px 0px {color:linksmenu}, -0px 0px {color:linksmenu};   -webkit-transition: all 0.2s linear; -webkit-transition: all 0c.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;
  162. -o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;opacity:1;padding-left:10px;}
  163.  
  164.  
  165.  #simbolos { font-family:cambria; width:125px; font-size:15px;  text-align:center;margin-top:0px;margin-left:13px; padding:0px;line-height:15px;color:#fff;background:#f8cbf8;z-index:99999;-webkit-transition: all 0c.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;
  166. -o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173. #tumblr_controls{position: fixed!important}
  174. #tumblr_controls{position: fixed!important}
  175. #tumblr_controls{position: fixed!important}
  176.  
  177.  
  178. </style>
  179.    
  180. </head>
  181.  
  182. <!--THEME POR I-NGAGAR, não copie, plagio é crime-->
  183.  
  184.  
  185. <body onkeydown="return false">
  186.  
  187.  
  188. <!-- Não tira essa merda aqi valeu, se vc tirar eu vou jogar uma praga tão forte em vc que tu vai se arrepender de ter tirado, e tenho dito!--->
  189. <div style="position:fixed;z-index:1338; !important;bottom:30px;right:5px;font-style:italic;font-family:calibri;font-size:11px;"><a href="http://i-ndagar.tumblr.com" >@i-ndagar</a></script></div>
  190. <!--- daqi pra baixo tire e mude o que quiser, só pra uso próprio--->
  191.  
  192.  
  193. <div id="sidebar">
  194. <div class="imagesdbr"><a href="/"><img src="{image:sidebar}"></a>
  195. <div id="menu">
  196. <b>i:</b> <a href="{text:link1}">{text:link1 title}</i></a><br>
  197.  <b>ii:</b> <a href="{text:link2}">{text:link2 title}</i></a><br>
  198.  <b>iii:</b> <a href="{text:link3}">{text:link3 title}</i></a></div>
  199.  
  200. <div id="simbolos">✿ ✿ ✿ ✿ ✿ ✿ </div>
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.         </div></div>
  208.        
  209.        
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217. </div></div></div></div></div></div></div></div></div></div></div></div>
  218.  
  219.  
  220.  
  221. {block:IfRolagemInfinita}<div class="autopagerize_page_element">
  222. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfRolagemInfinita}
  223. <div id="entry">
  224.  
  225.  <!--THEME POR I-NGAGAR, não copie, plagio é crime-->
  226.  
  227. {block:Posts}
  228. <div class="posts">
  229.  
  230. <div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a><br>{/block:Tags}{/block:HasTags}</div>
  231.  
  232. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  233.  
  234. {block:Photo}
  235.  
  236. {LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  237.  
  238. {block:Photoset}{Photoset-400}{/block:Photoset}
  239.  
  240. {block:Quote}
  241. <div class="quote">{Quote}</div>
  242. {block:Source}<div class="quotesource"><b>{Source}</b></div>
  243. {/block:Source}
  244. {/block:Quote}
  245.  
  246. {block:Link}
  247. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  248. {block:Description}{Description}{/block:Description}
  249. {/block:Link}
  250.  
  251. {block:Chat}
  252. {block:Title}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}<div class="chat"><ul>{block:Lines}<div class="chat"><div class="lines">{block:Label}<span>{Label}</span>{/block:Label}{Line}</div></div>{/block:Lines}</ul></div>
  253. {/block:Chat}
  254.  
  255. {block:Audio}
  256. <div class="player">{AudioPlayerBlack}</div>
  257. {block:Caption}{Caption}{/block:Caption}
  258. {/block:Audio}
  259.  
  260. {block:Video}{Video-400}{/block:Video}
  261.  
  262.  
  263. {block:Answer}
  264. <img src="{AskerPortraitURL-48}" class="ask">
  265. <div class="askbaby" align="left"> ♥ {Asker} sussurrou:</div><p></p>
  266. <div class="assk">{Question}</div><p></p>
  267. <div class="resp">{Answer}</div>
  268. {/block:Answer}
  269.  
  270.  
  271. <div id="photoset">
  272. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  273. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  274. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  275.  
  276. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  277.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  278.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  279. {/block:ContentSource}</div></div>
  280. <br>
  281.  
  282. <div class="creditoaokaique">
  283. {block:Date}<div id="info">
  284. <left> <a href="{Permalink}">{Month} {DayOfMonthWithZero}</a> {block:Date}{block:NoteCount} · <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} · <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} · <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}· <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  285. </div></left>{/block:IfShowTags}{/block:Date}</div>
  286. </div>
  287.  
  288.  
  289.  {/block:Posts}
  290. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  291. </div></div></div></div></div></div></div>
  292. </body>
  293.  
  294.  
  295. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement