MediaWiki:Common.css: Difference between revisions

From PurpleIRC Wiki
No edit summary
No edit summary
 
Line 2: Line 2:


.fancy-button {
.fancy-button {
   font: bold 14px;
   font: 4px;
  font-weight: bold;
   text-decoration: none;
   text-decoration: none;
   background-color: #EEEEEE;
   background-color: #EEEEEE;

Latest revision as of 01:26, 13 June 2015

/* CSS placed here will be applied to all skins */

.fancy-button {
  font: 4px;
  font-weight: bold;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 6px 6px 6px 6px;
  border-top: 2px solid #9999FF;
  border-right: 2px solid #666666;
  border-bottom: 2px solid #666666;
  border-left: 2px solid #9999FF;
  border-radius: 5px;
}