Advertisement
Wickerworks

Description Codes

Aug 24th, 2015
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. <center>
  2. <img src="http://i.imgur.com/CGzDRMQ.png" style="margin-top: 5px;" />
  3.  
  4. <style>
  5. .overlay {
  6. width: 1000px;
  7. height: 800px;
  8. background: #C77356;
  9. position: relative;
  10. border-bottom: 4px double #C77356;
  11. border-left: 2px dotted #630603;
  12. border-right: 2px dotted #630603;
  13. border-bottom-left-radius: 10px;
  14. border-bottom-right-radius: 10px;
  15. margin-top: 25px;
  16. box-shadow: 2px 2px 4px #330613;
  17. }
  18.  
  19. .innerbox {
  20. overflow: auto;
  21. border: none;
  22. background: #C64C45;
  23. position: absolute;
  24. border-bottom: 4px double #C77356;
  25. border-left: 2px dotted #630603;
  26. border-right: 2px dotted #630603;
  27. border-bottom-left-radius: 10px;
  28. border-bottom-right-radius: 10px;
  29. box-shadow: 2px 2px 4px #330613;
  30. }
  31.  
  32. #char {
  33. top: 4px;
  34. left: 4px;
  35. width: 495px;
  36. height: 400px;
  37. }
  38.  
  39. #cults {
  40. top: 4px;
  41. left: 505px;
  42. width: 490px;
  43. height: 791px;
  44. }
  45.  
  46. #about {
  47. top: 410px;
  48. left: 4px;
  49. width: 250px;
  50. height: 385px;
  51. }
  52.  
  53. #rules {
  54. top: 410px;
  55. left: 259px;
  56. width: 240px;
  57. height: 385px;
  58. }
  59.  
  60.  
  61. </style>
  62.  
  63. <div class="overlay">
  64. <div class="innerbox" id="char">
  65. <h1>Characters</h1>
  66. <i>LAYOUT UNDER CONSTRUCTION</i>
  67. Character Slots here - Table, Male + Female</div>
  68. <div class="innerbox" id="cults">Cult Slots go here, table- Owned, Staffed, Member</div>
  69. <div class="innerbox" id="about">About/welcome goes here!</div>
  70. <div class="innerbox" id="rules">Guidelines will go here.</div>
  71. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement