1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600 |
- /* Styles that should disappear */
- .row {
- width:100%;
- }
- div.row div.label {
- width: 0%;
- }
- div.row div.formw {
- width: 100%;
- }
- /* Redefining html styles */
- body {
- font-family: bold arial, verdana, helvetica, sans-serif;
- font-size: 12px;
- margin: 0;
- padding: 0;
- }
- img {
- border: none;
- }
- a:link {
- color : #333;
- }
- a:visited {
- color : #333;
- }
- a:hover {
- color: #f3840d;
- }
- a:active {
- }
- input, input[type=file], select, textarea {
- background:#F8F8F8;
- border:1px solid #999999;
- padding:1px 2px;
- }
- input[type=button], input[type=submit] {
- border:1px solid #999999;
- background:#F0F0F0;
- padding-left:10px;
- padding-right:10px;
- font-weight:bold;
- color:#666;
- }
- /* header styles */
- #header {
- }
- /* header 1 styles */
- #header1 {
- background-color: #dcdcdc;
- color: #666;
- border-bottom: 1px solid #ccc;
- }
- #header1 a {
- color: #333;
- text-decoration: none;
- }
- #header1 a:hover {
- }
- #my_courses {
- float: right;
- font-weight: bold;
- margin-right: 100px;
- }
- #header1 img {
- border: 0px;
- }
- /* header 2 styles */
- #header2 {
- background: #f0f0f0;
- color: #666;
- border-bottom: 1px solid #ccc;
- }
- #header2 a {
- color: #333;
- text-decoration: none;
- }
- #header2 a:hover {
- }
- #Header2Right ul {
- float: right;
- list-style-type: none;
- text-align: right;
- color:#680157;
- margin: 0;
- padding: 0;
- }
- #Header2Right ul li {
- display: inline;
- }
- #Header2Right ul li a {
- color:#333;
- }
- #Header2Right ul li a:hover {
- color:#333;
- }
- /* header 3 styles */
- #header3 {
- background: #fff;
- border-bottom: 1px solid #aeaeae;
- color: #333;
- height:auto;
- font-weight: bold;
- }
- #header3 ul {
- list-style:none;
- }
- #header3 li {
- /*display:inline;*/
- cursor: pointer;
- }
- #header3 a {
- float:left;
- background:url(../../img/dokeosgrey/tab_left.gif) no-repeat left top;
- text-decoration:none;
- cursor: pointer;
- color: #333;
- padding-right: 1px;
- padding-left: 9px;
- height:25px;
- }
- #header3 li a:hover {
- float:left;
- background:url(../../img/dokeosgrey/tab_left_hover.gif) no-repeat left top;
- text-decoration:none;
- cursor: pointer;
- }
- #header3 li a span {
- float:left;
- display:block;
- background:url(../../img/dokeosgrey/tab_right.gif) no-repeat right top;
- color:#333;
- cursor: pointer;
- padding-right: 10px;
- padding-top: 5px;
- height:20px;
- }
- #header3 li a:hover span {
- float:left;
- display:block;
- background:url(../../img/dokeosgrey/tab_right_hover.gif) no-repeat right top;
- color:#333;
- cursor: pointer;
- }
- #header3 #current a {
- float:left;
- background:url(../../img/dokeosgrey/tab_left_active.gif) no-repeat left top;
- text-decoration:none;
- }
- #header3 #current a span {
- float:left;
- display:block;
- background:url(../../img/dokeosgrey/tab_right_active.gif) no-repeat right top;
- }
- #logout li a {
- float: right;
- vertical-align:top;
- background:url(../../img/dokeosgrey/tab_left.gif) no-repeat left top;
- margin-right:5px;
- text-decoration:none;
- }
- #logout li a:hover {
- float: right;
- vertical-align:top;
- background:url(../../img/dokeosgrey/tab_left_hover.gif) no-repeat left top;
- text-decoration:none;
- margin-right:5px;
- }
- #logout li a span {
- float:left;
- display:block;
- background:url(../../img/dokeosgrey/tab_right.gif) no-repeat right top;
- color:#333;
- cursor: pointer;
- }
- #logout li a:hover span{
- background:url(../../img/dokeosgrey/tab_right_hover.gif) no-repeat right top;
- }
- /* header 4 styles */
- #header4 {
- margin-left: 5px;
- height: 21px;
- }
- a.breadcrumb {
- height: 21px;
- }
- a.breadcrumb0 {
- background:url(images/home.gif) no-repeat;
- padding-left: 22px;
- }
- /* footer styles */
- #footer {
- border-top: 1px solid #aeaeae;
- }
- #footerright {
- margin-top: 10px;
- float: right;
- margin-right:20px;
- }
- #footerleft {
- padding-top: 10px;
- }
- #footer a {
-
- }
- /* main styles */
- #main {
- position: relative;
- min-height: 320px;
- padding-left: 15px;
- padding-right: 15px;
- padding-bottom: 5px;
- }
- /* my courses styles */
- #maincontent {
- float: left;
- width: 75%;
- min-height: 333px;
- margin-top:0;
- }
- .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 {
- float: right;
- width: 200px;
- min-height: 150px;
- background-color: #F0F0F0;
- border: 1px solid #bbb;
- margin-right: 0px;
- margin-bottom: 10px;
- padding-bottom: 10px;
- }
- .menu form {
- margin: 0px 6px 0 6px;
- }
- .menucaption {
- font-size: 12px;
- font-weight: bold;
- padding-left: 12px;
- }
- .menusection {
- width: auto;
- margin: 24px 6px 0 6px;
- padding-left: 10px;
- border: 1px solid #bbb;
- }
- .menusectioncaption {
- position: relative;
- top: -9px;
- background-color:#F0F0F0;
- font-size: 12px;
- padding: 0 8px 0 4px;
- }
- .menulist {
- list-style: none;
- margin: 0 0 12px 0;
- padding: 0;
- }
- .note {
- width: auto;
- margin: 24px 6px 0 6px;
- padding: 3px;
- background-color:#bbb;
- border: 1px outset;
- }
- /* 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 */
- .normal-message {
- position: relative;
- margin: 10px auto;
- margin-left: -250px;
- width: 500px;
- left: 50%;
- right: 50%;
- border-width: 1px;
- border-style: solid;
- padding: 5px;
- border: 1px solid #dcdcdc;
- color: #000;
- background-color: #E5EDF9;
- min-height: 30px;
- }
- .warning-message {
- position: relative;
- margin: 10px auto;
- margin-left: -250px;
- width: 500px;
- left: 50%;
- right: 50%;
- border-width: 1px;
- border-style: solid;
- padding: 5px;
- border: 1px solid #FFB30F;
- color: #000;
- background-color: #FFEFA7;
- min-height: 30px;
- }
- .confirmation-message {
- position: relative;
- margin: 10px auto;
- margin-left: -250px;
- width: 500px;
- left: 50%;
- right: 50%;
- border-width: 1px;
- border-style: solid;
- padding: 5px;
- border: 1px solid #1F8323;
- color: #000;
- background-color: #CAF0C7;
- min-height: 30px;
- }
- .error-message {
- position: relative;
- margin: 10px auto;
- margin-left: -250px;
- width: 500px;
- left: 50%;
- right: 50%;
- border-width: 1px;
- border-style: solid;
- padding: 5px;
- border: 1px solid #FF0000;
- color: #000;
- background-color: #FFD1D1;
- min-height: 30px;
- }
- /* other styles */
- .clear {
- clear: both;
- line-height: 0px;
- height: 0;
- }
- /* actions */
- .actions_lp {
- background:#F8F8F8;
- /*border-bottom:1px solid #999999; */
- /*border-top:1px solid #999999; */
- height:29px;
- padding-left: -17px;
- margin-bottom: 1px;
- background:url(images/actions.jpg) repeat-x;
- 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 dotted #999999;
- border-top:1px dotted #999999;
- /*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 #999999;
- border-top:1px solid #999999;
- 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 {
- font-weight: bold;
- padding-right: 20px;
- border: 1px solid #666;
- background-color: #999;
- color: #fff;
- }
- .data_table th a {
- color: #fff;
- text-decoration:none;
- }
- .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 {
- padding: 5px;
- vertical-align: top;
- border-bottom: 1px solid #b0b0b0;
- border-right: 1px dotted #e1e1e1;
- border-left: 1px dotted #e1e1e1;
- }
- /* sections in the page */
- .sectiontitle {
- background-color: #EFEFEF;
- border: 1px solid #cccccc;
- font-weight: bold;
- color: #666666;
- 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 #cccccc;
- font-weight: bold;
- color: #666666;
- 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 #ccc;
- }
- .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;
- color: #ccc;
- 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 {
- width: 100%;
- height: 20px;
- border-bottom-width: 1px;
- border-bottom-style: solid;
- border-bottom-color: #666666;
- margin-bottom: 20px;
- }
- #tabbed_menu #tabbed_menu_tabs li {
- margin: 0 10;
- padding: 0;
- display: inline;
- list-style-type: none;
- }
- #tabbed_menu #tabbed_menu_tabs a:link, #tabbed_menu_tabs a:visited {
- float: left;
- background: #f3f3f3;
- font-weight: bold;
- padding: 2px 10px 2px 10px;
- margin-right: 4px;
- border: 1px solid #cccccc;
- border-bottom: 1px solid #666666;
- text-decoration: none;
- color: #666;
- }
- #tabbed_menu #tabbed_menu_tabs a:link.active, #tabbed_menu_tabs a:visited.active {
- border: 1px solid #666666;
- border-bottom: 1px solid #fff;
- background: #fff;
- color: #000;
- }
- #image_preview {
- text-align:center;
- padding-left: 17px;
- }
- .skip {
- display: none;
- }
- /* 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%;
- }
- /*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: #D3D3D3;
- color: #000;
- 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;
- }
- /* 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;
- }
- /* --- end of course navigation menu section --- */
- /* Gradebook */
- .resource-deleted {
- color:#990000;
- }
- .gradebook-table-header {
- border: 1px solid rgb(153, 153, 153);
- background: rgb(240, 240, 240) none repeat scroll 0% 0%;
- }
- .gradebook-table-body {
- border: 1px solid rgb(153, 153, 153);
- background: rgb(255, 255, 255) none repeat scroll 0% 0%;
- }
- /**********************************************
- * 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;
- }
- /*****************************************************
- * BUTTONS *
- *****************************************************/
- /* BUTTONS */
- button {
- /*display:block;
- float:left;*/
- margin:0 8px 0 0;
- background-color:#f5f5f5;
- border:2px solid #909090;
- border-top:2px solid #eee;
- border-left:2px solid #eee;
- -moz-border-radius-topright : 10px;
- -moz-border-radius-topleft : 10px;
- -moz-border-radius-bottomright : 10px;
- -moz-border-radius-bottomleft : 10px;
- font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
- font-size:100%;
- line-height:130%;
- text-decoration:none;
- font-weight:bold;
- color:#565656;
- outline:none;
- cursor:pointer;
- padding:3px 5px 3px 5px; /* Links */
- }
- button:hover{
- background-color:#e0e0e0;
- color:#545454;
- border-top:2px solid #eee;
- border-left:2px solid #eee;
- }
- button:active{
- background-color:#909090;
- border:2px solid #909090;
- color:#fff;
- outline:none;
- }
- button img{
- margin:0 10px -3px -3px !important;
- padding:0;
- border:none;
- width:16px;
- height:16px;
- }
- /* NEGATIVE */
- button.negative, .cancel{
- color:#680000;
- border-bottom:2px inset #800000;
- border-right:2px inset #800000;
- outline:none;
- }
- button.negative, .cancel:hover{
- background:#f5f5f5;
- color:#d12f19;
- border-top:2px solid #eee;
- border-left:2px solid #eee;
- }
- button.negative:active{
- background-color:#380000;
- border:2px solid #380000;
- color:#fff;
- outline:none;
- }
- /*including "cross" image*/
- button.cancel{
- 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/delete.gif);
- background-repeat:no-repeat;
- }
- /* POSITIVE */
- button.positive, .save, .add{
- color:#529214;
- border-bottom:2px inset #529220;
- border-right:2px inset #52922;
- outline:none;
- }
- button.positive, .save:hover,.add:hover{
- background-color:#E6EFC2;
- color:#529214;
- border-top:2px solid #eee;
- border-left:2px solid #eee;
- }
- button.positive:active{
- background-color:#698B22;
- border:2px solid #556b2f;
- color:#fff;
- outline:none;
- }
- /*including "save" image*/
- button.save{
- 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/accept.png);
- background-repeat:no-repeat;
- }
- /*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;
- }
-
|