12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628 |
- /* Styles that should disappear */
- .row {
- width:100%;
- }
- div.row div.label {
- width: 0%;
- }
- div.row div.formw {
- width: 100%;
- }
- /* Redefining html styles */
- body {
- /* hack ignored by non-IE to enable ie to support :hover on button */
- behavior:url("/main/css/csshover3.htc");
- font-family: bold arial, verdana, helvetica, sans-serif;
- font-size: 12px;
- margin: 0;
- padding: 0;
- }
- img {
- border: none;
- }
- a {
- font-family:Arial, Helvetica, sans-serif;
- font-weight: bold;
- text-decoration: none;
- }
- a:link {
- color : #4171b5;
- }
- a:visited {
- color : #4171b5;
- }
- a:hover {
- color: #000915;
- }
- a:active {
- }
- input, input[type=file], select, textarea {
- border:1px solid #4171b5;
- padding:1px 2px;
- }
- input[type=button], input[type=submit] {
- border:1px solid #4171b5;
- background:#F0F0F0;
- padding-left:10px;
- padding-right:10px;
- font-weight:bold;
- color:#4171b5;
- }
- /* header 1 styles */
- #header {
- background-color: #4171b5;
- color: #b0c8eb;
- font-weight: bold;
- }
- #header1 {
- padding-left: 30px;
- }
- #header1 a {
- color: #d6e3f5;
- text-decoration: none;
- }
- #header1 a:hover {
- }
- #my_courses {
- float: right;
- font-weight: bold;
- }
- #header1 img {
- border: 0px;
- }
- /* header 2 styles */
- #header2 {
- float: right;
- clear: right;
- }
- #header2 a {
- color: #d6e3f5;
- text-decoration: none;
- }
- #header2 a:hover {
- }
- #Header2Right ul {
- float: right;
- list-style-type: none;
- text-align: right;
- margin: 0;
- padding: 0;
- }
- #Header2Right ul li {
- display: inline;
- }
- #Header2Right ul li a {
- }
- #Header2Right ul li a:hover {
- }
- /* header 3 styles */
- #header3 {
- border-bottom: 1px solid #aeaeae;
- height:auto;
- font-weight: bold;
- margin: 0;
- padding: 0;
- }
- #header3 ul {
- list-style:none;
- }
- #header3 li {
- display:inline;
- cursor: pointer;
- }
- #header3 a {
- color: #d6e3f5;
- float:left;
- text-decoration:none;
- cursor: pointer;
- padding-right: 1px;
- height:25px;
- }
- #header3 li a:hover {
- float:left;
- text-decoration:none;
- cursor: pointer;
- }
- #header3 li a span {
- float:left;
- cursor: pointer;
- padding-right: 10px;
- padding-top: 5px;
- height:20px;
- }
- #header3 li a:hover span {
- float:left;
- cursor: pointer;
- }
- #header3 #current a {
- color: #fff;
- float:left;
- text-decoration:none;
- }
- #header3 #current a span {
- float:left;
- }
- #logout li a {
- display: inline;
- float: right;
- vertical-align:top;
- margin-right:5px;
- text-decoration:none;
- }
- #logout li a:hover {
- float: right;
- vertical-align:top;
- text-decoration:none;
- margin-right:5px;
- }
- #logout li a span {
- float:left;
- cursor: pointer;
- }
- #logout li a:hover span{
- }
- /* header 4 styles */
- #header4 {
- background-color: #fff;
- height: 21px;
- }
- a.breadcrumb {
- height: 21px;
- color: #4171b5;
- }
- a.breadcrumb0 {
- background:url(images/home.gif) no-repeat;
- padding-left: 22px;
- }
- /* footer styles */
- #footer {
- background: #4171b5 url('images/bg.jpg') no-repeat 50% 100%;
- color: #b0c8eb;
- padding: 82px 0 .8em 2%;
- border-bottom: 1px solid #4171b5;
- }
- #footerright {
- margin-top: 10px;
- float: right;
- margin-right:20px;
- }
- #footerleft {
- padding-top: 10px;
- }
- #footer a {
- color: #FFFFFF;
- }
- /* main styles */
- #main {
- padding-left: 30px;
- position: relative;
- min-height: 320px;
- padding-left: 15px;
- padding-right: 15px;
- padding-bottom: 5px;
- }
- /* my courses styles */
- #maincontent {
- float: left;
- width: 80%;
- min-height: 333px;
- margin-top:0;
- float: right;
- clear: right;
- }
- .coursestatusicons {
- border: 0px solid #000;
- float: left;
- padding-right: 5px;
- width: auto;
- }
- .courseslist {
- margin-left: -25px;
- }
- .courses {
- list-style-type: none;
- margin-bottom: 5px;
- }
- .courses a {
- text-decoration:underline;
- }
- .user_course_category {
- background-color: #efefef;
- border: 1px solid #666;
- font-weight: bold;
- color: #666;
- list-style-type: none;
- margin: 5px;
- padding: 5px;
- }
- .menu {
- background: url('images/bglogin.jpg') repeat-y top center;
- float: left;
- clear: left;
- width: 215px;
- border: 1px solid #b0c8eb;
- margin: 0 0 1em 0;
- padding: 0 0 .3em 0;
- /* min-height hack for ie6 or older*/
- min-height: 320px;
- height: auto !important;
- height: 320px;
-
- }
- .menu #lang_form select {
- margin: 1em 31px;
- }
- .menu form {
- color: #000915;
- font-weight: bold;
- margin-bottom: .8em;
- text-align: center;
- }
- .menucaption {
- font-size: 12px;
- font-weight: bold;
- padding-left: 12px;
- }
- .menusection {
- width: 100%;
- margin: .3em 0 .3em 0;
- padding-left: 3px;
- }
- .menusectioncaption {
- font-weight:bold;
- position: relative;
- }
- .menulist {
- list-style: none;
- padding: 0;
- }
- .note {
- width: auto;
- margin: 24px 6px 0 6px;
- padding: 3px;
- border: 2px outset;
- border-color:#4171b5;
- }
- /* form styles */
- .form {
- width: 75%;
- float: 'left';
- }
- form div.row {
- clear: both;
- padding-top: 5px;
- }
- .form_header {
- white-space: nowrap;
- padding: 2px;
- background-color: #f0f0f0;
- border: 1px solid #bbb;
- font-weight: bold;
- }
- form div.row div.label {
- float: left;
- width: 18%;
- text-align: right;
- }
- form div.row div.formw {
- width: 80%;
- }
- [dir=ltr] form div.row div.label, [dir=rtl] form div.row div.formw {
- float: left;
- text-align: right;
- }
- [dir=rtl] form div.row div.label, [dir=ltr] form div.row div.formw {
- float: right;
- text-align: left;
- }
- form span.form_required {
- color: #f00;
- }
- form span.form_error {
- color: #f00;
- font-size: x-small;
- margin: 2px;
- }
- /* feedback messages */
- .confirmation-message,.error-message,.normal-message,.warning-message {
- border: 2px solid #4171b5;
- margin: 1em auto;
- padding: 40px .5em .5em .3em;
- position: relative;
- width: 500px;
- color: #111;
- background: transparent url('images/alert.jpg') no-repeat 54px 0px;
- font: bold 110% Arial, sans-serif, sans;
- text-align: left;
- }
- .confirmation-message img,.error-message img,.normal-message img,.warning-message img
- {
- position: absolute;
- top: 0;
- left: 238px;
- }
- .confirmation-message .bottom-link, .error-message .bottom-link, .normal-message .bottom-link, .warning-message .bottom-link
- {
- position: absolute;
- bottom: 0.2em;
- right: 0.5em;
- }
- /* other styles */
- .clear {
- clear: both;
- line-height: 0px;
- height: 0;
- }
- /* actions */
- .actions_lp {
- background:#F8F8F8;
- border-bottom:1px solid #4171b5;
- border-top:1px solid #4171b5;
- height:29px;
- padding-left: -17px;
- margin-bottom: 1px;
- vertical-align:middle;
- width: 90%;
- margin-left:17px;
- }
- .actions_lp img {
- vertical-align:middle;
- }
- .actions_lp a {
- margin-right: 10px;
- vertical-align:middle;
- }
- .actions_lp span {
- margin-right: 10px;
- vertical-align:middle;
- }
- .actions_lp form {
- margin-right: 10px;
- vertical-align:middle;
- }
- .actions {
- background:#efefef;
- border-bottom:1px solid #4171b5;
- border-top:1px solid #4171b5;
- /*height:35px;*/
- padding:2px;
- margin-bottom: 5px;
- /*background:url(images/actions.jpg) repeat-x;*/
- vertical-align:middle;
- }
- .actions img {
- /*display:inline-block;*/
- border: none;
- text-decoration: none;
- background-color: #efefef;
- padding-right: 5px;
- vertical-align:middle;
- }
- .actions a {
- display:inline-block;
- margin-right: 10px;
- vertical-align:middle;
- }
- .actions span {
- margin-right: 10px;
- vertical-align:middle;
- }
- .actions form {
- margin-right: 10px;
- vertical-align:middle;
- }
- /* big actions */
- .actionsbig {
- background:#F8F8F8;
- border-bottom:1px solid #4171b5;
- border-top:1px solid #4171b5;
- background-color:#efefef;
- height:100%;
- padding:2px;
- margin-bottom: 5px;
- vertical-align:middle;
- }
- .actions img {
- vertical-align:middle;
- }
- .actions a {
- margin-right: 10px;
- vertical-align:middle;
- }
- /* styles for the profile page */
- .profile_image {
- float: right;
- margin-right: 20px;
- }
- .profile_form {
- float: left;
- width: 75%;
- }
- /* course introduction */
- #courseintrocenter {
- position: relative;
- width: 80%;
- margin: 25px auto 10px;
- }
- #courseintro_iconscenter {
- position: relative;
- width: 80%;
- margin: 0px auto 10px;
- }
- #courseintroleft {
- position: relative;
- width: 80%;
- margin-bottom: 5px;
- }
- #courseintro_iconsleft {
- position: relative;
- width: 80%;
- }
- /* styles for the agenda */
- #agenda {
- width: 100%;
- margin: 0 auto;
- border: 1px solid #CCCCCC;
- border-collapse: collapse;
- }
- /* The cells with the name of the days of the weeks (mon->sun)*/
- .weekdays {
- background-color: #dcdcdc;
- text-align: center;
- font-weight: bold;
- border: 1px solid #CCCCCC;
- border-collapse: collapse;
- }
- /* The cells for the days (1->31) */
- .days_week {
- height: 40px;
- width: 12%;
- border: 1px solid #CCCCCC;
- border-collapse: collapse;
- background-color: #f9f9f9;
- }
- .days_weekend {
- height: 40px;
- width: 12%;
- border: 1px solid #CCCCCC;
- border-collapse: collapse;
- background-color: #eaeaea;
- }
- .days_today {
- height: 40px;
- width: 12%;
- border: 1px solid #CCCCCC;
- border-collapse: collapse;
- background-color: #FFCA8D;
- color: #CC3300;
- font-weight: bold;
- }
- .agenda_month_divider {
- background-color: #666;
- color: #fff;
- text-align: center;
- }
- /*The caption of the calendar (displays the month and the << and >> links*/
- #agenda_list .title {
- background-color: #680157;
- color: #fff;
- text-align: left;
- padding: 2px 10px;
- text-align: center;
- border: 1px solid #bbb;
- }
- #agenda_list .title a:link, #agenda_list #title a:visited {
- color: #fff;
- padding: 2px 10px;
- text-align: center;
- }
- #agenda_list .title a:hover {
- color: #B70297;
- padding: 2px 10px;
- text-align: center;
- }
- /* text in the cells: display of agenda items (visible)*/
- #agenda_list .data {
- background-color: #eee;
- text-align: left;
- padding: 2px 10px;
- font-weight: bold;
- border: 0px solid #dcdcdc;
- border-collapse: collapse;
- }
- #agenda_list .datanotbold {
- background-color: #eee;
- text-align: left;
- padding: 2px 10px;
- font-weight: normal;
- border: 0px solid #dcdcdc;
- border-collapse: collapse;
- }
- #agenda_list .text {
- background-color: #fff;
- text-align: left;
- padding: 2px 10px;
- font-weight: normal;
- border: 0px solid #dcdcdc;
- border-collapse: collapse;
- }
- /*text in the cells: display of agenda items (invisible)*/
- #agenda_list .data_hidden {
- background-color: #eee;
- text-align: left;
- padding: 2px 10px;
- font-weight: bold;
- border: 0px solid #dcdcdc;
- border-collapse: collapse;
- color: #999999;
- }
- #agenda_list .datanotbold_hidden {
- background-color: #eee;
- text-align: left;
- padding: 2px 10px;
- font-weight: normal;
- border: 0px solid #dcdcdc;
- border-collapse: collapse;
- color: #999999;
- }
- #agenda_list .text_hidden {
- background-color: #fff;
- text-align: left;
- padding: 2px 10px;
- font-weight: normal;
- border: 0px solid #dcdcdc;
- border-collapse: collapse;
- color: #999999;
- }
- /*text in the cells: display of agenda items (highlighted)*/
- #agenda_list .datanow {
- background-color: #FFCC00;
- text-align: left;
- padding: 2px 10px;
- font-weight: bold;
- border: 0px solid #dcdcdc;
- border-collapse: collapse;
- }
- #agenda_list .datanotboldnow {
- background-color: #FFCC00;
- text-align: left;
- padding: 2px 10px;
- font-weight: normal;
- border: 0px solid #dcdcdc;
- border-collapse: collapse;
- }
- #agenda_list .textnow {
- background-color: #fff;
- text-align: left;
- padding: 2px 10px;
- font-weight: normal;
- border: 0px solid #dcdcdc;
- border-collapse: collapse;
- }
- .personal_agenda {
- color: #008000;
- }
- .personal_agenda a:link, .personal_agenda a:visited {
- color: #008000;
- }
- a.personal_agenda:link, a.personal_agenda:visited {
- color: #008000;
- }
- .personal_agenda a:hover, .personal_agenda a:hover {
- color: #B70297;
- }
- a.personal_agenda:hover, a.personal_agenda:hover {
- color: #B70297;
- }
- /* Login form */
- #formLogin div {
- margin-bottom: 3px;
- }
- #formLogin div input[type=submit] {
- width: 109px;
- }
- /* normal table*/
- .normal_table {
- margin: 3px;
- border-collapse: collapse;
- width: 98%;
- padding: 5px;
- }
- /* Data table */
- .data_table {
- margin: 3px;
- border-collapse: collapse;
- width: 100%;
- padding: 5px;
- }
- .data_table th {
- text-transform: capitalize;
- padding: .2em;
- background: #8cafe1 url('images/crystal3.png') repeat-x;
- color: #fff;
- border-right: 1px solid #fff;
- }
- .data_table th a {
- color: #fff;
- text-decoration:none;
- }
- .data_table th a:hover{
- color: #d6e3f5;
- }
- .data_table tr.row_odd {
- border-right: 1px solid #fff;
- background: #dfecff;
- padding: .2em;
- color: #00122B;
- margin: 0;
- }
- .data_table tr.row_odd:hover, .data_table tr.row_even:hover {
- background-color: #8cafe1;
- }
- .data_table tr.row_even {
- border-right: 1px solid #fff;
- background: #d6e3f5;
- padding: .2em;
- color: #00122B;
- margin: 0;
- }
- .data_table td {
- padding: 5px;
- vertical-align: top;
- border-bottom: 2px solid #fff;
- border-right: 2px solid #fff;
- border-left: 2px solid #fff;
- }
- /* sections in the page */
- .sectiontitle {
- background-color: #EFEFEF;
- border: 1px solid #4171b5;
- font-weight: bold;
- color: #4171b5;
- list-style-type: none;
- margin: 5px;
- padding: 5px;
- }
- .sectioncomment {
- color: #000000;
- margin: 5px;
- padding: 5px;
- }
- .sectionvalue {
- list-style-type: none;
- margin: 5px;
- padding: 5px;
- }
- /* invisible styles */
- a.invisible {
- color: #999999;
- }
- a.invisible:visited {
- color: #999999;
- }
- a.invisible:active {
- color: #999999;
- }
- a.invisible:hover {
- color: #999999;
- }
- /* Platform Administration */
- div.admin_section {
- width: 40%;
- float: left;
- padding: 5px;
- margin: 10px 20px;
- }
- div.admin_section h4 {
- background-color: #EFEFEF;
- border: 1px solid #4171b5;
- font-weight: bold;
- color: #4171b5;
- list-style-type: none;
- margin: 5px;
- padding: 5px;
- }
- /* course homepage */
- .courseadminview, .platformadminview {
- position: relative;
- width: 80%;
- margin: 25px auto 10px;
- padding: 10px;
- border: 1px solid #0049AF;
- }
- .courseadminview img, .platformadminview img {
- display:inline-block;
- border: none;
- text-decoration: none;
- background-color: #fff;
- padding-right: 5px;
- vertical-align:middle;
- }
- .viewcaption {
- position: relative;
- top: -20px;
- font-weight: bold;
- background-color: #fff;
- padding: 0 4px;
- }
- /* learning path */
- table.lp_build {
- height:400px;
- width:100%;
- }
- table.lp_build td {
- vertical-align:top;
- }
- table.lp_build td.tree {
- border-right:1px solid #999999;
- width:240px;
- }
- table.lp_build td.workspace {
- padding: 0px;
- padding-left:5px;
- width:auto;
- }
- table.lp_overview {
- width:100%;
- }
- table.lp_overview td {
- border-bottom:1px solid #999999;
- border-top:1px solid #999999;
- height:20px;
- padding:3px;
- vertical-align:middle;
- width:auto;
- }
- table.lp_overview td.title {
- width:200px;
- }
- table.lp_overview td.actions {
- text-align:center;
- width:100px;
- }
- table.lp_overview td.move {
- text-align:center;
- width:50px;
- }
- table.lp_overview th {
- background:#FFFFFF;
- padding-left:3px;
- text-align:center;
- }
- table.lp_overview tr {
- background:#F8F8F8;
- }
- table.lp_overview tr:hover {
- background:#E5EDF9;
- }
- table.lp_overview img {
- margin-left:3px;
- }
- table.lp_prerequisites th {
- background:#F8F8F8;
- border-bottom:1px solid #999999;
- border-top:1px solid #999999;
- }
- .lp_mediaplayer {
- float: right;
- padding-top: 3px;
- margin-right: 5px;
- }
- div.lp_manipulate {
- background:#F8F8F8;
- border-bottom:1px dotted #999999;
- margin-bottom:0px;
- padding:3px 0 3px 10px;
- }
- div.lp_manipulate a {
- padding-right:10px;
- }
- div.lp_resource_header {
- background:#F0F0F0;
- border:1px solid #999999;
- font-weight:bold;
- padding:10px;
- width:350px;
- cursor:pointer;
- margin-top: -1px;
- }
- div.lp_resource_elements {
- background:#FAFAFA;
- border:1px solid #999999;
- display:none;
- padding:5px 10px;
- width:350px;
- margin-top: -1px;
- }
- .learnpath_chapter_form {
- width: 300px;
- }
- .learnpath_item_form {
- width: 300px;
- }
- #learnpath_preview_frame {
- margin-top: 5px;
- border:1px solid #CCCCCC;
- height:490px;
- width:95%;
- }
- /* exercices styles */
- .exercice_form {
- width: 300px;
- }
- #validationButton {
- text-decoration: none;
- margin: 5px;
- border:1px solid #999999;
- background:#F0F0F0;
- padding: 3px;
- padding-left:10px;
- padding-right:10px;
- font-weight:bold;
- color:#666;
- }
- .exercise_scenario_label {
- }
- .exercise_scenario_element {
- }
- span.checkbox {
- width: 19px;
- height: 25px;
- padding: 0 5px 0 0;
- background: url(images/checkbox.gif) no-repeat;
- display: block;
- clear: left;
- float: left;
- }
- span.radio {
- width: 19px;
- height: 25px;
- padding: 0 5px 0 0;
- background: url(images/radio.gif) no-repeat;
- display: block;
- clear: left;
- float: left;
- }
- /* forum styles */
- .forum_header {
- background: #f3f3f3;
- font-weight: bold;
- }
- .forum_message_left {
- width: 150px;
- vertical-align: top;
- /*border-bottom: 1px solid #666666;*/
- border-right: 1px solid #aaa;
- background-color: #F7F7F7;
- }
- .forum_message_post_title {
- border-bottom: 1px solid #aaa;
- font-weight: bold;
- background-color: #F7F7F7;
- height: 20px;
- }
- .forum-thread-header{
- color: #000000;
- background-color: #F7F7F7;
- border-left: 1px solid #aaa;
- border-right: 1px solid #aaa;
- border-bottom: 1px solid #aaa;
- border-top: 1px solid #aaa;
- }
- .forum-thread-body{
- color: #000000;
- background-color: #FFFFFF;
- border-left: 1px solid #aaa;
- border-right: 1px solid #aaa;
- border-bottom: 1px solid #aaa;
- border-top: 1px solid #aaa;
- }
- /* Survey styles */
- #survey_title {
- background-color:#dcdcdc;
- color:#000;
- padding:2px;
- }
- #survey_subtitle {
- background-color:#dcdcdc;
- color:#000;
- padding:2px;
- }
- .survey_content {
- background-color:#EFEFEF;
- color:#264269;
- padding:5px;
- border: 1px solid #999;
- }
- .survey_question_wrapper {
- border: 1px solid #999;
- }
- .survey_question {
- /* 264269 4271b5 E5EDF9 */
- background-color:#f0f0f0;
- color:#999;
- padding:5px;/*border: 1px solid #264269;*/
- }
- .survey_question_options {
- /* 264269 4271b5 E5EDF9 */
- background-color:#FFF;
- color:#000;
- padding:5px;/*border: 1px solid #264269;*/
- }
- /* Blog */
- .blog_menu {
- border-bottom: 1px dashed #dddddd;
- border-right: 1px dashed #dddddd;
- border-left: 1px dashed #dddddd;
- padding: 10px;
- }
- .blogpost {
- border: 1px solid #DDDDDD;
- background-color: #ECECEC;
- margin-bottom: 15px;
- padding: 10px;
- }
- .blogpost_title {
- display: block;
- font-weight: bold;
- padding-bottom: 5px;
- }
- .blogpost_date {
- display: block;
- font-weight: bold;
- color: #333333;
- padding-bottom: 10px;
- }
- .blogpost_info {
- display: block;
- color: #333333;
- border-top: 1px solid #dddddd;
- margin-top: 5px;
- }
- .blogpost_comment {
- border-top: 1px dashed #dddddd;
- border-right: 1px dashed #dddddd;
- border-bottom: 1px dashed #dddddd;
- border-left: 1px dashed #dddddd;
- margin-bottom: 10px;
- padding: 10px;
- background-color: white;
- }
- .blogpost_comment_title {
- display: block;
- font-weight: bold;
- color: #1657A9;
- padding-bottom: 5px;
- }
- .blogpost_comment_date {
- display: block;
- font-size: 10px;
- font-weight: bold;
- color: #333333;
- padding-bottom: 10px;
- }
- .blogpost_comment_info {
- font-size: 10px;
- display: block;
- color: #333333;
- border-top: 1px solid #dddddd;
- margin-top: 10px;
- }
- .blogpost {
- border: 1px solid #DDDDDD;
- background-color: #ECECEC;
- margin-bottom: 15px;
- padding: 10px;
- }
- .comments {
- border: 1px solid #dddddd;
- margin-bottom: 10px;
- margin-top: 10px;
- padding: 10px;
- background-color: #F4F4F4;
- }
- /* tabbed menu */
- #tabbed_menu {
- border: 1px solid #4171b5;
- background: transparent url('images/dropbox.jpg') no-repeat top left;
- width: 300px;
- margin: 0 0 1em 0;
- }
- #tabbed_menu_tabs {
- width: 90%;
- margin: 15px .2em 0 .2em;
- padding: 0;
- list-style-type: none;
- }
- #tabbed_menu_tabs li {
- padding: 0;
- margin: 0 .8em;
- }
- /* system announcements */
- div.system_announcement {
- padding: .2em;
- background-color: #d6e3f5;
- border: 1px solid #002D6D;
- color: #002D6D;
- }
- .system_announcement {
- background: #8cafe1 url('images/crystal3.png') repeat-x;
- font: bold 100% arial, sans-serif, sans;
- color: #fff;
- }
- .system_announcement a {
- color: #d6e3f5;
- }
- .system_announcement a:hover,.system_announcement a:focus {
- color: #fff;
- }
- .system_announcement_content {
- font: normal 100% 'Lucida Grande', verdana, Arial, sans-serif, sans;
- }
- .system_announcements {
- background: transparent url('images/systemenouvelles.jpg') no-repeat top
- left;
- padding-top: 30px;
- width: 50%;
- }
- .system_announcements h3 {
- text-align: center;
- }
- .system_announcement_title {
- color: #fff;
- }
- #image_preview {
- text-align:center;
- padding-left: 17px;
- }
- .skip {
- display: none;
- }
- /* Specific forms: profile,add course,advanced search,advanced course search,etc.. */
- #add_course,#profile,#advanced_course_search,#advanced_search,#category,#course_user_import,#export_users,#update_course,#user_add,#user_import
- {
- border: 1px solid #0049AF;
- background: transparent url("images/headerform.jpg") no-repeat top left;
- width: 550px;
- position: relative;
- padding: 60px 0 1em 0;
- }
- /* Glossary tool */
- .glossary-term {
- margin: 1em;
- background-color: #ffe99b;
- padding: 0.5em 0.5em 1.8em 0;
- -moz-border-radius: 0.5em;
- }
- .glossary-term-title {
- margin: 2em 0 1em 0.5em;
- font-weight: bold;
- font-size: 120%;
- }
- .glossary-term-desc {
- margin-left: 1em;
- }
- .glossary-term-action-links {
- float: right;
- }
- .glossary-term-edit-form {
- margin: 1em;
- background-color: #FFE4C4;
- padding: 0.5em 0.5em 2em 0;
- -moz-border-radius: 0.5em;
- }
- .glossary-term-edit-desc {
- font-weight: bold;
- font-size: 120%;
- }
- .glossary-term-edit-title {
- font-weight: bold;
- font-size: 120%;
- }
- .glossary-add-form {
- font-weight: bold;
- font-size: 120%;
- margin: 1em;
- }
- .glossary-orderby-link {
- float:right;
- margin: 1em;
- }
- .glossary-msg-error {
- color: #FF0000;
- display :none;
- font-weight: normal;
- font-size: 80%;
- }
- /* Notebook */
- .notebook-add-form {
- margin: 1em;
- background-color: #c3d9ff;
- padding: 1em 1em;
- }
- .notebook-add-desc-textarea {
- background-color: #f2f5f8;
- border-color: #ffe99b;
- overflow: hidden;
- }
- .notebook-add-title-text {
- background-color: #f2f5f8;
- border-color: #ffe99b;
- }
- .notebook-edit-desc-textarea {
- background-color: #e0ecff;
- border-color: #ffe99b;
- overflow: hidden;
- }
- .notebook-edit-title-text {
- background-color: #e0ecff;
- border-color: #ffe99b;
- }
- .notebook-msg-error {
- color: #FF0000;
- display :none;
- background-color: #ffe99b;
- width: 40%;
- }
- .notebook-list{
- margin: 1em 1em 0em 1em;
- background-color: #79b;
- padding: 0.3em 0.3em;
- -moz-border-radius: 0.5em;
- }
- .notebook-title-list{
- color : #fff;
- padding: 0.3em 0.3em;
- font-weight: bold;
- font-size: 120%;
- }
- .notebook-desc-list {
- margin: 0em;
- background-color: #f2f5f8;
- padding: 0.5em 0.3em 2em 0.3em;
- border: 1px solid #79b;
- }
- .notebook-term-action-links {
- padding: 0.3em 0.3em;
- width: 50%;
- color : #fff;
- }
- .notebook-orderby-link {
- text-align:right;
- margin-right: 1em;
- }
- .notebook-search-title {
- text-align:right;
- margin: 1em;
- }
- .notebook-date-information {
- color : #fff;
- padding: 0.3em;
- font-size: 120%;
- font-weight: bold;
- }
- /*NAVIGATION MENU BAR*/
- .menucaption {
- font-size: 12px;
- font-weight: bold;
- padding-left: 12px;
- }
- .menusection {
- width: auto;
- margin: 24px 6px 0 6px;
- padding-left: 10px;
- border: 1px solid #4171B5;
- }
- .menusectioncaption {
- position: relative;
- top: -9px;
- background-color: #E5EDF9;
- font-size: 12px;
- padding: 0 8px 0 4px;
- }
- .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; padding: 10px 0 40px 0;
- min-height: 300px; }
- #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 */
- /* --- 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 #4271b5;
- }
- #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: #4171b5;
- padding: 5px 5px 5px 10px;
- margin: 0;
- text-decoration: none;
- display: block;
- }
- #toolnavlist a:hover {
- background: #fff;
- color:#4171b5;
- }
- #toolnavlist a#here {
- background: #fff;
- color:#4171b5;
- }
- /* --- end of course navigation menu section --- */
- /**********************************************
- * MESSAGE TOOL *
- **********************************************/
- /* styles from the new_message.php file */
- .message_view_table{
- cellspacing:0;
- cellpadding:0;
- background-color:#dbeaf5;
- border=0;
- border-collapse: collapse;
- width: 100%;
- }
- .message_view_table th{
- padding-right: 12px;
- border: 1px solid gray;
- background-color: #f0f0f0;
- }
- /* styles from the my.profile.php file */
- .message-content {
- float:right;
- margin:20px auto;
- background:#F5E38E;
- border:2px solid #EBCA4F;
- padding:10px;
- width:200px;
- position:relative;
- margin-top:115px;
- margin-right:-100px;
- }
- .message-content .message-delete {
- position: absolute;
- top: 10px;
- right: 10px;
- cursor: pointer;
- }
- .message-content-internal{
- display:inline;
- margin:20px auto;
- background:#F5E38E;
- border:2px solid #EBCA4F;
- padding:10px;
- width:100px;
- position:relative;
- margin-top:150px;
- margin-right:-100px;
- }
- .message-title { color:#ff0000; font-size:15px; }
- .message-body { font-size:11px; padding: 0 0 11px; color:#333; }
- .message-link { color:#ff8400; }
- .message-view {
- float:right;
- margin:20px auto;
- background:#F5E38E;
- border:2px solid #EBCA4F;
- padding:10px;
- width:100px;
- position:relative;
- margin-top:115px;
- margin-right:-100px;
- }
-
- /**********************************************
- * EXERCISE TOOL *
- **********************************************/
- .exercice_form {
- width: 300px;
- }
- #validationButton{
- text-decoration: none;
- margin: 5px;
- /*border:1px solid #999999;*/
- /*background:#F0F0F0; */
- padding: 3px;
- padding-left:10px;
- padding-right:10px;
- font-weight:bold;
- color:#666;
- }
- .rounded{
- background:#ccc;
- padding: 3px;
- width: 200px;
- margin-left:10px;
- }
- .rounded_inner{
- background:#FFF;
- padding-top: 10px;
- padding-bottom: 10px;
- }
- .rounded_inner:hover{
- color:#C802A5;
- background:#F0F0F0;
- }
- .exercise_scenario_label{
- }
- .exercise_scenario_element{
- }
- span.checkbox {
- width: 19px;
- height: 25px;
- padding: 0 5px 0 0;
- background: url(images/checkbox.gif) no-repeat;
- display: block;
- clear: left;
- float: left;
- }
- span.radio {
- width: 19px;
- height: 25px;
- padding: 0 5px 0 0;
- background: url(images/radio.gif) no-repeat;
- display: block;
- clear: left;
- float: left;
- }
- #question_title{
-
- }
- #exercise_close_link{
- background: url(images/close.gif) no-repeat;
- padding-left: 20px;
- }
- #exercise_close_link:hover{
- background: url(images/close_highlight.gif) no-repeat;
- padding-left: 20px;
- }
- /*SOCIAL TOOL*/
- .image-social-content {
- cursor:pointer;
- text-align:left;
- margin:1px auto;
- background:#ffffff;
- border:1px solid #B8C8DC;
- padding:5px;
- width:100px;
- position:relative;
- margin-right:3px;
- margin-left:4px;
- margin-bottom:2px;
- }
- .image-social-content .image-delete {
- position: absolute;
- top: 1px;
- right: 1px;
- cursor: pointer;
- }
- .social-title{
- color:#ffffff;
- background:#4475B0;
- border-bottom:1px dotted #4475B0;
- border-top:1px dotted #4475B0;
- padding:0px;
- margin-bottom: 0px;
- vertical-align:middle;
- font-weight:bolder;
- }
- .social-subtitle{
- background:#FFFFFF;
- border-bottom:1px dotted #999999;
- border-top:1px dotted #999999;
- padding:0px;
- margin-bottom: 0px;
- vertical-align:middle;
- }
- .social-qualify{
- border-bottom:1px solid #ece9d8;
- border-left:1px solid #ece9d8;
- background:#FFFFFF;
- }
- .social-qualify-display{
- border-bottom:1px solid #ece9d8;
- border-left:1px solid #ece9d8;
- background:#FFFF66;
- color:#000033;
- font-weight:bold;
- }
- .social-info{
- background:#B8C8DC;
- color:#4475B0;
- font-size:12px;
- font-weight:bold;
- }
- .social-display-image{
- float:right;
- margin-top:-130px;
- margin-right:5px;
- }
- .social-search-image{
- color:#000033;
- margin-top:2px;
- border-bottom:1px solid #6B6262;
- border-left:1px solid #6B6262;
- border-right:1px solid #6B6262;
- border-top:1px solid #6B6262;
- width:250px;
- }
- .social-subtitle-search{
- background:#ffffff;
- border-top:1px #9DACBF solid;
- border-bottom:1px #9DACBF solid;
- }
- /*****************************************************
- * BUTTONS *
- *****************************************************/
- /* BUTTONS */
- button {
- margin:0 5px 3px 3px !important;
- background-color: #DFDFDF;
- border-width: 1px;
- /* -moz-border-radius-topright : 5px;
- -moz-border-radius-topleft : 5px;
- -moz-border-radius-bottomright : 5px;
- -moz-border-radius-bottomleft : 5px;
- */
- font-family: bold arial,verdana,helvetica,sans-serif;
- font-size: 100%;
- line-height :130%;
- text-decoration: none;
- color: black;
- cursor: pointer;
- padding:5px 15px 5px 15px;
- }
- button:hover {
- background-color:#cbcbcb;
- color:#545454;
- border-style: inset;
- }
- /* button with image */
- button.add, button.save, button.cancel, button.search, button.login {
- padding-left:30px;
- background-position:10px;
- background-repeat:no-repeat;
- }
- /* POSITIVE */
- button.save, button.add, button.search, button.login {
- background-color:#E5EDF9;
- border-color: #D4E2F6;
- }
- button.save:hover, button.add:hover, button.search:hover, button.login:hover {
- border-color: #D4E2F6;
- background-color:#D4E2F6;
- }
- /* NEGATIVE */
- button.cancel {
- background-color:#F8E8E6;
- border-color: #FFE3DE;
- }
- button.cancel:hover {
- border-color: #F4E1D0;
- background-color: #FFE3DE;
- }
- /*including "save" image*/
- button.save {
- background-image:url(/main/img/button_accept.gif);
- }
- /*including "add" image*/
- button.add {
- background-image:url(/main/img/button_add.gif);
- }
- /*including "cancel" image*/
- button.cancel {
- background-image:url(/main/img/button_delete.gif);
- }
- /*including "search" image*/
- button.search {
- background-image:url(/main/img/button_search.gif);
- }
- /*including "login" image*/
- button.login {
- background-image:url(/main/img/button_login.gif);
- }
- /*including "add" image*/
- button.add{
- margin:0 10px -3px -3px !important;
- padding:3px 1px 1px 23px;
- /*text-decoration:none;
- text-align:right;*/
- width:auto;
- height:100%;
- background-position:3%;
- background-image:url(/main/img/addd.gif);
- background-repeat:no-repeat;
- }
|