-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
54 lines (47 loc) · 1.15 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
body {
font-size: medium;
font-family: verdana, arial, helvetica, sans-serif;
color: #000000;
background-color: lightgray;
/* background-image:url("auto.gif"); */
opacity:0.9;
background-repeat:no-repeat;
background-position:center -10%;
}
p {
font-size: medium;
font-family: verdana, arial, helvetica, sans-serif;
}
p.no-top-margin {
margin-top: 0;
}
a {
text-decoration: none;
font-family: verdana, arial, helvetica, sans-serif;
}
a:link { color: blue; border-bottom: #000000 dotted 1px; }
a:visited { color: blue; border-bottom: #000000 dotted 1px; }
a:active { background-color: #ffffff; color: blue; }
a:hover { background-color: #ffffff; color: brown; border-bottom: #000000 dotted 1px;}
a.simple {
text-decoration: none;
background-color: transparent;
border-bottom: none;
}
div.box {
border: solid;
border-width: thin;
border-color: #95bfdf;
padding: 0.5em;
font-family: verdana, arial, helvetica, sans-serif;
font-size: medium;
}
div.box-full {
border: solid;
border-width: thin;
border-color: #95bfdf;
padding: 0.5em;
font-family: verdana, arial, helvetica, sans-serif;
font-size: medium;
height:864px;
}