e-law-ise

html9

May 27th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. <head>
  2.  
  3. <title>Redirecting</title>
  4.  
  5. <!--------------------------------------------------------------------------
  6. --------------------- Adrienne Law's redirecting page --------------------------------------------Give credit where credit is due-------------------------------------------------------------------------------------------------->
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Spirax' rel='stylesheet' type='text/css'>
  9.  
  10. <style type="text/css">
  11.  
  12. a {
  13. text-decoration:none;
  14. color:#150054;
  15. }
  16. a:hover {
  17. color:#B5B0C2;
  18. }
  19.  
  20. #imageframe {
  21. margin-top:175px;
  22. margin-right:auto;
  23. margin-left:auto;
  24. width:158px;
  25. border:double 3px #a7a7a8;
  26. }
  27. #imageframe img {
  28. width:150px;
  29. margin:auto;
  30. padding:4px;
  31. }
  32. #redirect {
  33. margin-top:10px;
  34. margin-right:auto;
  35. margin-left:auto;
  36. width:200px;
  37. text-align:center;
  38. font-family:trebuchet, sans-serif;
  39. font-size:10px;
  40. }
  41. #redirect a {
  42. font-size:18px;
  43. font-style:bold;
  44. font-family:'spirax';
  45. }
  46.  
  47. #credit a {
  48. display:inline-block;
  49. width:40px;
  50. background-color:#fff;
  51. color:gray;
  52. text-decoration:none;
  53. border-right:1px solid;
  54. border-left: 1px solid;
  55. border-color:#878787;
  56. padding: 2px 0px 2px 0px;
  57. -o-transition: all 1s ease-out;
  58. -webkit-transition: all 1s ease-out;
  59. -moz-transition: all 1s ease-out;
  60. }
  61.  
  62. #credit a:hover {
  63. background-color:#667371;
  64. color:#fff;
  65. border-color:#fff;
  66. -o-transition: all 1s ease-out;
  67. -webkit-transition: all 1s ease-out;
  68. -moz-transition: all 1s ease-out;
  69. }
  70.  
  71. #credit {
  72. display:inline-block;
  73. font-size:10px;
  74. font-family: calibri;
  75. text-align:center;
  76. letter-spacing:1px;
  77. width:40px;
  78. height:15px;
  79. position: fixed;
  80. padding-top:1px;
  81. right:25px;
  82. bottom:10px;
  83.  
  84. }
  85.  
  86. </style>
  87.  
  88. <body>
  89.  
  90.  
  91. <!--- PICTURE HOLDER (REPLACE URL WITH URL OF IMAGE OF YOUR CHOICE) --->
  92.  
  93. <div id="imageframe"><img src="http://static.tumblr.com/951629b98a6a1d42e3da773504e2d077/vj39ntm/jF8n5138t/tumblr_static_1djbii0743lwgocc4k4kg804w.jpg"></div>
  94.  
  95. <!--- REDIRECTION MESSAGE --->
  96.  
  97. <div id="redirect">
  98. come find me at <br> <a href="http://YOURURLGOESHERE.tumblr.com">LINK TITLE</a>
  99. </div>
  100.  
  101.  
  102. <!-------------------------------------------------------------------------------- I don't care if you edit, but please for the love of god do not -----
  103. -------------------- remove the credit on my stuff -------------------------
  104. --------------------------------------------------------------------------->
  105.  
  106. <div id="credit">
  107. <div style="font-size:12; font-style:italic; text-align:center; padding-left:2px; padding-right:2px;"><a href="http://theleakycauldron.co.vu"> ---a---</a></div>
  108. </div>
  109.  
  110. </body>
Advertisement
Add Comment
Please, Sign In to add comment