Upstream tarball 10154
[amule.git] / src / webserver / default / style.css
blob44a781bf1bce74b32ed44a67f63f96aa5945b6f1
2 caption {
3 font-family: Helvetica;
4 font-size: 18px;
5 font-weight: bold;
6 color: #003161;
8 th {
9 font-family: Helvetica;
10 font-size: 14px;
11 font-height: 22px;
12 font-weight: bold;
13 color: #003161;
15 a:link {
16 color: #003161;
17 text-decoration: none;
19 a:active {
20 color: #003161;
21 text-decoration: none;
23 a:visited {
24 color: #003161;
25 text-decoration: none;
27 a:hover {
28 color: #FFFFFF;
29 text-decoration: underline;
31 td {
32 font-family: Helvetica;
33 font-size: 12px;
34 font-weight: normal;
36 label {
37 font-family: Helvetica;
38 font-size: 14px;
39 font-weight: bold;
41 .texte {
42 font-family: Helvetica;
43 font-size: 12px;
44 font-weight: normal;
46 .texteinv {
47 font-family: Helvetica;
48 font-size: 12px;
49 font-weight: bold;
50 color: white;
52 label {
53 font-family:"trebuchet ms",sans-serif;
54 font-size: 12px;
55 font-weight:bold
57 input {
58 border:1px solid #003161;
59 background-color: white;
60 font-family:"trebuchet ms",sans-serif;
61 font-size: 12px;
62 color: #003161;
64 select, option {
65 background-color: white;
66 font-size: 12px;
67 color: #003161;
69 textarea {
70 border:1px solid #003161;
71 background-color: white;
72 font-family:"trebuchet ms",sans-serif;
73 font-size: 12px;
74 color: #003161;