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
;
17 cursor: pointer
; /* Always cursor:pointer even without href */
29 text-decoration: underline
;
37 text-decoration: none
;
44 a
.new
, #p-personal a
.new
{
48 a
.new:visited
, #p-personal a
.new:visited
{
52 /* Interwiki Styling */
54 .mw-body a.extiw:active {
58 .mw-body a.extiw:visited {
62 .mw-body a.extiw:active {
71 .mw-body a.external:visited {
72 color: #636; /* bug 3112 */
75 .mw-body a.external:active {
79 .mw-body a.external.free {
80 word-wrap: break-word
;
86 vertical-align: middle
;
92 background-color: #a2a9b1;
97 /* Structural Elements */
110 padding-bottom: .17em;
111 border-bottom: 1px solid
#a2a9b1;
146 /* Some space under the headers in the content area */
159 margin: .4em 0 .5em 0;
167 list-style-type: square
;
168 margin: .3em 0 0 1.6em;
173 margin: .3em 0 0 3.2em;
175 list-style-image: none
;
197 pre
, code
, tt
, kbd
, samp
, .mw-code
{
199 * Some browsers will render the monospace text too small, namely Firefox, Chrome and Safari.
200 * Specifying any valid, second value will trigger correct behavior without forcing a different font.
202 font-family: monospace
, 'Courier';
207 background-color: #f8f9fa;
208 border: 1px solid
#eaecf0;
216 background-color: #f8f9fa;
217 border: 1px solid
#eaecf0;
219 /* Wrap lines in overflow. T2260, T103780 */
220 white-space: pre-wrap
;
230 border: 1px solid
#2a4b8d;
237 padding: 0 0.5em 0.5em;
254 -moz-box-sizing: border-box
;
255 -webkit-box-sizing: border-box
;
256 box-sizing: border-box
;
270 /* Small for tables and similar */