-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
83 lines (76 loc) · 1.21 KB
/
style.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
/* CSS Document */
body {
font: normal 13px arial, tahoma, helvetica, sans-serif;
}
#processing {
position:fixed;
bottom:0;
min-width:250px;
width:50%;
left:25%;
display:none;
opacity:0.9;
padding:8px;
}
.contextMenu {
display:none;
position:absolute;
background:#fff;
border:#999 1px solid;
width:auto;
height:auto;
z-index:499;
opacity:0.9;
}
.contextMenu li {
list-style-type:none;
text-align:left;
padding:5px;
}
/* to much space in Internet Explorer 7 */
*+ html .contextMenu li {
padding-bottom: 0;
}
.contextMenu li:Hover {
background-color:#0066CC;
color:#FFFFFF;
cursor:pointer;
}
#pdfTree, #helpSubjects{
float:left;
width:300px;
height:500px;
padding:5px;
margin: 0 10px;
clear:both;
overflow:auto;
}
#header{
height:75px;
}
.ajaxInfo, .info{
text-align:center;
background-color:#FF5511; /*3366CC;*/
font-size:16px;
font-weight:bold;
color:#FFFFFF;
}
#activeElement {
text-align:center;
padding-top:4px;
min-width:250px;
width:25%;
left:37%;
font-size:14px;
height:20px;
margin-bottom:15px;
margin-top:15px;
}
#wrap{
width:100%;
clear:both;
}
.root{
color:#036AC2;
font-size:14px;
}