forked from maxliaops/Java_Web_Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.css
More file actions
30 lines (30 loc) · 525 Bytes
/
default.css
File metadata and controls
30 lines (30 loc) · 525 Bytes
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
/* CSS Document form bwm*/
<!--
a{
text-decoration: none;
}
#link a {
color: #ffffff; font-size:12px
}
#link1 a {
font-size: 12pt; text-decoration: none;
font-weight: bold; color:#21536A;
}
#link2 a {
text-decoration: none; margin:20px; color:#21536A;
}
td {
font-size: 12px;
}
#font1 {
font-weight:bold; font-size:16px; color:#21536A;
margin:10px;
}
#top{
position:absolute; font-size:46px; top:78px; left: 246px;
width: 240px; font-weight: bold;
}
#reg{
color:#33FF00;
}
-->