Subversion Repositories ALCASAR

Rev

Rev 426 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 426 Rev 2210
Line 1... Line 1...
1
A {
1
a {
2
  color: #000000;
2
  color: #000000;
3
  text-decoration: none;
3
  text-decoration: none;
4
}
4
}
5
A:link {
5
a:link {
6
  color: #486591;
6
  color: #486591;
7
  background-color: transparent;
7
  background-color: transparent;
8
}
8
}
9
A:visited {
9
a:visited {
10
  color: #6f6c81;
10
  color: #6f6c81;
11
  background-color: transparent;
11
  background-color: transparent;
12
}
12
}
13
A:active {
13
a:active {
14
  
14
  
15
  background-color: transparent;
15
  background-color: transparent;
16
}
16
}
17
body {
17
body {
18
  color: #000000;
18
  color: #000000;
Line 28... Line 28...
28
  text-decoration: none;
28
  text-decoration: none;
29
  font-family: Verdana,Helvetica,sans-serif;
29
  font-family: Verdana,Helvetica,sans-serif;
30
  font-size: 11px;
30
  font-size: 11px;
31
  font-weight: normal;
31
  font-weight: normal;
32
}
32
}
33
H1 {
33
h1 {
34
  color: #000000;
34
  color: #000000;
35
  background-color: transparent;
35
  background-color: transparent;
36
  text-decoration: none;
36
  text-decoration: none;
37
  font-family: Verdana,Helvetica,sans-serif;
37
  font-family: Verdana,Helvetica,sans-serif;
38
  font-size: 20px;
38
  font-size: 20px;
39
}
39
}
40
select {
40
select {
41
    color: black;
41
  color: black;
42
    text-decoration: none;
42
  text-decoration: none;
43
    font-family: Verdana,Helvetica,sans-serif;
43
  font-family: Verdana,Helvetica,sans-serif;
44
    font-size: 10px;
44
  font-size: 10px;
45
    font-weight: normal;
45
  font-weight: normal;
46
}
46
}
47
input {
47
input {
48
    color: black;
48
  color: black;
49
    text-decoration: none;
49
  text-decoration: none;
50
    font-family: Verdana,Helvetica,sans-serif;
50
  font-family: Verdana,Helvetica,sans-serif;
51
    font-size: 10px;
51
  font-size: 10px;
52
    font-weight: bold;
52
  font-weight: bold;
53
}
53
}
54
table
54
table
55
{
55
{
56
  border: none;
56
  border: none;
57
  margin: 0px;
57
  margin: 0px;
58
  padding: 0px;
58
  padding: 0px;
59
}
59
}
60
table.box {
60
table.box {
61
  color: #fefefe;
-
 
62
  background-color: transparent;
-
 
63
  border: none;
-
 
64
  padding: 1px;
-
 
65
  width: 100%;
61
  width: 100%;
66
}
62
}
67
tr.boxheader {
63
tr.boxheader {
68
  background-color: #9BA1A8;
64
  background-color: #666666;
-
 
65
  color: #EFEFEF;
69
}
66
}
70
td.boxheader {
67
tr.boxheaderbottom {
71
  color: #000000;
68
  background-color: #FFCC66;
72
  text-align: center;
-
 
73
}
69
}
74
tr.boxbody {
70
tr.boxbody {
75
  color: #000000;
71
  color: #000000;
76
  background-color: #F7F3EF;
72
  background-color: #F7F3EF;
77
}
73
}