2012104095.css
1.04 KB
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
body {
background-color: whitesmoke;
}
#container {
margin: 10%;
}
#image-wrapper {
text-align: center;
margin-bottom: 30px;
}
#introduce-intro {
margin: 30px 30px 60px 30px;
text-align: center;
}
.introduce-description {
margin: 5px 0 5px 0;
}
#experiment-table {
width: 90%;
margin: 5%;
border-collapse: collapse;
border-left: 0;
border-right: 0;
}
td {
padding: 10px 5px 10px 5px;
border-left: 0;
border-right: 0;
text-align: center;
}
.left-header {
background-color: whitesmoke;
}
th {
padding: 10px 5px 10px 5px;
border-left: 0;
border-right: 0;
background-color: gainsboro;
}
.maintitle {
margin: 0 0 0 0;
padding : 10px;
color:white;
background-color: #404040;
width: 100%;
position: fixed;
bottom: 0;
left: 0;
text-align: center;
}
.subtitle {
color: #404040;
}
li {
margin: 5px 0 5px 0;
}
a {
text-decoration: none;
font-weight: bold;
}
a:hover, a:visited {
color: indianred;
}
div {
font-size: 18px;
}