2 * MediaWiki style sheet for general styles on basic content elements
4 * Styles for basic elements: links, lists, etc...
6 * This style sheet is used by the Monobook and Vector skins.
11 text-decoration: none
;
25 text-decoration: underline
;
32 a
.new
, #p-personal a
.new
{
36 a
.new:visited
, #p-personal a
.new:visited
{
40 /* Interwiki Styling */
42 .mw-body a.extiw:active {
46 .mw-body a.extiw:visited {
50 .mw-body a.extiw:active {
59 .mw-body a.external:visited {
60 color: #636; /* bug 3112 */
63 .mw-body a.external:active {
70 vertical-align: middle
;
76 background-color: #aaa;
81 /* Structural Elements */
94 padding-bottom: .17em;
95 border-bottom: 1px solid
#aaa;
130 /* Some space under the headers in the content area */
143 margin: .4em 0 .5em 0;
153 list-style-type: square
;
154 margin: .3em 0 0 1.6em;
160 margin: .3em 0 0 3.2em;
162 list-style-image: none
;
185 /* IE 6 and 7 lack support for quotes aroud the <q> element ('::before' and '::after'
186 pseudoelements, 'quotes' property). Let's italicize it instead (using the star hack). */
191 pre
, code
, tt
, kbd
, samp
, .mw-code
{
193 * Some browsers will render the monospace text too small, namely Firefox, Chrome and Safari.
194 * Specifying any valid, second value will trigger correct behavior without forcing a different font.
196 font-family: monospace
, Courier
;
201 background-color: #f9f9f9;
202 border: 1px solid
#ddd;
209 background-color: #f9f9f9;
210 border: 1px solid
#ddd;
221 border: 1px solid
#2f6fab;
229 padding: 0 0.5em 0.5em;
246 -moz-box-sizing: border-box
;
247 -webkit-box-sizing: border-box
;
248 box-sizing: border-box
;
266 /* Small for tables and similar */