Added LinuxChix theme
[moodle-linuxchix.git] / theme / standard / styles_moz.css
blobb0ffa599c96af91ff8a5fa56fb75bd33798382e3
1 /*******************************************************************
2 styles_moz.css
4 This CSS file uses the non-standard Mozilla CSS extensions
5 to add round corners to the current theme.
7 Styles are organised into the following sections:
8 core
9 header
10 footer
12 admin
13 blocks
14 calendar
15 course
16 doc
17 login
18 message
19 tabs
20 user
22 various modules
24 *******************************************************************/
28 /***
29 *** Core
30 ***/
32 .headingblock {
33 -moz-border-radius:3px;
36 .notifyproblem {
37 -moz-border-radius:10px;
40 .notifysuccess {
41 -moz-border-radius:10px;
43 .generalbox {
44 -moz-border-radius-topleft:3px;
45 -moz-border-radius-topright:3px;
46 -moz-border-radius-bottomleft:15px;
47 -moz-border-radius-bottomright:15px;
50 .generalboxcontent {
51 -moz-border-radius-topleft:3px;
52 -moz-border-radius-topright:3px;
53 -moz-border-radius-bottomleft:15px;
54 -moz-border-radius-bottomright:15px;
57 .noticebox {
58 -moz-border-radius:5px;
61 .informationbox {
62 -moz-border-radius-topleft:3px;
63 -moz-border-radius-topright:3px;
64 -moz-border-radius-bottomleft:15px;
65 -moz-border-radius-bottomright:15px;
68 .informationboxcontent {
69 -moz-border-radius-topleft:3px;
70 -moz-border-radius-topright:3px;
71 -moz-border-radius-bottomleft:15px;
72 -moz-border-radius-bottomright:15px;
75 .sitetopiccontent {
76 -moz-border-radius:15px;
79 .headingblock {
80 -moz-border-radius:3px;
83 .categorybox, .categoryboxcontent,
84 .coursebox {
85 -moz-border-radius:10px;
91 /* kept for backward compatibility with some non-standard modules
92 which use these classes for various things */
93 .generaltab, .generaltabinactive{
94 -moz-border-radius-topleft:15px;
95 -moz-border-radius-topright:15px;
98 .generaltabselected {
99 -moz-border-radius-topleft:15px;
100 -moz-border-radius-topright:15px;
104 /***
105 *** Header
106 ***/
108 /***
109 *** Footer
110 ***/
112 /***
113 *** Admin
114 ***/
116 /***
117 *** Blocks
118 ***/
120 .sideblock.hidden {
121 -moz-border-radius: 0px;
124 .sideblock .content {
125 -moz-border-radius-bottomleft:20px;
126 -moz-border-radius-bottomright:20px;
129 .block_course_summary, .block_course_summary .content {
130 -moz-border-radius:20px;
133 .editing .block_course_summary .content {
134 -moz-border-radius-topleft:0;
135 -moz-border-radius-topright:0;
139 /***
140 *** Calendar
141 ***/
143 #calendar .eventlist .event {
144 -moz-border-radius-bottomleft:15px;
145 -moz-border-radius-bottomright:15px;
148 #calendar .eventlist .event .side {
149 -moz-border-radius-bottomleft:15px;
152 #calendar .eventlist .event .description {
153 -moz-border-radius-bottomright:15px;
156 #calendar .maincalendar,
157 #calendar .sidecalendar
159 -moz-border-radius-bottomright:20px;
160 -moz-border-radius-bottomleft:20px;
163 #calendar td.sidecalendar .sideblock {
164 -moz-border-radius-bottomright:20px;
165 -moz-border-radius-bottomleft:20px;
168 #calendar .maincalendar .filters table,
169 #calendar .sidecalendar .filters table,
170 .sideblock.block_calendar_month .filters table
172 -moz-border-radius:4px;
175 table.minicalendar {
176 -moz-border-radius:10px;
179 table.minicalendar td {
180 -moz-border-radius:4px;
183 #calendar .maincalendar li.event_course,
184 #calendar .maincalendar li.event_global,
185 #calendar .maincalendar li.event_user,
186 #calendar .maincalendar li.event_group,
187 #calendar .filters td.event_course,
188 #calendar .filters td.event_global,
189 #calendar .filters td.event_user,
190 #calendar .filters td.event_group {
191 -moz-border-radius:4px;
194 /***
195 *** Course
196 ***/
197 body#course-user .section {
198 -moz-border-radius:20px;
202 /***
203 *** Doc
204 ***/
206 /***
207 *** Login
208 ***/
209 .loginbox {
210 -moz-border-radius-bottomleft:20px;
211 -moz-border-radius-bottomright:20px;
214 .loginbox .content.left {
215 -moz-border-radius-bottomleft:20px;
217 .loginbox .content.right {
218 -moz-border-radius-bottomright:20px;
221 /***
222 *** Message
223 ***/
225 /***
226 *** Tabs
227 ***/
229 /***
230 *** User
231 ***/
232 .userinfobox {
233 -moz-border-radius-bottomleft:20px;
234 -moz-border-radius-bottomright:20px;
237 .groupinfobox {
238 -moz-border-radius-bottomleft:20px;
239 -moz-border-radius-bottomright:20px;
241 #user-view .left {
242 -moz-border-radius-bottomleft:20px;
245 /***
246 *** Modules: Assignment
247 ***/
249 /***
250 *** Modules: Chat
251 ***/
253 /***
254 *** Modules: Choice
255 ***/
257 /***
258 *** Modules: Forum
259 ***/
260 .forumpost {
261 -moz-border-radius-bottomleft:20px;
262 -moz-border-radius-bottomright:20px;
265 .forumpost .side {
266 -moz-border-radius-bottomleft:20px;
269 .forumpost .content {
270 -moz-border-radius-bottomright:20px;
273 .forumpost .message {
274 -moz-border-radius-bottomright:20px;
278 /***
279 *** Modules: Glossary
280 ***/
281 .glossarycategoryheader {
282 -moz-border-radius-topleft:15px;
283 -moz-border-radius-topright:15px;
286 .glossaryformatheader {
287 -moz-border-radius-topleft:15px;
288 -moz-border-radius-topright:15px;
291 .entryboxheader {
292 -moz-border-radius-topleft:10px;
293 -moz-border-radius-topright:10px;
296 .entrybox {
297 -moz-border-radius-bottomleft:10px;
298 -moz-border-radius-bottomright:10px;
301 .glossarypost {
302 -moz-border-radius-bottomleft:15px;
303 -moz-border-radius-bottomright:15px;
306 .glossarypost .side {
307 -moz-border-radius-bottomleft:15px;
310 .encyclopedia .entrylowersection {
311 -moz-border-radius-bottomright:15px;
313 .glossarycomment {
314 -moz-border-radius-bottomleft:20px;
315 -moz-border-radius-bottomright:20px;
318 .glossarycomment .side {
319 -moz-border-radius-bottomleft:20px;
322 .glossarycomment .entry {
323 -moz-border-radius-bottomright:20px;
327 /***
328 *** Modules: Journal
329 ***/
331 #mod-journal-view .feedbackbox {
332 -moz-border-radius-bottomleft:15px;
333 -moz-border-radius-bottomright:15px;
335 #mod-journal-view .feedbackbox .side {
336 -moz-border-radius-bottomleft:15px;
338 #mod-journal-view .feedbackbox .entrycontent {
339 -moz-border-radius-bottomright:15px;