summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorng0 <ng0@taler.net>2019-12-10 00:47:36 +0000
committerng0 <ng0@taler.net>2019-12-10 00:47:36 +0000
commitca901e4b99a037553a5afe1beeb50255aeecb27c (patch)
tree0be1261a10486902002a73215dee1572912ebda7 /static
parent7bf827948000a632667a7664f7e4cc9953acdd7f (diff)
downloadwww-ca901e4b99a037553a5afe1beeb50255aeecb27c.tar.gz
www-ca901e4b99a037553a5afe1beeb50255aeecb27c.tar.bz2
www-ca901e4b99a037553a5afe1beeb50255aeecb27c.zip
merge new website generation.
Diffstat (limited to 'static')
-rw-r--r--static/favicon.icobin0 -> 588 bytes
-rw-r--r--static/robots.txt20
-rw-r--r--static/styles.css177
3 files changed, 197 insertions, 0 deletions
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 00000000..6702382d
--- /dev/null
+++ b/static/favicon.ico
Binary files differ
diff --git a/static/robots.txt b/static/robots.txt
new file mode 100644
index 00000000..0a639917
--- /dev/null
+++ b/static/robots.txt
@@ -0,0 +1,20 @@
+#
+# robots.txt
+#
+# This file is to prevent the crawling and indexing of certain parts
+# of your site by web crawlers and spiders run by sites like Yahoo!
+# and Google. By telling these "robots" where not to go on your site,
+# you save bandwidth and server resources.
+#
+# This file will be ignored unless it is at the root of your host:
+# Used: http://example.com/robots.txt
+# Ignored: http://example.com/site/robots.txt
+#
+# For more information about the robots.txt standard, see:
+# http://www.robotstxt.org/robotstxt.html
+#
+# For syntax checking, see:
+# http://www.frobee.com/robots-txt-check
+
+User-agent: *
+Crawl-delay: 10
diff --git a/static/styles.css b/static/styles.css
new file mode 100644
index 00000000..2307a5f7
--- /dev/null
+++ b/static/styles.css
@@ -0,0 +1,177 @@
+.lang-slector {
+ float: right;
+ padding-top: 2mm;
+ padding-bottom: 4mm;
+ margin-left: 15px;
+ margin-right: 15px;
+}
+
+html {
+ overflow-y: scroll;
+}
+
+ul nav {
+ background-color: rgb(8,8,8);
+ border-radius: 0px;
+}
+
+.c_acronym {
+ background-color: #A5C663;
+}
+
+
+a,
+a:link,
+a:visited {
+ text-decoration: underline;
+ color: black;
+}
+
+nav a,
+nav a:link,
+nav a:visited {
+ text-decoration: none;
+}
+
+.navbar-light .navbar-nav .nav-link {
+ /* 0,0,0,.5 makes it problematic to read,
+ simply black is less problematic */
+ color: rgb(0, 0, 0);
+ text-decoration: underline;
+}
+
+#body_content a:hover {
+ transition: background-color 0.3s;
+ background-color: rgba(200, 200, 200, 0.5);
+}
+
+.c_intro {
+ min-height: 97vh;
+}
+
+/* don't show the language selector in the dropdown on mobile devices,
+ * since it's in the top bar already.
+ */
+.in .nav-lang {
+ display: none;
+}
+
+.mobile-lang {
+ margin-left:5px;
+ margin-top: 8px;
+}
+
+#mybody {
+ /* override ugly bootstrap defaults */
+ color: black;
+ position: relative;
+ min-height: 100%;
+}
+
+#body_content {
+ height: 100%;
+}
+
+footer {
+ position: relative;
+ bottom: 0;
+ height: 340px;
+}
+
+.btn-dark {
+ background-color: #9d9d9d;
+}
+
+
+#mybody nav {
+ border-radius: 0px;
+}
+
+footer {
+ padding-top: 2em;
+ margin-top: 2em;
+}
+
+
+#body_content .container {
+ margin-bottom: 2em;
+ padding-top: 1em;
+ padding-bottom: 1em;
+}
+
+#body_content {
+ /* push footer down */
+ min-height: 80vh;
+}
+
+.adorn_h3_bracket h3::before {
+ content: "❬";
+ color: #aa3939;
+}
+
+.adorn_h3_bracket h3::after {
+ content: "❭";
+ color: #aa3939;
+}
+.taler_home::before {
+ content: "❬";
+ color: #aa3939;
+}
+.taler_home::after {
+ content: "❭";
+ color: #aa3939;
+}
+.taler_home {
+ font-family: 'Lucida Console', Monaco, monospace;
+}
+
+.footer-list {
+ list-style: none;
+}
+
+.cushion-above {
+ padding-top: 2em;
+}
+
+.cushion-below {
+ padding-bottom: 2em;
+}
+
+.invert {
+ -webkit-filter: invert(100%);
+ filter: invert(100%);
+}
+
+
+.checkmark {
+ height: 1em;
+ margin-right: 0.3em;
+ vertical-align: baseline;
+ position: relative;
+ top: 0.2em;
+}
+
+.checklist {
+ margin-top: 1em;
+ margin-bottom: 1em;
+ list-style-type: none;
+ padding-left: 0px;
+ font-size: 1.2rem;
+}
+
+.tlr {
+ display: inline-block;
+ position: relative;
+}
+
+.tlr::before {
+ content: "";
+ position: absolute;
+ width: 100%;
+ height: 25%;
+ bottom: 0;
+ left: 0.2em;
+ background: rgba(170, 57, 57, 0.3);
+ z-index: -1;
+}
+