2013-09-14 22:43:05 +03:00
|
|
|
/* Responsive Design
|
|
|
|
---------------------------------------- */
|
2013-09-14 22:51:34 +03:00
|
|
|
|
2013-10-17 21:12:45 +03:00
|
|
|
.responsive-hide { display: none !important; }
|
|
|
|
.responsive-show { display: block !important; }
|
|
|
|
.responsive-show-inline { display: inline !important; }
|
2013-09-15 23:20:05 +03:00
|
|
|
.responsive-show-inline-block { display: inline-block !important; }
|
2013-10-17 21:12:45 +03:00
|
|
|
|
2013-09-15 00:15:07 +03:00
|
|
|
/* Content wrappers
|
|
|
|
----------------------------------------*/
|
2013-09-14 22:51:34 +03:00
|
|
|
html {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
padding: 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wrap {
|
|
|
|
min-width: 320px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2013-09-15 00:15:07 +03:00
|
|
|
/* Common block wrappers
|
|
|
|
----------------------------------------*/
|
2013-09-14 22:51:34 +03:00
|
|
|
.headerbar, .navbar, .forabg, .forumbg, .post, .panel {
|
|
|
|
border-radius: 0;
|
|
|
|
margin-left: -5px;
|
|
|
|
margin-right: -5px;
|
|
|
|
}
|
|
|
|
|
2013-10-20 10:35:41 +03:00
|
|
|
#cp-main .forabg, #cp-main .forumdb, #cp-main .post, #cp-main .panel {
|
|
|
|
border-radius: 7px;
|
|
|
|
}
|
|
|
|
|
2013-09-15 00:15:07 +03:00
|
|
|
/* Logo block
|
|
|
|
----------------------------------------*/
|
2013-09-14 22:51:34 +03:00
|
|
|
#site-description {
|
|
|
|
float: none;
|
|
|
|
width: auto;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#logo {
|
|
|
|
/* change display value to inline-block to show logo */
|
|
|
|
display: none;
|
|
|
|
float: none;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#site-description h1, #site-description p {
|
|
|
|
text-align: inherit;
|
|
|
|
float: none;
|
|
|
|
margin: 5px;
|
|
|
|
line-height: 1.2em;
|
2013-09-26 11:29:35 +03:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2013-09-14 22:51:34 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#site-description p, #search-box {
|
|
|
|
display: none;
|
|
|
|
}
|
2013-09-15 00:13:04 +03:00
|
|
|
|
2013-09-15 00:15:07 +03:00
|
|
|
/* Navigation
|
|
|
|
----------------------------------------*/
|
|
|
|
.headerbar + .navbar {
|
|
|
|
margin-top: -5px;
|
|
|
|
}
|
|
|
|
|
2013-10-17 21:12:45 +03:00
|
|
|
/* Search
|
|
|
|
----------------------------------------*/
|
|
|
|
.responsive-search { display: block !important; }
|
|
|
|
.responsive-search a {
|
|
|
|
display: block;
|
|
|
|
width: 16px;
|
|
|
|
height: 18px;
|
|
|
|
text-indent: 99px;
|
|
|
|
overflow: hidden;
|
|
|
|
background-position: 50% 50%;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2013-09-15 00:15:07 +03:00
|
|
|
/* .topiclist lists
|
|
|
|
----------------------------------------*/
|
2013-09-15 00:13:04 +03:00
|
|
|
li.header dt {
|
|
|
|
text-align: center;
|
|
|
|
text-transform: none;
|
|
|
|
line-height: 1em;
|
|
|
|
font-size: 1.2em;
|
|
|
|
padding-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.topiclist li.header dt, ul.topiclist li.header dt .list-inner {
|
|
|
|
margin-right: 0 !important;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.topiclist li.header dd {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
2013-10-07 23:04:41 +03:00
|
|
|
ul.topiclist dt, ul.topiclist dt .list-inner,
|
|
|
|
ul.topiclist.missing-column dt, ul.topiclist.missing-column dt .list-inner,
|
|
|
|
ul.topiclist.two-long-columns dt, ul.topiclist.two-long-columns dt .list-inner,
|
|
|
|
ul.topiclist.two-columns dt, ul.topiclist.two-columns dt .list-inner {
|
2013-09-15 00:13:04 +03:00
|
|
|
margin-right: 0;
|
2013-10-20 11:49:54 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.topiclist dt .list-inner {
|
2013-10-20 10:35:41 +03:00
|
|
|
min-height: 28px;
|
2013-09-15 00:13:04 +03:00
|
|
|
}
|
|
|
|
|
2013-10-20 11:49:54 +03:00
|
|
|
ul.topiclist li.header dt .list-inner {
|
|
|
|
min-height: 0;
|
|
|
|
}
|
|
|
|
|
2013-09-15 00:13:04 +03:00
|
|
|
ul.topiclist dd {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
ul.topiclist dd.mark {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2013-09-15 00:15:07 +03:00
|
|
|
/* Forums and topics lists
|
|
|
|
----------------------------------------*/
|
2013-09-15 00:13:04 +03:00
|
|
|
ul.topiclist.forums dt, ul.topiclist.topics dt {
|
|
|
|
margin-right: -250px;
|
|
|
|
}
|
|
|
|
ul.topiclist.forums dt .list-inner, ul.topiclist.topics dt .list-inner {
|
|
|
|
margin-right: 250px;
|
|
|
|
padding-bottom: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.topiclist.forums dd.lastpost, ul.topiclist.topics dd.lastpost {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.topiclist.forums dd.topics, ul.topiclist.topics dd.posts {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
left: 45px;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
min-height: 0;
|
|
|
|
height: auto;
|
|
|
|
border-width: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding: 5px 0;
|
|
|
|
width: auto;
|
|
|
|
min-width: 0;
|
|
|
|
text-align: left;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.2em;
|
|
|
|
line-height: 1em;
|
|
|
|
}
|
|
|
|
|
2013-09-15 00:21:19 +03:00
|
|
|
ul.topiclist dd.mark {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
right: 5px;
|
|
|
|
top: 0;
|
|
|
|
margin: 0;
|
|
|
|
width: auto;
|
|
|
|
min-width: 0;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2013-09-15 00:13:04 +03:00
|
|
|
ul.topiclist.forums dd.topics dfn, ul.topiclist.topics dd.posts dfn {
|
|
|
|
position: relative;
|
|
|
|
left: 0;
|
|
|
|
width: auto;
|
|
|
|
display: inline;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 550px), only screen and (max-device-width: 550px)
|
|
|
|
{
|
|
|
|
ul.topiclist.forums dt, ul.topiclist.topics dt {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.topiclist.forums dt .list-inner, ul.topiclist.topics dt .list-inner {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.topiclist.forums dd.lastpost, ul.topiclist.topics dd.lastpost {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-09-15 12:44:24 +03:00
|
|
|
/* Notifications list
|
|
|
|
----------------------------------------*/
|
|
|
|
@media only screen and (max-width: 350px), only screen and (max-device-width: 350px)
|
|
|
|
{
|
|
|
|
#notification_list {
|
|
|
|
width: 250px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Pagination
|
|
|
|
----------------------------------------*/
|
|
|
|
.pagination {
|
|
|
|
margin: 5px 0;
|
2013-09-15 16:49:33 +03:00
|
|
|
}
|
2013-09-15 17:37:38 +03:00
|
|
|
|
|
|
|
/* *CP navigation
|
|
|
|
----------------------------------------*/
|
2013-09-15 18:05:54 +03:00
|
|
|
.nojs #tabs a span, .nojs #minitabs a span {
|
|
|
|
max-width: 40px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
letter-spacing: -.5px;
|
|
|
|
}
|
|
|
|
|
2013-09-15 17:37:38 +03:00
|
|
|
#cp-menu, #navigation, #cp-main {
|
|
|
|
float: none;
|
|
|
|
width: auto;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#navigation {
|
|
|
|
padding: 0;
|
2013-09-15 17:45:26 +03:00
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 320px;
|
2013-09-15 17:37:38 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#navigation a {
|
|
|
|
background-image: none;
|
2013-09-15 17:45:26 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#navigation li:first-child a {
|
2013-09-27 14:29:15 +03:00
|
|
|
border-top-left-radius: 5px;
|
|
|
|
border-top-right-radius: 5px;
|
2013-09-15 17:45:26 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#navigation li:last-child a {
|
2013-09-27 14:29:15 +03:00
|
|
|
border-bottom-left-radius: 5px;
|
|
|
|
border-bottom-right-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Responsive tables
|
|
|
|
----------------------------------------*/
|
2013-10-19 21:01:25 +03:00
|
|
|
table.responsive, table.responsive tbody, table.responsive tr, table.responsive td {
|
2013-09-27 14:29:15 +03:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2013-10-19 21:01:25 +03:00
|
|
|
table.responsive thead, table.responsive th {
|
2013-09-27 14:29:15 +03:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-10-19 21:01:25 +03:00
|
|
|
table.responsive.show-header thead, table.responsive.show-header th:first-child {
|
2013-09-27 17:57:18 +03:00
|
|
|
display: block;
|
2013-10-19 21:01:25 +03:00
|
|
|
width: auto !important;
|
|
|
|
text-align: left !important;
|
2013-09-27 17:57:18 +03:00
|
|
|
}
|
|
|
|
|
2013-09-27 14:29:15 +03:00
|
|
|
table.responsive tr {
|
2013-10-19 21:01:25 +03:00
|
|
|
margin: 2px 0;
|
2013-09-27 14:29:15 +03:00
|
|
|
}
|
|
|
|
|
2013-10-19 21:01:25 +03:00
|
|
|
table.responsive td {
|
|
|
|
width: auto !important;
|
|
|
|
text-align: left !important;
|
|
|
|
padding: 4px;
|
2013-09-27 14:29:15 +03:00
|
|
|
}
|
|
|
|
|
2013-10-19 21:01:25 +03:00
|
|
|
table.responsive td.empty {
|
|
|
|
display: none !important;
|
2013-09-27 14:29:15 +03:00
|
|
|
}
|
|
|
|
|
2013-10-19 21:01:25 +03:00
|
|
|
table.responsive td > dfn {
|
|
|
|
display: inline-block !important;
|
2013-09-27 14:29:15 +03:00
|
|
|
}
|
|
|
|
|
2013-10-19 21:01:25 +03:00
|
|
|
table.responsive td > dfn:after {
|
|
|
|
content: ':';
|
|
|
|
padding-right: 5px;
|
2013-09-27 14:29:15 +03:00
|
|
|
}
|
|
|
|
|
2013-10-19 21:01:25 +03:00
|
|
|
table.responsive span.rank-img {
|
|
|
|
float: none;
|
|
|
|
padding-right: 5px;
|
2013-09-27 14:29:15 +03:00
|
|
|
}
|
|
|
|
|
2013-10-19 21:01:25 +03:00
|
|
|
table.responsive#memberlist td:first-child input[type="checkbox"] {
|
|
|
|
float: right;
|
2013-09-15 17:45:26 +03:00
|
|
|
}
|
2013-09-15 23:20:05 +03:00
|
|
|
|
2013-10-18 23:47:03 +03:00
|
|
|
/* Forms
|
|
|
|
----------------------------------------*/
|
|
|
|
fieldset dt, fieldset.fields1 dt, fieldset.fields2 dt {
|
|
|
|
width: auto;
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset dd, fieldset.fields1 dd, fieldset.fields2 dd {
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea, dd textarea, #message-box textarea {
|
|
|
|
width: 100%;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
2013-10-19 16:20:34 +03:00
|
|
|
dl.pmlist dt {
|
|
|
|
width: auto !important;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl.pmlist dd {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl.pmlist dd:first-of-type {
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
|
2013-10-18 23:47:03 +03:00
|
|
|
#smiley-box, #message-box {
|
|
|
|
float: none;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#smiley-box {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bbcode-status {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#colour_palette table, #colour_palette tbody, #colour_palette tr {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#colour_palette td {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#colour_palette td:nth-child(2n) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#colour_palette a {
|
|
|
|
display: inline-block !important;
|
|
|
|
}
|
|
|
|
|
2013-10-19 12:39:13 +03:00
|
|
|
/* User profile
|
|
|
|
----------------------------------------*/
|
|
|
|
.column1, .column2, .left-box.profile-details {
|
|
|
|
float: none;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px)
|
|
|
|
{
|
|
|
|
dl.details dt, dl.details dd {
|
|
|
|
width: auto;
|
|
|
|
float: none;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl.details dd {
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-10-20 09:57:55 +03:00
|
|
|
/* Polls
|
|
|
|
----------------------------------------*/
|
|
|
|
fieldset.polls dt {
|
|
|
|
width: 90%;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset.polls dd.resultbar {
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset.polls dd.poll_option_percent {
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset.polls dd.resultbar, fieldset.polls dd.poll_option_percent {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
2013-10-19 15:40:20 +03:00
|
|
|
/* Post
|
|
|
|
----------------------------------------*/
|
2013-10-19 16:20:34 +03:00
|
|
|
.postprofile, .postbody, .search .postbody {
|
2013-10-19 15:40:20 +03:00
|
|
|
display: block;
|
|
|
|
width: auto;
|
|
|
|
float: none;
|
|
|
|
padding: 0;
|
|
|
|
min-height: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post .postprofile {
|
|
|
|
width: auto;
|
|
|
|
border-width: 0 0 1px 0;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
margin: 0;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postprofile dd {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postprofile dt, .postprofile dd.profile-rank, .search .postprofile dd {
|
|
|
|
display: block;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postprofile ul.profile-icons {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postprofile .avatar {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postprofile .avatar img {
|
|
|
|
width: auto !important;
|
|
|
|
height: auto !important;
|
|
|
|
display: block;
|
|
|
|
max-height: 32px;
|
|
|
|
}
|
|
|
|
|
2013-09-15 23:20:05 +03:00
|
|
|
/* Misc stuff
|
|
|
|
----------------------------------------*/
|
|
|
|
h2 {
|
|
|
|
margin-top: .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin-bottom: .5em;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.rightside {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2013-09-27 17:57:18 +03:00
|
|
|
.column1, .column2 {
|
|
|
|
width: auto;
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
2013-10-19 12:17:38 +03:00
|
|
|
.topic-actions {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2013-10-19 16:20:34 +03:00
|
|
|
fieldset.quickmod {
|
|
|
|
width: auto;
|
|
|
|
float: none;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2013-10-20 10:35:41 +03:00
|
|
|
dl.mini dd.pm-legend {
|
|
|
|
float: left;
|
|
|
|
min-width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#topicreview {
|
|
|
|
margin: 0 -5px;
|
|
|
|
padding: 0 5px;
|
|
|
|
}
|
|
|
|
|
2013-10-20 13:12:03 +03:00
|
|
|
fieldset.display-actions {
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
2013-09-15 23:20:05 +03:00
|
|
|
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px)
|
|
|
|
{
|
|
|
|
p.responsive-center {
|
|
|
|
float: none;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.topic-actions > div {
|
|
|
|
float: none;
|
|
|
|
overflow: hidden;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.topic-actions > .pagination, fieldset.jumpbox {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2013-10-19 12:39:13 +03:00
|
|
|
.topic-actions > .pagination {
|
|
|
|
padding-bottom: 1px;
|
|
|
|
}
|
|
|
|
|
2013-09-15 23:20:05 +03:00
|
|
|
.topic-actions > div.search-box, p.jumpbox-return {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.display-options > label:nth-child(1) {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
}
|