Advertisement
getnakedmiley

URL Redirect Theme #01

Aug 30th, 2012
10,527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- URL REDIRECT THEME ONE BY GETNAKEDMILEY -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta name="color:bg" content="#FCFCFC">
  12. <meta name="color:circle" content="#fff3ca">
  13. <meta name="color:posts" content="#FFFFFF">
  14. <meta name="color:link" content="#C4C2C2">
  15. <meta name="color:hover" content="#9A9A9A">
  16. <meta name="color:linkbg" content="#F7F7F7">
  17. <meta name="color:text" content="#9A9A9A">
  18. <meta name="color:tags" content="#EDEDED">
  19. <meta name="color:scrollbar" content="#D6D5D5">
  20.  
  21. <meta name="image:image" content=""/>
  22.  
  23. <meta name="text:oldurl" content=""/>
  24. <meta name="text:newurl" content=""/>
  25.  
  26. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  27. <title>{text:oldurl} has moved</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  28. <link rel="shortcut icon" href="{Favicon}" />
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  30.  
  31. <style type="text/css">
  32.  
  33.  
  34. a {
  35. color:{color:link};
  36. text-decoration:none;
  37. -moz-transition-duration:0.5s;
  38. -webkit-transition-duration:0.5s;
  39. -o-transition-duration:0.5s;
  40. }
  41.  
  42. a:hover {
  43. color:{color:hover};
  44. }
  45.  
  46. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:bg}}
  47.  
  48. ::-webkit-scrollbar-corner {background:{color:bg}}
  49.  
  50. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  51.  
  52. ::-webkit-scrollbar-button:horizontal {width: 4px; height: 4px; display: block; background:{color:scrollbar}}
  53.  
  54. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:bg}; border-bottom: 1px solid {color:bg}}
  55.  
  56. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}}
  57.  
  58.  
  59. body {
  60. background-color:{color:bg};
  61. margin-left:20%;
  62. margin-top:10%;
  63. padding:0px;
  64. }
  65.  
  66. #theme {
  67. position:fixed;
  68. }
  69.  
  70. .circle {
  71. background-color:{color:circle};
  72. position:absolute;
  73. width:160px;
  74. height:160px;
  75. border-radius:100px;
  76. }
  77.  
  78. .circle img {
  79. width:150px;
  80. height:150px;
  81. border-radius:100px;
  82. }
  83.  
  84. #text {
  85. margin-top:-30px;
  86. margin-left:175px;
  87. font-family:calibri;
  88. text-transform:uppercase;
  89. color:{color:text};
  90. width:200px;
  91. font-size:8px;
  92. letter-spacing:2px;
  93. }
  94.  
  95. #newurl {
  96. margin-left:175px;
  97. font-family:georgia;
  98. text-transform:lowercase;
  99. color:{color:text};
  100. width:200px;
  101. font-size:15px;
  102. letter-spacing:2px;
  103. }
  104.  
  105. #rectangle {
  106. margin-top:100px;
  107. margin-left:175px;
  108. height:1px;
  109. width:300px;
  110. background-color:{color:circle};
  111. }
  112.  
  113.  
  114. </style>
  115.  
  116. </head>
  117. <body>
  118.  
  119. <div id="theme">
  120. <div class="circle">
  121. <a href="/"><img src="{image:image}"></a>
  122. </div>
  123. <div id="rectangle">
  124. </div>
  125. <div id="text"> {text:oldurl} has moved to </div>
  126. <div id="newurl"><a href="http://{text:newurl}.tumblr.com/">{text:newurl}</a></div>
  127. </br>
  128.  
  129. <div style="right:5px;bottom:5px;position:fixed;font-family:calibri;font-size:8px;letter-spacing:2px"><a href="http://sunsgodownthemes.tumblr.com/">THEME</a></div>
  130. </div>
  131. </body>
  132. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement