From 43c6ec73edd5b3c46141954e0ec036e8427af2cf Mon Sep 17 00:00:00 2001 From: Oliver Burger Date: Wed, 25 Jul 2012 14:38:15 +0000 Subject: add mga specific css code from old wiki skin --- skins/vector/main-ltr.css | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) 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; +} -- cgit v1.2.1