New styles, changed styles, retro styles, bad 80s styles! (SE)

This commit is contained in:
moodler 2005-02-22 10:39:39 +00:00
parent b0ac91807d
commit 62c0f37e99
2 changed files with 29 additions and 6 deletions

View File

@ -184,7 +184,7 @@ th {
/* course */
.headingblock.outline {
.headingblock .outline {
border-color:#DDDDDD; /* borders */
}
@ -335,6 +335,25 @@ th {
border-color: #BBBBBB;
}
.entry {
}
.glossarypost {
border-color: #DDDDDD;
}
.glossarypost .entryheader,
.glossarypost .picture,
.glossarypost .entryattachment,
.glossarypost .left {
background-color: #F0F0F0;
}
#mod-glossary-report .generalbox .teacher {
background: #F0F0F0;
}
/* lang, forum */

View File

@ -265,7 +265,7 @@ table.formtable tbody th
#course-view .section .left {
border-right:0px;
text-align:center;
font-style:bold;
font-weight:bold;
width: 1.5em;
}
@ -402,7 +402,7 @@ table.userinfobox {
}
.forumheaderlist .discussion .starter {
vertical-align: center;
vertical-align: middle;
}
.forumheaderlist .discussion .lastpost {
@ -459,16 +459,20 @@ dialouge, exercise, forum, lesson, quiz */
border-width:1px;
border-style:solid;
border-collapse:separate;
margin-bottom: 5px;
}
.glossarypost .entry {
padding: 3px;
}
.glossarypost .picture {
width: 35px;
}
/* message */
.message_link {
vertical-align:center;
vertical-align:middle;
}
.message_search_results {
@ -697,8 +701,8 @@ table.minicalendar th {
.cal_popup_caption {
background-image:url(gradient.jpg);
border-bottom-width:1px;
border-bottom-style:solid;
border-width:0px 0px 1px 0px;
border-style:solid;
padding-bottom:2px;
}