-
Notifications
You must be signed in to change notification settings - Fork 1
/
styleTrk.css
60 lines (47 loc) · 834 Bytes
/
styleTrk.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
body {
background-color:#fff;
margin:0px;
padding:10px;
color:#333;
font-size:14px;
font-family:verdana, arial, sans-serif;
}
a {
color: #555555;
}
a:link, a:visited, a:hover{
color: darkblue;
text-decoration: none;
# border-bottom: 1px dotted;
font-weight:normal;
}
a:hover {
color: #555555;
# border-bottom: 1px solid;
}
/* overrides decoration from previous rule for hovered links */
.entry .desc {
font-size:13px;
text-align:right;
}
.entry {
tex-align:left;
width: 85%;
}
.heading {
weight: bold;
font-size:13;
color:#000;
}
.clear {
clear:both;
}
.entry .txt {
font-size:14px;
float:right;
width:85%;
padding-left:5px;
margin-left:5px;
border-left:1px solid #999;
margin-bottom:20px;
}