70 lines
2.0 KiB
CSS
70 lines
2.0 KiB
CSS
|
/* Control Panel */
|
||
|
|
||
|
.tag-mini {
|
||
|
margin-left: 0px;
|
||
|
padding-left: 0px;
|
||
|
padding-right: 0px;
|
||
|
padding-top: 2px;
|
||
|
padding-bottom: 2px;
|
||
|
|
||
|
color: black;
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
|
||
|
.panel_tag {
|
||
|
padding-left: 0px;
|
||
|
padding-right: 0px;
|
||
|
border: none;
|
||
|
background: none;
|
||
|
color: #202020;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.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_rank_tag, .forum_preset, .forum_active {
|
||
|
float: none;
|
||
|
color: #202020 !important;
|
||
|
font-size: 11px;
|
||
|
}
|
||
|
.panel_rank_tag_admin:before { content: "Admins"; }
|
||
|
.panel_rank_tag_mod:before { content: "Mods"; }
|
||
|
.panel_rank_tag_banned:before { content: "Banned"; }
|
||
|
.panel_rank_tag_guest:before { content: "Guests"; }
|
||
|
.panel_rank_tag_member:before { content: "Members"; }
|
||
|
|
||
|
.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; }
|
||
|
|
||
|
.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"; }
|