[Scummvm-git-logs] scummvm-web master -> fb1086357233f42052328c00c9504f785c5316c5
Mataniko
mataniko at gmail.com
Thu Apr 25 03:10:52 CEST 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
fb10863572 WEB: Update cloud styles to use the new theme
Commit: fb1086357233f42052328c00c9504f785c5316c5
https://github.com/scummvm/scummvm-web/commit/fb1086357233f42052328c00c9504f785c5316c5
Author: Matan Bareket (mataniko at gmail.com)
Date: 2019-04-24T21:10:48-04:00
Commit Message:
WEB: Update cloud styles to use the new theme
Changed paths:
R images/big-logo.png
c/index.php
scss/pages/_cloud-style.scss
diff --git a/c/index.php b/c/index.php
index 26000d6..850874c 100644
--- a/c/index.php
+++ b/c/index.php
@@ -8,7 +8,7 @@
<body>
<div class="container">
<div class='header'>
- <center><img src="/images/big-logo.png"/></center>
+ <center><img src="/images/scummvm_logo.png"/></center>
</div>
<div class="content">
<p>Now please enter this code in ScummVM:</p>
diff --git a/images/big-logo.png b/images/big-logo.png
deleted file mode 100644
index 9fdd2d0..0000000
Binary files a/images/big-logo.png and /dev/null differ
diff --git a/scss/pages/_cloud-style.scss b/scss/pages/_cloud-style.scss
index 167801c..334cd07 100644
--- a/scss/pages/_cloud-style.scss
+++ b/scss/pages/_cloud-style.scss
@@ -1,7 +1,8 @@
+ at import '../abstracts/variables';
+ at import '../theme/scummvm';
+
html {
- background: rgb(212, 117, 11);
- background: linear-gradient(to bottom, rgb(212, 117, 11) 0%, rgb(212, 117, 11) 36%, rgb(239, 196, 24) 100%);
- height: 100vh;
+ background: $theme-background;
}
.container {
@@ -16,8 +17,8 @@ html {
.content {
padding: 8pt;
- background: rgb(251, 241, 206);
- font-family: Tahoma;
+ background: $theme-container-background;
+ font-family: $theme-fonts;
font-size: 16pt;
p {
margin: 0 0 6pt 0;
More information about the Scummvm-git-logs
mailing list