-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
63 lines (52 loc) · 833 Bytes
/
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
body {
background-color: #ccb;
margin: 0px;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.page-areas {
width: 100%;
height: 100%;
top: 0px;
bottom: 0px;
border-spacing: 0px;
}
.page-areas td {
padding-left: 5px;
padding-right: 5px;
}
.area-toppanel {
color: white;
background-color: #444;
height: 50px;
}
.area-toppanel a:link, .area-toppanel a:visited {
color: #ef7;
}
.area-footer {
text-align: right;
}
.area-content {
height: 100%;
}
.content {
background-color: whiteSmoke;
border: solid 1px #665;
border-radius: 0.5em;
padding: 0.5em;
padding-top: 0em;
margin: 0px auto;
max-width: 800px;
height: 100%;
}
.content table {
border-collapse: collapse;
}
.content table, .content td, .content th {
padding: 5px;
border: 1px solid #887;
}