From 44bf244d5fee242ebe66a0a807da30d256d3c594 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Tue, 15 Oct 2013 16:21:23 +0200 Subject: Welcome message changed --- usr/share/mageiawelcome/css/img/controls.png | Bin 2806 -> 2021 bytes usr/share/mageiawelcome/css/style.css | 2 ++ usr/share/mageiawelcome/mageiawelcome.py | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'usr/share') diff --git a/usr/share/mageiawelcome/css/img/controls.png b/usr/share/mageiawelcome/css/img/controls.png index 28918dd..f81b952 100755 Binary files a/usr/share/mageiawelcome/css/img/controls.png and b/usr/share/mageiawelcome/css/img/controls.png 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'] = _("

Thank you for choosing Mageia!

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 click here

Don't forget to tell your friends about Mageia.

") l['newbie_howto'] = _("Newbie HowTo") l['didyouknow'] = _("First steps") l['rpm_install'] = _("Apps") -- cgit v1.2.1