github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/themes/nox/public/acc_panel_common.css (about) 1 #main { 2 max-width: none !important; 3 } 4 .colstack_left { 5 width: 200px; 6 padding-bottom: 6px; 7 background-color: rgb(62, 62, 62); 8 /*border-left: 4px solid rgb(82, 82, 82);*/ 9 } 10 .colstack_left .colstack_head { 11 /*font-size: 19px;*/ 12 font-size: 18px; 13 margin-bottom: 8px; 14 background-color: rgb(72, 72, 72); 15 /*padding-top: 10px;*/ 16 padding-top: 9px; 17 padding-left: 18px; 18 padding-right: 24px; 19 /*padding-bottom: 10px;*/ 20 padding-bottom: 9px; 21 margin-left: 0px; 22 } 23 .colstack_left .colstack_head:not(:first-child) { 24 margin-top: 14px; 25 font-size: 18px; 26 padding-top: 9px; 27 padding-bottom: 9px; 28 } 29 .colstack_left .colstack_head a { 30 color: rgb(210, 210, 210); 31 } 32 33 .rowmenu { 34 margin-left: 18px; 35 /*margin-bottom: 2px;*/ 36 margin-bottom: 3px; 37 font-size: 17px; 38 } 39 .rowmenu a { 40 color: rgb(180, 180, 180); 41 } 42 .rowmenu .rowitem { 43 /*margin-bottom: 4px;*/ 44 margin-bottom: 6px; 45 } 46 47 .to_right { 48 margin-left: auto; 49 } 50 .bg_red { 51 background-color: rgb(88,68,68) !important; 52 } 53 54 @media (max-width: 420px) { 55 .colstack { 56 display: block; 57 } 58 .colstack_left, .colstack_right { 59 width: auto !important; 60 } 61 }