|
938
|
1 |
|
|
|
2 |
.Ldt-Renkan { |
|
|
3 |
position: relative; |
|
|
4 |
} |
|
|
5 |
|
|
955
|
6 |
.Ldt-Renkan a { |
|
|
7 |
color: #303080; |
|
|
8 |
} |
|
|
9 |
|
|
|
10 |
.Rk-ProjectList { |
|
|
11 |
position: absolute; left: 0; top: 0; list-style: none; padding: 0; margin: 0; |
|
|
12 |
} |
|
|
13 |
|
|
|
14 |
.Rk-Project { |
|
|
15 |
list-style: none; margin-right: 5px; padding: 5px; height: 15px; font-size: 13px; font-weight: bold; |
|
|
16 |
float: left; border-top-left-radius: 8px; border-top-right-radius: 8px; |
|
|
17 |
background: #505050; color: #E0E0E0; cursor: pointer; |
|
|
18 |
background: -moz-linear-gradient(top, #333333 20%, #666666 80%); |
|
|
19 |
} |
|
|
20 |
|
|
|
21 |
.Rk-Project:hover { |
|
|
22 |
background: -moz-linear-gradient(bottom, #333333 20%, #666666 80%); |
|
|
23 |
} |
|
|
24 |
|
|
|
25 |
.Rk-Project.active { |
|
|
26 |
background: #505080; |
|
|
27 |
color: #ffffc0; |
|
|
28 |
background: -moz-linear-gradient(bottom, #333366 20%, #666699 80%); |
|
|
29 |
} |
|
|
30 |
.Rk-Render, .Rk-Canvas { |
|
938
|
31 |
position: absolute; left: 0; top: 0; width: 600px; height: 500px; |
|
|
32 |
overflow: hidden; |
|
|
33 |
} |
|
|
34 |
|
|
955
|
35 |
.Rk-Render { |
|
|
36 |
top: 25px; |
|
|
37 |
background: -moz-linear-gradient(top, rgba(180,180,180,.2) 0, rgba(255,255,255,.2) 30%, rgba(255,255,255,.2) 70%, rgba(180,180,180,.2) 100%); |
|
|
38 |
background: -webkit-linear-gradient(top, rgba(180,180,180,.2) 0, rgba(255,255,255,.2) 30%, rgba(255,255,255,.2) 70%, rgba(180,180,180,.2) 100%); |
|
|
39 |
} |
|
|
40 |
|
|
|
41 |
.Rk-Canvas { |
|
|
42 |
top: 0; |
|
|
43 |
background: -moz-linear-gradient(left, rgba(180,180,180,.2) 0, rgba(255,255,255,.2) 30%, rgba(255,255,255,.2) 70%, rgba(180,180,180,.2) 100%); |
|
|
44 |
background: -webkit-linear-gradient(left, rgba(180,180,180,.2) 0, rgba(255,255,255,.2) 30%, rgba(255,255,255,.2) 70%, rgba(180,180,180,.2) 100%); |
|
|
45 |
} |
|
|
46 |
|
|
938
|
47 |
.Rk-Editor { |
|
|
48 |
position: absolute; left: 0; top: 0; |
|
|
49 |
} |
|
|
50 |
|
|
|
51 |
.Rk-CloseX { |
|
|
52 |
float: right; cursor: pointer; |
|
|
53 |
} |
|
|
54 |
|
|
|
55 |
.Rk-Editor h2 { |
|
|
56 |
font-size: 16px; font-weight: bold; |
|
|
57 |
} |
|
|
58 |
|
|
|
59 |
.Rk-Editor p { |
|
|
60 |
margin: 5px 0; font-size: 12px; |
|
|
61 |
} |
|
|
62 |
|
|
955
|
63 |
.Rk-RelatedList { |
|
|
64 |
list-style: none; padding: 0; margin: 0; |
|
|
65 |
} |
|
|
66 |
|
|
|
67 |
.Rk-Related { |
|
|
68 |
list-style: none; color: #a000c0; cursor: pointer; margin: 5px 0; |
|
|
69 |
} |
|
|
70 |
|
|
|
71 |
.Rk-Related b { |
|
|
72 |
font-weight: bolder; |
|
|
73 |
} |
|
|
74 |
|
|
|
75 |
.Rk-Related:hover { |
|
|
76 |
text-decoration: underline; |
|
|
77 |
} |
|
|
78 |
|
|
938
|
79 |
.Rk-ZoomIn, .Rk-ZoomOut { |
|
955
|
80 |
width: 21px; height: 20px; background: url(img/zoombuttons.png); margin: 5px; cursor: pointer; |
|
938
|
81 |
} |
|
|
82 |
|
|
|
83 |
.Rk-ZoomIn:hover { |
|
|
84 |
background-position: 0 -20px; |
|
|
85 |
} |
|
|
86 |
|
|
|
87 |
.Rk-ZoomOut { |
|
|
88 |
background-position: -21px 0; |
|
|
89 |
} |
|
|
90 |
|
|
|
91 |
.Rk-ZoomOut:hover { |
|
|
92 |
background-position: -21px -20px; |
|
955
|
93 |
} |