style.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. @import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap');
  2. @media only screen and (min-width: 2201px) { body { max-width: 1290px; } #msg { width: 1100px; } }
  3. @media only screen and (max-width: 2200px) { body { max-width: 1290px; } #msg { width: 1100px; } }
  4. @media only screen and (max-width: 1900px) { body { max-width: 1290px; } #msg { width: 1100px; } }
  5. @media only screen and (max-width: 1700px) { body { max-width: 1290px; } #msg { width: 1100px; } }
  6. @media only screen and (max-width: 1500px) { body { max-width: 1290px; } #msg { width: 1100px; } }
  7. @media only screen and (max-width: 1300px) { body { max-width: 1090px; } #msg { width: 920px; } }
  8. @media only screen and (max-width: 1100px) { body { max-width: 890px; } #msg { width: 740px; } }
  9. @media only screen and (max-width: 900px) { body { max-width: 800px; } #msg { width: 660px; } }
  10. @media only screen and (max-width: 800px) { body { max-width: 700px; } #msg { width: 570px; } }
  11. @media only screen and (max-width: 700px) { body { max-width: 600px; } #msg { width: 480px; } }
  12. @media only screen and (max-width: 600px) { body { max-width: 500px; } #msg { width: 380px; } }
  13. /* small windows and phones */
  14. @media only screen and (max-width: 500px) { body { max-width: 450px; } #msg { width: 330px; } }
  15. @media only screen and (max-width: 400px) { body { max-width: 350px; } #msg { width: 230px; } }
  16. html {
  17. font-family: "Ubuntu Mono", Arial, sans-serif;
  18. font-size: 14px;
  19. background: #202020;
  20. }
  21. body {
  22. color:#f3f3f3;
  23. margin: 0 auto;
  24. background-color: #545454;
  25. }
  26. .info {
  27. padding: 6px 6px 10px 6px;
  28. font-size: 18px;
  29. text-align: center;
  30. }
  31. a {
  32. color: #0080ff;
  33. text-decoration: none;
  34. }
  35. a:hover {
  36. color: #0099ff;
  37. text-decoration: underline;
  38. }
  39. input, button, select, textarea{
  40. background-color: #222222;
  41. border: solid 1px #323232;
  42. outline: none;
  43. border-radius: 6px;
  44. color: #d7d7d7;
  45. padding: 4px;
  46. }
  47. .form {
  48. text-align: center;
  49. margin: auto;
  50. min-width: 400px;
  51. }
  52. .form table {
  53. width: 60%;
  54. margin: auto;
  55. }
  56. .form td:nth-child(odd) { width: 160px; }
  57. .navbar a {
  58. background-color: #282828;
  59. color: #ffffff;
  60. padding: 3px 5px 3px 5px;
  61. border-radius: 5px;
  62. border: solid 1px #444444;
  63. cursor: pointer;
  64. text-decoration: none;
  65. }
  66. .navbar a:hover {
  67. background-color: #353535;
  68. }
  69. .navbar { padding: 5px; padding-bottom: 10px; text-align: center; }
  70. .text { font-size: 14px; }
  71. @media only screen and (min-height: 2001px) { #msgs { height: 1700px; } }
  72. @media only screen and (max-height: 2000px) { #msgs { height: 1600px; } }
  73. @media only screen and (max-height: 1800px) { #msgs { height: 1400px; } }
  74. @media only screen and (max-height: 1400px) { #msgs { height: 1050px; } }
  75. @media only screen and (max-height: 1200px) { #msgs { height: 900px; } }
  76. @media only screen and (max-height: 1000px) { #msgs { height: 700px; } }
  77. @media only screen and (max-height: 900px) { #msgs { height: 600px; } }
  78. @media only screen and (max-height: 800px) { #msgs { height: 500px; } }
  79. @media only screen and (max-height: 700px) { #msgs { height: 400px; } }
  80. @media only screen and (max-height: 600px) { #msgs { height: 400px; } }
  81. @media only screen and (max-height: 500px) { #msgs { height: 400px; } }
  82. @media only screen and (max-height: 400px) { #msgs { height: 400px; } }
  83. #msg {
  84. height: 21px;
  85. }
  86. #msgbox {
  87. background-color: #323232;
  88. border: solid 1px #454545;
  89. max-width: 90%;
  90. padding: 8px;
  91. height: 32px;
  92. margin: 0 auto;
  93. }
  94. #msgs {
  95. background-color: #323232;
  96. border: solid 1px #454545;
  97. padding: 8px;
  98. max-width: 90%;
  99. margin: 0 auto;
  100. overflow-y: hidden;
  101. }
  102. #logmsgs {
  103. background-color: #323232;
  104. border: solid 1px #454545;
  105. padding: 8px;
  106. max-width: 90%;
  107. margin: 0 auto;
  108. overflow-x: auto;
  109. }
  110. #msgs tr:nth-child(even) { background-color: #262626; border: solid 1px #454545; }
  111. #msgs tr:nth-child(odd) { background-color: #141414; border: solid 1px #454545; }
  112. #msgs td:nth-child(even) { width: 80%; }
  113. #msgs td:nth-child(odd) { width: 20%; min-width: 120px; max-width: 210px; }
  114. #msgs td { padding: 4px; }
  115. #logmsgs tr:nth-child(even) { background-color: #262626; border: solid 1px #454545; }
  116. #logmsgs tr:nth-child(odd) { background-color: #141414; border: solid 1px #454545; }
  117. #logmsgs td:nth-child(even) { width: 80%; }
  118. #logmsgs td:nth-child(odd) { width: 20%; min-width: 120px; max-width: 180px; }
  119. #logmsgs td { padding: 4px; }
  120. #footer {
  121. text-align: center;
  122. font-size: 14px;
  123. padding: 8px;
  124. }