Advertisement
moremarijuana

Desativado

May 23rd, 2013
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.74 KB | None | 0 0
  1. <html>
  2.  
  3.  
  4. <!-----------------------Theme Aviso Desativado----------------------------------- THEME FEITO POR MONIQUE - SonodosJustos - Minha base propria.- Pode usar como base. NUNCA RETIRE OS CREDITOS! eu conheço bem as minhas bases
  5.  
  6. ---------------------------------------------------------------------------------->
  7.  
  8. <title>{Title}</title>
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=The+Girl+Next+Door' rel='stylesheet' type='text/css'>
  11.  
  12. <head>
  13.  
  14. <script>
  15. function changeNavigation(id)
  16. {document.getElementById('main').innerHTML=document.getElementById(id).innerHTML}
  17. </script>
  18.  
  19.  
  20. <script type="text/javascript"
  21. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  22.  
  23. <script>
  24.  
  25.  
  26.  
  27. $(document).ready(function() {
  28.  
  29. //
  30.  
  31.  
  32.  
  33. //When you click on a link with class of poplight and the href starts with a #
  34.  
  35. $('a.poplight[href^=#]').click(function() {
  36.  
  37. var popID = $(this).attr('rel'); //Get Popup Name
  38.  
  39. var popURL = $(this).attr('href'); //Get Popup href to define size
  40.  
  41.  
  42.  
  43. //Pull Query & Variables from href URL
  44.  
  45. var query= popURL.split('?');
  46.  
  47. var dim= query[1].split('&');
  48.  
  49. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  50.  
  51.  
  52.  
  53. //Fade in the Popup and add close button
  54.  
  55. $('#' + 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>');
  56.  
  57.  
  58.  
  59. //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
  60.  
  61. var popMargTop = ($('#' + popID).height() + 80) / 2;
  62.  
  63. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  64.  
  65.  
  66.  
  67. //Apply Margin to Popup
  68.  
  69. $('#' + popID).css({
  70.  
  71. 'margin-top' : -popMargTop,
  72.  
  73. 'margin-left' : -popMargLeft
  74.  
  75. });
  76.  
  77.  
  78.  
  79. //Fade in Background
  80.  
  81. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  82.  
  83. $('#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
  84.  
  85.  
  86.  
  87. return false;
  88.  
  89. });
  90.  
  91.  
  92.  
  93. //Close Popups and Fade Layer
  94.  
  95. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  96.  
  97. $('#fade , .popup_block').fadeOut(function() {
  98.  
  99. $('#fade, a.close').remove(); //fade them both out
  100.  
  101. });
  102.  
  103. return false;
  104.  
  105. });
  106.  
  107.  
  108. });
  109.  
  110. </script>
  111.  
  112. <style type="text/css">
  113.  
  114. #navbar-iframe{ display: none; height: 0; visibility: hidden; }
  115.  
  116. /****************** Body, Tipo de Letra, Cores , Fundo. Curosr ****/
  117. body {background-color: #B5B5B5 ; font-family: Arial; font-size: 26px; font-weight: none; color: #000; background-image:url('http://static.tumblr.com/31e1ij0/s61lvdvxq/12.png');background-attachment:fixed;}
  118.  
  119. body, a, a:hover (http://img22.imageshack.us/img22/8756/1920x1080w.jpg), default !important;}
  120.  
  121.  
  122.  
  123. /********************* Titulos , H1 . H2 . ****/
  124. h1 {color: #FF1493;; font-family: Arial ; font-size:26px; line-height:25px;font-weight:normal;margin:0px;padding:0px;margin-bottom:-0px;text-align:left;letter-spacing: 1px;
  125. text-shadow: 0 1px 1px #fff;}
  126.  
  127. h2 {color: #8B2252; font-family: Courier New; font-size:22px; line-height:25px; font-weight:normal; margin:0px; padding:0px; margin-bottom:-0px; text-align:left; letter-spacing: 1px; border-bottom: 1px solid #eee;}
  128.  
  129.  
  130. /********************* Formação de textos, ITALICO, NEGRITO , RISCADO, SUBLINHADO ***/
  131. s {color: #CD3278;}
  132. i {color: #CD3278;}
  133. b {color: #CD3278; }
  134. u, span.sublinha {cursor: crosshair; text-decoration: none; border-bottom: 10px dashed #CD3278;}
  135.  
  136.  
  137.  
  138. /************************ CAIXAS ***/
  139. #box {Overflow:hidden; letter-spacing: 1px; background-color: #E8E8E8; padding:6px; margin-bottom:00px; -webkit-border-radius: 10px; -webkit-box-shadow:0 0 1em #2E8B57; text-shadow: 0 15px 10px ;border: 60px solid #eee; font-size: 10px;
  140. }
  141.  
  142.  
  143. #sidebar {position:fixed; float: center; z-index:2; width:550px; left:350px; top:20px; padding-top:30px;}
  144.  
  145.  
  146. /********************* O MENU DE NAVEGAÇÃO *****/
  147. #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; }
  148.  
  149. #nav:hover {background:#F2F2F2; color: #68228B;}
  150.  
  151.  
  152.  
  153.  
  154. /****************** IMAGENS: BORDA , OPACIDADE E TAMANHOS *****************/
  155. .border { padding : 1px; background :#8B2252; ; url(); }
  156.  
  157. img { filter: alpha(opacity=100); opacity: 1.0; -webkit-transition-duration: .25s; }
  158. img:hover { filter: alpha(opacity=50); opacity:.50; }
  159.  
  160. a img{ max-width:500px; }
  161.  
  162.  
  163. /*************** Menu Popup *********/
  164. #fade { /*--Transparent background layer--*/
  165. display: none; /*--hidden by default--*/
  166. background: #000;
  167. position: fixed; left: 0; top: 0;
  168. width: 100%; height: 100%;
  169. opacity: .80;
  170. z-index: 9999;
  171. }
  172. .popup_block{
  173. display: none; /*--hidden by default--*/
  174. background: #fff;
  175. padding: 20px;
  176. font-family: Harrington;
  177. border: 08px solid #FF1493;
  178. float: left;
  179. font-size: 1.2em;
  180. position: fixed;
  181. top: 50%; left: 50%;
  182. z-index: 99999;
  183. /*--CSS3 Box Shadows--*/
  184. -webkit-box-shadow: 0px 0px 20px #000;
  185. -moz-box-shadow: 0px 0px 20px #000;
  186. box-shadow: 0px 0px 20px #000;
  187. /*--CSS3 Rounded Corners--*/
  188. -webkit-border-radius: 10px;
  189. -moz-border-radius: 10px;
  190. border-radius: 10px;
  191. }
  192. img.btn_close {
  193. float: right;
  194. margin: -58px -58px 0 0;
  195. }
  196. /*--Making IE6 Understand Fixed Positioning--*/
  197. *html #fade {
  198. position: absolute;
  199. }
  200. *html .popup_block {
  201. position: absolute;
  202. }
  203.  
  204. </style>
  205. </head>
  206. <body>
  207. <div class="barraf"></div><div class="barra2"></div>
  208.  
  209.  
  210. <div id="sidebar">
  211. <p>
  212.  
  213.  
  214. <div id="box">
  215.  
  216. <h2>NOME NOME NOME</h2>
  217.  
  218. Porque desativou aqui. Porque desativou aqui.Porque desativou aqui. Porque desativou aqui. Porque desativou aqui. Porque desativou aqui. Porque desativou aqui. Porque desativou aqui. Porque desativou aqui. Porque desativou aqui. Porque desativou aqui. Porque desativou aqui. Porque desativou aqui. Porque desativou aqui. Porque desativou aqui. Porque desativou aqui. Porque desativou aqui. Porque desativou aqui. Porque desativou aqui.
  219.  
  220.  
  221. <p><iframe frameborder="0" scrolling="no" width="100%" height="150" src="http://www.tumblr.com/ask_form/{name}.tumblr.com"
  222. style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe>
  223. <!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
  224.  
  225. </div>
  226.  
  227.  
  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