ca9c755a47
The alert list is now visible on the Shadow Theme. The User Manager is now paginated. The Moderation Logs are now paginated. The Group Manager is now paginated. The alert counter no longer shows up as undefined on Edge. Added a cache control header to the static files. Fixed a few bits of mangled HTML. Fixed the Forum Manager CSS for the Shadow Theme.
76 lines
2.2 KiB
CSS
76 lines
2.2 KiB
CSS
/* Control Panel */
|
|
|
|
.tag-mini {
|
|
margin-left: 0px;
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
padding-top: 2px;
|
|
padding-bottom: 2px;
|
|
|
|
font-family: cursive;
|
|
font-size: 12px;
|
|
color: #202020;
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.panel_floater {
|
|
float: right;
|
|
}
|
|
#panel_groups > .rowitem > .panel_floater {
|
|
float: none;
|
|
}
|
|
#panel_groups > .rowitem > .panel_floater > .panel_right_button {
|
|
float: right;
|
|
}
|
|
#panel_forums > .rowitem > .panel_floater {
|
|
float: none;
|
|
}
|
|
#panel_forums > .rowitem > .panel_floater > .panel_buttons {
|
|
float: right;
|
|
}
|
|
#panel_forums > .rowitem > span > .forum_name {
|
|
margin-right: 4px;
|
|
}
|
|
#panel_forums > .rowitem > .panel_floater > .panel_buttons > .panel_right_button {
|
|
color: #505050;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.panel_rank_tag, .forum_preset, .forum_active {
|
|
float: none;
|
|
color: #202020;
|
|
opacity: 0.7;
|
|
font-size: 10px;
|
|
}
|
|
.panel_rank_tag_admin:before { content: "Admin Group"; }
|
|
.panel_rank_tag_mod:before { content: "Mod Group"; }
|
|
.panel_rank_tag_banned:before { content: "Banned Group"; }
|
|
.panel_rank_tag_guest:before { content: "Guest Group"; }
|
|
.panel_rank_tag_member:before { content: "Member Group"; }
|
|
|
|
.forum_preset_announce:after { content: "Announcements"; }
|
|
.forum_preset_members:after { content: "Member Only"; }
|
|
.forum_preset_staff:after { content: "Staff Only"; }
|
|
.forum_preset_admins:after { content: "Admin Only"; }
|
|
.forum_preset_archive:after { content: "Archive"; }
|
|
.forum_preset_all:after { content: "Public"; }
|
|
.forum_preset_custom, .forum_preset_ { display: none !important; }
|
|
.forum_active_Hide:before { content: "Hidden"; }
|
|
.forum_active_Hide + .forum_preset:before { content: " | "; }
|
|
.forum_active_Show { display: none !important; }
|
|
.forum_active_name { color: #707070; }
|
|
.builtin_forum_divider { border-bottom-style: solid; }
|
|
|
|
.perm_preset_no_access:before { content: "No Access"; color: maroon; }
|
|
.perm_preset_read_only:before { content: "Read Only"; color: green; }
|
|
.perm_preset_can_post:before { content: "Can Post"; color: green; }
|
|
.perm_preset_can_moderate:before { content: "Can Moderate"; color: darkblue; }
|
|
.perm_preset_custom:before { content: "Custom"; color: black; }
|
|
.perm_preset_default:before { content: "Default"; }
|
|
|
|
@media(max-width: 1300px) {
|
|
.theme_row {
|
|
background-image: none !important;
|
|
}
|
|
}
|