Change the sourceforge logo link to point to the gssmp page.
[gssmp.git] / www / style.css
blob5bfbd2284fdd4236af51b4f84ab79b586f0b0356
1 /*
2 * My Address Book
4 * Copyright (c) 2005 by Andy Balaam
6 * myaddressbook.sf.net
8 * Released under the GNU General Public License
9 * with ABSOLUTELY NO WARRANTY.
11 * See the file COPYING.txt for more information.
14 h1 {
15 font-family: arial, sans-serif;
16 font-weight: bold;
17 font-size: x-large;
19 h2 {
20 font-family: arial, sans-serif;
21 font-weight: bold;
22 font-size: large;
24 h3 {
25 font-family: arial, sans-serif;
26 font-weight: bold;
27 font-size: medium;
29 h4 {
30 font-family: arial, sans-serif;
31 font-weight: bold;
32 font-size: small;
35 body {
36 font-family: arial, sans-serif;
37 font-size: small;
40 p {
41 font-family: arial, sans-serif;
42 font-size: small;
45 p.licence {
46 font-size: smaller;
49 li {
50 font-family: arial, sans-serif;
51 font-size: small;
54 address {
55 font-family: arial, sans-serif;
56 font-size: small;
57 background-color: #eeeeee;
58 padding: 5px;
60 address.backlink {
63 td.form_question {
64 text-align: right;
65 font-size: medium;
67 td.form_answer {
70 td.form_notes {
71 font-size: small;
73 td.form_submit {
74 text-align: center;
76 input.form_answer {
77 width: 100%;
79 img {
80 border: 0;