User:Rayanth/WIP
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
OVERALL WIKI WORKS IN PROGRESS
Change Hyperlink colors for Preference page: (In screen.css for Skin)
#preftoc a,
#preftoc a:active { display: inline-block; position: relative; color: orange; // Was #0645ad - a blue. hard to see on black. padding: 0.5em; text-decoration: none; background-image: none; font-size: 0.9em; } #preftoc a:hover, #preftoc a:focus { text-decoration: underline; } #preftoc li.selected a { /* @embed */ background-image: url(images/preferences-fade.png); background-position: bottom; background-repeat: repeat-x; color: #888888; // Was #333333 - too dark. text-decoration: none; } |