123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
- @import url('https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,400;0,500;1,400&display=swap');
- @media only screen and (min-width: 2201px) { body { max-width: 1290px; } #msg { width: 960px; } }
- @media only screen and (max-width: 2200px) { body { max-width: 1290px; } #msg { width: 960px; } }
- @media only screen and (max-width: 1900px) { body { max-width: 1290px; } #msg { width: 960px; } }
- @media only screen and (max-width: 1700px) { body { max-width: 1290px; } #msg { width: 960px; } }
- @media only screen and (max-width: 1500px) { body { max-width: 1290px; } #msg { width: 960px; } }
- @media only screen and (max-width: 1300px) { body { max-width: 1090px; } #msg { width: 780px; } }
- @media only screen and (max-width: 1100px) { body { max-width: 890px; } #msg { width: 600px; } }
- @media only screen and (max-width: 900px) { body { max-width: 800px; } #msg { width: 520px; } }
- @media only screen and (max-width: 800px) { body { max-width: 700px; } #msg { width: 430px; } }
- @media only screen and (max-width: 700px) { body { max-width: 600px; } #msg { width: 340px; } }
- @media only screen and (max-width: 600px) { body { max-width: 500px; } #msg { width: 240px; } }
- /* small windows and phones */
- @media only screen and (max-width: 500px) { body { max-width: 450px; } #msg { width: 230px; } }
- @media only screen and (max-width: 400px) { body { max-width: 350px; } #msg { width: 170px; } }
- html {
- font-family: "DM Mono", Arial, sans-serif;
- padding: 12px;
- letter-spacing: -.75px;
- font-size: 14px;
- background-color: #000000;
- color: #f9f9f9;
- }
- body {
- margin: 0 auto;
- padding: 4px;
- background-color: #161616;
- border: solid 1px #222222;
- border-radius: 10px;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- -o-border-radius: 10px;
- box-shadow: 0px 0px 10px #000000;
- }
- .info {
- padding: 6px 6px 10px 6px;
- font-size: 18px;
- text-align: center;
- }
- a {
- color: #0080ff;
- text-decoration: none;
- }
- a:hover {
- color: #0099ff;
- text-decoration: underline;
- }
- input, button, select, textarea{
- background-color: #222222;
- border: solid 1px #323232;
- outline: none;
- border-radius: 6px;
- font-size: 16px;
- color: #d7d7d7;
- padding: 4px;
- }
- .form {
- text-align: center;
- margin: auto;
- min-width: 400px;
- }
- .form table {
- min-width: 250px;
- max-width: 600px;
- margin: auto;
- }
- .form td:nth-child(odd) { width: 160px; }
- .navbar {
- background-color: #323232;
- color: #ffffff;
- padding: 3px 6px 4px 6px;
- border-radius: 6px;
- border: solid 1px #444444;
- box-shadow: 0px 0px 6px #000000;
- margin: 0 auto;
- width: fit-content;
- }
- .navbar a {
- color: #0080FF;
- transition: ease-in color .5s;
- -moz-transition: ease-in color .5s;
- -webkit-transition: ease-in color .5s;
- -o-transition: ease-in color .5s;
- cursor: pointer;
- text-decoration: none;
- }
- .navbar a:hover {
- color: #0099FF;
- }
- .text { font-size: 14px; }
- @media only screen and (min-height: 2001px) { #msgs { height: 1700px; } }
- @media only screen and (max-height: 2000px) { #msgs { height: 1600px; } }
- @media only screen and (max-height: 1800px) { #msgs { height: 1400px; } }
- @media only screen and (max-height: 1400px) { #msgs { height: 1050px; } }
- @media only screen and (max-height: 1200px) { #msgs { height: 900px; } }
- @media only screen and (max-height: 1000px) { #msgs { height: 700px; } }
- @media only screen and (max-height: 900px) { #msgs { height: 600px; } }
- @media only screen and (max-height: 800px) { #msgs { height: 500px; } }
- @media only screen and (max-height: 700px) { #msgs { height: 400px; } }
- @media only screen and (max-height: 600px) { #msgs { height: 400px; } }
- @media only screen and (max-height: 500px) { #msgs { height: 400px; } }
- @media only screen and (max-height: 400px) { #msgs { height: 400px; } }
- #msg {
- height: 21px;
- }
- #msgbox {
- max-width: 90%;
- padding: 8px;
- height: 32px;
- margin: auto;
- }
- #msgs {
- padding: 5px;
- max-width: 90%;
- margin: auto;
- overflow-y: hidden;
- }
- #logmsgs {
- padding: 5px;
- max-width: 90%;
- margin: 0 auto;
- overflow-x: auto;
- }
- .clientcontain {
- padding: 0px 0px 0px 22px;
- margin: 0 auto;
- }
- #userlist {
- min-width: 110px;
- width: 110px;
- font-size: 14px;
- background-color: #292929;
- padding: 2px 5px 2px 5px;
- border-radius: 3px;
- border: solid 1px #333333;
- margin: 0;
- vertical-align: top;
- }
- #client {
- width: 100%;
- margin: 0;
- }
- #msgs tr:nth-child(even) { background-color: #333333; }
- #msgs tr:nth-child(odd) { background-color: #262626; }
- #msgs td:nth-child(even) { width: 80%; max-width: 950px; min-width: 320px; }
- #msgs td:nth-child(odd) { width: 20%; min-width: 120px; max-width: 190px; }
- #msgs td { padding: 0px 4px 0px 4px; border-radius: 3px; }
- #logmsgs tr:nth-child(even) { background-color: #333333; }
- #logmsgs tr:nth-child(odd) { background-color: #262626; }
- #logmsgs td:nth-child(even) { width: 80%; max-width: 950px; min-width: 320px; }
- #logmsgs td:nth-child(odd) { width: 20%; min-width: 120px; max-width: 190px; }
- #logmsgs td { padding: 0px 4px 0px 4px; border-radius: 3px; }
- #footer {
- text-align: center;
- font-size: 14px;
- padding: 8px;
- }
|