Difference between revisions of "Wiki User Style"
Jump to navigation
Jump to search
A very simple, bare-bones summary
imported>DragoonWraith m (→Internet Explorer: not the third line, the last line.) |
imported>DragoonWraith (A very simple, bare-bones summary) |
||
Line 1: | Line 1: | ||
[[Image:CSwiki_User_Style_Example.jpg|thumb|right|Example of Wiki User Style]] | [[Image:CSwiki_User_Style_Example.jpg|thumb|right|Example of Wiki User Style]] | ||
User Style Sheets are used to modify the display of the Wiki. Your User Style sheet can be found at ''User:Your_Name/esstyle.css'' - this is a special page associated with your account and with the skin used on this site, known as ESstyle. Here you can place CSS code to change the layout of the site to make it easier for you to see, read, and edit. | |||
If you do not wish to do the CSS yourself, this page also serves as a repository for CSS code that you can use. This code can be used as your Style Sheet by using the @import command - simply copy and paste the @import command listed for each style into your esstyle.css page to include it in your personal style sheet. | |||
Currently, there is only one public style sheet available: | |||
* [[Wiki User Style/Liquid Design|Liquid Design]] - copy the following line into your esstyle.css file to use this style | |||
@import "/constwiki/index.php?title=Wiki_User_Style/Liquid_Design.css&action=raw&ctype=text/css"; | |||
You may also use the style sheets of other users with similar commands, substituting the page title of their esstyle.css pages for the title of the public sheets above. | |||