index_normal.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. #bodytag {
  2. padding: 0;
  3. }
  4. #main_body_div {
  5. width:100%;
  6. /* background-color:rgba(97, 28, 28, 0.953); */
  7. /* margin:7px 7px -7px -7px; */
  8. }
  9. /* Header Bar */
  10. #header_bar_div {
  11. position:fixed;
  12. width:100%;
  13. padding: 0px;
  14. background-color:rgba(29, 29, 29, 0.953);
  15. z-index: 2000;
  16. }
  17. #headertable {
  18. width:100%;
  19. table-layout: fixed;
  20. }
  21. #header_icon_table {
  22. margin:0px 0px 0px 0px;
  23. position: relative;
  24. /* background-color: rgba(211, 11, 11, 0.871); */
  25. height: auto;
  26. width: 10%;
  27. }
  28. #header_icon_bell {
  29. margin:0px 0px 0px 0px;
  30. height: auto;
  31. text-align: center;
  32. display:inline-block;
  33. max-width: 75px;
  34. max-height: 300px;
  35. }
  36. #page_title_table {
  37. position:relative;
  38. width:80%;
  39. /* background-color:rgba(168, 204, 6, 0.83) ; */
  40. padding:0px;
  41. }
  42. #page_title_text {
  43. position: relative;
  44. width:100%;font-size:40px;
  45. text-align:center; padding:0px;
  46. display:inline-block;
  47. color:seashell
  48. }
  49. #menu_table {
  50. position:relative ;
  51. width: 10%;
  52. height: 100%;
  53. }
  54. #menu_icon_link {
  55. position:relative ;
  56. display:inline-block ;
  57. /* background-color: rgba(211, 11, 11, 0.871); */
  58. }
  59. #menu_icon_link:hover {
  60. background-color: rgba(0, 0, 24, 0.165);
  61. }
  62. #menu_icon {
  63. margin:0px 0px 0px 0px;
  64. height: auto;
  65. text-align: center;
  66. display:inline-block;
  67. max-width: 75px;
  68. max-height: 300px;
  69. }
  70. /* Welcome */
  71. #welcome_container {
  72. height: 300px;
  73. /* background-color: rgba(0, 0, 24, 0.165); */
  74. width:100%;
  75. }
  76. #welcome_icon_link_container {
  77. }
  78. #welcome_icon {
  79. margin: auto;
  80. display: block;
  81. }
  82. #welcome_title {
  83. text-align: center ;
  84. }
  85. #welcome_subtext {
  86. text-align: center ;
  87. }
  88. /* main menu */
  89. #main_menu_div1 {
  90. height: 300px;
  91. background-color: rgba(0, 0, 24, 0.165);
  92. width:100%;
  93. }
  94. #main_menu_table {
  95. width: 100%;
  96. height:100%;
  97. }
  98. #main_menu_table_body {
  99. width: 100%;
  100. height:100%;
  101. }
  102. #main_menu_tr {
  103. width: 100%;
  104. height: 100%;
  105. }
  106. #whoarewemenu_container {
  107. position:relative ;
  108. width: 10%;
  109. height: 100%;
  110. background-color: rgba(0, 0, 24, 0.775);
  111. }
  112. #servicesmenu_container {
  113. position:relative ;
  114. width: 10%;
  115. height: 100%;
  116. background-color: rgba(0, 0, 24, 0.775);
  117. }
  118. #contact_container {
  119. position:relative ;
  120. width: 10%;
  121. height: 100%;
  122. background-color: rgba(0, 0, 24, 0.775);
  123. }
  124. /* IRCnow Promo */
  125. #promo_div {
  126. background-color:#0c0520;
  127. }
  128. #IRCnowpromo {
  129. display: block;
  130. margin-left: auto;
  131. margin-right: auto
  132. }