summaryrefslogtreecommitdiff
path: root/src/frontend/style.css
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-18 22:03:16 +0200
committerChristian Grothoff <christian@grothoff.org>2015-08-18 22:03:16 +0200
commit948482fa5bf1749b7ea3309e5171cc85ddb0e4c0 (patch)
tree1a8683a20760d5137cfdf608e8a4aefbe59f6b7d /src/frontend/style.css
parentd731e1106c0043c22fb576876d729b30e9ff7390 (diff)
parent6d1693199b1729a78a9dcc843fe2a18054bf3754 (diff)
downloadmerchant-948482fa5bf1749b7ea3309e5171cc85ddb0e4c0.tar.gz
merchant-948482fa5bf1749b7ea3309e5171cc85ddb0e4c0.tar.bz2
merchant-948482fa5bf1749b7ea3309e5171cc85ddb0e4c0.zip
Merge branch 'master' of ssh://taler.net:/var/git/merchant
Diffstat (limited to 'src/frontend/style.css')
-rw-r--r--src/frontend/style.css28
1 files changed, 9 insertions, 19 deletions
diff --git a/src/frontend/style.css b/src/frontend/style.css
index 6d7c5efc..fe5d4571 100644
--- 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;
}