home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 April / Gamestar_72_2005-04_dvd.iso / Patche / ut2004_patchv3355.exe / UT2004-Patch / Web / ServerAdmin / UnrealAdminPage / UnrealAdminPage.css < prev   
Encoding:
Cascading Style Sheet File  |  2004-05-25  |  2.2 KB  |  169 lines

  1. BODY {
  2.     background-color: white;
  3. }
  4.  
  5. BODY, TD, FONT {
  6.     font-family: sans-serif;
  7.     color: black;
  8. }
  9.  
  10. TABLE {
  11.     width: 100%;
  12.     border-spacing: 0px;
  13.     empty-cells: show;
  14. }
  15.  
  16. TABLE.nofull {
  17.     width: auto;
  18. }
  19.  
  20. TD {
  21.     padding: 2px;
  22.     vertical-align: top;
  23. }
  24.  
  25. TH {
  26.     font-weight: bold;
  27.     font-size: smaller;
  28.     border-top: 1px solid black;
  29.     border-bottom: 1px solid black;
  30.     background-color: #9CC3E7;
  31.     text-align: left;
  32. }
  33.  
  34. TH.left {
  35.     border-left: 1px solid black;
  36. }
  37.  
  38. TH.right {
  39.     border-right: 1px solid black;
  40. }
  41.  
  42. TH.full {
  43.     border: 1px solid black;
  44. }
  45.  
  46. FORM {
  47.     margin: 0px;
  48.     padding: 0px;
  49. }
  50.  
  51. A {
  52.     color: black;
  53. }
  54.  
  55. TD.menubutton {
  56.     vertical-align: bottom;
  57.     text-align: right;
  58.     width: 1px;
  59.     padding: 0px;
  60. }
  61.  
  62. TABLE.header {
  63.     background-color: #9CC3E7;
  64.     border-top: 1px solid black;
  65.     border-bottom: 1px solid black;
  66. }
  67.  
  68. TD.header_left {
  69.     font-size: smaller;
  70.     padding-left: 5px;
  71.     vertical-align: middle;
  72. }
  73.  
  74. TD.header_mid {
  75.     font-size: smaller;
  76.     text-align: center;
  77.     vertical-align: middle;
  78. }
  79.  
  80. TD.header_right {
  81.     font-size: smaller;
  82.     text-align: right;
  83.     padding-right: 5px;
  84.     vertical-align: middle;
  85. }
  86.  
  87. TD.spacer_blue {
  88.     background-color: #9CC3E7;
  89.     height: 3px;
  90. }
  91.  
  92. TABLE.menu {
  93.     background-color: #eaeaea;
  94.     height: 100%;
  95. }
  96.  
  97. TD.menuheader {
  98.     background-color: #9CC3E7;
  99.     border: 1px solid black;
  100.     font-weight: bold;
  101.     font-size: smaller;
  102. }
  103.  
  104. TD.sidemenu {
  105.     font-size: smaller;
  106. }
  107.  
  108. TD.menuprefooter {
  109.     height: 5px;
  110. }
  111.  
  112. TD.menuspacer {
  113.     height: 100%;
  114. }
  115.  
  116. TD.menufooter {
  117.     background-color: #9CC3E7;
  118.     border-bottom: 1px solid black;
  119.     height: 5px;
  120. }
  121.  
  122. TABLE.sectionheader {
  123.     border: 1px solid #9CC3E7;
  124.     background-color: #eaeaea;
  125.     border-spacing: 3px;
  126. }
  127.  
  128. DIV.footer {
  129.     font-size: xx-small;
  130.     color: gray;
  131.     text-align: center;
  132. }
  133.  
  134. TD.aright {
  135.     text-align: right;
  136. }
  137.  
  138. DIV.console {
  139.     width: 100%;
  140.     height: 100%;
  141.     vertical-align: bottom;
  142. }
  143.  
  144. INPUT.consoleinput {
  145.     width: 80%;
  146.     padding-left: 2px;
  147.     margin-right: 2px;
  148. }
  149.  
  150. INPUT.consolebtn {
  151.     width: 10%;
  152. }
  153.  
  154. TR.highlight {
  155.     background-color: #eaeaea;
  156. }
  157.  
  158. INPUT {
  159.     background-color: #d0d0d0;
  160. }
  161.  
  162. SELECT {
  163.     background-color: #d0d0d0;
  164. }
  165.  
  166. A.footer {
  167.     color: gray;
  168. }
  169.