Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
forum_css [2025/02/02 02:51] – [How to access MelonLand's forum profile customization?] melonforum_css [2025/02/02 02:54] (current) – [Nav Bar Elements.] melon
Line 273: Line 273:
   * **#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...
  
 ---- ----