forked from php/web-news
-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
94 lines (74 loc) · 1 KB
/
style.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
84
85
86
87
88
89
90
91
92
93
94
body, li, th, td {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 95%;
}
body {
margin: 0;
background: #FFF;
color: #000;
word-break: break-word;
}
td,th {
color: #000;
}
img {
border: 0;
}
a:link {
color: #009;
}
a:hover, a:active {
color: red;
}
a:visited {
color: purple;
}
.quote {
color: green;
}
.signature {
font-size: smaller;
color: gray;
}
.signature a:link {
color: #99F;
}
.signature a:hover, .signature a:active {
color: #F99;
}
.signature a:visited {
color: #F6F;
}
th {
background: #CCC;
font-weight: bold;
text-align: center;
}
table.stripped tr:nth-child(even) td {
background: #EEE;
}
table.stripped tr:nth-child(odd) td {
background: #DDD;
}
.headerlabel {
background: #CCC;
font-weight: bold;
text-align: right;
}
.headervalue {
background: #EEE;
}
a.top {
text-decoration: none;
}
table.header {
background: #99C;
border-bottom: 17px solid #669;
}
.small {
font-size: 75%;
text-align: right;
}
.nav {
width: 20%;
}