2017-03-07 07:22:29 +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 {
|
2017-03-07 07:22:29 +00:00
|
|
|
font-family: cursive;
|
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
2017-05-12 13:25:12 +00:00
|
|
|
/* Patch for Edge, until they fix emojis in arial x.x */
|
2017-03-07 07:22:29 +00:00
|
|
|
@supports (-ms-ime-align:auto) {
|
2017-05-07 08:31:41 +00:00
|
|
|
.user_content { font-family: Segoe UI Emoji, arial; }
|
2017-03-07 07:22:29 +00:00
|
|
|
}
|
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
ul {
|
2017-03-07 07:22:29 +00:00
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
2017-05-12 13:25:12 +00:00
|
|
|
height: 36px;
|
2017-03-07 07:22:29 +00:00
|
|
|
list-style-type: none;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
background-color: white;
|
2017-05-12 13:25:12 +00:00
|
|
|
margin-bottom: 12px;
|
2017-03-07 07:22:29 +00:00
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
li {
|
2017-05-12 13:25:12 +00:00
|
|
|
height: 35px;
|
2017-03-07 07:22:29 +00:00
|
|
|
padding-left: 10px;
|
2017-05-12 13:25:12 +00:00
|
|
|
padding-top: 8px;
|
|
|
|
padding-bottom: 8px;
|
2017-03-07 07:22:29 +00:00
|
|
|
}
|
|
|
|
li:hover { background: rgb(250,250,250); }
|
2017-05-29 14:52:37 +00:00
|
|
|
li a {
|
2017-03-07 07:22:29 +00:00
|
|
|
text-decoration: none;
|
2017-05-12 13:25:12 +00:00
|
|
|
/*color: #515151;*/
|
|
|
|
color: black;
|
|
|
|
font-size: 17px;
|
2017-03-07 07:22:29 +00:00
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.menu_left {
|
2017-03-07 07:22:29 +00:00
|
|
|
float: left;
|
|
|
|
border-right: 1px solid #ccc;
|
|
|
|
padding-right: 10px;
|
|
|
|
font-family: cursive;
|
2017-05-12 13:25:12 +00:00
|
|
|
padding-top: 4px;
|
2017-03-07 07:22:29 +00:00
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.menu_right {
|
2017-03-07 07:22:29 +00:00
|
|
|
float: right;
|
|
|
|
border-left: 1px solid #ccc;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
2017-06-05 11:57:27 +00:00
|
|
|
.menu_bell {
|
|
|
|
cursor: default;
|
|
|
|
}
|
2017-03-07 07:22:29 +00:00
|
|
|
.menu_alerts {
|
2017-05-12 13:25:12 +00:00
|
|
|
/*padding-left: 7px;*/
|
|
|
|
font-size: 20px;
|
2017-03-07 07:22:29 +00:00
|
|
|
padding-top: 2px;
|
|
|
|
color: rgb(80,80,80);
|
2017-06-05 11:57:27 +00:00
|
|
|
z-index: 500;
|
2017-03-07 07:22:29 +00:00
|
|
|
}
|
|
|
|
.menu_alerts .alert_counter {
|
2017-05-12 13:25:12 +00:00
|
|
|
position: relative;
|
|
|
|
font-family: arial;
|
|
|
|
font-size: 8px;
|
|
|
|
top: -25px;
|
|
|
|
background-color: rgb(190,0,0);
|
2017-03-07 07:22:29 +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-03-07 07:22:29 +00:00
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.menu_alerts .alert_counter:empty { display: none; }
|
2017-03-07 07:22:29 +00:00
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
.selectedAlert, .selectedAlert:hover {
|
2017-03-07 07:22:29 +00:00
|
|
|
background: white;
|
|
|
|
color: black;
|
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.menu_alerts .alertList { display: none; }
|
|
|
|
|
2017-03-07 07:22:29 +00:00
|
|
|
.selectedAlert .alertList {
|
|
|
|
position: absolute;
|
2017-05-12 13:25:12 +00:00
|
|
|
top: 51px;
|
2017-03-07 07:22:29 +00:00
|
|
|
display: block;
|
|
|
|
background: white;
|
|
|
|
font-size: 10px;
|
|
|
|
line-height: 16px;
|
2017-05-29 14:52:37 +00:00
|
|
|
width: 300px;
|
2017-03-07 07:22:29 +00:00
|
|
|
right: calc(5% + 7px);
|
|
|
|
border-top: 1px solid #ccc;
|
|
|
|
border-left: 1px solid #ccc;
|
|
|
|
border-right: 1px solid #ccc;
|
|
|
|
border-bottom: 1px solid #ccc;
|
2017-05-29 14:52:37 +00:00
|
|
|
margin-bottom: 10px;
|
2017-03-07 07:22:29 +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-07 07:22:29 +00:00
|
|
|
}
|
|
|
|
.alertItem.withAvatar {
|
2017-05-29 14:52:37 +00:00
|
|
|
background-size: 60px;
|
2017-03-07 07:22:29 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
padding-right: 12px;
|
2017-05-29 14:52:37 +00:00
|
|
|
padding-left: 68px;
|
|
|
|
height: 50px;
|
2017-03-07 07:22:29 +00:00
|
|
|
}
|
|
|
|
.alertItem.withAvatar:not(:last-child) {
|
|
|
|
border-bottom: 1px solid rgb(230,230,230);
|
|
|
|
}
|
|
|
|
.alertItem.withAvatar .text {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
float: right;
|
2017-05-29 14:52:37 +00:00
|
|
|
height: 40px;
|
|
|
|
width: 100%;
|
|
|
|
white-space: nowrap;
|
2017-03-07 07:22:29 +00:00
|
|
|
}
|
2017-05-12 13:25:12 +00:00
|
|
|
.alertItem .text {
|
2017-05-29 14:52:37 +00:00
|
|
|
font-size: 13px;
|
|
|
|
font-weight: normal;
|
|
|
|
margin-left: 5px;
|
2017-05-12 13:25:12 +00:00
|
|
|
}
|
2017-03-07 07:22:29 +00:00
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
.container {
|
2017-03-07 07:22:29 +00:00
|
|
|
width: 90%;
|
|
|
|
padding: 0px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
.rowblock {
|
2017-03-07 07:22:29 +00:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
width: 100%;
|
|
|
|
padding: 0px;
|
|
|
|
padding-top: 0px;
|
|
|
|
}
|
|
|
|
.rowblock:empty { display: none; }
|
2017-06-05 11:57:27 +00:00
|
|
|
.rowsmall { font-size:12px; }
|
2017-03-07 07:22:29 +00:00
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
.colblock_left {
|
2017-03-07 07:22:29 +00:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
padding: 0px;
|
|
|
|
padding-top: 0px;
|
|
|
|
width: 30%;
|
|
|
|
float: left;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.colblock_right {
|
2017-03-07 07:22:29 +00:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
padding: 0px;
|
|
|
|
padding-top: 0px;
|
|
|
|
width: 65%;
|
|
|
|
overflow: hidden;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.colblock_left:empty, .colblock_right:empty { display: none; }
|
2017-03-07 07:22:29 +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;
|
|
|
|
}
|
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);
|
|
|
|
}
|
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-16 10:41:30 +00:00
|
|
|
.colstack_left:empty, .colstack_right:empty { display: none; }
|
2017-03-18 07:23:02 +00:00
|
|
|
|
2017-05-07 08:31:41 +00:00
|
|
|
.colstack_grid {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(3, 1fr);
|
|
|
|
/*grid-gap: 15px;*/
|
|
|
|
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 {
|
|
|
|
/*padding-top: 15px;*/
|
|
|
|
text-align: center;
|
|
|
|
/*padding-bottom: 15px;
|
|
|
|
font-size: 20px;*/
|
|
|
|
padding-top: 12px;
|
|
|
|
padding-bottom: 12px;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
.grid_istat {
|
|
|
|
/*margin-bottom: 10px;*/
|
2017-05-29 14:52:37 +00:00
|
|
|
margin-bottom: 3px;
|
2017-05-07 08:31:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.stat_green { background-color: lightgreen; border-color: lightgreen; }
|
|
|
|
.stat_orange { background-color: #ffe4b3; border-color: #ffe4b3; }
|
|
|
|
.stat_red { background-color: #ffb2b2; border-color: #ffb2b2; }
|
|
|
|
.stat_disabled { background-color: lightgray; border-color: lightgray; }
|
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
.rowitem {
|
2017-03-07 07:22:29 +00:00
|
|
|
width: 100%;
|
|
|
|
padding-left: 8px;
|
|
|
|
padding-right: 8px;
|
2017-05-12 13:25:12 +00:00
|
|
|
padding-top: 12px;
|
2017-03-07 07:22:29 +00:00
|
|
|
padding-bottom: 12px;
|
|
|
|
background-color: white;
|
2017-05-29 14:52:37 +00:00
|
|
|
font-family: cursive;
|
2017-03-07 07:22:29 +00:00
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.rowitem:not(:last-child) {
|
2017-03-07 07:22:29 +00:00
|
|
|
border-bottom: 1px dotted #ccc;
|
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.rowitem a {
|
2017-03-07 07:22:29 +00:00
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
.rowitem a:hover { color: silver; }
|
2017-05-12 13:25:12 +00:00
|
|
|
.top_post { margin-bottom: 16px; }
|
2017-03-07 07:22:29 +00:00
|
|
|
.opthead { display: none; }
|
|
|
|
|
2017-06-05 11:57:27 +00:00
|
|
|
.datarow {
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
.formrow {
|
2017-03-07 07:22:29 +00:00
|
|
|
width: 100%;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Clearfix */
|
|
|
|
.formrow:before, .formrow:after {
|
|
|
|
content: " ";
|
|
|
|
display: table;
|
|
|
|
}
|
|
|
|
.formrow:after { clear: both; }
|
2017-05-29 14:52:37 +00:00
|
|
|
.formrow:not(:last-child) { border-bottom: 1px dotted #ccc; }
|
2017-03-07 07:22:29 +00:00
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
.formitem {
|
2017-03-07 07:22:29 +00:00
|
|
|
float: left;
|
2017-05-29 14:52:37 +00:00
|
|
|
padding: 10px;
|
|
|
|
min-width: 20%;
|
|
|
|
/*font-size: 17px;*/
|
|
|
|
font-weight: normal;
|
2017-03-07 07:22:29 +00:00
|
|
|
}
|
|
|
|
.formitem:not(:last-child) { border-right: 1px dotted #ccc; }
|
|
|
|
.formitem.invisible_border { border: none; }
|
|
|
|
|
|
|
|
/* Mostly for textareas */
|
|
|
|
.formitem:only-child { width: 100%; }
|
2017-05-29 14:52:37 +00:00
|
|
|
.formitem textarea {
|
2017-03-07 07:22:29 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100px;
|
|
|
|
outline-color: #8e8e8e;
|
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.formitem:has-child() {
|
2017-03-07 07:22:29 +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;
|
|
|
|
}
|
2017-03-07 07:22:29 +00:00
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
button {
|
2017-03-07 07:22:29 +00:00
|
|
|
background: white;
|
|
|
|
border: 1px solid #8e8e8e;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Topics */
|
2017-05-29 14:52:37 +00:00
|
|
|
.topic_status {
|
2017-03-07 07:22:29 +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;
|
|
|
|
}
|
|
|
|
.topic_status:empty { display: none; }
|
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
.username, .panel_tag {
|
2017-03-07 07:22:29 +00:00
|
|
|
text-transform: none;
|
|
|
|
margin-left: 0px;
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
color: #505050; /* 80,80,80 */
|
|
|
|
font-size: 15px;
|
|
|
|
background: none;
|
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
button.username {
|
2017-03-07 07:22:29 +00:00
|
|
|
position: relative;
|
|
|
|
top: -0.25px;
|
|
|
|
}
|
|
|
|
.username.level { color: #303030; }
|
2017-05-29 14:52:37 +00:00
|
|
|
.username.real_username {
|
|
|
|
color: #404040;
|
|
|
|
font-size: 16px;
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
2017-03-07 07:22:29 +00:00
|
|
|
.username.real_username:hover { color: black; }
|
|
|
|
|
|
|
|
.tag-text {
|
|
|
|
padding-top: 23px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
.controls > .username {
|
2017-03-07 07:22:29 +00:00
|
|
|
display: inline-block;
|
2017-05-29 14:52:37 +00:00
|
|
|
padding-bottom: 0px;
|
2017-03-07 07:22:29 +00:00
|
|
|
}
|
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
.real_username {
|
|
|
|
margin-right: -8px;
|
2017-03-07 07:22:29 +00:00
|
|
|
}
|
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
.mod_button > button {
|
|
|
|
font-family: cursive;
|
|
|
|
font-size: 12px;
|
2017-03-07 07:22:29 +00:00
|
|
|
color: #202020;
|
|
|
|
opacity: 0.7;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.post_item > .mod_button > button:hover {
|
|
|
|
opacity: 0.9;
|
|
|
|
}
|
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
.mod_button:not(:last-child) {
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.like_label:before {
|
|
|
|
content: "+1";
|
|
|
|
}
|
|
|
|
.like_count_label:before {
|
|
|
|
content: "likes";
|
|
|
|
}
|
|
|
|
.like_count_label {
|
|
|
|
color: #202020;
|
|
|
|
opacity: 0.7;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
.like_count {
|
|
|
|
color: #202020;
|
|
|
|
opacity: 0.7;
|
|
|
|
padding-left: 1px;
|
|
|
|
padding-right: 2px;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
.like_count:before {
|
|
|
|
content: "|";
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2017-06-16 10:41:30 +00:00
|
|
|
.edit_label:before { content: "Edit"; }
|
|
|
|
.trash_label:before { content: "Delete"; }
|
|
|
|
.pin_label:before { content: "Pin"; }
|
|
|
|
.unpin_label:before { content: "Unpin"; }
|
|
|
|
.flag_label:before { content: "Flag"; }
|
|
|
|
.level_label { margin-right: 1px; }
|
|
|
|
.level_label:before { content: "Level"; }
|
2017-05-29 14:52:37 +00:00
|
|
|
|
|
|
|
.controls {
|
|
|
|
margin-top: 23px;
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2017-05-13 14:27:42 +00:00
|
|
|
.action_item {
|
|
|
|
padding: 14px;
|
|
|
|
text-align: center;
|
|
|
|
background-color: rgb(255,245,245);
|
|
|
|
}
|
|
|
|
|
2017-03-07 07:22:29 +00:00
|
|
|
.postQuote {
|
|
|
|
border: 1px solid #ccc;
|
2017-03-12 07:18:12 +00:00
|
|
|
background: white;
|
|
|
|
padding: 5px;
|
|
|
|
margin: 0px;
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 8px;
|
2017-03-07 07:22:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.level {
|
|
|
|
float: right;
|
|
|
|
border-left: none;
|
|
|
|
padding-left: 3px;
|
|
|
|
padding-right: 5px;
|
2017-05-29 14:52:37 +00:00
|
|
|
font-family: cursive;
|
|
|
|
font-size: 15px;
|
|
|
|
color: #202020;
|
|
|
|
opacity: 0.7;
|
|
|
|
border: none;
|
2017-03-07 07:22:29 +00:00
|
|
|
}
|
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
.mention { font-weight: bold; }
|
2017-03-07 07:22:29 +00:00
|
|
|
.show_on_edit { display: none; }
|
2017-05-29 14:52:37 +00:00
|
|
|
.alert {
|
2017-03-07 07:22:29 +00:00
|
|
|
display: block;
|
|
|
|
padding: 5px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.alert_success {
|
2017-03-07 07:22:29 +00:00
|
|
|
display: block;
|
|
|
|
padding: 5px;
|
|
|
|
border: 1px solid A2FC00;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
background-color: DAF7A6;
|
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.alert_error {
|
2017-03-07 07:22:29 +00:00
|
|
|
display: block;
|
|
|
|
padding: 5px;
|
|
|
|
border: 1px solid #FF004B;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
background-color: #FEB7CC;
|
|
|
|
}
|
|
|
|
.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;
|
|
|
|
z-index: 100;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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 {
|
|
|
|
color: #202020;
|
|
|
|
opacity: 0.7;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media(max-width: 1300px) {
|
|
|
|
.theme_row {
|
|
|
|
background-image: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-03-07 07:22:29 +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: 2px;
|
|
|
|
padding-bottom: 6px;
|
|
|
|
}
|
|
|
|
ul {
|
|
|
|
height: 30px;
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
.menu_left { padding-right: 9px; padding-top: 2px; }
|
|
|
|
.menu_right { padding-right: 9px; }
|
|
|
|
.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;
|
|
|
|
}
|
2017-03-07 07:22:29 +00:00
|
|
|
.container { width: auto; }
|
2017-05-12 13:25:12 +00:00
|
|
|
.selectedAlert .alertList { top: 37px; right: 4px; }
|
2017-03-07 07:22:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 810px) {
|
|
|
|
body { font-family: arial; }
|
|
|
|
}
|
|
|
|
|
2017-05-12 13:25:12 +00:00
|
|
|
@media (max-width: 700px) {
|
|
|
|
li {
|
2017-03-07 07:22:29 +00:00
|
|
|
padding-left: 5px;
|
2017-05-12 13:25:12 +00:00
|
|
|
padding-top: 3px;
|
2017-03-07 07:22:29 +00:00
|
|
|
padding-bottom: 2px;
|
2017-05-12 13:25:12 +00:00
|
|
|
height: 25px;
|
2017-03-07 07:22:29 +00:00
|
|
|
}
|
2017-05-12 13:25:12 +00:00
|
|
|
li a { font-size: 14px; }
|
|
|
|
ul { height: 26px; }
|
|
|
|
.menu_left { padding-right: 5px; padding-top: 1px; }
|
2017-03-07 07:22:29 +00:00
|
|
|
.menu_right { padding-right: 5px; }
|
|
|
|
.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;
|
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.menu_alerts .alert_counter { top: -23px; left: 8px; }
|
2017-05-12 13:25:12 +00:00
|
|
|
.selectedAlert .alertList { top: 33px; }
|
2017-05-29 14:52:37 +00:00
|
|
|
|
2017-03-07 07:22:29 +00:00
|
|
|
.hide_on_mobile { display: none; }
|
|
|
|
.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; }
|
2017-03-07 07:22:29 +00:00
|
|
|
}
|
|
|
|
|
2017-05-29 14:52:37 +00:00
|
|
|
@media (max-width: 350px) {
|
|
|
|
.hide_on_micro { display: none !important; }
|
|
|
|
}
|
|
|
|
|
2017-03-07 07:22:29 +00:00
|
|
|
@media (max-width: 470px) {
|
2017-05-29 14:52:37 +00:00
|
|
|
.menu_overview, .menu_profile, .hide_on_micro { display: none; }
|
|
|
|
.selectedAlert .alertList {
|
|
|
|
width: 135px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
.alertItem.withAvatar {
|
|
|
|
background-size: 36px;
|
|
|
|
text-align: right;
|
|
|
|
padding-left: 10px;
|
|
|
|
height: 46px;
|
|
|
|
}
|
|
|
|
.alertItem {
|
|
|
|
padding: 8px;
|
|
|
|
}
|
|
|
|
.alertItem.withAvatar .text {
|
|
|
|
width: calc(100% - 20px);
|
|
|
|
height: 30px;
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
.alertItem .text {
|
|
|
|
font-size: 10px;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-left: 0px;
|
2017-03-07 07:22:29 +00:00
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
|
|
|
|
.post_container { overflow: visible !important; }
|
2017-03-07 07:22:29 +00:00
|
|
|
.post_item {
|
|
|
|
background-position: 0px 2px !important;
|
2017-05-29 14:52:37 +00:00
|
|
|
background-size: 64px auto !important;
|
2017-03-07 07:22:29 +00:00
|
|
|
padding-left: 2px !important;
|
|
|
|
min-height: 96px;
|
|
|
|
position: relative !important;
|
|
|
|
}
|
|
|
|
.post_item > .user_content {
|
|
|
|
margin-left: 75px !important;
|
|
|
|
width: 100% !important;
|
2017-05-29 14:52:37 +00:00
|
|
|
min-height: 45px;
|
2017-03-07 07:22:29 +00:00
|
|
|
}
|
|
|
|
.post_item > .mod_button {
|
|
|
|
float: right !important;
|
|
|
|
margin-left: 2px !important;
|
|
|
|
position: relative;
|
|
|
|
top: -14px;
|
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.post_item > .mod_button > button { opacity: 1; }
|
2017-03-07 07:22:29 +00:00
|
|
|
.post_item > .real_username {
|
|
|
|
position: absolute;
|
|
|
|
top: 70px;
|
|
|
|
float: left;
|
|
|
|
margin-top: -2px;
|
|
|
|
padding-top: 3px !important;
|
|
|
|
margin-right: 2px;
|
|
|
|
width: 60px;
|
|
|
|
font-size: 15px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2017-05-29 14:52:37 +00:00
|
|
|
.post_item > .controls {
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-left: 74px;
|
|
|
|
width: calc(100% - 74px);
|
|
|
|
}
|
2017-03-07 07:22:29 +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; }
|
|
|
|
.menu_alerts { border-left: none; }
|
|
|
|
}
|