12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610 |
- /*
- * Special CSS styles for the chamilo_XXX themes
- */
- .item {
- -moz-border-radius:5px;
- border-radius:5px;
- border:1px solid #E1E1E0;
- }
- .subnav .brand {
- color:white;
- }
- /*
- Side-Menu Slider (JQuery) see banner.inc.php
- */
- ul#navigation {
- position: fixed;
- margin: 0px;
- padding: 0px;
- top: 200px;
- right: -10px;
- list-style: none;
- z-index:9999;
- }
- ul#navigation li {
- width: 73px;
- }
- ul#navigation li a {
- display: block;
- margin-left: 1px;
- width: 65px;
- height: 60px;
- background-color:#CFCFCF;
- background-repeat:no-repeat;
- background-position:center center;
- border:1px solid #AFAFAF;
- -moz-border-radius:10px 0px 0px 10px;
- -webkit-border-bottom-right-radius: 10px;
- -webkit-border-top-right-radius: 10px;
- -khtml-border-bottom-right-radius: 10px;
- -khtml-border-top-right-radius: 10px;
- -moz-box-shadow: 0px 4px 3px #000;
- opacity: 0.6;
- filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
- -webkit-box-shadow: 0px 4px 3px #000;
- }
- ul#navigation .help a {
- -moz-border-radius:8px 0 0 8px;
- -moz-box-shadow:0 2px 2px #000000;
- background-color:#879DAA;
- background-position:center center;
- background-repeat:no-repeat;
- border:1px solid #FFFFFF;
- display:block;
- height:44px;
- margin-left:50px;
- opacity:0.6;
- width:65px;
- padding: 6px 0 8px 6px;
- }
- ul#navigation .report a {
- -moz-border-radius:8px 0 0 8px;
- -moz-box-shadow:0 2px 2px #000000;
- background-color:#8fd400;
- background-position:center center;
- background-repeat:no-repeat;
- border:1px solid #FFFFFF;
- display:block;
- height:44px;
- margin-left:50px;
- opacity:0.6;
- width:65px;
- padding: 6px 0 8px 6px;
- }
- ul#navigation .student a {
- -moz-border-radius:8px 0 0 8px;
- -moz-box-shadow:0 2px 2px #000000;
- background-color:#b27651 ;
- background-position:center center;
- background-repeat:no-repeat;
- border:1px solid #FFFFFF;
- display:block;
- height:44px;
- margin-left:50px;
- opacity:0.6;
- width:65px;
- padding-bottom: 8px;
- }
- ul#navigation .user-online a {
- -moz-border-radius:8px 0 0 8px;
- -moz-box-shadow:0 2px 2px #000000;
- background-color:#ccbc67 ;
- background-position:center center;
- background-repeat:no-repeat;
- border:1px solid #FFFFFF;
- display:block;
- height:44px;
- margin-left:50px;
- opacity:0.6;
- width:65px;
- padding: 6px 0 8px 6px;
- }
- /* Other colors for other tabs in the earth tones */
- ul#navigation .user-connect a {
- -moz-border-radius:8px 0 0 8px;
- -moz-box-shadow:0 2px 2px #000000;
- background-color:#fac97a ;
- background-position:center center;
- background-repeat:no-repeat;
- border:1px solid #FFFFFF;
- display:block;
- height:44px;
- margin-left:50px;
- opacity:0.6;
- width:65px;
- padding: 6px 0 8px 6px;
- }
- ul#navigation .student-connect a {
- -moz-border-radius:8px 0 0 8px;
- -moz-box-shadow:0 2px 2px #000000;
- background-color:#d0d5d1 ;
- background-position:center center;
- background-repeat:no-repeat;
- border:1px solid #FFFFFF;
- display:block;
- height:44px;
- margin-left:50px;
- opacity:0.6;
- width:65px;
- padding: 6px 0 8px 6px;
- }
- #center {
- margin: 0 190px 0 0;
- padding: 10px 0 40px 0;
- min-height: 300px;
- background-color: #fff;
- }
- .courseadminview table td a, .Authoringview table td a {
- font-weight: bold;
- font-size:13px;
- margin-left:2px;
- }
- /* Student view */
- .Authoringview {
- position: relative;
- width: 80%;
- margin: 25px auto 10px;
- padding: 10px;
- }
- /* Teacher view*/
- .courseadminview, .platformadminview {
- position: relative;
- width: 80%;
- margin: 25px auto 10px;
- padding: 10px;
- -moz-border-radius:5px;
- border-radius:5px;
- border:1px solid #E1E1E0;
- }
- .Authoringview table td a {
- font-weight: bold;
- }
- .invisible a:link, .invisible a:visited {
- color: #999;
- }
- a.invisible:link, a.invisible:visited {
- color: #999;
- }
- .clear {
- clear: both;
- line-height: 0px;
- height: 0;
- }
- #sitename {
- margin: 0;
- }
- #institution {
- background-repeat:no-repeat;
- height:80px;
- overflow:hidden;
- margin-left:4%;
- margin-top:1%;
- }
- #my_courses {
- float:right;
- height:16px;
- padding-right:4%;
- }
- /* The tool shortcuts */
- #toolshortcuts {
- clear:right;
- margin-left:auto;
- margin-right:auto;
- text-align:right;
- width:92%;
- }
- footer a:link, footer a:visited {
- color:#f1d40d;
- }
- /*
- NAVIGATION MENU
- */
- #toolnav {
- float:right;
- margin:-7px 0 0 -5%;
- overflow:hidden;
- padding:0;
- position:absolute;
- right:0px;
-
- }
- #toolnav img {
- float: left;
- width: 25px;
- height: 25px;
- margin: 0 4px 0 0;
- *margin: 0 2px 0 0; /* IE7 and below */
- margin: 0 2px 0 0\0/IE8+9; /* IE8 + 9 + IE10pp4 */
- }
- /* Hide from IE5-mac. Only IE-win sees this. \*/
- * html #toolnav {
- margin-right: 0px;
- }
- * html #center {
- height: 1%;
- margin-left: 0;
- }
- /*
- course navigation menu as a definition list
- */
- #swap_menu_link {
- float: left;
- }
- #toolnavbox {
- border: 1px solid #4271b5;
- float: left;
- margin: 0 0 0 10px;
- padding: 0;
- }
- #toolnavbox dl {
- background: transparent;
- font-size: 12px;
- margin: 0 auto;
- text-align: center;
- width: 160px;
- }
- #toolnavbox dt {
- background: transparent;
- border-bottom: 1px solid #fff;
- color: #000;
- font-size: 12px;
- font-weight: bold;
- margin: 0;
- text-align: center;
- }
- #toolnavbox dd {
- background: #E5EDF9;
- border-bottom:1px solid #fff;
- color: #009;
- margin: 0;
- text-align: left;
- }
- #toolnavlist a, #toolnavlist a:link {
- background: #E5EDF9;
- color: #4171b5;
- display: block;
- margin: 0;
- padding: 5px 5px 5px 10px;
- text-decoration: none;
- line-height:24px;
- }
- #toolnavlist a:hover, #toolnavlist a#here {
- background: #fff;
- color:#4171b5;
- }
- /* Hide from IE5-mac. Only IE-win sees this. \*/
- * html #toolnav {
- margin-right: 0px;
- }
- * html #center {
- height: 1%;
- margin-left: 0;
- }
- /* Warning and error messages to the user */
- .confirmation-message img, .error-message img, .normal-message img, .warning-message img {
- position: relative;
- margin-top: 5px;
- margin-bottom: 10px;
- float:left;
- }
- /*****************************************************
- * COURSE HOMEPAGE *
- *****************************************************/
- /* various sections in course-home.php file */
- #toolremove {
- width: 40%;
- color: #f00;
- font-weight: bold;
- margin: 10px auto;
- padding: 10px;
- border: 2px solid #f00;
- }
- #courseintro {
- clear: both;
- width: 80%;
- margin: 10px auto;
- padding: 10px;
- }
- #courseintro_icons {
- clear: both;
- width: 80%;
- /* margin: 10px auto; */
- }
- .everybodyview {
- position: relative; /* to avoid the IE peekabo bug ?*/
- -moz-border-radius:5px;
- border-radius:5px;
- border:1px solid #E1E1E0;
- width: 80%;
- margin: 10px auto;
- padding: 10px;
- }
- .viewcaption {
- position: relative;
- top: -20px;
- font-size: 12px;
- font-weight: bold;
- color: #aaa;
- background-color: #fff;
- padding: 0 4px;
- }
- .tool-icon {
- /*margin-bottom: -3px;*/
- }
- /**********************************************
- * DOCUMENT MODULE *
- **********************************************/
- /* styles from the document.php file */
- .comment {
- margin-left: 30px;
- }
- /* styles from the upload.php file */
- dl.upload_option {
- margin: 1em 0;
- padding: 0;
- }
- .upload_option dt {
- font-weight:bold;
- margin:0;
- }
- .upload_option dd {
- margin:0;
- }
- .document_owner {
- text-align: right;
- }
- /**********************************************
- * DROPBOX MODULE *
- **********************************************/
- /* styles from dropbox.php file */
- .dropbox_detail {
- font-size: small
- }
- .dropbox_date {
- color: #737780;
- font-style: italic;
- font-weight: normal;
- }
- .dropbox_person {
- font-weight: bold
- }
- .dropbox_listTitle {
- color: #000000;
- }
- .dropbox_feedback {
- font-size: x-small;
- height: 50px;
- width: 200px;
- overflow: auto
- }
- .dropbox_feedbacks {
- height: 250px;
- width: 100%;
- overflow: auto
- }
- /**********************************************
- * CHAT MODULE *
- **********************************************/
- /* styles for chat / conference tools */
- #chat_entermessage {
- background-color: #D6E5FA;
- border-top: 1px solid #dcdcdc;
- padding: 5px;
- margin: 0;
- }
- /* the following for the greyed out elements */
- a.nobold:link, a.nobold:visited, a.nobold:active {
- font-weight: normal;
- color: #999;
- margin: 0 0 0 25px;
- }
- a.nobold:hover {
- font-weight: normal;
- color: #999;
- text-decoration: underline;
- margin: 0 0 0 25px;
- }
- .alternativeBgLight {
- background-color: #f5f5f5;
- border: 1px solid #dcdcdc;
- border-collapse: collapse;
- }
- .alternativeBgDark {
- background-color: #ccf;
- border: 1px solid #dcdcdc;
- border-collapse: collapse;
- }
- /*****************************************************
- * DATA TABLE STYLES *
- *****************************************************/
- .cell_header {
- background-color: #EEEEFF;
- font-weight:bold;
- text-align:left;
- padding-left:5px;
- }
- /* admin page tool list definitions */
- .tool_list dt {
- font-weight: bold;
- }
- .tool_list dd {
- margin: 0;
- padding: 4px 0 0 10px;
- }
- .home_news {
- width: 45%;
- float: right;
- position: relative;
- margin: 0;
- padding: 0px;
- padding-top: 8px;
- background: #fff;
- }
- label.left {
- float: left;
- width: 15em;
- margin: 0 0 0.5em 0;
- }
- form br {
- clear: both;
- }
- /* Fix for alignment problem in IE-Win browsers */
- /* Hide from IE5-mac. Only IE-win sees this. \*/
- * html .label {
- margin-right: 10px;
- }
- * html .data {
- height: 1%;
- margin-left: 0;
- }
- .required {
- /* color: #f00;
- font-weight: bold;*/
- }
- /* Admin section */
- div.admin_section {
- -moz-border-radius:10px;
- border-radius:10px;
- border:1px solid #E1E1E0;
- width: 42%;
- float: left;
- padding: 5px;
- margin: 10px 20px;
- min-height:280px;
- }
- div.admin_section h4 {
- margin: 5px 0px 5px 5px;
- /*padding: 0px 0px 5px 0px; */
- border-bottom: 1px solid #E1E1E0;
- width: 100%;
- }
- .admin_section li {
- background-repeat:no-repeat;
- list-style:none;
- background-position: center left;
- }
- .admin_section li a {
- margin-left:15px;
- }
- .admin_section li input {
- -moz-border-radius-bottomleft:5px;
- -moz-border-radius-bottomright:5px;
- -moz-border-radius-topleft:5px;
- -moz-border-radius-topright:5px;
- border:1px solid #E1E1E0;
- }
- .user_course_category {
- background-color: #E5EDF9;
- font-weight: bold;
- color: #666;
- list-style-type: none;
- margin: 5px;
- padding: 5px;
- }
- .sessions_list {
- line-height: 20px;
- margin-top: 20px;
- }
- .sessions_list_inactive {
- line-height: 20px;
- }
- .session_box {
- border: 1px solid #DCE5F3;
- /* font-weight: bold; */
- color: #666;
- list-style-type: none;
- margin:5px 5px 10px 5px;
- padding: 5px;
- background-color:#FFF;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
- .sub_session_box {
- border: 1px solid #DCE5F3;
- /* font-weight: bold; */
- color: #666;
- list-style-type: none;
- margin:5px 5px 10px 0px;
- padding: 5px;
- background-color:#FFF;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
- .sub_session_box_title {
- margin-bottom: 10px;
- background-color:#F9F9F9;
- }
- .session_box_title {
- margin-bottom: 10px;
- background-color:#F9F9F9;
- }
- .admin_section {
- }
- .session_box_coach {
- }
- /***************************************************************
- * CHAMILO CONFIG SETTINGS OF THE PLATFORM ADMIN SECTION *
- ***************************************************************/
- .sectiontitle {
- background-color: #EFEFEF;
- border: 1px solid #CCCCCC;
- color: #333333;
- font-weight: bold;
- list-style-type: none;
- margin: 5px 5px 5px 0px;
- padding: 5px;
- font-size: 14px;
- }
- .sectioncomment {
- margin: 5px 5px 5px 0px;
- padding: 5px;
- }
- .sectionvalue {
- list-style-type: none;
- margin: 5px 5px 5px 0px;
- padding: 5px;
- }
- /*****************************************************
- * ANNOUNCEMENTS *
- *****************************************************/
- .announcements_datum {
- font-size: 12px;
- font-style: italic;
- color: #666666;
- }
- /*****************************************************
- * SYSTEM ANNOUNCEMENTS *
- *****************************************************/
- div.system_announcement {
- padding: 10px;
- border: 1px solid #ddd;
- -moz-border-radius-topright : 5px;
- -moz-border-radius-topleft : 5px;
- -moz-border-radius-bottomright : 5px;
- -moz-border-radius-bottomleft : 5px;
- min-height:20px;
- }
- .system_announcement {
- font: bold 100% arial, sans-serif, sans;
- }
- .system_announcement_content {
- font: normal 100% 'Lucida Grande', verdana, Arial, sans-serif, sans;
- }
- .system_announcements {
- padding-top: 10px;
- padding-bottom: 10px;
- }
- .system_announcements h3 {
- padding-left:70px;
- padding-top: 30px;
- }
- .system_announcement_title {
- font-weight: bold;
- font-size: 120%;
- float:left;
- }
- .system_announcement_date {
- font-color: #ccc;
- float:right;
- }
- /* **** BLOG **** */
- span.blog_title {
- font-size: 20px;
- font-weight: bold;
- color: #2A4B74;
- }
- span.blog_subttitle {
- font-size: 12px;
- }
- td.blog_left {
- margin-right: 5px;
- padding-right: 5px;
- border-right: 1px solid #dddddd;
- }
- td.blog_right {
- padding-left: 10px;
- }
- td.blog_menu_title {
- background-color: #dddddd;
- color: #2A4B74;
- font-weight: bold;
- font-size: 11px;
- padding: 2px;
- }
- td.blog_menu {
- border-bottom: 1px dashed #dddddd;
- border-right: 1px dashed #dddddd;
- border-left: 1px dashed #dddddd;
- padding: 10px;
- }
- td.blog_menu ul {
- margin-top: 0;
- margin-right: 0;
- margin-bottom: 0;
- margin-left: 15px;
- padding: 0;
- }
- td.blog_menu ul li {
- }
- span.blogpost_title {
- display: block;
- font-size: 18px;
- font-weight: bold;
- color: #2A4B74;
- padding-bottom: 5px;
- }
- span.blogpost_date {
- display: block;
- font-size: 12px;
- font-weight: bold;
- color: #333333;
- padding-bottom: 10px;
- }
- span.blogpost_info {
- display: block;
- color: #333333;
- border-top: 1px solid #dddddd;
- margin-top: 5px;
- }
- table.newBlog {
- border: 1px solid #dddddd;
- margin-bottom: 10px;
- margin-top: 10px;
- padding: 10px;
- background-color: #f6f6f6;
- }
- table.newTask {
- border: 1px solid #dddddd;
- margin-bottom: 10px;
- margin-top: 10px;
- padding: 10px;
- background-color: #f6f6f6;
- }
- table.new_comment {
- border: 1px solid #dddddd;
- margin-bottom: 10px;
- margin-top: 10px;
- padding: 10px;
- background-color: #F4F4F4;
- }
- div.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;
- z-index: -1;
- }
- span.blogpost_comment_title {
- display: block;
- font-size: 14px;
- font-weight: bold;
- color: #1657A9;
- padding-bottom: 5px;
- }
- span.blogpost_comment_date {
- display: block;
- font-size: 10px;
- font-weight: bold;
- color: #333333;
- padding-bottom: 10px;
- }
- span.blogpost_comment_info {
- font-size: 10px;
- display: block;
- color: #333333;
- border-top: 1px solid #dddddd;
- margin-top: 10px;
- }
- div.blogpost {
- border: 1px solid #DDDDDD;
- background-color: #ECECEC;
- margin-bottom: 15px;
- padding: 10px;
- }
- div.comments {
- border: 1px solid #dddddd;
- margin-bottom: 10px;
- margin-top: 10px;
- padding: 10px;
- background-color: #F4F4F4;
- margin-left:50px;
- }
- .attachment_comment {
- color: #737780;
- font-style: italic;
- font-weight: normal;
- }
- .link {
- text-decoration: none;
- font-weight : bold;
- color : #1657A9;
- cursor: pointer
- }
- .link:hover {
- text-decoration: none;
- color: #abd9f1;
- font-weight: bold;
- cursor: pointer
- }
- /*****************************************************
- * INSTALLATION *
- *****************************************************/
- #installation_steps {
- float:left;
- background-color: #EFEFEF;
- }
- .current_step {
- font-weight: bold;
- }
- /************************************************************
- styles below here are not necessarily used in the current
- release and the CVS files, they are from earlier versions,
- and have been left untouched for anyone needing them in
- their own platform ...
- *************************************************************/
- .topBanner a:link, .topBanner a:active, .topBanner a:visited {
- text-decoration:none;
- color:white;
- }
- .topBanner table {
- text-decoration:none;
- }
- .topBanner a:hover {
- text-decoration:underline;
- }
- .topBanner td {
- border-top: solid White 1px;
- }
- .alternativeBgLight {
- background-color: #f5f5f5;
- }
- .alternativeBgDark {
- background-color: #e6e6e6
- }
- .forms {
- letter-spacing: normal;
- text-align: justify;
- text-indent: 3pt;
- word-spacing: normal;
- padding: 2px 5px;
- }
- .formsTips {
- text-align: justify;
- text-indent: 15pt;
- word-spacing: normal;
- }
- /*
- input.forms { letter-spacing: normal; text-align: justify; text-indent: 3pt; word-spacing: normal;
- padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
- */
- .warn {
- border: thin double Silver;
- margin-left: 15px;
- margin-right: 15px;
- font-family: serif;
- color: Red;
- padding-left: 25px;
- -moz-border-radius-bottomleft:5px;
- -moz-border-radius-bottomright:5px;
- -moz-border-radius-topleft:5px;
- -moz-border-radius-topright:5px;
- border:1px solid #E1E1E0;
- }
- .small {
- font-size: 11px
- }
- .xsmall {
- font-size: 10px
- }
- .xxsmall {
- font-size: 9px
- }
- #glossary_menu li {
- LIST-STYLE-TYPE: none;
- display: inline;
- padding-left:5px;
- }
- .glossary_divider {
- text-transform: capitalize;
- background-color: #CCCCCC;
- padding: 3px;
- font-weight: bold;
- margin-bottom: 3px;
- margin-top: 10px;
- }
- .glossary_word {
- background-color: #F7F7F7;
- padding: 3px;
- font-weight: bold;
- margin-bottom: 3px;
- margin-top: 10px;
- }
- /*
- * TABBED INTERFACE
- */
- #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;
- 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;
- }
- #WCAG-editor {
- border: 1px #DCDCDC solid;
- background-color: #F0F0F0;
- width: 100%;
- }
- #WCAG-editor .title {
- padding: 2px;
- background-color: #DCDCDC;
- text-align: center;
- color: #000000;
- font-weight: bold;
- }
- #WCAG-editor .body {
- padding-top: 5px;
- padding-left: 5px;
- padding-right: 13px;
- padding-bottom: 5px;
- }
- #WCAG-editor textarea {
- margin-left: 0px;
- margin-right: 0px;
- width: 100%;
- height: 180px;
- border: 1px #DCDCDC solid;
- }
- #WCAG-editor input {
- width: 100%;
- -moz-border-radius-bottomleft:5px;
- -moz-border-radius-bottomright:5px;
- -moz-border-radius-topleft:5px;
- -moz-border-radius-topright:5px;
- border:1px solid #E1E1E0;
- }
- /* don't work on IE 6 */
- #WCAG-editor input[type="checkbox"], #WCAG-editor input[type="radio"], #WCAG-editor input[type="submit"] {
- width: auto;
- -moz-border-radius-bottomleft:5px;
- -moz-border-radius-bottomright:5px;
- -moz-border-radius-topleft:5px;
- -moz-border-radius-topright:5px;
- border:1px solid #E1E1E0;}
- /* only for IE6 */
- #WCAG-editor #submit, #WCAG-editor #visible_teacher, #WCAG-editor #visible_student, #WCAG-editor #visible_guest {
- width: auto;
- }
- #WCAG-content img {
- float: left;
- margin-right: 5px;
- margin-bottom: 5px;
- }
- #WCAG-content p {
- text-align: justify;
- }
- /* hack for IE < 7 */
- #course_description input {
- width: auto;
- -moz-border-radius-bottomleft:5px;
- -moz-border-radius-bottomright:5px;
- -moz-border-radius-topleft:5px;
- -moz-border-radius-topright:5px;
- border:1px solid #E1E1E0;
- }
- #course_description #imagefile, #course_description #imageLabel, #course_description #link, #course_description #linkLabel {
- width: 100%;
- }
- .WCAG-form textarea {
- width: 100%;
- height: 180px;
- }
- .skip {
- display: none;
- }
- /* Survey */
- #survey_title {
- background-color:#dcdcdc;
- color:#000;
- padding:2px;
- }
- #survey_subtitle {
- background-color:#dcdcdc;
- color:#000;
- padding:2px;
- }
- .survey_content {
- background-color:#a0e5fc;
- color:#264269;
- padding:5px;
- border: 1px solid #999;
- margin-top: 4px;
- }
- .survey_question_wrapper {
- border: 1px solid #999;
- margin-top:4px;
- }
- .survey_question {
- /* 264269 4271b5 E5EDF9 */
- background-color:#E5EDF9;
- 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;*/
- }
- /*
- Added: to fit img and blocks in home page
- */
- #hellomindfactory {
- border: 1px solid #ccc;
- margin:-14px 0 0 0;
- width:690px;
- height:428px;
- }
- #tophellomindfactory {
- margin: 10px 5px 5px 5px;
- height:200px;
- width:680px;
- }
- #bottomhellomindfactory {
- margin: 5px;
- height:200px;
- width:680px;
- }
- /*
- .copyright {
- display:none;
- }
- */
- /* Quizzes tool */
- .quiz_export_link {
- float: right;
- }
- /* Learning path */
- #show_audiorecorder_div {
- background:#F0F0F0;
- border:1px solid #999999;
- font-weight:bold;
- padding:2px;
- width:350px;
- }
- /* 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;
- }
- /* 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%;
- }
- .label_result {
- float: left;
- width: 25%;
- text-align: left;
- padding-top:8px;
- }
- .formw_result {
- width: 75%;
- float:left;
- }
- /* big actions */
- .actionsbig {
- background:#F8F8F8;
- border-bottom:1px solid #999999;
- border-top:1px solid #999999;
- background-color:#E5EDF9;
- height:100%;
- padding:2px;
- margin-bottom: 5px;
- vertical-align:middle;
- float:left;
- width:100%;
- }
- .content_table {
- padding:2px;
- margin-bottom: 5px;
- vertical-align:middle;
- float:left;
- width:100%;
- }
- .actionsbig a {
- float:left;
- padding-left:6px;
- padding-right:12px;
- text-align:center;
- }
- .actions-title {
- background:#E5EDF9;
- border-bottom:1px dotted #999999;
- border-top:1px dotted #999999;
- padding:4px;
- margin-bottom: 5px;
- font-size:14px;
- font-weight:bolder;
- vertical-align:middle;
- }
- .actions-message {
- white-space: nowrap;
- padding: 2px;
- background-color: #D2ECF5;
- border: 1px solid #ABDAEA;
- }
- /**********************************************
- * EXERCISE TOOL *
- **********************************************/
- .exercice_form {
- width: 300px;
- }
- span.checkbox {
- width: 19px;
- height: 25px;
- padding: 0 5px 0 0;
- display: block;
- clear: left;
- float: left;
- }
- span.radio {
- width: 19px;
- height: 25px;
- padding: 0 5px 0 0;
- display: block;
- clear: left;
- float: left;
- }
- .icon_image_content {
- width:70px;
- cursor:hand;
- height:6em;
- text-align: center;
- padding-right: 10px;
- padding-left: 0px;
- border: 1px dotted #ccc;
- background-color: #eee;
- margin-right: 0.2em;
- margin-top: 0.1em;
- -moz-border-radius-topleft : 5px;
- -moz-border-radius-bottomright : 5px;
- -moz-border-radius-bottomleft : 5px;
- -moz-border-radius-topright : 5px;
- }
- .icon_image_content:hover {
- background-color: #fff;
- border: 1px solid #ccc;
- }
- #expire_session div {
- float:left;
- padding-left:15px;
- }
- .question_menu {
- list-style:none;
- float:left;
- }
- .question_menu li {
- float:left;
- margin:0px;
- }
- #exercise_admin {
- margin: 0;
- padding: 0;
- border: 0;
- }
- div#friend-header {
- float:left;
- width:100%;
- line-height: 2.1em;
- }
- div#friend-header a {
- padding-right:6px;
- }
- div.image_friend_network {
- float:left;
- /* border:1px solid #CCCCCC; */
- margin:2px;
- padding:4px;
- height:125px;
- width:82px;
- z-index:5;
- }
- div.image_friend_network span {
- overflow:hidden;
- display:block;
- height:92px;
- margin: 0px 0px;
- }
- div.image_friend_network img {
- vertical-align:middle;
- }
- div.image_friend_network center.friend {
- overflow:hidden;
- height:30px;
- }
- .friend_invitations {
- margin: 0 0 4px 12px;
- }
- .u-m-answer {
- float:left;
- width:100%;
- }
- .u-m-answer p {
- margin:4px;
- }
- .refresh {
- background-repeat:no-repeat;
- padding-left:20px;
- padding-bottom:2px;
- }
- .portal {
- background-repeat:no-repeat;
- padding-left:28px;
- padding-bottom:10px;
- padding-top:8px;
- }
- .legal-terms {
- height:150px;
- overflow:auto;
- background-color:#eee;
- width:500px;
- }
- a.read {
- font-weight:normal;
- }
- .actions-title {
- background:#efefef;
- border:1px solid #ccc;
- padding:4px;
- margin-bottom: 5px;
- font-size:14px;
- font-weight:bolder;
- vertical-align:middle;
- }
- /* INVITATIONS */
- .invitation_confirm {
- padding-bottom: 10px;
- border-bottom: 1px solid #D8DFEA;
- }
- .invitation_image {
- width:110px;
- }
- /* DASHBOARD */
- /* Head section */
- #head {
- background-color: #000;
- height: 100px;
- }
- #head h1 {
- line-height: 100px;
- color: #FFF;
- text-align: center;
- text-indent: -9999em
- }
- /* End Head Section */
- /* Columns section */
- #columns .column {
- float: left;
- width: 50%;
- /* Min-height: */
- min-height: 400px;
- height: auto !important;
- height: 400px;
- }
- #columns ul, #columns ol {margin:0; padding:0; list-style:none; border:none;}
- /* To add in 1.8.7*/
- .session_box_title span {
- font-size: 130%;
- font-weight: bold;
- }
- .sub_session_box_title span {
- font-size: 130%;
- font-weight: bold;
- }
- #session_category_title {
- font-size: 140%;
- font-weight: bold;
- padding: 2px 0px 5px 5px;
- }
- .courseadminview-activity-3col, .platformadminview-activity-3col {
- -moz-border-radius:5px 5px 5px 5px;
- border:1px solid #E1E1E0;
- float:left;
- margin:0px 20px 10px 2px;
- padding:11px;
- width:220px;
- height:330px;
- }
- .courseadminview-activity-3col ul {
- padding:0px 20px 10px 4px;
- list-style-type:none;
- height:240px;
- margin-left:0px;
- margin: 0px 0px 0px 0px ;
- }
- .courseadminview-activity-3col ul li {
- padding:4px 0px 4px 0px;
- }
- #activity-3col {
- width: 800px ;
- margin-left: auto ;
- margin-right: auto ;
- }
- .userportal-catalog-item {
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- border: 1px solid #DCE5F3;
-
- /*background-color:#F9F9F9; */
- padding:0px 0px 0px 5px;
- margin:5px;
- /* height:40px; */
- }
- .userportal-catalog-item .catalog_box li span {
- font-size:130%;
- font-weight:bold;
- margin-left:5px;
- }
- .catalog_box {
-
- /* font-weight: bold; */
- color: #666;
- list-style-type: none;
- margin:5px 5px 10px 5px;
- padding: 5px;
- background-color:#FFF;
- }
- .course-student-view-activity-3col {
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- background-color:#FFFFFF;
- height: 350px;
- width: 800px ;
- margin-left: auto ;
- margin-right: auto ;
- }
- .course-student-view-activity-3col ul {
- padding:10px 20px 10px 20px;
- list-style-type:none;
- /* height:240px; */
- margin-left:0px;
- margin: 0px 0px 0px 0px ;
- float:left;
- width : 280px;
- }
- .course-student-view-activity-3col ul li {
- padding:5px 0px 4px 0px;
- }
- /* plugins divs */
- #plugin-header {
- margin-left:65px;
- padding:5px;
- }
- #plugin-mycourses_menu {
- padding:5px;
- }
- #plugin-mycourses_main {
- padding:5px;
- }
- #plugin-footer {
- padding:0px;
- }
- #id_contact_form .normal-message{
- padding:20px;
- }
- /* Scroll effect */
- .subnav-fixed .nav {
- /* width: 938px; */
- margin: 0 auto;
- padding: 0 1px;
- }
- /* Text resize icons in header */
- .resize_font { /* the canvas */
- margin: 0 5px 0 5px;
- }
- .reset_font {
- font-size: 1.2em;
- color: gray;
- border: 1px solid white;
- padding: 2px;
- }
- .reset_font:hover {
- border: 1px solid black;
- cursor: pointer;
- }
- .increase_font {
- font-size: 1.8em;
- color: gray;
- border: 1px solid white;
- padding: 2px;
- }
- .increase_font:hover {
- border: 1px solid black;
- cursor: pointer;
- }
- .decrease_font {
- font-size: 0.6em;
- color: gray;
- border: 1px solid white;
- padding: 2px;
- }
- .decrease_font:hover {
- border: 1px solid black;
- cursor: pointer;
- }
- /* tips Abbr-plugin for FCKeditor */
- abbr {
- border-bottom: 1px dotted rgb(102, 102, 102);
- background-color:#F00;
- cursor: help;
- }
- #toolshortcuts_horizontal {
- width:92%;
- padding: 0px 0px 2px 0;
- }
|