Advertisement
patroadavibe

theme 2 M

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