merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 948482fa5bf1749b7ea3309e5171cc85ddb0e4c0
parent d731e1106c0043c22fb576876d729b30e9ff7390
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 18 Aug 2015 22:03:16 +0200

Merge branch 'master' of ssh://taler.net:/var/git/merchant

Diffstat:
Msrc/frontend/style.css | 28+++++++++-------------------
1 file changed, 9 insertions(+), 19 deletions(-)

diff --git a/src/frontend/style.css b/src/frontend/style.css @@ -14,7 +14,7 @@ body { background-color: #FFFFFF; margin: 0px; padding: 10px; - font-family: Georgia, "Times New Roman", Times, serif; + font-family: Ubuntu, Tahoma, Sans; font-size: 90%; } @@ -30,8 +30,8 @@ p { abbr { border-bottom: 1px #6BA0D2 dashed; } -header { - font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; +header,h1 { + font-family: Impact, Georgia, serif; background-color: #FFFFFF; } header h1 { @@ -69,7 +69,7 @@ header h2 abbr { border: 1px solid #0C2953; text-align: center; font-size: 90%; - font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; + font-family: Impact, Georgia, serif; line-height: 110%; color: #FFF; background-image: url(summary.jpg); @@ -130,12 +130,6 @@ header h2 abbr { background-repeat: no-repeat; background-position: 0% 100%; } -.preamble p:first-letter { - color: #6BA0D2; - font-size: 140%; - font-weight: bold; - margin: 0px 2px 0px 0px; -} .supporting { margin: 0px; padding: 10px 16em 0px 1em; @@ -174,6 +168,9 @@ header h2 abbr { .explanation h3 { background-image: url(explanationShell.jpg); } +.supporting form { + padding: 30px; +} .participation h3 { background-image: url(participationShell.jpg); } @@ -188,9 +185,6 @@ header h2 abbr { margin: 10px 0px 0px 0px; padding: 1px 3px 2px 3px; } -.supporting p:first-letter { - font-weight: bold; -} .supporting a:link { color: #0083FF; font-weight: bold; @@ -206,7 +200,7 @@ header h2 abbr { } .sidebar, .summary p:last-child { font-size: 90%; - font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; + font-family: Impact, Georgia, serif; position: absolute; right: 21px; width: 12em; @@ -253,10 +247,6 @@ header h2 abbr { background-image: url(resourcesh3.jpg); background-position: 50% 30%; } -.sidebar h3:first-letter { - color: #FFF; - font-size: 160%; -} .sidebar ul { list-style-type: none; font-size: 90%; @@ -328,5 +318,5 @@ footer { } footer a { font-size: 70%; - font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; + font-family: Impact, Georgia, serif; }