2016-12-03 04:50:35 +00:00
|
|
|
* {
|
|
|
|
box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
body {
|
2016-12-02 07:38:54 +00:00
|
|
|
font-family: arial;
|
2017-01-26 13:37:50 +00:00
|
|
|
padding-bottom: 8px;
|
2017-01-31 05:13:38 +00:00
|
|
|
background-image: url('/static/test_bg2.svg');
|
|
|
|
background-size: cover;
|
2016-12-02 07:38:54 +00:00
|
|
|
}
|
|
|
|
|
2017-05-12 13:25:12 +00:00
|
|
|
/* Patch for Edge, until they fix emojis in arial x.x */
|
2017-06-05 11:57:27 +00:00
|
|
|
@supports (-ms-ime-align:auto) { .user_content { font-family: Segoe UI Emoji, arial; } }
|
2016-12-08 14:11:18 +00:00
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
ul {
|
2016-12-02 07:38:54 +00:00
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
2017-05-12 13:25:12 +00:00
|
|
|
height: 36px;
|
2016-12-02 07:38:54 +00:00
|
|
|
list-style-type: none;
|
2016-12-18 12:56:06 +00:00
|
|
|
border: 1px solid #ccc;
|
2017-01-31 05:13:38 +00:00
|
|
|
background-color: white;
|
2017-05-12 13:25:12 +00:00
|
|
|
margin-bottom: 12px;
|
2016-12-02 07:38:54 +00:00
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
li {
|
2017-05-12 13:25:12 +00:00
|
|
|
height: 35px;
|
2016-12-02 07:38:54 +00:00
|
|
|
padding-left: 10px;
|
2017-05-12 13:25:12 +00:00
|
|
|
padding-top: 8px;
|
|
|
|
padding-bottom: 8px;
|
2016-12-02 07:38:54 +00:00
|
|
|
}
|
2016-12-26 04:44:07 +00:00
|
|
|
li:hover { background: rgb(250,250,250); }
|
2017-05-29 14:52:37 +00:00
|
|
|
li a {
|
2016-12-02 07:38:54 +00:00
|
|
|
text-decoration: none;
|
2017-05-12 13:25:12 +00:00
|
|
|
/*color: #515151;*/
|
|
|
|
color: black;
|
|
|
|
font-size: 17px;
|
2016-12-02 07:38:54 +00:00
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.menu_left {
|
2016-12-18 12:56:06 +00:00
|
|
|
float: left;
|
2016-12-02 07:38:54 +00:00
|
|
|
border-right: 1px solid #ccc;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.menu_right {
|
2016-12-18 12:56:06 +00:00
|
|
|
float: right;
|
|
|
|
border-left: 1px solid #ccc;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
2016-12-02 07:38:54 +00:00
|
|
|
|
2017-06-05 11:57:27 +00:00
|
|
|
.menu_bell {
|
|
|
|
cursor: default;
|
|
|
|
}
|
2017-02-28 09:27:28 +00:00
|
|
|
.menu_alerts {
|
2017-05-12 13:25:12 +00:00
|
|
|
/*padding-left: 7px;*/
|
|
|
|
font-size: 20px;
|
2017-02-28 09:27:28 +00:00
|
|
|
padding-top: 2px;
|
|
|
|
color: rgb(80,80,80);
|
2017-06-05 11:57:27 +00:00
|
|
|
z-index: 500;
|
2017-02-28 09:27:28 +00:00
|
|
|
}
|
|
|
|
.menu_alerts .alert_counter {
|
2017-05-12 13:25:12 +00:00
|
|
|
position: relative;
|
|
|
|
font-size: 8px;
|
|
|
|
top: -25px;
|
|
|
|
background-color: rgb(190,0,0);
|
2017-02-28 09:27:28 +00:00
|
|
|
color: white;
|
|
|
|
width: 14px;
|
|
|
|
left: 10px;
|
|
|
|
line-height: 8px;
|
|
|
|
padding-top: 2.5px;
|
|
|
|
height: 14px;
|
|
|
|
text-align: center;
|
2017-05-12 13:25:12 +00:00
|
|
|
border: white solid 1px;
|
2017-02-28 09:27:28 +00:00
|
|
|
}
|
2017-06-05 11:57:27 +00:00
|
|
|
.menu_alerts .alert_counter:empty { display: none; }
|
2017-02-28 09:27:28 +00:00
|
|
|
|
2017-03-01 11:36:50 +00:00
|
|
|
.selectedAlert {
|
|
|
|
background: white;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
.selectedAlert:hover {
|
|
|
|
background: white;
|
|
|
|
color: black;
|
2017-03-05 07:53:41 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.selectedAlert .alert_counter { display: none; }
|
|
|
|
.menu_alerts .alertList { display: none; }
|
2017-03-01 11:36:50 +00:00
|
|
|
.selectedAlert .alertList {
|
|
|
|
position: absolute;
|
2017-05-12 13:25:12 +00:00
|
|
|
top: 51px;
|
2017-03-01 11:36:50 +00:00
|
|
|
display: block;
|
|
|
|
background: white;
|
|
|
|
font-size: 10px;
|
|
|
|
line-height: 16px;
|
2017-05-29 14:52:37 +00:00
|
|
|
width: 300px;
|
2017-03-05 07:53:41 +00:00
|
|
|
right: calc(5% + 7px);
|
2017-03-01 11:36:50 +00:00
|
|
|
border-top: 1px solid #ccc;
|
|
|
|
border-left: 1px solid #ccc;
|
|
|
|
border-right: 1px solid #ccc;
|
2017-03-05 07:53:41 +00:00
|
|
|
border-bottom: 1px solid #ccc;
|
2017-05-29 14:52:37 +00:00
|
|
|
margin-bottom: 10px;
|
2017-03-01 11:36:50 +00:00
|
|
|
}
|
|
|
|
.alertItem {
|
|
|
|
padding: 8px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2017-05-29 14:52:37 +00:00
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 16px;
|
2017-03-01 11:36:50 +00:00
|
|
|
}
|
|
|
|
.alertItem.withAvatar {
|
2017-05-29 14:52:37 +00:00
|
|
|
background-size: 60px;
|
2017-03-01 11:36:50 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
padding-right: 12px;
|
2017-05-29 14:52:37 +00:00
|
|
|
padding-left: 68px;
|
|
|
|
height: 50px;
|
2017-03-01 11:36:50 +00:00
|
|
|
}
|
|
|
|
.alertItem.withAvatar:not(:last-child) {
|
|
|
|
border-bottom: 1px solid rgb(230,230,230);
|
|
|
|
}
|
2017-03-05 07:53:41 +00:00
|
|
|
.alertItem .text {
|
2017-03-01 11:36:50 +00:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2017-05-29 14:52:37 +00:00
|
|
|
height: 40px;
|
2017-03-05 07:53:41 +00:00
|
|
|
width: 100%;
|
|
|
|
color: black;
|
2017-05-29 14:52:37 +00:00
|
|
|
font-size: 13px;
|
|
|
|
white-space: nowrap;
|
|
|
|
font-weight: normal;
|
2017-03-05 07:53:41 +00:00
|
|
|
}
|
2017-06-05 11:57:27 +00:00
|
|
|
.alertItem:not(.withAvatar) { margin-left: 5px; }
|
2017-03-01 11:36:50 +00:00
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
.container {
|
2016-12-02 07:38:54 +00:00
|
|
|
width: 90%;
|
|
|
|
padding: 0px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
.rowblock {
|
2016-12-02 07:38:54 +00:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
width: 100%;
|
|
|
|
padding: 0px;
|
|
|
|
padding-top: 0px;
|
|
|
|
}
|
2017-03-18 07:23:02 +00:00
|
|
|
.rowblock:empty { display: none; }
|
2017-06-05 11:57:27 +00:00
|
|
|
.rowsmall {
|
|
|
|
font-size:12px;
|
|
|
|
}
|
2016-12-02 07:38:54 +00:00
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
.colblock_left {
|
2016-12-02 15:03:31 +00:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
padding: 0px;
|
|
|
|
padding-top: 0px;
|
|
|
|
width: 30%;
|
|
|
|
float: left;
|
2016-12-09 13:46:29 +00:00
|
|
|
margin-right: 8px;
|
2016-12-02 15:03:31 +00:00
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.colblock_right {
|
2016-12-02 15:03:31 +00:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
padding: 0px;
|
|
|
|
padding-top: 0px;
|
|
|
|
width: 65%;
|
|
|
|
overflow: hidden;
|
2016-12-03 04:50:35 +00:00
|
|
|
word-wrap: break-word;
|
2016-12-02 15:03:31 +00:00
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.colblock_left:empty, .colblock_right:empty { display: none; }
|
2017-03-18 07:23:02 +00:00
|
|
|
|
2017-05-07 08:31:41 +00:00
|
|
|
/* The new method of doing columns layouts, colblock is now deprecated :( */
|
2017-05-29 14:52:37 +00:00
|
|
|
.colstack_left {
|
2017-03-18 07:23:02 +00:00
|
|
|
float: left;
|
|
|
|
width: 30%;
|
|
|
|
margin-right: 8px;
|
2016-12-02 15:03:31 +00:00
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.colstack_right {
|
2017-03-18 07:23:02 +00:00
|
|
|
float: left;
|
|
|
|
width: 65%;
|
|
|
|
width: calc(70% - 15px);
|
2016-12-02 15:03:31 +00:00
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.colstack_item {
|
2017-03-18 07:23:02 +00:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
padding: 0px;
|
|
|
|
padding-top: 0px;
|
|
|
|
width: 100%;
|
2017-05-12 13:25:12 +00:00
|
|
|
margin-bottom: 12px;
|
2017-03-18 07:23:02 +00:00
|
|
|
overflow: hidden;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
.colstack_head { margin-bottom: 0px; }
|
2017-06-05 11:57:27 +00:00
|
|
|
.colstack_left:empty, .colstack_right:empty { display: none; }
|
2016-12-02 15:03:31 +00:00
|
|
|
|
2017-05-07 08:31:41 +00:00
|
|
|
.colstack_grid {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(3, 1fr);
|
|
|
|
grid-gap: 12px;
|
|
|
|
margin-left: 5px;
|
2017-05-29 14:52:37 +00:00
|
|
|
margin-top: 2px;
|
2017-05-07 08:31:41 +00:00
|
|
|
}
|
|
|
|
.grid_item {
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
word-wrap: break-word;
|
|
|
|
background-color: white;
|
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.grid_stat, .grid_istat {
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 12px;
|
|
|
|
padding-bottom: 12px;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.grid_istat { margin-bottom: 5px; }
|
2017-05-07 08:31:41 +00:00
|
|
|
|
|
|
|
.stat_green { background-color: lightgreen; border-color: green; }
|
|
|
|
.stat_orange { background-color: #ffe4b3; border-color: orange; }
|
|
|
|
.stat_red { background-color: #ffb2b2; border-color: red; }
|
|
|
|
.stat_disabled { background-color: lightgray; border-color: gray; }
|
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
.rowitem {
|
2016-12-03 10:25:39 +00:00
|
|
|
width: 100%;
|
2017-05-29 14:52:37 +00:00
|
|
|
/*padding-left: 8px;
|
2016-12-02 07:38:54 +00:00
|
|
|
padding-right: 8px;
|
|
|
|
padding-top: 17px;
|
|
|
|
padding-bottom: 12px;
|
|
|
|
font-weight: bold;
|
2017-05-29 14:52:37 +00:00
|
|
|
text-transform: uppercase;*/
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-top: 14px;
|
|
|
|
padding-bottom: 12px;
|
|
|
|
padding-right: 10px;
|
2017-01-31 05:13:38 +00:00
|
|
|
background-color: white;
|
2016-12-02 07:38:54 +00:00
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.rowitem.passive {
|
2016-12-02 07:38:54 +00:00
|
|
|
font-weight: normal;
|
|
|
|
text-transform: none;
|
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.rowitem:not(:last-child) {
|
2016-12-02 07:38:54 +00:00
|
|
|
border-bottom: 1px dotted #ccc;
|
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.rowitem a {
|
2016-12-02 07:38:54 +00:00
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
|
|
|
}
|
2017-03-01 11:36:50 +00:00
|
|
|
.rowitem a:hover { color: silver; }
|
|
|
|
.opthead { display: none; }
|
2017-06-05 11:57:27 +00:00
|
|
|
.datarow {
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
2016-12-02 07:38:54 +00:00
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
.formrow {
|
2016-12-02 07:38:54 +00:00
|
|
|
width: 100%;
|
2017-01-31 05:13:38 +00:00
|
|
|
background-color: white;
|
2016-12-02 07:38:54 +00:00
|
|
|
}
|
2017-05-12 13:25:12 +00:00
|
|
|
|
2017-01-12 14:01:35 +00:00
|
|
|
/* Clearfix */
|
|
|
|
.formrow:before, .formrow:after {
|
2017-01-31 05:13:38 +00:00
|
|
|
content: " ";
|
|
|
|
display: table;
|
2016-12-02 07:38:54 +00:00
|
|
|
}
|
2017-01-31 05:13:38 +00:00
|
|
|
.formrow:after { clear: both; }
|
2017-05-12 13:25:12 +00:00
|
|
|
.formrow:not(:last-child) { border-bottom: 1px dotted #ccc; }
|
2016-12-02 07:38:54 +00:00
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
.formitem {
|
2016-12-02 07:38:54 +00:00
|
|
|
float: left;
|
2017-05-29 14:52:37 +00:00
|
|
|
padding: 10px;
|
|
|
|
min-width: 20%;
|
|
|
|
/*font-size: 17px;*/
|
|
|
|
font-weight: normal;
|
2016-12-02 07:38:54 +00:00
|
|
|
}
|
2017-05-12 13:25:12 +00:00
|
|
|
.formitem:not(:last-child) { border-right: 1px dotted #ccc; }
|
|
|
|
.formitem.invisible_border { border: none; }
|
|
|
|
|
2016-12-02 07:38:54 +00:00
|
|
|
/* Mostly for textareas */
|
2017-01-26 13:37:50 +00:00
|
|
|
.formitem:only-child { width: 100%; }
|
2017-05-29 14:52:37 +00:00
|
|
|
.formitem textarea {
|
2016-12-02 07:38:54 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100px;
|
2017-01-26 13:37:50 +00:00
|
|
|
outline-color: #8e8e8e;
|
2016-12-02 07:38:54 +00:00
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.formitem:has-child() {
|
2016-12-02 07:38:54 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
float: none;
|
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.formitem:not(:only-child) input, .formitem:not(:only-child) select { padding: 3px;/*5px;*/ }
|
|
|
|
.formitem:not(:only-child).formlabel {
|
|
|
|
padding-top: 15px;/*18px;*/
|
|
|
|
padding-bottom: 12px;/*16px;*/
|
|
|
|
/*padding-left: 15px;*/
|
|
|
|
}
|
|
|
|
.formbutton {
|
|
|
|
padding: 7px;
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
font-size: 15px;
|
|
|
|
border-color: #ccc;
|
|
|
|
}
|
2016-12-02 07:38:54 +00:00
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
button {
|
2016-12-02 07:38:54 +00:00
|
|
|
background: white;
|
|
|
|
border: 1px solid #8e8e8e;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Topics */
|
2017-05-29 14:52:37 +00:00
|
|
|
.topic_status {
|
2016-12-02 07:38:54 +00:00
|
|
|
text-transform: none;
|
|
|
|
margin-left: 8px;
|
|
|
|
padding-left: 2px;
|
|
|
|
padding-right: 2px;
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
background-color: #E8E8E8; /* 232,232,232. All three RGB colours being the same seems to create a shade of gray */
|
|
|
|
color: #505050; /* 80,80,80 */
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
2017-01-12 14:01:35 +00:00
|
|
|
.topic_status:empty { display: none; }
|
2016-12-02 07:38:54 +00:00
|
|
|
|
2017-06-05 11:57:27 +00:00
|
|
|
.rowhead { background: linear-gradient(to bottom, white, hsl(0, 0%, 93%)); }
|
2017-01-07 06:31:04 +00:00
|
|
|
.topic_sticky_head {
|
|
|
|
background-color: #FFFFEA;
|
|
|
|
background: linear-gradient(to bottom, hsl(60, 70%, 96%), hsl(60, 70%, 89%)), url('/static/fabric-base-simple-alpha.png');
|
|
|
|
}
|
|
|
|
.topic_closed_head {
|
|
|
|
background-color: #eaeaea;
|
|
|
|
background: linear-gradient(to bottom, #eaeaea, hsl(0,0%,79%));
|
|
|
|
}
|
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
.username, .panel_tag {
|
2016-12-03 10:25:39 +00:00
|
|
|
text-transform: none;
|
|
|
|
margin-left: 0px;
|
|
|
|
padding-left: 4px;
|
|
|
|
padding-right: 4px;
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
color: #505050; /* 80,80,80 */
|
2016-12-04 06:16:59 +00:00
|
|
|
background-color: #FFFFFF;
|
2016-12-03 10:25:39 +00:00
|
|
|
border-style: dotted;
|
|
|
|
border-color: #505050; /* 232,232,232. All three RGB colours being the same seems to create a shade of gray */
|
|
|
|
border-width: 1px;
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
button.username {
|
2016-12-04 06:16:59 +00:00
|
|
|
position: relative;
|
|
|
|
top: -0.25px;
|
|
|
|
}
|
2017-03-07 07:22:29 +00:00
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
/* We'll be rewriting the profiles soon too! */
|
|
|
|
/*.username.real_username {
|
|
|
|
color: #404040;
|
|
|
|
font-size: 16px;
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
.username.real_username:hover { color: black; }*/
|
|
|
|
|
2017-03-07 07:22:29 +00:00
|
|
|
.postQuote {
|
|
|
|
border: rgb(200,200,210);
|
|
|
|
background: rgb(245,245,255);
|
2017-03-12 07:18:12 +00:00
|
|
|
padding: 5px;
|
2017-03-07 07:22:29 +00:00
|
|
|
margin: 0px;
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
2017-03-12 07:18:12 +00:00
|
|
|
margin-bottom: 8px;
|
2017-03-07 07:22:29 +00:00
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
2017-03-14 10:57:40 +00:00
|
|
|
|
2017-05-12 13:25:12 +00:00
|
|
|
.mention { font-weight: bold; }
|
|
|
|
.show_on_edit { display: none; }
|
2016-12-02 07:38:54 +00:00
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
.alert {
|
2016-12-18 12:56:06 +00:00
|
|
|
display: block;
|
|
|
|
padding: 5px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.alert_success {
|
2016-12-02 07:38:54 +00:00
|
|
|
display: block;
|
2016-12-18 12:56:06 +00:00
|
|
|
padding: 5px;
|
2017-05-29 14:52:37 +00:00
|
|
|
border: 1px solid #A2FC00;
|
2016-12-18 12:56:06 +00:00
|
|
|
margin-bottom: 10px;
|
2017-05-29 14:52:37 +00:00
|
|
|
background-color: #DAF7A6;
|
2016-12-02 07:38:54 +00:00
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.alert_error {
|
2016-12-02 07:38:54 +00:00
|
|
|
display: block;
|
2016-12-18 12:56:06 +00:00
|
|
|
padding: 5px;
|
2016-12-02 07:38:54 +00:00
|
|
|
border: 1px solid #FF004B;
|
2016-12-18 12:56:06 +00:00
|
|
|
margin-bottom: 8px;
|
2016-12-02 07:38:54 +00:00
|
|
|
background-color: #FEB7CC;
|
2016-12-24 13:14:40 +00:00
|
|
|
}
|
|
|
|
|
2017-01-05 14:41:14 +00:00
|
|
|
/* Tempra Conflux */
|
|
|
|
.user_content {
|
|
|
|
padding: 5px;
|
|
|
|
margin-top: 3px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
background: white;
|
2017-01-12 14:01:35 +00:00
|
|
|
min-height: 145px;
|
2017-01-05 14:41:14 +00:00
|
|
|
padding-bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2017-06-05 11:57:27 +00:00
|
|
|
.user_content.nobuttons { min-height: 168px; }
|
2017-01-05 14:41:14 +00:00
|
|
|
|
|
|
|
.button_container {
|
|
|
|
border-top: solid 1px #eaeaea;
|
|
|
|
border-spacing: 0px;
|
|
|
|
border-collapse: collapse;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
margin-top: 3px;
|
|
|
|
display: block;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.action_button {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
border-right: solid 1px #eaeaea;
|
|
|
|
color: #505050;
|
|
|
|
font-size: 13px;
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
2017-01-17 07:55:46 +00:00
|
|
|
.action_button_right {
|
|
|
|
float: right;
|
|
|
|
border-left: solid 1px #eaeaea;
|
|
|
|
}
|
2017-01-05 14:41:14 +00:00
|
|
|
|
2017-06-05 11:57:27 +00:00
|
|
|
.like_label:before { content: "😀"; }
|
|
|
|
.edit_label:before { content: "🖊️"; }
|
|
|
|
.trash_label:before { content: "🗑️"; }
|
|
|
|
.flag_label:before { content: "🚩"; }
|
2017-05-29 14:52:37 +00:00
|
|
|
|
2017-06-05 11:57:27 +00:00
|
|
|
.mod_button { margin-right: 4px; }
|
2017-05-29 14:52:37 +00:00
|
|
|
.simple > .real_username { color: #404040; font-size: 17px; }
|
|
|
|
.simple > .user_content { background: none; }
|
|
|
|
|
2017-01-08 16:02:19 +00:00
|
|
|
.simple { background-color: white; }
|
2017-06-05 11:57:27 +00:00
|
|
|
.post_item:not(.simple) { background-color: #eaeaea; }
|
2017-01-08 16:02:19 +00:00
|
|
|
.post_item {
|
2017-01-07 06:31:04 +00:00
|
|
|
padding-top: 4px;
|
|
|
|
padding-left: 5px;
|
|
|
|
clear: both;
|
2017-01-12 14:01:35 +00:00
|
|
|
border-bottom: none !important;
|
2017-01-07 06:31:04 +00:00
|
|
|
padding-right: 4px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
}
|
2017-06-05 11:57:27 +00:00
|
|
|
.post_item:last-child { padding-bottom: 7px; }
|
2017-01-07 06:31:04 +00:00
|
|
|
.post_tag {
|
2017-01-12 14:01:35 +00:00
|
|
|
margin-top: 0px;
|
|
|
|
text-align: center;
|
|
|
|
color: #505050;
|
|
|
|
display: block;
|
|
|
|
font-size: 13px;
|
2017-01-07 06:31:04 +00:00
|
|
|
}
|
2017-01-08 16:02:19 +00:00
|
|
|
.the_name {
|
|
|
|
margin-top: 3px;
|
|
|
|
text-align: center;
|
|
|
|
color: #505050;
|
|
|
|
display: block;
|
|
|
|
}
|
2017-01-07 06:31:04 +00:00
|
|
|
|
|
|
|
.userinfo {
|
|
|
|
background: white;
|
|
|
|
width: 132px;
|
|
|
|
padding: 2px;
|
|
|
|
margin-top: 2px;
|
|
|
|
float: left;
|
|
|
|
position: sticky;
|
|
|
|
top: 4px;
|
|
|
|
box-shadow:0 1px 2px rgba(0,0,0,.1);
|
|
|
|
}
|
2017-01-08 16:02:19 +00:00
|
|
|
.userinfo .avatar_item {
|
|
|
|
background-repeat: no-repeat, repeat-y;
|
|
|
|
background-size: 128px;
|
|
|
|
width: 128px;
|
|
|
|
height: 100%;
|
|
|
|
min-height: 128px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #eaeaea;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
|
2017-01-07 06:31:04 +00:00
|
|
|
.content_container {
|
|
|
|
background: white;
|
|
|
|
margin-left: 137px;
|
|
|
|
min-height: 128px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
margin-right: 3px;
|
|
|
|
box-shadow:0 1px 2px rgba(0,0,0,.1);
|
|
|
|
}
|
|
|
|
|
2017-06-05 11:57:27 +00:00
|
|
|
.action_item .userinfo { display: none; }
|
2017-05-13 14:27:42 +00:00
|
|
|
.action_item .content_container {
|
|
|
|
min-height: auto;
|
|
|
|
padding: 15px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2017-01-21 18:16:27 +00:00
|
|
|
.prev_button, .next_button {
|
|
|
|
position: fixed;
|
|
|
|
top: 50%;
|
|
|
|
font-size: 30px;
|
|
|
|
border-width: 1px;
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
border-style: dotted;
|
|
|
|
border-color: #505050;
|
|
|
|
padding: 0px;
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
2017-01-26 13:37:50 +00:00
|
|
|
z-index: 100;
|
2017-01-21 18:16:27 +00:00
|
|
|
}
|
|
|
|
.prev_button a, .next_button a {
|
|
|
|
line-height: 28px;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
display: block;
|
|
|
|
text-decoration: none;
|
|
|
|
color: #505050;
|
|
|
|
}
|
|
|
|
.prev_button { left: 14px; }
|
|
|
|
.next_button { right: 14px; }
|
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
.head_tag_upshift {
|
|
|
|
float: right;
|
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Control Panel */
|
2017-06-05 11:57:27 +00:00
|
|
|
.panel_upshift:visited { color: black; }
|
2017-05-29 14:52:37 +00:00
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2017-06-05 11:57:27 +00:00
|
|
|
.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_forum_quick_perms > .formrow > .formitem > a { margin-right: 4px; }
|
|
|
|
.forum_active > select { margin-bottom: 3px } /* Quick fix, need to properly patch this */
|
2017-05-29 14:52:37 +00:00
|
|
|
|
|
|
|
.panel_rank_tag, .forum_preset, .forum_active {
|
|
|
|
float: none;
|
|
|
|
color: #202020 !important;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
2017-06-05 11:57:27 +00:00
|
|
|
.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"; }
|
|
|
|
|
|
|
|
.theme_row > .panel_floater > .panel_right_button { margin-left: 5px; }
|
2017-05-29 14:52:37 +00:00
|
|
|
|
|
|
|
@media(max-width: 1300px) {
|
2017-06-05 11:57:27 +00:00
|
|
|
.theme_row { background-image: none !important; }
|
2017-05-29 14:52:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* The Media Queries */
|
2016-12-24 13:14:40 +00:00
|
|
|
@media (max-width: 880px) {
|
2017-05-12 13:25:12 +00:00
|
|
|
li {
|
|
|
|
height: 29px;
|
|
|
|
font-size: 15px;
|
|
|
|
padding-left: 9px;
|
|
|
|
padding-top: 6px;
|
|
|
|
padding-bottom: 6px;
|
|
|
|
}
|
|
|
|
ul {
|
|
|
|
height: 30px;
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.menu_left, .menu_right { padding-right: 9px; }
|
2017-05-12 13:25:12 +00:00
|
|
|
.menu_alerts {
|
|
|
|
padding-left: 7px;
|
|
|
|
padding-right: 7px;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
|
|
|
|
body {
|
|
|
|
padding-left: 4px;
|
|
|
|
padding-right: 4px;
|
|
|
|
margin: 0px !important;
|
|
|
|
width: 100% !important;
|
|
|
|
height: 100% !important;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
2016-12-24 13:14:40 +00:00
|
|
|
.container { width: auto; }
|
2017-05-12 13:25:12 +00:00
|
|
|
.selectedAlert .alertList { top: 37px; right: 4px; }
|
2016-12-24 13:14:40 +00:00
|
|
|
}
|
|
|
|
|
2017-05-12 13:25:12 +00:00
|
|
|
@media (max-width: 680px) {
|
|
|
|
li {
|
2016-12-24 13:14:40 +00:00
|
|
|
padding-left: 5px;
|
2017-05-12 13:25:12 +00:00
|
|
|
padding-top: 3px;
|
2016-12-24 13:14:40 +00:00
|
|
|
padding-bottom: 2px;
|
2017-05-12 13:25:12 +00:00
|
|
|
height: 25px;
|
2016-12-24 13:14:40 +00:00
|
|
|
}
|
2017-05-12 13:25:12 +00:00
|
|
|
li a { font-size: 14px; }
|
|
|
|
ul { height: 26px; }
|
2017-05-29 14:52:37 +00:00
|
|
|
.menu_left, .menu_right { padding-right: 7px; }
|
2017-03-05 07:53:41 +00:00
|
|
|
.menu_create_topic { display: none; }
|
2017-05-29 14:52:37 +00:00
|
|
|
|
2017-05-12 13:25:12 +00:00
|
|
|
.menu_alerts {
|
|
|
|
padding-left: 4px;
|
|
|
|
padding-right: 4px;
|
|
|
|
font-size: 16px;
|
|
|
|
padding-top: 1px;
|
|
|
|
}
|
|
|
|
.selectedAlert .alertList { top: 33px; }
|
2017-05-29 14:52:37 +00:00
|
|
|
|
2016-12-24 13:14:40 +00:00
|
|
|
.hide_on_mobile { display: none; }
|
2017-01-26 13:37:50 +00:00
|
|
|
.prev_button, .next_button { top: auto;bottom: 5px; }
|
2017-05-11 13:04:43 +00:00
|
|
|
.colstack_grid { grid-template-columns: none; grid-gap: 8px; }
|
|
|
|
.grid_istat { margin-bottom: 0px; }
|
2016-12-24 13:14:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 470px) {
|
2017-05-13 14:27:42 +00:00
|
|
|
ul { margin-bottom: 10px; }
|
2017-05-12 13:25:12 +00:00
|
|
|
.menu_overview, .menu_profile, .hide_on_micro { display: none; }
|
2017-05-29 14:52:37 +00:00
|
|
|
.selectedAlert .alertList {
|
|
|
|
width: 156px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
.alertItem.withAvatar {
|
|
|
|
background-size: 36px;
|
|
|
|
text-align: center;
|
|
|
|
padding-left: 42px;
|
|
|
|
height: 46px;
|
|
|
|
}
|
2017-06-05 11:57:27 +00:00
|
|
|
.alertItem { padding: 8px; }
|
2017-05-29 14:52:37 +00:00
|
|
|
.alertItem .text {
|
|
|
|
height: 30px;
|
|
|
|
font-size: 10px;
|
|
|
|
font-weight: bold;
|
|
|
|
white-space: normal;
|
|
|
|
}
|
2017-06-05 11:57:27 +00:00
|
|
|
.alertItem .text.smaller { font-size: 9px; }
|
2017-05-12 13:25:12 +00:00
|
|
|
.post_container { overflow: visible !important; }
|
2017-05-29 14:52:37 +00:00
|
|
|
|
2016-12-24 13:14:40 +00:00
|
|
|
.post_item {
|
|
|
|
background-position: 0px 2px !important;
|
|
|
|
background-size: 64px 64px !important;
|
|
|
|
padding-left: 2px !important;
|
|
|
|
min-height: 96px;
|
|
|
|
position: relative !important;
|
|
|
|
}
|
|
|
|
.post_item > .user_content {
|
|
|
|
margin-left: 75px !important;
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
.post_item > .mod_button {
|
|
|
|
float: right !important;
|
|
|
|
margin-left: 2px !important;
|
|
|
|
position: relative;
|
|
|
|
top: -14px;
|
|
|
|
}
|
|
|
|
.post_item > .real_username {
|
|
|
|
position: absolute;
|
|
|
|
top: 70px;
|
|
|
|
float: left;
|
|
|
|
margin-top: 0px;
|
|
|
|
padding-top: 3px !important;
|
|
|
|
margin-right: 2px;
|
|
|
|
width: 60px;
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
2017-05-12 13:25:12 +00:00
|
|
|
.userinfo { width: 70px; }
|
2017-01-08 16:02:19 +00:00
|
|
|
.userinfo .avatar_item {
|
|
|
|
background-size: 64px;
|
|
|
|
width: 64px;
|
|
|
|
min-height: 64px;
|
|
|
|
}
|
|
|
|
.content_container {
|
|
|
|
margin-left: 73px;
|
2017-01-12 14:01:35 +00:00
|
|
|
min-height: inherit !important;
|
2017-01-08 16:02:19 +00:00
|
|
|
}
|
2017-01-12 14:01:35 +00:00
|
|
|
.user_content { min-height: 76.5px !important; font-size: 15px; }
|
|
|
|
.user_content.nobuttons { min-height: 100.5px !important; }
|
|
|
|
.the_name { font-size: 15px; }
|
|
|
|
.post_tag { font-size: 12px; }
|
2017-06-05 11:57:27 +00:00
|
|
|
.rowtopic { font-size: 14px; }
|
2017-05-29 14:52:37 +00:00
|
|
|
|
2016-12-24 13:14:40 +00:00
|
|
|
.container { width: 100% !important; }
|
2017-05-12 13:25:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 330px) {
|
|
|
|
li { padding-left: 6px; }
|
|
|
|
.menu_left { padding-right: 6px; }
|
|
|
|
}
|