summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-11 15:23:15 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-11 15:23:15 +0100
commitb4e94c566522d44db58f994a0edebb148c63b459 (patch)
tree07d73ae82306ffa2495a52c0ca7dcfc21477f3c8 /static
parent2ca0f755eeb681abb60efce1677fdfcd891eb2e4 (diff)
parent37dd8b01d449d14d1f3c08945fc77bdbccfbb4d5 (diff)
downloadwww-b4e94c566522d44db58f994a0edebb148c63b459.tar.gz
www-b4e94c566522d44db58f994a0edebb148c63b459.tar.bz2
www-b4e94c566522d44db58f994a0edebb148c63b459.zip
Merge branch 'master' of git+ssh://git.taler.net/www
Diffstat (limited to 'static')
-rw-r--r--static/favicon.icobin588 -> 15086 bytes
-rw-r--r--static/styles.css37
2 files changed, 33 insertions, 4 deletions
diff --git a/static/favicon.ico b/static/favicon.ico
index 6702382d..ad81f40c 100644
--- a/static/favicon.ico
+++ b/static/favicon.ico
Binary files differ
diff --git a/static/styles.css b/static/styles.css
index b8493bde..92d7a6cd 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -19,6 +19,20 @@ ul nav {
background-color: #A5C663;
}
+.wallet-teaser-text {
+ padding-bottom: 2em;
+}
+
+.install-button {
+ border: none;
+ padding: 8px 8px;
+ background-color: #0042b3;
+ color: #fff;
+}
+
+.extension.row > .col-lg-6 {
+ padding-bottom: 2em;
+}
a,
a:link,
@@ -40,6 +54,25 @@ nav a:visited {
text-decoration: underline;
}
+.skip
+{
+position:absolute;
+left:-10000px;
+top:auto;
+width:1px;
+height:1px;
+overflow:hidden;
+}
+
+.skip:focus
+{
+position:static;
+width:auto;
+height:auto;
+background: white;
+padding: 5px;
+}
+
#body_content a:hover {
transition: background-color 0.3s;
background-color: rgba(200, 200, 200, 0.5);
@@ -126,10 +159,6 @@ footer {
display: contents;
}
-.taler_home {
- width: 8%;
-}
-
.checkmark {
height: 1em;
margin-right: 0.3em;