github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/themes/tempra_simple/public/panel.css (about)

     1  #back {
     2  	width: 100%;
     3  }
     4  .sidebar {
     5  	display: none;
     6  }
     7  .submenu:before {
     8  	content: "-";
     9  }
    10  .submenu a {
    11  	margin-left: 8px;
    12  }
    13  /*.colstack_right .colstack_head .rowitem {
    14  	display: flex;
    15  }*/
    16  .colstack_right .colstack_head h1 + h2.hguide {
    17  	margin-left: auto;
    18  }
    19  
    20  .edit_button:before {
    21  	content: "{{lang "panel_edit_button_text" . }}";
    22  }
    23  .delete_button:after {
    24  	content: "{{lang "panel_delete_button_text" . }}";
    25  }
    26  
    27  .tag-mini {
    28  	text-transform: none;
    29  	margin-left: 0px;
    30  	padding-left: 3px;
    31  	padding-right: 3px;
    32  	padding-top: 1.5px;
    33  	padding-bottom: 0px;
    34  	color: #505050 !important; /* 80,80,80 */
    35  	background-color: #FFFFFF;
    36  	border-style: solid;
    37  	border-color: #ccc;
    38  	border-width: 1px;
    39  	font-size: 10px;
    40  }
    41  
    42  .panel_compactrow .panel_tag, .panel_compacttext {
    43  	font-size: 14px;
    44  }
    45  .panel_compactrow {
    46  	padding-left: 10px;
    47  	padding-top: 10px;
    48  	padding-bottom: 10px;
    49  	padding-right: 10px;
    50  }
    51  
    52  .panel_upshift {
    53  	font-size: 18px;
    54  	position: relative;
    55  	top: -2px;
    56  }
    57  .panel_compactrow .panel_upshift {
    58  	font-size: 16px;
    59  	position: static;
    60  }
    61  .panel_upshift:visited {
    62  	color: black;
    63  }
    64  
    65  .panel_floater, .panel_buttons {
    66  	margin-left: auto;
    67  	float: right;
    68  }
    69  #panel_forums .rowitem {
    70  	display: flex;
    71  }
    72  #panel_forums .panel_floater {
    73  	margin-left: auto;
    74  	margin-top: -2px;
    75  }
    76  #panel_forums .panel_buttons {
    77  	margin-left: 3px;
    78  }
    79  #panel_users .panel_floater {
    80  	margin-left: 2px;
    81  	float: none;
    82  }
    83  #panel_users .panel_tag {
    84  	float: right;
    85  	margin-top: -3px;
    86  }
    87  
    88  .panel_rank_tag_admin:before  { content:"👑"; }
    89  .panel_rank_tag_mod:before    { content:"👮"; }
    90  .panel_rank_tag_banned:before { content:"⛓️"; }
    91  .panel_rank_tag_guest:before  { content:"👽"; }
    92  .panel_rank_tag_member:before { content:"👪"; }
    93  
    94  .forum_preset_announce:before { content:"📣"; }
    95  .forum_preset_members:before  { content:"👪"; }
    96  .forum_preset_staff:before    { content:"👮"; }
    97  .forum_preset_admins:before   { content:"👑"; }
    98  .forum_preset_archive:before  { content:"☠️"; }
    99  .forum_preset_all, .forum_preset_custom, .forum_preset_ {
   100  	display: none !important;
   101  }
   102  .forum_active_Hide:before {
   103  	content: "🕵️";
   104  }
   105  .forum_active_Show {
   106  	display: none !important;
   107  }
   108  .forum_active_name {
   109  	color: #707070;
   110  }
   111  .builtin_forum_divider {
   112  	border-bottom-style: solid;
   113  }
   114  
   115  .perm_preset_no_access:before {
   116  	content: "{{lang "panel_perms_no_access" . }}";
   117  	color: maroon;
   118  }
   119  .perm_preset_read_only:before, .perm_preset_can_post:before {
   120  	color: green;
   121  }
   122  .perm_preset_read_only:before {
   123  	content: "{{lang "panel_perms_read_only" . }}";
   124  }
   125  .perm_preset_can_post:before {
   126  	content: "{{lang "panel_perms_can_post" . }}";
   127  }
   128  .perm_preset_can_moderate:before {
   129  	content: "{{lang "panel_perms_can_moderate" . }}";
   130  	color: darkblue;
   131  }
   132  .perm_preset_quasi_mod:before {
   133  	content: "{{lang "panel_perms_quasi_mod" . }}";
   134  	color: darkblue;
   135  }
   136  .perm_preset_custom:before {
   137  	content: "{{lang "panel_perms_custom" . }}";
   138  	color: black;
   139  }
   140  .perm_preset_default:before {
   141  	content: "{{lang "panel_perms_default" . }}";
   142  }
   143  
   144  #panel_dashboard_right .colstack_head {
   145  	display: none;
   146  }
   147  
   148  .panel_submitrow {
   149  	margin-top: -12px;
   150  	border-top: none;
   151  }
   152  .panel_submitrow button {
   153  	padding-top: 3px;
   154  	padding-bottom: 3px;
   155  }
   156  
   157  #panel_settings .panel_compactrow {
   158  	padding-left: 10px;
   159  }
   160  #panel_word_filters .itemSeparator:before {
   161  	content: " || ";
   162  	padding-left: 2px;
   163  	padding-right: 2px;
   164  }
   165  
   166  .ct_chart {
   167  	padding-left: 10px;
   168      padding-top: 14px;
   169      padding-bottom: 4px;
   170      padding-right: 10px;
   171  	margin-bottom: 12px;
   172  
   173  	background-color: white;
   174  	border: 1px solid hsl(0,0%,85%);
   175  }
   176  .ct-label {
   177  	fill: rgba(0,0,0,.6) !important;
   178  	color: rgba(0,0,0,.6) !important;
   179  }
   180  .ct-grid {
   181  	stroke: rgba(0,0,0,.3) !important;
   182  }
   183  .ct-legend {
   184  	margin-top: 0px;
   185  	margin-bottom: 0px;
   186  }
   187  .ct-legend .ct-series-7:before {
   188  	background-color: #6b0392 !important;
   189  	border-color: #6b0392 !important;
   190  }
   191  select + .timeRangeSelector {
   192  	margin-left: 8px;
   193  }
   194  
   195  #widgetTmpl, .widget_disabled {
   196  	display: none;
   197  }
   198  .bg_red .widget_disabled {
   199  	display: inline;
   200  }
   201  .wtypes .formrow {
   202  	display: none;
   203  }
   204  .wtype_about .w_about, .wtype_simple .w_simple, .wtype_wol .w_wol, .wtype_default .w_default {
   205  	display: block;
   206  }
   207  
   208  #panel_themes .rowitem::after {
   209  	content: "";
   210  	display: block;
   211  	clear: both;
   212  }
   213  
   214  .logdetail {
   215  	margin-top: 5px;
   216  }
   217  #panel_reglogs .logdetail small, #panel_reglogs .logdetails span {
   218  	font-size: 14px;
   219  }