You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2166 lines
38 KiB
2166 lines
38 KiB
/*
|
|
==============================================================================
|
|
GLOBAL STYLES - REDEFINED HTML TAGS
|
|
==============================================================================
|
|
*/
|
|
|
|
body {
|
|
background-color: #fff;
|
|
color: #000;
|
|
font-family: arial, verdana, helvetica, sans-serif;
|
|
font-size: 12px;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
img {
|
|
border: none;
|
|
}
|
|
|
|
p,
|
|
blockquote,
|
|
ol,
|
|
ul,
|
|
h4 {
|
|
font-size: 12px;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 21px;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 18px;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 15px;
|
|
margin-top:0px;
|
|
padding-top:0px;
|
|
}
|
|
|
|
/* the following for regular <a> elements */
|
|
a:link,
|
|
a:visited,
|
|
a:hover,
|
|
a:active {
|
|
font-weight : bold;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:link,
|
|
a:visited {
|
|
color : #4171b5;
|
|
}
|
|
|
|
a:hover {
|
|
color: red;
|
|
}
|
|
|
|
a:active {
|
|
color : #f00;
|
|
}
|
|
|
|
select,
|
|
textarea {
|
|
border: 1px solid #000;
|
|
color : #000;
|
|
}
|
|
|
|
select,
|
|
input[type=checkbox],
|
|
input[type=radio],
|
|
input[type=button],
|
|
input[type=submit] {
|
|
cursor: pointer;
|
|
font-size: 12px;
|
|
}
|
|
|
|
input[type=text] {
|
|
font-size: 12px;
|
|
}
|
|
|
|
input.checkbox {
|
|
border-width: 0;
|
|
}
|
|
|
|
input.link_alike,
|
|
input.link_alike:hover {
|
|
background-color: #FFF;
|
|
border-width: 0px;
|
|
color: #4171b5;
|
|
font-weight: bold;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
text-align: left;
|
|
}
|
|
|
|
input.link_alike{
|
|
color: #4171b5;
|
|
}
|
|
|
|
input.link_alike:hover {
|
|
color: #FF0000;
|
|
}
|
|
|
|
|
|
/*
|
|
==============================================================================
|
|
PAGE STRUCTURE
|
|
==============================================================================
|
|
*/
|
|
|
|
#outerframe {
|
|
background-color: #fff;
|
|
border: 1px solid #fff;
|
|
position: relative; /* do not remove, fixes a bug in IE */
|
|
}
|
|
|
|
/* Hides from IE5-mac \*/
|
|
* html #outerframe {height: 1%;}
|
|
/* End hide from IE5-mac */
|
|
|
|
#main {
|
|
background-color: #fff;
|
|
margin: 0px auto;
|
|
margin-top: 10px;
|
|
min-height: 320px;
|
|
padding: 0px 10px 10px 10px;
|
|
position: relative; /* to avoid the IE peekabo bug*/
|
|
width: 98%;
|
|
}
|
|
|
|
.maincontent { /* for content section in main index.php file */
|
|
background-color: #fff;
|
|
float: left;
|
|
padding: 4px;
|
|
width: 78%;
|
|
}
|
|
|
|
.clear {
|
|
clear: both;
|
|
height: 0;
|
|
line-height: 0px;
|
|
}
|
|
|
|
#center {
|
|
margin: 0 190px 0 0;
|
|
min-height: 300px;
|
|
padding: 10px 0 40px 0;
|
|
}
|
|
|
|
.invisible ,
|
|
.invisible a:link,
|
|
.invisible a:visited,
|
|
a.invisible:link,
|
|
a.invisible:visited {
|
|
color: #999;
|
|
}
|
|
|
|
/* user_portal course status icon */
|
|
.coursestatusicons{
|
|
border: 0px solid #000;
|
|
float: left;
|
|
padding-right: 5px;
|
|
width: auto;
|
|
}
|
|
|
|
/* user_portal course list */
|
|
.courses {
|
|
list-style-type: none;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
/*
|
|
==============================================================================
|
|
HEADER STYLES
|
|
==============================================================================
|
|
*/
|
|
|
|
#header {
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
/*
|
|
------------------------------------------------------------------------------
|
|
HEADER 1: Title, portal, organisation, course title
|
|
------------------------------------------------------------------------------
|
|
*/
|
|
|
|
#header1 {
|
|
background-color: #264269;
|
|
border-bottom: 1px solid white;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
padding: 4px;
|
|
}
|
|
|
|
#header1 a {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#header1 a:hover{
|
|
background-color: #264269;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#sitename {
|
|
font-weight: bold;
|
|
margin: 0;
|
|
}
|
|
|
|
#institution {
|
|
float: left;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#my_courses {
|
|
float: right;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/*
|
|
------------------------------------------------------------------------------
|
|
HEADER 2: Users online, help, student/teacher view
|
|
------------------------------------------------------------------------------
|
|
*/
|
|
|
|
#header2 {
|
|
background: #4271b5;
|
|
border-bottom: 1px solid #666;
|
|
color: #fff;
|
|
font-size: 1.0em;
|
|
font-weight: normal;
|
|
padding: 0.2em 0.5em;
|
|
padding-bottom: 0.2em;
|
|
position: relative; /* to avoid the IE peekabo bug*/
|
|
}
|
|
|
|
#header2 a {
|
|
color: #fff;
|
|
font-weight:normal;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#header2 a:hover{
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/* Header2Right: online users, student/teacher view, help */
|
|
#Header2Right ul{
|
|
float: right;
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
position: relative; /* to avoid the IE peekabo bug*/
|
|
text-align: right;
|
|
width: 70%;
|
|
}
|
|
|
|
#Header2Right ul li {
|
|
display: inline;
|
|
}
|
|
|
|
#Header2Right ul li a {
|
|
color:#fff;
|
|
padding: 4px 6px 4px 4px;
|
|
}
|
|
|
|
/*
|
|
------------------------------------------------------------------------------
|
|
HEADER 3: TABS OF THE HEADER
|
|
------------------------------------------------------------------------------
|
|
*/
|
|
|
|
#header3 {
|
|
background: #E5EDF9;
|
|
border-bottom: 1px solid #4171b5;
|
|
color: #006;
|
|
font-size: 1.0em;
|
|
height:auto;
|
|
margin: 0px;
|
|
margin-bottom: 1px;
|
|
padding: 0em 0em 0.4em 0em;
|
|
}
|
|
|
|
#header3 a {
|
|
color: #2754AF;
|
|
display: block;
|
|
font-weight: bold;
|
|
padding: 3px 3px 2px 3px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#header3 a:hover {
|
|
color: #333;
|
|
}
|
|
|
|
#header3 ul {
|
|
display: inline;
|
|
list-style-type: none;
|
|
margin: 0px;
|
|
padding: 0px 20px 0px 0px;
|
|
}
|
|
|
|
#header3 li {
|
|
border-right: solid 1px #73A2B6;
|
|
color: #73A2B6;
|
|
display: block;
|
|
float: left;
|
|
list-style: none;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
#header3 li:hover {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
#header3 #current {
|
|
background-color: #fff;
|
|
border-bottom: 1px solid #fff;
|
|
}
|
|
|
|
#header3 #current a {
|
|
border-bottom: 0px solid #4171b5;
|
|
color: #2754AF;
|
|
}
|
|
|
|
#header3 #current a:hover {
|
|
color: #333;
|
|
}
|
|
|
|
#header3 .banner_links {
|
|
margin: 0;
|
|
}
|
|
|
|
#header3 input {
|
|
display: block;
|
|
padding-left: 2px;
|
|
padding-right: 2px;
|
|
}
|
|
|
|
#header3 input:hover {
|
|
color: #333;
|
|
}
|
|
|
|
#header3 input.logout { /* makes an input appear like a link in this header */
|
|
background-color: transparent;
|
|
border: none;
|
|
color: #2754AF;
|
|
display: inline;
|
|
font-size: 1.0em;
|
|
font-weight:bold;
|
|
margin: 0;
|
|
padding: 0;
|
|
padding-right: 2px;
|
|
padding-top: 3px;
|
|
}
|
|
|
|
#header3 #logout {
|
|
margin-top: 0px;
|
|
}
|
|
|
|
#logout{
|
|
border-left: solid 1px #73A2B6;
|
|
display: inline;
|
|
float: right;
|
|
font-size: 1.0em;
|
|
text-align: right;
|
|
width: auto;
|
|
}
|
|
|
|
/*
|
|
------------------------------------------------------------------------------
|
|
HEADER 4: not used
|
|
------------------------------------------------------------------------------
|
|
*/
|
|
|
|
#header4 {
|
|
background-color: #fff;
|
|
color: #009;
|
|
margin-bottom: 2px;
|
|
padding: 4px;
|
|
float: left;
|
|
clear:right;
|
|
}
|
|
|
|
#header4 a {
|
|
color: #4171b5;
|
|
}
|
|
|
|
#header4 a:hover {
|
|
color: #f00;
|
|
text-decoration: none;
|
|
}
|
|
|
|
/* The tool shortcuts */
|
|
#toolshortcuts {
|
|
text-align: right;
|
|
clear: right;
|
|
}
|
|
|
|
/*
|
|
==============================================================================
|
|
FOOTER STYLES
|
|
==============================================================================
|
|
*/
|
|
|
|
#footer {
|
|
background-color: #E5EDF9;
|
|
border-top: 1px solid #4171B5;
|
|
font-size: 12px;
|
|
padding: 8px;
|
|
}
|
|
|
|
#footer .copyright {
|
|
float: right;
|
|
}
|
|
|
|
#myprofilefooter {
|
|
clear:both;
|
|
border-top:thin solid;
|
|
padding-top:2px;
|
|
}
|
|
|
|
|
|
/*
|
|
==============================================================================
|
|
NAVIGATION MENU
|
|
==============================================================================
|
|
*/
|
|
|
|
.menu {
|
|
background-color: #E5EDF9;
|
|
border: 1px solid #4171B5;
|
|
float: right;
|
|
padding: 0 0 6px 0;
|
|
width: 20%;
|
|
}
|
|
|
|
.menucaption {
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
padding-left: 12px;
|
|
}
|
|
|
|
.menusection {
|
|
border: 1px solid #4171B5;
|
|
margin: 24px 6px 0 6px;
|
|
padding-left: 10px;
|
|
width: auto;
|
|
}
|
|
|
|
.menusectioncaption {
|
|
background-color: #E5EDF9;
|
|
font-size: 12px;
|
|
padding: 0 8px 0 4px;
|
|
position: relative;
|
|
top: -9px;
|
|
}
|
|
|
|
.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.
|
|
*/
|
|
}
|
|
|
|
#center {
|
|
margin: 0 190px 0 0;
|
|
min-height: 300px;
|
|
padding: 10px 0 40px 0;
|
|
}
|
|
|
|
#toolnav {
|
|
float: right;
|
|
margin: 0;
|
|
margin-left: -5%; /* the difference to make the left colum appear flush left */
|
|
padding: 0;
|
|
width: 180px;
|
|
}
|
|
|
|
#toolnav img {
|
|
float: left;
|
|
width: 25px;
|
|
height: 25px;
|
|
margin: 0 4px 0 0;
|
|
}
|
|
|
|
/* 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 */
|
|
|
|
/*
|
|
this lets the navigation menu appear to the left:
|
|
#center {
|
|
margin: 0 0 0 180px;
|
|
min-height: 300px;
|
|
padding: 10px 0 40px 0;
|
|
}
|
|
|
|
#toolnav {
|
|
float: left;
|
|
width: 180px;
|
|
padding: 20px 0 0 0;
|
|
margin-left: -5%;
|
|
}
|
|
*/
|
|
|
|
|
|
/*
|
|
------------------------------------------------------------------------------
|
|
course navigation menu as a definition list
|
|
------------------------------------------------------------------------------
|
|
*/
|
|
|
|
#toolnavbox {
|
|
border: 1px solid #4271b5;
|
|
float: left;
|
|
margin: 0 0 0 10px;
|
|
padding: 0;
|
|
}
|
|
|
|
#toolnavbox dl {
|
|
background: transparent;
|
|
font-size: 12px;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
width: 160px;
|
|
}
|
|
|
|
#toolnavbox dt {
|
|
background: transparent;
|
|
border-bottom: 1px solid #fff;
|
|
color: #000;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
margin: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
#toolnavbox dd {
|
|
background: #E5EDF9;
|
|
border-bottom:1px solid #fff;
|
|
color: #009;
|
|
margin: 0;
|
|
text-align: left;
|
|
}
|
|
|
|
#toolnavlist a,
|
|
#toolnavlist a:link {
|
|
background: #E5EDF9;
|
|
color: #4171b5;
|
|
display: block;
|
|
margin: 0;
|
|
padding: 5px 5px 5px 10px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#toolnavlist a:hover,
|
|
#toolnavlist a#here {
|
|
background: #fff;
|
|
color:#4171b5;
|
|
}
|
|
|
|
/* --- end of course navigation menu section --- */
|
|
|
|
|
|
|
|
/*
|
|
==============================================================================
|
|
LOGIN AND LANGUAGE FORM
|
|
==============================================================================
|
|
*/
|
|
|
|
#lang_form {
|
|
font-size: 12px;
|
|
margin: 2px 0 10px 0;
|
|
padding: 2px;
|
|
text-align: left;
|
|
}
|
|
|
|
#lang_form input,
|
|
#lang_form select{
|
|
font-size: 12px;
|
|
}
|
|
|
|
#formLogin label {
|
|
font-size: 12px;
|
|
margin: 4px 6px;
|
|
}
|
|
|
|
#formLogin input {
|
|
font-size: 13px;
|
|
margin: 4px 6px;
|
|
}
|
|
|
|
#login_fail {
|
|
background-color: #fff;
|
|
border: 1px solid #f00;
|
|
color: #f00;
|
|
font-size: 12px;
|
|
margin: 0 6px 6px 6px;
|
|
padding: 4px;
|
|
}
|
|
|
|
input.mainoption {
|
|
font-weight : bold;
|
|
}
|
|
|
|
input.liteoption {
|
|
font-weight : normal;
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
==============================================================================
|
|
COURSE HOMEPAGE
|
|
==============================================================================
|
|
*/
|
|
|
|
/* various sections in course-home.php file */
|
|
#toolremove {
|
|
border: 2px solid #f00;
|
|
color: #f00;
|
|
font-weight: bold;
|
|
margin: 10px auto;
|
|
padding: 10px;
|
|
width: 40%;
|
|
}
|
|
|
|
#courseintro {
|
|
border-bottom: 1px solid #4171B5;
|
|
clear: both;
|
|
margin: 10px auto;
|
|
padding: 10px;
|
|
width: 80%;
|
|
}
|
|
|
|
#courseintro_icons {
|
|
clear: both;
|
|
margin: 10px auto;
|
|
width: 80%;
|
|
}
|
|
|
|
.everybodyview {
|
|
margin: 10px auto;
|
|
padding: 10px;
|
|
position: relative; /* to avoid the IE peekabo bug ?*/
|
|
width: 80%;
|
|
}
|
|
|
|
.Authoringview,
|
|
.courseadminview,
|
|
.platformadminview {
|
|
border: 1px solid #4171B5;
|
|
margin: 25px auto 10px;
|
|
padding: 10px;
|
|
position: relative;
|
|
width: 80%;
|
|
}
|
|
|
|
.viewcaption {
|
|
background-color: #fff;
|
|
color: #4171B5;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
padding: 0 4px;
|
|
position: relative;
|
|
top: -20px;
|
|
}
|
|
|
|
|
|
/*
|
|
==============================================================================
|
|
AGENDA
|
|
==============================================================================
|
|
*/
|
|
|
|
#agenda {
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
border: 1px solid #4171B5;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
#agenda .title a {
|
|
color: #fff;
|
|
}
|
|
|
|
#agenda .agendaitem {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.agenda_month_divider {
|
|
background-color: #4171B5;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
|
|
|
|
#agenda_select {
|
|
border: 0px solid green;
|
|
list-style: none;
|
|
margin: 30px 0 0 0;
|
|
padding: 0 0 0 10px;
|
|
}
|
|
|
|
|
|
/*
|
|
------------------------------------------------------------------------------
|
|
styles for the agenda (day, week, month view)
|
|
------------------------------------------------------------------------------
|
|
*/
|
|
|
|
#agenda_list {
|
|
border: 1px solid #fff;
|
|
border-collapse: collapse;
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
}
|
|
|
|
/*The caption of the calendar (displays the month and the << and >> links*/
|
|
#agenda_list .title{
|
|
background-color: #4171B5;
|
|
border: 1px solid #264269;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
padding: 2px 10px;
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
#agenda_list .title a{
|
|
color: #fff;
|
|
}
|
|
|
|
|
|
|
|
/* The cells with the name of the days of the weeks (mon->sun)*/
|
|
#agenda_list .weekdays {
|
|
background-color: #D3DFF1;
|
|
border: 1px solid #264269;
|
|
border-collapse: collapse;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
#agenda_list .days_week,
|
|
#agenda_list .days_weekend,
|
|
#agenda_list .days_today {
|
|
border: 1px solid #264269;
|
|
border-collapse: collapse;
|
|
height: 40px;
|
|
text-align: left;
|
|
vertical-align: top;
|
|
width: 12%;
|
|
}
|
|
|
|
/* The cells for the days (1->31) */
|
|
#agenda_list .days_week {
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
#agenda_list .days_weekend {
|
|
background-color: #e6e6e6;
|
|
}
|
|
|
|
#agenda_list .days_today {
|
|
background-color: #FFCA8D;
|
|
color: #CC3300;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#agenda_list .data,
|
|
#agenda_list .datanotbold,
|
|
#agenda_list .text,
|
|
#agenda_list .data_hidden,
|
|
#agenda_list .datanotbold_hidden,
|
|
#agenda_list .text_hidden,
|
|
#agenda_list .datanow,
|
|
#agenda_list .datanotboldnow,
|
|
#agenda_list .textnow {
|
|
border: 0px solid #4171B5;
|
|
border-collapse: collapse;
|
|
padding: 2px 10px;
|
|
text-align: left;
|
|
}
|
|
|
|
/* text in the cells: display of agenda items (visible)*/
|
|
#agenda_list .data {
|
|
background-color: #eee;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#agenda_list .datanotbold {
|
|
background-color: #eee;
|
|
font-weight: normal;
|
|
}
|
|
|
|
#agenda_list .text {
|
|
background-color: #fff;
|
|
font-weight: normal;
|
|
}
|
|
|
|
/*text in the cells: display of agenda items (invisible)*/
|
|
#agenda_list .data_hidden {
|
|
background-color: #eee;
|
|
color: #999999;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#agenda_list .datanotbold_hidden {
|
|
background-color: #eee;
|
|
color: #999999;
|
|
font-weight: normal;
|
|
}
|
|
|
|
#agenda_list .text_hidden {
|
|
background-color: #fff;
|
|
color: #999999;
|
|
font-weight: normal;
|
|
}
|
|
|
|
/*text in the cells: display of agenda items (highlighted)*/
|
|
#agenda_list .datanow {
|
|
background-color: #FFCC00;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#agenda_list .datanotboldnow {
|
|
background-color: #FFCC00;
|
|
font-weight: normal;
|
|
}
|
|
|
|
#agenda_list .textnow {
|
|
background-color: #fff;
|
|
font-weight: normal;
|
|
}
|
|
|
|
/*
|
|
------------------------------------------------------------------------------
|
|
styles for the mini agenda
|
|
------------------------------------------------------------------------------
|
|
*/
|
|
#smallcalendar {
|
|
border: 1px solid #fff;
|
|
border-collapse: collapse;
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
}
|
|
|
|
#smallcalendar .title {
|
|
background-color: #4171B5;
|
|
color: #fff;
|
|
font-size: 11px;
|
|
font-weight: bold;
|
|
padding: 2px;
|
|
text-align: center;
|
|
}
|
|
|
|
#smallcalendar .title a {
|
|
color: #fff;
|
|
}
|
|
|
|
#smallcalendar .weekdays {
|
|
background-color: #D3DFF1;
|
|
border: 1px solid #fff;
|
|
border-collapse: collapse;
|
|
font-size: 11px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
#smallcalendar .days_week {
|
|
background-color: #f5f5f5;
|
|
border-collapse: collapse;
|
|
font-size: 11px;
|
|
text-align: center;
|
|
}
|
|
|
|
#smallcalendar .days_weekend {
|
|
background-color: #e6e6e6;
|
|
border: 1px solid #fff;
|
|
border-collapse: collapse;
|
|
font-size: 11px;
|
|
text-align: center;
|
|
}
|
|
|
|
#smallcalendar .days_today {
|
|
background-color: #FFCA8D;
|
|
border: 1px solid #FA8500;
|
|
border-collapse: collapse;
|
|
font-size: 11px;
|
|
text-align: center;
|
|
width: 12%;
|
|
}
|
|
|
|
/*
|
|
------------------------------------------------------------------------------
|
|
styles for the personal agenda
|
|
------------------------------------------------------------------------------
|
|
*/
|
|
.personal_agenda,
|
|
.personal_agenda a:link,
|
|
.personal_agenda a:visited,
|
|
a.personal_agenda:link,
|
|
a.personal_agenda:visited{
|
|
color: #008000;
|
|
}
|
|
|
|
.personal_agenda a:hover,
|
|
a.personal_agenda:hover {
|
|
color: #666666;
|
|
}
|
|
.ical_export { float: right; margin-top: 0.2em;}
|
|
|
|
/*
|
|
==============================================================================
|
|
DISPLAY MESSAGES
|
|
==============================================================================
|
|
*/
|
|
|
|
/* Common message styles */
|
|
.normal-message,
|
|
.warning-message,
|
|
.confirmation-message,
|
|
.error-message {
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
left: 50%;
|
|
margin: 10px auto;
|
|
margin-left: -250px;
|
|
min-height: 30px;
|
|
padding: 5px;
|
|
position: relative;
|
|
right: 50%;
|
|
width: 500px;
|
|
}
|
|
|
|
/* Specific message styles */
|
|
.normal-message {
|
|
background-color: #E5EDF9;
|
|
border-color: #4171B5;
|
|
color: #000;
|
|
}
|
|
|
|
.warning-message {
|
|
background-color: #FFEFA7;
|
|
border-color: #FFB30F;
|
|
color: #000;
|
|
}
|
|
|
|
.confirmation-message {
|
|
background-color: #CAF0C7;
|
|
border-color: #1F8323;
|
|
color: #000;
|
|
}
|
|
|
|
.error-message {
|
|
background-color: #FFD1D1;
|
|
border-color: #FF0000;
|
|
color: #000;
|
|
}
|
|
|
|
#message {
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
}
|
|
|
|
#message select {
|
|
margin: 10px 0;
|
|
width: 220px;
|
|
}
|
|
|
|
#message textarea {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
#message td {
|
|
padding: 4px;
|
|
}
|
|
|
|
/*
|
|
==============================================================================
|
|
DOCUMENT MODULE
|
|
==============================================================================
|
|
*/
|
|
|
|
/* styles from the document.php file */
|
|
.comment {
|
|
margin-left: 30px;
|
|
}
|
|
|
|
/* styles from the upload.php file */
|
|
dl.upload_option {
|
|
margin: 1em 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.upload_option dt {
|
|
font-weight:bold;
|
|
margin:0;
|
|
}
|
|
|
|
.upload_option dd {
|
|
margin:0;
|
|
}
|
|
|
|
/*
|
|
==============================================================================
|
|
DROPBOX MODULE
|
|
==============================================================================
|
|
*/
|
|
|
|
/* styles from dropbox.php file */
|
|
.dropbox_detail {
|
|
font-size: small
|
|
}
|
|
|
|
.dropbox_date {
|
|
font-style: italic
|
|
}
|
|
|
|
.dropbox_date {
|
|
color: #737780;
|
|
font-style: italic ;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.dropbox_listTitle {
|
|
color: #000000;
|
|
}
|
|
|
|
.dropbox_feedback {
|
|
font-size: x-small;
|
|
height: 50px;
|
|
overflow: auto
|
|
width: 200px;
|
|
}
|
|
|
|
.dropbox_feedbacks {
|
|
height: 250px;
|
|
width: 100%;
|
|
overflow: auto
|
|
}
|
|
|
|
/*
|
|
==============================================================================
|
|
CHAT MODULE
|
|
==============================================================================
|
|
*/
|
|
|
|
/* styles for chat / conference tools */
|
|
#chat_entermessage {
|
|
background-color: #D6E5FA;
|
|
border-top: 1px solid #4171B5;
|
|
padding: 5px; margin: 0;
|
|
}
|
|
|
|
/* the following for the greyed out elements */
|
|
a.nobold:link,
|
|
a.nobold:visited,
|
|
a.nobold:active {
|
|
font-weight: normal;
|
|
color: #999;
|
|
margin: 0 0 0 25px;
|
|
}
|
|
|
|
a.nobold:hover {
|
|
font-weight: normal;
|
|
color: #999;
|
|
text-decoration: underline;
|
|
margin: 0 0 0 25px;
|
|
}
|
|
|
|
.note {
|
|
background-color: #FFF089;
|
|
border: 1px solid #4171B5;
|
|
color: #4171B5;
|
|
font-size: 12px;
|
|
font-family: verdana, arial, helvetica, sans-serif;
|
|
line-height: 14px;
|
|
margin: 6px;
|
|
padding: 4px;}
|
|
|
|
.alternativeBgLight {
|
|
background-color: #f5f5f5;
|
|
border: 1px solid #4171B5;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.alternativeBgDark {
|
|
background-color: #ccf;
|
|
border: 1px solid #4171B5;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.myagendatoday {
|
|
background-color: #FFCA8D;
|
|
border-collapse: collapse;
|
|
color: #CC3300;
|
|
font-family: verdana, arial, helvetica, sans-serif;
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
/*
|
|
==============================================================================
|
|
FORM STYLES
|
|
==============================================================================
|
|
*/
|
|
|
|
div.row {
|
|
clear: both;
|
|
padding-top: 5px;
|
|
}
|
|
|
|
div.row div.form_header {
|
|
background-color: #E5EDF9;
|
|
border: 1px solid #4271B5;
|
|
padding: 2px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
div.row div.label {
|
|
float: left;
|
|
text-align: right;
|
|
width: 14%;
|
|
}
|
|
|
|
div.row div.formw {
|
|
width: 83%;
|
|
}
|
|
|
|
[dir=ltr] div.row div.label,
|
|
[dir=rtl] div.row div.formw {
|
|
float: left;
|
|
text-align: right;
|
|
}
|
|
|
|
[dir=rtl] div.row div.label,
|
|
[dir=ltr] div.row div.formw {
|
|
float: right;
|
|
text-align: left;
|
|
}
|
|
|
|
span.form_required {
|
|
color: #f00;
|
|
}
|
|
|
|
span.form_error {
|
|
color: #f00;
|
|
font-size: x-small;
|
|
margin: 2px;
|
|
}
|
|
|
|
|
|
/*
|
|
==============================================================================
|
|
ACCORDION STYLES
|
|
==============================================================================
|
|
*/
|
|
|
|
.accordion_header {
|
|
background-color: #E5EDF9;
|
|
border: 1px solid gray;
|
|
cursor: pointer;
|
|
margin-top: 10px;
|
|
padding: 5px;
|
|
width: 300px;
|
|
}
|
|
|
|
.accordion_content {
|
|
background-color: #fafafa;
|
|
border: 1px solid gray;
|
|
display: none;
|
|
padding: 5px;
|
|
text-align: left;
|
|
width: 770px;
|
|
}
|
|
|
|
|
|
/*
|
|
==============================================================================
|
|
DATA TABLE STYLES
|
|
==============================================================================
|
|
*/
|
|
|
|
.cell_header { /* header cell in data table in tools */
|
|
background-color: #EEEEFF;
|
|
font-weight:bold;
|
|
padding-left:5px;
|
|
text-align:left;
|
|
}
|
|
|
|
.data_table {
|
|
border-collapse: collapse;
|
|
margin-bottom: 5px;
|
|
margin-top: 5px;
|
|
padding: 5px;
|
|
width: 100%;
|
|
}
|
|
|
|
.data_table th {
|
|
background-color: #E5EDF9;
|
|
border: 1px solid gray;
|
|
padding: 3px;
|
|
}
|
|
|
|
.data_table tr.row_odd {
|
|
background-color: #fafafa;
|
|
}
|
|
|
|
.data_table tr.row_odd:hover,
|
|
.data_table tr.row_even:hover{
|
|
background-color: #f0f0f0;
|
|
}
|
|
|
|
.data_table tr.row_even {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.data_table td {
|
|
border-bottom: 1px solid #b0b0b0;
|
|
border-left: 1px dotted #e1e1e1;
|
|
border-right: 1px dotted #e1e1e1;
|
|
padding: 5px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.data_table td.border {
|
|
border: 1px solid gray;
|
|
padding: 5px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.data_table td.none {
|
|
border-bottom: none;
|
|
border-left:none;
|
|
border-right:none;
|
|
padding: 5px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.data_table td.redText {
|
|
color:red;
|
|
}
|
|
|
|
.data_table td.borderRight {
|
|
border-bottom: none;
|
|
border-left:none;
|
|
border-right:1px solid gray;
|
|
}
|
|
|
|
.data_table td.borderLeft {
|
|
border-bottom: none;
|
|
border-left:1px solid gray;
|
|
border-right:none;
|
|
}
|
|
|
|
.data_table td.noLink {
|
|
color:grey;
|
|
}
|
|
|
|
.data_table tr.tableName {
|
|
border: 1px solid gray;
|
|
background-color: #e6e6ff;
|
|
padding: 5px;
|
|
text-align:left;
|
|
}
|
|
|
|
.data_table tr.total {
|
|
background-color: #ffffcc;
|
|
border: 1px solid gray;
|
|
padding: 5px;
|
|
text-align:left;
|
|
}
|
|
|
|
.data_table th.head {
|
|
background-color: #ffffcc;
|
|
border: 1px solid gray;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
/*
|
|
==============================================================================
|
|
admin page tool list definitions
|
|
==============================================================================
|
|
*/
|
|
|
|
.tool_list dt {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.tool_list dd {
|
|
margin: 0;
|
|
padding: 4px 0 0 10px;
|
|
}
|
|
|
|
/*
|
|
==============================================================================
|
|
divs for category list / platform news on home page
|
|
==============================================================================
|
|
*/
|
|
|
|
.home_cats {
|
|
background: #fff;
|
|
float: left;
|
|
margin: 0;
|
|
padding: 0px;
|
|
padding-top: 8px;
|
|
position: relative;
|
|
width: 45%;
|
|
}
|
|
|
|
.home_news {
|
|
background: #fff;
|
|
float: right;
|
|
margin: 0;
|
|
padding: 0px;
|
|
padding-top: 8px;
|
|
position: relative;
|
|
width: 45%;
|
|
}
|
|
|
|
label.left {
|
|
float: left;
|
|
width: 15em;
|
|
margin: 0 0 0.5em 0;
|
|
}
|
|
|
|
form br {
|
|
clear: both;
|
|
}
|
|
|
|
/* Fix for alignment problem in IE-Win browsers */
|
|
/* Hide from IE5-mac. Only IE-win sees this. \*/
|
|
* html .label { margin-right: 10px; }
|
|
* html .data { height: 1%; margin-left: 0;}
|
|
/* End hide from IE5/mac */
|
|
|
|
.radio,
|
|
.checkbox {
|
|
background-color: transparent;
|
|
border: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.required {
|
|
color: #f00;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/*
|
|
==============================================================================
|
|
Admin section
|
|
==============================================================================
|
|
*/
|
|
|
|
div.admin_section {
|
|
float: left;
|
|
margin: 10px 20px;
|
|
padding: 5px;
|
|
width: 40%;
|
|
}
|
|
|
|
div.admin_section h4 {
|
|
border-bottom: 1px solid gray;
|
|
margin: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.user_course_category {
|
|
background-color: #efefef;
|
|
border: 1px solid #666;
|
|
color: #666;
|
|
font-weight: bold;
|
|
list-style-type: none;
|
|
margin: 5px;
|
|
padding: 5px;
|
|
}
|
|
|
|
/*
|
|
==============================================================================
|
|
DOKEOS CONFIG SETTINGS OF THE PLATFORM ADMIN SECTION
|
|
==============================================================================
|
|
*/
|
|
|
|
.settingtitle{
|
|
background-color: #EFEFEF;
|
|
border: 1px solid #cccccc;
|
|
color: #666666;
|
|
font-size: 11px;
|
|
font-weight: bold;
|
|
list-style-type: none;
|
|
margin: 5px;
|
|
padding: 5px;
|
|
}
|
|
|
|
.settingcomment{
|
|
color: #000000;
|
|
font-size: 11px;
|
|
margin: 5px;
|
|
padding: 5px;
|
|
}
|
|
|
|
.settingvalue{
|
|
list-style-type: none;
|
|
margin: 5px;
|
|
padding: 5px;
|
|
}
|
|
|
|
/*
|
|
==============================================================================
|
|
ANNOUNCEMENTS
|
|
==============================================================================
|
|
*/
|
|
|
|
.announcements_datum {
|
|
color: #666666;
|
|
font-size: 12px;
|
|
font-style: italic;
|
|
}
|
|
|
|
/*
|
|
==============================================================================
|
|
SYSTEM ANNOUNCEMENTS
|
|
==============================================================================
|
|
*/
|
|
|
|
div.system_announcements{
|
|
}
|
|
|
|
div.system_announcements h3{
|
|
}
|
|
|
|
div.system_announcement{
|
|
margin: 5px;
|
|
}
|
|
|
|
div.system_announcement_title{
|
|
}
|
|
|
|
div.system_announcement_content{
|
|
margin-left: 20px;
|
|
border-left: 1px solid gray;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
==============================================================================
|
|
THE NEW FORUM
|
|
==============================================================================
|
|
*/
|
|
|
|
/*
|
|
------------------------------------------------------------------------------
|
|
FORUM CATEGORY
|
|
------------------------------------------------------------------------------
|
|
*/
|
|
|
|
.forum_category {
|
|
background-color: #0066CC;
|
|
color: #fff;
|
|
}
|
|
|
|
.forum_category a {
|
|
color: #fff;
|
|
}
|
|
|
|
.forum_category_header {
|
|
background-color: #0066CC;
|
|
color: #fff;
|
|
}
|
|
|
|
tr.forum_category_header a {
|
|
color: #fff;
|
|
}
|
|
|
|
/*
|
|
------------------------------------------------------------------------------
|
|
FORUM
|
|
------------------------------------------------------------------------------
|
|
*/
|
|
.forum_header {
|
|
background-color: #EFEFEF;
|
|
}
|
|
|
|
.forum_attach_comment {
|
|
color: #737780;
|
|
font-style: italic ;
|
|
font-weight: normal;
|
|
}
|
|
|
|
/*
|
|
------------------------------------------------------------------------------
|
|
THREAD
|
|
------------------------------------------------------------------------------
|
|
*/
|
|
|
|
.forum_threadheader {
|
|
background-color: #F7F7F7;
|
|
color: #aaa;
|
|
}
|
|
|
|
tr.forum_threadheader td{
|
|
}
|
|
|
|
/*
|
|
------------------------------------------------------------------------------
|
|
POST
|
|
------------------------------------------------------------------------------
|
|
*/
|
|
.quote{
|
|
background-color: #EFEFEF;
|
|
}
|
|
|
|
.forum_message_left {
|
|
background-color: #F7F7F7;
|
|
/*border-bottom: 1px solid #666666;*/
|
|
border-right: 1px solid #aaa;
|
|
vertical-align: top;
|
|
width: 150px;
|
|
}
|
|
|
|
.forum_message_left_2_be_approved {
|
|
background-color: #F7F7F7;
|
|
/*border-bottom: 1px solid #666666;*/
|
|
border-right: 1px solid #aaa;
|
|
color: #999;
|
|
vertical-align: top;
|
|
width: 150px;
|
|
}
|
|
|
|
.forum_message_post_title{
|
|
background-color: #F7F7F7;
|
|
/*border-bottom: 1px solid #666666;*/
|
|
font-weight: bold;
|
|
height: 20px;
|
|
}
|
|
|
|
.forum_message_post_title_2_be_approved{
|
|
background-color: #F7F7F7;
|
|
/*border-bottom: 1px solid #666666;*/
|
|
color: #999;
|
|
font-weight: bold;
|
|
height: 20px;
|
|
}
|
|
|
|
.forum_message_post_text{
|
|
/*border-bottom: 1px solid #666666;*/
|
|
margin-bottom: 10px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.forum_message_post_text_2_be_approved{
|
|
/*border-bottom: 1px solid #666666;*/
|
|
color: #999;
|
|
margin-bottom: 10px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.current{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.structure{
|
|
background-color: #F7F7F7;
|
|
/*border-bottom: 1px solid #666666;*/
|
|
font-weight: bold;
|
|
height: 20px;
|
|
}
|
|
|
|
a.forum_group_link {
|
|
display:inline;
|
|
font-weight: lighter;
|
|
}
|
|
|
|
.forum_description {
|
|
color: #000;
|
|
font-weight: normal;
|
|
font-family:Arial,sans,sans-serif;
|
|
}
|
|
|
|
.forum_title{
|
|
color: #000;
|
|
font-size: 14px;
|
|
font-family:Arial,sans,sans-serif;
|
|
|
|
}
|
|
.forum_low_description{
|
|
color: #737780;
|
|
font-style: italic ;
|
|
font-weight: normal;
|
|
font-family:Arial,sans,sans-serif;
|
|
}
|
|
|
|
|
|
/*
|
|
------------------------------------------------------------------------------
|
|
BLOG
|
|
------------------------------------------------------------------------------
|
|
*/
|
|
span.blog_title {
|
|
color: #1657A9;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
span.blog_subttitle {
|
|
font-size: 12px;
|
|
}
|
|
|
|
td.blog_left {
|
|
border-right: 1px solid #dddddd;
|
|
margin-right: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
td.blog_right {
|
|
padding-left: 10px;
|
|
}
|
|
|
|
td.blog_menu_title {
|
|
background-color: #dddddd;
|
|
color: #1657A9;
|
|
font-weight: bold;
|
|
font-size: 11px;
|
|
padding: 2px;
|
|
}
|
|
|
|
td.blog_menu {
|
|
border-bottom: 1px dashed #dddddd;
|
|
border-left: 1px dashed #dddddd;
|
|
border-right: 1px dashed #dddddd;
|
|
padding: 10px;
|
|
}
|
|
|
|
td.blog_menu ul {
|
|
margin: 0 0 0 15px;
|
|
padding: 0;
|
|
}
|
|
|
|
td.blog_menu ul li {
|
|
}
|
|
|
|
span.blogpost_title {
|
|
color: #1657A9;
|
|
display: block;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
span.blogpost_date {
|
|
color: #333333;
|
|
display: block;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
span.blogpost_info {
|
|
border-top: 1px solid #dddddd;
|
|
color: #333333;
|
|
display: block;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
table.newBlog {
|
|
background-color: #f6f6f6;
|
|
border: 1px solid #dddddd;
|
|
margin-bottom: 10px;
|
|
margin-top: 10px;
|
|
padding: 10px;
|
|
}
|
|
|
|
table.newTask {
|
|
background-color: #f6f6f6;
|
|
border: 1px solid #dddddd;
|
|
margin-bottom: 10px;
|
|
margin-top: 10px;
|
|
padding: 10px;
|
|
}
|
|
|
|
table.new_comment {
|
|
background-color: #F4F4F4;
|
|
border: 1px solid #dddddd;
|
|
margin-bottom: 10px;
|
|
margin-top: 10px;
|
|
padding: 10px;
|
|
}
|
|
|
|
div.blogpost_comment {
|
|
background-color: white;
|
|
border: 1px dashed #dddddd;
|
|
margin-bottom: 10px;
|
|
padding: 10px;
|
|
}
|
|
|
|
span.blogpost_comment_title {
|
|
color: #1657A9;
|
|
display: block;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
span.blogpost_comment_date {
|
|
color: #333333;
|
|
display: block;
|
|
font-size: 10px;
|
|
font-weight: bold;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
span.blogpost_comment_info {
|
|
border-top: 1px solid #dddddd;
|
|
color: #333333;
|
|
display: block;
|
|
font-size: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
div.blogpost {
|
|
background-color: #ECECEC;
|
|
border: 1px solid #DDDDDD;
|
|
margin-bottom: 15px;
|
|
padding: 10px;
|
|
}
|
|
|
|
div.comments {
|
|
background-color: #F4F4F4;
|
|
border: 1px solid #dddddd;
|
|
margin-bottom: 10px;
|
|
margin-top: 10px;
|
|
padding: 10px;
|
|
}
|
|
|
|
.link {
|
|
color : #1657A9;
|
|
cursor: pointer
|
|
font-weight : bold;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.link:hover {
|
|
color: #abd9f1;
|
|
cursor: pointer
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.attachment_comment {
|
|
color: #737780;
|
|
font-style: italic ;
|
|
font-weight: normal;
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
==============================================================================
|
|
INSTALLATION
|
|
==============================================================================
|
|
*/
|
|
|
|
#installation_steps {
|
|
background-color: #EFEFEF;
|
|
float:left;
|
|
}
|
|
|
|
.current_step{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.RequirementHeading{
|
|
margin-right:10px;
|
|
}
|
|
|
|
.RequirementHeading h1{
|
|
border-bottom: 1px solid #0066CC;
|
|
color:#0066CC;
|
|
font-size:1.2em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.RequirementText{
|
|
color:#666;
|
|
float:right;
|
|
font-size:1.0em;
|
|
font-weight: normal;
|
|
width:200px;
|
|
}
|
|
|
|
.RequirementContent{
|
|
color:#000;
|
|
font-size:1.0em;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.RequirementContent table{
|
|
border: 1px solid #ccc;
|
|
width: 400px;
|
|
}
|
|
|
|
.RequirementContent table th{
|
|
border-bottom: 1px solid #ccc;
|
|
text-align: left;
|
|
}
|
|
|
|
.requirements-item{
|
|
background-color:#f7f7f7;
|
|
padding-left:2px;
|
|
width: 50%;
|
|
}
|
|
|
|
.requirements-value{
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
==============================================================================
|
|
styles below here are not necessarily used in the current
|
|
release and the CVS files, they are from earlier versions,
|
|
and have been left untouched for anyone needing them in
|
|
their own platform ...
|
|
==============================================================================
|
|
*/
|
|
|
|
.topBanner a:link,
|
|
.topBanner a:active,
|
|
.topBanner a:visited {
|
|
color:white;
|
|
text-decoration:none;
|
|
}
|
|
|
|
.topBanner table {
|
|
text-decoration:none;
|
|
}
|
|
|
|
.topBanner a:hover {
|
|
text-decoration:underline;
|
|
}
|
|
|
|
.topBanner td {
|
|
border-top: solid White 1px;
|
|
}
|
|
|
|
.alternativeBgLight {
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.alternativeBgDark {
|
|
background-color: #e6e6e6
|
|
}
|
|
|
|
.forms {
|
|
letter-spacing: normal;
|
|
padding: 2px 5px;
|
|
text-align: justify;
|
|
text-indent: 3pt;
|
|
word-spacing: normal;
|
|
}
|
|
|
|
.formsTips {
|
|
text-align: justify;
|
|
text-indent: 15pt;
|
|
word-spacing: normal;
|
|
}
|
|
|
|
/*
|
|
input.forms {
|
|
letter-spacing: normal;
|
|
padding-top: 0px;
|
|
padding-right: 0px;
|
|
padding-bottom: 0px;
|
|
padding-left: 0px;
|
|
text-align: justify;
|
|
text-indent: 3pt;
|
|
word-spacing: normal;
|
|
}
|
|
*/
|
|
|
|
.warn {
|
|
border: thin double Silver;
|
|
color: Red;
|
|
font-family: serif;
|
|
margin-left: 15px;
|
|
margin-right: 15px;
|
|
padding-left: 25px;
|
|
}
|
|
|
|
.small {
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 11px
|
|
}
|
|
|
|
.xsmall {
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 11px
|
|
}
|
|
|
|
.xxsmall {
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 9px
|
|
}
|
|
|
|
/*
|
|
------------------------------------------------------------------------------
|
|
TABBED INTERFACE
|
|
------------------------------------------------------------------------------
|
|
*/
|
|
|
|
#tabbed_menu {
|
|
border-bottom-width: 1px;
|
|
border-bottom-style: solid;
|
|
border-bottom-color: #666666;
|
|
height: 20px;
|
|
margin-bottom: 20px;
|
|
width: 100%;
|
|
}
|
|
|
|
#tabbed_menu #tabbed_menu_tabs li {
|
|
display: inline;
|
|
list-style-type: none;
|
|
margin: 0 10;
|
|
padding: 0;
|
|
}
|
|
|
|
#tabbed_menu #tabbed_menu_tabs a:link, #tabbed_menu_tabs a:visited {
|
|
background: #f3f3f3;
|
|
border: 1px solid #cccccc;
|
|
border-bottom: 1px solid #666666;
|
|
color: #666;
|
|
float: left;
|
|
font-weight: bold;
|
|
margin-right: 4px;
|
|
padding: 2px 10px 2px 10px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#tabbed_menu #tabbed_menu_tabs a:link.active,
|
|
#tabbed_menu_tabs a:visited.active {
|
|
background: #fff;
|
|
border: 1px solid #666666;
|
|
border-bottom: 1px solid #fff;
|
|
color: #000;
|
|
}
|
|
|
|
/*
|
|
------------------------------------------------------------------------------
|
|
FCKeditor
|
|
------------------------------------------------------------------------------
|
|
*/
|
|
|
|
#WCAG-editor {
|
|
border: 1px #4171B5 solid;
|
|
background-color: #E5EDF9;
|
|
width: 100%;
|
|
}
|
|
|
|
#WCAG-editor .title {
|
|
padding: 2px;
|
|
|
|
background-color: #4171B5;
|
|
|
|
text-align: center;
|
|
color: #ffffff;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#WCAG-editor .body {
|
|
padding-top: 5px;
|
|
padding-left: 5px;
|
|
padding-right: 13px;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
#WCAG-editor textarea {
|
|
width: 100%;
|
|
height: 180px;
|
|
|
|
border: 1px #7F9DB9 solid;
|
|
}
|
|
|
|
/* don't work on IE < 7 */
|
|
#WCAG-editor input[type="checkbox"], #WCAG-editor input[type="radio"], #WCAG-editor input[type="submit"] {
|
|
width: auto;
|
|
}
|
|
|
|
/* don't apply on IE < 7 */
|
|
#WCAG-editor input {
|
|
width: 100%;
|
|
}
|
|
|
|
/* only for IE < 7 */
|
|
#WCAG-editor #submit, #WCAG-editor #visible_teacher, #WCAG-editor #visible_student, #WCAG-editor #visible_guest {
|
|
width: auto;
|
|
}
|
|
|
|
|
|
|
|
#WCAG-content img {
|
|
float: left;
|
|
margin-right: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
#WCAG-content p {
|
|
text-align: justify;
|
|
}
|
|
|
|
/* hack for IE < 7 */
|
|
|
|
#course_description input {
|
|
width: auto;
|
|
}
|
|
|
|
#course_description #imagefile, #course_description #imageLabel, #course_description #link, #course_description #linkLabel {
|
|
width: 100%;
|
|
}
|
|
|
|
.WCAG-form textarea {
|
|
width: 100%;
|
|
height: 180px;
|
|
}
|
|
|
|
.skip {
|
|
display: none;
|
|
}
|
|
|
|
/*
|
|
------------------------------------------------------------------------------
|
|
OTHERS
|
|
------------------------------------------------------------------------------
|
|
*/
|
|
.input_titles{
|
|
width: 300px;
|
|
}
|
|
|
|
/*
|
|
------------------------------------------------------------------------------
|
|
Survey
|
|
------------------------------------------------------------------------------
|
|
*/
|
|
#survey_title{
|
|
background-color:#264269;
|
|
color:#FFF;
|
|
padding:2px;
|
|
border: 1px solid #264269;
|
|
}
|
|
#survey_subtitle{
|
|
background-color:#264269;
|
|
color:#FFF;
|
|
padding:2px;
|
|
border: 1px solid #264269;
|
|
}
|
|
.survey_content{
|
|
background-color:#EFEFEF;
|
|
color:#264269;
|
|
padding:5px;
|
|
border: 1px solid #264269;
|
|
}
|
|
.survey_question_wrapper{
|
|
border: 1px solid #4271b5;
|
|
}
|
|
.survey_question{
|
|
/* 264269 4271b5 E5EDF9 */
|
|
background-color:#4271b5;
|
|
color:#FFFFFF;
|
|
padding:5px;
|
|
/*border: 1px solid #264269;*/
|
|
}
|
|
.survey_question_options{
|
|
/* 264269 4271b5 E5EDF9 */
|
|
background-color:#FFF;
|
|
color:#000;
|
|
padding:5px;
|
|
/*border: 1px solid #264269;*/
|
|
}
|
|
.survey_export_link { float: right; }
|
|
|
|
/*
|
|
------------------------------------------------------------------------------^M
|
|
sessions
|
|
------------------------------------------------------------------------------^M
|
|
*/
|
|
|
|
#ajax_list_coachs {
|
|
position:absolute;
|
|
border:1px solid #4171B5;
|
|
margin:0px;
|
|
padding:0px;
|
|
margin-left:200px;
|
|
margin-top:-23px;
|
|
background-color:#FFFFFF;
|
|
height:auto;
|
|
overflow:auto;
|
|
}
|
|
#ajax_list_courses {
|
|
position:absolute;
|
|
border:1px solid #4171B5;
|
|
margin:0px;
|
|
padding:0px;
|
|
margin-left:200px;
|
|
background-color:#FFFFFF;
|
|
height:auto;
|
|
overflow:auto;
|
|
}
|
|
#ajax_list_users {
|
|
position:absolute;
|
|
border:1px solid #4171B5;
|
|
margin:0px;
|
|
padding:0px;
|
|
margin-left:200px;
|
|
background-color:#FFFFFF;
|
|
height:auto;
|
|
overflow:auto;
|
|
}
|
|
#chat_login_name {
|
|
color : #4171b5;
|
|
} |