12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514 |
- a {
- text-decoration: none;
- font: bold 100% Arial, sans-serif, sans;
- color: #317100;
- }
- a:hover,a:focus {
- color: #683000;
- }
- blockquote {
- font: 1.1em arial, sans, sans-serif;
- }
- body {
- margin: 0;
- padding: 0;
- font-size: .85em;
- font-family: 'Lucida Grande', verdana, Arial, sans-serif, sans;
- color: #000;
- background-color: #fff;
- }
- h3 {
- font: bold 1.3em Arial, sans-serif, sans;
- }
- h4 {
- font: bold 1.2em Arial, sans-serif, sans;
- }
- img {
- border: 0;
- }
- input {
- margin-left: 1em;
- border-color: #EE4C03;
- border-width: 1px;
- background-color: #fff;
- font: normal 90% verdana, Arial, sans, sans-serif;
- }
- p {
- clear: both;
- width: 90%;
- }
- select,textarea {
- font: normal 90% verdana, Arial, sans, sans-serif;
- border: 1px solid #EE4C03;
- }
- small {
- font-size: .9em;
- }
- table {
- clear: both;
- padding: 0;
- }
- tr,td {
- padding: .35em;
- }
- ul {
- list-style: none;
- }
- .coursestatusicons {
- float: left;
- clear: left;
- margin-right: .5em;
- }
- .courses {
- font-weight: bold;
- list-style: none;
- margin-bottom: .2em;
- font-family: arial, sans-serif, sans;
- font-size: 110%;
- }
- #main {
- font-size: 89%;
- width: 96%;
- padding: 0 1% 15px 3%;
-
- min-height: 320px;
- height: auto !important;
- height: 320px;
- clear: both;
- float: left;
- margin-bottom:1em;
- }
- * html #main {
- padding: 0 1% 15px 2.96%;
- }
- .maincontent {
- margin: 0 0 1em 1em;
- width: 69%;
- float: right;
- clear: right;
- }
- #outerframe {
- background-color: #fff;
- width: 100%;
- margin: 0;
- padding: 0;
- }
- .user_course_category {
- font: bold 110% sans, sans-serif, arial;
- text-transform: capitalize;
- text-align: left;
- background: transparent url("images/thindivider.jpg") no-repeat 20% 100%;
- height: 2.8em;
- border-top:2px solid #5F5700;
- padding-top:0.5em;
- color: #5F5700;
- width:80%;
- margin:.8em 0;
- }
- #header {
- background: transparent url('images/bgheader.jpg') repeat-y top right;
- font: bold .85em Arial, sans-serif, sans;
- width: 100%;
- line-height: .8em;
- float: left;
- clear: both;
- margin-bottom: .5em;
- position:relative;
- }
- #header a {
- text-decoration: none;
- }
- #header li#current a,#header a:hover,header a:focus {
- text-decoration: none;
- }
- #header1 {
- width: 30%;
- float: left;
- clear: left;
- margin: .5em 0 0 0;
- }
- #header1 a:hover,#header1 a:focus {
- text-decoration: none;
- }
- #header1 #my_courses {
- display: none;
- visibility: hidden;
- }
- #institution {
- margin: 0 0 0 3.9em;
- }
- #header2 {
- width: 60%;
- text-align: right;
- float: right;
- clear: right;
- margin: .5em 0 0 0;
- padding: 0;;
- text-align: right;
- }
- #header2 ul {
- list-style: none;
- margin: 0 1.9em 0 0;
- padding: 0;
- }
- #header2 ul li {
- display: inline;
- width: auto;
- margin: 0 .1em 0 .2em;
- padding: 0;
- }
- #Header2Right li a img {
- margin: -.4em 0 0 0;
- padding: 0;
- }
- #header3 {
- width: 100%;
- margin: 0;
- padding: 0;
- float: left;
- clear: both;
- }
- #header3 input.logout {
-
- background-color: transparent;
- border: none;
- color: #e4031e;
- height: auto;
- display: inline;
- line-height: 1em;
- font: bold 1em Arial, sans-serif, sans;
- margin: -.3em 0 0 2em;
- padding: 0;
- }
- #header3 form {
- margin: 0;
- padding: 0;
- }
- #header3 #logout {
- display: inline;
- float: right;
- clear: right;
- margin: 0 1.5em 0 0;
- padding: 0;
- width: 10%;
- }
- #header3 #logout li {
- display: block;
- margin: 0;
- padding: 0;
- float: right;
- clear: right;
- }
- #header3 ul {
- list-style: none;
- margin: 0 0 0 3.9em;
- padding: 0;
- width: 80%;
- }
- #header3 ul li {
- float: left;
- display: inline;
- list-style: none;
- margin: 0 1em 0 0;
- padding: 0;
- width: auto;
- }
- #header3 ul li a {
- display: inline;
- }
- #header4 {
- margin-top: .9em;
- text-indent: 3.9em;
- width: 100%;
- float: left;
- clear: both;
- line-height: .9em;
- height: auto;
- background: #fff none;
- position: relative;
- padding: 0;
- }
-
- * :first-child+html #header4 {
- margin-top: 0;
- }
- * html #header4 {
- margin-top: 0;
- }
- #header4 a {
- font-size: 120%;
- letter-spacing: -.05em;
- }
- #header4 a:hover,a:focus {
- text-decoration: none;
- }
- #header4 .clear {
- width: 100%;
- background: url('images/shadowheader.jpg') no-repeat bottom right;
- clear: both;
- position: absolute;
- top: -.9em;
- right: 0;
- margin: 0;
- padding: 0;
- }
- #toolshortcuts {
- width:550px;
- position: absolute;
- bottom:-.75em;
- right:.5em;
- padding: 0;
- margin:0;
- text-align: right;
- }
- #toolshortcuts a {
- margin:0 3px 0 3px;
- }
- #footer {
- font-family: bold .7em Arial, sans-serif, sans;
- width: 98%;
- float: left;
- clear: both;
- color: #f7d77e;
- margin-top: -1.7em;
- padding: 82px 0 .8em 2%;
- background: transparent url('images/bg.jpg') no-repeat 100% 100%;
- }
- #footer .copyright {
- float: right;
- clear: right;
- margin: 0 2em 0 0;
- }
- #lang_form select {
- font-family: sans-serif, sans, arial;
- margin: 1em 18px;
- width: 179px;
- text-align: center;
- }
- .menu {
- background: url('images/bglogin.jpg') repeat-y top center;
- float: left;
- clear: left;
- width: 215px;
- border: 1px solid #EE4C03;
- margin: 0 0 1em 0;
- padding: 0 0 .3em 0;
- font-family: Arial, sans-serif, sans;
-
- min-height: 320px;
- height: auto !important;
- height: 320px;
- }
- .menu #formLogin {
- text-align: center;
- font-weight: bold;
- margin-bottom: .8em;
- }
- .menu #formLogin input {
- margin: .3em auto;
- }
- .menusection {
- width: 100%;
- margin: .3em 0 .3em 0;
- }
- .menusection .menulist {
- float: left;
- clear: both;
- margin: 0;
- padding: 0;
- text-indent: 1.2em;
- width: 100%;
- list-style: none;
- }
- .menusection .menulist li {
- margin: .4em .5em .4em 0;
- }
- .menusectioncaption {
- font: bold 1.2em Arial, sans-serif, sans;
- color: #111;
- margin: 0 0 .5em 1em;
- }
- .menu img {
- margin: 0 0 0 1.2em;
- vertical-align: baseline;
- }
- .menu label {
- display: block;
- clear: both;
- font: bold 1.2em Arial, sans-serif, sans;
- color: #111;
- text-align: center;
- margin: .3em 0;
- padding: 0;
- width: 100%
- }
- .menu #loginform {
- text-align: center;
- font-weight: bold;
- margin-bottom: .8em;
- }
- .menu #loginform input {
- margin: .3em auto;
- display: block;
- }
- .menu .note {
- margin: .3em 0 .3em .5em;
- }
- td #lang_form select {
- margin: 1em 31px;
- }
- td .menu {
- background: url('images/bgloginconf.jpg') repeat-y top left;
- width: 244px;
- margin: 0 auto;
- }
- .data_table {
- margin: 0 auto;
- width: 98%;
- clear: both;
- font: bold 100% Arial, sans, sans-serif;
- }
- .data_table a {
- font: bold 100% Arial, sans, sans-serif;
- text-decoration: none;
- }
- .data_table .row_even td {
- border-right: 1px solid #fff;
- background: #ffdc9f;
- padding: .2em;
- margin: 0;
- }
- .data_table .row_odd td {
- border-right: 1px solid #fff;
- background: #ffea9f;
- padding: .2em;
- margin: 0;
- }
- .data_table .row_even:hover td,.data_table .row_odd:hover td {
- background: #eebb03 none;
- color: #fff;
- }
- .data_table th,.data_table .row_odd th,.row_odd th {
- font: bold 100% sans, sans-serif, arial;
- text-transform: capitalize;
- padding: .2em;
- background: #ffb963 url('images/headertables.jpg') repeat-x;
- color: #3c471c;
- }
- .data_table .row_odd th a {
- text-decoration: none;
- font-size: 110%;
- }
- .row_odd img,.row_even img {
- margin: 0 1em 0 1em;
- }
- #doc_links {
- margin-left: .5em;
- }
- #doc_links a,#folderselector {
- font: bold 100% Arial, sans-serif, sans;
- text-decoration: none;
- }
- #folderselector {
- color: #000;
- }
- #folderselector select {
- margin: 0 .2em;
- }
- .forum_attach_comment {
- color: #737780;
- font-style: italic ;
- font-weight: normal;
- }
- div.row {
- clear: both;
- padding-top: 8px;
- margin-left: 1em;
- }
- div.row div.label {
- float: left;
- text-align: left;
- font: bold 115% Arial, sans-serif, sans;
- width: 25%;
- margin: 0;
- }
- div.row div.formw {
- width: 73%;
- margin: 0;
- }
- .row .formw input {
- margin: 0;
- }
- .label {
- margin-right: 1em;
- }
- .formw {
- margin-top: .2em;
- padding-left: .6em;
- }
-
- * :first-child+html .row .formw input {
- margin-left: -1em;
- }
- * html .row .formw input {
- margin-left: -1em;
- }
- [dir=ltr] div.row div.label,[dir=rtl] div.row div.formw {
- float: left;
- text-align: right;
- }
- [dir=rtl] div.row div.label,[dir=ltr] div.row div.formw {
- float: right;
- text-align: left;
- }
- #add_course,#profile,#advanced_course_search,#advanced_search,#category,#course_user_import,#export_users,#update_course,#user_add,#user_import
- {
- border: 1px solid #EE4C03;
- background: transparent url("images/headerform.jpg") no-repeat top left;
- width: 550px;
- position: relative;
- padding: 60px 0 1em 0;
- }
- #advanced_search,#category,#course_user_import {
- background: transparent url("images/headerform2.jpg") no-repeat top left
- ;
- }
- #export_users,#update_course,#user_add,#user_import {
- background: transparent url("images/headerform3.jpg") no-repeat top left
- ;
- }
- #add_course,#advanced_course_search,#advanced_search,#course_user_import,#export_users,#update_course,#user_add,#user_import
- {
- width: 650px;
- float: left;
- clear: left;
- padding-top: 50px;
- margin-bottom: 1em;
- }
- #add_course .label,#advanced_course_search .label,#advanced_search .label,#category .label,#course_user_import .label,#export_users .label,#user_import .label
- {
- text-align: left;
- }
- #advanced_search,#course_user_import,#export_users,#user_import {
- width: 550px;
- }
- #category {
- clear: both;
- }
- #category select {
- margin-right: .8em;
- }
- #export_users .label,#user_import .label {
- width: 45%;
- text-align: left;
- }
- #export_users .formw,#user_import .formw {
- width: 53%;
- }
- #myprofilefooter {
- float: left;
- clear: both;
- width: 50%;
- margin: 3em auto;
- padding-bottom:2em;
- background: transparent url("images/tinydivider.jpg") no-repeat bottom center;
- font-size: 110%;
- text-align: center;
- width: 550px;
- }
- #profile {
- border:none;
- }
- #profile .clear {
- position: absolute;
- background: transparent url("images/divider.jpg") no-repeat top center;
- top: 30px;
- left: 1em;
- height: 55px;
- width: 100%;
- }
- #profile .label,#update_course .label,#user_add .label {
- text-align: right;
- }
- #profile .formw,#profile .label {
- position: relative;
- left: 20%;
- }
- #update_course {
- width: 90%;
- }
- #update_course .formw {
- margin-top: .7em;
- }
- #update_course .label {
- margin-top: .6em;
- }
- #user_add {
- width: 80%;
- }
- #user_add input {
- margin-left: .3em;
- }
- .admin_section {
- float: left;
- margin: 1em 1em;
- width: 40%;
- border: 1px solid #EE4C03;
- padding: .5em .7em .5em .7em;
- line-height: 120%;
- }
- .admin_section h4 {
- margin: 0;
- width: 100%;
- font-size: 120%;
- font-family: Arial, sans, sans-serif;
- font-weight: bold;
- }
- .admin_section input {
- margin: .5em;
- }
- .admin_section a {
- text-decoration: none;
- font: bold 100% Arial, sans-serif, sans;
- color: #317100;
- }
- .admin_section a:hover,.admin_section a:focus {
- color: #683000;
- }
- .courseadminview {
- width: 80%;
- text-align: center;
- border: 1px solid #EE4C03;
- margin: 1.5em auto;
- }
- .courseadminview a {
- text-decoration: none;
- margin: 0 auto;
- text-align: center;
- font: bold 100% Arial, sans-serif, sans;
- }
- .courseadminview table td {
- text-align: left;
- }
- #courseintro_icons {
- margin: 1em auto;
- clear: both;
- width: 80%;
- }
- .viewcaption {
- font: bold 110% arial, sans, sans-serif;
- position: relative;
- background-color: #fff;
- float: left;
- clear: left;
- top: -1.1em;
- padding: 0 .2em;
- margin: 0;
- }
- #agenda_list {
- margin: 0 auto;
- width: 95%;
- }
- #agenda_list .datanow {
- background: #ffb963 url('images/headertables.jpg') repeat-x;
- border: 1px solid #EE4C03;
- vertical-align: top;
- }
- #agenda_list img {
- margin-right: .8em;
- }
- #agenda_list td.data img,#agenda_list td.datanow img {
- margin-bottom: -.6em;
- margin-top: -.3em;
- }
- #agenda_list td.textnow {
- border: 1px solid #EEB103;
- background-color: #eee;
- padding: .5em;
- }
- #agenda_list tr,#agenda_list td {
- width: auto;
- border: none;
- }
- #agenda_list tr.data,#agenda_list td.data,.data {
- background: #ffb963 url('images/headertables.jpg') repeat-x top center;
- vertical-align: top;
- border: 1px solid #EE4C03;
- color: #000;
- }
- #agenda_list tr.text,#agenda_list td.text,.text {
- border: 1px solid #EEB103;
- }
- .agenda_month_divider,.title {
- font: bold 1.2em Arial, sans-serif, sans;
- color: #000;
- text-align: center;
- }
- .agenda_month_divider {
- text-align: center;
- background: transparent url("images/divider2.jpg") no-repeat 50% 1.3em;
- height: 2.8em;
- color: #EE4C03;
- }
- #agenda_select img {
- margin-right: .2em;
- }
- #agenda_select li {
- margin-bottom: .6em;
- font: bold 1em Arial, sans-serif, sans;
- }
- #agenda_select li a {
- font: bold 1em Arial, sans-serif, sans;
- text-decoration: none;
- }
- .alternativeBgLight {
- background-color: #EEB103;
- }
- .announcements_datum {
- color: #C67D44;
- border: 1px solid #5F5700;
- background-color: #FFF15F;
- }
- .data,.announcements_datum,.datanow {
- font: bold 1em Arial, sans-serif, sans;
- }
- .datanotbold {
- font-weight: normal;
- }
- span.agendaitem {
- text-align: center;
- display: block;
- font-size: 95%;
- width: 90%;
- margin: 0 auto;
- font-size: .9em;
- }
- span.agendaitem i {
- font: bold 97% Arial, sans-serif, sans;
- color: #EE8003;
- }
- .days_today {
- font: bold 1em Arial, sans-serif, sans;
- text-decoration: none;
- color: #000;
- }
- .days_week {
- background: #ffea9f;
- }
- .days_week,.days_weekend,.days_today {
- text-align: center;
- }
- .days_weekend {
- background: #ffdc9f;
- }
- .days_week a,.days_weekend a {
- font: bold 1em Arial, sans-serif, sans;
- }
- .days_week a:hover,.days_weekend a:hover,.days_week a:focus,.days_weekend a:focus
- {
- text-decoration: none;
- }
- .days_week .agendaitem i,.days_weekend .agendaitem i {
- color: #3F3A00;
- }
- #newedit_form tr.title {
- background:none;
- text-align:left;
- }
- .title {
- background: #ffb963 url('images/headertables.jpg') repeat-x;
- }
- .weekdays {
- font: bold 1.1em Arial, sans-serif, sans;
- color: #fff;
- background: #eebb03;
- text-align: center;
- }
- .ical_export { float: right; margin-top: 0.2em;}
- #settings {
- width: 70%;
- margin: .5em auto;
- border: 1px solid #EE4C03;
- padding: .2em;
- }
- .settingtitle {
- text-align: left;
- text-indent: .5em;
- font: bold 130% Arial, sans-serif, sans;
- color: #000;
- margin: .1em auto .1em auto;
- padding: .1em;
- border: 1px solid #EE4C03;
- background: #ffb963 url('images/headertables.jpg') repeat-x top center;
- width: 99.5%;
- letter-spacing: -.03em;
- }
- .settingcomment {
- margin: .5em 0 .5em .5em;
- font: bold 110% Arial, sans-serif, sans;
- }
- .settingvalue {
- margin: .5em 0 2em .5em;
- }
- .blog_left,.blog_right {
- background: #fff url("images/vertdivider.jpg") no-repeat top left;
- padding-left: 10px;
- }
- .blog_right {
- text-align: justify;
- padding-left: 1em;
- background-color: transparent;
- }
- .blog_right a img {
- margin-right: .2em;
- }
- .blog_right table {
- margin-left: .8em;
- }
- .blog_menu_title,.blogpost_title {
- color: #fff;
- font: bold 110% Arial, sans-serif, sans;
- }
- .blog_menu_title {
- width: 99%;
- border-bottom: 1px solid #EE8003;
- background: #ffb963 url('images/headertables.jpg') repeat-x top center;
- }
- .blogpost {
- margin: .2em 1.5em;
- background: transparent url("images/tinydivider.jpg") no-repeat bottom
- center;
- padding-bottom: 2em;
- text-indent: 1em;
- }
- .blogpost_actions img {
- margin: 0 0 0 .8em;
- vertical-align: bottom;
- }
- .blogpost_comment {
- text-indent: 2em;
- margin-top: .5em;
- }
- .blogpost_date,.blog_subtitle,.blog_menu_title,.blogpost_comment_date {
- color: #fff;
- font: bold 110% Arial, sans-serif, sans;
- }
- .blogpost_date,.blogpost_comment_date {
- border: none;
- margin-left: 1em;
- }
- .blogpost_info,.blogpost_comment_info {
- margin-left: 1em;
- font: bold 100% Arial, sans-serif, sans;
- }
- .blogpost_introduction,.blogpost_text {
- display: block;
- clear: both;
- margin: .5em 0;
- text-indent: 2em;
- }
- .blogpost_title {
- font: bold 130% Arial, sans-serif, sans;
- margin: 0 0 .5em 1em;
- color: #000;
- }
- .blog_subtitle {
- position: relative;
- top: .8em;
- padding: .2em .9em;
- witdh: 100%;
- border: 1px solid #EEB103;
- background: #ffb963 url('images/headertables.jpg') repeat-x top center;
- display:block;
- width:250px;
- margin:0 0 -1em 0;
- }
- body:last-child:not(:root:root) .blog_subtitle {
- width:220px;
- }
- .blog_title {
- padding: .1em 1em;
- font: bold 140% Arial, sans-serif, sans;
- color: #EE4C03;
- text-transform:uppercase;
- margin:0 0 -1.3em 0;
- display:block;
- }
- .comments,.new_comment {
- margin-left: 1em;
- }
- .blogpost_comment {
- background: transparent url('images/thindivider.jpg') no-repeat bottom
- center;
- padding-bottom: 25px;
- margin-bottom: 2em;
- }
- .blogpost_comment_title {
- font-size: 95%;
- background: #ffb963 url('images/headertables.jpg') repeat-x top
- center;
- padding: 0.4em;
- border: 1px solid #EE8003;
- }
- .blogpost_comment_date {
- font-size: 95%;
- }
- .blogpost_comment .blogpost_text {
- border: 1px solid #EE8003;
- padding: .6em;
- }
- #title {
- font: bold 1.2em Arial, sans-serif, sans;
- color: #000;
- text-align: center;
- }
- .attachment_comment {
- color: #737780;
- font-style: italic ;
- font-weight: normal;
- }
- a.specialLink {
- font: bold 80% Arial, sans-serif, sans;
- color: #317100;
- }
- a.specialLink:hover,a.specialLink:focus {
- color: #683000;
- }
- .forum {
- border: 1px solid #BFAF00;
- padding: 1px;
- }
- .forum_header td {
- background: transparent url('images/line.jpg') repeat-x bottom center;
- }
- th span {
- color:#000;
- }
- .forum_message_post_title {
- text-align: left;
- font: bold 95% Arial, sans-serif, sans;
- background: #ffb963 url('images/headertables.jpg') repeat-x top
- center;
- padding: 0.2em;
- vertical-align: top;
- height: 20px;
- border: 1px solid #EE8003;
- }
- .forum_message_left {
- background: #ebc41f url('images/bglogin.jpg') repeat-y top center;
- border-right: 1px solid #EE8003;
- vertical-align: top;
- width: 15em;
- border-collapse: collapse;
- }
- .forum_message_post_text {
- margin-bottom: 10px;
- vertical-align: top;
- }
- .forum_description {
- color: #000;
- font-weight: normal;
- font-family:Arial,sans,sans-serif;
- }
- .forum_title{
- color: #317100;
- font-size: 14px;
- font-family:Arial,sans,sans-serif;
- }
- .forum_low_description{
- color: #000;
- font-style: italic ;
- font-weight: normal;
-
- font-size: 11px;
- font-family:Arial,sans,sans-serif;
- }
- .normal-message,.warning-message,.confirmation-message,.error-message {
- border: 1px solid #EE8003;
- margin: 1em auto;
- padding: 40px .3em .5em .3em;
- position: relative;
- width: 500px;
- color: #EE4C03;
- background: transparent url('images/alert.jpg') no-repeat 54px 0px;
- font: bold 110% Arial, sans-serif, sans;
- text-align: left;
- }
- .normal-message img,.warning-message img,.confirmation-message img,.error-message img
- {
- position: absolute;
- top: 0;
- left: 238px;
- }
- #message {
- margin: 0 auto;
- text-align: center;
- }
- #message select {
- margin: 10px 0;
- width: 220px;
- }
- #message textarea {
- margin: 10px 0;
- }
- #message td {
- padding: 4px;
- }
- #tabbed_menu {
- border: 1px solid #EE8003;
- background: transparent url('images/dropbox.jpg') no-repeat top left;
- width: 10em;
- margin: 0 0 1em 0;
- }
- #tabbed_menu_tabs {
- width: 90%;
- margin: 15px .2em 0 .2em;
- padding: 0;
- }
- #tabbed_menu_tabs li {
- padding: 0;
- margin: 0 .8em;
- }
- .dropbox_date {
- color: #737780;
- font-style: italic ;
- font-weight: normal;
- }
- div.system_announcement {
- padding: .2em;
- border: 1px solid #EE8003;
- }
- .system_announcement_title {
- color: #794102;
- }
- .system_announcements {
- background: transparent url('images/systemenouvelles.gif') no-repeat top
- left;
- padding-top: 30px;
- width: 50%;
- }
- .system_announcements h3 {
- text-align: center;
- }
- .system_announcement {
- background: #ffb963 url('images/headertables.jpg') repeat-x;
- font: bold 100% arial, sans-serif, sans;
- }
- .system_announcement_content {
- font: normal 100% 'Lucida Grande', verdana, Arial, sans-serif, sans;
- }
- .skip {
- position:absolute;
- top:0;
- left:-9000px;
- }
- #installation_steps {
- background-color: #EFEFEF;
- float: left;
- }
- .current_step {
- font-weight: bold;
- }
- .RequirementHeading {
- margin-right: 10px;
- }
- .RequirementHeading h1 {
- border-bottom: 1px solid #0066CC;
- color: #0066CC;
- font-size: 1.2em;
- font-weight: bold;
- }
- .RequirementText {
- color: #666;
- float: right;
- font-size: 1.0em;
- font-weight: normal;
- width: 200px;
- }
- .RequirementContent {
- color: #000;
- font-size: 1.0em;
- font-weight: normal;
- }
- .RequirementContent table {
- border: 1px solid #ccc;
- width: 400px;
- }
- .RequirementContent table th {
- border-bottom: 1px solid #ccc;
- text-align: left;
- }
- .requirements-item {
- background-color: #f7f7f7;
- padding-left: 2px;
- width: 50%;
- }
- #survey_title{
- background-color:#264269;
- color:#FFF;
- padding:2px;
- border: 1px solid #264269;
- }
- #survey_subtitle{
- background-color:#264269;
- color:#FFF;
- padding:2px;
- border: 1px solid #264269;
- }
- .survey_content{
- background-color:#EFEFEF;
- color:#264269;
- padding:5px;
- border: 1px solid #264269;
- }
- .survey_question_wrapper{
- border: 1px solid #4271b5;
- }
- .survey_question{
-
- background-color:#4271b5;
- color:#FFFFFF;
- padding:5px;
-
- }
- .survey_question_options{
-
- background-color:#FFF;
- color:#000;
- padding:5px;
-
- }
- .survey_export_link { float: right; }
- #ajax_list_coachs {
- position:absolute;
- border:1px solid #4171B5;
- margin:0px;
- padding:0px;
- margin-left:200px;
- margin-top:-23px;
- background-color:#FFFFFF;
- height:auto;
- overflow:auto;
- }
- #ajax_list_courses {
- position:absolute;
- border:1px solid #4171B5;
- margin:0px;
- padding:0px;
- margin-left:200px;
- background-color:#FFFFFF;
- height:auto;
- overflow:auto;
- }
- #ajax_list_users {
- position:absolute;
- border:1px solid #4171B5;
- margin:0px;
- padding:0px;
- margin-left:200px;
- background-color:#FFFFFF;
- height:auto;
- overflow:auto;
- }
- #chat_login_name {
- color : #317100;
- }
- .quiz_export_link { float: right; }
|