From 08aa4418c30cfc18ccc69a0f0f9cb9e17be6c196 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Mon, 12 Aug 2013 09:28:15 +0200 Subject: Update to MediaWiki 1.21.1 --- skins/modern/main.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'skins/modern') diff --git a/skins/modern/main.css b/skins/modern/main.css index 7149551f..f201209d 100644 --- a/skins/modern/main.css +++ b/skins/modern/main.css @@ -58,6 +58,7 @@ body { font-variant: small-caps; } +#p-personal h3, #p-personal h5 { display: none; } @@ -125,6 +126,12 @@ body { background-color: #f0f0f0; } +/* Hide, but keep accessible for screen-readers */ +#mw_portlets h2 { + position: absolute; + top: -9999px; +} + #mw_main { padding: 0 0 0 0; margin: 0 0 0 0; @@ -150,6 +157,11 @@ textarea { width: 100%; padding: .1em; } +#editform textarea { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} #searchBody { text-align: center; @@ -165,11 +177,13 @@ textarea { margin-top: .4em; } +.portlet h3, .portlet h5 { padding: 0.1em 0 0.3em 1em; margin: 0 0 0 0; background-color: #dddddd; font-weight: bold; + font-size: 0.83em; border-bottom: solid 1px #3c78b5; height: 1.1em; } @@ -238,6 +252,7 @@ ul { color: white; } +#p-cactions h3, #p-cactions h5 { display: none; } -- cgit v1.2.3-54-g00ecf