From fa14586b64eafa22c91ecf8d81145635cdca4c45 Mon Sep 17 00:00:00 2001 From: emeric Date: Sun, 12 Apr 2020 18:35:21 +0200 Subject: [PATCH] Reworked CSS in order to isolate themable elements --- approot/artist.xml | 12 +-- approot/artistlink.xml | 4 +- approot/artists.xml | 4 +- approot/explore.xml | 8 +- approot/mediaplayer.xml | 17 ++-- approot/playhistory.xml | 24 +++--- approot/playqueue.xml | 44 +++++----- approot/release.xml | 16 ++-- approot/releaselink.xml | 8 +- approot/releases.xml | 8 +- approot/templates.xml | 2 +- approot/tracks.xml | 12 +-- approot/tracksinfo.xml | 2 +- docroot/css/lms.css | 176 +++++++++------------------------------- 14 files changed, 123 insertions(+), 214 deletions(-) diff --git a/approot/artist.xml b/approot/artist.xml index 683afa84..41c5e32f 100644 --- a/approot/artist.xml +++ b/approot/artist.xml @@ -4,7 +4,7 @@ @@ -12,18 +12,18 @@ -
+
- ${cover class="media-object"} + ${cover class="media-object Lms-cover"}

- ${name class="Lms-explore-releasename"} + ${name class="Lms-releasename text-primary"}

- ${}

${artist class="Lms-explore-artistname"}

${
} -

${}${year}${}${} (${orig-year})${}

+ ${}

${artist class="Lms-artistname text-muted"}

${
} +

${}${year}${}${} (${orig-year})${}

${play-btn}${add-btn}
diff --git a/approot/artistlink.xml b/approot/artistlink.xml index cb02a39c..0bb277de 100644 --- a/approot/artistlink.xml +++ b/approot/artistlink.xml @@ -3,9 +3,9 @@ - - + - + diff --git a/approot/mediaplayer.xml b/approot/mediaplayer.xml index e8212a76..d7ad4dcc 100644 --- a/approot/mediaplayer.xml +++ b/approot/mediaplayer.xml @@ -8,20 +8,20 @@
-
+
- - - + + +
- diff --git a/approot/playhistory.xml b/approot/playhistory.xml index 9e8646eb..f0846223 100644 --- a/approot/playhistory.xml +++ b/approot/playhistory.xml @@ -3,23 +3,27 @@ - - ${entries}
-
- ${show-more class="btn-primary Lms-show-more"} +
+ + ${entries} +
+
+ ${show-more class="btn-primary Lms-show-more"} +
+
-
+
-

${name}

+

${name}

${} - ${}${release class="Lms-explore-releasename"}${} + ${}${release class="Lms-releasename text-primary"}${} ${}${artists}${} ${}
@@ -27,7 +31,7 @@ - ${artist class="Lms-explore-artistname"} + ${artist class="Lms-artistname text-muted"} diff --git a/approot/playqueue.xml b/approot/playqueue.xml index 08d85395..3852af69 100644 --- a/approot/playqueue.xml +++ b/approot/playqueue.xml @@ -3,57 +3,61 @@ - + - + - + - + - - ${entries}
-
- ${show-more class="btn-primary Lms-show-more"} +
+ + ${entries} +
+
+ ${show-more class="btn-primary Lms-show-more"} +
+
- + - + -
+
-

${name}

+

${name}

${} - ${}${release class="Lms-explore-releasename"}${} - ${}${artists}${} + ${}${release class="Lms-releasename text-primary"}${} + ${}${artists}${} ${}
${play-btn}${del-btn}
-
+
${duration}
@@ -61,7 +65,7 @@ - ${artist class="Lms-explore-artistname"} + ${artist class="Lms-artistname text-muted"} diff --git a/approot/release.xml b/approot/release.xml index 14bd076b..af5d0e44 100644 --- a/approot/release.xml +++ b/approot/release.xml @@ -13,8 +13,8 @@