Skip to content

Commit f8e8a11

Browse files
authored
Merge pull request #703 from emilyy3k/develop
Authelia Base File and Logo Addons
2 parents 1469821 + 5ddfa6a commit f8e8a11

File tree

35 files changed

+878
-0
lines changed

35 files changed

+878
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,10 @@
304304
<p><a href="https://docs.theme-park.dev/themes/docmost"><img src="https://docs.theme-park.dev/site_assets/docmost/logo.png" alt="" width="48" height="48" /></a></p>
305305
<p><a href="https://docs.theme-park.dev/themes/docmost">Docmost</a></p>
306306
</td>
307+
<td>
308+
<p><a href="https://docs.theme-park.dev/themes/authelia"><img src="https://docs.theme-park.dev/site_assets/authelia/logo.png" alt="" width="48" height="48" /></a></p>
309+
<p><a href="https://docs.theme-park.dev/themes/authelia">Authelia</a></p>
310+
</td>
307311
</tr>
308312
</tbody>
309313
</table>
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/* replace a user configured logo */
2+
.MuiBox-root[alt*="Logo"] {
3+
content: url("/css/addons/authelia/authelia-bazarr-logo/bazarr.webp");
4+
}
5+
6+
/* Replace the default svg icon */
7+
svg#UserSvg[class*="-icon"] {
8+
fill: none;
9+
background-image: url("/css/addons/authelia/authelia-bazarr-logo/bazarr.webp");
10+
background-size: contain;
11+
background-repeat: no-repeat;
12+
background-position: center;
13+
}
14+
15+
h5.MuiTypography-root::after {
16+
content: " - Bazarr";
17+
}
18+
19+
#sign-in-button::after {
20+
content: " - Bazarr";
21+
}
6.44 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/* replace a user configured logo */
2+
.MuiBox-root[alt*="Logo"] {
3+
content: url("/css/addons/authelia/authelia-jellyfin-logo/jellyfin.webp");
4+
}
5+
6+
/* Replace the default svg icon */
7+
svg#UserSvg[class*="-icon"] {
8+
fill: none;
9+
background-image: url("/css/addons/authelia/authelia-jellyfin-logo/jellyfin.webp");
10+
background-size: contain;
11+
background-repeat: no-repeat;
12+
background-position: center;
13+
}
14+
15+
h5.MuiTypography-root::after {
16+
content: " - Jellyfin";
17+
}
18+
19+
#sign-in-button::after {
20+
content: " - Jellyfin";
21+
}
7.39 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/* replace a user configured logo */
2+
.MuiBox-root[alt*="Logo"] {
3+
content: url("/css/addons/authelia/authelia-jellyseerr-logo/jellyseerr.webp");
4+
}
5+
6+
/* Replace the default svg icon */
7+
svg#UserSvg[class*="-icon"] {
8+
fill: none;
9+
background-image: url("/css/addons/authelia/authelia-jellyseerr-logo/jellyseerr.webp");
10+
background-size: contain;
11+
background-repeat: no-repeat;
12+
background-position: center;
13+
}
14+
15+
h5.MuiTypography-root::after {
16+
content: " - Jellyseerr";
17+
}
18+
19+
#sign-in-button::after {
20+
content: " - Jellyseerr";
21+
}
9.14 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/* replace a user configured logo */
2+
.MuiBox-root[alt*="Logo"] {
3+
content: url("/css/addons/authelia/authelia-komga-logo/komga.webp");
4+
}
5+
6+
/* Replace the default svg icon */
7+
svg#UserSvg[class*="-icon"] {
8+
fill: none;
9+
background-image: url("/css/addons/authelia/authelia-komga-logo/komga.webp");
10+
background-size: contain;
11+
background-repeat: no-repeat;
12+
background-position: center;
13+
}
14+
15+
h5.MuiTypography-root::after {
16+
content: " - Komga";
17+
}
18+
19+
#sign-in-button::after {
20+
content: " - Komga";
21+
}
13.3 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/* replace a user configured logo */
2+
.MuiBox-root[alt*="Logo"] {
3+
content: url("/css/addons/authelia/authelia-lidarr-logo/lidarr.webp");
4+
}
5+
6+
/* Replace the default svg icon */
7+
svg#UserSvg[class*="-icon"] {
8+
fill: none;
9+
background-image: url("/css/addons/authelia/authelia-lidarr-logo/lidarr.webp");
10+
background-size: contain;
11+
background-repeat: no-repeat;
12+
background-position: center;
13+
}
14+
15+
h5.MuiTypography-root::after {
16+
content: "- Lidarr";
17+
}
18+
19+
#sign-in-button::after {
20+
content: "- Lidarr";
21+
}

0 commit comments

Comments
 (0)