0
|
1 |
|
|
2 |
#test {
|
|
3 |
margin-top: 10px;
|
|
4 |
}
|
|
5 |
|
|
6 |
input[type="text"] {
|
|
7 |
width: 100%;
|
|
8 |
}
|
|
9 |
|
|
10 |
fieldset div {
|
|
11 |
text-align: right;
|
|
12 |
padding: 5px;
|
|
13 |
}
|
|
14 |
|
|
15 |
table {
|
|
16 |
text-align: right;
|
|
17 |
font-size: 0.8em;
|
|
18 |
}
|
|
19 |
|
|
20 |
.desc {
|
|
21 |
width: 100%;
|
|
22 |
padding-right: 10px;
|
|
23 |
}
|
|
24 |
|
|
25 |
.icon {
|
|
26 |
display: inline-block;
|
|
27 |
padding: 4px 10px;
|
|
28 |
font-size: 3em;
|
|
29 |
}
|
|
30 |
|
|
31 |
#sections {
|
|
32 |
text-align: center;
|
|
33 |
padding-left: 0px !important; /* override tide default style */
|
|
34 |
}
|
|
35 |
|
|
36 |
#sections li {
|
|
37 |
display: inline;
|
|
38 |
list-style-type: none;
|
|
39 |
}
|
|
40 |
|
|
41 |
#sections li a {
|
|
42 |
text-shadow: 2px 2px 1px #000;
|
|
43 |
}
|
|
44 |
|
|
45 |
#sections li a:active {
|
|
46 |
cursor: pointer;
|
|
47 |
text-shadow: none;
|
|
48 |
position: relative;
|
|
49 |
top: 1px;
|
|
50 |
left: 1px;
|
|
51 |
}
|
|
52 |
|
|
53 |
|