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