Advertisement
Guest User

Bleach Oc.. profile attempt 2

a guest
Jan 18th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. <style>
  2. #profile { border: hidden; background-color: transparent; }
  3.  
  4. .pfor {display:none;}
  5.  
  6. body{
  7. background-color:#fff;
  8. background-image:url(http://img08.deviantart.net/11a1/i/2009/268/5/c/seireitei_by_boomerangmouth.png);
  9. background-size:100%;
  10. background-repeat:no-repeat;
  11. background-attachment:fixed;
  12. }
  13.  
  14. .main:hover{
  15. opacity:1;
  16. transition:all .9s ease-in-out;-webkit-transition:all .9s ease-in-out;-moz-transition:all .9s ease-in-out;-o-transition:all .9s ease-in-out;-ms-transition:all .9s ease-in-out;
  17. }
  18.  
  19. .main:hover #strip{
  20. position:absolute;
  21. top:30%;
  22. right:0px;
  23. left:0px;
  24. height:350px;
  25. background-image:url('');
  26. background-size:27%;
  27. background-position:100% 4%;
  28. background-repeat:no-repeat;
  29. background-color: #AAAAAA;
  30. border-top:15px solid black;
  31. border-bottom:15px solid red;
  32. transition:all .9s ease-in-out;-webkit-transition:all .9s ease-in-out;-moz-transition:all .9s ease-in-out;-o-transition:all .9s ease-in-out;-ms-transition:all .9s ease-in-out;
  33. z-index:-1;}
  34.  
  35. #The{
  36. position:absolute;
  37. top:10px;
  38. right:340px;
  39. height:330px;
  40. width:660px;
  41. }
  42.  
  43. #Rose{
  44. position:absolute;
  45. top:0px;
  46. left:0px;
  47. height:330px;
  48. width:160px;
  49. overflow:auto;
  50. }
  51.  
  52. #Baroness{
  53. position:absolute;
  54. top:0px;
  55. left:170px;
  56. height:160px;
  57. width:160px;
  58. overflow:auto;
  59. }
  60.  
  61. #Mercenary{
  62. position:absolute;
  63. bottom:0px;
  64. left:170px;
  65. height:160px;
  66. width:160px;
  67. overflow:auto;
  68. }
  69.  
  70. #For{
  71. position:absolute;
  72. top:0px;
  73. left:340px;
  74. height:160px;
  75. width:300px;
  76. overflow:auto;
  77. }
  78.  
  79. #Hire{
  80. position:absolute;
  81. bottom:0px;
  82. left:340px;
  83. height:160px;
  84. width:300px;
  85. overflow:auto;
  86. }
  87.  
  88. .Gotei{
  89. color:#cc8782;
  90. font-size:10px;
  91. line-height:11px;
  92. font-family:arial;
  93. text-align:justify;
  94. margin: 3px 8px 3px 3px;
  95. }
  96.  
  97. big{
  98. font-size:30px;
  99. float:left;
  100. margin-top:5px;
  101. margin-right:5px;
  102. margin-left:-2px;
  103. color:#ff9977;
  104. text-shadow: 2px 2px 2px #ffcc99;
  105. }
  106.  
  107. b {
  108. color: #e6b594;
  109. font-weight:bold;
  110. letter-spacing: 1px;
  111. }
  112.  
  113. i{
  114. color:#d0b38b;
  115. font-family:cambria;
  116. font-weight:light;
  117. letter-spacing: 1px;
  118. font-style:italic;
  119. }
  120.  
  121. u{
  122. text-decoration:none;
  123. text-shadow: 0px 1px 2px #ff9977;
  124. }
  125.  
  126. .question{
  127. font-family: lucinda console;
  128. font-variant: small-caps;
  129. text-align:left;
  130. font-size: 10px;
  131. color: #513634;
  132. letter-spacing: 2px;}
  133.  
  134.  
  135. a:active, a:link, a:visited{
  136. color:#e8bba6;
  137. text-decoration:none;
  138. }
  139.  
  140. a:hover{
  141. cursor:help;
  142. color:#ff9977;
  143. text-decoration:line-through;
  144. }
  145.  
  146. h1 {
  147. font: normal 14px 'calibri';
  148. border-bottom: 1px solid #f5d4b5;}
  149.  
  150. ::-webkit-scrollbar {width: 3px;}
  151. ::-webkit-scrollbar-thumb:vertical {
  152. height: 10px;background-color: #eeccbb;}
  153. ::-webkit-scrollbar-thumb:horizontal {
  154. height: 10px;background-color: #eeccbb;border: 0px ;width: 15px;}
  155.  
  156. </style>
  157.  
  158. <div class="main" >
  159. <div id="strip"></div>
  160. <div id="The">
  161. <div id="Rose"><div class="Gotei">
  162.  
  163. <h1>Header</h1>
  164. <span class="question">test</span>
  165. test
  166. </div></div>
  167. <div id="Baroness"><div class="Gotei">
  168.  
  169. test
  170.  
  171. </div></div>
  172. <div id="Mercenary"><div class="Gotei">
  173.  
  174. OOC
  175.  
  176. </div></div>
  177. <div id="For"><div class="Gotei">
  178. test
  179.  
  180. </div></div>
  181. <div id="Hire"><div class="Gotei">
  182.  
  183. Extra
  184.  
  185. </div></div>
  186.  
  187. </div>
  188. </div>
  189. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement