Difference between revisions of "MediaWiki:Common.css"
| Line 22: | Line 22: | ||
border: 1px dashed #2f6fab; | border: 1px dashed #2f6fab; | ||
background-color: #f9f9f9; | background-color: #f9f9f9; | ||
| + | } | ||
| + | |||
| + | /* narrower border */ | ||
| + | pre { | ||
| + | padding: 0.5em; | ||
} | } | ||
Revision as of 16:04, 1 September 2010
/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
.my-buttons {
padding: .5em;
}
.my-buttons a {
color: black;
background-color: #cde !important;
font-weight: bold;
font-size: .9em;
text-decoration: none;
border: thin #069 outset;
padding: 0 .1em .1em;
}
.my-buttons a:hover, .my-buttons a:active {
background-color: #bcd;
border-style: inset;
}
/* Border around syntaxhighlight as with pre */
div.mw-geshi {
padding: 0.3em;
border: 1px dashed #2f6fab;
background-color: #f9f9f9;
}
/* narrower border */
pre {
padding: 0.5em;
}