minimum.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap');
  2. html, body {
  3. background-color: #d5d5d5;
  4. color: #e3e3e3;
  5. margin: 0 auto;
  6. font-size: 14px;
  7. font-family: "IBM Plex Mono", sans-serif;
  8. padding-bottom: 40px;
  9. }
  10. .title {
  11. font-size: 46px;
  12. text-align: center;
  13. padding: 8px;
  14. }
  15. #navbar {
  16. margin: 0 auto;
  17. /*width: 100%;*/
  18. /*background-color: #ffffff;*/
  19. top: 1px;
  20. left: 1px;
  21. text-align: center;
  22. padding-bottom: 0px;
  23. }
  24. #navbar a {
  25. text-decoration: none;
  26. font-size: 16px;
  27. text-align: center;
  28. padding-top: 4px;
  29. padding-bottom: 5px;
  30. color: #5577ff;
  31. }
  32. #navbar a:hover {
  33. color: #2266cc;
  34. }
  35. .notifications {
  36. background-color: #bbbbbb;
  37. border-radius: 4px;
  38. border: solid 1px #cccccc;
  39. padding: 4px;
  40. color: #121212;
  41. }
  42. table { padding: 1px; }
  43. tr, td { padding: 2px; }
  44. textarea {
  45. background-color: #bbbbbb;
  46. border-radius: 4px;
  47. border: solid 1px #cccccc;
  48. outline: none;
  49. resize: none;
  50. color: #111111;
  51. width: 98%;
  52. padding: 4px;
  53. }
  54. .dllink {
  55. margin: 0 auto;
  56. width: 100%;
  57. text-align: center;
  58. }
  59. input, button, select, label {
  60. background-color: #dddddd;
  61. border: solid 1px #bbbbbb;
  62. outline: none;
  63. border-radius: 4px;
  64. color: #565656;
  65. padding: 4px;
  66. font-size: 14px;
  67. }
  68. .input-upload {
  69. display: inline-block;
  70. cursor: pointer;
  71. padding: 4px;
  72. }
  73. .button {
  74. background-color: #dddddd;
  75. border: solid 1px #bbbbbb;
  76. outline: none;
  77. border-radius: 4px;
  78. color: #565656;
  79. margin: auto;
  80. padding: 4px;
  81. display: inline-flex;
  82. }
  83. .avatar {
  84. border-radius: 50%;
  85. background: 50% 50% no-repeat; /* 50% 50% centers image in div */
  86. background-position: center;
  87. background-repeat: no-repeat;
  88. background-size: cover;
  89. object-fit: cover;
  90. width: 180px;
  91. height: 180px;
  92. }
  93. .avatar_small {
  94. border-radius: 50%;
  95. background: 50% 50% no-repeat; /* 50% 50% centers image in div */
  96. background-position: center;
  97. background-repeat: no-repeat;
  98. background-size: cover;
  99. object-fit: cover;
  100. width: 48px;
  101. height: 48px;
  102. }
  103. .avatar_chat {
  104. border-radius: 50%;
  105. background: 50% 50% no-repeat; /* 50% 50% centers image in div */
  106. background-position: center;
  107. background-repeat: no-repeat;
  108. background-size: cover;
  109. object-fit: cover;
  110. width: 28px;
  111. height: 28px;
  112. }
  113. #msgbox {
  114. display: block;
  115. margin: 0 auto;
  116. }
  117. .message {
  118. padding: 6px;
  119. border-radius: 5px 11px 11px;
  120. background-color: #2255ff;
  121. border: solid 1px #1865ff;
  122. color: #ffffff;
  123. overflow-wrap: break-word;
  124. max-width: 520px;
  125. }
  126. #msgs {
  127. background-color: #bbbbbb;
  128. border: solid 1px #cccccc;
  129. border-radius: 4px;
  130. padding: 6px;
  131. height: 400px;
  132. width: 578px;
  133. margin: auto;
  134. overflow-y: hidden;
  135. }
  136. .replycontain {
  137. margin: 0 auto;
  138. width: 600px;
  139. }
  140. .attachment {
  141. /*max-height: 250px;*/
  142. display: block;
  143. margin: 0 auto;
  144. padding: 6px;
  145. border-radius: 4px;
  146. border: solid 1px #424242;
  147. background-color: #333333;
  148. }
  149. .attachment img {
  150. max-width: 580px;
  151. margin: 0 auto;
  152. display: block;
  153. max-height: 600px;
  154. }
  155. .attachment_chat {
  156. max-width: 280px;
  157. margin: 0 auto;
  158. display: block;
  159. max-height: 200px;
  160. }
  161. .page-controls {
  162. text-align: center;
  163. }
  164. .post {
  165. background-color: #666666;
  166. border-radius: 4px 10px 10px;
  167. border: solid 1px #545454;
  168. padding: 6px;
  169. color: #dddddd;
  170. }
  171. .reply {
  172. background-color: #666666;
  173. border-radius: 4px 10px 10px;
  174. border: solid 1px #545454;
  175. padding: 6px;
  176. color: #dddddd;
  177. }
  178. a {
  179. color: #5577ff;
  180. font-size: 14px;
  181. text-decoration: none;
  182. }
  183. a:hover {
  184. color: #2266cc;
  185. text-decoration: none;
  186. }
  187. .contain {
  188. background-color: #555555;
  189. border: solid 1px #434343;
  190. width: 690px;
  191. max-width: 690px;
  192. min-width: 690px;
  193. margin: 0 auto;
  194. padding: 5px;
  195. }
  196. .friendslist {
  197. padding: 4px;
  198. width: 100%;
  199. text-align: center;
  200. }
  201. .friendslist tr,td {
  202. padding: 2px;
  203. }
  204. .maincontain {
  205. margin: 0 auto;
  206. width: 702px;
  207. }