New styles added

This commit is contained in:
moodler 2005-02-17 08:40:21 +00:00
parent b8340d1938
commit ebc4968b00
5 changed files with 47 additions and 4 deletions

View File

@ -4,7 +4,7 @@
<div id="footer">
<center>
<hr size="1" noshade="noshade" />
<p class="logininfo"><?php echo $loggedinas ?></p>
<?php echo $loggedinas ?>
<p class="homelink"><?php echo $homelink ?></p>
<?php if (isadmin()) { ?>
<hr size="1" noshade="noshade" />

View File

@ -315,7 +315,7 @@ th {
/* glossary, wiki */
.generaltab {
.generaltab, .generaltabinactive {
background-color:#BBBBBB; /* cellheading */
}
@ -323,6 +323,18 @@ th {
background-color:#DDDDDD; /* cellheading2 */
}
.generaltabinactive {
color:#CCCCCC;
}
.glossaryentryheader {
border-color: #BBBBBB;
}
.glossaryentry {
border-color: #BBBBBB;
}
/* lang, forum */
.teacheronly {

View File

@ -290,6 +290,12 @@ table.formtable tbody th {
}
/* glossary */
.commands {
font-size: 0.7em;
}
/*****************************
***
*** Calendar

View File

@ -316,6 +316,7 @@ table.formtable tbody th {
}
.userinfobox .links {
width: 100px;
padding: 5px;
vertical-align: bottom;
}
@ -430,10 +431,26 @@ dialouge, exercise, forum, lesson, quiz */
/* glossary, wiki */
.generaltab,
.generaltabselected {
.generaltabselected,
.generaltabinactive {
background:none;
}
.commands {
width: 200px;
white-space: nowrap;
}
.glossaryentryheader {
border-width: 1px 1px 0px 1px;
border-style: solid;
}
.glossaryentry {
border-width: 0px 1px 1px 1px;
border-style: solid;
}
/* message */
.message_link {

View File

@ -60,7 +60,7 @@
.userinfoboxsummary {
}
.generaltab {
.generaltab, .generaltabinactive{
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
}
@ -70,6 +70,14 @@
-moz-border-radius-topright:15px;
}
.glossaryentryheader {
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
}
.glossaryentry {
}
#calendar .eventlist .eventfull {
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;