MediaWiki:Gadget-GlobalStyle.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 69: Line 69:
/* Formatting fixes */
/* Formatting fixes */
pre { overflow: auto; }
pre { overflow: auto; }
hr { overflow: hidden; }
li > ul, li > ol { margin-top: 0 !important; }
li > ul, li > ol { margin-top: 0 !important; }
dl + ul, dl + ol { margin-top: -0.3em !important; }
dl + ul, dl + ol { margin-top: -0.3em !important; }
Line 76: Line 77:
span.comment, .mw-parser-output a.external.free, .filehistory.wikitable td[dir] {
span.comment, .mw-parser-output a.external.free, .filehistory.wikitable td[dir] {
word-wrap: anywhere;
word-wrap: anywhere;
}
/* Link fixes */
body.mediawiki a.mw-selflink {
color: inherit !important;
cursor: inherit !important;
text-decoration: inherit !important;
font-weight: bold !important;
}
a font:hover, a span:hover {
text-decoration: inherit;
}
}


Line 99: Line 111:
}
}


/* Self-links */
/* Hide help indicator */
body.mediawiki a.mw-selflink {
#mw-indicator-mw-helplink { display: none; }
color: inherit !important;
cursor: inherit !important;
text-decoration: inherit !important;
font-weight: bold !important;
}
 
/* Inline link colors */
a font:hover, a span:hover {
text-decoration: inherit;
}
 
/* Horizontal rule */
hr { overflow: hidden; }


/* Special:Preferences */
/* Special:Preferences */