-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
executable file
·92 lines (78 loc) · 1.21 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
body {
font-family: "Verdana", Sans;
color:#000000;
background:#FFFFFF;
min-width: 300px;
max-width: 575px;
width: auto;
}
.main {
margin-left: 10px;
min-width: 310px;
max-width: 600px;
width: auto;
}
a {
color:#FC7901;
background:inherit;
text-decoration:none;
}
a:hover {
color:#FC7901;
background:#FFCC33;
text-decoration:none;
}
h2 {
font-size: medium;
background:#F0F0F0;
}
.title {
font-size: large;
color: #FC7901;
background: #000000;
letter-spacing: 5px;
word-spacing: 1px;
padding: 10px;
}
hr {
height: 1px;
color: #c0c0c0;
}
.entry {
font-size: medium;
word-wrap: break-word;
background:#F0F0F0;
padding: 10px 25px;
}
.timedate {
font-size: x-small;
background:#FFFFFF;
text-align: right;
padding: 6px;
}
.menu {
background:#BFBFBF;
color:#111111;
text-align:justify;
padding-left: 20px;
padding-bottom: 3px;
}
.footer {
text-align:right;
}
.box {
border: 1px
solid #cecece;
padding: 4px 15px;
margin: 1px;
text-align:right;
}
.count {
font-size: medium;
font-family: "Verdana", Sans;
}
.error {
font-size: medium;
font-family: "Verdana", Sans;
color: red;
}