source: trunk/FACT++/www/showlog.css@ 15374

Last change on this file since 15374 was 15373, checked in by tbretz, 12 years ago
Moved styles to style sheet file; added menu with links to all log-files.
File size: 1.1 KB
Line 
1.up {
2 cursor:pointer;
3 padding:0 5px 4px 7px;
4 position:fixed;
5 top:0;
6 right:0;
7 text-decoration:underline;
8 color:navy;
9 background-color:#ebe7e6;
10}
11
12.dn {
13 cursor:pointer;
14 padding:0 5px 4px 7px;
15 padding-top:0px;
16 position:fixed;
17 bottom:0;
18 right:0;
19 text-decoration:underline;
20 color:navy;
21 background-color:#ebe7e6;
22}
23
24#nav {
25 position:fixed;
26 right:80px;
27 top:0;
28 background-color:#ebe7e6;
29}
30
31#nav ul {
32 list-style-type:none;
33 margin:0;
34 padding:0;
35}
36
37#nav li {
38 float:left;
39 padding:0;
40 margin:0;
41}
42
43#nav li a {
44 padding:0 9px 4px 11px;
45 display:block;
46 color:#000;
47 color:navy;
48 text-decoration:none;
49 solid #ccc;
50}
51
52#nav li a:hover {
53 color:#f00;
54}
55
56#nav ul ul {
57 display:none;
58 position:absolute;
59 z-index:999;
60}
61
62#nav li li {
63 float:none;
64}
65
66#nav li li a {
67 background:#EBE7E6!important;
68 text-align:left;
69 height:auto;
70 line-height:1;
71 width:auto;
72 padding:4px 20px 4px 22px;
73 border:1px solid #D0D0D0;
74 border-top:none;
75 margin-right:0;
76}
77
78/* IE6 Bugfix... */
79* html li li {
80 display:inline;
81}
Note: See TracBrowser for help on using the repository browser.