moodle/theme/standard/styles_moz.css

369 lines
8.7 KiB
CSS
Raw Normal View History

2005-03-24 08:52:18 +00:00
/*******************************************************************
styles_moz.css
This CSS file contains all mozilla specific definitions.
Styles are organised into the following sections:
core
header
footer
admin
blocks
calendar
course
doc
login
message
tabs
user
modules
assignment
chat
choice
forum
glossary
journal
label
lesson
quiz
resource
scorm
survey
wiki
workshop
*******************************************************************/
/*******************************************************************
*** Core
*******************************************************************/
.headingblock {
-moz-border-radius:3px;
}
2005-02-08 17:11:28 +00:00
.notifyproblem {
-moz-border-radius:10px;
}
.notifysuccess {
-moz-border-radius:10px;
}
.generalbox {
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
}
.generalboxcontent {
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
}
.noticebox {
2005-02-09 08:29:00 +00:00
-moz-border-radius:5px;
}
.informationbox {
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
}
.informationboxcontent {
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
}
2005-03-24 08:52:18 +00:00
.sitetopic {
-moz-border-radius:15px;
}
2005-03-24 08:52:18 +00:00
.sitetopiccontent {
-moz-border-radius:15px;
}
2005-03-24 08:52:18 +00:00
.headingblock {
-moz-border-radius:3px;
}
.categoryboxcontent, .courseboxcontent {
-moz-border-radius:20px;
}
2005-03-24 08:52:18 +00:00
/* kept for backward compatibility with some non-standard modules
which use these classes for various things */
2005-02-17 08:40:21 +00:00
.generaltab, .generaltabinactive{
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
}
.generaltabselected {
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
}
2005-03-24 08:52:18 +00:00
/*******************************************************************
*** Header
*******************************************************************/
/*******************************************************************
*** Footer
*******************************************************************/
/*******************************************************************
*** Admin
*******************************************************************/
/*******************************************************************
*** Blocks
*******************************************************************/
.sideblock {
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
2005-02-17 08:40:21 +00:00
}
2005-03-24 08:52:18 +00:00
.sideblock.hidden {
-moz-border-radius: 0px;
2005-02-17 08:40:21 +00:00
}
2005-03-24 08:52:18 +00:00
.sideblock {
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
2005-03-10 14:12:38 +00:00
}
2005-03-24 08:52:18 +00:00
.sideblock .content {
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
2005-03-10 14:12:38 +00:00
}
2005-03-24 08:52:18 +00:00
.block_course_summary, .block_course_summary .content {
-moz-border-radius:20px;
2005-03-10 14:12:38 +00:00
}
2005-03-24 08:52:18 +00:00
/*******************************************************************
*** Calendar
*******************************************************************/
#calendar .eventlist .event {
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
}
#calendar .eventlist .event .side {
-moz-border-radius-bottomleft:15px;
}
#calendar .eventlist .event .description {
-moz-border-radius-bottomright:15px;
}
#calendar .maincalendar,
#calendar .sidecalendar
{
-moz-border-radius-bottomright:20px;
-moz-border-radius-bottomleft:20px;
}
#calendar .maincalendar .filters table,
#calendar .sidecalendar .filters table,
.sideblock.block_calendar_month .filters table
{
-moz-border-radius:4px;
}
table.minicalendar {
-moz-border-radius:10px;
}
2005-02-14 16:53:55 +00:00
table.minicalendar td {
-moz-border-radius:4px;
}
2005-03-24 08:52:18 +00:00
/*******************************************************************
*** Course
*******************************************************************/
body#course-user .section {
-moz-border-radius:20px;
}
2005-03-24 08:52:18 +00:00
/*******************************************************************
*** Doc
*******************************************************************/
/*******************************************************************
*** Login
*******************************************************************/
.loginbox {
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
}
2005-03-24 08:52:18 +00:00
.loginbox .content.left {
-moz-border-radius-bottomleft:20px;
}
.loginbox .content.right {
-moz-border-radius-bottomright:20px;
}
2005-03-24 08:52:18 +00:00
/*******************************************************************
*** Message
*******************************************************************/
/*******************************************************************
*** Tabs
*******************************************************************/
/*******************************************************************
*** User
*******************************************************************/
.userinfobox {
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
}
2005-03-24 08:52:18 +00:00
.groupinfobox {
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
}
2005-03-24 08:52:18 +00:00
#user-view .left {
-moz-border-radius-bottomleft:20px;
}
/*******************************************************************
*** Modules: Assignment
*******************************************************************/
/*******************************************************************
*** Modules: Chat
*******************************************************************/
2005-03-24 08:52:18 +00:00
/*******************************************************************
*** Modules: Choice
*******************************************************************/
/*******************************************************************
*** Modules: Forum
*******************************************************************/
.forumpost {
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
}
.forumpost .side {
-moz-border-radius-bottomleft:20px;
}
.forumpost .content {
-moz-border-radius-bottomright:20px;
}
2005-03-24 08:52:18 +00:00
.forumpostmessage {
-moz-border-radius-bottomright:20px;
}
2005-03-24 08:52:18 +00:00
/*******************************************************************
*** Modules: Glossary
*******************************************************************/
.categoryheader {
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
}
2005-03-24 08:52:18 +00:00
.glossaryformatheader {
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
}
2005-03-24 08:52:18 +00:00
.entryboxheader {
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
2005-03-08 09:44:59 +00:00
}
2005-03-24 08:52:18 +00:00
.entrybox {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
2005-03-08 09:44:59 +00:00
}
2005-03-24 08:52:18 +00:00
.glossarypost {
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
2005-03-08 09:44:59 +00:00
}
2005-03-13 17:26:24 +00:00
2005-03-24 08:52:18 +00:00
.glossarypost .side {
-moz-border-radius-bottomleft:15px;
}
.encyclopedia .entrylowersection {
-moz-border-radius-bottomright:15px;
}
.glossarycomment {
2005-03-13 17:26:24 +00:00
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
}
2005-03-24 08:52:18 +00:00
.glossarycomment .side {
2005-03-13 17:26:24 +00:00
-moz-border-radius-bottomleft:20px;
}
2005-03-24 08:52:18 +00:00
.glossarycomment .entry {
2005-03-13 17:26:24 +00:00
-moz-border-radius-bottomright:20px;
}
2005-03-24 08:52:18 +00:00
/*******************************************************************
*** Modules: Journal
*******************************************************************/
/*******************************************************************
*** Modules: Label
*******************************************************************/
/*******************************************************************
*** Modules: Lesson
*******************************************************************/
/*******************************************************************
*** Modules: Quiz
*******************************************************************/
/*******************************************************************
*** Modules: Resource
*******************************************************************/
/*******************************************************************
*** Modules: Scorm
*******************************************************************/
/*******************************************************************
*** Modules: Survey
*******************************************************************/
/*******************************************************************
*** Modules: Wiki
*******************************************************************/
/*******************************************************************
*** Modules: Workshop
*******************************************************************/