[Scummvm-git-logs] scummvm-web master -> 563fac29177b9a787a4067876a8e4740a18289ee

lotharsm serra at scummvm.org
Tue Feb 5 20:19:42 CET 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:
563fac2917 WEB: Add mirrorbrain stylesheet and hook up to site generation


Commit: 563fac29177b9a787a4067876a8e4740a18289ee
    https://github.com/scummvm/scummvm-web/commit/563fac29177b9a787a4067876a8e4740a18289ee
Author: Lothar Serra Mari (serra at scummvm.org)
Date: 2019-02-05T20:19:12+01:00

Commit Message:
WEB: Add mirrorbrain stylesheet and hook up to site generation

Changed paths:
  A scss/pages/_mirrorbrain.scss
    composer.json


diff --git a/composer.json b/composer.json
index 94cc0c8..90af9ad 100644
--- a/composer.json
+++ b/composer.json
@@ -17,6 +17,7 @@
       "post-install-cmd": [
         "pscss -f compressed ./scss/main.scss > ./css/main.css",
         "pscss -f compressed ./scss/pages/_cloud-style.scss > ./css/cloud-style.css",
+        "pscss -f compressed ./scss/pages/_mirrorbrain.scss > ./css/mirrorbrain.css",
         "php include/I18N.php"
       ],
       "build": [
diff --git a/scss/pages/_mirrorbrain.scss b/scss/pages/_mirrorbrain.scss
new file mode 100644
index 0000000..1be9619
--- /dev/null
+++ b/scss/pages/_mirrorbrain.scss
@@ -0,0 +1,111 @@
+body {
+  background-color: #e0e0e0;
+  background-image: url(../images/scummvm_logo.png);
+  background-repeat: no-repeat;
+  background-position: left top;
+  padding-top: 40px;
+  font-family: verdana, tahoma, arial, helvetica, sans-serif;
+  font-size: 14px;
+  line-height: 1.357em;
+  margin: 8px 8px 24px 8px;
+  color: #333333;
+}
+
+form {
+  margin: 0;
+  padding: 0;
+}
+
+fieldset {
+  margin: 0;
+  padding: 0;
+  border: none;
+}
+
+input, textarea {
+  font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
+  color: #333333;
+}
+
+h1, h2, h3 {
+  background: #a82709 linear-gradient(to bottom, #d49384 0%, #a82709 80%);
+  padding-left: 2em;
+  margin: 0;
+  font-weight: normal;
+  color: #ffffff;
+}
+
+h1 {
+  letter-spacing: -1px;
+  font-size: 1.5em;
+}
+
+h2 {
+  font-size: 1em;
+  font-weight: bold;
+  margin-top: 2.75em;
+  > a {
+    color: #ffffff;
+  }
+}
+
+h3 {
+  font-size: 1em;
+  font-weight: bold;
+  margin-top: 2em;
+}
+
+p, ul, ol {
+  margin-bottom: 1.6em;
+}
+
+p {}
+
+blockquote {
+  font-style: italic;
+}
+
+ul, ol {}
+
+a {
+  color: #821d06;
+  &:hover {
+    text-decoration: none;
+    color: #CC0000;
+  }
+}
+
+small {}
+
+hr {
+  /* display: none; */
+}
+
+img {
+  border: none;
+  &.left {
+    float: left;
+    margin: 0 15px 0 0;
+  }
+  &.right {
+    float: left;
+    margin: 0 0 0 15px;
+  }
+}
+
+/* Footer */
+
+#footer {
+  clear: both;
+  padding: 30px 0;
+  border-top: 10px solid #DDDDDD;
+  background: #EFEFEF;
+  p {
+    margin: 0;
+    padding: 10px 0 0 0;
+    text-align: center;
+    line-height: normal;
+  }
+}
+
+/* vim: set ft=css: */
\ No newline at end of file





More information about the Scummvm-git-logs mailing list