Advertisement
shotforthesky

Redirecting Page Theme

May 20th, 2012
1,456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. <html>
  2.  
  3. <!--
  4. theme by Mimì @ thearmyinside.tumblr.com
  5. -->
  6.  
  7. <head>
  8.  
  9. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  10.  
  11. <title>"redirecting"</title>
  12. <meta http-equiv="REFRESH" content="4;url=http://URL.tumblr.com">
  13.  
  14. <style type="text/css">
  15.  
  16. body {
  17. background-color:#FCF2DD;
  18. background-attachment:fixed;
  19. font-family:Georgia;
  20. font-size:10px;
  21. margin:0px;
  22. }
  23.  
  24. #title {
  25. padding-top:60px;
  26. font-size:30px;
  27. text-align:center;
  28. letter-spacing:1px;
  29. color: #FCF2DD;
  30. font-family: "Allura", cursive;
  31. text-transform:none;
  32. line-height:110%;
  33. }
  34.  
  35. #box {
  36. width:200px;
  37. height:200px;
  38. text-align:center;
  39. font-family:Georgia;
  40. color: #FCF2DD;
  41. font-size:10px;
  42. background-color:#ECDDB8;
  43. -moz-border-radius: 500px;
  44. -khtml-border-radius: 500px;
  45. -webkit-border-radius: 500px;
  46. border-radius: 100px;
  47. }
  48.  
  49. #credits {
  50. font-family:Georgia;
  51. font-style:Bold;
  52. font-size:8px;
  53. color:#ECDDB8;
  54. }
  55.  
  56. a:link, a:active, a:visited {
  57. color:#ECDDB8;
  58. text-decoration:none;
  59. transition: all 0.4s ease-out;
  60. -o-transition-transition: all 0.4s ease-out;
  61. -webkit-transition: all 0.4s ease-out;
  62. -moz-transition: all 0.4s ease-out;
  63. }
  64. a:hover {
  65. color:#000000;
  66. transition: all 0.4s ease-out;
  67. -o-transition-transition: all 0.4s ease-out;
  68. -webkit-transition: all 0.4s ease-out;
  69. -moz-transition: all 0.4s ease-out;
  70. }
  71.  
  72. #entry {
  73. margin-top:200px;
  74. }
  75.  
  76. </style>
  77. <style type="text/css">{CustomCSS}</style>
  78.  
  79. </head>
  80. <body>
  81.  
  82. <div id="entry">
  83. <center>
  84.  
  85. <div id="box">
  86. <div id="title">redirecting.....</div>
  87. url change:<br> Previous URL > New URL
  88. <br>
  89. </div>
  90.  
  91. <div id="credits"><a target="_blank" href="http://thearmyinside.tumblr.com">theme by Mimì</a></div>
  92.  
  93. </center>
  94. </div>
  95. </body>
  96. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement