Update to firefox-78.10.0 in svn
[beyond_linux_from_scratch.git] / scripts / currency.css
blobe99f934015c23113ccb2479ccfa61ea0245c5e76
1 /* CSS styles for BLFS Currency pages */
2 h1, h2 {
3 text-align : center;
6 table {
7 border-width : 1px;
8 border-spacing : 0px;
9 border-style : outset;
10 border-color : gray;
11 border-collapse : separate;
12 background-color: white;
13 margin : 0px auto;
16 table th {
17 border-width : 1px;
18 padding : 2px;
19 border-style : inset;
20 border-color : gray;
21 background-color: white;
24 table td {
25 border-width : 1px;
26 padding : 2px;
27 border-style : inset;
28 border-color : gray;
29 background-color: white;
32 .center {
33 text-align : center;
36 #top {
37 top : 0px;
38 position : fixed;
39 x-index : 10;
40 height: : 120px;
41 width : 100%;
42 text-align : centered;
43 /* border : 2px solid red; */
44 background-color : white;
47 #table {
48 margin-top : 120px;
51 #leftmenu ul {
52 /*text-align : right; */
53 font-weight : bold;
54 font-size : small;
55 /*background : #eee;*/
56 list-style-type : none;
57 /*position : absolute;*/
58 position : fixed;
59 left : 0px;
60 top : 120px;
61 border-top : solid 1px #ccc;
62 border-right : solid 1px #ccc;
63 padding : 0px;
64 margin : 0px;
67 #leftmenu li {
68 margin : 0px;
69 border-bottom : solid 1px #ddd;
72 #leftmenu a {
73 text-decoration : none;
74 border : none;
75 display : block;
76 margin : 0;
77 padding : 5px 10px;
78 color : #777;
81 #leftmenulist a:hover {
82 background : #ddd;
83 color : black;