Advertisement
c-hanged

theme pra desativação ou mudança de URL;

Apr 29th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. <html>
  2. <meta http-equiv="x-dns-prefetch-control" content="off"/><meta name="robots" content="noindex"/><meta http-equiv="x-dns-prefetch-control" content="off"/><script type="text/javascript">
  3. var rev = "fwd";function titlebar(val)
  4. {var msg = "{title}";
  5. var res = " ";
  6. var speed = 120;var pos = val;msg = "{title}";var le = msg.length;if(rev == "fwd"){if(pos < le){pos = pos+1;scroll = msg.substr(0,pos);document.title = scroll;timer = window.setTimeout("titlebar("+pos+")",speed);}
  7. else{rev = "bwd";
  8. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  9. else{
  10. if(pos > 0){
  11. pos = pos-1;var ale = le-pos;scrol = msg.substr(ale,le);document.title = scrol;timer = window.setTimeout("titlebar("+pos+")",speed);}
  12. else{rev = "fwd";timer = window.setTimeout("titlebar("+pos+")",speed);}}}
  13. titlebar(0);
  14. </script>
  15.  
  16.  
  17. <!-- theme by c-h4nged, don't copy! -->
  18.  
  19.  
  20. <head>
  21.  
  22. <meta name="color:background" content="#f8f8f8" />
  23. <meta name="color:link" content="#000" />
  24. <meta name="color:text" content="#000" />
  25. <meta name="color:sidebar" content="#fff" />
  26. <meta name="text:Link1" content="" />
  27. <meta name="text:Link1 Title" content="link1" />
  28. <meta name="text:Link2" content="" />
  29. <meta name="text:Link2 Title" content="link2" />
  30. <meta name="text:Link3" content="" />
  31. <meta name="text:Link3 Title" content="link3" />
  32. <meta name="image:sidebar" content="http://static.tumblr.com/j9sw06p/fYEm37mrc/tumblr_m0n437yiul1r8h0rlo1_500.jpg" />
  33.  
  34. <title>{Title}</title>
  35. <link rel="shortcut icon" href="{Favicon}">
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  37. {block:Description}
  38. <meta name="description" content="{MetaDescription}" />
  39. {/block:Description}
  40.  
  41. <style type="text/css">
  42.  
  43. body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  44.  
  45. #sidebar {position: fixed; margin: 0px 0px 0px 100px;}
  46.  
  47. #sid{font-size: 9px; font-family: verdana; position: fixed; width: 201px; margin-left: -2px; height: auto; margin-top: 5px;}
  48.  
  49. #sibimg{ position:fixed; width: 301px; height: 206px; padding: 4px; margin-top:60px; margin-left:74px; background-color: {color:sidebar}; }
  50.  
  51. .descripaulinho{position:fixed; width: 198px; height: 94px; margin-left:175px; font-size: 9px;font-family: verdana;padding: 5px;text-align: justify;color: {color:text}; background-color: {color:sidebar} ;margin-top: 275px; overflow:hidden; }
  52.  
  53. #linhadesign{margin-left: 351px; margin-top: 212px; width: 4px; height: 350px; text-align: center; background-color: {color:sidebar} ; position: fixed; padding: 0px; -webkit-transform: rotate(-90deg);}
  54. #linhadesign2{margin-left: 388px; margin-top: 243px; width: 4px; height: 280px; text-align: center; background-color: {color:sidebar}; position: fixed; padding: 0px;}
  55.  
  56. .linkspaulinho {position: fixed; width: 50px; margin-left:74px; margin-top:275px; padding: 0px; text-align: center; z-index:3;}
  57. .linkspaulinho a {float: left; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-right: 1px; margin-bottom:1px; width: 100px; background-color: {color:sidebar}; color:{color:link}; text-decoration: none; line-height:34px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  58. .linkspaulinho a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover}; letter-spacing:0px; font-weight: bold; }
  59.  
  60. .credit{position:fixed; font-size: 9px;font-family: verdana;padding: 5px;color: {color:text}; text-transform: justify; background-color: {color:sidebar} ;margin-top: 380px; margin-left:74px; width: 90px; height:11px; }
  61.  
  62. #tumblr_controls{position: fixed!important}
  63. #tumblr_controls{position: fixed!important}
  64. #tumblr_controls{position: fixed!important}
  65. #tumblr_controls{position: fixed!important}
  66.  
  67. </style>
  68. <body>
  69.  
  70. <div id="sidebar">
  71.  
  72. <div id="sid">
  73.  
  74. <img src="{image:sidebar}" id="sibimg">
  75.  
  76. <div class="linkspaulinho">
  77. <a href="{text:Link1}">{text:Link1 Title} </a>
  78. <a href="{text:Link2}">{text:Link2 Title} </a>
  79. <a href="{text:Link3}">{text:Link3 Title} </a>
  80. </div>
  81.  
  82. <div id="linhadesign"></div>
  83. <div id="linhadesign2"></div>
  84.  
  85. <div class="descripaulinho">{description}</div>
  86.  
  87. <div class="credit">
  88. by <b>c-h4nged</b>. ©
  89. </div>
  90.  
  91. </div>
  92. </div>
  93.  
  94. </body>
  95. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement