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
;
22 text-decoration: underline
;
27 a
.new
, #p-personal a
.new
{
30 a
.new:visited
, #p-personal a
.new:visited
{
34 /* Interwiki Styling */
36 .mw-body a.extiw:active {
39 .mw-body a.extiw:visited {
42 .mw-body a.extiw:active {
50 .mw-body a.external:visited {
51 color: #636; /* bug 3112 */
53 .mw-body a.external:active {
60 vertical-align: middle
;
65 background-color: #aaa;
70 /* Structural Elements */
83 padding-bottom: .17em;
84 border-bottom: 1px solid
#aaa;
112 /* Some space under the headers in the content area */
124 margin: .4em 0 .5em 0;
133 list-style-type: square
;
134 margin: .3em 0 0 1.6em;
139 margin: .3em 0 0 3.2em;
141 list-style-image: none
;
160 /* IE 6 and 7 lack support for quotes aroud the <q> element ('::before' and '::after'
161 pseudoelements, 'quotes' property). Let's italicize it instead (using the star hack). */
166 pre
, code
, tt
, kbd
, samp
, .mw-code
{
168 * Some browsers will render the monospace text too small, namely Firefox, Chrome and Safari.
169 * Specifying any valid, second value will trigger correct behavior without forcing a different font.
171 font-family: monospace
, Courier
;
174 background-color: #f9f9f9;
178 border: 1px solid
#ddd;
180 background-color: #f9f9f9;
190 border: 1px solid
#2f6fab;
197 padding: 0 0.5em 0.5em;
211 -moz-box-sizing: border-box
;
212 -webkit-box-sizing: border-box
;
213 box-sizing: border-box
;
228 /* Small for tables and similar */