-
Notifications
You must be signed in to change notification settings - Fork 1
/
FTR00205.css
83 lines (77 loc) · 1.33 KB
/
FTR00205.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
body {
font-family: Verdana;
font-size: 16px;
background-color: #E7E9E0;
width: 100%;
}
#header{
background-color: #009530;
width: 100%;
height: 85px;
color: white;
padding: 0.5em;
/*background-image: url(http://pfrxiri10.fr.schneider-electric.com/MDM/netmarkets/images/logoPDML.gif);*/
background-repeat: no-repeat;
padding-bottom: 2px;
position: relative;
}
#header-content {
position: absolute;
bottom: 0;
left: 20px;
}
.odd {
background-color: #b9bab3;
font-size: 100%;
}
.even {
font-size: 100%;
}
#holesTable{
width: 650px;
min-width: 400px;}
.restricted {
background-color: orange;
}
.outOfScope{
background-color: Red;}
table {
font-size: 12px;
padding: 0px;
border-collapse: collapse;
width : 100%;
margin:10px auto 10px auto;
}
a:link {
text-decoration: none;
width: 100%;
color: black;
}
a:visited {
text-decoration: none;
}
thead {
color: white;
background-color: #009530;
text-transform: uppercase;
}
.rowHead {
color: white;
background-color: #009530;
text-transform: uppercase;
}
a:hover{
text-decoration: none;
background-color: blue;
color:white;}
.overHead {
background-color: blue;}
tr {
margin: 0px;
}
td, th {
text-align: center;
border-bottom: 1px solid #009530;
border-right: 1px solid #009530;
width: 12.5%;
}