MediaWiki:Group-sysop.css
From Tardis Wiki, the free Doctor Who reference
Clear your cache often around here
After changes are made to this site's CSS or Javascript, you have to bypass your browser's cache to see the changes. You can always do this by going to your browser's preferences panel. But many browsers also offer keyboard shortcuts to save you that trouble. The following shortcuts work in the versions of the browsers that Tardis currently supports. They may not work in earlier versions.
- Firefox: hold down Shift while performing a page reload.
- Opera offers no default keyboard shortcut, but you can create a custom keyboard shortcut with the value Clear disk cache
- Safari users should simultaneously hold down ⌘ + Option + E. You may need to enable the Develop menu first
- Chrome: press Ctrl + F5 or Shift + F5 while performing a page reload.
/* CSS placed here will affect sysops only */
.admin-only {
display: block!important;
}
/* This adjusts the user dropdown styling to
match the classic "admin look", in Timeless. */
.skin-timeless #mw-header #personal h2 > span {
font-weight: 600!important;
font-family: "Mitr","Rubik";
color: #4a4149;
}
:root.theme-light .skin-timeless #mw-header #personal h2 > span {
color: #3e343d!important;
}
.skin-timeless #mw-header #personal .dropdown li:nth-child(1) a,
.skin-timeless #mw-header #personal .dropdown li:nth-child(2) a {
color: #baacb8!important;
}
:root.theme-light .skin-timeless #mw-header #personal .dropdown li:nth-child(1) a,
:root.theme-light .skin-timeless #mw-header #personal .dropdown li:nth-child(2) a {
color: #526798!important;
}
@media screen and (min-width: 1100px) {
.ns-2 .sidebar-chunk#page-tools,
.ns-3 .sidebar-chunk#page-tools {
margin-top: 5.01em!important;
}
.ns-2 .sidebar-chunk#page-tools #p-cactions #p-cactions-label,
.ns-3 .sidebar-chunk#page-tools #p-cactions #p-cactions-label {
margin-bottom: 7.18px;
}
.sidebar-chunk#page-tools #p-userpagetools-label {
margin-top: 22px;
}
.sidebar-chunk#page-tools :not(.emptyPortlet) + #p-pagemisc:nth-child(3) #p-pagemisc-label {
margin-top: 5.5px;
}
.ns-2 .sidebar-chunk#page-tools #p-userpagetools + #p-pagemisc:nth-child(3) .mw-inputbox-centered,
.ns-3 .sidebar-chunk#page-tools #p-userpagetools + #p-pagemisc:nth-child(3) .mw-inputbox-centered {
top: -7.208em;
}
}