Ajout du FR
Ajout du FR + correction du "functions.php"
This commit is contained in:
0
styles/Milk_v2/theme/responsive/index.htm
Normal file
0
styles/Milk_v2/theme/responsive/index.htm
Normal file
149
styles/Milk_v2/theme/responsive/large-desktops.css
Normal file
149
styles/Milk_v2/theme/responsive/large-desktops.css
Normal file
@@ -0,0 +1,149 @@
|
||||
@media (min-width: 1200px) {
|
||||
|
||||
body{ border-top-color: #F3F;}
|
||||
|
||||
/* Fix the body layout for large desktop devices */
|
||||
.body-layout-Boxed .wrap {width: 1200px;}
|
||||
|
||||
|
||||
/* Forumlist Colums (also see squishy.css for fluid/both fix)
|
||||
---------------------------------------- */
|
||||
|
||||
/* Remove the 'topics' column */
|
||||
body.sidebar-both.body-layout-Boxed .forabg dd.posts, body.sidebar-both.body-layout-Boxed .forumbg dd.views {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Or, reduce the width of 'simpleposts' by 50% (from 190 to 95) */
|
||||
body.sidebar-both.body-layout-Boxed dd.simpleposts, body.sidebar-both.body-layout-Boxed dd.simpleposts {
|
||||
width: 95px;
|
||||
}
|
||||
|
||||
/* Adjust the other margins to account for the (now missing) 95px */
|
||||
body.sidebar-both.body-layout-Boxed ul.topiclist dt {
|
||||
margin-right: -395px;
|
||||
}
|
||||
|
||||
body.sidebar-both.body-layout-Boxed ul.topiclist dt .list-inner {
|
||||
margin-right: 395px;
|
||||
}
|
||||
|
||||
body.sidebar-both.body-layout-Boxed li.header dt {
|
||||
margin-right: -425px;
|
||||
}
|
||||
|
||||
/* UCP columns
|
||||
---------------------------------------- */
|
||||
|
||||
body.sidebar-both.body-layout-Boxed ul.topiclist.pmlist dt .list-inner {
|
||||
margin-right: 95px; /* Creates the space */
|
||||
}
|
||||
body.sidebar-both.body-layout-Boxed ul.topiclist.two-columns dt {
|
||||
margin-right: -95px;
|
||||
}
|
||||
body.sidebar-both.body-layout-Boxed ul.topiclist.two-columns li.header dt {
|
||||
margin-right: -130px;
|
||||
}
|
||||
|
||||
/* UCP Two long columns */
|
||||
body.sidebar-both.body-layout-Boxed ul.two-long-columns dt .list-inner {
|
||||
margin-right: 0;
|
||||
}
|
||||
body.sidebar-both ul.two-long-columns dd.lastpost {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* MCP Columns
|
||||
---------------------------------------- */
|
||||
|
||||
/* Manually enabling the responsive layout. First, we remove the second column header */
|
||||
body.sidebar-both.body-layout-Boxed .missing-column dd,
|
||||
body.sidebar-right-only.body-layout-Boxed .missing-column dd {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* But we still want the mark column, so re-enable that */
|
||||
body.sidebar-both.body-layout-Boxed .missing-column dd.mark,
|
||||
body.sidebar-right-only.body-layout-Boxed .missing-column dd.mark {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Reduce the left column margin to 95px, just enough for the mark box */
|
||||
body.sidebar-both.body-layout-Boxed ul.topiclist.missing-column dt,
|
||||
body.sidebar-right-only.body-layout-Boxed ul.topiclist.missing-column dt {
|
||||
margin-right: -95px;
|
||||
}
|
||||
body.sidebar-both.body-layout-Boxed ul.topiclist.missing-column dt .list-inner,
|
||||
body.sidebar-right-only.body-layout-Boxed ul.topiclist.missing-column dt .list-inner {
|
||||
margin-right: 95px;
|
||||
}
|
||||
/* Then enable the extra info below */
|
||||
body.sidebar-both.body-layout-Boxed ul.topiclist.missing-column .responsive-show,
|
||||
body.sidebar-right-only.body-layout-Boxed ul.topiclist.missing-column .responsive-show {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
/* Hacky bookmark fix */
|
||||
body.sidebar-both.body-layout-Boxed ul.topiclist.missing-column li.header dt,
|
||||
body.sidebar-both.body-layout-Fluid ul.topiclist.missing-column li.header dt,
|
||||
body.sidebar-right-only.body-layout-Boxed ul.topiclist.missing-column li.header dt {
|
||||
margin-right: -125px; /* 95px + 30px padding */
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Manually enabling the responsive layout. First, we remove the second column header */
|
||||
body.sidebar-both.body-layout-Boxed ul.topiclist.two-long-columns dd,
|
||||
body.sidebar-right-only.body-layout-Boxed ul.topiclist.two-long-columns dd {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Increase the left column width to 100% */
|
||||
body.sidebar-both.body-layout-Boxed ul.topiclist.two-long-columns dt,
|
||||
body.sidebar-right-only.body-layout-Boxed ul.topiclist.two-long-columns dt {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/* Then enable the extra info below */
|
||||
body.sidebar-both.body-layout-Boxed ul.topiclist.two-long-columns .responsive-show,
|
||||
body.sidebar-right-only.body-layout-Boxed ul.topiclist.two-long-columns .responsive-show {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Custom Login Page
|
||||
---------------------------------------- */
|
||||
|
||||
/* Clear the veritcal alignment. Make it wider for larger screens */
|
||||
.login_container {
|
||||
width: 900px;
|
||||
}
|
||||
|
||||
/* For ACP Auth (and login_body.html...probably), reduce container width to 450px */
|
||||
.auth-page-admin .login_container {
|
||||
width: 450px;
|
||||
}
|
||||
|
||||
/* Split the columns down */
|
||||
.login_container_left, .login_container_right {
|
||||
width: 50%;
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* Min height for left column content, so that it's taller than the registration box */
|
||||
.login_container_left_section_content {
|
||||
min-height: 400px;
|
||||
}
|
||||
|
||||
/* For ACP Auth (and login_body.html...probably), remove min-height */
|
||||
.auth-page-admin .login_container_left_section_content {
|
||||
min-height: 0;
|
||||
}
|
||||
/* responsive logo
|
||||
---------------------------------------- */
|
||||
|
||||
|
||||
|
||||
}
|
||||
220
styles/Milk_v2/theme/responsive/medium-ipad.css
Normal file
220
styles/Milk_v2/theme/responsive/medium-ipad.css
Normal file
@@ -0,0 +1,220 @@
|
||||
@media (min-width: 992px)and (max-width: 1199px) {
|
||||
|
||||
body{ border-top-color: #0F9;}
|
||||
|
||||
/* Global Containers
|
||||
---------------------------------------- */
|
||||
|
||||
/* Add a small margin */
|
||||
.body-layout-Boxed #wrap {
|
||||
padding: 0 15px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/* Sidebar Adjustments
|
||||
----------------------------*/
|
||||
|
||||
/* Hide left sidebar on tiny screens */
|
||||
#leftcolumn {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Clear center column padding */
|
||||
#contentcolumn {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
/* Expand center column to fill empty gap */
|
||||
#contentcolumn {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/* Grid Forumlist
|
||||
---------------------------------------- */
|
||||
|
||||
/* Turn 3 columns into 2 */
|
||||
.forumlist_grid li.row {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
/* Forumlist Colums
|
||||
---------------------------------------- */
|
||||
|
||||
/* Remove the 'last post' column */
|
||||
body.sidebar-both .forabg dd.lastpost,
|
||||
body.sidebar-both .forumbg dd.lastpost,
|
||||
body.sidebar-right-only .forabg dd.lastpost,
|
||||
body.sidebar-right-only .forumbg dd.lastpost {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Increase the other margins to account for the (now missing) 300px */
|
||||
body.sidebar-both ul.topiclist.forums dt,
|
||||
body.sidebar-right-only ul.topiclist.forums dt,
|
||||
body.sidebar-both ul.topiclist.topics dt,
|
||||
body.sidebar-right-only ul.topiclist.topics dt{
|
||||
margin-right: -195px;
|
||||
}
|
||||
|
||||
body.sidebar-both ul.topiclist dt .list-inner,
|
||||
body.sidebar-right-only ul.topiclist dt .list-inner {
|
||||
margin-right: 195px;
|
||||
}
|
||||
|
||||
body.sidebar-both li.header dt,
|
||||
body.sidebar-right-only li.header dt {
|
||||
margin-right: -235px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* UCP Columns
|
||||
---------------------------------------- */
|
||||
|
||||
/* For the UCP columns, we need to override this */
|
||||
body.sidebar-both ul.topiclist.pmlist dt, body.sidebar-right-only ul.topiclist.pmlist dt {
|
||||
margin-right: -95px;
|
||||
}
|
||||
|
||||
/* Same again... */
|
||||
body.sidebar-both ul.topiclist.pmlist dt .list-inner, body.sidebar-right-only ul.topiclist.pmlist dt .list-inner {
|
||||
margin-right: 95px;
|
||||
}
|
||||
|
||||
/* UCP Two long columns */
|
||||
body.sidebar-both ul.two-long-columns dt .list-inner {
|
||||
margin-right: 0;
|
||||
}
|
||||
body.sidebar-both ul.two-long-columns dd.lastpost {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
/* MCP Columns
|
||||
---------------------------------------- */
|
||||
|
||||
/* Manually enabling the responsive layout. First, we remove the second column */
|
||||
body.sidebar-both.body-layout-Boxed .missing-column dd,
|
||||
body.sidebar-both.body-layout-Fluid .missing-column dd,
|
||||
body.sidebar-right-only.body-layout-Boxed .missing-column dd,
|
||||
body.sidebar-right-only.body-layout-Fluid .missing-column dd {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* But we still want the mark column, so re-enable that */
|
||||
body.sidebar-both.body-layout-Boxed .missing-column dd.mark,
|
||||
body.sidebar-both.body-layout-Fluid .missing-column dd.mark,
|
||||
body.sidebar-right-only.body-layout-Boxed .missing-column dd.mark,
|
||||
body.sidebar-right-only.body-layout-Fluid .missing-column dd.mark {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Reduce the left column margin to 95px, just enough for the mark box */
|
||||
body.sidebar-both.body-layout-Boxed ul.topiclist.missing-column dt,
|
||||
body.sidebar-both.body-layout-Fluid ul.topiclist.missing-column dt,
|
||||
body.sidebar-right-only.body-layout-Boxed ul.topiclist.missing-column dt,
|
||||
body.sidebar-right-only.body-layout-Fluid ul.topiclist.missing-column dt {
|
||||
margin-right: -95px;
|
||||
}
|
||||
|
||||
body.sidebar-both.body-layout-Boxed ul.topiclist.missing-column dt .list-inner,
|
||||
body.sidebar-both.body-layout-Fluid ul.topiclist.missing-column dt .list-inner,
|
||||
body.sidebar-right-only.body-layout-Boxed ul.topiclist.missing-column dt .list-inner,
|
||||
body.sidebar-right-only.body-layout-Fluid ul.topiclist.missing-column dt .list-inner {
|
||||
margin-right: 95px;
|
||||
}
|
||||
|
||||
/* Then enable the extra info below */
|
||||
body.sidebar-both.body-layout-Boxed ul.topiclist.missing-column .responsive-show,
|
||||
body.sidebar-both.body-layout-Fluid ul.topiclist.missing-column .responsive-show,
|
||||
body.sidebar-right-only.body-layout-Boxed ul.topiclist.missing-column .responsive-show,
|
||||
body.sidebar-right-only.body-layout-Fluid ul.topiclist.missing-column .responsive-show {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
/* Hacky bookmark fix */
|
||||
body.sidebar-both.body-layout-Boxed ul.topiclist.missing-column li.header dt,
|
||||
body.sidebar-both.body-layout-Fluid ul.topiclist.missing-column li.header dt,
|
||||
body.sidebar-right-only.body-layout-Boxed ul.topiclist.missing-column li.header dt,
|
||||
body.sidebar-right-only.body-layout-Fluid ul.topiclist.missing-column li.header dt {
|
||||
margin-right: -125px; /* 95px + 30px padding */
|
||||
}
|
||||
|
||||
|
||||
/* Manually enabling the responsive layout. First, we remove the second column header */
|
||||
body.sidebar-both.body-layout-Boxed ul.topiclist.two-long-columns dd,
|
||||
body.sidebar-both.body-layout-Fluid ul.topiclist.two-long-columns dd,
|
||||
body.sidebar-right-only.body-layout-Fluid ul.topiclist.two-long-columns dd {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Increase the left column width to 100% */
|
||||
body.sidebar-both.body-layout-Boxed ul.topiclist.two-long-columns dt,
|
||||
body.sidebar-both.body-layout-Fluid ul.topiclist.two-long-columns dt,
|
||||
body.sidebar-right-only.body-layout-Fluid ul.topiclist.two-long-columns dt .list-inner {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/* Then enable the extra info below */
|
||||
body.sidebar-both.body-layout-Boxed ul.topiclist.two-long-columns .responsive-show,
|
||||
body.sidebar-both.body-layout-Fluid ul.topiclist.two-long-columns .responsive-show,
|
||||
body.sidebar-right-only.body-layout-Fluid ul.topiclist.two-long-columns .responsive-show {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* Custom Login Page
|
||||
---------------------------------------- */
|
||||
|
||||
/* Clear the veritcal alignment. Make it wider for larger screens */
|
||||
.login_container {
|
||||
width: 900px;
|
||||
}
|
||||
|
||||
/* For ACP Auth (and login_body.html...probably), reduce container width to 450px */
|
||||
.auth-page-admin .login_container {
|
||||
width: 450px;
|
||||
}
|
||||
|
||||
/* Split the columns down */
|
||||
.login_container_left, .login_container_right {
|
||||
width: 50%;
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* Min height for left column content, so that it's taller than the registration box */
|
||||
.login_container_left_section_content {
|
||||
min-height: 400px;
|
||||
}
|
||||
|
||||
/* For ACP Auth (and login_body.html...probably), remove min-height */
|
||||
.auth-page-admin .login_container_left_section_content {
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
/* Subforums in column
|
||||
---------------------------------------- */
|
||||
ul.sub-list {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* responsive logo
|
||||
---------------------------------------- */
|
||||
|
||||
/* override the dynamic inline width so that we can relatively resize logo below */
|
||||
#site-description {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
#site-description img {
|
||||
max-width: 85%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
609
styles/Milk_v2/theme/responsive/responsive.css
Normal file
609
styles/Milk_v2/theme/responsive/responsive.css
Normal file
@@ -0,0 +1,609 @@
|
||||
/* Responsive Design
|
||||
---------------------------------------- */
|
||||
|
||||
@media (max-width: 320px) {
|
||||
select, .inputbox {
|
||||
max-width: 240px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Notifications list
|
||||
----------------------------------------*/
|
||||
@media (max-width: 350px) {
|
||||
.dropdown-extended .dropdown-contents {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 430px) {
|
||||
.action-bar .search-box .inputbox {
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
.section-viewtopic .search-box .inputbox {
|
||||
width: 57px;
|
||||
}
|
||||
|
||||
.action-bar .search-box .inputbox ::-moz-placeholder {
|
||||
content: "Search...";
|
||||
}
|
||||
|
||||
.action-bar .search-box .inputbox :-ms-input-placeholder {
|
||||
content: "Search...";
|
||||
}
|
||||
|
||||
.action-bar .search-box .inputbox ::-webkit-input-placeholder {
|
||||
content: "Search...";
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
dd label {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
select, .inputbox {
|
||||
max-width: 260px;
|
||||
}
|
||||
|
||||
.captcha-panel dd.captcha {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.captcha-panel dd.captcha-image img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
dl.details dt, dl.details dd {
|
||||
width: auto;
|
||||
float: none;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
dl.details dd {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
p.responsive-center {
|
||||
float: none;
|
||||
text-align: center;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.action-bar > div {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.action-bar > .pagination {
|
||||
float: none;
|
||||
clear: both;
|
||||
padding-bottom: 1px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.action-bar > .pagination li.page-jump {
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
||||
p.jumpbox-return {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.display-options > label:nth-child(1) {
|
||||
display: block;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.attach-controls {
|
||||
margin-top: 5px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.quick-links .dropdown-trigger span {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 550px) {
|
||||
ul.topiclist.forums dt {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
ul.topiclist.forums dt .list-inner {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
ul.topiclist.forums dd.lastpost {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 700px) {
|
||||
.responsive-hide { display: none !important; }
|
||||
.responsive-show { display: block !important; }
|
||||
.responsive-show-inline { display: inline !important; }
|
||||
.responsive-show-inline-block { display: inline-block !important; }
|
||||
|
||||
/* Content wrappers
|
||||
----------------------------------------*/
|
||||
html {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.wrap {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
min-width: 290px;
|
||||
overflow: hidden;
|
||||
|
||||
}
|
||||
|
||||
.body-layout-Fluid #inner-wrap {
|
||||
width: 100%;
|
||||
padding: 10px
|
||||
}
|
||||
|
||||
/* Common block wrappers
|
||||
----------------------------------------*/
|
||||
.headerbar {
|
||||
background-size: cover !important;
|
||||
}
|
||||
|
||||
.headerbar, .navbar, .forabg, .forumbg, .post, .panel {
|
||||
border-radius: 0;
|
||||
margin-left: -5px;
|
||||
margin-right: -5px;
|
||||
}
|
||||
|
||||
.cp-main .forabg, .cp-main .forumdb, .cp-main .post, .cp-main .panel {
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
/* Logo block
|
||||
----------------------------------------*/
|
||||
.site-description {
|
||||
float: none;
|
||||
width: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.logo {
|
||||
display: block;
|
||||
float: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.site_logo {
|
||||
margin: 50px 0 0 0;
|
||||
}
|
||||
|
||||
.site-description h1, .site-description p {
|
||||
text-align: inherit;
|
||||
float: none;
|
||||
line-height: 1.2em;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.site-description p, .search-header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Navigation
|
||||
----------------------------------------*/
|
||||
.headerbar + .navbar {
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
||||
/* Search
|
||||
----------------------------------------*/
|
||||
.responsive-search { display: block !important; }
|
||||
|
||||
/* .topiclist lists
|
||||
----------------------------------------*/
|
||||
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;
|
||||
}
|
||||
|
||||
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 {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
ul.topiclist dt .list-inner.with-mark {
|
||||
padding-right: 34px;
|
||||
}
|
||||
|
||||
ul.topiclist dt .list-inner {
|
||||
min-height: 28px;
|
||||
}
|
||||
|
||||
ul.topiclist li.header dt .list-inner {
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
ul.topiclist dd {
|
||||
display: none;
|
||||
}
|
||||
ul.topiclist dd.mark {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Forums and topics lists
|
||||
----------------------------------------*/
|
||||
ul.topiclist.forums dt {
|
||||
margin-right: -250px;
|
||||
}
|
||||
|
||||
ul.topiclist dd.mark {
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
top: 0;
|
||||
margin: 0;
|
||||
width: auto;
|
||||
min-width: 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
ul.topiclist.forums dd.topics dfn, ul.topiclist.topics dd.posts dfn {
|
||||
position: relative;
|
||||
left: 0;
|
||||
width: auto;
|
||||
display: inline;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
li.header dt {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
li.row .responsive-show strong {
|
||||
font-weight: bold;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
ul.topiclist li.row dt a.subforum {
|
||||
vertical-align: bottom;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
/* Pagination
|
||||
----------------------------------------*/
|
||||
.pagination > ul {
|
||||
margin: 5px 0 0;
|
||||
}
|
||||
|
||||
.row .pagination .ellipsis + li {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Responsive tables
|
||||
----------------------------------------*/
|
||||
table.responsive, table.responsive tbody, table.responsive tr, table.responsive td {
|
||||
display: block;
|
||||
}
|
||||
|
||||
table.responsive thead, table.responsive th {
|
||||
display: none;
|
||||
}
|
||||
|
||||
table.responsive.show-header thead, table.responsive.show-header th:first-child {
|
||||
display: block;
|
||||
width: auto !important;
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
table.responsive.show-header th:first-child span.rank-img {
|
||||
display: none;
|
||||
}
|
||||
|
||||
table.responsive tr {
|
||||
margin: 2px 0;
|
||||
}
|
||||
|
||||
table.responsive td {
|
||||
width: auto !important;
|
||||
text-align: left !important;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
table.responsive td.empty {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
table.responsive td > dfn {
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
table.responsive td > dfn:after {
|
||||
content: ':';
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
table.responsive span.rank-img {
|
||||
float: none;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
table.responsive.memberlist td:first-child input[type="checkbox"] {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* Forms
|
||||
----------------------------------------*/
|
||||
fieldset dt, fieldset.fields1 dt, fieldset.fields2 dt {
|
||||
width: auto;
|
||||
float: none;
|
||||
}
|
||||
|
||||
fieldset dd, fieldset.fields1 dd, fieldset.fields2 dd {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
textarea, dd textarea, .message-box textarea {
|
||||
width: 100%;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
.smiley-box, .message-box {
|
||||
float: none;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.smiley-box {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.bbcode-status {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.colour-palette, .colour-palette tbody, .colour-palette tr {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.colour-palette td {
|
||||
display: inline-block;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.horizontal-palette td:nth-child(2n), .vertical-palette tr:nth-child(2n) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
fieldset.quick-login label {
|
||||
display: block;
|
||||
margin-bottom: 5px;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
fieldset.quick-login label > span {
|
||||
display: inline-block;
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
fieldset.quick-login input.inputbox {
|
||||
width: 85%;
|
||||
max-width: 300px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
fieldset.quick-login label[for="autologin"] {
|
||||
display: inline-block;
|
||||
text-align: right;
|
||||
min-width: 50%;
|
||||
}
|
||||
|
||||
/* User profile
|
||||
----------------------------------------*/
|
||||
.column1, .column2, .left-box.profile-details {
|
||||
float: none;
|
||||
width: auto;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* 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;
|
||||
}
|
||||
|
||||
/* Post
|
||||
----------------------------------------*/
|
||||
.postbody {
|
||||
position: inherit;
|
||||
float: none !important;
|
||||
}
|
||||
|
||||
.postprofile, .postbody, .search .postbody {
|
||||
display: block;
|
||||
width: auto;
|
||||
float: none;
|
||||
padding: 0;
|
||||
min-height: 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.post .postprofile {
|
||||
width: auto;
|
||||
border-width: 0 0 1px 0;
|
||||
padding-bottom: 5px;
|
||||
margin: 0;
|
||||
margin-bottom: 5px;
|
||||
min-height: 40px;
|
||||
overflow: hidden;
|
||||
float: none;
|
||||
}
|
||||
|
||||
.postprofile dd {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.postprofile dt, .postprofile dd.profile-rank, .search .postprofile dd {
|
||||
display: block;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.postprofile .has-avatar .avatar-container {
|
||||
margin: 0;
|
||||
overflow: inherit;
|
||||
}
|
||||
|
||||
.postprofile .avatar-container:after {
|
||||
clear: none;
|
||||
}
|
||||
|
||||
.postprofile .avatar {
|
||||
margin: 0 5px 0 0px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.postprofile .avatar img {
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
max-height: 32px;
|
||||
}
|
||||
|
||||
.has-profile .postbody h3 {
|
||||
margin-left: 0 !important;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
.has-profile .post-buttons {
|
||||
right: 30px;
|
||||
top: 15px;
|
||||
}
|
||||
|
||||
.online {
|
||||
background-size: 40px;
|
||||
}
|
||||
|
||||
/* Misc stuff
|
||||
----------------------------------------*/
|
||||
h2 {
|
||||
margin-top: .5em;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: .5em;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
p.rightside {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
fieldset.display-options label {
|
||||
display: block;
|
||||
clear: both;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
dl.mini dd.pm-legend {
|
||||
float: left;
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
.topicreview {
|
||||
margin: 0 -5px;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
fieldset.display-actions {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.phpbb_alert {
|
||||
width: auto;
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
.attach-comment dfn {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (min-width: 700px) {
|
||||
.postbody { width: 70%; }
|
||||
}
|
||||
|
||||
@media (min-width: 850px) {
|
||||
.postbody { width: 76%; }
|
||||
}
|
||||
|
||||
@media (max-width: 850px) {
|
||||
.postprofile { width: 28%; }
|
||||
}
|
||||
|
||||
@media (min-width: 701px) and (max-width: 950px) {
|
||||
.row .pagination {
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
ul.topiclist dt {
|
||||
margin-right: -410px;
|
||||
}
|
||||
|
||||
ul.topiclist dt .list-inner {
|
||||
margin-right: 410px;
|
||||
}
|
||||
|
||||
dd.posts, dd.topics, dd.views {
|
||||
width: 80px;
|
||||
}
|
||||
}
|
||||
|
||||
152
styles/Milk_v2/theme/responsive/small-smaller-tablets.css
Normal file
152
styles/Milk_v2/theme/responsive/small-smaller-tablets.css
Normal file
@@ -0,0 +1,152 @@
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
|
||||
body{ border-top-color: #FF3;}
|
||||
|
||||
/* Global Containers
|
||||
---------------------------------------- */
|
||||
|
||||
/* Add a small margin */
|
||||
.body-layout-Boxed #wrap {
|
||||
padding: 0 15px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
||||
/* Sidebar Structure
|
||||
---------------------------------------- */
|
||||
|
||||
/* Hide left sidebar on tiny screens and move it out of the way */
|
||||
#leftcolumn {
|
||||
display: none;
|
||||
margin-left: -100%;
|
||||
}
|
||||
|
||||
/* Clear center column padding */
|
||||
#contentcolumn {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Break right column (sidebar) onto new line cleanly */
|
||||
#rightcolumn {
|
||||
float: none;
|
||||
width: 100%;
|
||||
margin-left: 0;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* Sidebar Widgets
|
||||
---------------------------------------- */
|
||||
.sidebar_widget {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.profile_widget_avatar, .profile_widget_info, .profile_widget_list {
|
||||
display: table-cell;
|
||||
vertical-align: top;
|
||||
float: none;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.profile_widget_avatar {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.profile_widget_info {
|
||||
padding: 0 30px;
|
||||
}
|
||||
|
||||
.profile_widget_list {
|
||||
padding-top: 0;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
/* Grid Forumlist
|
||||
---------------------------------------- */
|
||||
|
||||
/* Turn 3 columns into 2 */
|
||||
.forumlist_grid li.row {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
/* Forumlist Colums
|
||||
---------------------------------------- */
|
||||
|
||||
/* Remove the 'topics' column */
|
||||
.forabg dd.posts, .forumbg dd.views {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Or, reduce the width of 'simpleposts' by 50% (from 190 to 95) */
|
||||
dd.simpleposts {
|
||||
width: 95px;
|
||||
}
|
||||
|
||||
/* Adjust the other margins to account for the (now missing) 95px */
|
||||
ul.topiclist dt {
|
||||
margin-right: -395px;
|
||||
}
|
||||
|
||||
ul.topiclist dt .list-inner {
|
||||
margin-right: 395px;
|
||||
}
|
||||
|
||||
.forabg li.header dt, .forumbg li.header dt {
|
||||
margin-right: -435px;
|
||||
}
|
||||
|
||||
|
||||
/* Custom Login Page
|
||||
---------------------------------------- */
|
||||
|
||||
/* Clear the veritcal alignment. Top alignment is fine for smaller devices. Also make it narrower */
|
||||
.login_container {
|
||||
display: block;
|
||||
width: 450px;
|
||||
}
|
||||
|
||||
/* Increase left and right container width to 100% */
|
||||
.login_container_left, .login_container_right {
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Bit of top margin though, just so it doesn't look totally weird */
|
||||
.login_container_left {
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
/* no min height on the left content for phones, way too small */
|
||||
.login_container_left_section_content {
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
/* Misc
|
||||
---------------------------------------- */
|
||||
ul.topiclist li.stat_login_hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Hide the topic type labels when we're in a boxed layout with both sidebars */
|
||||
span.topic_type span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Subforums in column
|
||||
---------------------------------------- */
|
||||
ul.sub-list {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* responsive logo
|
||||
---------------------------------------- */
|
||||
|
||||
/* override the dynamic inline width so that we can relatively resize logo below */
|
||||
#site-description {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
#site-description img {
|
||||
max-width: 85%;
|
||||
}
|
||||
}
|
||||
163
styles/Milk_v2/theme/responsive/squishy.css
Normal file
163
styles/Milk_v2/theme/responsive/squishy.css
Normal file
@@ -0,0 +1,163 @@
|
||||
/* Interim Breakpoints to stop the content squishing up when sidebars are enabled
|
||||
---------------------------------------- */
|
||||
|
||||
/* Hide the topic type labels when we're in a boxed layout with both sidebars */
|
||||
body.sidebar-both.body-layout-Boxed span.topic_type span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
/* Forumlist Colums
|
||||
---------------------------------------- */
|
||||
|
||||
/* When the layout is fluid and both sidebars are enabled, hide the 'lastpost' column */
|
||||
@media (min-width: 1200px)and (max-width: 1299px) {
|
||||
/* Remove the 'topics' column */
|
||||
body.sidebar-both.body-layout-Fluid .forabg dd.posts,
|
||||
body.sidebar-both.body-layout-Fluid .forumbg dd.views {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Or, reduce the width of 'simpleposts' by 50% (from 190 to 95) */
|
||||
body.sidebar-both.body-layout-Fluid dd.simpleposts,
|
||||
body.sidebar-right-only.body-layout-Fluid dd.simpleposts {
|
||||
width: 95px;
|
||||
}
|
||||
|
||||
/* Adjust the other margins to account for the (now missing) 95px */
|
||||
body.sidebar-both.body-layout-Fluid ul.topiclist dt {
|
||||
margin-right: -395px;
|
||||
}
|
||||
|
||||
|
||||
body.sidebar-both.body-layout-Fluid ul.topiclist dt .list-inner {
|
||||
margin-right: 395px;
|
||||
}
|
||||
|
||||
body.sidebar-both.body-layout-Fluid li.header dt {
|
||||
margin-right: -435px;
|
||||
}
|
||||
|
||||
/* UCP Columns
|
||||
---------------------------------------- */
|
||||
|
||||
body.sidebar-both ul.topiclist.pmlist dt .list-inner, body.sidebar-right-only ul.topiclist.pmlist dt .list-inner {
|
||||
margin-right: 95px;
|
||||
}
|
||||
body.sidebar-both ul.topiclist.two-columns dt {
|
||||
margin-right: -95px;
|
||||
}
|
||||
body.sidebar-both ul.topiclist.two-columns li.header dt {
|
||||
margin-right: -130px;
|
||||
}
|
||||
|
||||
/* UCP Two long columns */
|
||||
body.sidebar-both ul.two-long-columns dt .list-inner {
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
/* MCP Columns
|
||||
---------------------------------------- */
|
||||
|
||||
/* Manually enabling the responsive layout. First, we remove the second column header */
|
||||
body.sidebar-right-only.body-layout-Fluid .missing-column dd {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* But we still want the mark column, so re-enable that */
|
||||
body.sidebar-right-only.body-layout-Fluid .missing-column dd.mark {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Reduce the left column margin to 95px, just enough for the mark box */
|
||||
body.sidebar-right-only.body-layout-Fluid ul.topiclist.missing-column dt {
|
||||
margin-right: -95px;
|
||||
}
|
||||
|
||||
body.sidebar-right-only.body-layout-Fluid ul.topiclist.missing-column dt .list-inner {
|
||||
margin-right: 95px;
|
||||
}
|
||||
|
||||
/* Then enable the extra info below */
|
||||
body.sidebar-right-only.body-layout-Fluid ul.topiclist.missing-column .responsive-show {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
/* Manually enabling the responsive layout. First, we remove the second column header */
|
||||
body.sidebar-right-only.body-layout-Fluid ul.topiclist.two-long-columns dd {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Increase the left column width to 100% */
|
||||
body.sidebar-right-only.body-layout-Fluid ul.topiclist.two-long-columns dt .list-inner {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/* Then enable the extra info below */
|
||||
body.sidebar-right-only.body-layout-Fluid ul.topiclist.two-long-columns .responsive-show {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
/* Between 1200 and 1400px, and when we're fluid with both sidebars enabled, apply the responsive layout for mcp missing-column */
|
||||
@media (min-width: 1200px)and (max-width: 1399px) {
|
||||
/* Manually enabling the responsive layout. First, we remove the second column header */
|
||||
body.sidebar-both.body-layout-Fluid .missing-column dd {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* But we still want the mark column, so re-enable that */
|
||||
body.sidebar-both.body-layout-Fluid .missing-column dd.mark {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Reduce the left column margin to 95px, just enough for the mark box */
|
||||
body.sidebar-both.body-layout-Fluid ul.topiclist.missing-column dt {
|
||||
margin-right: -95px;
|
||||
}
|
||||
|
||||
body.sidebar-both.body-layout-Fluid ul.topiclist.missing-column dt .list-inner {
|
||||
margin-right: 95px;
|
||||
}
|
||||
|
||||
/* Then enable the extra info below */
|
||||
body.sidebar-both.body-layout-Fluid ul.topiclist.missing-column .responsive-show {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
/* Manually enabling the responsive layout. First, we remove the second column header */
|
||||
body.sidebar-both.body-layout-Fluid ul.topiclist.two-long-columns dd {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Increase the left column width to 100% */
|
||||
body.sidebar-both.body-layout-Fluid ul.topiclist.two-long-columns dt .list-inner {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/* Then enable the extra info below */
|
||||
body.sidebar-both.body-layout-Fluid ul.topiclist.two-long-columns .responsive-show {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
/* Grid Forumlist
|
||||
---------------------------------------- */
|
||||
|
||||
/* When boxed and both sidebars are enabled, reduce grid forumlist down to 2 columns */
|
||||
body.sidebar-both.body-layout-Boxed .forumlist_grid li.row {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
/* When fluid and the right sidebar is present, reduce to 2 columns between 1200px and 1500px */
|
||||
@media (min-width: 1200px)and (max-width: 1499px) {
|
||||
body.sidebar-both.body-layout-Fluid .forumlist_grid li.row, body.sidebar-right-only.body-layout-Fluid .forumlist_grid li.row {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
105
styles/Milk_v2/theme/responsive/xs-phones.css
Normal file
105
styles/Milk_v2/theme/responsive/xs-phones.css
Normal file
@@ -0,0 +1,105 @@
|
||||
@media (max-width: 767px) {
|
||||
|
||||
body{ border-top-color: #FF0000;}
|
||||
|
||||
/* Sidebar Adjustments
|
||||
----------------------------*/
|
||||
|
||||
/* Hide left sidebar on tiny screens. Adjust the CSS to stop it borking the other columns */
|
||||
#leftcolumn {
|
||||
display: none;
|
||||
float: none;
|
||||
width: 100%;
|
||||
clear: both;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/* Center column padding/margin adjustments */
|
||||
#contentcolumn {
|
||||
margin: 0 !important;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Break right column onto new line cleanly */
|
||||
#rightcolumn {
|
||||
float: none;
|
||||
width: 100%;
|
||||
margin-left: 0;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* Sidebar Widgets
|
||||
---------------------------------------- */
|
||||
.sidebar_widget {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.profile_widget_avatar, .profile_widget_info, .profile_widget_list {
|
||||
display: table-cell;
|
||||
vertical-align: top;
|
||||
float: none;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.profile_widget_avatar {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.profile_widget_info {
|
||||
padding: 0 30px;
|
||||
}
|
||||
|
||||
.profile_widget_list {
|
||||
padding-top: 0;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
/* Grid Forumlist
|
||||
---------------------------------------- */
|
||||
|
||||
/* Turn 3 columns into 1 */
|
||||
.forumlist_grid li.row {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
/* Custom Login Page
|
||||
---------------------------------------- */
|
||||
|
||||
/* Last Post Avatar
|
||||
---------------------------------------- */
|
||||
span.lastpostavatar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Subforums in column
|
||||
---------------------------------------- */
|
||||
ul.sub-list {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* responsive logo
|
||||
---------------------------------------- */
|
||||
|
||||
/* override the dynamic inline width so that we can relatively resize logo below */
|
||||
#site-description {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
#site-description img {
|
||||
max-width: 85%;
|
||||
}
|
||||
|
||||
/* pagination fix
|
||||
---------------------------------------- */
|
||||
.row .pagination {
|
||||
display: block;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/* Fix overlapping forum images */
|
||||
.list-inner img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user