2018-06-06 00:21:22 +00:00
|
|
|
#back {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
#back, .footer .widget, #poweredByHolder {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.left_of_nav, .nav, .right_of_nav, .sidebar {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.footer .widget, #poweredByHolder {
|
|
|
|
background-color: #393939;
|
|
|
|
}
|
2018-07-13 11:27:58 +00:00
|
|
|
.rowmenu {
|
2018-09-02 05:43:17 +00:00
|
|
|
margin-left: 16px;
|
2018-07-13 11:27:58 +00:00
|
|
|
}
|
|
|
|
.submenu a:before {
|
|
|
|
content: "-";
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
2018-06-06 00:21:22 +00:00
|
|
|
|
|
|
|
.colstack_left {
|
|
|
|
width: 25%;
|
|
|
|
padding-top: 12px;
|
|
|
|
padding-right: 24px;
|
|
|
|
padding-bottom: 24px;
|
|
|
|
padding-left: 24px;
|
|
|
|
}
|
|
|
|
.colstack_left .colstack_head {
|
|
|
|
font-size: 19px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
.colstack_left .colstack_head:not(:first-child) {
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
2018-06-17 07:28:18 +00:00
|
|
|
.colstack_left .colstack_head a {
|
2018-09-02 05:43:17 +00:00
|
|
|
color: rgb(210, 210, 210);
|
2018-06-17 07:28:18 +00:00
|
|
|
}
|
2018-06-06 00:21:22 +00:00
|
|
|
.rowmenu {
|
|
|
|
margin-bottom: 2px;
|
|
|
|
font-size: 17px;
|
|
|
|
}
|
2018-06-17 07:28:18 +00:00
|
|
|
.rowmenu a {
|
2018-09-02 05:43:17 +00:00
|
|
|
color: rgb(180, 180, 180);
|
2018-06-17 07:28:18 +00:00
|
|
|
}
|
2018-07-13 11:27:58 +00:00
|
|
|
.menu_stats {
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
2018-06-06 00:21:22 +00:00
|
|
|
|
|
|
|
.colstack_right {
|
|
|
|
background-color: #444444;
|
|
|
|
width: 75%;
|
|
|
|
padding-top: 12px;
|
|
|
|
padding-right: 24px;
|
|
|
|
padding-bottom: 24px;
|
|
|
|
padding-left: 24px;
|
2018-06-17 07:28:18 +00:00
|
|
|
}
|
2018-07-03 10:01:49 +00:00
|
|
|
.colstack_right .colstack_head {
|
2018-08-10 07:58:25 +00:00
|
|
|
margin-bottom: 5px;
|
2018-07-03 10:01:49 +00:00
|
|
|
}
|
|
|
|
.colstack_right .colstack_head h1 {
|
|
|
|
font-size: 21px;
|
|
|
|
color: #BBBBBB;
|
|
|
|
}
|
2018-06-17 07:28:18 +00:00
|
|
|
.colstack_right .colstack_item.the_form {
|
|
|
|
background-color: #555555;
|
|
|
|
}
|
|
|
|
.colstack_right .colstack_item:not(.colstack_head):not(.rowhead) .rowitem {
|
|
|
|
background-color: #555555;
|
|
|
|
}
|
2018-07-13 11:27:58 +00:00
|
|
|
.rowitem {
|
|
|
|
display: flex;
|
|
|
|
}
|
2018-06-17 07:28:18 +00:00
|
|
|
|
|
|
|
.colstack_grid {
|
|
|
|
display: grid;
|
|
|
|
grid-gap: 8px;
|
|
|
|
grid-template-columns: repeat(3, 1fr);
|
|
|
|
}
|
|
|
|
.grid_item {
|
|
|
|
border-radius: 3px;
|
|
|
|
color: rgb(190,190,190);
|
|
|
|
background-color: #555555;
|
|
|
|
padding: 12px;
|
|
|
|
}
|
|
|
|
|
2018-08-06 02:36:24 +00:00
|
|
|
.to_right, .panel_buttons, .panel_floater {
|
2018-07-13 11:27:58 +00:00
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
input, select, textarea {
|
2018-06-17 07:28:18 +00:00
|
|
|
background: rgb(107,107,107);
|
2018-08-11 12:09:26 +00:00
|
|
|
color: rgb(197,197,197);
|
2018-06-17 07:28:18 +00:00
|
|
|
}
|
2018-08-11 12:09:26 +00:00
|
|
|
.colstack_right input, .colstack_right select, .colstack_right textarea {
|
|
|
|
padding: 4px;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
padding-left: 6px;
|
|
|
|
padding-right: 6px;
|
|
|
|
}
|
|
|
|
.colstack_right input {
|
|
|
|
padding-left: 6px;
|
|
|
|
padding-right: 6px;
|
|
|
|
}
|
|
|
|
|
2018-06-17 07:28:18 +00:00
|
|
|
input:focus, select:focus, textarea:focus {
|
|
|
|
outline: 1px solid rgb(137,137,137);
|
2018-08-11 12:09:26 +00:00
|
|
|
color: rgb(207,207,207);
|
2018-06-17 07:28:18 +00:00
|
|
|
}
|
|
|
|
/* ? - The background properties need to be redeclared for the new image or it won't work properly */
|
|
|
|
input {
|
|
|
|
background-image: url(./fa-svg/pencil-alt-light.svg);
|
|
|
|
background-size: 12px;
|
|
|
|
background-repeat: no-repeat;
|
2018-08-11 12:09:26 +00:00
|
|
|
background-position: right 9px bottom 7px;
|
|
|
|
background-position-x: right 9px;
|
2018-06-17 07:28:18 +00:00
|
|
|
}
|
|
|
|
input::placeholder, textarea::placeholder {
|
|
|
|
color: rgb(167,167,167);
|
|
|
|
opacity: 1; /* Firefox fix */
|
|
|
|
}
|
|
|
|
button, .formbutton {
|
|
|
|
/*background: rgb(110,110,210);
|
|
|
|
color: rgb(250,250,250);*/
|
|
|
|
}
|
2018-09-02 05:43:17 +00:00
|
|
|
button, .formbutton, .panel_right_button:not(.has_inner_button), #panel_users .profile_url {
|
2018-07-13 11:27:58 +00:00
|
|
|
background: rgb(100,100,200);
|
|
|
|
}
|
2018-08-16 11:16:02 +00:00
|
|
|
#panel_users .panel_tag:not(.panel_right_button) {
|
|
|
|
background: rgb(50,150,50);
|
|
|
|
}
|
2018-08-11 12:09:26 +00:00
|
|
|
/*.formlabel {
|
|
|
|
font-size: 17px;
|
|
|
|
}*/
|
2018-09-02 05:43:17 +00:00
|
|
|
.panel_right_button:not(.has_inner_button), #panel_users .panel_tag:not(.panel_right_button), #panel_users .profile_url {
|
2018-08-04 11:46:36 +00:00
|
|
|
margin-left: 2px;
|
2018-08-10 07:58:25 +00:00
|
|
|
padding: 5px;
|
|
|
|
padding-left: 6px;
|
|
|
|
padding-right: 6px;
|
2018-08-04 11:46:36 +00:00
|
|
|
}
|
2018-08-16 11:16:02 +00:00
|
|
|
#panel_users .panel_tag:not(.panel_right_button), #panel_users .profile_url {
|
|
|
|
color: rgb(250,250,250);
|
|
|
|
font-size: 15px;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
2018-08-04 11:46:36 +00:00
|
|
|
.edit_button:after {
|
|
|
|
content: "{{index .Phrases "panel_edit_button_text"}}";
|
|
|
|
}
|
|
|
|
.delete_button:after {
|
|
|
|
content: "{{index .Phrases "panel_delete_button_text"}}";
|
|
|
|
}
|
2018-06-17 07:28:18 +00:00
|
|
|
#themeSelector select {
|
|
|
|
background: rgb(90,90,90);
|
|
|
|
color: rgb(200,200,200);
|
2018-07-03 10:01:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.colstack_graph_holder {
|
|
|
|
background-color: #555555;
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 16px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
padding-left: 0px;
|
|
|
|
}
|
|
|
|
.colstack_graph_holder .ct-label {
|
|
|
|
color: rgb(195,195,195);
|
|
|
|
font-size: 13px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
.colstack_graph_holder .ct-horizontal {
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
|
|
|
.colstack_graph_holder .ct-grid {
|
|
|
|
stroke: rgb(125,125,125);
|
|
|
|
}
|
2018-07-13 11:27:58 +00:00
|
|
|
|
|
|
|
#panel_setting .formlabel {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#panel_setting textarea {
|
|
|
|
width: 100%;
|
|
|
|
height: 80px;
|
2018-08-10 07:58:25 +00:00
|
|
|
}
|
|
|
|
|
2018-08-11 12:09:26 +00:00
|
|
|
#panel_users .rowitem .to_right {
|
|
|
|
order: 0;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
#panel_users .rowitem .profile_url {
|
|
|
|
order: 1;
|
|
|
|
}
|
|
|
|
#panel_users .rowitem .panel_floater {
|
|
|
|
order: 2;
|
2018-08-16 11:16:02 +00:00
|
|
|
margin-top: 8px;
|
|
|
|
margin-right: auto;
|
2018-08-11 12:09:26 +00:00
|
|
|
}
|
|
|
|
|
2018-08-10 07:58:25 +00:00
|
|
|
.panel_submitrow {
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
2018-08-11 12:09:26 +00:00
|
|
|
.colstack_right .colstack_item:not(.colstack_head):not(.rowhead).panel_submitrow .rowitem {
|
|
|
|
padding-bottom: 14px;
|
|
|
|
}
|
|
|
|
.panel_submitrow .rowitem button:first-child {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
.panel_submitrow .rowitem button:last-child {
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
2018-08-10 07:58:25 +00:00
|
|
|
|
2018-09-02 05:43:17 +00:00
|
|
|
.has_inner_button button {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
#forum_quick_perms .formitem, #forum_quick_perms .panel_floater {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2018-08-10 07:58:25 +00:00
|
|
|
.panel_plugin_meta {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
.panel_plugin_meta br {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.panel_plugin_meta small {
|
|
|
|
margin-left: 0px !important;
|
|
|
|
margin-top: 1px;
|
|
|
|
}
|
|
|
|
/* TODO: Switch out this hack for vertically aligning the buttons */
|
|
|
|
/* margin-top: 10px; */
|
|
|
|
#panel_plugins .to_right {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
#panel_plugins .to_right .panel_right_button {
|
|
|
|
margin-top: auto;
|
|
|
|
margin-bottom: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#panel_debug .grid_stat:not(.grid_stat_head) {
|
|
|
|
margin-bottom: 5px;
|
2018-08-30 05:53:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pageitem {
|
|
|
|
background-color: #555555;
|
2018-09-02 05:43:17 +00:00
|
|
|
}
|