Advertisement
tragical

Blaze > Profile Layout

Jan 21st, 2014
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. <!- Coding (c) Owly 2014 -!>
  2.  
  3. <link href='http://fonts.googleapis.com/css?family=Cardo' rel='stylesheet' type='text/css'>
  4.  
  5. <style type="text/css">
  6. #header, #search, #main-navbar, #sidebar, #sidetabs, #alerts, #navigation, #chatroom_mini,#chatroom, #footer_bg, #breadcrumbs, #footer_bg, .wrapper{display: none;}div.wraper{ background:none;}
  7.  
  8. body{
  9. background:url(http://i43.tinypic.com/2nsnfdj.png);
  10. overflow:hidden;
  11. }
  12.  
  13. a, a:visited{
  14. color:#FDFCF7;
  15. -webkit-transition: all 1s ease;
  16. -moz-transition: all 1s ease;
  17. -ms-transition: all 1s ease;
  18. -o-transition: all 1s ease;
  19. transition: all 1s ease;
  20. }
  21.  
  22. #box{
  23. font-size:11px;
  24. border:1px solid #fff;
  25. height:356px;
  26. width:287px;
  27. position:fixed;
  28. top:150px;
  29. left:575px;
  30. background:#c9b59e;
  31. overflow:auto;
  32. padding:5px;
  33. padding-top:20px;
  34. color:#fff;
  35. font-family:georgia;
  36. z-index:1;
  37. }
  38.  
  39. #box a, a:visited, a:hover
  40. {
  41. text-decoration:none;
  42. color:#fff;
  43. }
  44.  
  45. #name{
  46. text-shadow: -1px 0 #fff, 0 1px #fff,
  47. 1px 0 #fff, 0 -1px #fff;
  48. z-index:4;
  49. height:100px;
  50. width:400px;
  51. position:fixed;
  52. font-family: 'Cardo', serif;
  53. top:90px;
  54. left:649px;
  55. color:#c9b59e;
  56. font-size:48px;
  57.  
  58. }
  59.  
  60. #img{
  61. z-index:2;
  62. height:200px;
  63. width:200px;
  64. position:fixed;
  65. top:330px;
  66. left:787px;
  67. background:url(http://i48.tinypic.com/2yosqbl.jpg);
  68. }
  69.  
  70. a:hover{
  71. text-decoration:none;
  72. font-style:italic;
  73. color:#f2ead0;
  74. }
  75.  
  76. #block1{
  77. top:0px;
  78. padding-top:7px;
  79. overflow:hidden;
  80. position:fixed;
  81. height:45px;
  82. right:24px;
  83. color:#f2ead0;
  84. background:#c9b59e;
  85. -webkit-transition: all 1s ease;
  86. -moz-transition: all 1s ease;
  87. -ms-transition: all 1s ease;
  88. -o-transition: all 1s ease;
  89. transition: all 1s ease;
  90. border-bottom:1px solid #fff;
  91. border-left:1px solid #fff;
  92. border-right:1px solid #fff;
  93. }
  94.  
  95. #block1:hover{
  96. height:442px;
  97.  
  98. }
  99.  
  100. .head{
  101. color:#FDFCF7;
  102. font-variant:small-caps;
  103. }
  104.  
  105. #block6{
  106. display:none;
  107. }
  108.  
  109. #content #body, #content td, #content table{
  110. background:none;
  111. border:none;
  112. }
  113. </style>
  114. <font face=Georgia>
  115. <div id="name">Ever After.</div>
  116. <div id="img"></div>
  117. <div id="box"><center>story content goes here
  118. <br><br><a href="/">&#9658;</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement