Advertisement
recitada

Theme 32

Apr 18th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.62 KB | None | 0 0
  1. <!--------------------------------------
  2. THEME BEBRUTA
  3. BASE WARVADA
  4. BOM USO!
  5. NÃO REPASSE.
  6. ------------------------------------->
  7.  
  8.  
  9. <!-- start of script tooltip -->
  10. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  11.  
  12. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  13.  
  14. <script>
  15.  
  16. (function($){
  17.  
  18. $(document).ready(function(){
  19.  
  20. $("a[title]").style_my_tooltips({
  21.  
  22. tip_follows_cursor:true,
  23.  
  24. tip_delay_time:90,
  25.  
  26. tip_fade_speed:600,
  27.  
  28. attribute:"title"
  29.  
  30. });
  31.  
  32. });
  33.  
  34. })(jQuery);
  35.  
  36. </script>
  37.  
  38.  
  39.  
  40. <title>{Title}</title>
  41. <link rel="shortcut icon" href="{Favicon}">
  42.  
  43. <meta name="image:background" content=""/>
  44. <meta name="image:sidebar" content=""/>
  45.  
  46. <meta name="color:background" content="#ffffff"/>
  47. <meta name="color:text" content="#aaaaaa"/>
  48. <meta name="color:links" content="#aaaaaa"/>
  49. <meta name="color:barra de rolagem" content="#aaaaaa"/>
  50. <meta name="color:linkshover" content="#aaa" />
  51.  
  52. <meta name="text:frase" content="" /
  53.  
  54. <meta name="text:Link1" content="/" />
  55. <meta name="text:Link1 Title" content="fuck" />
  56. <meta name="text:Link2" content="/" />
  57. <meta name="text:Link2 Title" content="colé" />
  58. <meta name="text:Link3" content="/" />
  59. <meta name="text:Link3 Title" content="brisas" />
  60. <meta name="text:Link4" content="/" />
  61. <meta name="text:Link4 Title" content="twitter" />
  62.  
  63.  
  64.  
  65.  
  66. </head>
  67.  
  68. <style type="text/css" media="screen">
  69.  
  70. #s-m-t-tooltip {
  71. line-height:8px;
  72. font-family:consolas;
  73. max-width:300px;
  74. background-color:{color:cor do heart};
  75. border:1px solid #faa;
  76. font-size:9px;
  77. color: #000;
  78. text-transform:none;
  79. padding:4px 5px;
  80. margin:15px 0px 0px 15px;
  81. z-index:9999999999999999999999;
  82. border-radius:.4px;}
  83.  
  84.  
  85.  
  86.  
  87. /********************** corpo do theme
  88. AQUI VC MODIFICA A FONT DO THEME E O TAMANHO,TAMBEM A COR DE FUNDO QUE É O BACKGROUND **********************************/
  89.  
  90.  
  91.  
  92. body {color:{color:text};background-color:{color:background};background-image: url('{image:Background}'); background-attachment:fixed; font-family:corbel;
  93. font-size:11px;text-align:justify;}
  94.  
  95.  
  96.  
  97. a:link, a:active, a:visited{color:{color:links}; text-decoration:none;}
  98. a:hover{color:{color:linkshover};}
  99.  
  100. p {margin: 6px 0 0px 6px}
  101. blockquote {margin: 0px; padding-left: -10px;
  102. text-align:left;font-family: ;font-size:10px;
  103. border:px solid #eee; }
  104.  
  105. /* barra de roagem personalizada */
  106.  
  107. ::-webkit-scrollbar {height:5px; width:5px; background:{color:background};}
  108. ::-webkit-scrollbar-thumb:vertical {background:{color:barra de rolagem};}
  109. ::-webkit-scrollbar-thumb:horizontal {background:{color:barra de rolagem};}
  110.  
  111. /* posicionamento do post, e largura da pag de faq */
  112.  
  113.  
  114.  
  115. #content {width:620px; margin-left:450px;
  116. margin-right:auto;}
  117. #main {width:620px; float:right;
  118. position:absolute;top:20px}
  119.  
  120. .caixa {position:relative; float:left; display:inline-block; width:250px; padding:12px; margin-left:10px;}
  121. .caixa img{max-width:250px;}
  122. .imaagem img{width:250px;}
  123. .vsanna{display:none;}
  124.  
  125.  
  126. /* as notas dos posts tipo reblogue e notes */
  127.  
  128. .notes {text-transform:lowercase;padding:0px;width:252px; height:auto; background-color:#fff;font-size:10px; text-align:right; position: absolute;
  129. color:#000; opacity:0;font-family:"Trebuchet MS";display:block; -webkit-transition: all 0.4s ease-out;-moz-transition: all .4s ease-out;margin-top:4px;
  130. margin-left:-8px;}.notes a{font-size:10px;
  131. font-family:calibri;color:#000; text-transform:lowercase;}
  132.  
  133. .caixa:hover .notes {opacity:1; z-index:9;font-size:10px; text-transform:lowercase;-webkit-transition: all 0.4s ease-out;-moz-transition: all .4s ease-out;text-transform:lowercase;margin-top:4px;}
  134.  
  135. .notes2 {position:absolute;top:5px; left:0px; width:auto;height:auto; padding:2px; background:{color:background};border:1px dashed #ccc; text-align:center;
  136. font-size:10px; text-transform: uppercase;display:block; opacity:0;-webkit-transition-duration: 0.4s;-moz-transition-duration: 0.4s; -o-transition-duration: 0.4s;}
  137.  
  138. .notes2 a{ color:#000;}
  139. .notes2 a:hover{text-shadow:0px 0px 1px #aaa;
  140. color:#000;}
  141. .caixa:hover .notes2 {left:10px; opacity:0.7;
  142. -webkit-transition-duration: 0.4s;
  143. -moz-transition-duration: 0.4s;
  144. -o-transition-duration: 0.4s;}
  145.  
  146. /* titulo */
  147.  
  148.  
  149. h1 {font-size:12px; padding:0px; margin:0px;color:{color:text};text-align:center;}
  150. h2 {font-size:11.5px;font-family:"Trebuchet MS";padding:0px; margin:0px;
  151. text-align:center;color:{color:text};}
  152. .quote {text-align:justify; padding-bottom:5px;}
  153. .source {font-size:9px; text-transform:uppercase;font-style:none; text-decoration:none; text-align:center; font-weight:bold;}
  154.  
  155. /* pergunta e resposta da ask */
  156.  
  157. .perguntou { ;background:; text-transform:lowercase;box-shadow:0px 0px 0px ;
  158. margin-left:0px; padding:3;font-family:"Trebuchet MS";
  159. font-size:10px; padding-bottom:3px; background: rgba(225,225,225,.3);border-radius:0px; border:#fdd dashed 1px; border-radius:5px; }
  160. .resposta {width:100%;font-family:"Trebuchet MS"; font-size:9px;}
  161. .side{position:fixed; margin-top:70px; margin-left:200px; width:150px; height:200px;}
  162.  
  163. iframe#tumblr_controls {white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.4;!important; position: fixed !important;}
  164.  
  165.  
  166. #sidebar {position:fixed; width: auto; height:auto; margin-left:270px;margin-top:140px;; -webkit-transition-duration: 0.4s;}
  167.  
  168. #foto {height:auto; margin-top:-0px; margin-left:-62px; position:fixed; text-align:left;z-index:6;}
  169. #foto img { width:145px; height:190px;}
  170. #sidebar:hover #foto {}
  171.  
  172. #frase {-webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; z-index:9; background:transparent; width:150px; color:#000; height:129px; margin-top:185px; margin-left:-67px; text-align:center; position:fixed; font-family: century gothic; font-size:9px; padding:10px;}
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179. /** menu por supera-r **/
  180.  
  181. #linksfotos { -webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; margin-top: 130px; margin-left:-80px; position:fixed; z-index:200000; opacity: 0; }
  182. #linksfotos a{height:8px; display:block; width: 40px; line-height: 3px; font-size:9px; margin-bottom: 1px; text-align:center; line-height:8px; font-family:century gothic; text-transform:; color: #fff;padding-left:1px; -webkit-transition-duration: 0.4s;padding:2px; z-index:11;
  183. background:rgba(200,200,200,0.3); }
  184.  
  185. #linksfotos a:hover{ opacity:0.6;}
  186. #sidebar:hover #linksfotos {opacity:0.8; margin-left:-60px; -webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; }
  187.  
  188.  
  189. #simbolo {-webkit-transition: all 0.9s ease-out; -moz-transition: all .9s ease-out;height:auto; margin-top:192px; margin-left:-65px; position:fixed; text-align:left;}
  190. #simbolo img { width:18px; height:auto;}
  191. #sidebar:hover #simbolo {-webkit-transition: all 0.9s ease-out; -moz-transition: all .9s ease-out; -moz-transform: rotate(360deg);-webkit-transform: rotate(360deg); }
  192.  
  193.  
  194. /*Barrinha por Warvada*/
  195. .wr3{position:fixed; top:-10px; left:445px; width:10px; height:800px; background:url(http://static.tumblr.com/smtbiyk/NbKnljcf2/tumblr_ltdlcw9scs1qce38f_2_.png) repeat;}
  196.  
  197. /*Barrinha por Warvada*/
  198.  
  199.  
  200.  
  201.  
  202. </style>
  203.  
  204. </div>
  205. <div class="wr3"><div></div></div>
  206.  
  207.  
  208.  
  209. <div id="sidebar">
  210. <div id="foto"><img src="{image:sidebar}"></div>
  211.  
  212. <div id="frase">{text:frase}</div>
  213.  
  214.  
  215. <div id="simbolo"><img src="http://38.media.tumblr.com/334a5875ff6cde32f8dcc70920679dc3/tumblr_inline_njcsoftMmT1rsc41y.jpg"></div>
  216.  
  217. <div id="linksfotos">
  218. <a href="{text:link1}">{text:link1 title}</a>
  219. <a href="{text:link2}">{text:link2 title}</a>
  220. <a href="{text:link3}" >{text:link3 title}</a>
  221. <a href="{text:link4}" >{text:link4 title}</a>
  222. </div
  223.  
  224. </div></div>
  225. </div>
  226.  
  227. </div> </div>
  228. </div>
  229. </div> </div>
  230. </div>
  231.  
  232.  
  233.  
  234.  
  235. <div id="content">
  236. {block:Posts}
  237. <div class="caixa">
  238.  
  239.  
  240. {block:Text}
  241. {block:Title}
  242. <h2>{Title}</h2>
  243. {/block:Title}
  244. {body}
  245. {block:indexpage}
  246. <div class="notes">
  247. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://media.tumblr.com/45f3dbd94b7e5b033d4863d6071e446a/tumblr_inline_mwfnb8IiEE1s72mij.png">
  248. <a href="{permalink}">{NoteCount} notes</a>
  249. </div>
  250. {/block:indexpage}
  251. {/block:Text}
  252.  
  253.  
  254.  
  255. {block:Photo}
  256. {LinkOpenTag}
  257. <div class="imaagem"><img src="{PhotoURL-250}"></div>
  258. {block:indexpage}
  259. <div class="notes">
  260. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://media.tumblr.com/45f3dbd94b7e5b033d4863d6071e446a/tumblr_inline_mwfnb8IiEE1s72mij.png">
  261. <a href="{permalink}">{NoteCount} notes</a>
  262. </div>
  263. {/block:indexpage}
  264. {/block:Photo}
  265.  
  266.  
  267.  
  268.  
  269. {block:Photoset}
  270. <div class="imaagem">{Photoset-250}</div>{LinkCloseTag}
  271. {block:indexpage}
  272. <div class="notes">
  273. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://media.tumblr.com/45f3dbd94b7e5b033d4863d6071e446a/tumblr_inline_mwfnb8IiEE1s72mij.png">
  274. <a href="{permalink}">{NoteCount} notes </a> </a>
  275. </div>
  276. {/block:indexpage}
  277. {/block:Photoset}
  278.  
  279.  
  280. {block:Quote}
  281. <div class="quote">"{Quote}"</div>
  282. {block:Source}<div class="source"> {Source}</div>
  283. {/block:Source}
  284. {block:indexpage}
  285. <div class="notes">
  286. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://media.tumblr.com/45f3dbd94b7e5b033d4863d6071e446a/tumblr_inline_mwfnb8IiEE1s72mij.png">
  287. <a href="{permalink}">{NoteCount} notes </a>
  288. </div>
  289. {/block:indexpage}
  290. {/block:Quote}
  291.  
  292.  
  293. {block:Chat}
  294. {block:Title}<h2>{Title}</h2>{/block:Title}
  295. {block:Lines}
  296. <div class="chat">
  297. <div class="lines">{block:Label}
  298. <span>{Label}</span>
  299. {/block:Label}
  300. {Line}</div></div>
  301. {/block:Lines}
  302. {block:indexpage}
  303. <div class="notes">
  304. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://media.tumblr.com/45f3dbd94b7e5b033d4863d6071e446a/tumblr_inline_mwfnb8IiEE1s72mij.png">
  305. <a href="{permalink}">{NoteCount} notes</a> </a>
  306. </div>
  307. {/block:indexpage}
  308. {/block:Chat}
  309.  
  310.  
  311. {block:Link}
  312. <a href="{URL}" target="{Target}"><h2>{Title}</h2></a>
  313. {block:Description}{Description}{/block:Description}
  314. {block:indexpage}
  315. <div class="notes">
  316. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://media.tumblr.com/45f3dbd94b7e5b033d4863d6071e446a/tumblr_inline_mwfnb8IiEE1s72mij.png">
  317. <a href="{permalink}">{NoteCount} notes></a> </a>
  318. </div>
  319. {/block:indexpage}
  320. {/block:Link}
  321.  
  322.  
  323. {block:Audio}
  324. {AudioPlayer}
  325. {block:indexpage}
  326. <div class="notes">
  327. <a href="{ReblogURL}" target="_blank">Reblog</a> <font color={color:menu hover}>?</font>
  328. <a href="{permalink}">{NoteCount} notes<font color={color:menu hover}>?</font></a>
  329. </div>
  330. {/block:indexpage}
  331. {/block:Audio}
  332.  
  333.  
  334. {block:Video}
  335. {block:Indexpage}{Video-250}{/block:IndexPage}
  336. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  337. {block:Caption}{Caption}{/block:Caption}
  338. {block:indexpage}
  339. <div class="notes">
  340. <a href="{ReblogURL}" target="_blank">Reblog</a> <font color={color:menu hover}>?</font>
  341. <a href="{permalink}">{NoteCount} notes<font color={color:menu hover}>?</font></a>
  342. </div>
  343. {/block:indexpage}
  344. {/block:Video}
  345. {block:Answer}
  346. <div class="sussurrou"><font color=#ddd> </font>{Asker}: {Question}</div>
  347. <div class="resposta">{Answer}</div>
  348. {block:indexpage}
  349. <div class="notes">
  350. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://media.tumblr.com/45f3dbd94b7e5b033d4863d6071e446a/tumblr_inline_mwfnb8IiEE1s72mij.png">
  351. <a href="{permalink}">{NoteCount} notes</a>
  352. </div>
  353. {/block:indexpage}
  354. {/block:Answer}
  355.  
  356. <div class="vsanna">
  357. {block:RebloggedFrom}
  358. <a href="{ReblogParentURL}">via</a>
  359. {/block:RebloggedFrom}
  360. {block:ContentSource}
  361. <a href="{SourceURL}">source</a>
  362. {/block:ContentSource}
  363. </div>
  364.  
  365.  
  366. </div>
  367. {/block:Posts}
  368.  
  369. </div>
  370.  
  371.  
  372.  
  373.  
  374.  
  375. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  376. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  377. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  378. <script type="text/javascript">
  379. $(window).load(function () {
  380. $('#content').masonry(),
  381. $('.masonryWrap').infinitescroll({
  382. navSelector : "div#navigation",
  383. nextSelector : "div#navigation a#nextPage",
  384. itemSelector : ".caixa",
  385. bufferPx : 10000,
  386. extraScrollPx: 11000,
  387. loadingImg : "",
  388. loadingText : "<i> </i>",
  389. },
  390. // call masonry as a callback.
  391. function() { $('#content').masonry({ appendedContent: $(this) }); }
  392. );
  393. });
  394. </script>
  395.  
  396.  
  397.  
  398.  
  399. {block:IndexPage}
  400. <div class="column navigation" id="navigation">
  401.  
  402. {block:Pagination}
  403. {block:PreviousPage}
  404. <a href="{PreviousPage}" class="navigate">
  405. {/block:PreviousPage}
  406. {block:PreviousPage}</a>{/block:PreviousPage}
  407.  
  408. {block:NextPage}
  409. <a href="{NextPage}" class="navigate" id="nextPage">
  410. {/block:NextPage}
  411. {block:NextPage}</a>{/block:NextPage}
  412. {/block:Pagination}
  413.  
  414. </div>
  415. {/block:IndexPage}
  416.  
  417.  
  418.  
  419.  
  420. </body>
  421.  
  422. <div style="font-size:9px;
  423. font-family:Century Gothic;position:fixed;bottom:80px;right:50px;border-bottom:2px solid #eee; color:#eee; ">
  424. <a href="http://bebruta.tumblr.com/" target="_blank" title="theme feito por bebruta"><font color=#949494> © bebruta <font color=#c3c3c3></font> </font></div>
  425. </html><script src="http://assets.tumblr.com/assets/scripts/tumblelog.js?_v=129874daf82ea8718007ffa601fae0cb"></script>
  426. </div>
  427. <link rel="alternate" href="android-app://com.tumblr/tumblr/x-callback-url/blog?blogName=recitada" />
  428. <script src="http://assets.tumblr.com/assets/scripts/tumblelog.js?_v=129874daf82ea8718007ffa601fae0cb"></script>
  429. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  430. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement