luisquintanilha

Theme para desativação

Jun 30th, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1.  
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head> <!-- DEFAULT VARIABLES -->
  5. <meta name="color:background" content="#F6F6F6" />
  6. <meta name="color:bgtitle" content="#FFFFFF" />
  7. <meta name="color:text" content="#666666" />
  8. <meta name="color:link" content="#666666" />
  9.  
  10. <meta name="image:background" content=""/>
  11.  
  12.  
  13. <meta name="text:title" content="DESATIVADO"/>
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}
  18. <meta name="description" content="{MetaDescription}" />
  19. {/block:Description}
  20.  
  21.  
  22.  
  23. <style type="text/css">
  24.  
  25. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family: verdana; font-size:11px; line-height:110%; text-align:justify}
  26.  
  27. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  28. a:hover{color:{color:text}; background-color:{color:lhover}}
  29. #side {
  30.  
  31. margin-left:100px;
  32.  
  33. margin-top:0px;
  34.  
  35. background-color:transparent;
  36.  
  37. position:fixed;
  38.  
  39. width:1150px
  40. }
  41.  
  42.  
  43. #mdescri {width: 355px; height: auto; margin-left: 490px; margin-top: 345px; position:absolute; overflow:hidden; padding:6px; background: {color:bgtitle}; font-size: 9px}
  44.  
  45. #mss {width: 360px; height: 50px; margin-left: 493px; margin-top: 135px; position:fixed; overflow:hidden; background: {color:bgtitle}}
  46.  
  47. #mss {font-family: georgia; font-size: 30px; text-align: center; line-height:29px}
  48.  
  49. #mss:hover {font-style: italic}
  50.  
  51.  
  52. </style>
  53. <body>
  54. <div id="side">
  55. <center><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><p><iframe frameborder="0" scrolling="no" width="32%" height="150" src="http://www.tumblr.com/ask_form/{name}.tumblr.com"
  56. style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe>
  57. <!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p></center></div>
  58.  
  59. <div id="mdescri">
  60.  
  61. {description}
  62.  
  63. </div>
  64.  
  65. <div id="mss">{text:title}
  66.  
  67. </div>
  68.  
  69.  
  70. </body>
  71. </html>
Advertisement
Add Comment
Please, Sign In to add comment