.header-img { max-width: 70%; } body { padding-left: 10%; padding-right: 10%; background-color: #575757; } .side-bar { align-items: center; width: 100%; display: grid; grid-template-columns: 20% 20% 20% 20% 20%; grid-template-areas: "mainp gitea servers mychat workout-area"; background-color: #424242; height: auto; } .mainp { grid-area: mainp; } .gitea { grid-area: gitea; } .servers { grid-area: servers; } .mychat { grid-area: mychat; } .workout-area { grid-area: workout-area; } .side-bar p { text-align: center; padding-left:25px; font-size: 20px; padding-top: 2px; padding-bottom: 2px; } .page-title{ font-family: segoe print; } .main-content { padding-left:10px; text-align: left; background-color: #424242; } .main-content p { color: #E0E0E0; padding-left: 10px; text-indent: 5%; font-family: Arial; /*font-size: 20px;*/ line-height: 150%; } .main-content ol { color: #609A21; text-indent: 5%; font-family: Arial; font-size: 20px; line-height: 150%; } .main-content ul { color: #E0E0E0; } .main-content del { color: rgb(215, 77, 0); } main { padding-top: 10px; height: auto; margin-bottom: 10px; } footer { text-align: right; padding-right: 10px; background-color: #424242; height: 7%; } footer p { padding-left: 15px; padding-top: 20px; padding-bottom: 20px; color: #E0E0E0; font-family: Arial; font-size: 18px; } h1 { padding-top: 10px; text-align: center; color: #609A21; font-family: Arial; font-size: 25px; } a { font-style: normal; color: #E0E0E0; font-family: Arial; text-decoration: none; transition: 0.2s linear; } a:hover { color: #D74D00; } h2 { text-align: center; color: #E0E0E0; font-family: Arial; font-size: 20px; } .server-ips { text-align: center; color: #E0E0E0; font-family: Arial; font-size: 16px; } .minecraft-vanilla { width: 50%; border-radius: 20px; } .zomboid { width: 50%; border-radius: 20px; } .ragnamod { width: 50%; border-radius: 20px; } .image-content { text-align: center; } .default { background-color: #424242; text-align: center; padding-top: 10px; box-shadow: 1px 1px 10px rgba(215, 77, 0, 0.5); height: 110px; } .fixed nav a:hover { color: #E0E0E0; background-color: #609A21; } .default nav a:hover { color: #E0E0E0; background-color: #609A21; } .text-link { color: #FFFFFF; } .mychat-cred { margin-left: 5px; font-size: 20px; } .workout-table { cellpadding: 10px; background-color: #505050; color: #E0E0E0; font-family: Arial; margin: 10px; table-layout: auto; width: 98%; height: 40%; border-collapse: collapse; border: 1px solid black; } .table-head { font-size: 16px; border: 1px solid black; text-align: center; width: 100%; background-color: #202020; } .exercise { font-size: 14px; border: 1px solid black; padding-left: 10px; padding-bottom: 2px; width: 50%; } .count { font-size: 14px; border: 1px solid black; padding-right: 10px; padding-bottom: 2px; text-align: center; width: 10%; } .muscle-group { font-size: 14px; border: 1px solid black; padding-bottom: 2px; text-align: center; width: 10%; } .muscle-group-head { font-size: 16px; border: 1px solid black; padding-bottom: 2px; text-align: center; width: 10%; } .odd { background-color: #353535; } .count-head { font-size: 16px; border: 1px solid black; padding-right: 10px; padding-bottom: 2px; text-align: center; width: 10%; } .exercise-head { font-size: 16px; text-align: center; border: 1px solid black; padding-left: 10px; padding-bottom: 2px; width: 50%; } #leha, #plov, #leha2, #plov2 { font-size: 16px; text-align: center; border: 1px solid black; padding-left: 10px; padding-bottom: 2px; width: 10%; } .p-prim { font-size: 14px; border: 1px solid black; padding-right: 10px; padding-bottom: 2px; text-align: center; width: 10%; } .l-prim { font-size: 14px; border: 1px solid black; padding-right: 10px; padding-bottom: 2px; text-align: center; width: 10%; } .content-text { font-size: 20px; } .index-main-content { /*height: 200px;*/ height: auto; padding-bottom: 10px; } .servers-main-content { /*height: 850px;*/ height: auto; padding-bottom: 10px; } .mychat-main-content { /*height: 450px;*/ height: auto; padding-bottom: 10px; } .workout-main-content { /*height: 820px;*/ height: auto; padding-bottom: 10px; } .table-head-top { font-size: 16px; border: 1px solid black; text-align: center; width: 100%; background-color: #609A21; color: #353535; } .server-temp { height: 40%; text-align:center; } .login-main-content, .signin-main-content { height: auto; padding-bottom: 10px; } .login-form { width: 50%; text-align: center; grid-area: login-form; padding-bottom: 20px; } #loginh1, #signinh1 { padding-top: 20px; } .login-input, .signin-input { width: 100%; border: none; border-radius: 5px; height: 30px; } .login-button, .signin-button { background-color: #609A21; border: none; border-radius: 5px; width: 90%; color: #E0E0E0; font-family: segoe print; font-size: 16px; margin-top: 5px; } .login-main { padding-left: 10px; width: 97%; display: grid; grid-template-columns: 35% 60% 5%; grid-template-areas: "login-left login-form login-right"; } .login-left { grid-area: login-left; } .login-right { grid-area: login-right; } #login { margin-bottom: 10px; font-family: Arial; font-size: 16px; } #password, #password2 { margin-bottom: 10px; font-family: Arial; font-size: 16px; } .password-label { font-family: segoe print; font-size: 14px; color: #E0E0E0; } .signin-main { padding-left: 10px; width: 97%; display: grid; grid-template-columns: 35% 60% 5%; grid-template-areas: "signin-left signin-form signin-right"; } .signin-left { grid-area: signin-left; } .signin-right { grid-area: signin-right; } .signin-form { width: 50%; text-align: center; grid-area: signin-form; padding-bottom: 20px; } .nickname-form { text-align:center; } .nickname-input { text-align: center; width: 30%; margin-left: 2em; margin-bottom: 5px; font-family: segoe print; font-size: 16px; } .nickname-button { margin-left: 2em; background-color: #609A21; border: none; border-radius: 5px; width: 30%; color: #1E1D1D; font-family: segoe print; font-size: 16px; margin-top: 5px; } #wt1 { display: none; } #wt2 { display: none; }