2017-12-27 23:38:37 +00:00
|
|
|
#main {
|
2018-01-23 11:37:40 +00:00
|
|
|
max-width: inherit;
|
|
|
|
margin-left: 0px;
|
|
|
|
margin-right: 0px;
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
2017-12-27 23:38:37 +00:00
|
|
|
padding-left: 0px;
|
2018-05-27 09:36:35 +00:00
|
|
|
padding-bottom: 0px;
|
2017-12-27 23:38:37 +00:00
|
|
|
}
|
2018-01-23 11:37:40 +00:00
|
|
|
#back {
|
|
|
|
background-color: inherit;
|
|
|
|
padding-top: 0px;
|
|
|
|
}
|
|
|
|
|
2017-12-27 23:38:37 +00:00
|
|
|
.colstack_left {
|
2018-09-02 05:43:17 +00:00
|
|
|
width: 250px !important;
|
|
|
|
background-color: white;
|
2018-01-23 11:37:40 +00:00
|
|
|
margin-top: -18.5px;
|
|
|
|
margin-left: -0.5px;
|
2018-09-02 05:43:17 +00:00
|
|
|
border-top: 1px solid var(--element-border-color);
|
2017-12-30 05:47:46 +00:00
|
|
|
border-right: 1px solid var(--element-border-color);
|
2017-12-27 23:38:37 +00:00
|
|
|
}
|
|
|
|
.colstack_left .colstack_head {
|
2018-09-02 05:43:17 +00:00
|
|
|
margin-top: 6px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
margin-left: 16px;
|
2017-12-27 23:38:37 +00:00
|
|
|
padding-bottom: 12px;
|
2018-12-06 11:09:10 +00:00
|
|
|
padding-top: 12px;
|
2018-09-02 05:43:17 +00:00
|
|
|
padding-left: 8px;
|
2018-12-06 11:09:10 +00:00
|
|
|
border-bottom: 1px solid var(--element-border-color);
|
2018-09-02 05:43:17 +00:00
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
|
|
|
border-top: none;
|
|
|
|
width: fit-content;
|
|
|
|
}
|
|
|
|
.colstack_left .rowmenu {
|
|
|
|
padding-left: 18px !important;
|
|
|
|
}
|
|
|
|
.colstack_left .rowmenu .passive {
|
|
|
|
border: none;
|
|
|
|
font-size: 15px;
|
|
|
|
padding: 8px;
|
|
|
|
padding-top: 6px;
|
|
|
|
padding-bottom: 8px;
|
2017-12-27 23:38:37 +00:00
|
|
|
}
|
|
|
|
.colstack_left .rowmenu .passive:first-child {
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
.colstack_left .rowmenu .passive:last-child {
|
2018-09-02 05:43:17 +00:00
|
|
|
border-bottom: 1px solid var(--element-border-color) !important;
|
|
|
|
width: 150px;
|
|
|
|
padding-bottom: 16px;
|
2017-12-27 23:38:37 +00:00
|
|
|
}
|
|
|
|
.submenu {
|
|
|
|
margin-left: 12px;
|
|
|
|
}
|
|
|
|
.submenu_fallback {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.colstack_right {
|
|
|
|
margin-right: 14px;
|
2018-02-19 04:26:01 +00:00
|
|
|
/*margin-top: -4px;*/
|
2017-12-27 23:38:37 +00:00
|
|
|
margin-bottom: 14px;
|
|
|
|
}
|
2019-04-27 06:32:26 +00:00
|
|
|
.colstack_right .colstack_head .rowitem {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.colstack_right .colstack_head h1 + h2.hguide {
|
|
|
|
margin-left: auto;
|
2019-04-29 01:28:55 +00:00
|
|
|
color: var(--extra-lightened-primary-text-color);
|
2019-04-27 06:32:26 +00:00
|
|
|
}
|
2017-12-27 23:38:37 +00:00
|
|
|
.footer {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
2018-02-19 04:26:01 +00:00
|
|
|
.colstack_right .colstack_head:not(:first-child) {
|
|
|
|
margin-top: 14px;
|
|
|
|
}
|
2017-12-27 23:38:37 +00:00
|
|
|
|
2018-07-05 09:54:01 +00:00
|
|
|
#panel_dashboard_right .colstack_head h1 {
|
|
|
|
font-size: 17px;
|
|
|
|
color: hsl(0,0%,40%);
|
|
|
|
}
|
2019-05-13 09:17:44 +00:00
|
|
|
/* TODO: Move these to panel.css */
|
|
|
|
#dash-version:before, #dash-cpu:before, #dash-ram:before, #dash-memused:before, #dash-totonline:before, #dash-gonline:before, #dash-uonline:before, #dash-reqs:before, #dash-postsperday:before, #dash-topicsperday:before {
|
|
|
|
display: inline-block;
|
|
|
|
background: var(--tinted-background-color);
|
|
|
|
font: normal normal normal 14px/1 FontAwesome;
|
|
|
|
font-size: 20px;
|
|
|
|
padding-left: 17px;
|
|
|
|
padding-top: 16px;
|
|
|
|
padding-right: 19px;
|
|
|
|
color: hsl(0,0%,20%);
|
|
|
|
}
|
|
|
|
#dash-version:before {
|
|
|
|
content: "\f126";
|
|
|
|
}
|
|
|
|
#dash-cpu:before, #dash-memused:before {
|
|
|
|
content: "\f2db";
|
|
|
|
}
|
|
|
|
#dash-ram:before {
|
|
|
|
content: "\f233";
|
|
|
|
}
|
|
|
|
#dash-totonline:before, #dash-gonline:before, #dash-uonline:before {
|
|
|
|
content: "\f007";
|
|
|
|
}
|
|
|
|
#dash-reqs:before {
|
|
|
|
content: "\f080";
|
|
|
|
}
|
|
|
|
#dash-postsperday:before, #dash-topicsperday:before {
|
|
|
|
content: "\f27b";
|
|
|
|
}
|
2019-06-03 05:26:27 +00:00
|
|
|
.grid2 {
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|
2019-05-13 09:17:44 +00:00
|
|
|
#panel_debug .grid_stat:not(.grid_stat_head) {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
.debug_page.colstack_right .colstack_sub_head {
|
|
|
|
margin-top: 6px;
|
|
|
|
}
|
2018-07-05 09:54:01 +00:00
|
|
|
|
2017-12-10 03:43:30 +00:00
|
|
|
.complex_rowlist {
|
|
|
|
background-color: inherit !important;
|
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
.complex_rowlist .rowitem {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel_buttons, .panel_floater {
|
|
|
|
margin-left: auto;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.panel_buttons:before,
|
|
|
|
.panel_floater:before,
|
|
|
|
.edit_button:after,
|
|
|
|
.delete_button:after {
|
|
|
|
color: hsl(0,0%,65%);
|
|
|
|
}
|
|
|
|
.panel_buttons:before,
|
|
|
|
.panel_floater:before {
|
|
|
|
content: "";
|
|
|
|
border-left: 1px solid var(--element-border-color);
|
|
|
|
height: 15px;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
2018-08-16 11:16:02 +00:00
|
|
|
#panel_users .panel_floater:before {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#panel_users .panel_floater {
|
|
|
|
text-align: center;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
2017-12-10 03:43:30 +00:00
|
|
|
.edit_button:after, .delete_button:after {
|
|
|
|
font: normal normal normal 14px/1 FontAwesome;
|
|
|
|
padding-left: 12px;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
.edit_button:after {
|
|
|
|
content: "\f040";
|
|
|
|
}
|
|
|
|
.delete_button:after {
|
|
|
|
content: "\f014";
|
|
|
|
}
|
|
|
|
|
|
|
|
#panel_users .panel_floater:before,
|
|
|
|
#panel_forums .panel_floater:before,
|
|
|
|
#forum_quick_perms .panel_floater:before,
|
|
|
|
.panel_themes .panel_floater:before,
|
|
|
|
#panel_backups .panel_floater:before {
|
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
#panel_forums_name_box {
|
|
|
|
order: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#panel_users .panel_tag:not(.panel_right_button) {
|
|
|
|
display: none;
|
|
|
|
}
|
2018-01-22 08:15:45 +00:00
|
|
|
.panel_right_button + .panel_right_button {
|
|
|
|
margin-left: 3px;
|
|
|
|
}
|
2017-12-10 03:43:30 +00:00
|
|
|
|
2018-01-08 08:53:51 +00:00
|
|
|
.panel_group_perms .formitem a {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
2017-12-10 03:43:30 +00:00
|
|
|
#panel_word_filters .itemSeparator:before {
|
|
|
|
content: "|";
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
color: var(--primary-link-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* TODO: Should we be using .formrows in #forum_quick_perms? Can we normalize it? Would this break the other themes? */
|
|
|
|
.formlist:not(#forum_quick_perms),
|
|
|
|
.panel_themes .rowitem,
|
|
|
|
#panel_plugins .rowitem,
|
|
|
|
#forum_quick_perms .formitem {
|
|
|
|
padding: 12px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
background-color: var(--element-background-color);
|
|
|
|
border: 1px solid var(--element-border-color);
|
|
|
|
border-bottom: 2px solid var(--element-border-color);
|
|
|
|
}
|
|
|
|
.formlist .formrow {
|
|
|
|
padding: 0px !important;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
.formlist .formitem {
|
|
|
|
padding: 8px;
|
|
|
|
}
|
|
|
|
.panel_theme_mobile, .panel_theme_tag {
|
2017-11-23 05:37:08 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2017-12-10 03:43:30 +00:00
|
|
|
#panel_plugins .rowitem {
|
|
|
|
display: block;
|
2017-12-26 07:17:26 +00:00
|
|
|
}
|
|
|
|
|
2018-01-22 08:15:45 +00:00
|
|
|
#panel_users .rowitem .rowTitle {
|
|
|
|
border-bottom: 1px solid var(--lighter-text-color);
|
|
|
|
padding-bottom: 4px;
|
2018-05-15 05:59:52 +00:00
|
|
|
margin-bottom: 6px;
|
2018-01-22 08:15:45 +00:00
|
|
|
}
|
2018-06-06 00:21:22 +00:00
|
|
|
#panel_setting textarea, #panel_page_list textarea, #panel_page_edit textarea {
|
2018-05-27 09:36:35 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 80px;
|
|
|
|
}
|
2018-07-13 11:27:58 +00:00
|
|
|
#panel_setting .formlabel {
|
|
|
|
display: none;
|
|
|
|
}
|
2018-12-06 11:09:10 +00:00
|
|
|
#panel_settings .panel_upshift {
|
|
|
|
border-bottom: 1px solid var(--element-border-color);
|
|
|
|
padding-bottom: 12px;
|
|
|
|
}
|
|
|
|
#panel_settings.rowlist.bgavatars .rowitem > a, #panel_settings.rowlist.bgavatars .rowitem > span {
|
|
|
|
margin-left: 0px;
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
#panel_settings .to_right {
|
|
|
|
float: none;
|
|
|
|
margin-top: auto;
|
|
|
|
padding-top: 14px;
|
2019-03-03 02:28:17 +00:00
|
|
|
word-break: break-all;
|
2018-12-06 11:09:10 +00:00
|
|
|
}
|
2018-06-06 00:21:22 +00:00
|
|
|
#panel_page_list textarea, #panel_page_edit textarea {
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
2018-01-22 08:15:45 +00:00
|
|
|
|
2017-12-26 07:17:26 +00:00
|
|
|
#forum_quick_perms .formitem {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
#forum_quick_perms .formitem .edit_fields {
|
|
|
|
margin-left: 3px;
|
|
|
|
margin-top: 1px;
|
|
|
|
}
|
2018-09-02 05:43:17 +00:00
|
|
|
#forum_quick_perms .perm_preset {
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
2017-12-26 07:17:26 +00:00
|
|
|
.perm_preset_no_access:before {
|
2018-12-14 04:08:53 +00:00
|
|
|
content: "{{lang "panel_perms_no_access" . }}";
|
2017-12-26 07:17:26 +00:00
|
|
|
color: hsl(0,100%,20%);
|
|
|
|
}
|
|
|
|
.perm_preset_read_only:before, .perm_preset_can_post:before {
|
|
|
|
color: hsl(120,100%,20%);
|
|
|
|
}
|
|
|
|
.perm_preset_read_only:before {
|
2018-12-14 04:08:53 +00:00
|
|
|
content: "{{lang "panel_perms_read_only" . }}";
|
2017-12-26 07:17:26 +00:00
|
|
|
}
|
|
|
|
.perm_preset_can_post:before {
|
2018-12-14 04:08:53 +00:00
|
|
|
content: "{{lang "panel_perms_can_post" . }}";
|
2017-12-26 07:17:26 +00:00
|
|
|
}
|
|
|
|
.perm_preset_can_moderate:before {
|
2018-12-14 04:08:53 +00:00
|
|
|
content: "{{lang "panel_perms_can_moderate" . }}";
|
2017-12-26 07:17:26 +00:00
|
|
|
color: hsl(240,100%,20%);
|
|
|
|
}
|
2018-12-03 12:32:46 +00:00
|
|
|
.perm_preset_quasi_mod:before {
|
2018-12-14 04:08:53 +00:00
|
|
|
content: "{{lang "panel_perms_quasi_mod" . }}";
|
2018-12-03 12:32:46 +00:00
|
|
|
}
|
2017-12-26 07:17:26 +00:00
|
|
|
.perm_preset_custom:before {
|
2018-12-14 04:08:53 +00:00
|
|
|
content: "{{lang "panel_perms_custom" . }}";
|
2017-12-26 07:17:26 +00:00
|
|
|
color: hsl(0,0%,20%);
|
|
|
|
}
|
|
|
|
.perm_preset_default:before {
|
2018-12-14 04:08:53 +00:00
|
|
|
content: "{{lang "panel_perms_default" . }}";
|
2018-01-03 07:46:18 +00:00
|
|
|
}
|
|
|
|
|
2018-05-13 06:56:59 +00:00
|
|
|
.panel_submitrow .rowitem {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.panel_submitrow .rowitem *:first-child {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
.panel_submitrow .rowitem *:last-child {
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
.panel_submitrow .rowitem button {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
2018-01-03 07:46:18 +00:00
|
|
|
.colstack_graph_holder {
|
|
|
|
background-color: var(--element-background-color);
|
|
|
|
border: 1px solid var(--element-border-color);
|
|
|
|
border-bottom: 2px solid var(--element-border-color);
|
|
|
|
margin-left: 16px;
|
|
|
|
padding-top: 16px;
|
|
|
|
}
|
2019-05-08 05:56:18 +00:00
|
|
|
.colstack_graph_holder.scrolly {
|
|
|
|
overflow-x: scroll;
|
|
|
|
width: 800px;
|
|
|
|
}
|
|
|
|
.colstack_graph_holder.scrolly .ct_chart {
|
|
|
|
width: 1000px;
|
|
|
|
}
|
2020-03-06 23:18:52 +00:00
|
|
|
.ct-label {
|
|
|
|
fill: rgba(0,0,0,.6) !important;
|
|
|
|
color: rgba(0,0,0,.6) !important;
|
|
|
|
}
|
|
|
|
.ct-grid {
|
|
|
|
stroke: rgba(0,0,0,.3) !important;
|
|
|
|
}
|
2018-01-03 07:46:18 +00:00
|
|
|
.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
|
2018-01-09 07:39:29 +00:00
|
|
|
stroke: hsl(359,98%,53%) !important;
|
2018-01-03 07:46:18 +00:00
|
|
|
}
|
2019-05-18 06:50:43 +00:00
|
|
|
.ct-series-a.ct-point {
|
2018-01-10 03:32:48 +00:00
|
|
|
stroke: hsl(359,98%,23%) !important;
|
2018-01-08 08:53:51 +00:00
|
|
|
}
|
2019-05-18 06:50:43 +00:00
|
|
|
.ct-series-a.ct-point:hover {
|
2018-01-11 08:03:17 +00:00
|
|
|
stroke: hsl(359,98%,30%) !important;
|
2018-01-10 03:32:48 +00:00
|
|
|
}
|
2020-03-03 06:54:05 +00:00
|
|
|
.ct-legend .ct-series-7:before {
|
|
|
|
background-color: #6b0392 !important;
|
|
|
|
border-color: #6b0392 !important;
|
|
|
|
}
|
2018-02-22 02:27:17 +00:00
|
|
|
/*.ct-chart-line {
|
|
|
|
height: 300px !important;
|
|
|
|
}*/
|
|
|
|
/*.ct-label.ct-horizontal {
|
|
|
|
position: fixed;
|
|
|
|
justify-content: flex-end;
|
|
|
|
text-align: right;
|
|
|
|
transform-origin: 100% 0;
|
|
|
|
transform: translate(-100%) rotate(-90deg);
|
|
|
|
white-space: nowrap;
|
|
|
|
/*padding-right: 48px;/
|
|
|
|
top: 8px;
|
|
|
|
}*/
|
|
|
|
/*.ct-label.ct-horizontal {
|
|
|
|
white-space: nowrap;
|
|
|
|
}*/
|
|
|
|
/*.ct-label.ct-horizontal {
|
|
|
|
position: fixed;
|
|
|
|
justify-content: flex-end;
|
|
|
|
text-align: right;
|
|
|
|
transform-origin: 100% 0;
|
|
|
|
transform: translate(-100%) rotate(-45deg);
|
|
|
|
white-space: nowrap;
|
|
|
|
}*/
|
2019-05-18 06:50:43 +00:00
|
|
|
.ct-legend {
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
2019-05-18 01:18:19 +00:00
|
|
|
.analytics .colstack_head select {
|
2018-01-10 03:32:48 +00:00
|
|
|
margin-top: -5px;
|
|
|
|
}
|
2019-04-28 02:57:25 +00:00
|
|
|
.colstack_graph_holder + .rowlist {
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
.analytics .colstack_head h1 {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
2019-05-19 01:01:11 +00:00
|
|
|
select + .timeRangeSelector {
|
2019-05-18 00:33:35 +00:00
|
|
|
margin-left: 8px;
|
|
|
|
}
|
2018-01-10 03:32:48 +00:00
|
|
|
|
|
|
|
/* Experimental header tweaks */
|
|
|
|
.colstack_head a {
|
|
|
|
font-size: 17px;
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
#panel_analytics_views_table .rowlist .panel_compactrow {
|
|
|
|
padding: 14px;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
2018-01-22 08:15:45 +00:00
|
|
|
*/
|
|
|
|
|
2019-01-21 12:27:59 +00:00
|
|
|
.widget_normal {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2019-05-18 00:33:35 +00:00
|
|
|
#widgetTmpl, .widget_disabled {
|
2019-01-21 12:27:59 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.bg_red .widget_disabled {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
.wtypes .formrow {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.wtype_about .w_about, .wtype_simple .w_simple, .wtype_wol .w_wol, .wtype_default .w_default {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.panel_widgets {
|
|
|
|
margin-bottom: 18px;
|
|
|
|
}
|
|
|
|
|
2019-12-05 23:57:44 +00:00
|
|
|
#panel_reglogs .panel_compactrow {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
.logdetail {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
#panel_reglogs .logdetail small, #panel_reglogs .logdetails span {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
2018-01-22 08:15:45 +00:00
|
|
|
.pageset {
|
|
|
|
margin-left: 16px;
|
2018-02-19 04:26:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media(max-width: 999px) {
|
|
|
|
.colstack_left {
|
|
|
|
margin-top: -14.5px;
|
|
|
|
}
|
2018-05-27 09:36:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media(min-width: 1000px) {
|
|
|
|
.footBlock {
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
|
|
|
.footer {
|
|
|
|
max-width: none;
|
|
|
|
width: 100%;
|
|
|
|
margin-left: 0px;
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
2018-01-22 08:15:45 +00:00
|
|
|
}
|