X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=skins%2Fmodern%2Fmain.css;h=f201209d22ffa2ba8537798640d25f2d3b3b0a0c;hb=939b104dbb55c6045d133322c6bb35908ed6218c;hp=80cdcdadf8cba53e86e9076bee2a210e75559958;hpb=8fe652709d40688d12603098e3c54dcfb4ef6444;p=lhc%2Fweb%2Fwiklou.git diff --git a/skins/modern/main.css b/skins/modern/main.css index 80cdcdadf8..f201209d22 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; @@ -170,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; } @@ -243,6 +252,7 @@ ul { color: white; } +#p-cactions h3, #p-cactions h5 { display: none; }