gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-web-common] branch master updated: common stylesheet


From: gnunet
Subject: [GNUnet-SVN] [taler-web-common] branch master updated: common stylesheet for demo layout
Date: Tue, 14 Mar 2017 16:41:25 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository web-common.

The following commit(s) were added to refs/heads/master by this push:
     new d2b0309  common stylesheet for demo layout
d2b0309 is described below

commit d2b0309a06a0fb6fb181d476f6e0a9ef3282efbb
Author: Florian Dold <address@hidden>
AuthorDate: Tue Mar 14 16:41:22 2017 +0100

    common stylesheet for demo layout
---
 demo.css | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 69 insertions(+)

diff --git a/demo.css b/demo.css
new file mode 100644
index 0000000..a146c95
--- /dev/null
+++ b/demo.css
@@ -0,0 +1,69 @@
+/* style common to all demo pages */
+
+.demobar h1 {
+  text-align: center;
+}
+.demobar > p {
+  padding: 0.5em; 
+}
+.demobar a,
+.demobar a:visited {
+  color: inherit;
+}
+.adorn-brackets::before {
+  content: "❬";
+  color: #aa3939;
+}
+.adorn-brackets::after {
+  content: "❭";
+  color: #aa3939;
+}
+.tt {
+  font-family: 'Lucida Console', Monaco, monospace;
+}
+
+.informational-ok {
+  background: lightgreen;
+  border-radius: 1em;
+  padding: 0.5em;
+}
+
+.informational-fail {
+  background: lightpink;
+  border-radius: 1em;
+  padding: 0.5em;
+}
+
+.content {
+  overflow-x: auto;
+}
+.demobar {
+  overflow-x: auto;
+  background-color: #033;
+  color: white;
+}
+
+body {
+  overflow: scroll;
+}
+
address@hidden (min-width: 500px) {
+  .content {
+    margin-left: 25%;
+    padding-left: 2em;
+    margin-right: 1em;
+    overflow-x: auto;
+  }
+  .demobar {
+    height: 100%;
+    margin: 0;
+    top: 0;
+    left: 0;
+    background-color: #033;
+    color: white;
+    position: fixed;
+    width: 25%;
+    padding-right: 1em;
+    overflow: auto;
+  }
+}

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]