diff --git a/pobierz/stylesheet.css b/pobierz/stylesheet.css index 32e0f09..b267eef 100644 --- a/pobierz/stylesheet.css +++ b/pobierz/stylesheet.css @@ -10,7 +10,7 @@ body { } .navbar { - background-color: #420240; + background-color: #5BC0DE; padding: 8px 15%; } @@ -32,7 +32,7 @@ body { } .menu { - background-color: #420240; + background-color: #5BC0DE; padding: 8px 15%; } @@ -44,7 +44,7 @@ body { .dropdown-content { display: none; position: absolute; - background-color: #420240; + background-color: #5BC0DE; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); min-width: 160px; z-index: 1; @@ -63,7 +63,7 @@ body { display: block; } .footer { - background-color: #420240; + background-color: #5BC0DE; padding: 8px 15%; } @@ -89,7 +89,7 @@ body { .line { width: 100%; - background-color: #420240; + background-color: #5BC0DE; padding: 1px; margin: 8px 0px; } @@ -102,7 +102,7 @@ body { .download a { padding: 14px 16px; color: white; - background-color: #420240; + background-color: #5BC0DE; text-decoration: none; margin:8px; display: inline-block; @@ -125,7 +125,7 @@ body { } .select a:hover { - color: #420240; + color: #5BC0DE; } .select table td { @@ -134,7 +134,7 @@ body { .line { width: 100%; - background-color: #420240; + background-color: #5BC0DE; padding: 1px; margin: 8px 0px; } diff --git a/resources/icons/apple.png b/resources/icons/apple.png new file mode 100644 index 0000000..ef64eb0 Binary files /dev/null and b/resources/icons/apple.png differ diff --git a/resources/icons/osbase.png b/resources/icons/osbase.png new file mode 100644 index 0000000..f7205fb Binary files /dev/null and b/resources/icons/osbase.png differ diff --git a/resources/icons/windows.png b/resources/icons/windows.png new file mode 100644 index 0000000..769034f Binary files /dev/null and b/resources/icons/windows.png differ diff --git a/stylesheet.css b/stylesheet.css index 2099d5f..cf5afb0 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -10,7 +10,7 @@ body { } .navbar { - background-color: #420240; + background-color: #5BC0DE; padding: 8px 15%; } @@ -32,7 +32,7 @@ body { } .menu { - background-color: #420240; + background-color: #5BC0DE; padding: 8px 15%; } @@ -44,7 +44,7 @@ body { .dropdown-content { display: none; position: absolute; - background-color: #420240; + background-color: #5BC0DE; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); min-width: 120px; z-index: 1; @@ -75,7 +75,7 @@ body { } .footer { - background-color: #420240; + background-color: #5BC0DE; padding: 8px 15%; } @@ -107,7 +107,7 @@ body { } .select a:hover { - color: #420240; + color: #5BC0DE; } .select table td { @@ -116,7 +116,7 @@ body { .line { width: 100%; - background-color: #420240; + background-color: #5BC0DE; padding: 1px; margin: 8px 0px; }