MediaWiki:Common.css: Difference between revisions

From PurpleIRC Wiki
(Replaced content with "→‎CSS placed here will be applied to all skins: .fancy-button { font: bold 11px Arial; text-decoration: none; background-color: #EEEEEE; color: #333333; padd...")
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:


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

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;
}