Augmentation vers version 3.3.0

This commit is contained in:
Gauvain Boiché
2020-03-31 15:31:03 +02:00
parent d926806907
commit a1864c0414
2618 changed files with 406015 additions and 31377 deletions

View File

@@ -193,7 +193,7 @@ body.content_block_header_stripe li.header:before, .fancy_panel:before, .sidebar
/* For easy margins on grid items, we apply them to all sides. Here we need to pull the container
margins out so that the grid items 'appear' to be flush with the container and center column */
.forumlist_grid ul.forums {
margin: 10px 0 0;
margin: 10px 0;
}
.forumlist_grid li.row {
@@ -207,33 +207,102 @@ margins out so that the grid items 'appear' to be flush with the container and c
width: 33.3333333%;
border: none;
padding: 0;
}
.forumlist_grid .grid_image_container {
margin: 0 15px 30px 15px;
margin-bottom: 10px;
margin-right: 5px;
margin-left: 5px;
position: relative;
border: 1px solid rgba(0,0,0,.05);
transition: transform .1s;
}
/* Do the same for forum images */
.forumlist_grid .forumlist_grid_forum_image {
background-size: cover;
.grid_image_container:hover {
transform: scale(1.04);
}
.forumlist_grid .grid_colour_overlay {
display: block;
height: 200px;
position: relative;
.forumlist_grid .grid_image_container:last-child {
}
.forumlist_grid .forumlist_grid_title {
position: absolute;
bottom: 42px;
padding: 0 15px;
.forumlist_grid .tile_inner {
width: 100%;
padding: 30px;
box-sizing: border-box;
min-height: 200px;
}
.forumlist_grid .forumlist_grid_numbers {
position: absolute;
bottom: 0;
padding: 15px;
.forumlist_grid .tile_row_1 {
background-size: 64px;
background-image: url('./images/comment.png');
background-position: left top;
background-repeat: no-repeat;
height: 100px;
overflow: hidden;
}
.forumlist_grid .tile_row_1.tile_has_icon {
padding-left: 84px;
min-height: 100px;
}
.forumlist_grid .tile_row_2 {
margin-top: 15px;
}
.tile_row_25 {
width: 25%;
float: left;
}
.tile_row_50 {
width: 50%;
float: left;
}
.mini_label, .mini_number {
display: block;
}
.mini_label, .mini_number, .forumlist_grid .forum_description {
color: rgba(0,0,0,.4);
}
.mini_number, .mini_date {
padding-top: 10px;
}
.mini_date {
padding-top: 13px;
}
span.mini_date {
display: block;
}
.tile_row_2:before {
content: '';
display: block;
width: 60px;
height: 2px;
margin-bottom: 10px;
}
.forumlist_grid .forum_description {
display: block;
margin-top: 15px;
}
.grid_cat_title {
margin-bottom: 15px;
margin-left: 15px;
display: block;
}
/* Since this is the only column, we don't need to push the others over to the right */
@@ -246,10 +315,12 @@ margins out so that the grid items 'appear' to be flush with the container and c
background: none;
}
.forumlist_grid .forum_description {
display: block;
height: 35px;
overflow: hidden;
.forumlist_grid a:hover {
text-decoration: none;
}
.forumlist_grid a:hover .forumlist_grid_title {
display: none;
}
.forumlist_grid_numbers {
@@ -466,7 +537,7 @@ a.no_avatar i.icon {
display: inline-block;
padding: 2px 2px 2px 4px;
font-weight: 500;
float: left;
float: right;
margin-right: 3px;
}
@@ -482,7 +553,6 @@ a.no_avatar i.icon {
.grid_unread {
display: inline-block;
padding: 2px 4px;
float: left;
margin-right: 10px;
}
@@ -544,7 +614,7 @@ ul.topics li.row span.lastpostavatar img {
}
.clutter {
display: none;
display: none !important;
}
.post_forumlist_links {