apenassimplesversos

Theme mudança de url ©

Apr 8th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.94 KB | None | 0 0
  1. <html>
  2.  
  3.  
  4. <head> <!-- DEFAULT VARIABLES -->
  5. <meta name="color:background" content="#f8f8f8" />
  6. <meta name="color:post" content="#fff" />
  7. <meta name="color:sidebar" content="#fff" />
  8. <meta name="color:text" content="#949494" />
  9. <meta name="color:link" content="#000" />
  10. <meta name="color:link hover" content="#f8f8f8" />
  11. <meta name="image:sidebar" content="" />
  12. <meta name="image:sidebar2" content="" />
  13. <meta name="text:Link1" content="" />
  14. <meta name="text:Link1 Title" content="link" />
  15. <meta name="text:Link2" content="" />
  16. <meta name="text:Link2 Title" content="link" />
  17. <meta name="text:Link3" content="" />
  18. <meta name="text:Link3 Title" content="link" />
  19. <meta name="text:Link4" content="" />
  20. <meta name="text:Link4 Title" content="link" />
  21.  
  22.  
  23.                       <title>{Title}</title>
  24.         <link rel="shortcut icon" href="{Favicon}">
  25.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26.         {block:Description}
  27.   <meta name="description" content="{MetaDescription}" />
  28.         {/block:Description}
  29.  
  30.     <style type="text/css">
  31.  
  32.  
  33. body {background-color: #f5f5f5; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  34.  
  35. a {color: {color:text}; text-decoration: none; text-transform: none;}
  36. a:hover {color: {color:text}; background-color: transparent; font-style:italic;  text-decoration: none;}
  37.  
  38. p {margin: 6px 0 0 0}
  39.  
  40. blockquote {margin: 5px 5px 5px 5px; border-left: 2px solid {color:text}; padding-left: 5px; }
  41. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 1px solid {color:text};}
  42. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:sidebar}; }
  43. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:sidebar}; }
  44.  
  45. blockquote img{max-width: 470px!important}
  46. blockquote blockquote img{max-width: 450px!important}
  47. blockquote blockquote blockquote img{max-width: 430px!important}
  48. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  49.  
  50. /*** sidebar etc ***/
  51.  
  52. #sidebar {width:305px; height:200px; top:20px; margin-left:123px; text-align: center;  font-size:9px; font-family: verdana; background-color:#fff; border-top: 6px solid #f9f9f9;  border-left: 6px solid #f9f9f9;  border-bottom: 6px solid #f9f9f9;  position:fixed;}
  53.  
  54. h1 {font-family: verdana; text-align: center; font-size: 30px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  55. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  56. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: italic; font-style: italic; line-height: 18px;}
  57.  
  58. ::-webkit-scrollbar{width:5px;height:5px;}
  59. ::-webkit-scrollbar-button:start:decrement
  60. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  61. ::-webkit-scrollbar-track-piece{background-color: {color:sidebar}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  62. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #bebebe;-webkit-border-radius:px;}
  63. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: #bebebe;-webkit-border-radius:px;}
  64.  
  65.  
  66.  
  67. </style>
  68. <body>
  69. <img src="{PortraitURL-96}" align="right" class="borda" style="max-width:
  70. <div class="x1">
  71. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  72. {block:ifLink2}<a href="{text:Link2}">|{text:Link2 Title}</a>{/block:ifLink2}
  73. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}|</a>{/block:ifLink3}
  74. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  75. <a href="http://d-esequilibrio.tumblr.com/"> | Theme © </a>
  76. <h1>Mudei de url</h1>
  77.  
  78. Mudei o url para. <br>
  79. <a href="http://SUANOVAURL.tumblr.com/">Nome da nova url </a>
  80.  
  81. </body>
  82. </html>
Advertisement
Add Comment
Please, Sign In to add comment