Advertisement
cl4p-tp

#01 - MOVED

Sep 5th, 2013
12,656
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. <!-- theme by cl4p-tpwrites.tumblr.com; there's no visible credit because I'm cool like that and it's just a moved theme for fucks sake. Don't remove this though. This is cool. -->
  10.  
  11. <head>
  12.  
  13. <style type="text/css">
  14.  
  15.  
  16. body {
  17. background-color:black;
  18. margin:0px;
  19. color:black;
  20. font-family:calibri;
  21. padding:1px;
  22. }
  23.  
  24. a {
  25. color:#f8ba47;
  26. outline:none;
  27. -webkit-transition: all 0.8s;
  28. -moz-transition: all 0.8s;
  29. transition: all 0.8s;
  30. text-decoration:none;
  31.  
  32. }
  33.  
  34. a:hover {
  35. color:#ffa600;
  36. font-style:italic;
  37. -webkit-transition: all 0.8s;
  38. -moz-transition: all 0.8s;
  39. transition: all 0.8s;
  40. }
  41.  
  42.  
  43. #container{
  44. margin-top:200px;
  45. margin-left:20%;
  46. width:400px;
  47.  
  48. }
  49.  
  50. .form{
  51. position:fixed;
  52. margin-top:20px;
  53. background:#ffffff;
  54. color:black;
  55. width:400px;
  56. font-size:12px;
  57. padding-top:20px;
  58. padding-right:20px;
  59. padding-left:20px;
  60. letter-spacing: 2px;
  61. text-align:left;
  62. border-style:solid;
  63. border-width:4px;
  64. border-color:#f8ba47;
  65. }
  66.  
  67. .title {
  68. position:fixed;
  69. width:700px;
  70. margin-top: -25px;
  71. padding-bottom:10px;
  72. margin-left:-125px;
  73. text-align:center;
  74. font-family:helvetica;
  75. letter-spacing:3px;
  76. text-transform:uppercase;
  77. font-size:30px;
  78. color:white;
  79. }
  80. .title a{
  81. color:#f8ba47;
  82. }
  83. .title a:hover{
  84. color:white;
  85. font-style:italic;
  86. }
  87.  
  88.  
  89. #bloglink a{
  90. -webkit-transition: all 0.5s;
  91. -moz-transition: all 0.5s;
  92. transition: all 0.5s;
  93. display: inline-block;
  94. letter-spacing: 1px;
  95. text-transform:uppercase;
  96. color:#ffffff;
  97. background:#f8ba47;
  98. text-align:center;
  99. width:500px;
  100. border:solid transparent 1px;
  101. margin-left:-55px;
  102. padding:5px 2px 5px 2px;
  103. margin-top:5px;
  104. }
  105.  
  106. #bloglink a:hover{
  107. background:#ffffff;
  108. color:#f8ba47;
  109. font-style:normal;
  110. font-weight:bold;
  111. -webkit-transition: all 1s;
  112. -moz-transition: all 1s;
  113. transition: all 1s;
  114. border:solid black 1px;
  115.  
  116. }
  117.  
  118. {CustomCSS}</style>
  119.  
  120.  
  121. </head>
  122. <body>
  123. <div id="container">
  124. <div class="title">MOVED TO <a href="http://[insert new blog url here, duh].tumblr.com">NEW BLOG NAME</a></div>
  125. <div class="form">
  126.  
  127. <p>Talking talking etc. use these words to explain why you moved. Or, you know, don't. Leave 'em guessing! <p><b><big>You might wanna link them to some imporant <a href="/">shit maybe.</a></big></b>
  128. Or you could seranade them. I'm not gonna judge you, man. <a href="/">I'm just here to watch you in the showers.</a> What? What. Nothing! Moving on.
  129.  
  130.  
  131.  
  132. <center><div id="bloglink">
  133. <a href="http://pastebin.com/quD7HNtk">go to the code</a>&nbsp;
  134. </div></div>
  135.  
  136.  
  137. </div>
  138.  
  139.  
  140. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement