User:Rayanth/WIP

From EVE University Wiki
Jump to: navigation, search

User:Rayanth/Sandbox For New Player Experience (Tutorial) 6/1/2019 Update : Due to several changes in the Agency in the May expansion, and a loss of data from when I started this, I need to start over.

User:Rayanth/SandboxTestingCodes where I test wiki markup code - can just ignore this thing.

https://docs.esi.evetech.net/docs/image_server.html

169240841_512.jpg

OVERALL WIKI WORKS IN PROGRESS

Change Hyperlink colors for Preference page:

#preftoc li.selected a
{
     # color #333333; # current. too dark.
     color #888888; # new. Much better
}

#preftoc li a
{
     # current: doesn't exist, so links are blue.
     color: orange; # WAAAY better.
}