-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemsoft.css
86 lines (68 loc) · 1.18 KB
/
emsoft.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
body {
background: #BBC;
text-align: center;
}
/* ------------------------------------------ */
div.all {
width: 75%;
text-align: left;
margin: 0 auto;
}
#header {
width: 800px;
heigth: 248px;
}
div.up {
position: absolute;
top: 0px;
}
/* ------------------------------------------ */
div.left {
background-color: #AAB;
float: left;
width: 190px;
border-width: thin;
border-style: dashed;
}
div.left ul {
list-style-type: none;
}
div.left li.leftlink a{
text-decoration: none;
color: #FFF;
display: block;
}
div.left li.leftlink a:hover {
background-color: #2A2;
}
/* ------------------------------------------ */
div.main {
width: 586px;
border-width: 1px;
border-style: dashed;
margin-left: 200px;
padding: 0 6px;
top: 150px;
}
div.main h1 {
font-size: x-large;
text-align: center;
}
div.main h2 {
font-size: medium;
background-color: #2A2;
}
div.main ul {
list-style-type: circle;
}
/* ------------------------------------------ */
div.down p {
clear: both;
width: 798px;
font-size: small;
margin: 0; padding: 0.1em;
text-align: center;
/*border-width: 1px;
border-style: solid;*/
background-color: #AAB;
}