Advertisement
tragical

Blaze > Petpage

Jan 21st, 2014
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. <link href=\'http://fonts.googleapis.com/css?family=Cardo\' rel=\'stylesheet\' type=\'text/css\'>
  2.  
  3. <!- Coding by Owly 2014 -!>
  4.  
  5. <style type="text/css">
  6. body{
  7. background:url(http://i43.tinypic.com/2nsnfdj.png);
  8. }
  9.  
  10.  
  11. img[src="http://images.rescreatu.com/pets/39/adult.png"]{
  12.  
  13. display:none;
  14.  
  15. }
  16.  
  17. div.body{
  18. border:none;
  19. background:none;
  20. }
  21.  
  22. h1{
  23. display:none;
  24. }
  25.  
  26.  
  27. #name{
  28. text-shadow: -1px 0 #fff, 0 1px #fff,
  29. 1px 0 #fff, 0 -1px #fff;
  30. z-index:4;
  31. height:100px;
  32. width:400px;
  33. position:fixed;
  34. font-family: \'Cardo\', serif;
  35. top:90px;
  36. left:560px;
  37. color:#c9b59e;
  38. font-size:48px;
  39.  
  40. }
  41.  
  42. #box{
  43. border:1px solid #fff;
  44. height:356px;
  45. width:287px;
  46. position:fixed;
  47. top:150px;
  48. left:575px;
  49. background:#c9b59e;
  50. overflow:auto;
  51. padding:5px;
  52. padding-top:20px;
  53. color:#fff;
  54. font-family:georgia;
  55. z-index:1;
  56. }
  57.  
  58. #box a, a:visited, a:hover
  59. {
  60. text-decoration:none;
  61. color:#fff;
  62. }
  63.  
  64. a, a:visited, a:hover{
  65. color:#c9b59e;
  66. text-decoration:none;
  67. font-family:georgia;
  68. }
  69.  
  70. #img{
  71. z-index:2;
  72. height:200px;
  73. width:200px;
  74. position:fixed;
  75. top:330px;
  76. left:787px;
  77. background:url(http://i48.tinypic.com/2yosqbl.jpg);
  78. }
  79.  
  80. </style>
  81. <div id="img"></div>
  82. <div id="box">story content goes here
  83. <br><br><a href="/">&#9658;</a></div>
  84. <div id="name">Ever After.</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement