diff options
Diffstat (limited to 'skins/vector')
-rw-r--r-- | skins/vector/main-ltr.css | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 8fa8cb1..3bdf7f9 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -1126,3 +1126,39 @@ div.vectorTabs ul { background-position:right bottom; background-repeat:no-repeat; } + +# Mageia wiki specific layout +table.contenttable +{ + text-align: left; + padding: 5px; + width: 98%; +} + +.contenttable td +{ + /*font-size: 1.2em;*/ + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + border-radius: 10px; + border: outset 1px #cbd9d9; + padding: 20px; + vertical-align: top; +} + +.mgaBackgroundLightBlue td +{ + background:#ddf +} + +.qa-ok td +{ + color:#fff; + background-color:green; +} + +.qa-not-ok td +{ + color:#fff; + background-color:red; +} |