/****************************************************************************** MAIN HTML TAGS STYLE $Id: default.css 11434 2008-10-28 10:48:51 +0000 (mar., 28 oct. 2008) fragile_be $ ******************************************************************************/ html { margin: 0; padding: 0; height: 100%; /* IE bug ! Initial value should be set in % as IE cannot handle em if character size is modified by user */ font-size: 100%; } body { margin: 0; padding: 0; color: #444; background: #FFF; text-align: left; font-family: Arial, Verdana, Helvetica, Sans-Serif; height: 100%; /* IE bug ! Initial value should be set in % as IE cannot handle em if character size is modified by user */ font-size: 100%; } a:link, a:visited { color: #369; text-decoration: none; } a:hover, a:active { color: #111C99; text-decoration: none; } a img { border: none; text-decoration: none; } .spacer { clear: both; } ul { list-style-type: square; } /****************************************************************************** FORMS ******************************************************************************/ label { cursor: pointer; } input, textarea, button, select{ border: 1px solid #aaa; color: #369; } input[type=submit], input[type=reset], input[type=button], button { margin-left: 2px; color: #666; margin-top: 5px; } input[type=submit], input[type=reset], input[type=button], button { background: #fff; color: #000; } input[type=submit]:hover, button:hover, input[type=button]:hover { background-color: #369; color: #fff; } input[type=text].inputSearch { background: url('../../img/search.png') no-repeat top left #fff; padding-left: 18px; } fieldset { border: 0; margin: 2px; padding: 5px; border-top: 1px solid #eee; } fieldset legend { font-weight: bold; color: #444; } .collapsible a.doCollapse{ background: transparent url(img/menu-expanded.gif) no-repeat scroll 0 50%; padding-left: 1.5em; } .collapsed a.doCollapse { background: transparent url(img/menu-collapsed.gif) no-repeat scroll 0 50%; } fieldset dl dt { clear: both; float: left; width: 20%; padding: 1px; margin: 2px 0; } fieldset dl dd { float: left; padding: 1px; width: 70%; margin: 2px 0; } fieldset dt label { margin: 0; padding: 0; cursor: pointer; } input.radio, input.checkbox { cursor: pointer; height: 1em; margin: 0; vertical-align: middle; width: 1em; } /****************************************************************************** CLAROLINE PAGE ******************************************************************************/ #claroPage { } /****************************************************************************** CLAROLINE BANNER ******************************************************************************/ /*---------------------------------------------------------------------------- PLATFORM BANNER ----------------------------------------------------------------------------*/ #platformBanner { margin: 0; padding: 10px 15px 10px 15px; color: #fff; font-weight: bold; background: url('img/bg_header.gif') repeat-x top left #c5d4e2; /*border-top: 3px solid #010065;*/ } #platformBanner a, #platformBanner a:active, #platformBanner a:link, #platformBanner a:visited { text-decoration: none; color: #fff; font-weight: bold; } #platformBanner a:hover { text-decoration: underline; font-weight: bold; } #platformBanner #siteName { letter-spacing: 3px; font-size: 1.3em; } #platformBanner #institution { letter-spacing: 3px; font-size: 1.3em; } /*---------------------------------------------------------------------------- CAMPUS BANNER ----------------------------------------------------------------------------*/ #campusBannerRight { float: right; text-align: right; margin-top: -1px; padding: 5px; margin /**/: 0; } #campusBannerLeft { float: left; text-align: left; margin-top: -1px; padding: 5px; margin /**/: 0; } /*---------------------------------------------------------------------------- USER BANNER ----------------------------------------------------------------------------*/ #userBanner { color: #999; font-weight: bold; font-size: 0.8em; padding: 1px 5px; background: url('img/bg_userbanner.png') repeat-x bottom left #fdf4de; border-top: 1px #999 solid; border-bottom: 1px #999 solid; } #userBanner #userName { color: #693; font-weight: bold; margin: 0; } #userBanner a, #userBanner a:link, #userBanner a:visited { text-decoration: none; color: #369; font-weight: normal; } #userBanner a:hover, #userBanner a:active { color: #369; text-decoration: underline; font-weight: normal; } #userBannerRight { float: right; text-align: right; } #userBannerLeft { float: left; text-align: left; } /*---------------------------------------------------------------------------- COURSE BANNER ----------------------------------------------------------------------------*/ #courseBanner { padding: 4px; color: #369; font-size: 0.8em; font-weight: bold; } #courseBanner #course { float: left; text-align: left; } #courseBanner #course span { display: block; } #courseBanner #courseToolList { float: right; text-align: right; } #courseBanner #courseName { padding: 0; margin: 0; text-indent: 12px; background-image: url(img/arrow_blue.gif); background-position: left; background-repeat: no-repeat; } #courseBanner a, #courseBanner a:link, #courseBanner a:visited { color: #369; text-decoration: none; font-weight: normal; } #courseBanner a:hover, #courseBanner a:active { color: #693; text-decoration: underline; font-weight: normal; } #courseBanner #courseCode { } #courseBanner form { padding-top: 5px; margin: 0; } #courseBannerRight { float: right; text-align: right; margin: 0; } #courseBannerLeft { float: left; text-align: left; margin: 0; } #courseBannerRight #redirector select { padding: 0; margin: 0; } #courseBannerRight #redirector option { margin: 2px 1px; padding: 1px 0 1px 0; padding-left: 20px; } /*---------------------------------------------------------------------------- BREAD CRUMB TRAIL ----------------------------------------------------------------------------*/ #breadcrumbLine { font-size: 0.8em; color: #666; border: none; padding : 2px 5px; } #breadcrumbLine hr { display: none; } #breadcrumbLine .breadcrumbTrails { float: left; } #breadcrumbLine #toolViewOption { float: right; text-align: right; } #breadcrumbLine a:link, #breadcrumbLine a:visited { color: #693; font-weight: normal; } #breadcrumbLine a:hover, #breadcrumbLine a:active { color: #999; font-weight: normal; } ul.breadCrumbs { padding:0; margin:0; /* list-style: none; */ display:inline; } li.breadCrumbsNode { display:inline; list-style: none } li.firstBreadCrumbsNode { display:inline; list-style: none; } li.lastBreadCrumbsNode { display:inline; list-style: none; } /****************************************************************************** CLAROLINE BODY ******************************************************************************/ #claroBody { padding:15px; font-size: 0.8em; background: url('img/bg_body.jpg') repeat-x top left #fff; } #claroBody a:hover, #claroBody a:active { color: #111C99; } #claroBody a.item:hover, #claroBody a.item:active { color: #111C99; } #leftSidebar { padding: 2px 5px; margin: 0; float: left; width: 220px; border-right: #ccc solid 1px; } #rightContent { padding: 2px 2px 2px 5px; margin-left: 240px; } #rightSidebar { padding: 2px 5px; margin: 0; float: right; width: 220px; border-left: #ccc solid 1px; } #leftContent { padding: 2px 5px 2px 2px; margin-right: 240px; } /****************************************************************************** CLAROLINE FOOTER ******************************************************************************/ #campusFooter { margin: 0; margin-top : 25px; padding: 5px 15px; font-size: 0.7em; color: #666; background: url('img/bg_footer.jpg') repeat-x top left #fff; } #campusFooter a:link, #campusFooter a:visited { color: #666; font-weight: bold; } #campusFooter a:hover, #campusFooter a:active { color: #369; font-weight: bold; } #campusFooter hr { display: none; } #campusFooterRight { float: right; text-align: right; padding: 0; } #campusFooterLeft { float: left; padding: 0; } #campusFooterCenter { clear: both; text-align: center; } #campusFooterCenter #poweredBy { font-style: italic; } /****************************************************************************** Course tool list ******************************************************************************/ #commonToolList img { vertical-align: text-bottom; padding: 1px 0; } #commonToolList a { padding-top: 2px; padding-bottom: 2px; margin: 2px 0; } #courseManageToolList { padding-left: 16px; } /****************************************************************************** CLAROLINE COMMAND LINKS ******************************************************************************/ .claroCmd, .claroCmdDisabled { font-size: 0.9em; } #claroBody .claroCmd, #claroBody a.claroCmd:link, #claroBody a.claroCmd:visited { color: #369; font-weight: bold; text-decoration: none; } #claroBody a.claroCmd:hover, #claroBody a.claroCmd:active { color: #111C99; font-weight: bold; text-decoration: none; } .claroCmdDisabled { color: #999; font-weight: bold; text-decoration: none; } /* Added for document view mode toolbar */ th .claroCmd { font-size: 0.9em; font-weight: bold; text-decoration: underline; } th .claroCmdDisabled { color: #999; font-size: 0.9em; font-weight: bold; text-decoration: none; } .claroCmd img, .claroCmdDisabled img { vertical-align: text-bottom; padding: 0 1px; } /* * Classes family to emphase some item in the tool interface. * These two classes has to be used together to work correctly. * * SOME EXAMPLES : * * lorem ipsum
* lorem ipsum
* * lorem ipsum
* lorem ipsum
* * */ .item { padding-left: 16px; } .hot { background: url('../../img/hot.png') no-repeat center left; } a.item:visited{ color: #369; } /* *Visually the same as the claroTable headerX but can be used outside of a table * best on a block type tag */ .header { color: #693; font-weight: bold; padding: 2px 5px 2px 5px; background-color: #EDF1E3; border-bottom: 1px #96BB7A solid; margin: 3px 0px; font-size: 100%; } .claroBlock { width: 99%; margin: 5px auto; } .claroBlockHeader { color: #693; font-weight: bold; padding: 2px 5px 2px 5px; margin: 0; background-color: #EDF1E3; border-bottom: 1px #96BB7A solid; } .claroBlockSuperHeader { color: #693; background-color: #DEEECE; border-bottom: 2px #87B665 solid; padding: 2px 5px 2px 5px; font-weight: bold; } .claroBlockHeader img { vertical-align: text-bottom; } .claroBlockContent { border-bottom: 1px solid #eee; padding: 5px; } dl.userCourseList { padding-left: 30px; } .userCourseList dt { margin: 0; padding: 0; padding-left: 16px; } .userCourseList dd { margin: 0; padding: 0 0 0 32px; } .userCourseList dt a, .userCourseList dd small { padding-left: 3px; } /****************************************************************************** CLAROLINE TABLE ******************************************************************************/ /* Uniformize claroline table format. The class provide 3 header type * * - superHeader : allowing to define table title above the column header * - headerX : define header in the X axis for each column * - headerY : define header in the Y axis for each rank * * Example of table using a super header and header in X axis * * * * * * * * * * * * * * * * * * * * ... * * * * *
User Birthdate
FirstnameLastnameBirthdate
HuguesPeeters1969-09-27
* * Example of table using header in Y axis * * * * * * * * * * * * * * * * * * * * * * * * * * *
User Birthdate
FirstnameHugues ...
LastnamePeeters ...
Birthdate1969-09-27 ...
*/ .claroTable { text-align: left; } .claroTable td, .claroTable th { vertical-align: middle; padding: 2px 5px 2px 5px; border-bottom: 1px solid #EDEDED; } .claroTable .superHeader th, .claroTable th.superHeader { color: #693; background-color: #DEEECE; border-bottom: 2px #87B665 solid; padding: 2px 5px 2px 5px; font-weight: bold; } .claroTable img { vertical-align: text-bottom; } .claroTable .superHeader a { color: #693; } .claroTable .headerY th, .claroTable .headerX th { color: #693; font-weight: bold; padding: 2px 5px 2px 5px; background-color: #EDF1E3; border-bottom: 1px #96BB7A solid; text-align: center; } .claroTable .headerX th a { font-weight: bold !important ; color: #693; text-decoration : underline; } .claroTable .headerX th a:active, .claroTable .headerX th a:hover { color: #693 !important; text-decoration : underline; } /* extension of claroTable class for Image Viewer */ .claroTable tr th.toolbar { font-weight: normal; padding: 2px 5px 2px 5px; } .claroTable tr.toolbar th.prev { text-align: left; font-weight: normal; padding: 2px 5px 2px 5px; } .claroTable tr.toolbar th.title { font-weight: bold; text-align: center; padding: 2px 5px 2px 5px; } .claroTable tr.toolbar th.next { text-align: center; font-weight: normal; padding: 2px 5px 2px 5px; } .claroTable td.workingWeek { vertical-align: top; color: #999; padding: 2px 5px 2px 5px; } .claroTable td.weekEnd { vertical-align: top; color: #73A244; padding: 2px 5px 2px 5px; } .claroTable td.highlight { vertical-align: top; color: #CD853F; padding: 2px 5px 2px 5px; } .emphaseLine tbody td { border-bottom: solid #DDDEBC 1px ; } .emphaseLine tbody tr:hover { background-color: #EDEDED; } /** * Pager */ .claroPager { text-align: center; } .claroPager img { vertical-align: text-bottom; } .claroPager .pagerBefore { text-align: right; } .claroPager .pagerAfter { text-align: left; } .claroPager .pagerPages { text-align: center; margin: 0 auto; padding: 1px 10px; } /****************************************************************************** VARIOUS CLAROLINE CSS CLASS ******************************************************************************/ .spoiler a{ padding-left: 17px; background: url('../../img/spoiler.png') bottom left no-repeat; } .spoilerContent { display: none; background-color: #EFEFEF; padding: 2px; margin: 3px 0; } /* * 'claroMessageBox' is used to display all messages from the platform like * action confirmation, parameter request, warning mesage... * Things that are usually displayed in a dialog box into offline applications */ .claroMessageBox { background-color : #EDF1E3; border: 1px #693 solid; margin-left: 5px; font-size: 0.9em; color: #666; } .claroIntroSection { background-color: #F5F5F5; padding: 5px; margin-top : 5px; margin-bottom: 5px; } /* specific styling for dialog box messages */ .claroDialogBox { margin-top: 10px; margin-bottom: 10px; padding: 5px 5px 5px 20px; border: 1px solid #ccc; background: #F9F7ED; border-left: 2px solid #ccc; } .boxInfo { border-left: 2px solid #ccc; background: #F9F7ED url('img/bg_boxinfo.png') bottom right no-repeat; padding-right: 83px; } .boxSuccess { border-left: 2px solid #090; background: #F9F7ED url('img/bg_boxsuccess.png') bottom right no-repeat; padding-right: 83px; } .boxWarning { border-left: 2px solid #900; background: #F9F7ED url('img/bg_boxwarning.png') bottom right no-repeat; padding-right: 83px; } .boxError { border-left: 2px solid #900; background: #F9F7ED url('img/bg_boxerror.png') bottom right no-repeat; padding-right: 83px; } .boxQuestion { border-left: 2px solid #369; background: #F9F7ED url('img/bg_boxquestion.png') bottom right no-repeat; padding-right: 83px; } .claroDialogMsg { padding: 2px 5px 1px 20px; } .claroDialogBox .msgInfo { } /* I _really_ don't think there is a need for an icon here */ .claroDialogBox .msgSuccess { background: url('../../img/success.png') top left no-repeat; } .claroDialogBox .msgWarning { background: url('../../img/warning.png') top left no-repeat; } .claroDialogBox .msgError { background: url('../../img/error.png') top left no-repeat; } .claroDialogBox .msgQuestion { background: url('../../img/question.png') top left no-repeat; } .claroDialogBox .msgForm { padding: 3px 20px; } .claroDialogBox .msgTitle { font-weight: bold; } .warning b, .warning strong { color: #000; } .warning { color: #333; } /* * 'invisible' is generally attached to element that shouldn't be visible into * common user interface but which are visible in course manager or platform * administrator screen, showing that the element is deactivated or isn't * visible fo the other users */ .invisible { color: #999; } .invisible a, .invisible a:link, .invisible a:visited, a.invisible, a:link.invisible, a:visited.invisible { color: #999; } /* menu */ .menu a.invisible:visited { color: #999; } /* 'correct' is attached to element that must be highlighted as correct example : a good score in exercices */ .correct { color: #090; } /* 'error' is attached to element that must be highlighted as correct example : a wrong score in exercices example : an error message */ .error { color: #900; } /* 'highlight' is used when something needs to be especially shown to the user example : 'today' in the agenda */ .highlight { color: #CD853F; font-weight: bold; } /* 'required' is used to set the color of the asterisk displayed before the required form field */ .required { color: red; } /* * 'rightMenu' is mainly use in the platform home page */ .claroRightMenu { background : #e7f2c1; background-color : #EDF1E3; border: 1px #693 solid; padding: 10px; } .claroRightMenu a:link, .claroRightMenu a:visited { color: #369; } .claroRightMenu a:hover, .claroRightMenu a:active { color: #693; } .claroRightMenu form { color: #369; } .HelpText { color: #999; } .HelpText ul { color: #999; } .claroToolTitle { margin: 10px 0 5px 0; padding: 0 0 0 15px; font-weight: bold; border-bottom: 1px solid #DEDEDE; background-image: url(img/arrow_green.gif); background-position: 0px 5px; background-repeat: no-repeat; } /* * 'comment' is used for comment of documents, forum description, ... */ .comment { font-size : 0.9em; margin-left: 30px; } small { font-size : 0.9em; } /* * Navigation with tabs : configuration, modules, ... */ #navlist { margin: 10px; padding: 0 0 7px 10px; border-bottom: 1px solid #DEDEDE; } .tabTitle { padding: 3px 0; margin-left: 0; font-weight: bold; border-bottom: 1px solid #DEDEDE; } .tabTitle a { border-bottom: 4px solid #693; } #navlist li, .tabTitle li { margin: 0; padding: 0; list-style: none; display: inline; } #navlist li a:link, #navlist li a:visited { margin: 0 5px 4px 5px; padding: 3px 0.5em; text-decoration: none; } #navlist li a:hover { border-bottom: 4px solid #EDF1E3; } #navlist li a.current { border-bottom: 4px solid #693; } form tr.admin td{ background-color : #EDF1E3; border: 1px solid #630; margin: 10px 10px 10px 10px; } .linkCloseWindow { padding: 0; margin: 0; text-align:center; } /****************************************************************************** INTERNAL MESSAGING ******************************************************************************/ /*TR line for platform message*/ .platformMessage { background-color: #fee5c3; } /*TR line for unread message*/ .unreadMessage { background-color: #e6e5e5; font-weight: bold; } .unreadMessage a, .unreadMessage a:link , .unreadMessage a:active , .unreadMessage a:hover , .unreadMessage a:visited { font-weight: bold; } .im_context { /*color: #CCC;*/ } .im_list_action, .im_list_selection { text-align: center; } #im_paging { text-align: center; } .imInfoBlock { background: #eee; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; padding: 5px 10px; margin: 0; } #im_message .header { margin: 0; } .imInfo .imInfoTitle { font-weight: bold; padding-right: 5px; } .imInfo .imInfoValue { } .imContent { padding: 0 15px; margin-top: 3px; } .imCmdList { padding-top: 3px; margin-left: 0px; float: right; } /****************************************************************************** DEBUG BAR ******************************************************************************/ .debugBar { color: #F99; background-color:#A33; padding: 3px; font-size: 70%; } .debugBar a, .debugBar a:link, .debugBar a:visited { color: #E6F; } /****************************************************************************** Center content ******************************************************************************/ .centerContent { text-align:center; }