MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
#p-views #ca-content > a, | #p-views #ca-content > a, | ||
#p-views #ca-js > a { | #p-views #ca-js > a { | ||
padding: 0.5rem; | |||
color: #fff; | |||
} | |||
#p-views #ca-content > a { | |||
background-color: green; | |||
} | |||
#p-views #ca-css > a { | |||
background-color: #ff10c3; | background-color: #ff10c3; | ||
color: | } | ||
#p-views #ca-js > a { | |||
background-color: orange; | |||
} | } | ||
Revision as of 12:58, 5 April 2023
/* CSS placed here will be applied to all skins */
#p-views #ca-css,
#p-views #ca-content,
#p-views #ca-content {
order: 100;
}
#p-views #ca-css > a,
#p-views #ca-content > a,
#p-views #ca-js > a {
padding: 0.5rem;
color: #fff;
}
#p-views #ca-content > a {
background-color: green;
}
#p-views #ca-css > a {
background-color: #ff10c3;
}
#p-views #ca-js > a {
background-color: orange;
}
#p-views #ca-css > a::after,
#p-views #ca-content > a::after,
#p-views #ca-js > a::after {
margin-right: 0;
width: 0;
opacity: 0;
}
#ca-nstab-publishing,
#ca-talk,
#ca-nstab-publishingjs {
display: none;
}