MediaWiki:Common.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 be applied to all skins */
#f-poweredbyico { display: none; }
.kbrd {
background: #FFFFFF;
font-style: italic;
font-weight: bold;
border: 1px solid #777777;
padding-left: 3px;
padding-right: 3px;
padding-top: 1px;
}
.button {
background: #EEEEEE;
/* font-weight: bold; */
border: 1px outset #999999;
padding-left: 3px;
padding-right: 3px;
padding-top: 1px;
padding-bottom: 1px;
}
.transtitle {
font-size: 188%;
border-bottom:1px solid #AAAAAA;
color:green;
margin:0;
padding-bottom:0.17em;
padding-top:0.5em;
}
h3.nyplug { color: #FF6600; font-size: 1em; }