MediaWiki:Group-sysop.css: Difference between revisions
From Tardis Wiki, the free Doctor Who reference
No edit summary |
No edit summary Tags: Mobile edit Mobile web edit |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect sysops only */ | /* CSS placed here will affect sysops only */ | ||
.admin-only { | |||
display: block!important; | |||
} | |||
/* This adjusts the user dropdown styling to | /* This adjusts the user dropdown styling to |
Revision as of 19:08, 12 April 2024
/* 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: -6.568em;
}
}