Rebrand to new MediaManager logo (#452)
I made two new logos because the old one wasn't very recognizable at a glance.  
@@ -1,7 +1,7 @@
|
|||||||
<br />
|
<br />
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<a href="https://maxdorninger.github.io/MediaManager/">
|
<a href="https://maxdorninger.github.io/MediaManager/">
|
||||||
<img src="https://raw.githubusercontent.com/maxdorninger/MediaManager/refs/heads/master/web/static/logo.svg" alt="Logo" width="260" height="260">
|
<img src="https://raw.githubusercontent.com/maxdorninger/MediaManager/refs/heads/master/docs/assets/logo-with-text.svg" alt="Logo" width="800">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<h3 align="center">MediaManager</h3>
|
<h3 align="center">MediaManager</h3>
|
||||||
|
|||||||
BIN
docs/assets/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
1
docs/assets/logo-with-text.svg
Normal file
|
After Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 110 KiB |
22
docs/custom.css
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
/*.md-header__button.md-logo {*/
|
||||||
|
/* margin-top: 0;*/
|
||||||
|
/* margin-bottom: 0;*/
|
||||||
|
/* padding-top: 0;*/
|
||||||
|
/* padding-bottom: 0;*/
|
||||||
|
/*}*/
|
||||||
|
|
||||||
|
/*.md-header__button.md-logo img,*/
|
||||||
|
/*.md-header__button.md-logo svg {*/
|
||||||
|
/* height: 70%;*/
|
||||||
|
/* width: 70%;*/
|
||||||
|
/*}*/
|
||||||
|
/* Increase logo size */
|
||||||
|
.md-header__button.md-logo svg, .md-header__button.md-logo img {
|
||||||
|
height: 2.5rem; /* Increase height (default is usually ~1.2rem to 1.5rem) */
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Adjust header height if necessary to fit the larger logo */
|
||||||
|
.md-header {
|
||||||
|
height: 4rem; /* Match or exceed your new logo height */
|
||||||
|
}
|
||||||
@@ -2,7 +2,7 @@ site_name: "MediaManager Documentation"
|
|||||||
theme:
|
theme:
|
||||||
name: "material"
|
name: "material"
|
||||||
logo: "assets/logo.svg"
|
logo: "assets/logo.svg"
|
||||||
favicon: "assets/logo.svg"
|
favicon: "assets/favicon.ico"
|
||||||
features:
|
features:
|
||||||
- navigation.sections
|
- navigation.sections
|
||||||
- navigation.expand
|
- navigation.expand
|
||||||
@@ -68,3 +68,5 @@ nav:
|
|||||||
extra:
|
extra:
|
||||||
version:
|
version:
|
||||||
provider: mike
|
provider: mike
|
||||||
|
extra_css:
|
||||||
|
- custom.css
|
||||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
1
web/static/logo-with-text.svg
Normal file
|
After Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 110 KiB |