From 8804d489026e4d357e4df5e5fa3e11e2716ec05d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gauvain=20Boich=C3=A9?= Date: Wed, 1 Apr 2020 18:44:55 +0200 Subject: [PATCH] Changement aux titres des forums --- styles/Milk_v2/theme/fonts.css | 6 +++++- styles/Milk_v2/theme/merlin.css | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/styles/Milk_v2/theme/fonts.css b/styles/Milk_v2/theme/fonts.css index fe8cc6b..caf44ad 100644 --- a/styles/Milk_v2/theme/fonts.css +++ b/styles/Milk_v2/theme/fonts.css @@ -101,7 +101,11 @@ a.lastsubject {font-weight: 400;text-decoration: none;} .search .postprofile a {font-weight: normal;} .username-coloured {font-weight: 500;} .grid_unread {font-weight: 300;} -.tile_title {font-weight: 600;} +.tile_title { + font-weight: 600; + color:#FFFFFF; + background-color:#00000099; + } .forumlist_grid .forum_description {font-weight: 300 !important;} .mini_label {font-weight: 400;} .mini_number {font-weight: 600;} diff --git a/styles/Milk_v2/theme/merlin.css b/styles/Milk_v2/theme/merlin.css index baa45b9..24b03b9 100644 --- a/styles/Milk_v2/theme/merlin.css +++ b/styles/Milk_v2/theme/merlin.css @@ -245,7 +245,7 @@ margins out so that the grid items 'appear' to be flush with the container and c } .forumlist_grid .tile_row_1.tile_has_icon { - padding-left: 84px; + text-align:center; min-height: 100px; }