Advertisement
Decrepitar

Theme 72 (disponibilização)

Jul 11th, 2013
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.51 KB | None | 0 0
  1. <html>
  2. <!--------------
  3.  
  4. THEMES BY DECREPITAR , NADA DE PLAGIOS !
  5. - THEME PARA URL (VITRINE) | VITRINE 04;
  6. ♥ NÃO RETIRE OS CREDITOS !
  7.  
  8. ---------------->
  9.  
  10.  
  11.  
  12. <head>
  13.  
  14.  
  15. <meta name="image:background" content "http://static.tumblr.com/gdekeu9/arLmpjecl/background.jpg"/>
  16. <meta name="image:foto" content "http://static.tumblr.com/239fbe83eb66b7a8ccceab010a8f0bb7/gdekeu9/i6Umpfr3r/tumblr_static_tumblr_static_edit3.png"/>
  17.  
  18.  
  19.  
  20. <script type="text/javascript"
  21. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  22. <script>
  23. $(document).ready(function() {
  24. //
  25. //When you click on a link with class of poplight and the href starts with a #
  26.  
  27. $('a.poplight[href^=#]').click(function() {
  28.  
  29. var popID = $(this).attr('rel'); //Get Popup Name
  30.  
  31. var popURL = $(this).attr('href'); //Get Popup href to define size
  32.  
  33. //Pull Query & Variables from href URL
  34.  
  35. var query= popURL.split('?');
  36.  
  37. var dim= query[1].split('&');
  38.  
  39. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  40.  
  41. //Fade in the Popup and add close button
  42.  
  43. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/91755bf5fc1f96ff02d2db426e6ae2be/tumblr_inline_mnqyw4760V1qz4rgp.png" class="btn_close" title="Close Window" alt="Close" /></a>');
  44.  
  45. //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
  46.  
  47. var popMargTop = ($('#' + popID).height() + 80) / 2;
  48.  
  49. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  50.  
  51. //Apply Margin to Popup
  52.  
  53. $('#' + popID).css({
  54.  
  55. 'margin-top' : -popMargTop,
  56.  
  57. 'margin-left' : -popMargLeft
  58.  
  59. });
  60.  
  61. //Fade in Background
  62.  
  63. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  64.  
  65. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  66.  
  67. return false;
  68.  
  69. });
  70.  
  71.  
  72. //Close Popups and Fade Layer
  73.  
  74. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  75.  
  76. $('#fade , .popup_block').fadeOut(function() {
  77.  
  78. $('#fade, a.close').remove(); //fade them both out
  79. });
  80. return false;
  81. });
  82.  
  83. });
  84. </script>
  85.  
  86.  
  87.  
  88. <link href='http://fonts.googleapis.com/css?family=Princess+Sofia|Crafty+Girls|Stalemate|Allura|Sevillana|Great+Vibes|Mouse+Memoirs|Merienda' rel='stylesheet' type='text/css'>
  89.  
  90.  
  91.  
  92. </head>
  93. <style>
  94. /*** MENU POP-UP (helpdesigns) ***/
  95.  
  96.  
  97. #fade { /*--Transparent background layer--*/
  98. display: none; /*--hidden by default--*/
  99. background-image:url('http://static.tumblr.com/36lygln/IXQmprzre/tumblr_inline_milraggj8p1qz4rgp.jpg');
  100. position: fixed; left: 0; top: 0;
  101. width: 100%; height: 100%;
  102. opacity: .80;
  103. z-index: 9999;
  104. }
  105. .popup_block{
  106. display: none; /*--hidden by default--*/
  107. background: #a1a1a1;
  108. padding: 20px;
  109. border:10px solid #FFF; /*--borda--*/
  110. float: left;
  111. font-size: 1.2em;
  112. position: fixed;
  113. top: 50%; left: 50%;
  114. z-index:10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;background-image:url('http://static.tumblr.com/36lygln/Abfmprzpk/fundinhoduh.png');
  115. /*--CSS3 Box Shadows--*/
  116. -webkit-box-shadow: 0px 0px 20px #000; /*--Sombras--*/
  117. -moz-box-shadow: 0px 0px 20px #000; /*--Sombras--*/
  118. box-shadow: 0px 0px 20px #000; /*--Sombras--*/
  119. /*--CSS3 Rounded Corners--*/
  120. -webkit-border-radius: 10px;
  121. -moz-border-radius: 10px;
  122. border-radius: 10px;
  123. }
  124. img.btn_close {
  125. float: right;
  126. margin: -55px -55px 0 0;
  127. }
  128. /*--Making IE6 Understand Fixed Positioning--*/
  129. *html #fade {
  130. position: absolute;
  131. }
  132. *html .popup_block {
  133. position: absolute;
  134. }
  135.  
  136.  
  137. .helpdesigns {display : block; font-family: calibri; font-size: 12px; line-height: 15px; margin-bottom : 1px; vertical-align : middle; text-indent : 0px; padding: 2px 2px 2px 6px; background: #ffffff; color: #a1a1a1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; text-align: left; }
  138.  
  139. .helpdesigns a{color: #ffffff;}
  140.  
  141. .helpdesigns a:hover {color:#f8aeec; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
  142.  
  143. body{color: {color:text}; font-family: Trebuchet Ms; font-size: 11px; margin:0; text-align: left; background: #000000 url('{image:background}') fixed;}
  144.  
  145.  
  146. a {color: ; text-decoration: none; text-transform: none;}
  147. a:hover {color: ; background-color: transparent; text-decoration: none;}
  148.  
  149. p {margin: 6px 0 0 0}
  150.  
  151. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid ; padding-left: 5px; }
  152. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid ;}
  153. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid ; }
  154. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid ; }
  155.  
  156. blockquote img{max-width: 570px!important}
  157. blockquote blockquote img{max-width: 450px!important}
  158. blockquote blockquote blockquote img{max-width: 430px!important}
  159. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  160.  
  161. #tumblr_controls{position: fixed!important}
  162. #tumblr_controls{position: fixed!important}
  163. #tumblr_controls{position: fixed!important}
  164. #tumblr_controls{position: fixed!important}
  165.  
  166. ::-webkit-scrollbar{width:4px;height:5px;}
  167. ::-webkit-scrollbar-button:start:decrement
  168. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  169. ::-webkit-scrollbar-track-piece{background-color:{color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  170. ::-webkit-scrollbar-thumb:vertical{height:50px;background-color:{color:scrollbar};-webkit-border-radius:px;}
  171. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:scrollbar};-webkit-border-radius:px;}
  172.  
  173. #poeta-sidebar {width: 750px ; height: 410px ; margin-top: 100px ; margin-left: 240px ; position: fixed ; background:#A1A1A1 url('http://static.tumblr.com/36lygln/Abfmprzpk/fundinhoduh.png'); border:3px double;color:#afaaae; -webkit-border-radius: 0px 0px 0px 0px ;box-shadow: 7px 7px 12px 7px #0000; //sombra;z-index:99;}
  174.  
  175.  
  176. #quelfoto {width: 200px ; height: 250px ; margin-top: 150px ; margin-left:280px ; position: fixed ; background: #transp. ; ; border-right:3px solid;color:{color:bordas}; border:1px solid;color:#a1a1a1;z-index:9999;}
  177. .quelfoto img {width:190px; height:240px;-webkit-filter: grayscale(0%);opacity:1;margin-top: 5px ; margin-left: 5px ;-webkit-border-radius:0px;}
  178. .quelfoto img:hover{opacity:0.55;-webkit-transition: all 1s ease-out;}
  179. .quelob{width:250px;; margin-left:-25px; margin-top:-35px; position:fixed; overflow:hidden; background-color: #trans ; color: #a1a1a1; font-family:arial; font-size:280px; border-top:0px solid; border-right:0px solid;}
  180.  
  181.  
  182.  
  183. #frase {background-color: ; font-weight: normal; letter-spacing: 0px; color: #A1A1A1; text-align:center; width: 300px; line-height: 40px;height: 40px; position: absolute; -moz-transition: all 0.4s ease-out; font-family:'Rochester'; margin-top:285px; margin-left:61px; text-transform: none; position: fixed; padding: 2px; font-size: 40px;-webkit-transform:rotate(-90deg) ;border-left:2px solid;border-top:2px solid;border-right:2px solid;}
  184.  
  185.  
  186. #links {margin-top:150px; margin-left: 510px; position:fixed; width: auto; z-index:99999999999999999999999999999;}
  187. .puts a{width:250px;height:42px;text-transform: none; font-family: 'Rochester', sans-serif; display: block;color:#a1a1a1; margin-bottom:2px; padding:3px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; background-color:#eeeeee; border-radius:0px;text-shadow: 1px 1px #;font-size:20px;border-left:6px solid #a1a1a1;border-right:6px solid #a1a1a1;opacity:0.75;line-height:42px;text-align:center; }
  188.  
  189.  
  190. #poeta-desc {width:140px;height:150px; margin-left:810px; margin-top:150px; position:fixed; overflow:hidden; background-color:#0A0A0A ;text-shadow: 0px 1px 1px #fff; color: #A1A1A1; font-family:arial;text-align:center; line-height: 12px; font-size:10px; border:1px solid; padding:3px;font-style: {color:sombra};text-shadow: 0px 1px 1px #000;opacity:0.55;z-index:9999;}
  191.  
  192.  
  193. .linka22 {width: 10px;margin-top: 320px; margin-left:810px; position:fixed; width: ; z-index:99999999999999999999999999999;}
  194.  
  195. .linka22 a{text-transform: none; display: inline-block ; font-family: arial ; background-color:#cecece; color: #a1a1a1; width: 150px; text-align: center; font-size: 9px; height:18px;line-height:18px;text-transform:uppercase; -webkit-transition-duration: .66s;margin: 2px 0 0px 0;opacity:0.81;border:0px solid;}
  196. #cred {margin-top: 90px; margin-left: 230px; position:fixed; width: auto; z-index:99999999999999999999999999999;z-index:9999;}
  197.  
  198. #cred a{text-transform: none; display: block; font-family: 'arial'; background-color:#transp.; color: #A1A1A1; width: 90px; text-align: center; font-size: 8px; height:12px;line-height:10px;text-transform:uppercase; -webkit-transition-duration: .66s;}
  199.  
  200. #frase2 {background-color: ; font-weight: normal; letter-spacing: 0px; text-align:left; width: 356px; line-height: 20px; position: absolute; -moz-transition: all 0.4s ease-out; font-family:'Rochester'; margin-top:435px; margin-left:345px;color:#A1A1A1; text-transform: none; position: fixed; padding: 2px; font-size: 35px;z-index:9999;}
  201.  
  202. #link-decrepitar {width: 15px; margin-top: 435px; margin-left: 620px; position:fixed;z-index:99999999999999999999999999999;}
  203.  
  204. #link-decrepitar a{display:inline-block ; font-family: 'arial'; background-color:#FFF; color:#A1A1A1; width: 80px;; font-size: 8px; height:25px;line-height:25px;text-transform:uppercase;;text-align:center; -webkit-transition-duration: .66s;margin: 1px 0 0px 0;opacity:0.71;border:1px dashed;}
  205. #link-decrepitar a:hover{-webkit-transform: rotate(360deg) ;-webkit-border-radius: 100px ;}
  206.  
  207.  
  208. </style>
  209.  
  210. <link href='http://fonts.googleapis.com/css?family=Alex+Brush|Qwigley|Rochester' rel='stylesheet' type='text/css'>
  211. <link href='http://fonts.googleapis.com/css?family=Princess+Sofia|Crafty+Girls|Stalemate|Allura|Sevillana|Great+Vibes|Mouse+Memoirs|Merienda' rel='stylesheet' type='text/css'>
  212. <body>
  213.  
  214.  
  215. <div id="cred">
  216. <a href="http://DECREPITAR.tumblr.com" title="THEME BY DECREPITAR | POP UP POR HELPDESIGN NÃO SE INSPIRE BICTH " target="_blank" > THEME DESIGN </a></DIV>
  217. </div></div></div></div>
  218.  
  219.  
  220.  
  221. <div id="poeta-sidebar"></div>
  222.  
  223.  
  224. <div id="quelfoto"><div class="quelob"><center> ✝ </center></div>
  225. <div class ="quelfoto"> <img src="{image:foto}">
  226. </div></div>
  227. </div></div>
  228.  
  229.  
  230. <!--------FRASES DO THEME AQUI .----------->
  231. <div id="frase">Url's For You </div>
  232.  
  233. <div id="frase2"> Peça Aqui a Sua Url </div>
  234. <!-------------FIM DA FRASES DO THEME---------->
  235.  
  236. <div id="content">
  237. <div id="link-decrepitar">
  238. <a href="#?w=500" rel="ask" class="poplight">peça aqui x</a>
  239. </div></div
  240.  
  241.  
  242. <!-------------LINKSSSSSSSSSSSSSSSSSSSSSSSSSS---------->
  243. <div id = "links">
  244. <div class = "puts">
  245. <a href="#?w=500" rel="urlfeminina" class="poplight">Url's Femininas</a>
  246. <a href="#?w=500" rel="urlmasculina" class="poplight">Url's Masculinas</a>
  247. <a href="#?w=500" rel="urlfotos" class="poplight">Url's Para tumblr de fotos</a>
  248. <a href="#?w=500" rel="urldiversas" class="poplight">Url's Diversas</a>
  249. <a href="#?w=500" rel="todas" class="poplight">Todas Urls</a>
  250.  
  251. </div></div>
  252. <!------------------SUAS REGRAS AQUIII------------------------->
  253. <div id="poeta-desc"> <center>
  254. <big><big><b> R</b><u>egras</u> </big</big><br><br>
  255. * blá blá blá <br>
  256. * blá blá blá <br>
  257. * blá blá blá <br>
  258. * blá blá blá <br>
  259. * blá blá blá <br>
  260. * blá blá blá <br>
  261. * blá blá blá <br>
  262. * blá blá blá <br>
  263. * blá blá blá <br>
  264.  
  265.  
  266.  
  267.  
  268. </center></div>
  269.  
  270. <div class = "linka22">
  271.  
  272. <a href="#" >LINK</a>
  273. <a href="#" >LINK</a>
  274. <a href="#" >LINK</a>
  275. <a href="#" >LINK</a>
  276. <a href="#" >LINK</a>
  277. <a href="#" >LINK</a>
  278.  
  279. </div>
  280. </div>
  281. <!------SUAS URL'S AQUIIIIIIIIIII THEME BY DECREPITAR . NÃO USE COMO BASE NEM SE INSPIRE----->
  282. <div id="urlfeminina" class="popup_block">
  283. <!--------URL'S FEMININAS-------->
  284. <div class="helpdesigns"> URL AQUI </div>
  285. <div class="helpdesigns"> URL AQUI </div>
  286. <div class="helpdesigns"> URL AQUI </div>
  287. <div class="helpdesigns"> URL AQUI </div>
  288. <div class="helpdesigns"> URL AQUI </div>
  289. <div class="helpdesigns"> URL AQUI </div>
  290. <div class="helpdesigns"> URL AQUI </div>
  291. <div class="helpdesigns"> URL AQUI </div>
  292. <div class="helpdesigns"> URL AQUI </div>
  293. </div>
  294.  
  295.  
  296. <div id="urlmasculina" class="popup_block">
  297. <!--------URL'S MASCULINAS-------->
  298. <div class="helpdesigns"> URL AQUI </div>
  299. <div class="helpdesigns"> URL AQUI </div>
  300. <div class="helpdesigns"> URL AQUI </div>
  301. <div class="helpdesigns"> URL AQUI </div>
  302. <div class="helpdesigns"> URL AQUI </div>
  303. <div class="helpdesigns"> URL AQUI </div>
  304. <div class="helpdesigns"> URL AQUI </div>
  305. <div class="helpdesigns"> URL AQUI </div>
  306. <div class="helpdesigns"> URL AQUI </div>
  307. </div>
  308.  
  309. <div id="urlfotos" class="popup_block">
  310. <!--------URL'S PARA TUMBLR DE FOTOS-------->
  311. <div class="helpdesigns"> URL AQUI </div>
  312. <div class="helpdesigns"> URL AQUI </div>
  313. <div class="helpdesigns"> URL AQUI </div>
  314. <div class="helpdesigns"> URL AQUI </div>
  315. <div class="helpdesigns"> URL AQUI </div>
  316. <div class="helpdesigns"> URL AQUI </div>
  317. <div class="helpdesigns"> URL AQUI </div>
  318. <div class="helpdesigns"> URL AQUI </div>
  319. <div class="helpdesigns"> URL AQUI </div>
  320. </div>
  321.  
  322.  
  323. <div id="urldiversas" class="popup_block">
  324. <!--------URL'S DIVERSAS-------->
  325. <div class="helpdesigns"> URL AQUI </div>
  326. <div class="helpdesigns"> URL AQUI </div>
  327. <div class="helpdesigns"> URL AQUI </div>
  328. <div class="helpdesigns"> URL AQUI </div>
  329. <div class="helpdesigns"> URL AQUI </div>
  330. <div class="helpdesigns"> URL AQUI </div>
  331. <div class="helpdesigns"> URL AQUI </div>
  332. <div class="helpdesigns"> URL AQUI </div>
  333. <div class="helpdesigns"> URL AQUI </div>
  334. </div>
  335.  
  336.  
  337. <div id="todas" class="popup_block">
  338. <!--------TODAS AS URLS-------->
  339. <div class="helpdesigns"> URL AQUI </div>
  340. <div class="helpdesigns"> URL AQUI </div>
  341. <div class="helpdesigns"> URL AQUI </div>
  342. <div class="helpdesigns"> URL AQUI </div>
  343. <div class="helpdesigns"> URL AQUI </div>
  344. <div class="helpdesigns"> URL AQUI </div>
  345. <div class="helpdesigns"> URL AQUI </div>
  346. <div class="helpdesigns"> URL AQUI </div>
  347. <div class="helpdesigns"> URL AQUI </div>
  348. </div>
  349.  
  350. <div id="ask" class="popup_block">
  351. <!-------COLOQUE SEU TUMBLR AQUI NA ASK--------->
  352. <p><iframe frameborder="0" scrolling="no" width="100%" height="200" src="http://www.tumblr.com/ask_form/DECREPITAR.tumblr.com"
  353. style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe>
  354. <!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
  355.  
  356. </div>
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372. </body>
  373. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement