Sigma-9 Modifications
scp_tt_logo-small.png
scp_tt_logo-small.png

Sigma-9 Mod directory

Modifications of the theme, layout, and menus


  • No change to the general appearance of Sigma-9
  • Unless otherwise specified CC BY-SA 3.0
  • For more information on CSS, see Proposal INT#P-005 [Security Clearance Level INT-5 required]
  • Unless otherwise noted, all mods are by Dr_GromDr_Grom.
  • Feel free to ask for assistance.
  • Most modifications can be seen in action on the German branch.


Strongly recommended

All branches besides DE and INT which are already using some of the following improvements, and RU (and UA, using RU’s theme) who made lots of changes to the general layout, use a copy of EN’s theme. But as EN’s theme is regularly updated, all these copies will always be outdated. Also, as soon as you make modifications, you will have trouble finding your changes.

Originally, I recommended to import EN's theme, instead of copying it, to always be up to date, but as some changes on EN broke changes on some branches, I recommend to use the Common Theme instead. It is a project, to have multiple branches use the same basic theme, containing all modifications they all are using. It is only changed if all branches using it have agreed. To see its current version and status, look here. If your wiki starts using the Common Theme, please add yourself to the list in above link, so you will get consulted before changes are made.

Of course, this leads to an increase in the page’s loading time, but as to my analysis, the impact is irrelevant. There are two ways to do so, depending on whether you want to make modifications or not:




Optional

Topbar mods

Go to component:theme and add anywhere:

.mobile-top-bar {
    right: 0;
}


Sidebar mods

This fixes sidebar elements with a line-break not indenting, making them look less silly.

Go to component:theme and add anywhere:

#side-bar div.menu-item {
    padding-left: 15px;
}
#side-bar div.menu-item img {
    margin-left: -15px;
}
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License