Difference between revisions of "User:Rayanth/WIP"

From EVE University Wiki
Jump to: navigation, search
Line 5: Line 5:
 
[[User:Rayanth/Sandbox2]] - was using to rework Fleet-Up page, but someone else did that so it's now blanked.
 
[[User:Rayanth/Sandbox2]] - was using to rework Fleet-Up page, but someone else did that so it's now blanked.
  
[[User:Rayanth/SandboxTestingCodes]] where I test wiki markup code - can just ignore this thing.
+
[[User:Rayanth/SandboxTestingCodes]] where I test wiki markup code - you can just ignore this thing.
  
 
[[User:Rayanth/SandboxNavBars]] lining up all the navbars to see if they are uniform
 
[[User:Rayanth/SandboxNavBars]] lining up all the navbars to see if they are uniform
Line 13: Line 13:
 
https://imageserver.eveonline.com/Character/169240841_512.jpg
 
https://imageserver.eveonline.com/Character/169240841_512.jpg
  
==OVERALL WIKI WORKS IN PROGRESS==
+
==Works In Progress for the Overall Wiki==
 
+
===CSS===
 
Change Hyperlink colors for Preference page: (In screen.css for Skin)<br>
 
Change Hyperlink colors for Preference page: (In screen.css for Skin)<br>
 
{{code|<nowiki>#</nowiki>preftoc a,
 
{{code|<nowiki>#</nowiki>preftoc a,
Line 39: Line 39:
 
}
 
}
 
}}
 
}}
 +
===Navbars===
 +
Normalizing the right-floated topic navbars, possibly converting them to a template of their own that can be derived from. See [[User:Rayanth/SandboxNavBars]]

Revision as of 18:48, 21 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/Sandbox2 - was using to rework Fleet-Up page, but someone else did that so it's now blanked.

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

User:Rayanth/SandboxNavBars lining up all the navbars to see if they are uniform

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

169240841_512.jpg

Works In Progress for the Overall Wiki

CSS

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

Navbars

Normalizing the right-floated topic navbars, possibly converting them to a template of their own that can be derived from. See User:Rayanth/SandboxNavBars