common.css
1.65 KB
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
85
86
87
body {
margin: 0px;
padding: 0px;
}
#notice {
position: absolute;
margin-top: 10px;
right: 10px;
background: #ffffa9;
padding: 10px;
border: 3px solid #dfdfdf;
z-index: 9999 !important ;
}
a img {
border: 1px solid transparent;
}
a:hover img {
border: 1px solid gray;
}
/* Bar Blue Default */
#environment_identification {
position: absolute !important;
background: url("../images/bg_blue_logo.png") 5px no-repeat !important;
vertical-align: bottom !important ;
width: 230px !important ;
height: 34px !important ;
line-height: 34px !important ;
padding-left: 60px !important ;
}
#environment_identification:hover {
color: #dfdfdf !important ;
}
#user_links, #login_box {
margin-left: 290px !important ;
}
#user_links a:hover, #user_links a:focus, #login_box a:hover, #login_box a:focus, #register_box a:hover, #register_box a:focus {
color: #dfdfdf !important ;
text-decoration: none !important ;
}
#logout_box a:hover, #logout_box a:focus {
color: red !important ;
text-decoration: none !important ;
}
#menu_accessibility {
background: #fff url("../images/black_white_12px.png") repeat-x !important ;
font-size: 10px !important ;
color: black !important ;
font-family: Sans-serif !important ;
color: #545454 !important ;
}
#menu_accessibility a {
color: #545454 !important ;
text-decoration: none !important ;
}
#menu_accessibility a:hover {
color: #000000 !important ;
text-decoration: underline !important ;
}
#menu_accessibility a:focus {
color: red !important ;
text-decoration: underline !important ;
}
ul.tree {
padding-left: 20px;
}
ul.tree li {
list-style: none;
padding: 2px;
}
ul.tree li div.treeitem:hover {
background: #f0f0f0;
}