aboutsummaryrefslogtreecommitdiff
path: root/style.css
blob: c3a5be2e5f935e9b3f78e9e1a0cac05c7a08d72f (plain)
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
body {
    background-color: Gray;
	}
h1 {
    text-align: center;
	}
h1,h2 {color: darkblue;
	}
	a {
	text-decoration: none;
	}
a:hover
	{
	color: red;
	}
.tab1 th {
	color: white;
	background-color: black;
	padding:10px;
}
.tab2 th{
	color: white;
	background-color: darkblue;
	padding:10px;
}
.tab1 td{
	border: solid black;
	padding:10px;
	}
.tab2 td{
	border: solid darkblue;
	padding:10px;
	}
.list {
	position : fixed;
	right: 10px;
	bottom: 10px;
	background : darkblue;
	border : solid black;
}
.list a {
	color : white;
	}
.list a:hover {color:green;}
input:focus {
	background-color: cyan;
}
.menu {
	position:fixed;
	right: 10px;
	top: 10px;
}