Advertisement
conception

NYC Description

May 8th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. <center>
  2. <style>
  3. .overlay {
  4. top: 30px;
  5. height: 465px;
  6. padding: 2px;
  7. background-color: #090909;
  8. box-shadow: 0px 0px 25px #141414;
  9. width: 800px;
  10. border: none;
  11. border-radius: 0px;
  12. position: relative;
  13. margin-bottom: 50px;
  14. }
  15.  
  16. .innerbox {
  17. background-color: #1c1c1c;
  18. border-radius: 0px;
  19. overflow: auto;
  20. position: absolute;
  21. padding: 4px;
  22. }
  23.  
  24. #header {
  25. width: 800px;
  26. height: 300px;
  27. top: 0px;
  28. left: 0px;
  29. padding: 0px;
  30. border: none;
  31. }
  32.  
  33. #welcome {
  34. width: 540px;
  35. height: 160px;
  36. top: 290px;
  37. left: 15px;
  38. font-size: 9pt;
  39. }
  40.  
  41. #rules {
  42. width: 215px;
  43. height: 160px;
  44. top: 290px;
  45. left: 570px;
  46. text-align: left;
  47. }
  48.  
  49. </style>
  50.  
  51. <div class="overlay">
  52. <div class="innerbox" id="header"><img src="http://i.imgur.com/SlRMYo3.png" /></div>
  53.  
  54. <div class="innerbox" id="welcome"><h1>Welcome to the NYC Cult</h1>
  55. This is the Official VampireFreaks NYC Cult. Our mission is to bring together the local freaks, geeks, intellectuals and outcasts. This cult is about NYC clubs, concerts, parties, Manhattan, Brooklyn, Bronx, Queens, Staten Island, New Jersey, and other surrounding areas. Feel free to post about events happening in the New York City area, or just chat about things happening around here. We do not limit discussion to local events, this is also your discussion forum to get to know each other. NYC is known for its hostile occupants, and with that in mind, please be respectful and courteous to the group members.
  56. </div>
  57.  
  58. <div class="innerbox" id="rules"><h1>Rules</h1>
  59. - No Trolling
  60. <br>- No Cyberbulling
  61. <br>- No Name Calling
  62. <br>- No Harassing Other Members
  63. <br><br><a href="" class="stafflink">All Staff</a>
  64. </div>
  65.  
  66. </div>
  67. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement