123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458 |
- body {
- margin: 0;
- padding: 0;
- width: 100%;
- height: 100vh;
- font-family: monospace;
- }
- .wrapper {
- height: 90%;
- padding: 2% 7%;
- display: flex;
- flex-direction: row;
- }
- .left_menu {
- display: flex;
- flex-direction: column;
- flex: 15%;
- }
- .left_menu__wrapper {
- flex: 93%;
- overflow: auto;
- scrollbar-width: thin;
- scrollbar-color: #6493bc #b6c7d6;
- margin-bottom: 10%;
- }
- .left_menu__item {
- width: 97%;
- margin-bottom: 5%;
- border: 2px solid #b6c7d6;
- }
- .left_menu__mainitem {
- width: 97%;
- padding-left: 2px;
- margin-bottom: 5%;
- opacity: .5;
- }
- .left_menu__mainitem:hover {
- opacity: .8;
- }
- .left_menu__item_title {
- padding: 2% 0 0 2%;
- margin-bottom: 3%;
- }
- .left_menu__item_title_name {
- font-size: 20px;
- font-weight: bold;
- color: #6493bc;
- text-decoration: none;
- }
- .left_menu__item_rooms {
- margin-bottom: 5%;
- }
- .left_menu__item_link {
- display: block;
- padding-left: 7%;
- text-decoration: none;
- color: #2f444c;
- font-size: 18px;
- margin-bottom: 1%;
- }
- .left_menu__item_link:hover {
- text-decoration: 1.5px underline;
- }
- .left_menu__item_link__selected {
- display: block;
- padding-left: 2%;
- text-decoration: none;
- color: #2f444c;
- font-size: 18px;
- background: #b6c7d6;
- margin: 0 5% 1% 5%;
- }
- .left_menu__footer {
- display: flex;
- flex: 3%;
- font-size: 14px;
- color: #6493bc;
- text-decoration: none;
- }
- .main {
- flex: 68%;
- display: flex;
- flex-direction: column;
- margin-left: 2%;
- }
- .main_header {
- flex: 5%;
- display: flex;
- flex-direction: row;
- }
- .main_header__title {
- color: #2f444c;
- font-size: 34px;
- display: flex;
- flex: 69%;
- font-weight: bold;
- flex-flow: row nowrap;
- align-items: center;
- }
- .main_header__title_airplaine {
- background-image: url(/svg/airplane.svg);
- background-repeat: no-repeat;
- background-position: center;
- width: 6%;
- height: 50%;
- border: none;
- opacity: .5;
- margin-left: 1.5%;
- }
- .main_header__title_airplaine:hover {
- opacity: 1;
- }
- .main_header__title_arrows {
- background-image: url(/svg/arrows.svg);
- background-repeat: no-repeat;
- background-position: center;
- width: 6%;
- height: 50%;
- border: none;
- opacity: .5;
- margin-left: 1%;
- }
- .main_header__title_arrows:hover {
- opacity: 1;
- }
- .main_header__title_notify {
- background-image: url(/svg/notification.svg);
- background-repeat: no-repeat;
- background-position: center;
- width: 6%;
- height: 50%;
- border: none;
- opacity: .3;
- cursor: pointer;
- margin-left: 1%;
- }
- .main_header__search {
- flex: 30%;
- }
- .main_header__search_form {
- width: 100%;
- height: 70%;
- display: flex;
- flex-direction: column;
- }
- .main_header__search_block {
- flex: 90%;
- width: 100%;
- display: flex;
- flex-direction: row;
- }
- .main_header__search_input {
- width: 80%;
- height: 100%;
- border: 2px solid #b6c7d6;
- font-size: 18px;
- font-family: monospace;
- color: #2f444c;
- }
- .main_header__search_button {
- width: 20%;
- margin-left: 2%;
- height: 87%;
- border: 2px solid #b6c7d6;
- }
- .main_header__search_button__img {
- background: url(/svg/magnifier.svg);
- background-repeat: no-repeat;
- background-position: center;
- background-size: contain;
- width: 95%;
- height: 95%;
- border: none;
- }
- .main_header__search_button:hover {
- background: #b6c7d6;
- border: 2px solid #6493bc;
- }
- .main_header__search_checkbox {
- color: #6493bc;
- display: flex;
- flex-flow: row nowrap;
- align-items: center;
- justify-content: flex-start;
- }
- .main_middle {
- flex: 3%;
- display: flex;
- align-items: flex-end;
- flex-direction: row;
- font-size: 20px;
- font-weight: bold;
- }
- .main_middle__path {
- display: flex;
- color: #6493bc;
- flex: 77.5%;
- }
- .main_middle__path_aright {
- background-image: url(/svg/a-right.svg);
- background-repeat: no-repeat;
- background-position: center;
- width: 3%;
- opacity: .5;
- margin: 0 1% 0 1%;
- }
- .main_middle__path_aright:hover {
- opacity: 1;
- }
- .main_middle__path_aright_f {
- background-image: url(/svg/a-right.svg);
- background-repeat: no-repeat;
- background-position: center;
- width: 3%;
- opacity: .3;
- margin: 0 1% 0 1%;
- }
- .main_middle__path_aleft {
- background-image: url(/svg/a-left.svg);
- background-repeat: no-repeat;
- background-position: center;
- width: 3%;
- opacity: .5;
- margin-left: 1%;
- }
- .main_middle__path_aleft:hover {
- opacity: 1;
- }
- .main_middle__path_aleft_f {
- background-image: url(/svg/a-left.svg);
- background-repeat: no-repeat;
- background-position: center;
- width: 3%;
- opacity: .3;
- margin-left: 1%;
- }
- .main_middle__online {
- color: #b6c7d6;
- flex: 21.5%;
- text-align: end;
- }
- .main_middle__online_list {
- display: block;
- position: fixed;
- visibility: hidden;
- width: 14.25%;
- height: 80%;
- z-index: 2;
- color: white;
- overflow-y: auto;
- overflow-x: hidden;
- }
- .main_middle__online_point {
- display: flex;
- width: 98%;
- padding: 1%;
- background: #6493bc;
- cursor: default;
- }
- #menu__toggle:checked ~ .main_middle__online_list {
- visibility: visible;
- }
- #menu__toggle {
- display: none;
- }
- .main_payload {
- flex: 91%;
- border: 2px solid #b6c7d6;
- display: flex;
- flex-direction: column;
- overflow: auto;
- scrollbar-width: auto;
- scrollbar-color: #6493bc #b6c7d6;
- }
- .main_payload__block {
- display: flex;
- width: 95%;
- height: 4%;
- margin: 0.5% 0 0 2.5%;
- text-decoration: none;
- }
- .main_payload__block:hover {
- background: #b6c7d6;
- }
- .main_payload__block_folder {
- flex: 5%;
- background-image: url(/svg/folder.svg);
- background-repeat: no-repeat;
- background-position: center;
- background-size: contain;
- }
- .main_payload__block_message {
- flex: 5%;
- background-image: url(/svg/message.svg);
- background-repeat: no-repeat;
- background-position: center;
- background-size: contain;
- }
- .main_payload__block_text {
- flex: 93%;
- font-size: 20px;
- display: flex;
- align-items: center;
- color: #2f444c;
- }
- .main_payload__chat {
- display: flex;
- flex-direction: row;
- width: 95%;
- margin: 1% 0 0 2.5%;
- font-size: 18px;
- }
- .main_payload__chat_username {
- text-decoration: none;
- flex: 10%;
- margin-right: 1%;
- font-weight: bold;
- }
- .main_payload__chat_username:hover {
- background-color: #d4d4d4;
- }
- .main_payload__chat_mail {
- flex: 89%;
- color: #2f444c;
- word-wrap: break-word;
- }
- .main_payload__error {
- width: 95%;
- font-size: 20px;
- text-align: center;
- margin: 2% 2% 0 2%;
- }
- .main_payload__about {
- width: 95%;
- font-size: 20px;
- margin: 2% 2% 0 2%;
- }
- @media screen and (max-width: 950px) {
- .wrapper {
- padding: 1% 2%;
- }
- .main_middle__path {
- flex: 67.5%;
- }
- .main_middle__online {
- flex: 31.5%;
- }
- .main_middle__online_list {
- width: 23%;
- }
- .main_header__search_input {
- font-size: 14px;
- }
- .left_menu__footer {
- font-size: 12px;
- }
- .main_middle__path_aright {
- width: 5%;
- }
- .main_middle__path_aleft {
- width: 5%;
- }
- .main_middle__path_aright_f {
- width: 5%;
- }
- .main_middle__path_aleft_f {
- width: 5%;
- }
- }
- @media screen and (max-width: 1200px) {
- .main_header__title_airplaine {
- width: 8%;
- }
- }
- @media screen and (max-height: 950px) {
- .main_payload__block_text {
- font-size: 18px;
- }
- }
- @media screen and (max-height: 750px) {
- .main_payload__block_text {
- font-size: 16px;
- }
- }
- @media screen and (max-height: 600px) {
- .main_payload__block_text {
- font-size: 14px;
- }
- }
|