[Scummvm-cvs-logs] scummvm-web master -> a333ebe49ab8a72b5914cc8f271f8021658fcf45

sev- sev at scummvm.org
Sat Jun 18 11:58:04 CEST 2016


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:
a333ebe49a WEB: Move Cloud page CSS and logo to the common place


Commit: a333ebe49ab8a72b5914cc8f271f8021658fcf45
    https://github.com/scummvm/scummvm-web/commit/a333ebe49ab8a72b5914cc8f271f8021658fcf45
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-06-18T11:54:59+02:00

Commit Message:
WEB: Move Cloud page CSS and logo to the common place

Changed paths:
  A css/cloud-style.css
  A images/big-logo.png
  R c/logo.png
  R c/style.css
    c/index.php



diff --git a/c/index.php b/c/index.php
index 6b19809..3445ea2 100644
--- a/c/index.php
+++ b/c/index.php
@@ -3,12 +3,12 @@
 	<head>
 		<title>ScummVM</title>
 		<meta charset="utf-8"/>
-		<link rel="stylesheet" type="text/css" href="style.css"/>
+		<link rel="stylesheet" type="text/css" href="/css/cloud-style.css"/>
 	</head>
 	<body>
 		<div class="container">
 			<div class='header'>
-				<center><img src="logo.png"/></center>
+				<center><img src="/images/big-logo.png"/></center>
 			</div>
 			<div class="content">
 				<p>Now please enter this code in ScummVM:</p>
@@ -56,4 +56,4 @@
 			</div>
 		</div>
 	</body>
-</html>
\ No newline at end of file
+</html>
diff --git a/c/logo.png b/c/logo.png
deleted file mode 100644
index 9fdd2d0..0000000
Binary files a/c/logo.png and /dev/null differ
diff --git a/c/style.css b/c/style.css
deleted file mode 100644
index e1f3c65..0000000
--- a/c/style.css
+++ /dev/null
@@ -1,34 +0,0 @@
-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;
-}
-
-.container {
-	width: 80%;
-	margin: 0 auto;
-}
-
-.header {
-	padding: 10pt;
-	/*margin: 8pt;*/
-	margin-bottom: 0;
-}
-
-.content {
-	padding: 8pt;
-	background: rgb(251, 241, 206);
-	font-family: Tahoma;
-	font-size: 16pt;
-}
-
-.content p { margin: 0 0 6pt 0; }
-
-.code {
-	display: block;
-	background: #FFFFFF;
-	font-family: Consolas;
-	font-size: 24pt;
-	padding: 4pt;
-	margin: 6pt 0;
-}
diff --git a/css/cloud-style.css b/css/cloud-style.css
new file mode 100644
index 0000000..e1f3c65
--- /dev/null
+++ b/css/cloud-style.css
@@ -0,0 +1,34 @@
+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;
+}
+
+.container {
+	width: 80%;
+	margin: 0 auto;
+}
+
+.header {
+	padding: 10pt;
+	/*margin: 8pt;*/
+	margin-bottom: 0;
+}
+
+.content {
+	padding: 8pt;
+	background: rgb(251, 241, 206);
+	font-family: Tahoma;
+	font-size: 16pt;
+}
+
+.content p { margin: 0 0 6pt 0; }
+
+.code {
+	display: block;
+	background: #FFFFFF;
+	font-family: Consolas;
+	font-size: 24pt;
+	padding: 4pt;
+	margin: 6pt 0;
+}
diff --git a/images/big-logo.png b/images/big-logo.png
new file mode 100644
index 0000000..9fdd2d0
Binary files /dev/null and b/images/big-logo.png differ






More information about the Scummvm-git-logs mailing list