Both sides previous revisionPrevious revisionNext revision | Previous revision |
forum_css [2023/09/07 03:36] – [Theme Selectors.] kallistero | forum_css [2025/07/15 00:09] (current) – melon |
---|
__WIP - A list of tips and snippets for customizing MelonLand forum profile CSS.__ | For Guild CSS Edits, see [[guild_css|this page]]! |
| |
====== How to access MelonLand's forum profile customization? ====== | ====== How to access MelonLand's forum profile customization? ====== |
| |
From your main profile view, go to //Modify Profile// category > //Ultimate Profile// > Scroll down to //Customization// text field. | From your main profile view, go to //Modify Profile// category > //About Me / Profile// > Scroll down to //Customization// text field. |
| |
[[https://i.imgur.com/99JAnek.png|Image Example]] | [[https://i.imgur.com/99JAnek.png|Image Example]] |
* **#melonland-surf-club + p** - The holster for the forum links at the top (Home, Entrance, Wiki, etc.) | * **#melonland-surf-club + p** - The holster for the forum links at the top (Home, Entrance, Wiki, etc.) |
* **#melonland-surf-club + p a** - All individual forum links at the top | * **#melonland-surf-club + p a** - All individual forum links at the top |
* **#melonland-surf-club + p a:first-child** - "Home" link | * **#melonland-surf-club + p a:first-child** - "Entrance" link |
* **#melonland-surf-club + p a:first-child img** - "Home" link image | * **#melonland-surf-club + p a:first-child img** - "Entrance" link image |
* **#melonland-surf-club + p a:nth-child(2)** - "Entrance" link | * **#melonland-surf-club + p a:nth-child(2)** - "Events" link |
* **#melonland-surf-club + p a:nth-child(2) img** - "Entrance" link image | * **#melonland-surf-club + p a:nth-child(2) img** - "Events" link image |
* **#melonland-surf-club + p a:nth-child(3)** - "Wiki" link | * **#melonland-surf-club + p a:nth-child(3)** - "Profile" link |
* **#melonland-surf-club + p a:nth-child(3) img** - "Wiki" link image | * **#melonland-surf-club + p a:nth-child(3) img** - "Profile" link image |
* **#melonland-surf-club + p a:nth-child(4)** - "Search" link | * **#melonland-surf-club + p a:nth-child(4)** - "Chat" link |
* **#melonland-surf-club + p a:nth-child(4) img** - "Search" link image | * **#melonland-surf-club + p a:nth-child(4) img** - "Chat" link image |
* **#melonland-surf-club + p a:nth-child(5)** - "Profile" link | * **#melonland-surf-club + p a:nth-child(5)** - "Art" link |
* **#melonland-surf-club + p a:nth-child(5) img** - "Profile" link image | * **#melonland-surf-club + p a:nth-child(5) img** - "Art" link image |
* **#melonland-surf-club + p a:nth-child(6)** - "Logout" link | * **#melonland-surf-club + p a:nth-child(6)** - "Search" link |
* **#melonland-surf-club + p a:nth-child(6) img** - "Logout" link image | * **#melonland-surf-club + p a:nth-child(6) img** - "Search" link image |
| etc etc for each link... |
| |
---- | ---- |