/* $Id$ */
-/*
-** color
-*/
+/*************************************************
+***
+*** color
+***
+**************************************************/
/*************************************************
***
*** basic and general styles
*** header and footer styles
*** content styles (alphabetically)
-*** activities, calendar, blocks
+*** admin, course, activities, calendar, blocks
***
*** Please sort new styles for existing content
*** into the appropriate part of this CSS file.
/* basic styles */
-
a:link,
a:visited {
color:#0000FF;
color:#FF0000;
}
+
/* general styles */
body {
background-color:#FAFAFA;
background-color:#AAFFAA; /* highlight */
}
+
/* header styles */
border-color:#DDDDDD; /* borders */
}
+
/* summary of a user in a nice little box - weblib.php */
.userinfobox {
border-color:#DDDDDD; /* borders */
}
+
/* weblib.php table */
.tabledivider {
border-color:#DDDDDD; /* borders */
}
+
/* entry-page index.php */
.sitetopic {
background-color:#FFFFFF; /* cellheading */
/*****************************
***
-*** Activities
+*** Admin
***
******************************/
/* admin, calednder, course */
color:#AAAAAA;
}
-/* assignment, forum, glossary */
-.forumheaderlist,
-.forumpost {
- border-color:#DDDDDD; /* borders */
-}
+/*****************************
+***
+*** Course
+***
+******************************/
/* course, entry-page, login */
.headingblock {
border-color:#DDDDDD; /* borders */
}
+
/* course */
.outlineheadingblock {
border-color:#DDDDDD; /* borders */
.courseboxcontent {
border-color:#DDDDDD; /* borders */
}
+
.weeklydatetext {
color:#DDDDDD; /* cellheading2 */
}
+
+/*****************************
+***
+*** Activities
+***
+******************************/
+/* assignment, forum, glossary */
+.forumheaderlist,
+.forumpost {
+ border-color:#DDDDDD; /* borders */
+}
+
+
/* glossary, wiki */
.generaltab {
background-color:#FFD991; /* cellheading */
background-color:#DDDDDD; /* cellheading2 */
}
+
/* lang, forum */
.teacheronly {
color:#990000;
color:#555555;
}
+
/* message */
table.message_search_results td {
border-color:#DDDDDD; /* borders */
}
+
/* weblib.php, wiki */
.sideblockmain hr {
border-top-color:#999999;
}
+
/*****************************
***
*** Calendar
border-color:#DDDDDD; /* borders */
}
+
/*****************************
***
*** Blocks
color:#555555;
}
+
/* sideblock */
/* calendar, weblib.php, wiki */
.sideblock {
/* $Id$ */
-/*
-** fonts
-*/
+/*************************************************
+***
+*** fonts
+***
+**************************************************/
/*************************************************
***
*** basic and general styles
*** header and footer styles
*** content styles (alphabetically)
-*** activities, calendar, blocks
+*** admin, course, activities, calendar, blocks
***
*** Please sort new styles for existing content
*** into the appropriate part of this CSS file.
text-decoration:underline;
}
+
/* general styles */
body, td, th, li {
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
-
/*****************************
***
*** content styles
/* many places */
+/*****************************
+***
+*** Admin
+***
+******************************/
+
+
+/*****************************
+***
+*** Course
+***
+******************************/
/*****************************
font-weight:bold;
}
+
/* course */
.activitydate, .activityhead {
font-size:x-small;
font-size:small;
}
+
/* forum */
.forumolddiscuss {
text-align:right;
font-size:x-small;
}
+
/* message */
.message_summary_link {
font-size:small;
font-size:x-small;
}
+
/* quiz */
.feedbacktext {
text-align:right;
font-size:x-small;
}
+
/*****************************
***
*** Calendar
font-weight:bold;
}
+
/*****************************
***
*** Blocks
.rssclientdescription {
font-size:x-small;
-}
+}
\ No newline at end of file
/* $Id$ */
-/*
-** layout
-*/
+/*************************************************
+***
+*** layout
+***
+**************************************************/
/*************************************************
***
*** basic and general styles
*** header and footer styles
*** content styles (alphabetically)
-*** activities, calendar, blocks
+*** admin, course, activities, calendar, blocks
***
*** Please sort new styles for existing content
*** into the appropriate part of this CSS file.
***
**************************************************/
+
/* basic styles */
.clearer {
clear:both;
/* footer styles */
-
/*****************************
***
*** content styles
border-style:solid;
}
+
/* summary of a user in a nice little box - weblib.php */
.userinfobox {
+ margin-bottom:5px;
border-width:1px;
border-style:solid;
- margin-bottom:5px;
}
.userinfoboxside,
.userinfoboxsummary,
.userinfoboxlinkcontent { }
+
/* weblib.php table */
.tabledivider {
border-width:1px;
border-top:0px;
}
+
/* entry-page index.php */
.sitetopic {
border-width:1px;
border-style:solid;
}
+
/*****************************
***
-*** Activities
+*** Admin
***
******************************/
/* admin, calendar */
padding:9px;
}
-/* assignment, forum, glossary */
-.forumheaderlist,
-.forumpost {
- border-width:1px;
- border-style:solid;
-}
-
-.forumpostindent {
- margin-left: 30px;
-}
-
-/* calendar, course, weblib,php, attandance
-dialouge, exercise, forum, lesson, quiz */
-.generaltableheader {
- background-image:url(gradient.jpg);
- background-position:top;
- background-repeat:repeat-x;
-}
+/*****************************
+***
+*** Course
+***
+******************************/
/* course, entry-page, login */
.headingblock {
background-image:url(gradient.jpg);
border-style:solid;
}
+
/* course */
.outlineheadingblock {
background-image:url(gradient.jpg);
border-width:1px;
border-style:solid;
}
+
.weeklyoutlinecontent,
.topicsoutlinecontent {
border-width:1px;
border-style:solid;
}
+
+/*****************************
+***
+*** Activities
+***
+******************************/
+/* assignment, forum, glossary */
+.forumheaderlist,
+.forumpost {
+ border-width:1px;
+ border-style:solid;
+}
+
+.forumpostindent {
+ margin-left: 30px;
+}
+
+
+/* calendar, course, weblib,php, attandance
+dialouge, exercise, forum, lesson, quiz */
+.generaltableheader {
+ background-image:url(gradient.jpg);
+ background-position:top;
+ background-repeat:repeat-x;
+}
+
+
/* glossary, wiki */
.generaltab,
.generaltabselected {
background:none;
}
+
/* message */
.message_link {
vertical-align:center;
border-style:solid;
}
+
/* quiz */
.feedbacktext {
display:block;
}
+
/*****************************
***
*** Calendar
padding:8px;
}
+
/*****************************
***
*** Blocks
padding-bottom:8px;
}
+
/* sideblock */
.sideblock {
width: 100%;
border-width:1px;
border-style:solid;
}
+
.sideblockheading {
background-image:url(gradient.jpg);
background-position:top;
border-top:1px solid;
}
+
/* sideblock weblib.php */
#block_course_summary .sideblockmain {
padding:10px;
font-weight: bold;
font-size: 1em;
margin: 0px;
-}
-
+}
\ No newline at end of file