
@@ -55,7 +55,7 @@ damit Sie ohne Aufwand arbeiten, kreativ sein und spielen können.
- +Haben Sie schon immer von einem Betriebsystem auf einem 100$ PC geträumt, das in diff --git a/en/index.htm b/en/index.htm index 419e79c..5a542ce 100644 --- a/en/index.htm +++ b/en/index.htm @@ -44,7 +44,7 @@

Have you ever dreamed about a system that’s ready to go in just a few diff --git a/es/index.htm b/es/index.htm index 0e75449..9b9746c 100644 --- a/es/index.htm +++ b/es/index.htm @@ -58,7 +58,7 @@ crear y jugar sin complicaciones.
- +¿Ha soñado alguna vez con un sistema que esté listo para funcionar en sólo diff --git a/fr/index.htm b/fr/index.htm index 0f74e10..a88d193 100644 --- a/fr/index.htm +++ b/fr/index.htm @@ -58,7 +58,7 @@ sans aucun tracas.
- +Avez-vous déjà rêvé d'un système prêt à l'emploi en seulement quelques diff --git a/i/slaid/slaid1.png b/i/slaid/slaid1.png index 80ee64c..d61030e 100755 Binary files a/i/slaid/slaid1.png and b/i/slaid/slaid1.png differ diff --git a/it/index.htm b/it/index.htm index 1560f47..483ee2b 100644 --- a/it/index.htm +++ b/it/index.htm @@ -55,7 +55,7 @@ alcun problema.
- +Hai mai sognato un sistema pronto all'uso in pochi secondi dall'accensione, diff --git a/nl/index.htm b/nl/index.htm index 5277776..c416d56 100644 --- a/nl/index.htm +++ b/nl/index.htm @@ -44,7 +44,7 @@

Heeft u ooit gedroomd van een systeem dat in slechts enkele seconden na het diff --git a/ru/index.htm b/ru/index.htm index fa90558..4a1b035 100644 --- a/ru/index.htm +++ b/ru/index.htm @@ -46,7 +46,7 @@

Вы когда-нибудь мечтали о системе, которая готова к работе всего за несколько diff --git a/style.css b/style.css index 4fb4273..55c1790 100644 --- a/style.css +++ b/style.css @@ -65,7 +65,7 @@ body { #lang-dropdown>div { display: block; - border-radius: 5px; + border-radius: 3px; border: 1px solid #333; box-shadow: 0 0 5px #000; box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); @@ -77,7 +77,7 @@ body { #lang-dropdown>div a { display: block; - padding: 0 50px 0 20px; + padding: 0 3em 0 1em; line-height: 2.5; border-top: 1px solid rgba(255, 255, 255, 0.06); border-bottom: 1px solid rgba(0, 0, 0, 0.07); @@ -123,10 +123,10 @@ body { /* ARTICLE */ #article { - background: rgba(254, 255, 255, 0.7); + background: rgba(254, 255, 255, 1); border: 1px solid #c0b9c491; border-radius: 4px; - box-shadow: rgb(28 26 40 / 20%) 2px 6px 20px -2px; + box-shadow: rgb(28 26 40 / 12%) 0px 4px 4px -2px; margin: 2em auto; max-width: 910px; padding: 2em; @@ -141,8 +141,8 @@ body { box-shadow: none; display: block; margin: 4px 4px 1.25em; - outline: 4px solid rgb(227 227 227); - transition: outline 0.5s ease; + outline: 4px solid transparent; + transition: outline 0.3s ease; } #banner:hover { @@ -317,6 +317,12 @@ iframe { margin: 2em auto; text-align: center; color: #848585; + display: block; + text-align: center; + width: 100%; + color: rgb(132, 133, 133); + text-shadow: rgb(255, 255, 255) 1px 1px 0px; + font-size: 90%; } #footer img @@ -327,6 +333,7 @@ iframe { #footer p { margin: 0; + } /* ADAPTIVE LAYOUT */