Advertisement
missboqteira2

Untitled

Nov 21st, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.82 KB | None | 0 0
  1. <html>
  2. <!------------------------------------------------------------------------
  3.  
  4. BASE POR WARVADA, THEME MODIFICADO POR MISSBOQTEIRA, NÃO TIRE OS CRÉDITO PORRA
  5. -------------------------------------------------------------------------->
  6. <head>
  7.  
  8. <link rel="shortcut icon" href="{favicon}"> <title>{Title}</title>
  9.  
  10.  
  11. <!--Appearance -->
  12. <meta name="image:sidebar" content="http://38.media.tumblr.com/19731d17840bcf052fd067b651a603ff/tumblr_nam4czXuZn1tqyin3o1_500.jpg" />
  13.  
  14. <meta name="color:background" content="#ffffff" />
  15. <meta name="color:text" content="#222" />
  16. <meta name="color:ask" content="#eee" />
  17. <meta name="color:links" content="#222" />
  18. <meta name="color:links hover" content="#696969" />
  19. <meta name="color:barra de rolagem" content="#222" />
  20.  
  21. <meta name="text:link1" content=""/>
  22. <meta name="text:link1 titulo" content=""/>
  23. <meta name="text:link2" content=""/>
  24. <meta name="text:link2 titulo" content=""/>
  25. <meta name="text:link3" content=""/>
  26. <meta name="text:link3 titulo" content=""/>
  27. <meta name="text:link4" content=""/>
  28. <meta name="text:link4 titulo" content=""/>
  29. <meta name="text:link5" content=""/>
  30. <meta name="text:link5 titulo" content=""/>
  31.  
  32.  
  33.  
  34. <!--Script da barra de rolagem -->
  35. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/mFbkoqlkr/tumblrautopager.js"></script>
  36.  
  37.  
  38. </head>
  39.  
  40. <style>
  41.  
  42. /*fundo do theme*/
  43. body {background-color:{color:background}; font-family:Helvetica; font-size:12px; color:{color:text};}
  44.  
  45.  
  46. /*Links do theme*/
  47. a:link, a:active, a:visited{color:{color:links}; text-decoration:none; transition: all 0.5s linear;}
  48. a:hover{color:{color:links hover}; transition: all 0.1s linear;}
  49.  
  50. /*Blockquote*/
  51. blockquote {margin:5px; background:#fbfbfb;}
  52.  
  53.  
  54. /*Barra de rolagem*/
  55. ::-webkit-scrollbar{width:7px; height:7px; background:transparent;}
  56. ::-webkit-scrollbar-thumb{ background:{color:barra de rolagem};}
  57.  
  58.  
  59. /*Posts: Alinhamento*/
  60. #posts {width:400px; margin-top:10px; margin-left:450px;}
  61.  
  62.  
  63. /*Posts: Caixas*/
  64. .posts {position:relative; width:400px; padding:5px; float:left; margin-top:5px; text-align:justify;}
  65. .vsanna{display:none;}
  66.  
  67.  
  68. /*Notes hover*/
  69. .posts .notes{position:absolute; display:block; top:0px; left:420px; width:100px; padding:3px; font-size:10px; text-transform:lowercase; float:center; text-align:left; z-index:10; opacity:0; -webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-o-transition: all 0.2s linear;}
  70. .notes a{color:{color:links};}
  71. .posts:hover .notes{left:410px; opacity:1; -webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-o-transition: all 0.2s linear;}
  72.  
  73.  
  74. /*Estilo de ask*/
  75. .perguntou {text-transform:lowercase; margin-left:0px;padding-bottom:3px;}
  76. .perguntou a{color:{color:links};}
  77. .resposta {width:100%; border-top:1px solid {color:text};}
  78.  
  79.  
  80. /*Rolagem infinita*/
  81. .tumblrAutoPager_page_separator,
  82. .tumblrAutoPager_page_info {display:none;}
  83.  
  84.  
  85. /*Sidebar*/
  86. .side {position:fixed; width:90px; height:20px; margin-left:210px; margin-top:50px;}
  87.  
  88. .sideimg img {width:190px; height:auto;}
  89.  
  90. .menu{position:fixed; margin-top:0px; width:180px; margin-left:0px; text-align:center; height:20px; line-height:16px;}
  91. .menu a{color:{color:links}; text-transform:lowercase; font-size:11px;}
  92. .menu a:hover {color:{color:menu hover}; text-shadow:0px 0px 1px {color:menu hover}; font-weight:bold;}
  93.  
  94. .desc {position:fixed; margin-top:17px; margin-left:0px; width:180px; text-align:center; border:1px solid {color:text}; text-transform:uppercase;}
  95.  
  96. .frase {-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;width:167px; height:20px;margin-top:225px; text-transform:; line-height:12px;margin-left:-40px; font-family:calibri; font-size:11;px;text-align:center; position:fixed;color:#000;background-color:#;font-style:;opACITY:;}
  97.  
  98.  
  99.  
  100. </style>
  101. <body onkeydown="return false">
  102.  
  103.  
  104.  
  105.  
  106. <div class="side">
  107.  
  108. <div class="sideimg"><img src="{image:sidebar}"></div>
  109.  
  110. <div class="menu">
  111. <a href="{text:link1}">{text:link1 titulo}</a>
  112. <a href="{text:link2}">{text:link2 titulo}</a>
  113. <a href="{text:link3}">{text:link3 titulo}</a>
  114. <a href="{text:link4}">{text:link4 titulo}</a>
  115. <a href="{text:link5}">{text:link5 titulo}</a>
  116. </div>
  117.  
  118. <div class="desc">{description}</div>
  119.  
  120. </div>
  121.  
  122.  
  123.  
  124.  
  125.  
  126. <!--Posts -->
  127. <div id="posts">
  128. <div class="autopagerize_page_element">
  129. {block:Posts}
  130. <div class="posts">
  131.  
  132.  
  133. <!--Notes -->
  134. {block:IndexPage}
  135. <div class="notes">
  136. <a href="{permalink}">{NoteCount} notes</a> </br>
  137. <a href="{reblogurl}"><b>reblog</b></a> </span>
  138. </div>
  139. {/block:IndexPage}
  140.  
  141.  
  142.  
  143. {block:Text}
  144. {block:Title}{Title}{/block:Title}
  145. {body}
  146. {/block:Text}
  147.  
  148.  
  149.  
  150. {block:Photo}
  151. {block:IndexPage}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{/block:IndexPage}
  152. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{/block:PermalinkPage}
  153. {/block:Photo}
  154.  
  155.  
  156. {block:Photoset}
  157. {block:IndexPage}{LinkOpenTag}{Photoset-400}{LinkCloseTag}{/block:IndexPage}
  158. {block:PermalinkPage}{LinkOpenTag}{Photoset-400}{LinkCloseTag}{/block:PermalinkPage}
  159. {block:Caption}{caption}{/block:Caption}
  160. {/block:Photoset}
  161.  
  162.  
  163.  
  164. {block:Quote}
  165. <div class="quote">{Quote}</div>
  166. {block:Source}
  167. <div class="source">{Source}</div>
  168. {/block:Source}
  169. {/block:Quote}
  170.  
  171.  
  172.  
  173. {block:Chat}
  174. {block:Lines}
  175. {block:Label}
  176. {Label}
  177. {/block:Label}
  178. {Line}
  179. {/block:Lines}
  180. {/block:Chat}
  181.  
  182.  
  183. {block:Link}
  184. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  185. {block:Description}{Description}{/block:Description}
  186. {/block:Link}
  187.  
  188.  
  189.  
  190. {block:Audio}
  191. {AudioPlayer}
  192. {block:PlayCount}Played: {PlayCount}{/block:PlayCount}
  193. {block:Artist}Artist: {Artist}{/block:Artist}
  194. {block:Album}Album: {Album}{/block:Album}
  195. {block:TrackName}Trackname: {TrackName}{/block:TrackName}
  196. {/block:Audio}
  197.  
  198.  
  199. {block:Video}
  200. {block:Indexpage}{Video-250}{/block:IndexPage}
  201. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  202. {/block:Video}
  203.  
  204.  
  205. {block:Answer}
  206. <div class="perguntou"><font color="#e3366d"><b>{Asker}</b></font>: {Question}</div>
  207. <div class="resposta">{Answer}</div>
  208. {/block:Answer}
  209.  
  210.  
  211.  
  212. <div class="vsanna">
  213. {block:RebloggedFrom}
  214. <a href="{ReblogParentURL}">via</a>
  215. {/block:RebloggedFrom}
  216. {block:ContentSource}
  217. <a href="{SourceURL}">source</a>
  218. {/block:ContentSource}
  219. </div>
  220.  
  221.  
  222.  
  223.  
  224.  
  225. </div>
  226. {/block:Posts}
  227. </div></div>
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234. <!--Créditos -->
  235. <div style="position:fixed; bottom:40px; left:10px;">
  236. <a href="missboqteira.tumblr.com">Miss</a>
  237. <font color="#4682B4"><small>♣</small></font>
  238. </div>
  239.  
  240.  
  241. </body>
  242.  
  243. <!--
  244. ------ BASE FEITA TOTALMENTE POR WARVADA
  245. ------ BASE FEITA TOTALMENTE POR WARVADA
  246. ------ BASE FEITA TOTALMENTE POR WARVADA
  247. ------ BASE FEITA TOTALMENTE POR WARVADA
  248. ------ BASE FEITA TOTALMENTE POR WARVADA
  249. -->
  250.  
  251. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement