MediaWiki:Group-bureaucrat.css
From Audacity Wiki
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect bureaucrats only */
.editornote {
display: block !important;
border: 1px solid black;
padding-left: 12px;
padding-right: 12px;
margin-top: 4px;
margin-bottom: 4px;
margin-left: 24px;
margin-right: 24px;
background: #ffeecc;
}
div.editornote2,
p.editornote2 {
display: block !important;
border: 1px solid black;
padding-left: 12px;
padding-right: 12px;
margin-top: 4px;
margin-bottom: 4px;
margin-left: 24px;
margin-right: 24px;
background: #ffeecc;
}
div.editoronly,
span.editoronly {
display: block !important;
}
/* Show certain portlets */
div#p-ToDo,div#p-For_Editors,div#p-tb {
display: block !important;
}