Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1:  
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
    +
/* Collapsible Tables */
 
.collapseButton { /* 'show'/'hide' buttons created dynamically by the        */
 
.collapseButton { /* 'show'/'hide' buttons created dynamically by the        */
 
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
 
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
Line 29: Line 30:  
.prettytable caption {
 
.prettytable caption {
 
     font-weight: bold;
 
     font-weight: bold;
 +
}
 +
 +
/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
 +
.my-buttons { padding: 0.5em; }
 +
.my-buttons a {
 +
color: black;
 +
background-color: #ccddee !important;
 +
font-weight: bold;
 +
font-size: 0.9em;
 +
text-decoration: none;
 +
border: thin #006699 outset;
 +
padding: 0 0.1em 0.1em 0.1em;
 +
}
 +
.my-buttons a:hover, .my-buttons a:active {
 +
background-color: #bbccdd;
 +
border-style: inset;
 
}
 
}

Navigation menu