summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/share/mageiawelcome/css/img/controls.pngbin2806 -> 2021 bytes
-rw-r--r--usr/share/mageiawelcome/css/style.css2
-rw-r--r--usr/share/mageiawelcome/mageiawelcome.py2
3 files changed, 3 insertions, 1 deletions
diff --git a/usr/share/mageiawelcome/css/img/controls.png b/usr/share/mageiawelcome/css/img/controls.png
index 28918dd..f81b952 100755
--- a/usr/share/mageiawelcome/css/img/controls.png
+++ b/usr/share/mageiawelcome/css/img/controls.png
Binary files differ
diff --git a/usr/share/mageiawelcome/css/style.css b/usr/share/mageiawelcome/css/style.css
index 2fe883d..42184e8 100644
--- a/usr/share/mageiawelcome/css/style.css
+++ b/usr/share/mageiawelcome/css/style.css
@@ -3,6 +3,8 @@ html {
font-size: 14px;
}
a:focus, button:focus{outline:none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
+p a.weblink{color:#FFF;font-weight:bold; text-decoration:none;}
+p a.weblink:hover{text-decoration:underline;}
body {background: #262F45; color:#FFF;margin:0;padding:0;font-size:12px;cursor:default;text-shadow: 1px 0 2px #000;}
header{/*border-bottom: 1px solid gray;*/padding:0 6px;height:100px;position:relative;color:#FFF; background-image:url('../img/mga_bg.png');
background-repeat:no-repeat;
diff --git a/usr/share/mageiawelcome/mageiawelcome.py b/usr/share/mageiawelcome/mageiawelcome.py
index eefee6c..6cf3fe0 100644
--- a/usr/share/mageiawelcome/mageiawelcome.py
+++ b/usr/share/mageiawelcome/mageiawelcome.py
@@ -72,7 +72,7 @@ def main():
l['arch'] = arch
l['welcome'] = _("Welcome")
l['user'] = username
- l['welcome_msg'] = _("Thank you for choosing Mageia. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.")
+ l['welcome_msg'] = _("<p>Thank you for choosing Mageia!</p><p> We have put a lot of effort to provide you with best possible system, however please note that as nothing in this world is perfect neither this distribution is, therefore we will be very helpful for every contribution you can make to it, to find out how you can help <a class='weblink' href='http://www.mageia.org/en/contribute/'>click here</a></p><p> Don't forget to tell your friends about Mageia.</p>")
l['newbie_howto'] = _("Newbie HowTo")
l['didyouknow'] = _("First steps")
l['rpm_install'] = _("Apps")