MediaWiki:Common.css
From Audacity Wiki
Revision as of 14:20, 2 May 2012 by BillWharrie (talk | contribs) (add note, intro, advice and alert classes)
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; }
.key {
font-weight: bold;
font-style:italic;
background: #bbffff;
}
.shortcut {
font-weight: bold;
font-style:italic;
background: #bbffff;
}
.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;
border: 1px outset #999999;
padding-left: 3px;
padding-right: 3px;
padding-top: 1px;
padding-bottom: 1px;
}
.note {
border: 1px solid black;
padding-left: 12px;
padding-right: 12px;
margin: 24px;
background: #DDFFEE;
}
.intro {
border: 1px solid black;
padding-left: 12px;
padding-right: 12px;
margin: 24px;
background: #DFEAF9;
}
.advice {
border: 1px solid black;
padding-left: 12px;
padding-right: 12px;
margin: 24px;
background:#FEFFD0;
}
.alert {
border: 1px solid #cc0000;
padding-left: 12px;
padding-right: 12px;
margin: 24px;
background: #ffcccc;
}
.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; }