Difference between revisions of "User:Rayanth/WIP"

From EVE University Wiki
Jump to: navigation, search
(Created page with " 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 star...")
 
Line 8: Line 8:
  
 
https://imageserver.eveonline.com/Character/169240841_512.jpg
 
https://imageserver.eveonline.com/Character/169240841_512.jpg
 +
 +
==OVERALL WIKI WORKS IN PROGRESS==
 +
 +
Change Hyperlink colors for Preference page:<br><br>
 +
<nowiki>#preftoc li.selected a</nowiki><br>
 +
<nowiki>{</nowiki><br>
 +
<nowiki>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;# color #333333; # current. too dark.</nowiki><br>
 +
<nowiki>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;color #888888;  # new. Much better</nowiki><br>
 +
<nowiki>}</nowiki><br><br>
 +
 +
<nowiki>#preftoc li a</nowiki><br>
 +
<nowiki>{</nowiki><br>
 +
<nowiki>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;# current: doesn't exist, so links are blue.</nowiki><br>
 +
<nowiki>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;color: orange;  # WAAAY better.</nowiki><br>
 +
<nowiki>}</nowiki><br>

Revision as of 07:00, 1 July 2019

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.
}