diff options
author | Oliver Burger <obgr_seneca@mageia.org> | 2012-07-25 14:38:15 +0000 |
---|---|---|
committer | Oliver Burger <obgr_seneca@mageia.org> | 2012-07-25 14:38:15 +0000 |
commit | 43c6ec73edd5b3c46141954e0ec036e8427af2cf (patch) | |
tree | 5c78ac0bede9c1668af6c8aa6a2d24a016410b4b | |
parent | 8333c0d308518446b163b862d659956d1e1149a6 (diff) | |
download | mediawiki-43c6ec73edd5b3c46141954e0ec036e8427af2cf.tar mediawiki-43c6ec73edd5b3c46141954e0ec036e8427af2cf.tar.gz mediawiki-43c6ec73edd5b3c46141954e0ec036e8427af2cf.tar.bz2 mediawiki-43c6ec73edd5b3c46141954e0ec036e8427af2cf.tar.xz mediawiki-43c6ec73edd5b3c46141954e0ec036e8427af2cf.zip |
add mga specific css code from old wiki skin
-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; +} |