Advertisement
painted_dreams87

Slugg Club Guild Coding

Mar 5th, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. <style>
  2. table {
  3. display: none;
  4. }
  5. .page table {
  6. display: table;
  7. }
  8. body {
  9. background-image: url("https://i.imgur.com/LpZmZ84.png");
  10. }
  11. #layout {
  12. width: 840px;
  13. height: 800px;
  14. margin: 0 auto;
  15. background-image: url("https://i.imgur.com/7Pmq7Tq.png");
  16. }
  17. #main {
  18. font: 10pt tahoma;
  19. color: #000000;
  20. top: 190px;
  21. left: 110px;
  22. width: 625px;
  23. height: 580px;
  24. overflow: hidden;
  25. }
  26. .page {
  27. height: 580px;
  28. overflow: auto;
  29. }
  30. #nav {
  31. top: 225px;
  32. left: 15px;
  33. width: 140px;
  34. height: 475px;
  35. overflow: hidden;
  36. text-align: center;
  37. }
  38. .table {
  39. display: inline;
  40. text-align: left;
  41. }
  42. td {
  43. padding: 10px;
  44. }
  45. h1 {
  46. font: 11pt tahoma;
  47. color: #535458;
  48. text-align: center;
  49. border-width: 1px;
  50. border-bottom-style: solid;
  51. border-color: #b2889c;
  52. letter-spacing: 4px;
  53. line-height: 18px;
  54. }
  55. h2 {
  56. font: 11pt tahoma;
  57. color: #b2889c;
  58. border-width: 1px;
  59. border-bottom-style: solid;
  60. border-top-style: solid;
  61. border-color: #535458;
  62. letter-spacing: 2px;
  63. line-height: 18px;
  64. }
  65. b {
  66. color: #514966;
  67. font: 10pt tahoma;
  68. font-weight: bold;
  69. line-height: 14px;
  70. }
  71. i {
  72. color: #535458;
  73. font: 10pt tahoma;
  74. font-style: italic;
  75. line-height: 14px;
  76. }
  77. a:link, a:visited, a:active {
  78. color: #b2889c;
  79. font: 10pt tahoma;
  80. text-decoration: none;
  81. }
  82. a:hover {
  83. color: #514966;
  84. font: 10pt tahoma;
  85. text-decoration: none;
  86. }
  87. </style>
  88.  
  89. <br><br><br>
  90. <div id="layout" style="position: relative;">
  91.  
  92.  
  93.  
  94. <div id="main" style="position: absolute;">
  95. <a name="home"></a>
  96. <div class="page">
  97. <h1>Header One</h1>
  98. <b>This is bold.</b> <i>This is italics.</i> <a href="/~ezulla">This is a link</a>
  99.  
  100. <h2>Header Two</h2>
  101.  
  102. </div>
  103.  
  104.  
  105. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement