|
@@ -523,6 +523,100 @@ td .menu {
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
|
|
|
+.menulist {
|
|
|
+ list-style: none;
|
|
|
+ margin: 0 0 12px 0;
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+#centerwrap {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+ margin-right: -95%;
|
|
|
+ /* this needs to be less than 100% for Moz/Mac which thinks
|
|
|
+ it's empty otherwise. The difference is made up by putting a
|
|
|
+ negative left margin on the left float:
|
|
|
+ Note IE/Mac doesn't like this method ~ it wants the 100% so it can
|
|
|
+ be fed in using IE only CSS below becasue IE/Win also works with the 100% method.
|
|
|
+ */
|
|
|
+}
|
|
|
+/* --- course navigation menu as a definition list --- */
|
|
|
+#swap_menu_link {
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+#toolnavbox {
|
|
|
+ margin: 0 0 0 10px;
|
|
|
+ padding: 0;
|
|
|
+ float: left;
|
|
|
+ border: 1px solid #f0f0f0;
|
|
|
+}
|
|
|
+#toolnavbox dl {
|
|
|
+ width: 160px;
|
|
|
+ margin: 0 auto;
|
|
|
+ padding: 0;
|
|
|
+ background: transparent;
|
|
|
+ font-size: 12px;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+#toolnavbox dt {
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 12px;
|
|
|
+ text-align: center;
|
|
|
+ color: #000;
|
|
|
+ border-bottom: 1px solid #fff;
|
|
|
+ background: transparent;
|
|
|
+}
|
|
|
+#toolnavbox dd {
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+ color: #009;
|
|
|
+ text-align: left;
|
|
|
+ border-bottom:1px solid #fff;
|
|
|
+ background: #E5EDF9;
|
|
|
+}
|
|
|
+#toolnav img {
|
|
|
+ float: left;
|
|
|
+ width: 25px;
|
|
|
+ height: 25px;
|
|
|
+ margin: 0 4px 0 0;
|
|
|
+}
|
|
|
+#toolnavlist a, #toolnavlist a:link {
|
|
|
+ background: #E5EDF9;
|
|
|
+ color: #dcdcdc;
|
|
|
+ padding: 5px 5px 5px 10px;
|
|
|
+ margin: 0;
|
|
|
+ text-decoration: none;
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+#toolnavlist a:hover {
|
|
|
+ background: #fff;
|
|
|
+ color:#dcdcdc;
|
|
|
+}
|
|
|
+#toolnavlist a#here {
|
|
|
+ background: #fff;
|
|
|
+ color:#dcdcdc;
|
|
|
+}
|
|
|
+/* --- end of course navigation menu section --- */
|
|
|
+/*
|
|
|
+this lets the navigation menu appear to the left:
|
|
|
+#center { margin: 0 0 0 180px; padding: 10px 0 40px 0;
|
|
|
+ min-height: 300px; }
|
|
|
+
|
|
|
+#toolnav { float: left; width: 180px; padding: 20px 0 0 0;
|
|
|
+ margin-left: -5%;
|
|
|
+}
|
|
|
+#toolnav { float: right; width: 180px; padding: 0; margin: 0;
|
|
|
+ margin-left: -5%; /* the difference to make the left colum appear flush left */
|
|
|
+}
|
|
|
+
|
|
|
+/* Hide from IE5-mac. Only IE-win sees this. \*/
|
|
|
+* html #toolnav { margin-right: 0px;}
|
|
|
+* html #center { height: 1%; margin-left: 0; }
|
|
|
+ /* End hide from IE5/mac */
|
|
|
+*/
|
|
|
+
|
|
|
+
|
|
|
/*
|
|
|
==============================================================================
|
|
|
DOCUMENT MODULE AND DATA TABLES
|