Skip to content

Commit f24dc90

Browse files
committedJul 23, 2014
Update lbmstyles.css
1 parent e7e5dcd commit f24dc90

File tree

1 file changed

+62
-20
lines changed

1 file changed

+62
-20
lines changed
 

‎lbmstyles.css

+62-20
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
21
body
32

43
{
4+
55
background-color:#F5F5F5;
66
font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
77
font-size:150%;
@@ -11,6 +11,31 @@ width: 100%;
1111

1212
}
1313

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+
1439
th
1540

1641
{
@@ -29,42 +54,37 @@ max-width:100%;
2954
.visibleDiv, #topLeft
3055
{
3156
position: fixed;
32-
top:0px;
57+
color: black;
58+
top:0px;
3359
width: 100%;
34-
height:15%;
35-
60+
height:15%;
3661
border: solid 1px #e1e1e1;
3762
vertical-align: middle;
3863
background: #FFFFFF;
3964
z-index: 2;
4065
border-bottom-style:dotted;
4166
border-color: #ABC;
42-
border-width: 2px;
67+
border-width: 0px;
4368
font-size:100%;
4469
}
4570

4671
#topLeft
47-
{
72+
73+
{
4874
top: 0px;
4975
left: 0px;
5076
height: 15%;
51-
color: #AAA;
77+
color: black;
78+
background-color: black;
5279
border-bottom-style:dotted;
5380
border: solid 1px #e1e1e1;
5481
border-color: #ABC;
5582
border-width: 2px;
83+
border-style: dotted;
5684
font-size:100%;
5785
}
5886

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+
6888

6989

7090

@@ -96,19 +116,22 @@ font-style:strong;
96116
border-color: #a9c6c9;
97117
border-collapse: collapse;
98118
}
119+
99120
table.altrowstable th {
100121
border-width: 1px;
101122
padding: 8px;
102-
123+
text-align: left;
103124
border-style: solid;
104125
border-color: #a9c6c9;
105126
}
127+
106128
table.altrowstable td {
107129
border-width: 1px;
108130
padding: 8px;
109-
width: 50%;
131+
width: 25%;
110132
border-style: solid;
111133
border-color: #a9c6c9;
134+
color: black;
112135
}
113136
.oddrowcolor{
114137
background-color:#CCFFCC;
@@ -128,11 +151,29 @@ word-wrap: break-word;
128151

129152
h1
130153

131-
{font-color: #AAA;}
154+
{font-color: #FFF;}
155+
156+
h3
157+
158+
{
159+
160+
text-align: center;
161+
162+
}
132163

133164
h5
134165

135-
{font-size:50%}
166+
{font-size:70%;
167+
color:orange;
168+
}
169+
170+
u
171+
172+
{
173+
color:orange;
174+
}
175+
176+
136177

137178
table{
138179

@@ -143,4 +184,5 @@ pre {
143184
font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
144185
overflow: auto;
145186
font-size:100%;
187+
text-align: justify;
146188
}

0 commit comments

Comments
 (0)
Please sign in to comment.