SMaller files (less spaces) and new homelink button styling

This commit is contained in:
moodler 2005-03-27 15:50:20 +00:00
parent 05fcc5fd48
commit 4485fc91db
4 changed files with 800 additions and 768 deletions

View File

@ -1,26 +1,26 @@
/*******************************************************************
styles_color.css
This CSS file contains all color definitions like
background-color, font-color, border-color etc.
Styles are organised into the following sections:
core
header
footer
core
header
footer
admin
blocks
calendar
course
doc
login
message
tabs
user
admin
blocks
calendar
course
doc
login
message
tabs
user
various modules
various modules
*******************************************************************/
@ -30,53 +30,53 @@
a:link,
a:visited {
color:#0000FF;
color:#0000FF;
}
a.dimmed:link,
a.dimmed:visited {
color:#AAAAAA;
color:#AAAAAA;
}
a:hover {
color:#FF0000;
color:#FF0000;
}
a.autolink:link,
a.autolink:visited {
color:#000000;
background: #DDDDDD;
color:#000000;
background: #DDDDDD;
}
a.autolink.glossary:hover {
cursor: help;
cursor: help;
}
body {
background-color:#FAFAFA;
background-color:#FAFAFA;
}
th.header,
td.header,
div.header {
background-color:#EEEEEE;
background-color:#EEEEEE;
}
.navbar {
background-color:#EEEEEE;
border-color:#DDDDDD;
background-color:#EEEEEE;
border-color:#DDDDDD;
}
table.formtable tbody th {
background: none;
background: none;
}
.highlight {
background-color:#AAFFAA;
background-color:#AAFFAA;
}
.highlight2 {
color:#AA0000; /* highlight missing terms in forum search */
color:#AA0000; /* highlight missing terms in forum search */
}
/* Alternate rows even */
@ -89,76 +89,76 @@ table.formtable tbody th {
/* notification messages (can be good or bad) */
.notifyproblem {
color:#660000;
color:#660000;
}
.notifysuccess {
color:#006600;
color:#006600;
}
.required {
background-color:#DDDDDD;
background-color:#DDDDDD;
}
.generalbox {
border-color:#DDDDDD;
border-color:#DDDDDD;
}
.informationbox {
border-color:#DDDDDD;
border-color:#DDDDDD;
}
.feedbackbox {
border-color: #888888;
border-color: #888888;
}
.feedbackby {
background-color:#BBBBBB;
background-color:#BBBBBB;
}
.noticebox {
border-color:#DDDDDD;
border-color:#DDDDDD;
}
.errorbox {
color:#ffffff;
border-color:#660000;
background-color:#990000;
color:#ffffff;
border-color:#660000;
background-color:#990000;
}
.tabledivider {
border-color:#DDDDDD;
border-color:#DDDDDD;
}
.sitetopic {
background-color:#FFFFFF;
border-color:#DDDDDD;
background-color:#FFFFFF;
border-color:#DDDDDD;
}
.dimmed_text {
color:#AAAAAA;
color:#AAAAAA;
}
.teacheronly {
color:#990000;
color:#990000;
}
.unread {
background: #FFD991;
background: #FFD991;
}
.censoredtext {
color:#000000;
background:#000000;
color:#000000;
background:#000000;
}
/* kept for backward compatibility with some non-standard modules
which use these classes for various things */
.generaltab, .generaltabinactive {
background-color:#BBBBBB;
background-color:#BBBBBB;
}
.generaltabselected {
background-color:#DDDDDD;
background-color:#DDDDDD;
}
.generaltabinactive {
color:#CCCCCC;
color:#CCCCCC;
}
@ -171,25 +171,47 @@ table.formtable tbody th {
*** Footer
***/
.homelink a:link,
.homelink a:visited,
.homelink a:hover {
background-color: #dddddd;
color: #000;
text-decoration: none;
}
.homelink a:link,
.homelink a:visited {
border-top: 1px solid #cecece;
border-bottom: 2px solid #4a4a4a;
border-left: 1px solid #cecece;
border-right: 2px solid #4a4a4a;
}
.homelink a:hover {
border-bottom: 1px solid #cecece;
border-top: 2px solid #4a4a4a;
border-right: 1px solid #cecece;
border-left: 2px solid #4a4a4a;
}
/***
*** Admin
***/
.admin .generalboxcontent {
background-color:#EEEEEE;
background-color:#EEEEEE;
}
.admin .generalbox {
border-color:#BBBBBB;
border-color:#BBBBBB;
}
.admin .informationbox {
border-color:#BBBBBB;
background-color:#FFFFFF;
border-color:#BBBBBB;
background-color:#FFFFFF;
}
body#admin-index .c0 {
background-color: #FAFAFA;
background-color: #FAFAFA;
}
@ -199,28 +221,28 @@ body#admin-index .c0 {
***/
.sideblock {
border-color:#DDDDDD;
border-color:#DDDDDD;
}
.sideblock .header {
}
.sideblock .content {
background-color:#FCFCFC;
background-color:#FCFCFC;
}
.sideblock .content hr {
border-top-color:#999999;
border-top-color:#999999;
}
.sideblock .list {
}
.sideblock .header .hide-show img.hide-show-image {
background: url('../../pix/t/switch_minus.gif') no-repeat bottom;
background: url('../../pix/t/switch_minus.gif') no-repeat bottom;
}
.sideblock.hidden .header .hide-show img.hide-show-image {
background: url('../../pix/t/switch_plus.gif') no-repeat bottom;
background: url('../../pix/t/switch_plus.gif') no-repeat bottom;
}
@ -231,106 +253,106 @@ body#admin-index .c0 {
#calendar .maincalendar,
#calendar .sidecalendar {
border-color: #DDDDDD;
border-color: #DDDDDD;
}
#calendar .maincalendar table.calendarmonth th {
border-color: #000000;
border-color: #000000;
}
table.minicalendar {
border-color:#DDDDDD;
border-color:#DDDDDD;
}
#calendar .maincalendar .eventlist .event {
border-color:#DDDDDD;
border-color:#DDDDDD;
}
#calendar .maincalendar .eventlist .event .topic,
#calendar .maincalendar .eventlist .event .picture,
#calendar .maincalendar .eventlist .event .side {
background-color:#EEEEEE;
background-color:#EEEEEE;
}
#calendar .maincalendar table.calendarmonth ul.events-underway {
color:#999999;
color:#999999;
}
#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
border-color:#2EBA0E !important;
background-color:#2EBA0E;
border-color:#2EBA0E !important;
background-color:#2EBA0E;
}
#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
border-color:#FF9966 !important;
background-color:#FF9966;
border-color:#FF9966 !important;
background-color:#FF9966;
}
#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
border-color:#FBBB23 !important;
background-color:#FBBB23;
border-color:#FBBB23 !important;
background-color:#FBBB23;
}
#calendar .event_user,
.minicalendar .event_user,
.block_calendar_month .event_user {
border-color:#A1BECB !important;
background-color:#A1BECB;
border-color:#A1BECB !important;
background-color:#A1BECB;
}
#calendar .duration_global,
.minicalendar .duration_global {
border-top-color:#2EBA0E !important;
border-bottom-color:#2EBA0E !important;
border-top-color:#2EBA0E !important;
border-bottom-color:#2EBA0E !important;
}
#calendar .duration_course,
.minicalendar .duration_course {
border-top-color:#FF9966 !important;
border-bottom-color:#FF9966 !important;
border-top-color:#FF9966 !important;
border-bottom-color:#FF9966 !important;
}
#calendar .duration_group,
.minicalendar .duration_group {
border-top-color:#FBBB23 !important;
border-bottom-color:#FBBB23 !important;
border-top-color:#FBBB23 !important;
border-bottom-color:#FBBB23 !important;
}
#calendar .duration_user,
.minicalendar .duration_user {
border-top-color:#A1BECB !important;
border-bottom-color:#A1BECB !important;
border-top-color:#A1BECB !important;
border-bottom-color:#A1BECB !important;
}
#calendar .weekend,
.minicalendar .weekend {
color:#FF0000;
color:#FF0000;
}
#calendar .today,
.minicalendar .today {
border-color:#000000 !important;
border-color:#000000 !important;
}
.cal_popup_fg {
background-color:#FFFFFF;
background-color:#FFFFFF;
}
.cal_popup_bg {
border-color:#000000;
background-color:#FFFFFF;
border-color:#000000;
background-color:#FFFFFF;
}
#calendar .maincalendar .filters table,
#calendar .sidecalendar .filters table,
.block_calendar_month .filters table {
background-color: #EEEEEE;
background-color: #EEEEEE;
}
@ -341,23 +363,23 @@ table.minicalendar {
/* course, entry-page, login */
.headingblock {
border-color:#DDDDDD;
border-color:#DDDDDD;
}
/* course */
.headingblock .outline {
border-color:#DDDDDD;
border-color:#DDDDDD;
}
#course-view .section td {
border-color:#DDDDDD;
border-color:#DDDDDD;
}
#course-view .section .content {
}
#course-view .section .side {
background: #EEEEEE;
background: #EEEEEE;
}
#course-view .section .left {
@ -367,7 +389,7 @@ table.minicalendar {
}
#course-view .current .side{
background: #FFD991;
background: #FFD991;
}
#course-view .topics {
@ -380,16 +402,16 @@ table.minicalendar {
}
#course-view .section .weekdates {
color:#AAAAAA;
color:#AAAAAA;
}
.categoryboxcontent,
.courseboxcontent {
border-color:#DDDDDD;
background: #FFFFFF;
border-color:#DDDDDD;
background: #FFFFFF;
}
body#course-user .section {
border-color:#AAAAAA;
border-color:#AAAAAA;
}
@ -403,7 +425,7 @@ body#course-user .section {
***/
.loginbox .content {
border-color:#DDDDDD;
border-color:#DDDDDD;
}
@ -412,15 +434,15 @@ body#course-user .section {
***/
table.message_search_results td {
border-color:#DDDDDD;
border-color:#DDDDDD;
}
.message .author {
color: #999999;
color: #999999;
}
.message .time {
color: #999999;
color: #999999;
}
.message .content {
@ -433,42 +455,42 @@ table.message_search_results td {
.tablink a:link,
.tablink a:visited {
color:#000066;
color:#000066;
}
.selected .tablink a:link,
.selected .tablink a:visited {
color:#000000;
color:#000000;
}
.tabs .side {
border-color: #AAAAAA;
border-color: #AAAAAA;
}
.tabrow td {
background:url(pix/tab/left.gif) top left no-repeat;
background:url(pix/tab/left.gif) top left no-repeat;
}
.tabrow td .tablink {
background:url(pix/tab/right.gif) top right no-repeat;
background:url(pix/tab/right.gif) top right no-repeat;
}
.tabrow td:hover {
background-image:url(pix/tab/left_hover.gif);
background-image:url(pix/tab/left_hover.gif);
}
.tabrow td:hover .tablink {
background-image:url(pix/tab/right_hover.gif);
background-image:url(pix/tab/right_hover.gif);
}
.tabrow .last span {
background:url(pix/tab/right_end.gif) top right no-repeat;
background:url(pix/tab/right_end.gif) top right no-repeat;
}
.tabrow .selected {
background:url(pix/tab/left_active.gif) top left no-repeat;
background:url(pix/tab/left_active.gif) top left no-repeat;
}
.tabrow .selected .tablink {
background:url(pix/tab/right_active.gif) top right no-repeat;
background:url(pix/tab/right_active.gif) top right no-repeat;
}
.tabrow td.selected:hover {
background-image:url(pix/tab/left_active_hover.gif);
background-image:url(pix/tab/left_active_hover.gif);
}
.tabrow td.selected:hover .tablink {
background-image:url(pix/tab/right_active_hover.gif);
background-image:url(pix/tab/right_active_hover.gif);
}
@ -477,16 +499,16 @@ table.message_search_results td {
***/
.userpicture {
background:#EEEEEE;
background:#EEEEEE;
}
.userinfobox {
border-color: #DDDDDD;
background-color: #F7F7F7;
border-color: #DDDDDD;
background-color: #F7F7F7;
}
.groupinfobox {
border-color: #DDDDDD;
background-color: #FCFCFC;
border-color: #DDDDDD;
background-color: #FCFCFC;
}
@ -498,15 +520,15 @@ table.message_search_results td {
}
.assignmentnew .assignmentfeedback{
background-color:#DDDDDD;
background-color:#DDDDDD;
}
.assignmentold .assignmentfeedback{
background-color:#BBBBBB;
background-color:#BBBBBB;
}
.assignmentheading {
background-color:#BBBBBB;
background-color:#BBBBBB;
}
@ -524,46 +546,46 @@ table.message_search_results td {
.forumheaderlist,
.forumpost {
border-color:#DDDDDD;
border-color:#DDDDDD;
}
.forumpost .content {
background: #FFFFFF;
background: #FFFFFF;
}
.forumpost .left {
background:#EEEEEE;
background:#EEEEEE;
}
.forumpost .topic {
border-bottom-color: #EEEEEE;
border-bottom-color: #EEEEEE;
}
.forumpost .starter {
background:#DDDDDD;
background:#DDDDDD;
}
.forumheaderlist .discussion .starter {
background:#DDDDDD;
background:#DDDDDD;
}
.forumheaderlist td {
border-color: #FFFFFF;
border-color: #FFFFFF;
}
.sideblock .post .head {
color:#555555;
color:#555555;
}
.forumthread .unread {
background: #FFD991;
background: #FFD991;
}
#mod-forum-discuss .forumpost {
background: none;
background: none;
}
#mod-forum-discuss .unread .forumpost .message {
border-color: #FFD991;
border-color: #FFD991;
}
#mod-forum-discuss .forumthread .unread {
}
@ -577,18 +599,18 @@ table.message_search_results td {
***/
.entryboxheader {
border-color: #BBBBBB;
border-color: #BBBBBB;
}
.entrybox {
border-color: #BBBBBB;
border-color: #BBBBBB;
}
.entry {
}
.glossarypost {
border-color: #DDDDDD;
border-color: #DDDDDD;
}
.glossarypost .entryheader,
@ -596,30 +618,30 @@ table.message_search_results td {
.glossarypost .picture,
.glossarypost .entryattachment,
.glossarypost .left {
background-color: #F0F0F0;
background-color: #F0F0F0;
}
.glossarycomment {
border-color: #DDDDDD;
border-color: #DDDDDD;
}
.glossarycomment .entryheader,
.glossarycomment .picture,
.glossarycomment .left {
background-color: #F0F0F0;
background-color: #F0F0F0;
}
#mod-glossary-report .generalbox .teacher {
background: #F0F0F0;
background: #F0F0F0;
}
.categoryheader {
background-color: #dddddd;
background-color: #dddddd;
}
.glossaryformatheader {
background-color: #dddddd;
background-color: #dddddd;
}
@ -629,7 +651,7 @@ table.message_search_results td {
#mod-journal-view .feedbackbox .left,
#mod-journal-view .feedbackbox .entryheader {
background-color: #dddddd;
background-color: #dddddd;
}
/***
@ -645,10 +667,10 @@ table.message_search_results td {
***/
body#mod-quiz-report table#attempts td {
border-color: #dddddd;
border-color: #dddddd;
}
body#mod-quiz-report table#attempts .r1 {
background-color: #eeeeee;
background-color: #eeeeee;
}
@ -665,10 +687,10 @@ body#mod-quiz-report table#attempts .r1 {
***/
#mod-survey-view .r0 {
background-color: #EEEEEE;
background-color: #EEEEEE;
}
#mod-survey-view .r1 {
background-color: #DDDDDD;
background-color: #DDDDDD;
}
@ -681,10 +703,10 @@ body#mod-quiz-report table#attempts .r1 {
***/
.workshoppostpicture {
background-color:#FEE6B9;
background-color:#FEE6B9;
}
.workshopassessmentheading {
background-color:#DDDDDD;
background-color:#DDDDDD;
}

View File

@ -1,25 +1,25 @@
/*******************************************************************
styles_color.css
This CSS file contains all font definitions like family, size,
weight, text-align, letter-spacing etc.
Styles are organised into the following sections:
core
header
footer
core
header
footer
admin
blocks
calendar
course
doc
login
message
tabs
user
admin
blocks
calendar
course
doc
login
message
tabs
user
various modules
various modules
*******************************************************************/
@ -29,25 +29,25 @@
***/
.clearer {
font-size:1px;
font-size:1px;
}
body, td, th, li {
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:0.95em;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:0.95em;
}
th {
font-weight: bold;
font-weight: bold;
}
a:link,
a:visited {
text-decoration:none;
text-decoration:none;
}
a:hover {
text-decoration: underline;
text-decoration: underline;
}
h1.main,
@ -56,73 +56,73 @@ h3.main,
h4.main,
h5.main,
h6.main {
font-weight:bold;
font-weight:bold;
}
h1 {
font-size:1.7em;
font-size:1.7em;
}
h2 {
font-size:1.4em;
font-size:1.4em;
}
h3 {
font-size:1.1em;
font-size:1.1em;
}
h4 {
font-size:1.0em;
font-size:1.0em;
}
.bold {
font-weight:bold;
font-weight:bold;
}
.warning {
font-weight: bold;
font-style: italic;
font-weight: bold;
font-style: italic;
}
.errorbox .title {
font-weight: bold;
font-size: 1.2em;
text-align: center;
font-weight: bold;
font-size: 1.2em;
text-align: center;
}
.pagingbar .title {
font-weight: bold;
font-weight: bold;
}
.pagingbar .thispage {
font-weight: bold;
font-weight: bold;
}
.categoryname,
.categorynumber {
font-size:larger;
font-weight:bold;
font-size:larger;
font-weight:bold;
}
.helplink {
font-size:0.8em;
font-size:0.8em;
}
.headingblock {
font-weight: bold;
font-weight: bold;
}
.headingblock .link {
font-size: 0.9em;
font-size: 0.9em;
}
.files .file {
font-size: 0.9em;
font-size: 0.9em;
}
.files .folder {
font-size: 0.9em;
font-size: 0.9em;
}
.files .folder .size {
font-weight: bold;
font-weight: bold;
}
@ -131,25 +131,25 @@ h4 {
***/
.headermain {
font-weight:bold;
font-weight:bold;
}
#header-home .headermain {
font-size:1.5em;
font-size:1.5em;
}
#header .headermain {
font-size:1.3em;
font-size:1.3em;
}
.breadcrumb {
font-size:0.9em;
font-weight:bold;
font-size:0.9em;
font-weight:bold;
}
.logininfo,
#header-home .headermenu font {
font-size:x-small;
font-size:x-small;
}
@ -158,17 +158,17 @@ h4 {
***/
.homelink {
font-size:x-small;
}
/***
*** Admin
***/
table.formtable tbody th {
font-weight: normal;
text-align: right;
font-weight: normal;
text-align: right;
}
@ -178,23 +178,23 @@ table.formtable tbody th {
.sideblock .content h3,
.sideblock .content h2 {
font-size:1.0em;
font-size:1.0em;
}
.sideblock .header .commands {
font-size: 0.75em;
font-size: 0.75em;
}
.sideblock .footer {
font-size:0.75em;
font-size:0.75em;
}
.sideblock .head,
.sideblock .info {
font-size: 0.85em;
font-size: 0.85em;
}
.sideblock .date {
font-style: italic;
font-style: italic;
}
@ -204,55 +204,55 @@ table.formtable tbody th {
***/
#calendar .maincalendar .eventlist .event .referer {
font-weight:bold;
font-weight:bold;
}
#calendar .maincalendar .eventlist .event .course {
font-size:0.8em;
font-size:0.8em;
}
#calendar .maincalendar .eventlist .event .description .commands {
text-align: right;
text-align: right;
}
#calendar .maincalendar table.calendarmonth td {
font-size:0.8em;
font-size:0.8em;
}
#calendar div.header
{
font-weight:bold;
font-weight:bold;
}
#calendar .sidecalendar .filters {
font-size:0.75em;
font-size:0.75em;
}
#calendar .maincalendar .controls {
font-size:1.2em;
font-size:1.2em;
}
#calendar .maincalendar .day {
font-weight: bold;
font-weight: bold;
}
table.minicalendar {
font-size:0.85em;
font-size:0.85em;
}
.cal_popup_caption {
font-family:sans-serif;
font-size:0.8em;
font-weight:bold;
font-family:sans-serif;
font-size:0.8em;
font-weight:bold;
}
.cal_popup_close {
font-family:sans-serif;
font-size:0.8em;
font-weight:bold;
font-family:sans-serif;
font-size:0.8em;
font-weight:bold;
}
#calendar .maincalendar .calendar-controls .current {
font-weight: bold;
font-weight: bold;
}
@ -261,28 +261,28 @@ table.minicalendar {
***/
.activitydate, .activityhead {
font-size:x-small;
font-size:x-small;
}
.weeklydatetext {
font-size:medium;
font-weight:bold;
font-size:medium;
font-weight:bold;
}
.courseboxinfo {
font-size:medium;
font-size:medium;
}
.courseboxteachers,
.courseboxcost {
font-size:smaller;
font-size:smaller;
}
.courseboxsummary {
font-size:small;
font-size:small;
}
#course-view .section .left {
font-weight:bold;
font-weight:bold;
}
@ -292,10 +292,10 @@ table.minicalendar {
*** Doc
***/
body#doc-contents h1 {
font-size: 1em;
font-size: 1em;
}
body#doc-contents ul {
font-size: 0.8em;
font-size: 0.8em;
}
@ -310,39 +310,39 @@ body#doc-contents ul {
***/
.message_summary_link {
font-size:small;
font-size:small;
}
.message_link {
font-size:x-small;
font-size:x-small;
}
.message_form {
font-size:0.78em;
font-size:0.78em;
}
.message_heading {
font-size:medium;
font-weight:bold;
font-size:medium;
font-weight:bold;
}
.message_date,
.message_contact,
.message_summary {
font-size:small;
font-size:small;
}
.message_small_note,
.message_pix {
font-size:x-small;
font-size:x-small;
}
.message .author {
font-weight: bold;
font-weight: bold;
}
.message .time {
font-style: italic;
font-style: italic;
}
.message .content {
@ -353,7 +353,7 @@ body#doc-contents ul {
*** Tabs
***/
.tablink a:hover {
text-decoration: none;
text-decoration: none;
}
@ -362,11 +362,11 @@ body#doc-contents ul {
***/
.userinfobox .username {
font-weight: bold;
font-weight: bold;
}
.userinfobox .links {
font-size: 0.7em;
font-size: 0.7em;
}
@ -381,25 +381,25 @@ body#doc-contents ul {
/***
*** Modules: Choice
***/
/***
*** Modules: Forum
***/
.forumnodiscuss{
font-weight:bold;
font-weight:bold;
}
.forumpost .topic .subject {
font-weight: bold;
font-weight: bold;
}
.forumpost .topic .author {
font-size: 0.8em;
font-size: 0.8em;
}
.forumheaderlist .discussion .lastpost {
font-size: 0.7em;
font-size: 0.7em;
}
body#mod-forum-search .introcontent {
font-weight:bold;
font-weight:bold;
}
@ -409,25 +409,25 @@ body#mod-forum-search .introcontent {
***/
.glossarypost .commands {
font-size: 0.7em;
font-size: 0.7em;
}
.glossarypost .entryheader .author {
font-size: 0.7em;
font-style: italic;
font-size: 0.7em;
font-style: italic;
}
.concept {
font-weight: bold;
font-weight: bold;
}
.glossarycomment .time {
font-size: 0.7em;
font-style: italic;
font-size: 0.7em;
font-style: italic;
}
.entrylowersection .aliases {
font-size: 0.8em;
font-size: 0.8em;
}
.entrylowersection .icons,
.entrylowersection .ratings {
font-size: 0.8em;
font-size: 0.8em;
}
@ -437,19 +437,19 @@ body#mod-forum-search .introcontent {
***/
#mod-journal-view .lastedit,
#mod-journal-view .editend {
font-size: 0.7em;
font-size: 0.7em;
}
#mod-journal-view .author {
font-size: 1em;
font-weight: bold;
font-size: 1em;
font-weight: bold;
}
#mod-journal-view .time {
font-size: 0.7em;
font-style: italic;
font-size: 0.7em;
font-style: italic;
}
#mod-journal-view .grade {
font-weight: bold;
font-style: italic;
font-weight: bold;
font-style: italic;
}
/***
@ -465,7 +465,7 @@ body#mod-forum-search .introcontent {
***/
.editorhelptext {
font-size:x-small;
font-size:x-small;
}

File diff suppressed because it is too large Load Diff

View File

@ -1,25 +1,25 @@
/*******************************************************************
styles_moz.css
This CSS file uses the non-standard Mozilla CSS extensions
to add round corners to the current theme.
Styles are organised into the following sections:
core
header
footer
core
header
footer
admin
blocks
calendar
course
doc
login
message
tabs
user
admin
blocks
calendar
course
doc
login
message
tabs
user
various modules
various modules
*******************************************************************/
@ -30,61 +30,61 @@
***/
.headingblock {
-moz-border-radius:3px;
-moz-border-radius:3px;
}
.notifyproblem {
-moz-border-radius:10px;
-moz-border-radius:10px;
}
.notifysuccess {
-moz-border-radius:10px;
-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;
-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;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
}
.noticebox {
-moz-border-radius:5px;
-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;
-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;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
}
.sitetopic {
-moz-border-radius:15px;
-moz-border-radius:15px;
}
.sitetopiccontent {
-moz-border-radius:15px;
-moz-border-radius:15px;
}
.headingblock {
-moz-border-radius:3px;
-moz-border-radius:3px;
}
.categoryboxcontent, .courseboxcontent {
-moz-border-radius:20px;
-moz-border-radius:20px;
}
@ -93,13 +93,13 @@
/* kept for backward compatibility with some non-standard modules
which use these classes for various things */
.generaltab, .generaltabinactive{
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
}
.generaltabselected {
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
}
@ -119,27 +119,27 @@
*** Blocks
***/
.sideblock {
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
}
.sideblock.hidden {
-moz-border-radius: 0px;
-moz-border-radius: 0px;
}
.sideblock {
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
}
.sideblock .content {
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
}
.block_course_summary, .block_course_summary .content {
-moz-border-radius:20px;
-moz-border-radius:20px;
}
@ -149,45 +149,45 @@
***/
#calendar .eventlist .event {
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
}
#calendar .eventlist .event .side {
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomleft:15px;
}
#calendar .eventlist .event .description {
-moz-border-radius-bottomright:15px;
-moz-border-radius-bottomright:15px;
}
#calendar .maincalendar,
#calendar .sidecalendar
{
-moz-border-radius-bottomright:20px;
-moz-border-radius-bottomleft:20px;
-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;
-moz-border-radius:4px;
}
table.minicalendar {
-moz-border-radius:10px;
-moz-border-radius:10px;
}
table.minicalendar td {
-moz-border-radius:4px;
-moz-border-radius:4px;
}
/***
*** Course
***/
body#course-user .section {
-moz-border-radius:20px;
-moz-border-radius:20px;
}
@ -199,15 +199,15 @@ body#course-user .section {
*** Login
***/
.loginbox {
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
}
.loginbox .content.left {
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomleft:20px;
}
.loginbox .content.right {
-moz-border-radius-bottomright:20px;
-moz-border-radius-bottomright:20px;
}
/***
@ -222,16 +222,16 @@ body#course-user .section {
*** User
***/
.userinfobox {
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
}
.groupinfobox {
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
}
#user-view .left {
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomleft:20px;
}
/***
@ -250,20 +250,20 @@ body#course-user .section {
*** Modules: Forum
***/
.forumpost {
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
}
.forumpost .side {
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomleft:20px;
}
.forumpost .content {
-moz-border-radius-bottomright:20px;
-moz-border-radius-bottomright:20px;
}
.forumpost .message {
-moz-border-radius-bottomright:20px;
-moz-border-radius-bottomright:20px;
}
@ -271,48 +271,48 @@ body#course-user .section {
*** Modules: Glossary
***/
.categoryheader {
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
}
.glossaryformatheader {
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
}
.entryboxheader {
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
}
.entrybox {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
}
.glossarypost {
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
}
.glossarypost .side {
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomleft:15px;
}
.encyclopedia .entrylowersection {
-moz-border-radius-bottomright:15px;
-moz-border-radius-bottomright:15px;
}
.glossarycomment {
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
}
.glossarycomment .side {
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomleft:20px;
}
.glossarycomment .entry {
-moz-border-radius-bottomright:20px;
-moz-border-radius-bottomright:20px;
}
@ -321,13 +321,13 @@ body#course-user .section {
***/
#mod-journal-view .feedbackbox {
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
}
#mod-journal-view .feedbackbox .side {
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomleft:15px;
}
#mod-journal-view .feedbackbox .entrycontent {
-moz-border-radius-bottomright:15px;
-moz-border-radius-bottomright:15px;
}