2018-05-15 05:59:52 +00:00
|
|
|
.sidebar {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.submenu:before {
|
|
|
|
content: "-";
|
|
|
|
}
|
2018-02-15 13:15:27 +00:00
|
|
|
.submenu a {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
2017-06-16 10:41:30 +00:00
|
|
|
|
2017-12-10 03:43:30 +00:00
|
|
|
.edit_button:before {
|
2018-03-11 09:33:49 +00:00
|
|
|
content: "{{index .Phrases "panel_edit_button_text"}}";
|
2017-12-10 03:43:30 +00:00
|
|
|
}
|
|
|
|
.delete_button:after {
|
2018-03-11 09:33:49 +00:00
|
|
|
content: "{{index .Phrases "panel_delete_button_text"}}";
|
2017-12-10 03:43:30 +00:00
|
|
|
}
|
|
|
|
|
2017-06-16 10:41:30 +00:00
|
|
|
.tag-mini {
|
|
|
|
text-transform: none;
|
|
|
|
margin-left: 0px;
|
|
|
|
padding-left: 3px;
|
|
|
|
padding-right: 3px;
|
|
|
|
padding-top: 1.5px;
|
|
|
|
padding-bottom: 0px;
|
2017-06-28 12:05:26 +00:00
|
|
|
color: #505050 !important; /* 80,80,80 */
|
2017-06-16 10:41:30 +00:00
|
|
|
background-color: #FFFFFF;
|
2017-06-28 12:05:26 +00:00
|
|
|
border-style: solid;
|
|
|
|
border-color: #ccc;
|
2017-06-16 10:41:30 +00:00
|
|
|
border-width: 1px;
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
|
2017-12-10 03:43:30 +00:00
|
|
|
.panel_compactrow .panel_tag, .panel_compacttext {
|
2017-06-28 12:05:26 +00:00
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.panel_compactrow {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
2017-06-16 10:41:30 +00:00
|
|
|
.panel_upshift {
|
|
|
|
font-size: 18px;
|
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
|
|
|
}
|
2017-06-28 12:05:26 +00:00
|
|
|
.panel_compactrow .panel_upshift {
|
|
|
|
font-size: 16px;
|
|
|
|
position: static;
|
|
|
|
}
|
2017-09-10 16:57:22 +00:00
|
|
|
.panel_upshift:visited {
|
|
|
|
color: black;
|
|
|
|
}
|
2017-06-16 10:41:30 +00:00
|
|
|
|
2017-12-10 03:43:30 +00:00
|
|
|
.panel_floater, .panel_buttons {
|
|
|
|
margin-left: auto;
|
2017-09-10 16:57:22 +00:00
|
|
|
float: right;
|
|
|
|
}
|
2017-12-10 03:43:30 +00:00
|
|
|
#panel_forums .rowitem {
|
|
|
|
display: flex;
|
2017-09-10 16:57:22 +00:00
|
|
|
}
|
2017-12-10 03:43:30 +00:00
|
|
|
#panel_forums .panel_floater {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-top: -2px;
|
2017-09-10 16:57:22 +00:00
|
|
|
}
|
2017-12-10 03:43:30 +00:00
|
|
|
#panel_forums .panel_buttons {
|
|
|
|
margin-left: 3px;
|
2017-09-10 16:57:22 +00:00
|
|
|
}
|
2018-08-16 11:16:02 +00:00
|
|
|
#panel_users .panel_floater {
|
|
|
|
margin-left: 2px;
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
#panel_users .panel_tag {
|
|
|
|
float: right;
|
|
|
|
margin-top: -3px;
|
|
|
|
}
|
2017-06-16 10:41:30 +00:00
|
|
|
|
2017-12-10 03:43:30 +00:00
|
|
|
.panel_rank_tag_admin:before { content: "👑"; }
|
|
|
|
.panel_rank_tag_mod:before { content: "👮"; }
|
|
|
|
.panel_rank_tag_banned:before { content: "⛓️"; }
|
|
|
|
.panel_rank_tag_guest:before { content: "👽"; }
|
|
|
|
.panel_rank_tag_member:before { content: "👪"; }
|
|
|
|
|
|
|
|
.forum_preset_announce:before { content: "📣"; }
|
|
|
|
.forum_preset_members:before { content: "👪"; }
|
|
|
|
.forum_preset_staff:before { content: "👮"; }
|
|
|
|
.forum_preset_admins:before { content: "👑"; }
|
|
|
|
.forum_preset_archive:before { content: "☠️"; }
|
2017-09-10 16:57:22 +00:00
|
|
|
.forum_preset_all, .forum_preset_custom, .forum_preset_ {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
.forum_active_Hide:before {
|
|
|
|
content: "🕵️";
|
|
|
|
}
|
|
|
|
.forum_active_Show {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
.forum_active_name {
|
|
|
|
color: #707070;
|
|
|
|
}
|
|
|
|
.builtin_forum_divider {
|
|
|
|
border-bottom-style: solid;
|
|
|
|
}
|
2017-06-16 10:41:30 +00:00
|
|
|
|
2017-09-10 16:57:22 +00:00
|
|
|
.perm_preset_no_access:before {
|
2018-03-11 09:33:49 +00:00
|
|
|
content: "{{index .Phrases "panel_perms_no_access" }}";
|
2017-09-10 16:57:22 +00:00
|
|
|
color: maroon;
|
|
|
|
}
|
2017-12-10 03:43:30 +00:00
|
|
|
.perm_preset_read_only:before, .perm_preset_can_post:before {
|
|
|
|
color: green;
|
|
|
|
}
|
2017-09-10 16:57:22 +00:00
|
|
|
.perm_preset_read_only:before {
|
2018-03-11 09:33:49 +00:00
|
|
|
content: "{{index .Phrases "panel_perms_read_only" }}";
|
2017-09-10 16:57:22 +00:00
|
|
|
}
|
|
|
|
.perm_preset_can_post:before {
|
2018-03-11 09:33:49 +00:00
|
|
|
content: "{{index .Phrases "panel_perms_can_post" }}";
|
2017-09-10 16:57:22 +00:00
|
|
|
}
|
|
|
|
.perm_preset_can_moderate:before {
|
2018-03-11 09:33:49 +00:00
|
|
|
content: "{{index .Phrases "panel_perms_can_moderate" }}";
|
2017-09-10 16:57:22 +00:00
|
|
|
color: darkblue;
|
|
|
|
}
|
|
|
|
.perm_preset_custom:before {
|
2018-03-11 09:33:49 +00:00
|
|
|
content: "{{index .Phrases "panel_perms_custom" }}";
|
2017-09-10 16:57:22 +00:00
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
.perm_preset_default:before {
|
2018-03-11 09:33:49 +00:00
|
|
|
content: "{{index .Phrases "panel_perms_default" }}";
|
2017-09-10 16:57:22 +00:00
|
|
|
}
|
2017-09-03 04:50:31 +00:00
|
|
|
|
|
|
|
#panel_dashboard_right .colstack_head {
|
|
|
|
display: none;
|
2017-09-10 16:57:22 +00:00
|
|
|
}
|
|
|
|
|
2018-05-15 05:59:52 +00:00
|
|
|
.panel_submitrow {
|
|
|
|
margin-top: -12px;
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
.panel_submitrow button {
|
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 3px;
|
2017-12-10 03:43:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#panel_word_filters .itemSeparator:before {
|
|
|
|
content: " || ";
|
|
|
|
padding-left: 2px;
|
|
|
|
padding-right: 2px;
|
2018-02-15 13:15:27 +00:00
|
|
|
}
|
|
|
|
.ct_chart {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-top: 14px;
|
|
|
|
padding-bottom: 4px;
|
|
|
|
padding-right: 10px;
|
|
|
|
margin-bottom: 12px;
|
|
|
|
|
|
|
|
background-color: white;
|
|
|
|
border: 1px solid hsl(0,0%,85%);
|
2017-09-03 04:50:31 +00:00
|
|
|
}
|