File tree 1 file changed +62
-20
lines changed
1 file changed +62
-20
lines changed Original file line number Diff line number Diff line change 1
-
2
1
body
3
2
4
3
{
4
+
5
5
background-color : # F5F5F5 ;
6
6
font-family : "Trebuchet MS" , Helvetica, Arial, sans-serif;
7
7
font-size : 150% ;
@@ -11,6 +11,31 @@ width: 100%;
11
11
12
12
}
13
13
14
+ /* unvisited link */
15
+ a : link {
16
+ color : # 000000 ;
17
+ text-decoration : none;
18
+ color : orange;
19
+
20
+ }
21
+
22
+ /* visited link */
23
+ a : visited {
24
+ color : # 000000 ;
25
+ text-decoration : none;
26
+ }
27
+
28
+ /* mouse over link */
29
+ a : hover {
30
+ color : orange;
31
+
32
+ }
33
+
34
+ /* selected link */
35
+ a : active {
36
+ color : # FFF ;
37
+ }
38
+
14
39
th
15
40
16
41
{
@@ -29,42 +54,37 @@ max-width:100%;
29
54
.visibleDiv , # topLeft
30
55
{
31
56
position : fixed;
32
- top : 0px ;
57
+ color : black;
58
+ top : 0px ;
33
59
width : 100% ;
34
- height : 15% ;
35
-
60
+ height : 15% ;
36
61
border : solid 1px # e1e1e1 ;
37
62
vertical-align : middle;
38
63
background : # FFFFFF ;
39
64
z-index : 2 ;
40
65
border-bottom-style : dotted;
41
66
border-color : # ABC ;
42
- border-width : 2 px ;
67
+ border-width : 0 px ;
43
68
font-size : 100% ;
44
69
}
45
70
46
71
# topLeft
47
- {
72
+
73
+ {
48
74
top : 0px ;
49
75
left : 0px ;
50
76
height : 15% ;
51
- color : # AAA ;
77
+ color : black;
78
+ background-color : black;
52
79
border-bottom-style : dotted;
53
80
border : solid 1px # e1e1e1 ;
54
81
border-color : # ABC ;
55
82
border-width : 2px ;
83
+ border-style : dotted;
56
84
font-size : 100% ;
57
85
}
58
86
59
- # topLeft2
60
- {
61
- top : 0px ;
62
- left : 0px ;
63
- height : 15% ;
64
- color : # CFF ;
65
- z-index : -1 ;
66
- font-size : 100% ;
67
- }
87
+
68
88
69
89
70
90
@@ -96,19 +116,22 @@ font-style:strong;
96
116
border-color : # a9c6c9 ;
97
117
border-collapse : collapse;
98
118
}
119
+
99
120
table .altrowstable th {
100
121
border-width : 1px ;
101
122
padding : 8px ;
102
-
123
+ text-align : left;
103
124
border-style : solid;
104
125
border-color : # a9c6c9 ;
105
126
}
127
+
106
128
table .altrowstable td {
107
129
border-width : 1px ;
108
130
padding : 8px ;
109
- width : 50 % ;
131
+ width : 25 % ;
110
132
border-style : solid;
111
133
border-color : # a9c6c9 ;
134
+ color : black;
112
135
}
113
136
.oddrowcolor {
114
137
background-color : # CCFFCC ;
@@ -128,11 +151,29 @@ word-wrap: break-word;
128
151
129
152
h1
130
153
131
- {font-color : # AAA ;}
154
+ {font-color : # FFF ;}
155
+
156
+ h3
157
+
158
+ {
159
+
160
+ text-align : center;
161
+
162
+ }
132
163
133
164
h5
134
165
135
- {font-size : 50% }
166
+ {font-size : 70% ;
167
+ color : orange;
168
+ }
169
+
170
+ u
171
+
172
+ {
173
+ color : orange;
174
+ }
175
+
176
+
136
177
137
178
table {
138
179
@@ -143,4 +184,5 @@ pre {
143
184
font-family : "Trebuchet MS" , Helvetica, Arial, sans-serif;
144
185
overflow : auto;
145
186
font-size : 100% ;
187
+ text-align : justify;
146
188
}
You can’t perform that action at this time.
0 commit comments