|
|
|
@ -60,55 +60,7 @@ img { |
|
|
|
|
width:20%; |
|
|
|
|
text-align:right; |
|
|
|
|
} |
|
|
|
|
/* Header 3: Containing breadcrumbs, online users, student/teacher view, help */ |
|
|
|
|
#header3 { |
|
|
|
|
position: relative; /* to avoid the IE peekabo bug*/ |
|
|
|
|
font-size: 12px; |
|
|
|
|
font-weight: normal; |
|
|
|
|
padding: 4px; |
|
|
|
|
background-color: #90AFDD; |
|
|
|
|
color: #fff; |
|
|
|
|
border-bottom: 1px solid white; |
|
|
|
|
} |
|
|
|
|
#header3 a { |
|
|
|
|
color: #ffffff; |
|
|
|
|
text-decoration: none; |
|
|
|
|
font-weight:normal; |
|
|
|
|
} |
|
|
|
|
#header3 a:hover { |
|
|
|
|
text-decoration: underline; |
|
|
|
|
} |
|
|
|
|
/* Header3Right: online users, student/teacher view, help */ |
|
|
|
|
#Header3Right ul { |
|
|
|
|
position: relative; /* to avoid the IE peekabo bug*/ |
|
|
|
|
float: right; |
|
|
|
|
width: 50%; |
|
|
|
|
margin: 0; |
|
|
|
|
padding: 0; |
|
|
|
|
list-style-type: none; |
|
|
|
|
text-align: right; |
|
|
|
|
} |
|
|
|
|
#Header3Right ul li { |
|
|
|
|
display: inline; |
|
|
|
|
} |
|
|
|
|
#Header3Right ul li a { |
|
|
|
|
padding: 4px 6px 4px 4px; |
|
|
|
|
color:#fff; |
|
|
|
|
} |
|
|
|
|
/* Header 4: not used */ |
|
|
|
|
#header4 { |
|
|
|
|
background-color: #fff; |
|
|
|
|
color: #009; |
|
|
|
|
padding: 4px; |
|
|
|
|
margin-bottom: 2px; |
|
|
|
|
} |
|
|
|
|
#header4 a { |
|
|
|
|
color: #4171b5; |
|
|
|
|
} |
|
|
|
|
#header4 a:hover { |
|
|
|
|
text-decoration: none; |
|
|
|
|
color: #f00; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* The tool shortcuts */ |
|
|
|
|
#toolshortcuts { |
|
|
|
|
text-align: right; |
|
|
|
|