Fixing themes due the recent changes

skala
Julio Montoya 13 years ago
parent cf0641af00
commit e222eb1989
  1. 19
      main/css/academica/default.css
  2. 82
      main/css/baby_orange/default.css
  3. 90
      main/css/base.css
  4. 150
      main/css/base_chamilo.css
  5. 5
      main/css/blue_lagoon/default.css
  6. 56
      main/css/chamilo/default.css
  7. 52
      main/css/chamilo_electric_blue/default.css
  8. 55
      main/css/chamilo_green/default.css
  9. 56
      main/css/chamilo_orange/default.css
  10. 55
      main/css/chamilo_red/default.css
  11. 7
      main/css/chamilo_sport_red/default.css
  12. 27
      main/css/cool_blue/default.css
  13. 2
      main/css/corporate/default.css
  14. 12
      main/css/cosmic_campus/default.css
  15. 32
      main/css/delicious_bordeaux/default.css
  16. 73
      main/css/dokeos_blue/default.css
  17. 12
      main/css/dokeos_classic/default.css
  18. 14
      main/css/dokeos_classic_2D/default.css
  19. 11
      main/css/empire_green/default.css
  20. 8
      main/css/fruity_orange/default.css
  21. 4
      main/css/medical/default.css
  22. 6
      main/css/public_admin/default.css
  23. 8
      main/css/royal_purple/default.css
  24. 49
      main/css/silver_line/default.css
  25. 20
      main/css/sober_brown/default.css
  26. 13
      main/css/steel_grey/default.css
  27. 10
      main/css/tasty_olive/default.css
  28. 4
      main/template/default/layout/main.tpl

@ -4,6 +4,7 @@
/* Adding default generic style for non chamilo_X themes */
@import url('../base.css');
/* the sticky effect */
html {
height: 100%;
}
@ -112,11 +113,10 @@ input[type=button], input[type=submit] {
/* header 3 styles */
#header3 {
border-bottom: 1px solid #aeaeae;
height:auto;
height:26px;
font-weight: bold;
margin: 0;
padding: 0;
float:left;
padding: 0;
width:100%;
}
@ -137,8 +137,7 @@ input[type=button], input[type=submit] {
PADDING-TOP: 0px;/*border-bottom: 1px solid #dcdcdc;*/
cursor: pointer;
}
#header3 a {
color: #d6e3f5;
#header3 a {
float:left;
text-decoration:none;
cursor: pointer;
@ -161,8 +160,7 @@ input[type=button], input[type=submit] {
float:left;
cursor: pointer;
}
#header3 #current a {
color: #fff;
#header3 #current a {
float:left;
text-decoration:none;
}
@ -183,7 +181,6 @@ input[type=button], input[type=submit] {
/* header 4 styles */
#header4 {
float:left;
width:100%;
background-color: #fff;
}
@ -1145,11 +1142,11 @@ div.system_announcement {
}
/* Specific forms: profile,add course,advanced search,advanced course search,etc.. */
#add_course, #profile, #advanced_course_search, #advanced_search, #category, #course_user_import, #export_users, #update_course, #user_add, #user_import {
border: 1px solid #0049AF;
background: transparent url("images/headerform.jpg") no-repeat top left;
/* border: 1px solid #0049AF;
background: transparent url("images/headerform.jpg") no-repeat top left; */
width: 550px;
position: relative;
padding: 60px 0 1em 0;
/* padding: 60px 0 1em 0;*/
}
/* Glossary tool */
.glossary-term {

@ -8,8 +8,8 @@ html {
height: 100%;
}
body {
/* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc");
/* hack ignored by non-IE to enable ie to support :hover on button */
behavior:url("/main/css/csshover3.htc");
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12px;
color: #000;
@ -64,7 +64,8 @@ input[type=button], input[type=submit] {
font-weight: bold;
}
#header1 {
padding-left: 30px;
padding: 0.2em 0.5em;
height:35px;
}
#header1 a {
text-decoration: none;
@ -80,8 +81,12 @@ input[type=button], input[type=submit] {
}
/* header 2 styles */
#header2 {
/*float: right;
clear: right;*/
position: relative; /* to avoid the IE peekabo bug*/
font-size: 1.0em;
font-weight: normal;
min-height:25px;
padding: 0.2em 0.5em;
padding-bottom: 0.2em;
}
#header2 a {
text-decoration: none;
@ -105,18 +110,27 @@ input[type=button], input[type=submit] {
/* header 3 styles */
#header3 {
border-bottom: 1px solid #aeaeae;
height:auto;
height:26px;
font-weight: bold;
margin: 0;
padding: 0;
float:left;
width:100%;
}
#header3 ul {
list-style:none;
padding: 0;
width:100%;
}
#header3 UL {
PADDING-RIGHT: 2px;
PADDING-LEFT: 10px;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
LIST-STYLE-TYPE: none;
display: inline;
}
#header3 li {
display:inline;
#header3 LI {
PADDING-RIGHT: 0px;
PADDING-LEFT: 9px;
FLOAT: left;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
PADDING-TOP: 0px;/*border-bottom: 1px solid #dcdcdc;*/
cursor: pointer;
}
#header3 a {
@ -142,20 +156,22 @@ input[type=button], input[type=submit] {
float:left;
cursor: pointer;
}
#header3 #current a {
color: #fff;
#header3 #current a {
float:left;
text-decoration:none;
}
#header3 #current a span {
float:left;
}
#logout li a {
#header3 #logout {
margin-top: 0px;
}
#logout {
display: inline;
float: right;
vertical-align:top;
margin-right:5px;
text-decoration:none;
width: auto;
text-align: right;
font-size: 1.0em;
}
#logout li a:hover {
float: right;
@ -172,7 +188,6 @@ input[type=button], input[type=submit] {
/* header 4 styles */
#header4 {
background-color: #fff;
float:left;
width:100%;
}
/* The tool shortcuts */
@ -238,11 +253,11 @@ input[type=button], input[type=submit] {
/* main styles */
#main {
//padding-left: 30px;
padding-left: 30px;
position: relative;
min-height: 320px;
padding-left: 15px;
padding-right: 5px;
padding-left: 20px;
padding-right: 15px;
padding-bottom: 5px;
}
@ -383,8 +398,10 @@ ul#navigation .student-connect a {
/* my courses styles */
.maincontent {
margin: 0 0 1em 1em;
width: 69%;
/* float: left; */
width: 71%;
min-height: 333px;
margin-top:0;
float: right;
clear: right;
}
@ -529,7 +546,10 @@ form span.form_error {
vertical-align:middle;
}
.actions {
margin: 5px 0px; padding-top: 1px; border-top-width: 1px; top: 10px; right: 10px; bottom: 0px; left: 10px; padding-bottom: 1px;
margin: 5px 0px; padding-top: 1px;
border-top-width: 1px; top: 10px; right: 10px;
bottom: 0px; left: 10px;
padding-bottom: 1px;
background-color:#FDDEAA;
border-bottom:1px solid #EE4C03;
border-top:1px solid #EE4C03;
@ -1125,17 +1145,17 @@ div.system_announcement {
}
/* Specific forms: profile,add course,advanced search,advanced course search,etc.. */
#add_course, #profile, #advanced_course_search, #advanced_search, #category, #course_user_import, #export_users, #update_course, #user_add, #user_import {
border: 1px solid #EE4C03;
/*border: 1px solid #EE4C03;
background: transparent url("images/headerform.jpg") no-repeat top left;
width: 550px;
position: relative;
padding: 60px 0 1em 0;
padding: 60px 0 1em 0;*/
}
#advanced_search, #category, #course_user_import {
background: transparent url("images/headerform2.jpg") no-repeat top left;
/* 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;
/* background: transparent url("images/headerform3.jpg") no-repeat top left;*/
}
/* Glossary tool */
.glossary-term {

@ -467,29 +467,30 @@ pre {
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.topbar div > ul, .nav {
.topbar div > ul{
display: block;
float: left;
margin: 0 10px 0 0;
position: relative;
left: 0;
}
.topbar div > ul > li, .nav > li {
.topbar div > ul > li{
display: block;
float: left;
}
.topbar div > ul a, .nav a {
.topbar div > ul a{
display: block;
float: none;
padding: 10px 10px 11px;
line-height: 19px;
text-decoration: none;
}
.topbar div > ul a:hover, .nav a:hover {
.topbar div > ul a:hover {
color: #ffffff;
text-decoration: none;
}
.topbar div > ul .active > a, .nav .active > a {
.topbar div > ul .active > a{
background-color: #222;
background-color: rgba(0, 0, 0, 0.5);
}
@ -499,61 +500,41 @@ pre {
margin-right: 0;
}
.topbar div > ul.secondary-nav .menu-dropdown,
.nav.secondary-nav .menu-dropdown,
.topbar div > ul.secondary-nav .dropdown-menu,
.nav.secondary-nav .dropdown-menu {
.topbar div > ul.secondary-nav .dropdown-menu {
right: 0;
border: 0;
}
.topbar div > ul a.menu:hover,
.nav a.menu:hover,
.topbar div > ul li.open .menu,
.nav li.open .menu,
.topbar div > ul .dropdown-toggle:hover,
.nav .dropdown-toggle:hover,
.topbar div > ul .dropdown.open .dropdown-toggle,
.nav .dropdown.open .dropdown-toggle {
.topbar div > ul .dropdown.open .dropdown-toggle{
background: #444;
background: rgba(255, 255, 255, 0.05);
}
.topbar div > ul .menu-dropdown,
.nav .menu-dropdown,
.topbar div > ul .dropdown-menu,
.nav .dropdown-menu {
.topbar div > ul .dropdown-menu {
background-color: #333;
}
.topbar div > ul .menu-dropdown a.menu,
.nav .menu-dropdown a.menu,
.topbar div > ul .dropdown-menu a.menu,
.nav .dropdown-menu a.menu,
.topbar div > ul .menu-dropdown .dropdown-toggle,
.nav .menu-dropdown .dropdown-toggle,
.topbar div > ul .dropdown-menu .dropdown-toggle,
.nav .dropdown-menu .dropdown-toggle {
.topbar div > ul .dropdown-menu .dropdown-toggle {
color: #ffffff;
}
.topbar div > ul .menu-dropdown a.menu.open,
.nav .menu-dropdown a.menu.open,
.topbar div > ul .dropdown-menu a.menu.open,
.nav .dropdown-menu a.menu.open,
.topbar div > ul .menu-dropdown .dropdown-toggle.open,
.nav .menu-dropdown .dropdown-toggle.open,
.topbar div > ul .dropdown-menu .dropdown-toggle.open,
.nav .dropdown-menu .dropdown-toggle.open {
.topbar div > ul .dropdown-menu .dropdown-toggle.open {
background: #444;
background: rgba(255, 255, 255, 0.05);
}
.topbar div > ul .menu-dropdown li a,
.nav .menu-dropdown li a,
.topbar div > ul .dropdown-menu li a,
.nav .dropdown-menu li a {
.topbar div > ul .dropdown-menu li a {
color: #999;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.topbar div > ul .menu-dropdown li a:hover,
.nav .menu-dropdown li a:hover,
.topbar div > ul .dropdown-menu li a:hover,
.nav .dropdown-menu li a:hover {
.topbar div > ul .dropdown-menu li a:hover {
background-color: #191919;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#292929), to(#191919));
@ -567,15 +548,11 @@ pre {
color: #ffffff;
}
.topbar div > ul .menu-dropdown .active a,
.nav .menu-dropdown .active a,
.topbar div > ul .dropdown-menu .active a,
.nav .dropdown-menu .active a {
.topbar div > ul .dropdown-menu .active a {
color: #ffffff;
}
.topbar div > ul .menu-dropdown .divider,
.nav .menu-dropdown .divider,
.topbar div > ul .dropdown-menu .divider,
.nav .dropdown-menu .divider {
.topbar div > ul .dropdown-menu .divider {
background-color: #222;
border-color: #444;
}
@ -819,12 +796,49 @@ footer {
}
.actions {
background:#efefef;
border:1px solid #ccc;
margin-bottom: 5px;
height:32px;
padding:2px;
vertical-align:middle;
}
.actions a img {
padding-right:0px;
}
.actions img {
padding-right:10px;
border: none;
text-decoration: none;
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;
}
.actions fieldset {
margin-top:0px;
}
/* Begin of proper */
#header3 {
float:none;
position:relative;
}
#header4 {
height: 26px !important; /* breadcrumb fix */

@ -74,7 +74,7 @@ ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 50px;
top: 78px;
right: -10px;
list-style: none;
z-index:9999;
@ -408,10 +408,6 @@ input.link_alike:hover {
}
#header3 li a span {
}
#current a {
}
@ -432,10 +428,6 @@ input.link_alike:hover {
margin-right: 2px;
}
#current #tab_active {
}
#header3 .banner_links {
margin: 0;
}
@ -459,7 +451,7 @@ input.link_alike:hover {
border:1px solid #E1E1E0;
}
#header3 input:hover {
COLOR: #999;
color: #999;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
@ -2499,38 +2491,31 @@ span.form_required {
width: 92%;
}
/* Scroll effect */
.subnav-fixed {
position: fixed;
top: 40px;
left: 0;
right: 0;
z-index: 1030;
border-color: #d5d5d5;
border-width: 0 0 1px; /* drop the border on the fixed edges */
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
-moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
}
.subnav-fixed .nav {
.subnav-fixed .nav {
/* width: 938px; */
margin: 0 auto;
padding: 0 1px;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
}
/* Subnav */
.subnav {
width: 100%;
height: 36px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
/* default subnav color */
background-color: #eeeeee; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
@ -2541,13 +2526,13 @@ span.form_required {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
border: 1px solid #e5e5e5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
/* end default subnav background colors */
}
.subnav .nav {
margin-bottom: 0;
}
.subnav .nav > li > a {
margin: 0;
padding-top: 11px;
@ -2597,6 +2582,7 @@ span.form_required {
li {
line-height: 18px;
}
.nav {
list-style-image: none;
list-style-position: outside;
@ -2620,7 +2606,6 @@ li {
padding-right: 12px;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
-webkit-border-radius: 0;
@ -2641,8 +2626,98 @@ li {
background-color: #eeeeee;
}
/* New forum table */
.nav {
display: block;
float: left;
margin: 0 10px 0 0;
position: relative;
left: 0;
}
.nav > li {
display: block;
float: left;
}
.nav a {
display: block;
float: none;
padding: 10px 10px 11px;
line-height: 19px;
text-decoration: none;
}
.nav a:hover {
color: #ffffff;
text-decoration: none;
}
.nav .active > a {
background-color: #222;
background-color: rgba(0, 0, 0, 0.5);
}
.nav.secondary-nav {
float: right;
margin-left: 10px;
margin-right: 0;
}
.nav.secondary-nav .menu-dropdown,
.nav.secondary-nav .dropdown-menu {
right: 0;
border: 0;
}
.nav a.menu:hover,
.nav li.open .menu,
.nav .dropdown-toggle:hover,
.nav .dropdown.open .dropdown-toggle {
background: #444;
background: rgba(255, 255, 255, 0.05);
}
.nav .menu-dropdown,
.nav .dropdown-menu {
background-color: #333;
}
.nav .menu-dropdown a.menu,
.nav .dropdown-menu a.menu,
.nav .menu-dropdown .dropdown-toggle,
.nav .dropdown-menu .dropdown-toggle {
color: #ffffff;
}
.nav .menu-dropdown a.menu.open,
.nav .dropdown-menu a.menu.open,
.nav .menu-dropdown .dropdown-toggle.open,
.nav .dropdown-menu .dropdown-toggle.open {
background: #444;
background: rgba(255, 255, 255, 0.05);
}
.nav .menu-dropdown li a,
.nav .dropdown-menu li a {
color: #999;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.nav .menu-dropdown li a:hover,
.nav .dropdown-menu li a:hover {
background-color: #191919;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#292929), to(#191919));
background-image: -moz-linear-gradient(top, #292929, #191919);
background-image: -ms-linear-gradient(top, #292929, #191919);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #191919));
background-image: -webkit-linear-gradient(top, #292929, #191919);
background-image: -o-linear-gradient(top, #292929, #191919);
background-image: linear-gradient(top, #292929, #191919);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#191919', GradientType=0);
color: #ffffff;
}
.nav .menu-dropdown .active a,
.nav .dropdown-menu .active a {
color: #ffffff;
}
.nav .menu-dropdown .divider,
.nav .dropdown-menu .divider {
background-color: #222;
border-color: #444;
}
/* New forum table */
.forum_table_title {
border-collapse: collapse;
@ -2754,6 +2829,3 @@ abbr {
padding: 8px 0px 2px 0;
}
.chzn-search input {
}

@ -430,7 +430,6 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
padding-left:0px;
padding-right:0px;
width: 100%;
float:left;
}
#header3 a {
DISPLAY: block;
@ -515,9 +514,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
#header4 {
background-color: #fff;
color: #fff;
clear:right;
width:100%;
float:left;
width:100%;
}
/* The tool shortcuts */
#toolshortcuts {

@ -27,15 +27,57 @@ a:active {
background-image:url(images/bg-header1.gif);
}
#header3 li a:hover {
background: none repeat scroll 0 0 #8ECB50;
color: #FFFFFF;
.subnav-fixed {
position: fixed;
top: 38px;
left: 0;
right: 0;
z-index: 1030;
border-color: #d5d5d5;
border-width: 0 0 1px; /* drop the border on the fixed edges */
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
-moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
}
#header3 #current a {
background: none repeat scroll 0 0 #FFFFFF;
.subnav {
background-color: #00AAE3; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #028DC2 0%, #00AAE3 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#028DC2), color-stop(100%,#00AAE3)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #028DC2 0%, #00AAE3 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #028DC2 0%,#00AAE3 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #028DC2 0%,#00AAE3 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#028DC2', endColorstr='#00AAE3',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #028DC2 0%,#00AAE3 100%); /* W3C */
border: 1px solid #028DC2;
}
#header3 #current a:hover {
color: #277098;
.subnav .nav > li > a {
border-left: 1px solid #0EA0D4;
border-right: 1px solid #0EA0D4;
}
.subnav .nav > #current > a,
.subnav .nav > #current > a:hover {
color: #fff;
background-color: #028DC2;
border-right-color: #028DC2;
}
#header3 li a {
color:#fff;
}
/* Green hover */
#header3 li a:hover {
background: none repeat scroll 0 0 #8ECB50;
color: #fff;
}

@ -26,18 +26,58 @@ a:active {
#header1 {
background-image:url(images/bg-header1.gif);
}
.subnav-fixed {
position: fixed;
top: 38px;
left: 0;
right: 0;
z-index: 1030;
border-color: #d5d5d5;
border-width: 0 0 1px; /* drop the border on the fixed edges */
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
-moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
}
.subnav {
background-color: #79AA0B; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #0015E2 0%, #3446EE 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0015E2), color-stop(100%,#3446EE)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #0015E2 0%, #3446EE 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #0015E2 0%,#3446EE 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #0015E2 0%,#3446EE 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0015E2', endColorstr='#3446EE',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #0015E2 0%,#3446EE 100%); /* W3C */
border: 1px solid #0015E2;
}
.subnav .nav > li > a {
border-left: 1px solid #0015E2;
border-right: 1px solid #0015E2;
}
.subnav .nav > #current > a,
.subnav .nav > #current > a:hover {
color: #fff;
background-color: #0015E2;
border-right-color: #0015E2;
}
#header3 li a {
background-color: #0015E2;
color:#fff;
}
/* Green hover */
#header3 li a:hover {
background: none repeat scroll 0 0 #0015E2;
color: #FFFFFF;
}
#header3 #current a {
background: none repeat scroll 0 0 #3134B0;
color: #fff;
}
/*****************************************************

@ -23,22 +23,57 @@ a:active {
color : #01933e;
}
#header1 {
background-image:url(images/bg-header1.gif);
.subnav-fixed {
position: fixed;
top: 38px;
left: 0;
right: 0;
z-index: 1030;
border-color: #d5d5d5;
border-width: 0 0 1px; /* drop the border on the fixed edges */
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
-moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
}
.subnav {
background-color: #79AA0B; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #9BD10A 0%, #79AA0B 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9BD10A), color-stop(100%,#79AA0B)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #9BD10A 0%, #79AA0B 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #9BD10A 0%,#79AA0B 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #9BD10A 0%,#79AA0B 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9BD10A', endColorstr='#79AA0B',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #9BD10A 0%,#79AA0B 100%); /* W3C */
border: 1px solid #9BD10A;
}
.subnav .nav > li > a {
border-left: 1px solid #9BD10A;
border-right: 1px solid #9BD10A;
}
.subnav .nav > #current > a,
.subnav .nav > #current > a:hover {
color: #fff;
background-color: #9BD10A;
border-right-color: #9BD10A;
}
#header3 li a {
/*background-color: #A1D80B;
color:#fff;*/
color:#fff;
}
/* Green hover */
#header3 li a:hover {
/* background: none repeat scroll 0 0 #81B031;
color: #FFFFFF;*/
}
#header3 #current a {
/*background: none repeat scroll 0 0 #81B031; */
background: none repeat scroll 0 0 #9BD10A;
color: #fff;
}

@ -27,6 +27,61 @@ a:active {
background-image:url(images/bg-header1.gif);
}
.subnav-fixed {
position: fixed;
top: 38px;
left: 0;
right: 0;
z-index: 1030;
border-color: #d5d5d5;
border-width: 0 0 1px; /* drop the border on the fixed edges */
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
-moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
}
.subnav {
background-color: #F88017; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #F88017 0%, #FC9337 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0015E2), color-stop(100%,#3446EE)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #0015E2 0%, #3446EE 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #0015E2 0%,#3446EE 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #0015E2 0%,#3446EE 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0015E2', endColorstr='#3446EE',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #0015E2 0%,#3446EE 100%); /* W3C */
border: 1px solid #F88017;
}
.subnav .nav > li > a {
border-left: 1px solid #F88017;
border-right: 1px solid #F88017;
}
.subnav .nav > #current > a,
.subnav .nav > #current > a:hover {
color: #fff;
background-color: #F88017;
border-right-color: #F88017;
}
#header3 li a {
color:#fff;
}
/* Green hover */
#header3 li a:hover {
background: none repeat scroll 0 0 #FFAE67;
color: #fff;
}
/*
#header3 li a {
background-color: #F88017;
color:#fff;
@ -40,6 +95,7 @@ a:active {
#header3 #current a {
background: none repeat scroll 0 0 #DF7619;
}
*/
/*****************************************************
* FOOTER STYLES *

@ -26,20 +26,59 @@ a:active {
#header1 {
background-image:url(images/bg-header1.gif);
}
#header3 li a {
background-color: #D60B19;
color:#fff;
.subnav-fixed {
position: fixed;
top: 38px;
left: 0;
right: 0;
z-index: 1030;
border-color: #d5d5d5;
border-width: 0 0 1px; /* drop the border on the fixed edges */
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
-moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
}
#header3 li a:hover {
background: none repeat scroll 0 0 #D60B19;
color: #FFFFFF;
.subnav {
background-color: #79AA0B; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #D60B19 0%, #E8222F 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9BD10A), color-stop(100%,#79AA0B)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #9BD10A 0%, #79AA0B 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #9BD10A 0%,#79AA0B 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #9BD10A 0%,#79AA0B 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9BD10A', endColorstr='#79AA0B',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #9BD10A 0%,#79AA0B 100%); /* W3C */
border: 1px solid #D60B19;
}
.subnav .nav > li > a {
border-left: 1px solid #D60B19;
border-right: 1px solid #D60B19;
}
#header3 #current a {
background: none repeat scroll 0 0 #D2424C;
.subnav .nav > #current > a,
.subnav .nav > #current > a:hover {
color: #fff;
background-color: #D60B19;
border-right-color: #D60B19;
}
#header3 li a {
color:#fff;
}
/* Green hover */
#header3 li a:hover {
background: none repeat scroll 0 0 #E8222F;
color: #fff;
}
/*****************************************************
* FOOTER STYLES *

@ -19,8 +19,13 @@ div#header3 ul#logout {
margin-right: -2px;
}
#header3 {
border-bottom: 0px;
border-bottom: 0px;
}
.subnav {
background: none;
}
#current #tab_active {
color: #EDDD00;
}

@ -36,12 +36,12 @@ body {
/* End hide from IE5-mac */
#main {
float: left;
margin: 0px auto;
margin-top: 5x;
width: 95%;
padding: 0px 0px 10px 10px;
min-height: 320px;
float: left;
margin: 0px auto;
margin-top: 10x;
width: 96%;
padding: 0px 10px 10px 10px;
min-height: 320px;
}
/*
@ -181,7 +181,7 @@ ul#navigation .student-connect a {
/* for content section in main index.php file */
.maincontent {
float: left;
width: 75%;
width: 78%;
padding: 4px;
background-color: #fff;
}
@ -201,8 +201,7 @@ a.invisible:link, a.invisible:visited {
}
.clear {
clear: both;
line-height:
0px;
line-height:0px;
height: 0;
}
@ -430,16 +429,16 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px;
float:left;
width:100%;
float:left;
}
#header3 a {
DISPLAY: block;
PADDING-RIGHT: 15px;
PADDING-LEFT: 6px;
COLOR: #fff;
float:left;
PADDING-TOP: 10px;
float: left;
}
#header3 a:hover {
color: #a8a7a7;
@ -517,9 +516,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-color: #fff;
color: #fff;
margin-bottom: 2px;
clear:right;
width:100%;
float:left;
width:100%;
}
#header4 a:hover {
@ -568,7 +565,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-color: #434343;
}
#footer #platformmanager {
float: left;
margin-left:10px;
}
#footer a {

@ -201,9 +201,7 @@ input[type=button], input[type=submit] {
background-color: #fff;
color: #fff;
margin-bottom: 2px;
clear:right;
width:100%;
float:left;
}
/* The tool shortcuts */

@ -186,12 +186,10 @@ input[type=button], input[type=submit] {
}
/* header 4 styles */
#header4 {
background-color: #fff;
background-color: #fff;
color: #fff;
margin-bottom: 2px;
clear:right;
width:100%;
float:left;
}
/* The tool shortcuts */
@ -1183,17 +1181,17 @@ div.system_announcement_content {
}
/* Specific forms: profile,add course,advanced search,advanced course search,etc.. */
#add_course, #profile, #advanced_course_search, #advanced_search, #category, #course_user_import, #export_users, #update_course, #user_add, #user_import {
border: 1px solid #EE4C03;
/*border: 1px solid #EE4C03;
background: transparent url("images/headerform.jpg") no-repeat top left;
width: 550px;
position: relative;
padding: 60px 0 1em 0;
padding: 60px 0 1em 0;*/
}
#advanced_search, #category, #course_user_import {
background: transparent url("images/headerform2.jpg") no-repeat top left;
/* 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;
/* background: transparent url("images/headerform3.jpg") no-repeat top left;*/
}
/* Glossary tool */
.glossary-term {

@ -36,9 +36,9 @@ body {
/* End hide from IE5-mac */
#main {
position: relative; /* to avoid the IE peekabo bug*/
float: left;
margin: 0px auto;
margin-top: 10px;
margin-top: 10x;
width: 96%;
padding: 0px 10px 10px 10px;
min-height: 320px;
@ -430,7 +430,9 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px;
float:left;
width:100%;
padding-left:0px;
padding-right:0px;
width: 100%;
}
#header3 a {
DISPLAY: block;
@ -475,8 +477,8 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
}
#header3 input.logout {
/* makes an input appear like a link in this header */
margin: 0 0 0 0;
padding: 0;
margin: 0px;
padding: 0px;
background-color: transparent;
border: none;
COLOR: rgb(39,84,175);
@ -484,7 +486,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
display: inline;
background: url(../../img/tab_right.gif) no-repeat right top;
PADDING-RIGHT: 10px;
PADDING-TOP: 3px;
PADDING-TOP: 3px;
}
#header3 input:hover {
color: #333;
@ -510,20 +512,12 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
display: none;
}
/*****************************************************
* HEADER 3: not used *
* HEADER 3:
*****************************************************/
#header4 {
background-color: #fff;
color: #fff;
margin-bottom: 2px;
clear:right;
width:100%;
float:left;
}
#header4 a:hover {
text-decoration: none;
color: #a8a7a7;
#header4 {
background-color: #fff;
color: #fff;
width:100%;
}
/* The tool shortcuts */
#toolshortcuts {

@ -36,9 +36,9 @@ body {
/* End hide from IE5-mac */
#main {
position: relative; /* to avoid the IE peekabo bug*/
float: left;
margin: 0px auto;
margin-top: 10px;
margin-top: 10x;
width: 96%;
padding: 0px 10px 10px 10px;
min-height: 320px;
@ -181,7 +181,7 @@ ul#navigation .student-connect a {
/* for content section in main index.php file */
.maincontent {
float: left;
width: 78%;
width: 66%;
padding: 4px;
background-color: #fff;
}
@ -201,8 +201,7 @@ a.invisible:link, a.invisible:visited {
}
.clear {
clear: both;
line-height:
0px;
line-height: 0px;
height: 0;
}
@ -396,6 +395,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
#header2 {
position: relative; /* to avoid the IE peekabo bug*/
color: #636363;/*border: 1px solid red;*/
min-height: 25px;
}
#header2 a {
color: #636363;
@ -431,7 +431,10 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px;
float:left;
width:100%;
padding-left:0px;
padding-right:0px;
width: 100%;
float:left;
}
#header3 a {
DISPLAY: block;
@ -476,8 +479,8 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
}
#header3 input.logout {
/* makes an input appear like a link in this header */
margin: 0 0 0 0;
padding: 0;
margin: 0px;
padding: 0px;
background-color: transparent;
border: none;
COLOR: rgb(39,84,175);
@ -485,7 +488,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
display: inline;
background: url(../../img/tab_right.gif) no-repeat right top;
PADDING-RIGHT: 10px;
PADDING-TOP: 3px;
PADDING-TOP: 3px;
}
#header3 input:hover {
color: #333;
@ -513,18 +516,10 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
/*****************************************************
* HEADER 3:
*****************************************************/
#header4 {
background-color: #fff;
color: #fff;
margin-bottom: 2px;
clear:right;
width:100%;
float:left;
}
#header4 a:hover {
text-decoration: none;
color: #a8a7a7;
#header4 {
background-color: #fff;
color: #fff;
width:100%;
}
/* The tool shortcuts */
#toolshortcuts {
@ -543,9 +538,9 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-repeat:repeat-x;
font-size: 12px;
color:#ffffff;
min-height: 50px;
overflow:hidden;
width: 100%;
//height: 4em; /* Do not change this value */
overflow:hidden;
width: 100%;
padding-bottom:10px;
}
.push {
@ -565,12 +560,16 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-color: #434343;
background-image: url(images/tab-repeat.png);
background-repeat:repeat-x;
padding-top:18px;
padding-top:20px;
}
#footer #platformmanager {
float: left;
margin-left:10px;
}
#footer #coursemanager {
float: left;
margin-left: 10px;
}
#footer a {
color:#fff;
}
@ -588,12 +587,11 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
/*****************************************************
* NAVIGATION MENU *
*****************************************************/
.menu {
.menu {
float: right;
width: 20%;
padding: 10px 0 6px 0;
margin: 10px 0 6px 0;
border: 1px solid #ccc;
padding: 0 0 6px 0;
border: 1px solid #636363;
}
.menucaption {
font-weight: bold;
@ -1186,6 +1184,23 @@ div.row div.form_header {
color: #FFFFFF;
font-weight: bold;
}
div.row div.label {
float: left;
width: 18%;
text-align: right;
}
div.row div.formw {
width: 80%;
float:left;
}
[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;
}
span.form_required {
color: #f00;
}

@ -40,12 +40,11 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
/* End hide from IE5-mac */
#main {
position: relative; /* to avoid the IE peekabo bug*/
float: left;
margin: 0px auto;
margin-top: 10px;
width: 98%;
margin-top: 5x;
width: 96%;
padding: 0px 10px 10px 10px;
background-color: #fff;
min-height: 320px;
}
@ -406,8 +405,6 @@ input[text] {
position: relative; /* to avoid the IE peekabo bug*/
font-size: 1.0em;
font-weight: normal;
padding: 0.2em 0.5em;
padding-bottom: 0.2em;
background: #4271b5;
color: #fff;
height:20px;
@ -552,9 +549,8 @@ input[text] {
background-color: #fff;
color: #fff;
margin-bottom: 2px;
clear:right;
width:100%;
float:left;
}
/* Special hack for IE7 using the html>body hack -
otherwise the breadcrumb jumps to the right */

@ -146,12 +146,12 @@ ul#navigation .help a{
/* End hide from IE5-mac */
#main {
background-color: #fff;
float: left;
margin: 0px auto;
margin-top: 10px;
margin-top: 10x;
width: 96%;
padding: 0px 10px 10px 10px;
min-height: 320px;
position: relative; /* to avoid the IE peekabo bug*/
width: 98%;
}
/*
@ -424,11 +424,11 @@ ul#navigation .student-connect a {
*/
#header3 {
background: #E5EDF9;
background: #E5EDF9;
height:auto;
border-bottom: 1px solid #4171b5;
color: #006;
font-size: 1.0em;
height:auto;
margin: 0px;
margin-bottom: 1px;
padding: 0em 0em 0.4em 0em;
@ -519,9 +519,7 @@ ul#navigation .student-connect a {
background-color: #fff;
color: #fff;
margin-bottom: 2px;
clear:right;
width:100%;
float:left;
}
#header4 a {
color: #4171b5;

@ -36,10 +36,10 @@ body {
/* End hide from IE5-mac */
#main {
position: relative; /* to avoid the IE peekabo bug*/
float: left;
margin: 0px auto;
margin-top: 10px;
width: 98%;
margin-top: 10x;
width: 96%;
padding: 0px 10px 10px 10px;
min-height: 320px;
}
@ -201,8 +201,7 @@ a.invisible:link, a.invisible:visited {
}
.clear {
clear: both;
line-height:
0px;
line-height:0px;
height: 0;
}
@ -517,9 +516,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-color: #fff;
color: #fff;
margin-bottom: 2px;
clear:right;
width:100%;
float:left;
}
#header4 a:hover {

@ -36,10 +36,10 @@ body {
/* End hide from IE5-mac */
#main {
position: relative; /* to avoid the IE peekabo bug*/
float: left;
margin: 0px auto;
margin-top: 10px;
width: 98%;
margin-top: 10x;
width: 96%;
padding: 0px 10px 10px 10px;
min-height: 320px;
}
@ -517,9 +517,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-color: #fff;
color: #fff;
margin-bottom: 2px;
clear:right;
width:100%;
float:left;
}
#header4 a:hover {

@ -39,7 +39,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
/* End hide from IE5-mac */
#main {
position: relative; /* to avoid the IE peekabo bug*/
float: left;
margin: 0px auto;
margin-top: 10px;
width: 98%;
@ -568,9 +568,7 @@ input[text] {
background-color: #fff;
color: #fff;
margin-bottom: 2px;
clear:right;
width:100%;
float:left;
}
#header4 a {
color: #666;

@ -38,7 +38,7 @@ body {
/* End hide from IE5-mac */
#main {
position: relative; /* to avoid the IE peekabo bug*/
float: left;
margin: 0px auto;
margin-top: 10px;
width: 98%;
@ -567,12 +567,10 @@ select, input[type=checkbox], input[type=radio], input[type=button], input[type=
* HEADER 4
*****************************************************/
#header4 {
background-color: #fff;
background-color: #fff;
color: #fff;
margin-bottom: 2px;
clear:right;
width:100%;
float:left;
}
#header4 a {
color: #666;

@ -36,10 +36,10 @@ body {
/* End hide from IE5-mac */
#main {
position: relative; /* to avoid the IE peekabo bug*/
float: left;
margin: 0px auto;
margin-top: 10px;
width: 98%;
margin-top: 10x;
width: 96%;
padding: 0px 10px 10px 10px;
min-height: 320px;
}
@ -517,9 +517,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-color: #fff;
color: #fff;
margin-bottom: 2px;
clear:right;
width:100%;
float:left;
}
#header4 a:hover {

@ -150,15 +150,12 @@ ul#navigation .help a{
}
#main {
font-size: 89%;
width: 96%;
padding: 0 1% 15px 3%;
/* min-height hack for ie6 or older*/
min-height: 400px;
height: auto !important;
height: 320px;
clear: both;
float: left;
float: left;
margin: 0px auto;
margin-top: 5x;
width: 96%;
padding: 0px 10px 10px 10px;
min-height: 320px;
}
/*
@ -302,8 +299,7 @@ ul#navigation .student-connect a {
.maincontent {
margin: 0 0 1em 1em;
width: 69%;
float: right;
clear: right;
float: left;
}
#outerframe {
background-color: #fff;
@ -446,8 +442,7 @@ ul#navigation .student-connect a {
margin: 5;
padding: 0;
float: left;
clear: both;
height:20px;
height:41px;
}
#header3 input.logout {
/* makes an input appear like a link in this header */
@ -510,9 +505,7 @@ ul#navigation .student-connect a {
background-color: #fff;
color: #fff;
margin-bottom: 2px;
clear:right;
width:100%;
float:left;
}
/*
@ -540,6 +533,7 @@ ul#navigation .student-connect a {
*/
#footer {
font-family: Arial, sans-serif, sans;
background-repeat:repeat-x;
font-weight: bold;
font-size: 12px;
color:#000;
@ -556,6 +550,8 @@ ul#navigation .student-connect a {
float: right;
padding-top:25px;
margin-right:10px;
background-image: url(images/tab-repeat.png);
background-repeat:repeat-x;
}
.footer_emails{
float: left;
@ -705,23 +701,18 @@ float:right;
padding:0;
width:180px;
}
* html #center {
height: 1%;
margin-left: 0;
}
/* End hide from IE5/mac */
*/ /*
==============================================================================
DOCUMENT MODULE AND DATA TABLES
==============================================================================
*/
/* Data tables */
.data_table {
margin: 0 auto;
width: 98%;
clear: both;
font: bold 100% Arial, sans, sans-serif;
margin: 0 auto;
font: bold 100% Arial, sans, sans-serif;
width: 100%;
}
.data_table a {
font: bold 100% Arial, sans, sans-serif;
@ -815,18 +806,18 @@ div.row div.label {
}
/* Specific forms: profile,add course,advanced search,advanced course search,etc.. */
#add_course, #profile, #advanced_course_search, #advanced_search, #category, #course_user_import, #export_users, #update_course, #user_add, #user_import {
border: 1px solid #ddd;
/*border: 1px solid #ddd;
background: transparent url("images/headerform.jpg") no-repeat top left;
width: 550px;
position: relative;
padding: 60px 0 1em 0;
padding: 60px 0 1em 0;*/
}
#add_course, #advanced_course_search, #advanced_search, #course_user_import, #export_users, #update_course, #user_add, #user_import {
width: 650px;
/* width: 650px;
float: left;
clear: left;
padding-top: 50px;
margin-bottom: 1em;
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;

@ -39,14 +39,12 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
/* End hide from IE5-mac */
#main {
position: relative; /* to avoid the IE peekabo bug*/
margin: 0px auto;
margin-top: 10px;
width: 98%;
padding: 0px 10px 10px 10px;
background-color: transparent;
min-height: 320px;
background-repeat: no-repeat;
float: left;
margin: 0px auto;
margin-top: 5x;
width: 96%;
padding: 0px 10px 10px 10px;
min-height: 320px;
}
/*
@ -462,12 +460,11 @@ input[text] {
* HEADER 3: TABS OF THE HEADER *
*****************************************************/
#header3 {
font-size: 1.0em;
padding: 0em 0.3em 0.2em 0.5em;
background: #fff;
color: #006;
border-bottom: 1px solid #aeaeae;
height:20px;
height:41px;
margin-bottom: 1px;
float:left;
width:100%;
@ -557,10 +554,7 @@ input[text] {
#header4 {
background-color: #fff;
color: #fff;
margin-bottom: 2px;
clear:right;
width:100%;
float:left;
}
#header4 a {
color: #666;

@ -4,6 +4,7 @@
/* Adding default generic style for non chamilo_X themes */
@import url('../base.css');
/* the sticky effect */
html {
height: 100%;
}
@ -36,9 +37,9 @@ body {
/* End hide from IE5-mac */
#main {
position: relative; /* to avoid the IE peekabo bug*/
float: left;
margin: 0px auto;
margin-top: 10px;
margin-top: 5x;
width: 96%;
padding: 0px 10px 10px 10px;
min-height: 320px;
@ -475,8 +476,8 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
}
#header3 input.logout {
/* makes an input appear like a link in this header */
margin: 0 0 0 0;
padding: 0;
margin: 0px;
padding: 0px;
background-color: transparent;
border: none;
COLOR: rgb(39,84,175);
@ -515,10 +516,8 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
#header4 {
background-color: #fff;
color: #fff;
margin-bottom: 2px;
clear:right;
margin-bottom: 2px;
width:100%;
float:left;
}
#header4 a:hover {

@ -36,7 +36,7 @@ body {
/* End hide from IE5-mac */
#main {
position: relative; /* to avoid the IE peekabo bug*/
float: left;
margin: 0px auto;
margin-top: 10px;
width: 98%;
@ -475,8 +475,8 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
}
#header3 input.logout {
/* makes an input appear like a link in this header */
margin: 0 0 0 0;
padding: 0;
margin: 0px;
padding: 0px;
background-color: transparent;
border: none;
COLOR: rgb(39,84,175);
@ -516,9 +516,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-color: #fff;
color: #fff;
margin-bottom: 2px;
clear:right;
width:100%;
float:left;
width:100%;
}
#header4 a:hover {

@ -1,9 +1,13 @@
{* html -> skip *}
{include file="default/layout/main_header.tpl"}
{* wrapper -> submain *}
{include file="default/layout/main_pre_content.tpl"}
{block name="body"}{/block}
{* closing divs *}
{include file="default/layout/main_post_content.tpl"}
{* footer *}
{include file="default/layout/main_footer.tpl"}

Loading…
Cancel
Save