Advertisement
moremarijuana

aviso them

May 23rd, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.58 KB | None | 0 0
  1. <html>
  2.  
  3.  
  4. <!-----------------------Theme Aviso----------------------------------- THEME FEITO POR MONIQUE - One More Thing - PODE MODIFICAR COMO QUISER.SE FICAR MUITO DIFERENTE AI PODE DISPONIBILIZAR.
  5. !!NUNCA RETIRE OS CREDITOS!!
  6.  
  7. ---------------------------------------------------------------------------------->
  8.  
  9. <title>SEU TUMBLR AQUI</title>
  10.  
  11. <link href='http://fonts.googleapis.com/css?family=The+Girl+Next+Door' rel='stylesheet' type='text/css'>
  12.  
  13. <head>
  14.  
  15. <script>
  16. function changeNavigation(id)
  17. {document.getElementById('main').innerHTML=document.getElementById(id).innerHTML}
  18. </script>
  19.  
  20.  
  21. <script type="text/javascript"
  22. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  23.  
  24. <script>
  25.  
  26.  
  27.  
  28. $(document).ready(function() {
  29.  
  30. //
  31.  
  32.  
  33.  
  34. //When you click on a link with class of poplight and the href starts with a #
  35.  
  36. $('a.poplight[href^=#]').click(function() {
  37.  
  38. var popID = $(this).attr('rel'); //Get Popup Name
  39.  
  40. var popURL = $(this).attr('href'); //Get Popup href to define size
  41.  
  42.  
  43.  
  44. //Pull Query & Variables from href URL
  45.  
  46. var query= popURL.split('?');
  47.  
  48. var dim= query[1].split('&');
  49.  
  50. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  51.  
  52.  
  53.  
  54. //Fade in the Popup and add close button
  55.  
  56. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close" float="right" title="Fechar"><img src="http://static.tumblr.com/okap6fz/WxHll78fb/close2.png" border="0" class="btn_close" title="Fechar" alt="Close" /></a>');
  57.  
  58.  
  59.  
  60. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  61.  
  62. var popMargTop = ($('#' + popID).height() + 80) / 2;
  63.  
  64. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  65.  
  66.  
  67.  
  68. //Apply Margin to Popup
  69.  
  70. $('#' + popID).css({
  71.  
  72. 'margin-top' : -popMargTop,
  73.  
  74. 'margin-left' : -popMargLeft
  75.  
  76. });
  77.  
  78.  
  79.  
  80. //Fade in Background
  81.  
  82. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  83.  
  84. $('#fade').css({'filter' : 'alpha(opacity=10)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=10)'}) is used to fix the IE Bug on fading transparencies
  85.  
  86.  
  87.  
  88. return false;
  89.  
  90. });
  91.  
  92.  
  93.  
  94. //Close Popups and Fade Layer
  95.  
  96. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  97.  
  98. $('#fade , .popup_block').fadeOut(function() {
  99.  
  100. $('#fade, a.close').remove(); //fade them both out
  101.  
  102. });
  103.  
  104. return false;
  105.  
  106. });
  107.  
  108.  
  109. });
  110.  
  111. </script>
  112.  
  113. <style type="text/css">
  114.  
  115. #navbar-iframe{ display: none; height: 0; visibility: hidden; }
  116.  
  117. /****************** Body, Tipo de Letra, Cores , Fundo. Curosr ****/
  118. body {background-color: #B5B5B5 ; font-family: Century Gothic; font-size: 20px; font-weight: none; color: #000; background-image:url('http://t0.gstatic.com/images?q=tbn:ANd9GcSTOd-UwOI7T7khlXJbr6mf-pLb06kpOzEAe8xBdUvpyBfPTKp8');background-attachment:fixed;}
  119.  
  120. body, a, a:hover (http://img22.imageshack.us/img22/8756/1920x1080w.jpg), default !important;}
  121.  
  122.  
  123.  
  124. /********************* Titulos , H1 . H2 . ****/
  125. h1 {color: #FF1493;; font-family: MS Gothic ; font-size:20px; line-height:25px;font-weight:normal;margin:0px;padding:0px;margin-bottom:-0px;text-align:left;letter-spacing: 1px;
  126. text-shadow: 0 1px 1px #fff;}
  127.  
  128. h2 {color: #8B2252; font-family: Courier New; font-size:20px; line-height:25px; font-weight:normal; margin:0px; padding:0px; margin-bottom:-0px; text-align:left; letter-spacing: 1px; border-bottom: 1px solid #eee;}
  129.  
  130.  
  131. /********************* Formação de textos, ITALICO, NEGRITO , RISCADO, SUBLINHADO ***/
  132. s {color: #CD3278;}
  133. i {color: #CD3278;}
  134. b {color: #CD3278; }
  135. u, span.sublinha {cursor: crosshair; text-decoration: none; border-bottom: 10px dashed #CD3278;}
  136.  
  137.  
  138.  
  139. /************************ CAIXAS ***/
  140. #box {Overflow:hidden; letter-spacing: 1px; background-color: #E8E8E8; padding:6px; margin-bottom:00px; -webkit-border-radius: 0px; -webkit-box-shadow:0 0 1em #00ff00; text-shadow: 0 10px 10px ;border: 60px solid #eee; font-size: 10px;
  141. }
  142.  
  143.  
  144. #sidebar {position:fixed; float: center; z-index:2; width:550px; left:350px; top:20px; padding-top:30px;}
  145.  
  146.  
  147. /********************* O MENU DE NAVEGAÇÃO *****/
  148. #nav { width: 100px; float: left; background:#E8E8E8; padding: 5px 0 5px 0; text-align: center; margin: 1px; margin-left: 250px; line-height: 50px; color: #8A8A8A; font: 10px Arial Unicode MS; margin-bottom: 1px; text-shadow: 0 1px 1px #fff; -webkit-border-radius: 40px; -webkit-box-shadow:0 0 1em #f3f3f3; }
  149.  
  150. #nav:hover {background:#F2F2F2; color: #68228B;}
  151.  
  152.  
  153.  
  154.  
  155. /****************** IMAGENS: BORDA , OPACIDADE E TAMANHOS *****************/
  156. .border { padding : 1px; background :#8B2252; ; url(); }
  157.  
  158. img { filter: alpha(opacity=100); opacity: 1.0; -webkit-transition-duration: .25s; }
  159. img:hover { filter: alpha(opacity=50); opacity:.50; }
  160.  
  161. a img{ max-width:500px; }
  162.  
  163.  
  164. /*************** Menu Popup *********/
  165. #fade { /*--Transparent background layer--*/
  166. display: none; /*--hidden by default--*/
  167. background: #000;
  168. position: fixed; left: 0; top: 0;
  169. width: 100%; height: 100%;
  170. opacity: .80;
  171. z-index: 9999;
  172. }
  173. .popup_block{
  174. display: none; /*--hidden by default--*/
  175. background: #fff;
  176. padding: 20px;
  177. font-family: Harrington;
  178. border: 08px solid #FF1493;
  179. float: left;
  180. font-size: 1.2em;
  181. position: fixed;
  182. top: 50%; left: 50%;
  183. z-index: 99999;
  184. /*--CSS3 Box Shadows--*/
  185. -webkit-box-shadow: 0px 0px 20px #000;
  186. -moz-box-shadow: 0px 0px 20px #000;
  187. box-shadow: 0px 0px 20px #000;
  188. /*--CSS3 Rounded Corners--*/
  189. -webkit-border-radius: 10px;
  190. -moz-border-radius: 10px;
  191. border-radius: 10px;
  192. }
  193. img.btn_close {
  194. float: right;
  195. margin: -58px -58px 0 0;
  196. }
  197. /*--Making IE6 Understand Fixed Positioning--*/
  198. *html #fade {
  199. position: absolute;
  200. }
  201. *html .popup_block {
  202. position: absolute;
  203. }
  204.  
  205. </style>
  206. </head>
  207. <body>
  208. <div class="barraf"></div><div class="barra2"></div>
  209.  
  210.  
  211. <div id="sidebar">
  212. <p>
  213.  
  214.  
  215. <div id="box">
  216. <div class="tira2"><marquee>Pode Excluir isso se quiser!</marquee> </div>
  217.  
  218. <img src="http://30.media.tumblr.com/tumblr_lkbss6rj8K1qf7rcso1_500.gif" height="300" width="386"><br><p>
  219.  
  220. ESCREVA AQUI ESCREVA AQUI ESCREVA AQUI ESCREVA AQUIE SCREVA AQUI ESCREVA AQUI ESCREVA AQUI ESCREVA AQUI ESCREVA AQUI ESCREVA AQUI ESCREVA AQUI ESCREVA AQUI ESCREVA AQUI ESCREVA AQUI ESCREVA AQUI ESCREVA AQUI ESCREVA AQUI ESCREVA AQUI ESCREVA AQUI ESCREVA AQUI
  221.  
  222.  
  223.  
  224. </div>
  225.  
  226. <a href="#?w=500" rel="ask" title="Pergunte" class="poplight" id="nav">
  227. Me Pergunte</a>
  228.  
  229. </div>
  230.  
  231. </div>
  232.  
  233.  
  234. </font>
  235. </div>
  236.  
  237. <table border="0" cellpadding="0" cellspacing="0" style="border-bottom: 0px solid #;">
  238. <tr><td style="top: -10; right: 250; width: 500px; position: absolute;" id="main">
  239. </div>
  240.  
  241.  
  242. <blogger><br><br>
  243. <table border="0" cellpadding="0px" cellspacing="0"><tr>
  244.  
  245. <td valign="top" width="530">
  246.  
  247.  
  248.  
  249. {block:Text}{Body}{/block:Text}
  250. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" class=" opacity" alt="{PhotoAlt}" width=500px/>{LinkCloseTag}</center>{block:Caption} {Caption}{/block:Caption}{/block:Photo}
  251. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  252. {block:Quote}{block:Source}<P>{Source}</p>{/block:Source}{/block:Quote}
  253. {block:Link}{block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  254. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  255. {block:Video}<center>{Video-500}{block:Caption}{Caption}{/block:Caption}</center>{/block:Video}
  256.  
  257. {block:Answer}<div align="right"><div class="h3"><img src="{AskerPortraitURL-48}" border="0" width="48" height="48" align="right" style="border: 2px solid #000; padding: 1px; margin-bottom: 2px;"><u>Me Perguntou:</u> <br><br>{Question}<br></div>
  258. <br>
  259. <div align="left"> <u>E eu respondi:</u> {Answer}</div></div>{/block:Answer}
  260.  
  261.  
  262.  
  263. <br>
  264.  
  265. </div>
  266.  
  267.  
  268. </div></div></div>
  269. </div><br>
  270. {/block:Posts}
  271.  
  272.  
  273. </div>
  274. </td></tr></table><br><br></blogger></div>
  275.  
  276.  
  277.  
  278. </td>
  279.  
  280.  
  281.  
  282. <div id="ask" class="popup_block">
  283.  
  284. <h2>Ask</h2><div class="br1"></div>
  285.  
  286. <iframe frameborder="0" border="0" scrolling="no" width="500" height=”150” allowtransparency="true" src="http://www.tumblr.com/ask_form/SEUTUMBLR.tumblr.com" style"background-color:transparent; overflow:hidden;:"></iframe>
  287.  
  288.  
  289.  
  290. </div>
  291.  
  292.  
  293.  
  294. </div></div>
  295. </td></table></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement