User:Eleazaros/Skins

From Lotro-Wiki.com
Jump to navigation Jump to search

A list of skins that I have developed to work on this site. To use any of these skins you simply insert into your own monobook.css file, on the first line (first non comment line if you use a comment header).

@import "http://www.lotro-wiki.com/index.php?title=User:Eleazaros/Skins/[SkinName].css&action=raw&ctype=text/css";

Replace [SkinName] with the name of the skin. The table below has 3 colums -- name of the skin, a link to the skin code (if you want to copy it), and the import line to just copy and paste into your monobook.css file to use the skin.

The second line is the javascript (if required) to use a skin correctly. The names match up, just the extension changes. Some skins don't use a JavaScript so there will be a listing but no copyable import line nor code link.

To use the javascript, you will need to edit your monobook.js file and insert the following line into it at or near the top.

document.write('<script type="text/javascript" src=" \ http://www.lotro-wiki.com/index.php?title=User:Eleazaros/Skins/[SkinName].js \ &action=raw&ctype=text/javascript&dontcountme=s&smaxage=18000"></script>');

Where [SkinName] is the name of the skin file to use.

Skin Name Code Link Copyable import line
darkskin.css darkskin.css @import "http://www.lotro-wiki.com/index.php?title=User:Eleazaros/Skins/darkskin.css&action=raw&ctype=text/css";
darkskin.js None None used for this skin.
sunburst.css sunburst.css @import "http://www.lotro-wiki.com/index.php?title=User:Eleazaros/Skins/sunburst.css&action=raw&ctype=text/css";
sunburst.js None None used for this skin.