bzr branch
http://gegoxaren.bato24.eu/bzr/lenasys/trunk
|
19.3.2
by Adam Ringhede
Makes CodeViewer look and behave like Code Viewer Alt and fixes several issues in CodeViewer, like the hiding and showing of the sidebar, animating the scrolling, adding a missing button, etc. |
1 |
.group { |
|
19.2.3
by elof.bigestans at gmail
* Fixed bug #1164500 |
2 |
display: block; |
3 |
padding: 1em; |
|
4 |
width: 100%; |
|
5 |
margin: auto auto; |
|
6 |
font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif; |
|
7 |
}
|
|
8 |
||
9 |
.group h1 { |
|
10 |
font-weight: normal; |
|
11 |
font-size: 1.8em; |
|
12 |
margin-bottom: 1em; |
|
13 |
font-family: Cambria, Georgia, serif; |
|
14 |
}
|
|
15 |
||
|
19.3.2
by Adam Ringhede
Makes CodeViewer look and behave like Code Viewer Alt and fixes several issues in CodeViewer, like the hiding and showing of the sidebar, animating the scrolling, adding a missing button, etc. |
16 |
.group.info { |
|
19.2.3
by elof.bigestans at gmail
* Fixed bug #1164500 |
17 |
padding: 0.4em; |
18 |
margin: 0.5em; |
|
19 |
font-size: 1em; |
|
20 |
color: #000; |
|
21 |
}
|
|
22 |
||
|
19.3.2
by Adam Ringhede
Makes CodeViewer look and behave like Code Viewer Alt and fixes several issues in CodeViewer, like the hiding and showing of the sidebar, animating the scrolling, adding a missing button, etc. |
23 |
.group .info:first-letter { |
|
19.2.3
by elof.bigestans at gmail
* Fixed bug #1164500 |
24 |
font-size:1.3em; |
25 |
}
|
|
26 |
||
27 |
.group h2 { |
|
28 |
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; |
|
29 |
border-bottom: 2px solid #000; |
|
30 |
color: #fff; |
|
31 |
background: #c0d0e0; |
|
32 |
background-color: #c0d0e0; |
|
33 |
text-shadow: 1px 1px 2px #000; |
|
34 |
font-weight:normal; |
|
35 |
background: linear-gradient(to top, #abc 10%, #89a 90%, #678 99% ); |
|
36 |
background: -webkit-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%); |
|
37 |
background: -moz-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%); |
|
|
19.3.2
by Adam Ringhede
Makes CodeViewer look and behave like Code Viewer Alt and fixes several issues in CodeViewer, like the hiding and showing of the sidebar, animating the scrolling, adding a missing button, etc. |
38 |
-pie-background: linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%); |
|
19.2.3
by elof.bigestans at gmail
* Fixed bug #1164500 |
39 |
font-size: 1.4em; |
40 |
margin-top: 1em; |
|
41 |
margin-bottom: 0; |
|
42 |
padding:3px; |
|
43 |
padding-left:20px; |
|
|
19.3.2
by Adam Ringhede
Makes CodeViewer look and behave like Code Viewer Alt and fixes several issues in CodeViewer, like the hiding and showing of the sidebar, animating the scrolling, adding a missing button, etc. |
44 |
min-width:100%; |
|
19.2.3
by elof.bigestans at gmail
* Fixed bug #1164500 |
45 |
}
|
46 |
||
47 |
a { |
|
48 |
line-height: 2em; |
|
49 |
margin-left: 1.3em; |
|
50 |
color: black; |
|
51 |
text-decoration: underline; |
|
52 |
font-size: 1em; |
|
53 |
}
|
|
54 |
||
55 |
li { |
|
56 |
color: #555; |
|
57 |
}
|
|
58 |
||
59 |
a:hover { |
|
60 |
text-decoration: none; |
|
61 |
}
|
|
62 |
||
63 |
.container { |
|
64 |
border-left: 2px dotted #ddd; |
|
65 |
margin-left: 8px; |
|
66 |
}
|
|
67 |
||
|
19.3.2
by Adam Ringhede
Makes CodeViewer look and behave like Code Viewer Alt and fixes several issues in CodeViewer, like the hiding and showing of the sidebar, animating the scrolling, adding a missing button, etc. |
68 |
.container.demo { |
|
19.2.3
by elof.bigestans at gmail
* Fixed bug #1164500 |
69 |
float:right; |
70 |
}
|
|
71 |
||
|
19.3.2
by Adam Ringhede
Makes CodeViewer look and behave like Code Viewer Alt and fixes several issues in CodeViewer, like the hiding and showing of the sidebar, animating the scrolling, adding a missing button, etc. |
72 |
body{ |
|
19.2.3
by elof.bigestans at gmail
* Fixed bug #1164500 |
73 |
margin:0; |
74 |
}
|
|
75 |
||
76 |
#menu { |
|
|
19.3.2
by Adam Ringhede
Makes CodeViewer look and behave like Code Viewer Alt and fixes several issues in CodeViewer, like the hiding and showing of the sidebar, animating the scrolling, adding a missing button, etc. |
77 |
position:absolute; |
|
19.2.3
by elof.bigestans at gmail
* Fixed bug #1164500 |
78 |
top:40px; |
|
19.3.2
by Adam Ringhede
Makes CodeViewer look and behave like Code Viewer Alt and fixes several issues in CodeViewer, like the hiding and showing of the sidebar, animating the scrolling, adding a missing button, etc. |
79 |
left:0px; |
|
19.2.3
by elof.bigestans at gmail
* Fixed bug #1164500 |
80 |
width:10.5%; |
|
19.3.2
by Adam Ringhede
Makes CodeViewer look and behave like Code Viewer Alt and fixes several issues in CodeViewer, like the hiding and showing of the sidebar, animating the scrolling, adding a missing button, etc. |
81 |
width:96%; |
|
19.2.3
by elof.bigestans at gmail
* Fixed bug #1164500 |
82 |
padding: 10px 0 1% 0.3%; |
83 |
background: #c0d0e0; |
|
84 |
background-color: #c0d0e0; |
|
|
19.3.2
by Adam Ringhede
Makes CodeViewer look and behave like Code Viewer Alt and fixes several issues in CodeViewer, like the hiding and showing of the sidebar, animating the scrolling, adding a missing button, etc. |
85 |
border-radius: 0 1.3em 1.3em 0; |
|
19.2.3
by elof.bigestans at gmail
* Fixed bug #1164500 |
86 |
border-bottom: 2px solid #000; |
87 |
border-right: 1px solid #000; |
|
88 |
color: #fff; |
|
89 |
text-shadow: 1px 1px 2px #000; |
|
90 |
font-weight:bolder; |
|
91 |
background:#678; |
|
92 |
background-color:#678; |
|
93 |
background: linear-gradient(to top, #abc 10%, #89a 90%, #678 99% ); |
|
94 |
background: -webkit-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%); |
|
95 |
background: -moz-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%); |
|
|
19.3.2
by Adam Ringhede
Makes CodeViewer look and behave like Code Viewer Alt and fixes several issues in CodeViewer, like the hiding and showing of the sidebar, animating the scrolling, adding a missing button, etc. |
96 |
-pie-background: linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%); |
|
19.2.3
by elof.bigestans at gmail
* Fixed bug #1164500 |
97 |
}
|
98 |
||
|
19.3.2
by Adam Ringhede
Makes CodeViewer look and behave like Code Viewer Alt and fixes several issues in CodeViewer, like the hiding and showing of the sidebar, animating the scrolling, adding a missing button, etc. |
99 |
#menu #menuHeader{ |
|
19.2.3
by elof.bigestans at gmail
* Fixed bug #1164500 |
100 |
margin:0 0 1.5% 0; |
|
19.3.2
by Adam Ringhede
Makes CodeViewer look and behave like Code Viewer Alt and fixes several issues in CodeViewer, like the hiding and showing of the sidebar, animating the scrolling, adding a missing button, etc. |
101 |
position:relative; |
|
19.2.3
by elof.bigestans at gmail
* Fixed bug #1164500 |
102 |
background:#333333; |
103 |
width:97%; |
|
104 |
height:31px; |
|
105 |
padding-left:10px; |
|
106 |
margin-left:-10px; |
|
|
19.3.2
by Adam Ringhede
Makes CodeViewer look and behave like Code Viewer Alt and fixes several issues in CodeViewer, like the hiding and showing of the sidebar, animating the scrolling, adding a missing button, etc. |
107 |
border-radius: 0 10px 10px 0; |
108 |
cursor:pointer; |
|
|
19.2.3
by elof.bigestans at gmail
* Fixed bug #1164500 |
109 |
}
|
110 |
||
111 |
#menuHeader h3{ |
|
112 |
float:left; |
|
113 |
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; |
|
114 |
font-size:1.2em; |
|
115 |
background-color:#333; |
|
116 |
color:#fff; |
|
117 |
width:80%; |
|
118 |
margin-top:4px; |
|
119 |
padding:0; |
|
120 |
}
|
|
121 |
||
|
19.3.2
by Adam Ringhede
Makes CodeViewer look and behave like Code Viewer Alt and fixes several issues in CodeViewer, like the hiding and showing of the sidebar, animating the scrolling, adding a missing button, etc. |
122 |
#menuArrow { |
|
19.2.3
by elof.bigestans at gmail
* Fixed bug #1164500 |
123 |
float:left; |
124 |
padding:0; |
|
125 |
margin-top:8px; |
|
126 |
width:15%; |
|
127 |
}
|
|
128 |
||
|
19.3.2
by Adam Ringhede
Makes CodeViewer look and behave like Code Viewer Alt and fixes several issues in CodeViewer, like the hiding and showing of the sidebar, animating the scrolling, adding a missing button, etc. |
129 |
#menu a { |
|
19.2.3
by elof.bigestans at gmail
* Fixed bug #1164500 |
130 |
display:block;color:#fff; |
131 |
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; |
|
132 |
text-decoration: none; |
|
133 |
margin-left:1%; |
|
134 |
font-size:100% |
|
|
19.3.2
by Adam Ringhede
Makes CodeViewer look and behave like Code Viewer Alt and fixes several issues in CodeViewer, like the hiding and showing of the sidebar, animating the scrolling, adding a missing button, etc. |
135 |
|
136 |
/* For IE 8 */ |
|
137 |
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=-90, Color='#444444')"; |
|
138 |
/* For IE 5.5 - 7 */ |
|
139 |
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=-90, Color='#444444'); |
|
140 |
filter:DropShadow(Color=#444444, OffX=1, OffY=2); |
|
|
19.2.3
by elof.bigestans at gmail
* Fixed bug #1164500 |
141 |
}
|
142 |
||
|
19.3.2
by Adam Ringhede
Makes CodeViewer look and behave like Code Viewer Alt and fixes several issues in CodeViewer, like the hiding and showing of the sidebar, animating the scrolling, adding a missing button, etc. |
143 |
#menu a:hover { |
|
19.2.3
by elof.bigestans at gmail
* Fixed bug #1164500 |
144 |
font-weight:bolder; |
145 |
text-decoration:underline; |
|
146 |
}
|
|
147 |
||
|
19.3.2
by Adam Ringhede
Makes CodeViewer look and behave like Code Viewer Alt and fixes several issues in CodeViewer, like the hiding and showing of the sidebar, animating the scrolling, adding a missing button, etc. |
148 |
#menuItems { |
|
19.2.3
by elof.bigestans at gmail
* Fixed bug #1164500 |
149 |
float:left; |
150 |
width:80%; |
|
151 |
}
|
|
152 |
||
|
19.3.2
by Adam Ringhede
Makes CodeViewer look and behave like Code Viewer Alt and fixes several issues in CodeViewer, like the hiding and showing of the sidebar, animating the scrolling, adding a missing button, etc. |
153 |
#sidebar { |
154 |
position:absolute; |
|
155 |
left:0px; |
|
156 |
top:0px; |
|
|
19.2.3
by elof.bigestans at gmail
* Fixed bug #1164500 |
157 |
float:left; |
|
19.3.2
by Adam Ringhede
Makes CodeViewer look and behave like Code Viewer Alt and fixes several issues in CodeViewer, like the hiding and showing of the sidebar, animating the scrolling, adding a missing button, etc. |
158 |
min-width:8em; |
159 |
width:auto; |
|
160 |
height:100%; |
|
|
19.2.3
by elof.bigestans at gmail
* Fixed bug #1164500 |
161 |
overflow:auto; |
162 |
}
|
|
163 |
||
|
19.3.2
by Adam Ringhede
Makes CodeViewer look and behave like Code Viewer Alt and fixes several issues in CodeViewer, like the hiding and showing of the sidebar, animating the scrolling, adding a missing button, etc. |
164 |
#content { |
165 |
position:absolute; |
|
166 |
left:8em; |
|
|
19.2.3
by elof.bigestans at gmail
* Fixed bug #1164500 |
167 |
width:75%; |
|
19.3.2
by Adam Ringhede
Makes CodeViewer look and behave like Code Viewer Alt and fixes several issues in CodeViewer, like the hiding and showing of the sidebar, animating the scrolling, adding a missing button, etc. |
168 |
max-width:75%; |
169 |
min-width:20em; |
|
170 |
}
|
|
171 |
||
172 |
.arrow{ |
|
173 |
-webkit-transition-duration: 0.9s; |
|
174 |
-moz-transition-duration: 0.9s; |
|
175 |
-o-transition-duration: 0.9s; |
|
176 |
transition-duration: 0.9s; |
|
177 |
-webkit-transition-property: -webkit-transform; |
|
178 |
-moz-transition-property: -moz-transform; |
|
179 |
-o-transition-property: -o-transform; |
|
180 |
transition-property: transform; |
|
181 |
overflow:auto; |
|
182 |
}
|
|
183 |
||
184 |
.rotateArrowCW { |
|
185 |
-webkit-transform:rotate(180deg); |
|
186 |
-moz-transform:rotate(180deg); |
|
187 |
-o-transform:rotate(180deg); |
|
|
19.2.3
by elof.bigestans at gmail
* Fixed bug #1164500 |
188 |
}
|