aboutsummaryrefslogtreecommitdiff
path: root/www/html/style.css
blob: a826da57eb67bca73231d61e274c8a1ef104327b (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
body {
	background-color:#000000;
}

p,i,table,form {
	color:yellow;
}

b {
	color : #e600e6;
}

h1,h2,h3,h4,h5,h6 {
	color:  #6666ff 
}

a {
	color: #00ff00;
	text-decoration: none;
}

a:hover {
	 color: red;
}

table,th,td {
	border: 2px solid red;
	text-align: center;
}

#tip {
	color: #6666ff;
	position: fixed;
	bottom: 10px;
	right: 50px;
	border: solid #6666ff;
	padding:10px;
	background-color: black;
}