-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcurrency.css
84 lines (74 loc) · 1.63 KB
/
currency.css
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
81
82
83
84
/* CSS styles for BLFS Currency pages */
h1, h2 {
text-align : center;
}
table {
border-width : 1px;
border-spacing : 0px;
border-style : outset;
border-color : gray;
border-collapse : separate;
background-color: white;
margin : 0px auto;
}
table th {
border-width : 1px;
padding : 2px;
border-style : inset;
border-color : gray;
background-color: white;
}
table td {
border-width : 1px;
padding : 2px;
border-style : inset;
border-color : gray;
background-color: white;
}
.center {
text-align : center;
}
#top {
top : 0px;
position : fixed;
x-index : 10;
height: : 120px;
width : 100%;
text-align : centered;
/* border : 2px solid red; */
background-color : white;
}
#table {
margin-top : 120px;
}
#leftmenu ul {
/*text-align : right; */
font-weight : bold;
font-size : small;
/*background : #eee;*/
list-style-type : none;
/*position : absolute;*/
position : fixed;
left : 0px;
top : 120px;
border-top : solid 1px #ccc;
border-right : solid 1px #ccc;
padding : 0px;
margin : 0px;
}
#leftmenu li {
margin : 0px;
border-bottom : solid 1px #ddd;
}
#leftmenu a {
text-decoration : none;
border : none;
display : block;
margin : 0;
padding : 5px 10px;
color : #777;
}
#leftmenulist a:hover {
background : #ddd;
color : black;
}