Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. CSS GOES HERE--->
  2.  
  3. #profile-container{background: none; height: 100%;}
  4. body{background: #fff; overflow: hidden;}
  5.  
  6. ::-webkit-scrollbar{width: 5px;}
  7. ::-webkit-scrollbar-track-piece{background: #fff;}
  8. ::-webkit-scrollbar-thumb{background: #000;}
  9.  
  10.  
  11. #mainBox{
  12. width: 415px;
  13. height: 603px;
  14. background: #7989ad;
  15. border: 1px solid #444;
  16. position: absolute;
  17. top: 50%;
  18. left: 50%;
  19. margin: -302.5px 0px 0px -208.5px;
  20. box-shadow: 5px 5px 3px 2px #999;
  21. overflow: hidden;
  22. }
  23.  
  24. .inBox{
  25. width: 405px;
  26. height: 593px;
  27. background-image: url("http://i.imgur.com/hWejgrr.png");
  28. background-size: 405px;
  29. box-shadow: 0px 0px 0px 3px #000 inset;
  30. float: left;
  31. margin-left: 5px;
  32. margin-top: 5px;
  33. transition: width 0.5s 0.5s ease-out, background-position 0.5s 0.5s ease-out;
  34. }
  35.  
  36. #mainBox:hover > .inBox{
  37. width: 50px;
  38. background-position: -160px 0px;
  39. transition: all 0.5s ease-out;
  40. }
  41.  
  42. .inboxOne{
  43. float: left;
  44. width: 173px;
  45. height: 255px;
  46. margin-top: 5px;
  47. margin-left: 5px;
  48. background: #fff;
  49. box-shadow: 0px 0px 0px 3px #000 inset;
  50. opacity: 0;
  51. transition: all 0.5s ease-in;
  52. }
  53.  
  54. .inboxOneA{
  55. width: 163px;
  56. height: 245px;
  57. overflow: hidden;
  58. padding-right: 0px;
  59. background: none;
  60. float: left;
  61. margin-left: 5px;
  62. margin-top: 5px;
  63. text-align: center;
  64. font-size: 12px;
  65. font-family: Trebuchet MS;
  66. color: #000;
  67. opacity: 1;
  68. }
  69.  
  70. .z{
  71. font-family: Times New Roman;
  72. font-size: 11px;
  73. width: 100%;
  74. padding-left: 5px;
  75. height: 13px;
  76. background: #111;
  77. color: #fff;
  78. text-align: left;
  79. }
  80.  
  81. #mainBox:hover > .inboxOne{
  82. opacity: 1;
  83. transition: all 0.5s 0.5s ease-out;
  84. }
  85.  
  86. .inboxTwo{
  87. float: left;
  88. width: 350px;
  89. height: 333px;
  90. margin-top: 5px;
  91. margin-left: 5px;
  92. background: #fff;
  93. box-shadow: 0px 0px 0px 3px #000 inset;
  94. opacity: 0;
  95. transition: all 0.5s ease-in;
  96. }
  97.  
  98. .inboxTwoA{
  99. width: 330px;
  100. height: 323px;
  101. overflow: auto;
  102. padding-right: 10px;
  103. background: none;
  104. float: left;
  105. margin-left: 5px;
  106. margin-top: 5px;
  107. text-align: Left;
  108. font-size: 12px;
  109. font-family: Trebuchet MS;
  110. color: #000;
  111. opacity: 1;
  112. }
  113.  
  114. #mainBox:hover > .inboxTwo{
  115. opacity: 1;
  116. transition: all 0.5s 0.5s ease-out;
  117. }
  118.  
  119. .inboxThree{
  120. float: left;
  121. width: 173px;
  122. height: 294px;
  123. margin-top: 5px;
  124. margin-left: 5px;
  125. background: #fff;
  126. box-shadow: 0px 0px 0px 3px #000 inset;
  127. opacity: 0;
  128. transition: all 0.5s ease-in;
  129. }
  130.  
  131. #mainBox:hover > .inboxThree{
  132. opacity: 1;
  133. transition: all 0.5s 0.5s ease-out;
  134. }
  135.  
  136. CSS END-->
  137.  
  138. <div id="mainBox">
  139. <div class="inBox">&nbsp;</div>
  140. <div class="inboxOne">
  141. <div class="inboxOneA">
  142. <div class="z">NAME</div>
  143. Lucien Whiteguard
  144. <div class="z">SEX</div>
  145. Male
  146. <div class="z">ORIENTATION</div>
  147. Hetero
  148. <div class="z">AGE</div>
  149. Twenty Four
  150. <div class="z">RACE</div>
  151. Human
  152. <div class="z">PROFESSION</div>
  153. Paladin
  154. <div class="z">MAGIC TYPE</div>
  155. Holy Magic
  156. <div class="z">ALIGNMENT</div>
  157. Lawful Evil</div>
  158. </div>
  159. <div class="inboxOne">
  160. <div class="inboxOneA">
  161. <div class="z">INVENTORY:</div>
  162. <div style="text-align: justify; margin-left: 5px; margin-top: 3px; margin-right: 5px; font-family: Arial; font-size: 10px;">WIP.</div>
  163. </div>
  164. </div>
  165. <div class="inboxTwo">
  166. <div class="inboxTwoA">
  167. <div style="margin-top: 0px;" class="z">BACKSTORY</div>
  168. WIP.<br /><br /><br />
  169. <div style="margin-top: 10px;" class="z">OOC</div>
  170. Still a wip. Sorry.</div>
  171. </div>
  172. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement